@charset "utf-8";
/*
Theme Name: NAGOYA
Theme URI: http://
Author: nagoya
Author URI: http://
Description: 日本酒プレゼント通販
*/
/* ===================================================================
 style info : 各cssファイル読み込み用
 author     : nagoya
=================================================================== */
/*----------------------------------------------------------------------------------------------------------------------
リセット
----------------------------------------------------------------------------------------------------------------------*/
html{
  font-family:sans-serif;
  /* 1 */
      -ms-text-size-adjust:100%;
  /* 2 */
  -webkit-text-size-adjust:100%;
  /* 2 */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section { 
	margin: 0;
	padding: 0;
}
div {border: 0;}

/* tables still need 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
fieldset,img { border: 0;}
img {vertical-align: bottom;}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ul {list-style: none;}
caption,th {text-align: left;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,acronym {border:0;}
*{
	margin:0;
	padding:0;
	border:0;
}
/*----------------------------------------------------------------------------------------------------------------------
基本設定　ベース
----------------------------------------------------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body  {
font-family:"HelveticaNeue", "Helvetica", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", ArialMT, Arial, "Droid Sans", Roboto, Meiryo, Osaka, sans-serif;
font-size:12px;
letter-spacing:1px;
background:#FFF;
color:#000;
-webkit-font-smoothing: antialiased !important;
}
* html body {font-size: 75%; /* for IE6 */}
*:first-child+html body {font-size: 75%; /* for IE7 */}

hr{
border: none;
border-top:1px solid !important;
height:1px;
width:100%;
display:block;
}
/*----------------------------------------------------------------------------------------------------------------------
icomoon設定
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?os56n4');
	src:url('fonts/icomoon.eot?#iefixos56n4') format('embedded-opentype'),
		url('fonts/icomoon.ttf?os56n4') format('truetype'),
		url('fonts/icomoon.woff?os56n4') format('woff'),
		url('fonts/icomoon.svg?os56n4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
    content: "\e900";
}
.icon-chevron-down:before {
	content: "\e600";
}
.icon-chevron-right-circle:before {
	content: "\e601";
}
.icon-chevron-right:before {
	content: "\e602";
}
.icon-chevron-up:before {
	content: "\e603";
}
.icon-envelope:before {
	content: "\e604";
}
.icon-home:before {
	content: "\e605";
}
.icon-phone-handset:before {
	content: "\e606";
}
.icon-phone:before {
	content: "\e607";
}
.icon-store:before {
	content: "\e608";
}
.icon-user:before {
	content: "\e609";
}
.icon-instagram-with-circle:before {
	content: "\e60a";
}
.icon-instagram:before {
	content: "\e60b";
}
/*----------------------------------------------------------------------------------------------------------------------
margin&padding
----------------------------------------------------------------------------------------------------------------------*/
.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt100{margin-top:100px !important;}
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb100{margin-bottom:100px !important;}
.mb80-60{margin-bottom:80px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml110{margin-left:110px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}

.pd5{padding:5px !important;}
.pd10{padding:10px !important;}
.pd15{padding:15px !important;}
.pd20{padding:20px !important;}
.pd25{padding:25px !important;}
.pd30{padding:30px !important;}
.pd40{padding:40px !important;}
.pd50{padding:50px !important;}
.pd60{padding:60px !important;}
.pdt5{padding-top:5px !important;}
.pdt10{padding-top:10px !important;}
.pdt15{padding-top:15px !important;}
.pdt20{padding-top:20px !important;}
.pdt25{padding-top:25px !important;}
.pdt30{padding-top:30px !important;}
.pdt40{padding-top:40px !important;}
.pdt50{padding-top:50px !important;}
.pdt60{padding-top:60px !important;}
.pdb5{padding-bottom:5px !important;}
.pdb10{padding-bottom:10px !important;}
.pdb15{padding-bottom:15px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb25{padding-bottom:25px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb40{padding-bottom:40px !important;}
.pdb50{padding-bottom:50px !important;}
.pdb60{padding-bottom:60px !important;}
.pdl5{padding-left:5px !important;}
.pdl10{padding-left:10px !important;}
.pdl15{padding-left:15px !important;}
.pdl20{padding-left:20px !important;}
.pdl25{padding-left:25px !important;}
.pdl30{padding-left:30px !important;}
.pdl40{padding-left:40px !important;}
.pdl50{padding-left:50px !important;}
.pdl60{padding-left:60px !important;}
.pdr5{padding-right:5px !important;}
.pdr10{padding-right:10px !important;}
.pdr15{padding-right:15px !important;}
.pdr20{padding-right:20px !important;}
.pdr25{padding-right:25px !important;}
.pdr30{padding-right:30px !important;}
.pdr40{padding-right:40px !important;}
.pdr50{padding-right:50px !important;}
.pdr60{padding-right:60px;}

/*----------------------------------------------------------------------------------------------------------------------
font color&size&style
----------------------------------------------------------------------------------------------------------------------*/
.fntMn{font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
.fntItlc{font-style:italic;}
.fnt9{font-size:9px;}
.fnt10{font-size:10px;}
.fnt11{font-size:11px;}
.fnt12{font-size:12px !important;}
.fnt13{font-size:13px;}
.fnt14{font-size:14px;}
.fnt15{font-size:15px;}
.fnt16{font-size:16px;}
.fnt17{font-size:17px;}
.fnt18{font-size:18px;}
.fnt19{font-size:19px;}
.fnt20{font-size:20px;}
.fnt21{font-size:21px;}
.fnt22{font-size:22px;}
.fnt24{font-size:24px;}
.fnt26{font-size:26px;}
.fnt28{font-size:28px;}
.fnt30{font-size:30px;}
.fntLightGray{color:#ddd !important;}
.fntBlack{color:#000 !important;}
.fntGray{color:#888 !important;}
.fntGreen{color:#09AA06 !important;}
.fntRed{color:#CC0000 !important;}
.fntBrown{color:#572C02 !important;}
.fntWhite{color:#FFF !important;}
.fntBlue{color:#3333FF !important;}
.fntPink{color:#E55753 !important;}
.fntBld{font-weight:bold !important;}
.va1em{vertical-align:-0.1em;}
.vaMddl{vertical-align:middle;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}
.txtTorikeshi{text-decoration: line-through;}
.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}
.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}
.lh17{line-height:1.7 !important;}
.lh20{line-height:2.0 !important;}
.boxPinkTtl{
border-bottom: 2px solid #333;
display:inline-block;
margin-bottom: 10px;
font-size: 15px;
line-height: 1.3;
}
.boxPinkTtl-mini{
border-bottom: 2px solid #333;
display:inline-block;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.3;
}
.boxGray{border: 1px solid #f0f0f0;padding:12px;}
.indent{text-indent:-1.4em;margin-left:1.4em;}
h2.cattitle{margin-top:10px;font-size: 15px;}
h3.tate{
writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
text-orientation: upright;
position: absolute;
top: 50px;
left: 13px;
margin: 0;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.6;
}
h3.tate-first{
writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
text-orientation: upright;
position: absolute;
top: -18px;
left: 13px;
margin: 0;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.6;
}
select {
border: 1px solid #dcdcdc;
font-size: 13px !important;
}
ul.ten,
ul.asterisk{
  margin-bottom: 15px;
}
ul.ten li,
ul.asterisk li{
  margin-bottom: 5px;
  text-indent:-1em;
  padding-left:1em;
}
ul.ten li::before{
  content: "・";
}
ul.asterisk li::before{
  content: "\00a0*\00a0";
}
ul.ten li a,
ul.asterisk li a{
  text-decoration: underline !important;
}
ol{
  padding-left:1.5em;
}
ol li{
  margin-bottom: 5px;
}

.width490{
max-width: 490px;
    width: 100%;
    margin: 40px auto 0 auto;
    font-size: 15px;
}

.width540{
max-width: 540px;
    width: 100%;
    margin: 40px auto 0 auto;
    font-size: 15px;
}

/* l-inner（940px）追加 */
.l-inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
}
.l-inner h4{
font-size:14px !important;
font-weight:normal !important;
}
.l-wrapper {
    width: 750px;
    margin: 0 auto;
}
/* テーブル */
table.spec{
font-size:13px;
border-collapse: separate;
border-spacing: 1px;
text-align: left;
border-top: 1px solid #333;
}
table.spec2{
font-size:13px;
border-collapse: separate;
border-spacing: 1px;
text-align: left;
border-top: 1px solid #f0f0f0;
}
table.spec3{
border-collapse: separate;
border-spacing: 1px;
text-align: left;
}
table.spec th{
width: 100px;
padding: 10px 0 10px 0;
vertical-align: top;
border-bottom: 1px solid #333;
}
table.spec2 th{
width: 200px;
padding: 10px 0 0px 0;
vertical-align: top;
}
table.spec3 th{
width: 65px;
padding: 0px 0 0px 0;
vertical-align: top;
}
table.spec td{
width: 470px;
padding: 10px 0 10px 5px;
vertical-align: top;
border-bottom: 1px solid #333;
}
table.spec2 td{
width: 300px;
padding: 10px 0 0px 5px;
vertical-align: top;
}
table.spec3 td{
width: 265px;
padding: 0px 0 0px 5px;
vertical-align: top;
}
table.spec2 td.shita{
width:300px;
padding: 15px 0 0px 5px;
vertical-align: top;
}

/*----------------------------------------------------------------------------------------------------------------------
link text&btn
----------------------------------------------------------------------------------------------------------------------*/
a{
text-decoration:none;
color:#333;
}
a:hover{
text-decoration:underline;
/*filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;*/
}
a:hover img{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a.nobrd:hover{text-decoration:none;}
a.brd{text-decoration:underline;}
a.btn{
color:#FFF;
padding:0.6em 1em;
border-radius: 2px;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
}
a.btn_l{
font-size:18px;
color:#FFF;
padding:1em 1.4em;
border-radius: 2px;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
}
a.btnPink{background:#E55753;}
a.btnGray{background:#888;}
a.btnBrown{background:#572C02;}
a.btnRed{background:#CC0000;}


/*----------------------------------------------------------------------------------------------------------------------
レイアウト
----------------------------------------------------------------------------------------------------------------------*/
div.inner{
width:100%;
max-width:750px;
margin:0 auto;
overflow:hidden;
position:relative;
}

div.inner-w{
width:100%;
max-width:940px;
margin:0 auto;
overflow:hidden;
position:relative;
}

div#contentsArea.twClm div.inner{
width:100%;
max-width:840px;
margin:0 auto;
overflow:hidden;
position:relative;
}

/*----------------------------------------------------------------------------------------------------------------------
カートエリア
----------------------------------------------------------------------------------------------------------------------*/

div.cartjs_box{margin-bottom:50px !important;}
div.cartjs_box div.cartjs_product_table{margin:30px auto !important;}
div.cartjs_box div.cartjs_product_table table{width:60% !important;}
div.cartjs_box div.cartjs_product_table table th,
div.cartjs_box div.cartjs_product_table table td{padding:0.7em 0.5em;}
div.cartjs_box div.cartjs_product_table table th{font-size:16px;}
div.cartjs_box div.cartjs_product_table table td{font-size:18px !important;color:#333 !important;}
div.cartjs_box div.cartjs_product_table table input{margin-right:0.5em;}

div.cartjs_cart_in{}
div.cartjs_cart_in input[type="submit"]{padding:0.8em 2em 0.8em 2em;-webkit-appearance: none;}


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

header{}
/*header ul.headMenu{
position:absolute;
right:0;
top:0;
font-size:15px;
}
header ul.headMenu li:last-child{padding-right:0;}
*/

header div.headRight{
position:absolute;
right:0;
top:0;
}
header ul.headMenu,header div.utilities{float:left;}
header ul.headMenu li{
float:left;
border-right:1px solid #333;
padding:16px 16px 2px 16px;
font-size:14px;
}
header div.utilities ul.subnavi li{
float:left;
padding:10px 0 5px 18px;
}
header div.utilities ul.subnavi li a:hover{
text-decoration:none;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
header div.utilities ul.subnavi li.mypage{font-size:14px;padding:16px 0 2px 16px;}
header div.utilities ul.subnavi li.logout{font-size:14px;padding:16px 0 2px 16px;}
header div.utilities ul.subnavi li p.cartImg{
display:inline-block;
position:relative;
padding-right:1em;
}
header div.utilities ul.subnavi li p.cartImg span.icon-cart{
font-size:22px;
line-height:1.1;
}
header div.utilities ul.subnavi li p.cartImg span.totalquantity{
position:absolute;
top:-3px;
right:1px;
background:#EEE;
padding:1px 4px;
border-radius: 20px; 
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
header div.utilities ul.subnavi li span.totalprice{
background:#F6F6F6;
padding:6px 8px;
margin-left:10px;
}

nav#fixedBox .menu{overflow:hidden; }
nav#fixedBox p.logo{float:left;margin:12px 10px 15px 0;}
nav#fixedBox p.logoTtl{
font-size:15px;
display:inline-block;
float:left;
margin:0 10px 0 0;
padding:30px 10px 10px 0;
}
nav#fixedBox p.logoTtl span{
font-size:18px !important;
font-weight:bold;
}

header ul.globalNavi{
font-size:16px;
font-weight:bold;
overflow:hidden;
margin-top:45px;
}
header ul.globalNavi li{float:left;}
header ul.globalNavi li a{
border-right:1px solid #333;
padding:8px 20px 10px 20px;
display:inline-block;
text-decoration:none;
}
header ul.globalNavi li a:hover{background:#EEE;}

div#breadArea{
background:#fff;
border:1px solid #333;
border-width:1px 0;
margin:0px 0 35px 0 !important;
}
.fixed {
    position: fixed;
    top: 0;
	left:0;
    width: 100%;
    z-index: 10000;
	background:#FFF;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.fixed .menu {
width:100%;
max-width:1105px;
margin:0 auto;
}
.fixed .menu  p.logo{float:left; margin:0px 10px 0px 0 !important;}
.fixed .menu  p.logoTtl{float:left; padding:17px 10px 15px 0 !important;;}
.fixed .menu ul.globalNavi{margin-top:13px;}
.fixed .menu  ul.globalNavi li a{
border-right:1px solid #333;
padding:5px 20px 5px 20px;
display:inline-block;
text-decoration:none;
}

div#naviBox{display:none;}
.sp {display: none;}
.pc {display: block;}

/*======新header======*/
.page-header .pcMenu{
  display:block;
  background:#fff;
  position:static;
  top:0;
  width:100%;
  height:90px;
  z-index:10001;
}

.page-header .pcMenu h1.logo{
  margin:15px 0 5px 30px;
  float:left;
}
.page-header .pcMenu h1.logo img{
width:80%;
}

.page-header .menu-more {
  position:relative;
  float:right;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background:url(img/icon_menu.gif) no-repeat #FFF;
  background-size: 50px 50px;
  z-index:1000;
}
.page-header .pcMenu .utilities ul.subnavi li.mypage {
    font-size: 13px;
    padding: 15px 0 5px 15px;
}

.page-header .gnav-trigger{
  position:relative;
  width:36px;
  height:24px;
  float:right;
  margin:8px 12px 0 0;
  display:inline-block;
  cursor: pointer;
  z-index:1000;
}

.page-header .gnav-btn,
.page-header .gnav-btn:before,
.page-header .gnav-btn:after{
  content:"";
  position:absolute;
  left:0;
  width:36px;
  height:1px;
  background-color:#000;
  -webkit-transition:all .4s;
          transition:all .4s;
  box-sizing:border-box;
}

.page-header .gnav-btn{
  top:6px;
}

.page-header .gnav-btn:before{
  top:10px;
}

.page-header .gnav-btn:after{
  top:20px;
}

.page-header .gnav-trigger.active .gnav-btn{
  -webkit-transform:translateY(10px) rotate(-45deg);
          transform:translateY(10px) rotate(-45deg);
}

.page-header .gnav-trigger.active .gnav-btn:before{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform:translateX(10px) rotate(45deg);
          transform:translateX(10px) rotate(45deg);
}

.page-header .gnav-trigger.active .gnav-btn:after{
  -webkit-transform:translateY(-20px) rotate(90deg);
          transform:translateY(-20px) rotate(90deg);
}

.mb-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9) !important;
  z-index:10001;
}
.mb-menu header {
  height: 58px;
  position:static;
}
.mb-menu header p.logo{padding:5px 10px 0px 50px;}
.mb-menu header p.logo img{max-height:38px; width:auto;}
.mb-menu header .close-top {
  position: relative;
  top: 10px;
  right: 10px;
  float: right;
  width: 50px;
  height: 50px;
  margin: 0 0;
  cursor: pointer;
  background: url(img/icon_menu.gif) no-repeat 0 0 #EEE;
  background-size: 50px 50px;
  z-index: 1004;
}
.mb-menu ul {
  width: 25%;
  float: right;
  padding-bottom: 15px;
  background-color: #fff;
}
.mb-menu ul > li {margin: 0 0 0 0; text-align:left;}
.mb-menu ul > li a {
  display: block;
  position: relative;
  padding: 1em 1em 1em 2.2em;
  font-size: 14px;
  line-height: 20px;
  color:#333;
  background:#FFF;
}
.mb-menu ul > li a[href="#"] {display: none;}

header p.logoTtl{
font-size:15px;
display:inline-block;
float:left;
margin:0;
padding:10px 0px 10px 10px;
}
header p.logoTtl span{
font-size:18px !important;
font-weight:bold;
}

.logo_s{
  margin:10px 15px 0;
  float:left;
}
/* ====== 新header_end ====== */

/*----------------------------------------------------------------------------------------------------------------------
メインエリア
----------------------------------------------------------------------------------------------------------------------*/

/* ====== レフト ====== */
div#leftArea{
position: relative;
float:left;
width:20.2424%;
max-width:226px;
margin-right:3.8%;
border:1px solid #333;
padding:10px 0 0;
}
div#contentsArea.twClm div#leftArea{
position: relative;
float:left;
width:26.904762%;
max-width:226px;
margin-right:3.8%;
border:1px solid #333;
padding:10px 0 0;
}
div#leftArea  a{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}
div#leftArea.Pnk{background:#FFD0C0;}
div#leftArea h1{
font-weight:bold;
font-size:13px;
margin-bottom:10px;
}
div#leftArea img{max-width:100%;height:auto;}
div#leftArea p.more{padding:10px 15px;}
div#leftArea:hover p.more{background:#EEE;}
div#leftArea div.tate{
	display:inline-block; 
	padding: 0 0 0.5em;
	margin:0 auto;
	text-align:center;
}
div#leftArea div.leftCatch{
overflow:hidden;
height:260px;
position: relative;
margin:0 15px 20px 15px;
}
div#leftArea div.leftCatch h1{
font-size:28px;
font-weight:normal;
font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
div#leftArea div.leftCatch p.trimming{
position:absolute;
right:0;
bottom:0;
}
div#leftArea div.leftBox{margin:0 15px;}

/* ====== ティザー ====== */
div#contentsArea.twClm div.inner-top{
width:100%;
max-width:1120px;
margin:0 auto;
overflow:hidden;
position:relative;
}

div#mainArea-top{
float:left;
width:100%;
max-width:600px;
margin:170px 0 0 3.6%;
}
div#mainArea-top h2,
div#mainArea-top2 h2{
margin-bottom:20px;
}
div#mainArea-top2{
float:left;
width:100%;
max-width:800px;
margin:70px 0 0 2.8%;
}
.l-grid{
  width:360px;
  display:inline-block;
  vertical-align:top;
}
.l-grid2{
  width:420px;
  display:inline-block;
  vertical-align:top;
}
.l-grid3{
  width:705px;
  display:inline-block;
  vertical-align:top;
}
div#leftArea-top{
position: relative;
float:left;
width:20.2424%;
max-width:226px;
padding:10px 0 0;
margin-left:3.6%;
margin-top:90px;
}
div#leftArea-top_book{
position: relative;
float:left;
width:15.2424%;
max-width:226px;
padding:10px 0 0;
margin-left:3.6%;
margin-top:130px;
text-align:right;
}
div#leftArea-top_book p.title{
margin-bottom:50px;
}
.dldt{width:690px;}
.dldt dt{width:110px;font-size:13px;float:left;margin-bottom:12px;}
.dldt dd{width:580px;font-size:14px;float:left;margin-bottom:12px;}
.dldt dd span{display:block;}
.border2px{border-bottom:solid 2px #333;display: inline-block;}
.border1px{border-bottom:solid 1px #333;display: inline-block;}

/* ====== コンテンツ ====== */
div.catimg{
width:100%;
max-width:750px;
margin:0 auto;
margin-top:150px;
/*margin-bottom:50px;*/
}

div#mainArea{
float:left;
/*width:51.7647%;
max-width:572px;*/
margin-right:3.6%;
margin-top:140px;
}

div#contentsArea.twClm div#mainArea{
float:left;
width:68.095238%;
max-width:572px;
margin-right:0;
}

div.oneclm{
margin-left:auto !important;
margin-right:auto !important;
float:none !important;
}
div#contentsBox{
margin-bottom:65px;
}
div#contentsBox h2{
font-size:16px;
margin-bottom:30px;
padding:0 0px 18px 0px;
/*border-bottom:1px solid #333;*/
}
div#contentsBox h3{
padding:0 0 13px 0;
font-size:16px;
font-weight:bold;
}
div#contentsBox h4{
font-size:17px;
font-weight:bold;
margin-bottom:20px;
}
div#contentsBox div.boxDetails{}
div#contentsBox div.boxDetails p{line-height:2.0;}
div#contentsBox div.boxDetails img{max-width:100%; height:auto;}
div#contentsBox div.boxQuote{
background:#EEE;
font-style:italic;
padding:3.673%;
font-size:14px;
}
div#contentsBox div.boxDetails div.social{margin-top:20px;}
div#contentsBox div.boxDetails div.social ul.snsb{overflow:hidden;clear:both;}
div#contentsBox div.boxDetails div.social ul.snsb li{float:left;margin-right:1em;}


dl.boxProf{
width:100%;
max-width:490px;
margin:0 auto;
overflow:hidden;
padding-bottom:12px;
border-bottom:1px solid #333;
}
dl.boxProf dt{
float:right;
text-align:left;
width:13.8775%;
}
dl.boxProf dd{
margin-right:19.5918%;
font-size:13px;
}
dl.boxProf dt img{display:block;margin-bottom:5px;max-width:100%;height:auto;}

/* ---------- リスト ---------- */
div#contentsBox ul.ListTwo{
overflow:hidden;
width:100%;
max-width:490px;
margin:20px auto 0 auto;
}
div#contentsBox ul.ListTwo li{
width:45.9183%;
max-width:226px;
float:left;
margin-right:8.1632%;
margin-top:25px;
}
div#contentsBox ul.boxList li div img{
border:none;
margin:0;
}
ul.boxList li div span.tagtxt{
position:absolute;
top:0;
left:0;
background:#FDD9CB;
font-size:14px;
border:1px solid #FAFAFA;
border-width:0 2px 2px 0;
padding:6px 10px
}

ul.ListThree{margin-bottom:50px;overflow:hidden;}
ul.ListThree li{
display: inline-block;
width:29.7202%;
max-width:161px;
vertical-align: top;
margin-right:4.09%;
margin-top:25px;
}
/* IE6 */
ul.ListThree li{
  _display: inline;
  _zoom: 1;
}
/* IE7 */
*:first-child+html ul.ListThree li{
  display: inline;
  zoom: 1;
}
ul.boxList li div,
ul.boxListB li div,
ul.ListVertical li div,
ul.ListVerticalTwo li div{position:relative;}
ul.boxList li div a,
ul.boxListB li div a,
ul.ListVertical li div a,
ul.ListVerticalTwo li div a{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}
ul.boxList li div:hover,
ul.boxListB li div:hover,
ul.ListVertical li div:hover,
ul.ListVerticalTwo li div:hover{background-color: rgba(238,238,238,1.0); }
ul.boxList li div img{
display:block;
margin-bottom:18px;
width:100%;
height:auto;
}
ul.boxListB li div img{
display:block;
margin-bottom:18px;
width:100%;
height:auto;
}
ul.boxList li div:hover img,
ul.boxListB li div:hover img{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
div#contentsBox ul.ListTwo li:nth-child(2n){margin-right:0;}
ul.ListThree li:nth-child(4n){margin-right:0;}
ul.boxList li h3,
ul.boxListB li h3{
font-size:16px !important;
font-weight:bold;
padding:10px 0 5px 0 !important;
border:none !important;
line-height:1.6 !important;
margin-bottom:0 !important;
font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
ul.boxListB li p.title{
font-size:12px;
line-height: 1.7;
}
ul.boxListB li p.sub{
font-size:12px;
line-height: 1.7;
}
ul.boxListB li p.sku{
font-size:12px;
line-height: 1.7;
}
ul.boxListB li span.price,
ul.boxListB li p.price{
font-size:11px;
line-height: 1.7;
}
ul.ListVertical{}
ul.ListVertical li{border-bottom:1px solid #333;}
ul.ListVertical li div{padding:22px 0;overflow:hidden;}
ul.ListVertical li div img{
float:left;
max-width:68px;
height:auto;
border:none;
margin-right:3.4965%;
}
ul.ListVerticalTwo{}
ul.ListVerticalTwo li{
border-bottom:1px solid #333;
width:47.038328%;
max-width:270px;
float:left;
margin-right:5.2264%;
}
ul.ListVerticalTwo li:nth-child(2n){margin-right:0;}
ul.ListVerticalTwo li div{padding:22px 0;overflow:hidden;}
ul.ListVerticalTwo li div img{
float:left;
max-width:68px;
height:auto;
border:none;
margin-right:3.4965%;
}

/* ---------- サイトマップ ---------- */
ul#sitemap_list{font-size:16px;}
ul#sitemap_list li.home-item{margin-bottom:20px; line-height:1.1;}
ul#sitemap_list li.home-item:before{font-family: 'icomoon';content: "\e608";font-size:22px;vertical-align:bottom;margin-right:0.2em;}
ul#sitemap_list li.cat-item{
font-weight:bold;
font-size:17px;
}
ul#sitemap_list li.cat-item ul{margin-bottom:25px;}
ul#sitemap_list li.cat-item ul li{
font-weight:normal;
font-size:16px;
margin-top:8px;
}
ul#sitemap_list li.cat-item ul li:before {content: "・";}


/* ---------- フォーム／テーブル ---------- */
table.form{
max-width:700px;
width:100%;
margin:40px auto 0 auto;
font-size:16px;
}
table.form tr{}
table.form th{
width:40%;
padding-bottom:36px;
vertical-align:top;
padding-top:5px;
font-size: 14px;
}
table.form th span{
background:#e6e6e6;
font-size:10px;
padding:3px 4px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
margin-left:7px;
}
table.form td{
width:60%;
padding-bottom:36px;
font-size: 14px;
}
table.form td span{
display:block;
margin-top:5px;
font-size:12px;
line-height: 1.8;
color: #333;
}
div.confirm table.form td span{display:none !important;}
div.confirm table.form th{padding-top:0px;}

.mw_wp_form .horizontal-item {
    display: block;
    margin-left: 0px !important;
}

table.form td span.mwform-checkbox-field-text, table.formInner td span.mwform-checkbox-field-text, table.form td span.mwform-radio-field-text, table.formInner td span.mwform-radio-field-text {
display: inline;
font-size: 14px;
color: #000;
}

div.submit{
margin:20px auto;
width:100%;
max-width:232px;
}
div.submit p.sbmt{
position:relative;
display:inline-block;
}
div.submit p.sbmt span.icn{
position:absolute;
left:1.7em;
top:0.5em;
}
div.confirm div.submit{
max-width:330px;
width:100%;
}
div.submit p.backbtn{
float:left;
margin-right:2em;
}
input[type="submit"]{
border:1px solid #333;
padding:0.8em 2em 0.8em 4em;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
cursor: pointer;
color:#333;
background:#FFF;
font-size:14px;
}
div.submit p.backbtn input[type="submit"]{
color:#787878;
border:1px solid #787878;
padding:0.8em 2em 0.8em 2em;
font-size:14px;
cursor: pointer;
}

input[type="submit"]:hover{background:#EEE;}
input[type="text"]{
font-size:15px;
border:1px solid #dcdcdc;
padding:6px 5px; 
color:#000;
width:100%;
}

textarea{font-size:15px; border:1px solid #dcdcdc;padding:0 5px; color:#000; width:100%;}


/* ====== ライト ====== */
div#rightArea{
position: relative;
float:left;
width:20.2424%;
max-width:226px;
border:1px solid #333;
background:#EEE;
/*padding:20px 15px 10px 15px;*/
padding:20px 0 0 0;
text-align:center;
}
div#rightArea div.instg{
text-align:left;
margin:0 15px;
}
div#rightArea  a.link{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}
div#rightArea #sb_instagram img{
max-width:100%;
height:auto;
}
div#rightArea p.more{padding:10px 15px;text-align:right;}
div#rightArea:hover p.more{background:#FFF;}

div#rightArea div.tate{
	display:inline-block; 
	padding: 0 0 0.5em;
	margin:0 auto;
	text-align:center;
}
div.tate p span,div.tate h1 span {
	width:1em;
	float:right;
	display:block;
	margin: 0 0.2em;
	line-height: 1em;
	
}
div.tate .kutouten {
	float:none;
	margin:0;
	position:relative;
	left: 0.8em;
	top: -0.7em;
}
div.tate .kutouten02 {
	float: none;
	left: 0.7em;
	margin: 0;
	position: relative;
	top: -0.5em;
  }
div.tate .kanjiothers {
	float:none;
	margin:0;
}

/* ====== ページトップへ ====== */
p#goTop{
text-align:right;
font-size:13px;
margin-bottom:20px;
clear:both;
}
p#goTop a{text-decoration:underline;}
p#goTop a:hover{text-decoration:none;}

/*----------------------------------------------------------------------------------------------------------------------
商品詳細　Welcart
----------------------------------------------------------------------------------------------------------------------*/
div.storycontent{
width:100%;
max-width:840px;
margin:150px auto 0;
overflow:hidden;
position:relative;
}
div.storycontent div#itempage{}
div.storycontent div#itempage div.alpha{}
div.storycontent div#itempage div.pikachoose{
width:68.095238%;
max-width:572px;
}
div.storycontent div#itempage div.beta{}

div.storycontent div#itempage div.beta div.text-section{
/*border:1px solid #333;*/
width:68.095238%;
max-width:572px;
/*padding:0px 5px;*/
margin-bottom:65px;
}
div.storycontent div#itempage div.beta div.text-section h2{
padding:0 40px 30px 40px;
border-bottom:1px solid #333;
font-size:24px;
font-weight:bold;
margin-bottom:20px;
}
div.storycontent div#itempage div.beta div.text-section h3{
padding:0 0 13px 0;
border-bottom:1px solid #333;
font-size:18px;
font-weight:bold;
margin-bottom:20px;
}
div.storycontent div#itempage div.beta div.text-section h4{
font-size:17px;
font-weight:bold;
margin-bottom:15px;
}
div.storycontent div#itempage div.beta div.text-section div.boxDetails{/*margin:6.227% 6.227% 0 6.227%;*/}
div.storycontent div#itempage div.beta div.text-section div.boxDetails p{line-height:2.0;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails img{max-width:100%; height:auto;}
div.storycontent div#itempage div.beta div.text-section div.boxQuote{
background:#EEE;
font-style:italic;
padding:3.673%;
font-size:14px;
}
div.storycontent div#itempage div.beta div.text-section div.boxDetails div.social{margin-top:20px;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails div.social ul.snsb{overflow:hidden;clear:both;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails div.social ul.snsb li{float:left;margin-right:1em;}

div.storycontent div#itempage section.orderitem{
width:29%;
max-width:226px;
background:#fff;
padding:0px 0 24px;
position:absolute;
right:0;
top:0;
font-size:14px;
}
div.storycontent div#itempage section.orderitem h2{
font-size:14px;
}
div.storycontent div#itempage section.orderitem h3,
div.storycontent div#itempage section.orderitem dd.field_price{font-size:13px !important;}
div.storycontent div#itempage section.orderitem h3{margin:0.6em 0 0.3em 0;}
div.storycontent div#itempage section.orderitem div.skumultibox{margin-top:0.5em;margin-bottom:3em;border-top:1px solid #333;}
div.storycontent div#itempage section.orderitem div.stockstatus{border-bottom:1px solid #333;margin:0 0 1em 0;padding-bottom:0.5em;}
div.storycontent div#itempage section.orderitem div.stockstatus em.tax{font-size:10px;}
div.storycontent div#itempage section.orderitem div.stockstatus dt{display:none;}
div.storycontent div#itempage section.orderitem div.actionform{}
div.storycontent div#itempage section.orderitem dd.field_price{text-align:right;}
div.storycontent div#itempage section.orderitem dl.item_option{}
div.storycontent div#itempage section.orderitem dl.item_option dt{margin-bottom:5px;font-size:12px;}
div.storycontent div#itempage section.orderitem dl.item_option dd{margin-bottom:15px;}
div.storycontent div#itempage section.orderitem dl.zaiko{display:none;}

div.storycontent div#itempage section.orderitem div.addtocart{overflow:hidden;}
div.storycontent div#itempage section.orderitem div.addtocart p{margin-bottom:5px;font-size:12px;}
div.storycontent div#itempage section.orderitem div.addtocart p span{font-size:10px;}

div.storycontent div#itempage section.orderitem input[type="text"]{
width:30px;
text-align:center;
margin-right:0.6em;
font-size:14px;
}
div.storycontent div#itempage section.orderitem div.addtocart div.number{text-align:left;float:left;}
div.storycontent div#itempage section.orderitem div.addtocart div.cart{text-align:right;}
div.storycontent div#itempage section.orderitem input[type="submit"]{
padding:0.5em 0.9em 0.6em 0.9em;
border-radius: 4px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border:none;
cursor: pointer;
color:#FFF;
background:#000;
font-size:12px;
font-weight:bold;
}
div.storycontent div#itempage section.orderitem input[type="submit"]:hover{background:#999;}
div.storycontent div#itempage section.orderitem dl.item_option select{
background:#FFF url('img/arrow_select.png') no-repeat right 0.3em center;
padding:0.4em 3.5em 0.4em 1em;
font-size:16px;
width:100%;
line-height:1.42857143;
color:#333;
border:1px solid #DEDEDE;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
text-indent:0.01px;
text-overflow:'';
cursor:pointer;
}
.pikachoose { width:100%;max-width: 572px; margin: 0 0 50px 0;}
/* Style the thumbnails */
.pika-thumbs{ padding: 0 0px; /*height: 160px;*/ }
	.pika-thumbs li{
	  width: 90px;
	  margin: 10px 0 0 0;
	  padding: 0;
	  overflow: hidden;
	  float: left;
	  list-style-type: none;
	  margin: 0 0px;
	  cursor: pointer;
	  }
	.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}
	.pika-thumbs li .clip img { width: auto; height: 90px;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 100%; height: auto;}
.pika-stage { position: relative;  text-align:center; zoom: 1; margin-bottom: 25px;}
.pika-stage img{height:380px; width: auto; vertical-align: bottom; }

/* Ths play, pause, prev and next buttons */
.pika-imgnav a { position: absolute; font-size: 0; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(./library/images/prev.gif) no-repeat left 50%; height: 100%; width: 40px; top: 0px; left: -2px;cursor:pointer;}
	.pika-imgnav a.next {background: url(./library/images/next.gif) no-repeat right 50%; height: 100%; width: 40px; top: 0px; right: -2px;cursor:pointer;}
	.pika-imgnav a.previous,
	.pika-imgnav a.next{
   -moz-background-size: 40px;
   -webkit-background-size: 40px;
   -o-background-size: 40px;
   background-size: 40px;   
   }
/* The previous and next textual buttons */
.pika-textnav { display: none;}



/*for the tool tips*/
.pika-counter{
 position: absolute;
 bottom: 10px;
 right:10px;
 padding: 3px 6px;
 color:#777;
 background:rgba(255,255,255,0.7);
 font-size:10px;
 }

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(./library/images/loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }


.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 10px 0 0 0; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {/*height: 160px;*/ width: 572px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

ul.linkall li{
}
ul.linkall li a{
position: relative;
padding: 10px 22px 10px 30px;
background: #f6f6f6;
font-size: 13px;
text-decoration: none;
}
ul.linkall li a:before {
    position: absolute;
    top: 47%;
    left: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.linkall li a:hover {
background: #eee;
}

a.button{
position: relative;
padding: 8px 20px;
background: #fff;
border: solid 1px #000000;
font-size: 14px;
text-decoration: none;
}
a.button:hover {
background: #f6f6f6;
}

/*----------------------------------------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------------------------------------*/
div#boxArea{
background:#EEE;
border:1px solid #333;
border-width:1px 0 0 0;
margin:0 0 15px 0;
}
div.boxFour{
overflow:hidden;
width:22%;
max-width:238px;
border:1px solid #333;
border-width:0 0 0 1px;
float:left;
padding-bottom:1000px;
margin-bottom:-1000px;
padding-left:2.1em;
padding-top:30px;
margin-right:2.1em;
}
div.boxFour:first-child{border:none;padding-left:0;}
div.box  p{font-size:16px;}
div.box  ul,
div.box  dl{
overflow:hidden;
margin:20px 0 20px 0;
}
div.box  ul li{
font-size:15px;
margin-bottom:10px;
}
div.box  dl dt,
div.box  dl dd{
font-size:15px;
margin-bottom:10px;
line-height:1.6;
}

div#contactArea{
background:#eee;
border:1px solid #333;
border-width:1px 0 0 0;
margin:0 0 10px 0;
}
footer ul.fltNavi{overflow:hidden;margin-bottom:15px;}
footer ul.fltNavi li{
float:left;
border:1px solid #333;
border-width:0 0 0 1px;
font-size:12px;
line-height:1.8;
padding:0 17px;
}
footer ul.fltNavi li:first-child{border:none;padding-left:0;}
footer p.footer{color:#999;text-align:center;
margin-bottom:40px;
}

/*----------------------------------------------------------------------------------------------------------------------
うとくんheader
----------------------------------------------------------------------------------------------------------------------*/
.l-container{
  position:fixed;
  top:0;
  left:0;
  z-index:10;
  width:100%;
  background:#fff;
}

.l-contents{
  margin-bottom:50px;
}

.l-section{
  width:100%;
  margin-bottom: 250px;
  /*height:700px;*/
}

.l-article{
  margin-top:50px;
  position:relative;
}

.scroll-nav{
  margin-top:-100px;
}

.scroll-nav:after{
  content:"";
  position:absolute;
  top:-100px;
  left:0;
  right:0;
  width:40px;
  height:40px;
  margin:auto;
  border-right:1px solid;
  border-bottom:1px solid;
  -webkit-transform:rotate(45deg);
          transform:rotate(45deg);
  -webkit-animation:down-arrow 2s infinite;
          animation:down-arrow 2s infinite;
  box-sizing:border-box;
}

.l-header{
  background:#fff;
  position:relative;
  top:0;
  left:0;
  width:100%;
  min-width:1280px;
  height:120px;
  z-index:1;
}

.l-header .logo{
  margin:25px 0 25px 30px;
  float:left;
}

.l-header .gnav{
  float:right;
  font-weight:normal;
}

.l-header .gnav ul{
  margin:44px 0;
}

.l-header .gnav ul li{
  display:inline-block;
  margin-right:40px;
}

.l-header .gnav ul li.select{
  border-bottom:2px solid;
  text-decoration:none;
}

.l-header .gnav ul li a:hover{
  border-bottom:2px solid;
  text-decoration:none;
}


/*----------------------------------------------------------------------------------------------------------------------
SP設定　タブレット表示用 横
----------------------------------------------------------------------------------------------------------------------*/
@media screen and  (max-width: 1020px)  {
div#contentsBox h2.ss {
    font-size: 12px;
}
div.inner-w{
  padding:0 2%;
}
.l-inner{
  width:100%;
  position:relative;
}
.l-inner h2{
	margin-left:-10px;
}
h3.tate,
h3.tate-first{
writing-mode: unset;
position: static;
top: 0;
left:0;
font-size: 15px !important;
}
.l-wrapper {
    width:100%;
}
div#leftArea-top_book {
margin-left:5px;
margin-top:130px;
margin-bottom:55px;
}
div#mainArea-top2{
float:left;
width:100%;
max-width:700px;
margin:70px 0 0 2.8%;
}
.l-grid3 {
    width: 600px;
}
}

/*----------------------------------------------------------------------------------------------------------------------
SP設定　スマホ表示用 横
----------------------------------------------------------------------------------------------------------------------*/
@media screen and  (max-width:860px)  {
div#leftArea-top_book {
margin-left:5px;
margin-top:40px;
margin-bottom:55px;
}
div#leftArea-top_book p.title{
margin-bottom:20px;
}
div#mainArea-top2{
margin-top:10px;
margin-left:10%;
}
}
@media screen and  (max-width:826px)  {
div#leftArea-top{
	float: none;
    border: none;
    width: 100%;
    max-width: 667px;
	margin: 30px auto 60px;
}
div#mainArea-top{
margin: 0px 0 0 8%;
}
}
@media screen and  (max-width:667px)  {
.sp {display: block;}
.pc {display: none;}
.ml3{margin-left:3% !important;}
.mb-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9) !important;
  z-index:10001;
}
div#contentsBox div.boxDetails{margin:5% 3% 0 3%;}
	
/*テーブル*/
table.spec,
table.spec2,
table.spec3{
width:100%;
}
table.spec2{
border: none;
}
table.spec tr,
table.spec2 tr,
table.spec3 tr{display: block;}
table.spec th,
table.spec2 th,
table.spec3 th{
width: 100%;
padding: 10px 0 5px;
display: list-item;
list-style:none;
border: none;
}
table.spec td{
width: 100%;
border-bottom: 1px solid #333;
padding: 5px 0 10px;
line-height:1.4;
display: list-item;
list-style:none;
}
table.spec2 td{
width: 92%;
border-bottom: 1px solid #333;
padding: 0px 0 0px;
line-height:1.4;
display: list-item;
list-style:none;
}
table.spec3 td{
width: 100%;
padding: 0px 0px 0px 8px;
display: list-item;
list-style:none;
}
table.spec2 td.shita{
width:92%;
padding: 0px 0 0px 5px;
vertical-align: top;
}
.mwform-checkbox-field input{
vertical-align: middle !important;
}
/*テーブルend*/

.page-header .spMenu{
display:block;
/*position: fixed;*/
position:static;
top: 0;
z-index:10001;
background:#FFF;
width:100%;
height: 48px;
}
.page-header .spMenu p.logo{padding:5px 10px 0px 50px;}
.page-header .spMenu p.logo img{max-height:38px; width:auto;}
.page-header .spMenu .utilities ul.subnavi li.mypage {
    font-size: 13px;
    padding: 15px 0 5px 15px;
}

.page-header .gnav-trigger{
  position:relative;
  width:36px;
  height:24px;
  float:right;
  margin:8px 12px 0 0;
  display:inline-block;
  cursor: pointer;
  z-index:1000;
}

.page-header .gnav-btn,
.page-header .gnav-btn:before,
.page-header .gnav-btn:after{
  content:"";
  position:absolute;
  left:0;
  width:36px;
  height:1px;
  background-color:#000;
  -webkit-transition:all .4s;
          transition:all .4s;
  box-sizing:border-box;
}

.page-header .gnav-btn{
  top:6px;
}

.page-header .gnav-btn:before{
  top:10px;
}

.page-header .gnav-btn:after{
  top:20px;
}

.page-header .gnav-trigger.active .gnav-btn{
  -webkit-transform:translateY(10px) rotate(-45deg);
          transform:translateY(10px) rotate(-45deg);
}

.page-header .gnav-trigger.active .gnav-btn:before{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform:translateX(10px) rotate(45deg);
          transform:translateX(10px) rotate(45deg);
}

.page-header .gnav-trigger.active .gnav-btn:after{
  -webkit-transform:translateY(-20px) rotate(90deg);
          transform:translateY(-20px) rotate(90deg);
}

.mb-menu header {
  height: 58px;
  position:static;
}
.mb-menu header p.logo{padding:5px 10px 0px 50px;}
.mb-menu header p.logo img{max-height:38px; width:auto;}
	
.mb-menu ul {
  width: 55%;
  float: right;
  padding-bottom: 15px;
  background-color: #fff;
}
.mb-menu ul > li {margin: 0 0 0 0; text-align:left;}
.mb-menu ul > li a {
  display: block;
  position: relative;
  padding: 1em 1em 1em 2.2em;
  font-size: 14px;
  line-height: 20px;
  color:#333;
  background:#FFF;
}
.mb-menu ul > li a[href="#"] {display: none;}	
	
	
	
header p.logoTtl{
font-size:15px;
display:inline-block;
float:left;
margin:0;
padding:10px 0px 10px 10px;
}
header p.logoTtl span{
font-size:18px !important;
font-weight:bold;
}

/* ====== レイアウト/クリア ====== */
div#breadArea{margin:0px 0 0px 0;}
div#breadArea div.inner,
div.inner-top{padding:0 1.2em;}
div#leftArea,
div#contentsArea.twClm div#leftArea,
div#leftArea-top{
float:none;
border:none;
width:100%;
max-width:667px;
margin:30px auto 60px;
}
div#leftArea-top_book {
width: auto;
margin-left:5px;
margin-top:40px;
margin-bottom:55px;
}
div.catimg{
margin:20px auto 0;
}
div.catimg img{max-width:100%;height:auto;}
div#mainArea,
div#contentsArea.twClm div#mainArea{
float:none;
width:100%;
max-width:667px;
margin:0 auto;
}
div#mainArea-top,
div#mainArea-top2{
float:none;
width:100%;
max-width:667px;
margin:0 auto;
padding-left: 8%;
padding-right: 1%;
}
div#mainArea-top2 img{
width:100%;
height:auto;
}
.l-grid3 {
    width: 100%;
}
div#rightArea{
float:none;
width:96%;
max-width:600px;
margin:0 auto;
}

/* ====== レフトエリア ====== */
div#leftArea hr{display:none;}
div#leftArea h1{
font-weight:bold;
font-size:15px;
margin-bottom:10px;
}
div#leftArea img{max-width:100%;height:auto;}
div#leftArea p.more{padding:10px 15px;}
div#leftArea:hover p.more{background:#EEE;}
div#leftArea div.tate{
	display:inline-block; 
	padding: 0 0 0.5em;
	margin:0 auto;
	text-align:left;
}
div#leftArea div.leftCatch{
overflow:hidden;
height:auto;
position: relative;
margin:10px 15px 20px 15px;
}
div#leftArea div.leftCatch h1{font-size:26px;}
div#leftArea div.leftCatch p.trimming{
position:relative !important;
width: 90px;
height: 90px;
overflow: hidden;
display: block;
float:right;
}
div#leftArea div.leftCatch p.trimming img{
position: absolute;
width:90px;
height:auto;
}
div#leftArea div.tate p span,
div#leftArea div.tate h1 span {
width:auto;
float:none;
display:block;
margin: 0 0;
line-height: 1.6;
}
div#leftArea div.tate .kutouten {
	float:none;
	margin:0;
	position:relative;
	left: 0.8em;
	top: -0.7em;
}
div#leftArea div.tate .kutouten02 {
	float: none;
	left: 0.7em;
	margin: 0;
	position: relative;
	top: -0.5em;
  }
div#leftArea div.tate .kanjiothers {
	float:none;
	margin:0;
}

div#contentsBox{border-width:1px 0;padding:20px 5px;margin-bottom:30px;}
div#contentsBox h2{
padding-left: 1%;
padding-right: 1%;
font-size:18px;
}
dl.boxProf{
width:98%;
max-width:700px;
margin:0 auto;
}
div#contentsBox ul.ListTwo{
overflow:hidden;
width:98%;
max-width:700px;
}
div#contentsBox ul.ListTwo li{
width:48.5714%;
max-width:340px;
float:left;
margin-right:2.857%;
margin-top:5px;
}
ul.boxList li h3,
ul.boxListB li h3{font-size:15px !important;}
ul.boxListB li p.title{
font-size:11px;
line-height: 1.7;
}
ul.boxListB li p.sub{
font-size:9px;
line-height: 1.7;
}
ul.boxListB li p.sku{
font-size:10px;
line-height: 1.7;
}
ul.boxListB li span.price,
ul.boxListB li p.price{
font-size:10px;
line-height: 1.7;
}

ul.ListThree{
margin:0 auto 40px auto;
width:96%;
max-width:700px;
}
ul.ListThree li{
display: inline-block;
width:30%;
max-width:170px;
vertical-align: top;
margin-right:3.58%;
margin-top:25px;
}
ul.ListThree li:nth-child(3n){margin-right:0;}
ul.ListThree li:nth-child(4n){margin-right:3.58%;}
div.spBox{
width:100%;
margin:0 auto;
max-width:600px;
}
.boxPinkTtl,
.boxPinkTtl-mini{
margin-left:3%;
}
h2.cattitle{margin-left:3%;font-size:14px;}
	
/* ====== ライトエリア ====== */
div#rightArea #sb_instagram{
text-align:center;
max-width:320px !important;
}
div#rightArea .instg{
max-width:192px;
margin:0 auto !important;
}
div#rightArea p.more{padding:10px 15px;text-align:center;}

/* ====== ページトップへ ====== */
p#goTop{
text-align:center;
font-size:14px;
font-weight:normal;
margin:40px auto 20px auto;
clear:both;
}
p#goTop a{text-decoration:none;}
p#goTop a:hover{text-decoration:none;}

p#goTop span.arrow{
display:block;
margin:0 auto;
width: 15px;
height: 15px;
border: 1px solid #FFF;
border-left-color: #333;
border-top-color: #333;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg)
}
/* ====== フッター ====== */
div#boxArea{
background:#FFF;
border:none;
margin:0 0 40px 0;
}
div.boxFour{
width:100%;
max-width:740px;
border:none;
float:none;
padding-bottom:0;
margin-bottom:0;
padding-left:0;
padding-top:20px;
margin-right:0;
}
div.box  p{padding-left:16px;padding-right: 16px;}
div.box  ul,
div.box  dl{
overflow:hidden;
margin:10px 0 10px 0;
background:#F6F6F6;
border-bottom:1px solid #CCC;
}
div.box  dl{
margin:10px 0 0 0;
padding:0 2em;
}
div.box  ul li a{
position: relative;
display:block;
border-top:1px solid #CCC;
padding:14px 0 14px 18px;
}
div.box  ul li{margin-bottom:0px;}
div.box  ul li a:after{
  position: absolute;
	top: 45%;
	right: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
div.box  dl dt,
div.box  dl dd{
font-size:15px;
margin-bottom:10px;
line-height:1.6;
}
div#contactArea{
background:#F6F6F6;
border:1px solid #CCC;
border-width:1px 0 0 0;
margin:0 0 10px 0;
}
div#mainArea {
margin-top: 30px !important;
}
footer ul.fltNavi{overflow:hidden;margin-bottom:0px;background:#F6F6F6;}
footer ul.fltNavi li{
float:none;
border:none;
font-size:12px;
line-height:1.8;
padding:0 0px;
}
footer ul.fltNavi li a{
position: relative;
display:block;
border-top:1px solid #CCC;
padding:14px 0 14px 18px;
color:#222;
}
footer ul.fltNavi li a:after{
  position: absolute;
	top: 45%;
	right: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer p.footer{color:#999;text-align:center;
margin-bottom:20px;
}

.more_image {
	text-align: center;
	font-size: 14px;
	width: 100%;
	padding: 5px 0px;

}

/*-----商品詳細　Welcart------*/
div.storycontent{
margin:30px auto 0;
}
div.storycontent div#itempage div.pikachoose{
width:95%;
max-width:660px;
margin:0px auto 40px;
}
div.storycontent div#itempage section.orderitem{
width:100%;
max-width:660px;
padding:24px 0 48px 0;
position:static;
}
div.storycontent div#itempage section.orderitem h2{margin:0 0.6em 0 0.6em;}
div.storycontent div#itempage section.orderitem h3{margin:0.6em 0.6em 0 0.6em;}
div.storycontent div#itempage section.orderitem div.stockstatus{margin:0 0.6em 1em 0.6em;padding-bottom: 0.5em;}
div.storycontent div#itempage section.orderitem div.actionform{margin:0 0.6em 1em 0.6em;}
div.storycontent div#itempage div.beta div.text-section{
border-width:1px 0 1px 0;
width:100%;
max-width:660px;
margin-bottom:0px;
}
div.storycontent div#itempage div.beta div.text-section div.boxDetails{margin:3.227% 4% 0 4%;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails p{line-height:1.8;}

.pika-stage img{height:320px; width: auto; vertical-align: bottom; }

.pika-thumbs{ 
padding: 0 0px;
/*height: 160px; */
width:96%;
}
.pika-thumbs li{
/*width:20%;*/
max-width:100px;
margin: 10px 0 0 0;
padding: 0;
overflow: hidden;
float: left;
list-style-type: none;
margin: 0 0px;
cursor: pointer;
}
.pika-thumbs li img{width:100%;}

ul.linkall li{
text-align: center;
padding-top:15px;
padding-bottom:15px;
}
ul.linkall li a{
position: relative;
background: #f6f6f6;
font-size: 13px;
text-decoration: none;
}
ul.linkall li a:before {
    position: absolute;
    top: 44%;
    left: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-----うとくん　header------*/
.logo_s{
  margin:10px 15px 0;
  float:left;
}
.page-header .spMenu h1.logo_s img{max-height:75px; width:auto;}

/*-----ティザー------*/
.ten-logo img{width:30%;height: 30%;}
div#mainArea-top p,
div#mainArea-top2 p{line-height:2}
.dldt{width:100%;margin-bottom:16px}
.dldt dt,.dldt dd{}
.dldt dt{width:100%;font-size:12px;margin-bottom:5px}
.dldt dd{width:100%;font-size:14px;margin-bottom:25px;line-height:1.5;}
.dldt dd span{display:block;}

}
/*----------------------------------------------------------------------------------------------------------------------
SP設定　スマホ表示用
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
.l-grid2 {
    width: 100%;
}
.mb80-60{margin-bottom:60px !important;}
img.s90{width:90%;}
div#contentsBox div.boxDetails{margin:5% 3% 0 3%;}
div#contentsBox h2 {
	font-size:15px;
	padding-bottom:0px;}
	
/*---お問い合わせ ---*/
table.form ,
table.formInner{width:100%;}
table.form tr{display: block;}
table.form th{
padding:0 0 10px 0;
text-align:left;
}
table.form td{
display: list-item;
list-style:none;
width: 100%;
text-align:left;
}
table.form td{
	padding:0 0 10px 10px;
	margin-bottom:20px;}
	
input[type="text"],
textarea{width:100%;margin-top:5px;}
table.form span.horizontal-item{display:block !important;margin-left:0 !important;}
	
div.storycontent div#itempage section.orderitem input[type="submit"]{
padding:0.8em 0.9em 0.7em 0.9em;
font-size:13px;
}
}

/*----------------------------------------------------------------------------------------------------------------------
SP設定　スマホ表示用
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 360px) {

}