@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------
   Browser Default Initialization responsive1
 ------------------------------------------------------------*/
* {
	margin: 0;
	box-sizing: border-box;
}
html {
  overflow-y: scroll;
	height: 100%;
}
body {
	color: #333;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	background-color: #fffbf8;
	height: 100%;
	word-wrap: break-word;
	font: 16px/1.7em "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
div, dl, dt, dd, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
	margin: 0;
	padding: 0;
}
.underLine {
	text-decoration: underline;
}
.bold-big {
	font-weight: bold;
	font-size: 112%;
	display: block;
}
.wt-wrap .wt-section .wt-img {
	display: block;
}
.center {
	text-align: center;
}
.logo-area h1 a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.red, .red1 { color:#f00; }
address, caption, cite, code, dfn, em, th, var {
 font-style: normal;
 font-weight: normal;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
}
.contents-area .Box table {
	margin-bottom: 40px;
}
caption, th {
	text-align: left;
	letter-spacing: 0.1em;
}
q::before, q::after {
 content: '';
}
object, embed {
 vertical-align: top;
}
hr {
 display: none;
}
img, abbr, acronym, fieldset {
 border: 0;
}
ul li, ol li {
 list-style-type: none;
}
input[type="text"], input[type="password"]{
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  padding: 0 2%;
  font-size: 100%;
  transform: none;
}
select {
 background-color: #fffbf8;
 border: 1px solid #A9A9A9;
 box-sizing: border-box;
}
textarea {
 border: 1px solid #A9A9A9;
 box-sizing: border-box;
 padding: 2%;
}
a{
  color:#333;
  text-decoration:none;
  transition: color .3s, opacity .3s;
}
a, a *{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img{
  border:0;
  max-width:100%;
  height:auto;
  vertical-align:top;
}
a img{
  transition: filter .3s ease, transform .3s ease;
}
.itemName .sub_title {
	display: block;
	font-size: 82%;
	color: #666;
	line-height: normal;
}
@media (hover: none){
  a{ transition: none; }   /* タップ時の色変化を即時に */
  a:active{ color:#F00; }  /* タップ中だけ赤 */
  /* （残すなら）画像タップ中の軽い反応 */
  a:active img{
    transform: scale(0.99);
    filter: brightness(1.05);
  }
}
/* PC: hover feedback */
@media (hover: hover) and (pointer: fine){
  a:hover{
    color:#F00;
    opacity:.70;
    cursor:pointer;
  }
}
/*フォント------------------------------*/
.bold {
 font-weight: bold;
}
.red-bold {
 font-weight: 700;
 color: red
}
.pixel10{font-size:63%}
.pixel11{font-size:70%;line-height:normal}
.pixel12{font-size:75%;line-height:1.2em}
.pixel13 {font-size: 82%;}
.bold-pixel17,.bold-pixel18{font-weight:700}
.bold-pixel16{
	font-weight: bold;
}
.bold-pixel17{font-size:170%}
.bold-pixel18{font-size:112%}
.marker-P-blue,.marker-P-orange,.marker-P-green{background:linear-gradient(transparent 60%,var(--mk) 0)}
.marker-P-blue{--mk:#cff}
.marker-P-orange{--mk:#ffddbc}
.marker-P-green{--mk:#cfc}
input[type="button"], input[type="submit"], input[type="image"] {
 -webkit-appearance: none;
 border-radius: 0;
 box-sizing: border-box;
}
/*======================================================
ヘッダー　for-PC
========================================================*/
.shop_header_block {
	position: relative;
	margin-bottom: 20px;
}
.shop_header_block .wrap{
  width:100%;
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-items:center;
}
.shop_info_banar br {
	clear: both;
}
header .shopguide_bar {
	background-color: #D8C7A8;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	letter-spacing: normal;
}
header .shopguide_bar p {
	display: block;
	text-align: center;
	color: #5A4A33;
	font-size: 88%;
	letter-spacing: normal;
}
.shopguide_bar p span {
	display: inline-block;
	background-color: #6B5A3A;   /* ダークグリーン */
	color: #FFFFFF;
	font-size: 88%;
	font-weight: 500;
	padding: 5px 14px 4px;
	border-radius: 15px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.wrap .logo_box {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.shop_header_block .wrap .logo {
	float: left;
	width: 70%;
}
.shop_header_block .wrap .logo a {
 display: block;
 text-decoration: none;
 padding-left: 0px;
}
.shop_header_block .logo img {
	width: 370px;
	height: auto;
	display: block;
	opacity: 1 !important;
	padding-left: 0px;
}
.shop_header_block .wrap .hnav {
	width: 30%;
	float: left;
	padding-top: 10px;
}
.shop_header_block .wrap .hnav li {
	float: right;
	list-style-type: none !important;
	margin-left: 25px;
	margin-top: 5px;
	position: relative;
}
.shop_header_block .wrap .hnav li a {
	display: block;
}
.shop_header_block .wrap .hnav li a img {
	width: 45px;
	height: auto;
}
.shop_header_block .wrap .logo .logo-area {
	float: left;
	margin-right: 2%;
	margin-left: 1%;
}
.wrap .logo .shop_guidance {
	font-size: 87%;
	float: left;
	padding-top: 22px;
	width: 53%;
}
.wrap .logo .shop_guidance .siteName {
	margin: 0px;
	padding-right: 10px;
	font-size: 87%;
	line-height: normal;
}
.logo .shop_guidance .sitecopy {
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 90%;
}
.logo .shop_guidance .siteName a, .logo .shop_guidance .sitecopy a {
	line-height: normal;
	padding-top: 2px;
	color: #222;
	font-weight: normal;
}
.wrap .logo br {
 clear: both;
}
.shop_header_block .wrap #sps-menu {
	/* [disabled]display: none; */
}
.wrap .sp_logo_box {
	display: none;
}
.shop_header_block .wrap .logo_box br {
	clear: both;
}
.shop_info_banar   {
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.shop_info_banar .guide_IMG p img {
	max-width: 100%;
	height: auto;	margin-left: auto;
	margin-right: auto;
}
/*-----------------------------------------------------
　ヘッダー  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
#wrapper header .shopguide_bar {
	display: none;
}
header .header_info_area {
	display: none;
}
.shop_info_banar   {
	display: none;
}
.shop_info_banar .wide_box {
	width: 100%;
	display: block;
	gap: 15px;
}
.shop_info_banar .wide_box .guide_IMG {
	display: none;
}
.shop_header_block .wrap .shopguide_bar {
	display: none;
}
.wrap .logo_box {
	display: none;
}
.shop_header_block {
	margin-bottom: 65px;
}
.wrap .sp_logo_box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	background: rgba(255,255,255,.90);
	z-index: 150;
	display: block;
}
.wrap .sp_logo_box p a img {
	height: 40px;
	width: auto;
	position: absolute;
	top: 11px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
}
.shop_header_block .wrap {
	 width: 100%;
	 margin: 0 auto;
}
.shop_header_block .wrap #sps-menu {
	position: absolute;
	top: 16px;
	right: 4%;
}
 .sp_logo_box #sps-menu .right li a img {
	display: block;
	width: 35px;
	height: auto;
 }
 
/*SPハンバーガーニュー---------------------------*/
.shop_header_block #header-nav-drawer{
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 2%;
  top: 0px;              /* ロゴと高さを揃える */
  white-space: nowrap;
  z-index: 150;
}
#header-nav-drawer .menu_text::before{
  content: 'MENU';
  font-size: 68%;
  color: #111;
  position: absolute;
  top: 36px;             /* 文字を少し上に */
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
}
#header-nav-drawer.spsDrawerOpen .menu_text::before{
  content: 'CLOSE';
  font-size: 68%;
  color: #111;
  position: absolute;
  top: 36px;             /* 文字を少し上に */
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
}
.shop_header_block #header-nav-drawer span{
  display: inline-block;
  position: absolute;
  top: 26px;              /* 50%だと下がるので固定で上寄せ */
  left: 50%;
  width: 30px;
  height: 3px;
  margin: 0 0 0 -15px;
  background: #333;
  transition: .2s;
}
.shop_header_block #header-nav-drawer span::before,
.shop_header_block #header-nav-drawer span::after{
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .3s;
}
/* 線の間隔 */
.shop_header_block #header-nav-drawer span::before{
  margin-top: -10px;
}
.shop_header_block #header-nav-drawer span::after{
  margin-top: 7px;
}
/* OPEN時は中央線を消す */
.shop_header_block #header-nav-drawer.spsDrawerOpen span{
  background: transparent;
}
/* ×印 */
.shop_header_block #header-nav-drawer.spsDrawerOpen span::before,
.shop_header_block #header-nav-drawer.spsDrawerOpen span::after{
  margin-top: 0;
}
.shop_header_block #header-nav-drawer.spsDrawerOpen span::before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.shop_header_block #header-nav-drawer.spsDrawerOpen span::after{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
}
/*===========================================
gnav ヘッダーメニュー　for-PC
=============================================*/
.shop_header_block .gnav {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #F3EFE6;
}
.shop_header_block .gnav > ul {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shop_header_block .gnav > ul > li {
	position: relative;
	line-height: 70px;
}
.shop_header_block .wrap .gnav ul li h2 {
	font-size: 98%;
	cursor: pointer;
	letter-spacing: 0.1em;
	color: #4A3F2A;
	width: 100%;
}
.shop_header_block .gnav > ul > li > a {
	font-size: 90%;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
}
.shop_header_block .gnav > ul > li:hover .menu {
	max-height: 9999px !important;
	opacity: 1 !important;
}
.shop_header_block .gnav .menu {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 320px;
  max-width: 360px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  z-index: 1000;
  transition: opacity .25s ease, max-height .25s ease;
}
.shop_header_block .gnav .menu ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 97%;
	margin: 0 auto;
	padding: 0 1.5%;
}
.shop_header_block .gnav .menu ul li {
	width: 100%;
	line-height: 1.8;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
}
.shop_header_block .gnav .menu ul .list_end {
	border-bottom: none;
}
.shop_header_block .gnav .menu ul li a {
	font-size: 98%;
	color: #111;
	display: block;
	padding: 18px 10px 12px;
	text-align: left;
}
.shop_header_block .gnav .menu ul li a img {
	width: 30px;
	height: auto;
	margin-right: 8px;
	margin-top: -1px;
}
.shop_header_block .gnav .menu ul li a:hover {
	color: #F00;
	background-color: #F3EFE6;
}
.gnav ul .arrow .heder_nav1  {
	letter-spacing: normal!important;
}
.gnav ul .arrow .heder_nav5  {
	letter-spacing: normal!important;
	border-right-style: none!important;
}
.gnav .arrow .heder_nav1:before, .gnav .arrow .heder_nav2:before, .gnav .arrow .heder_nav3:before, .gnav .arrow .heder_nav4:before, .gnav .arrow .heder_nav5:before {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  margin-right:5px;
  position:relative;
  top:12px; 
}
.gnav .arrow .heder_nav1:before {
  background-image: url(https://kurabokko.xyz/pic-labo/pc_header_icon1.png);
}
.gnav .arrow .heder_nav2:before {
  background-image: url(https://kurabokko.xyz/pic-labo/pc_header_icon2.png);
}
.gnav .arrow .heder_nav3:before {
  background-image: url(https://kurabokko.xyz/pic-labo/pc_header_icon3.png);
}
.gnav .arrow .heder_nav4:before {
  background-image: url(https://kurabokko.xyz/pic-labo/pc_header_icon4.png);
}
.gnav .arrow .heder_nav5:before {
  background-image: url(https://kurabokko.xyz/pic-labo/pc_header_icon5.png);
}
/*サーチボタン・サーチフォーム*/
.shop_header_block .search_btn {
	margin-top: 5px!important;
}
.shop_header_block .search_btn a {
 display: block;
 padding: 50px 10px 10px 50px;
 cursor: pointer;
 background: url("https://kurabokko.xyz/pic-labo/pc_header_serch.png") no-repeat center center;
 background-size: 30px 30px;
}
.shop_header_block .search_btn a.active {
	background-image: url("https://kurabokko.xyz/pic-labo/pc_header_serch-close.png");
}
#header_search_form {
 display: none;
 width: 300px;
 position: absolute;
 right: 10px;
 top: 60px;
 border: solid 1px #aaa;
 background: #FFF;
 z-index: 1000;
 line-height: 100%;
 text-align: left;
}
#header_search_form input[type="text"] {
 width: 90% !important;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none !important;
 height: 35px !important;
 padding: 5px !important;
}
#header_search_form button{
  width: 40px;
  height: 40px;
  border: none;
  background: url(...) no-repeat center / contain;
}
/*-----------------------------------------------------
 SP・Tab ドロワーメニュー  for-768px             
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.shop_header_block .gnav {
	display: none;
}
/*ドロワーメニュー　上部ボタン---------------------------*/
 .side_btn_block {
  display: block;
  margin-bottom: 20px;
	padding: 10px 0px 0px;
 }
 .side_btn_block ul li {
	width: 49%;
	float: left;
	text-align: center;
	padding: 0 0.5%;
 }
.side_btn_block ul .cart_btn {
	float: right;
	}
 .side_btn_block ul li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #333;
	font-size: 90%;
	padding: 10px 0 8px;
	width: 100%;
 }
.side_btn_block ul li a img {
	width: 25px;
	margin-right: 4px;
	margin-top: -5px;
	height: auto;
	vertical-align: middle;
}
.side_btn_block ul br {
 clear: both
}
/*SP ドロワーメニュー　上部バナー--------------------------*/
#sub-column #side-nav {
	padding: 0;
	margin: 0;
 }
#side-nav .Top_banner {
	background-color: #faf8e4;
}
#side-nav .Top_banner p {
	display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
	padding: 7px;
	font-weight: bold;
	font-size: 94%;
	color: #faf8e4;
	background-color: #BA131B;
	}
#side-nav .Top_banner p img {
	width: 30px;
	height: auto;
	margin-right: 5px;
}
#side-nav .Top_banner p span {
	font-size: 75%;
}
/*SP ドロワーメニュー　下部バナー--------------------------*/
.side_banner_block {
 margin-bottom: 50px;
}
.side_banner_block ul li {
 display: block;
 margin-bottom: 15px;
 text-align: center;
}
.side_banner_block ul li:last-of-type {
 margin-bottom: 0;
}
#side-nav .category nav ul.open_close {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 8px;
}
#side-nav .category_menu a {
  padding: 8px;
}	
/* ===================================================
  SP ドロワー表示中：背面スクロール防止（iOS含む）
====================================================== */
/* JSで付けるロッククラス */
html.is-drawerOpen,
body.is-drawerOpen{
	overflow: hidden !important;
	height: 100% !important;
}
body.is-drawerOpen{
	position: fixed !important;
	left: 0;
	right: 0;
	width: 100%;
}
/* ドロワー内スクロール（伝播しにくくする） */
#side-nav,
#sub-column #side-nav,
#sub-column,
.menu,
.sp_drawer,
.spsDrawer,
.spsDrawerMenu{
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}
}
.w100 {
	width: 100%;
}
/*=====================================================
 wrapper for PC
=======================================================*/
#wrapper {
	width: 100%;
	background-color: #fffbf8;
	min-height: 100%;
}
#contents {
	width: 1240px;
	margin: 0 auto;
	line-height: 1.8em;
	*zoom: 1;
	font-size: 100%;
	overflow-x: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
#sub-column {
	display: none;
}
#main-column {
	box-sizing: border-box;
	word-break: break-all;
	width: 100%;
	margin-bottom: 40px;
}
#main-column-full {
	width: 100%;
	margin: 0 auto 60px;
	color: #333333;
}
article section, div#wrapper div#enquete-section, div.cart-article div.cart-section {
 padding: 0;
}
article section:first-child, div#wrapper div#enquete-section:first-child, div.cart-article div.cart-section:first-child {
	border-top: none;
}
div.cart-article p {
	color: #333;
	font-size: 106%;
}
.mainCont .cartTopMsg font {
	font-size: 112%;
}
article section ul, div#wrapper div#enquete-section ul, div.cart-article div.cart-section ul {
	font-size: 106%;
	line-height: 160%;
	color: #333;
}
#mainVisual {
 width: 100%;
}
/*-----------------------------------------------------
 wrapper  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
  width: 100%;
}
#contents {
	width: 97%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 10px;
}
 #main-column {
	box-sizing: border-box;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
 .w100, article section, section {
  box-sizing: border-box;
 }
 section section {
  padding: 0;
 }
}
/*====================================================
　見出し
======================================================*/
/*フリーページ--------------*/
#Journal h1 {
 display: none;
}
article h1 {
	border: none;
	font-size: 82%;
	letter-spacing: 0.05em;
	padding: 0px 0 10px;
	margin-bottom: 10px;
}
#main-column h2{
	font-size: 106%;
	margin: 0 0 15px;
	text-align: center;
	color: #333;
}
.kb-top-guide .top_midashi {
	border-bottom: thin solid #DDD;
	padding-bottom: 12px;
	display: block;
	line-height: 1.4em;
	margin-bottom: 12px!important;
}
.kb-top-guide .top_midashi:before {
    display: none !important;
}
 #main-column .free-contents h2:before, #main-column .ranking h2:before, #main-column .newItem h2:before, #main-column .pickup h2:before, .cont.w100 .news h2:before {
 display: inline-block;
 margin-right: 8px;
 content: '';
 background: url(https://kurabokko.xyz/pic-labo/check_midashiMark-smile70.png);
 vertical-align: middle;
 position: relative;
 top: -3px;
 background-repeat: no-repeat; /* 画像の繰り返しを指定  */
 background-size: contain; /* 画像のサイズを指定    */
 width: 35px;
 height: 35px;
}
/*-----------------------------------------------------
  見出し  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
 #main-column h2 {
	font-size: 104%;
	padding-bottom: 8px;
	letter-spacing: -0.05em;
	margin-bottom: 0px;
	font-weight: 900;
 }
.kb-top-guide .top_midashi {
	line-height: 1.5em;
	font-size: 110%!important;
}
}
/*=================================================
トップバナー
===================================================*/
.top_banner_block {
 background: #EFEFEF;
 display: none;
 margin-bottom: 20px;
}
.top_banner_block .wrap {
 width: 1160px;
 max-width: 100%;
 margin: 0 auto;
 padding: 80px 0;
}
.top_banner_block ul{
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:-40px;
}
.top_banner_block ul li {
 width: 47%;
 margin-bottom: 40px;
}
/*-----------------------------------------------------
　トップバナー  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.top_banner_block {
margin: 0 -2% 20px;
width: 104%;
max-width: 104%;
}
.top_banner_block .wrap {
padding: 40px;
}
.top_banner_block ul {
margin-bottom: -20px;
}
.top_banner_block ul li {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
}
/*-----------------------------------------------------
　header-inner  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
#hNav ul#keyword li a {
background-color: #EFEFEF;
border-radius: 3px;
display: inline-block;
float: none;
margin: 0 0 2%;
padding: 2%;
}
/*メニュー(768px)*/
#hNav nav, #hNav .cart-nav {
position: absolute;
top: 20px;
right: 2%;
}
#hNav ul#header-nav li {
color: #333;
font-size: 80%;
margin-right: 62px;
padding: 0 5px;
}
#hNav ul#header-nav li#header-nav-mypage a::before, #hNav ul#header-nav li#header-nav-cart a::before {
display: block;
height: 28px;
margin: 0 auto 3px;
top: 0;
width: 28px;
}
#hNav ul#header-nav li#header-nav-cart {
margin-left: -62px;
}
#hNav ul#header-nav li#header-nav-drawer {
background: #FFF;
border: 1px solid #888;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
height: 46px;
margin: 0;
padding: 0;
position: fixed;
right: 2%;
top: 20px;
white-space: nowrap;
width: 46px;
z-index: 1;
}
/*-- 検索ボックス(768px) --*/
 #hNav #searchbox_wrap {
  margin: 0 0 10px;
  width: 100%;
 }
 #hNav #searchbox {
  float: none;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
 }
 #hNav #searchbox p {
  display: none;
  margin: 0;
 }
 #hNav #searchbox form {
  height: 50px;
  position: relative;
  width: 100%;
 }
 #hNav #searchbox input.searchbox {
  height: 48px !important;
  padding: 0 70px 0 5px;
  width: 100%;
 }
 #hNav #searchbox input.searchSubmit {
  background-color: #777;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
 }
 #gnav div.cart-nav, #gnav nav {
  width: 100%;
 }
}
/*-----------------------------------------------------
 hNav  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
 #hNav ul#keyword li a {
  padding: 3% 2%;
 }
 /*メニュー(480px)*/
 #hNav nav, #hNav .cart-nav {
  min-height: 40px;
 }
 #hNav ul#header-nav li {
  font-size: 70%;
  letter-spacing: -1px;
  padding: 0;
 }
 #hNav ul#header-nav li#header-nav-mypage a::before {
  content: '';
  background: url(../img/rps_mypage_icon.png);
  background-size: cover;
  display: block;
  height: 24px;
  width: 24px;
  margin: 0 auto 3px;
 }
 #hNav ul#header-nav li#header-nav-cart {
  margin-right: 54px;
 }
 #hNav ul#header-nav li#header-nav-cart a::before {
  content: '';
  background: url(../img/rps_cart_icon.png);
  background-size: cover;
  display: block;
  height: 24px;
  width: 24px;
  margin: 0 auto 3px;
 }
 #hNav ul#header-nav li#header-nav-drawer {
  height: 38px;
  width: 38px;
 }
 /*グローバルナビ(480px)*/
 #gnav div.cart-nav ul li, #gnav nav ul li {
  font-size: 70%;
 }
 #gnav div.cart-nav ul li a, #gnav nav ul li a {
  padding: 8px 6px 5px;
 }
 #gnav div.cart-nav li a::before, #gnav nav li a::before {
  content: '';
  background-size: cover;
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 auto 1px;
 }
}
/*==============================================
 大切なお知らせ
================================================*/
.kb-urgent{
	max-width: 720px;
	margin: 10px auto 50px;
	text-align: center;
	/* [disabled]position: relative; */ /* 下線用 */
}
/* アクセント下線 */
.kb-urgent::after{
  content:"";
  display:block;
  width: 140px;
  height: 10px;
  margin: 30px auto 0;
  background:
	radial-gradient(circle, rgba(255,122,61,.95) 2.4px, transparent 2.6px)
	0 55%/24px 10px repeat-x,
	radial-gradient(circle, rgba(47,111,237,.90) 2.0px, transparent 2.2px)
	12px 40%/24px 10px repeat-x;
  opacity: .95;
}
.kb-urgent__text{
	margin: 0;
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: .02em;
}
.kb-urgent__text span a {
	text-decoration: underline;
}
.kb-urgent__title{
	font-weight: 800;
	display: block;
	font-size: 112%;
}
/*==============================================
 KURABOKKO 紹介文
================================================*/
.kb-top-guide__lead--sp {
  display: none;
}
.kb-top-guide{
	max-width: 720px;
	margin: 10px auto 60px;
	text-align: center;
	padding-bottom: 40px;
}
.kb-top-guide__lead{
	margin: 0;
	font-size: 106%;
	line-height: 1.6;
	letter-spacing: .02em;
}
.free-contents .saervice_info_sp {
	display: none;
}
@media screen and (max-width: 768px){
.kb-urgent__text {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 4%;
	padding-right: 4%;
}
.kb-urgent .kb-urgent__text span {
	font-size: 92%;
}
.kb-top-guide{
	padding: 0 5%;
	margin-top: 0px;
	margin-bottom: 25px;
}
.kb-top-guide__lead{
	font-size: 90%;
	line-height: 1.5em;
}
.kb-top-guide__lead--pc {
	display: none;
}
.kb-top-guide__lead--sp {
	display: block;
}
.free-contents .saervice_info_sp {
	margin-bottom: 60px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.free-contents .saervice_info_sp img {
	display: block;
}
}
/*==============================================
 センターフリー center_main-Area
================================================*/
#center_main-Area {
	width: 100%;
}
#center_main-Area .center-box2 {
	margin-bottom: 80px;
}
/*center-box1 PC 人気カテゴリから選ぶ--------------*/
#center_main-Area .center-box1 {
	margin-bottom: 45px;
}
#center_main-Area .center-box1 p {
	margin-bottom: 12px;
	font-size: 94%;
	text-align: center;
}
#center_main-Area .kb-category-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#center_main-Area .kb-category-item {
	width: 48%;
	margin: 0 0 35px;
	list-style: none;
}
#center_main-Area .kb-category-card {
	display: block;
	text-decoration: none;
	color: inherit;
}
#center_main-Area .kb-category-card img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
#center_main-Area .kb-category-card__title {
	margin: 0 0 4px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#center_main-Area .kb-category-item:hover .kb-category-card__title {
	
	color: #F00;
	transition: color .2s ease;
}
.kb-category-item .kb-category-card__desc {
	margin: 0 auto 10px;
	line-height: 1.4em;
	text-align: left!important;
	width: 90%;
	font-size: 90%;
}
@media screen and (max-width: 768px) {
	#center_main-Area .kb-category-ttl {
	margin-bottom: 8px!important;
	padding-bottom: 0px;
	}
#center_main-Area .center-box2 {
	margin-bottom: 60px;
}
#center_main-Area .center-box1 p {
	margin-bottom: 5px;
	font-size: 86%;
	color: #555;
}
}
/*スマホ以外は非表示*/
@media screen and (min-width: 768px) { .sp_topMenu { display: none; } }
/*-----------------------------------------------------
 センターフリー center_main-Area  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
#center_main-Area .center-box1 {
	display: none;
}
/*center-box1（年齢で探す）------------------------------*/
#center_main-Area {
}
.gift_popular_buttons ul {
	width: 96%;
}
.gift_popular_buttons li {
	max-width: none;
}
.gift_popular_buttons ul li a {
	font-size: 100%;
	letter-spacing: normal;
}
#center_main-Area .center-box2 .leftBanar {
	width: 100%;
	text-align: center;
}
#center_main-Area .center-box2 .rightBanar {
	width: 100%;
}
/*SPカテゴリボタン*/
.freearea {
  text-shadow: none;
}
/*#mp_ta_free1 .freeCont {
  width: 100%;
  margin: 0;
  padding: 0;
}
#mp_ta_free1 .freeCont .mainView {
  width: 100%;
  margin-bottom: 15px;
}
.freeCont .mainView img {
  max-width: 100%;
  height: auto;
}*/
/* ===== お知らせエリア ===== */
#sortarea .head-important-info {
  display: block;
  margin: 0;
  padding: 0 !important;
}
#sortarea .head-important-info a {
  display: block;
  padding: 2px 0;
  color: red;
  font-size: 13px;
  line-height: normal;
}
#sortarea .inportant-info {
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f5f4ef;
}
#sortarea .inportant-info .infoTitle {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
#sortarea .inportant-info .infoTitle a {
  color: red;
  font-size: 14px;
  text-decoration: none;
}
#sortarea .inportant-info .infoText {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: normal;
}
#sortarea .inportant-info .infoText a {
  color: #333;
}
.inportant-info .infoText .bold {
  font-size: 13px;
  letter-spacing: 0.2em;
}
/* ===== SPトップ 人気カテゴリボタン ===== */
#center_main-Area .sp_topMenu {
	margin-bottom: 70px;
}
.sp_topMenu #topMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0 1.5%;
  list-style: none;
  box-sizing: border-box;
}
.sp_topMenu #topMenu > li {
	width: 48%;
	text-align: center;
	margin-bottom: 5px;
}
.sp_topMenu #topMenu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4px 10px 5px;
	text-decoration: none;
	border: 1px solid #d8d3c8;
	border-radius: 8px;
	background: #f8f6f1;
	box-shadow: 0 2px 4px rgba(0,0,0,0.06),
	0 8px 18px rgba(0,0,0,0.04);
	transition: transform 0.15s ease,
	box-shadow 0.15s ease,
	background 0.15s ease;
	line-height: 1.1em;
}
.sp_topMenu #topMenu li a:active {
	transform: translateY(2px) scale(0.98);
	box-shadow:
		0 1px 2px rgba(0,0,0,0.08);
	background: #f1ede4;
}
.sp_topMenu #topMenu li a:hover {
	transform: translateY(-2px);
	box-shadow:
	0 4px 8px rgba(0,0,0,0.08),
	0 10px 22px rgba(0,0,0,0.06);
}
.sp_topMenu #topMenu li .init-bottom img {
	display: block;
	width: 41%;
	height: auto;
	margin: 0px auto;
}
.sp_topMenu #topMenu li .init-bottom .name {
	width: 100%;
	font-size: 83%;
	font-weight: 500;
	letter-spacing: normal;
}
}
/* =========================================================
  センターフリー　年齢・価格で探す
========================================================= */
.kb-finder{
	width: 100%;
	/*padding: 25px clamp(12px, 2vw, 24px);
  background: #fffbf8;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 0;
  box-sizing: border-box;*/
	/* [disabled]font-size: 106%; */
	margin-bottom: 60px;
}
.kb-finder__title{
  /*margin: 0 0 12px;
  color: #2f2a24;
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(112%, calc(1.3vw + 12px), 138%);
  line-height: 1.35;
  max-width: 1200px;
  margin-inline: auto;*/
}
.kb-finder__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
.kb-fcard{
	background: #fff;
	padding: 14px 8px;
	letter-spacing: 0.1em;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(0,0,0,0.06);
	box-sizing: border-box;
	min-width: 0;
}
.kb-fcard__head{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.kb-fcard__icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff3e3;
  border: 1px solid rgba(0,0,0,0.06);
  display: grid;
  place-items: center;
  color: #b48a5a;
  flex: 0 0 auto;
}
.kb-ico{
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.kb-fcard__title{
	margin: 0;
	font-size: 108%; /* 約18px */
	font-weight: 700;
	color: #2f2a24;
	line-height: 1.25;
	letter-spacing: normal;
}
.kb-fcard__lead{
  margin: 4px 0 0;
  font-size: 78%; /* 約12.5px */
  color: #6a5a44;
  line-height: 1.35;
  letter-spacing: .01em;
}
.kb-chips{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.kb-chip{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-height: 42px;
	padding: 10px 12px;
	border-radius: 15px;
	background: #fffbf8;
	border: 1px solid rgba(0,0,0,0.10);
	color: #2f2a24 !important;
	text-decoration: none !important;
	font-size: 90%;
	font-weight: 800;
	line-height: 1.25;
	min-width: 0;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	transition: background .12s ease, box-shadow .12s ease, transform .12s ease;
	-webkit-tap-highlight-color: transparent;
	text-align: center;
}
.kb-chip:hover{
  background: #fff3e3;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}
.kb-chip:active{
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.kb-chip:focus-visible{
  outline: 3px solid rgba(180,138,90,0.35);
  outline-offset: 3px;
}
.kb-fcard .kb-chips .kb-chip span {
	display: block;
	letter-spacing: 0.3em;
	font-size: 112%;
	margin-bottom: -5px;
}
.kb-fcard .kb-chips .kb-chip {
	font-size: 90%;
	letter-spacing: normal;
	/* [disabled]display: block; */
	/* [disabled]line-height: 1em; */
}
/*-----------------------------------------------------
 SP センターフリー　年齢・価格で探す  for-768px
-----------------------------------------------------*/
@media (max-width: 768px){
.kb-finder{
	background: transparent;
	border: none;
	padding: 0;
}
.kb-finder__title,
.kb-finder__grid{
	padding: 0 12px;
}
.kb-fcard__title{
	font-size: 100%;
}
.kb-finder__grid{
	grid-template-columns: 1fr;
	padding-left: 0;
	padding-right: 0;
}
.kb-chips{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kb-chip{
	min-height: 44px;
}
}
/* 420px以下：1列 */
@media (max-width: 420px){
  .kb-chips{
    grid-template-columns: 1fr;
  }
}
/* =========================================================
  センターフリー　遊び方で探す
========================================================= */
.kb-playfinder{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.kb-playfinder__title{
	margin: 0 0 0px!important;
	font-size: 118%;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: .04em;
	text-align: center;
	color: #2f2a24;
}
.kb-playfinder__lead{
	margin: 0 0 16px;
	font-size: 84%;
	line-height: 1.7;
	letter-spacing: .02em;
	text-align: center;
	color: #6a5a44;
}
.kb-playfinder__grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}
.kb-playcard{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(0,0,0,0.06);
	text-decoration: none !important;
	color: #2f2a24 !important;
	box-sizing: border-box;
	transition: background .12s ease, box-shadow .12s ease, transform .12s ease;
	-webkit-tap-highlight-color: transparent;
}
.kb-playcard:hover{
	background: #fffbf8;
	box-shadow: 0 8px 18px rgba(0,0,0,0.08);
	transform: translateY(-1px);
}
.kb-playcard:active{
	transform: translateY(0);
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.kb-playcard:focus-visible{
	outline: 3px solid rgba(180,138,90,0.35);
	outline-offset: 3px;
}
.kb-playcard__inner{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-width: 0;
}
.kb-playcard__icon{
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #fff3e3;
	border: 1px solid rgba(0,0,0,0.06);
	font-size: 118%;
	line-height: 1;
	flex: 0 0 auto;
}
.kb-playcard__title{
	display: block;
	font-size: 94%;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .02em;
	color: #2f2a24;
	text-align: left;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
@media (max-width: 768px){
	.kb-playfinder{
	}
	.kb-playfinder__title,
	.kb-playfinder__lead{
		padding: 0 12px;
	}
	.kb-playfinder__title{
		margin-bottom: 8px;
		font-size: 108%;
	}
	.kb-playfinder__lead{
		margin-bottom: 12px;
		font-size: 80%;
	}
	.kb-playfinder__grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.kb-playcard{
		min-height: 58px;
		padding: 9px 10px;
		border-radius: 16px;
	}
	.kb-playcard__inner{
		gap: 8px;
	}
	.kb-playcard__icon{
		width: 32px;
		height: 32px;
		border-radius: 9px;
		font-size: 104%;
	}
	.kb-playcard__title{
		font-size: 84%;
		line-height: 1.25;
	}
}
/*=================================================
  センターフリー pickup_brand
===================================================*/
.pickup_brand::after {
	content: "";
	display: block;
	clear: both;
}
.pickup_brand .brand-box {
	width: 30%;
	margin: 0 1.5% 20px;
	float: left;
	text-align: center;
}
.pickup_brand .brand-box h3 {
	margin-bottom: 5px;
	font-size: 100%;
	letter-spacing: 0.1em;
}
/* pickup_brand 下中央ボタン */
.pickup_brand .brand-list-center {
	clear: both;
	text-align: center;
	margin-top: 30px;
}
.pickup_brand .brand-list-center a {
	display: inline-block;
	padding: 10px 32px;
	font-size: 100%;
	color: #6b5a4e;
	border: 1px solid #d8cfc4;
	border-radius: 24px;
	background: #fff;
	transition: background .3s ease, color .3s ease;
	box-shadow: 0 3px 8px rgba(0,0,0,0.08);
	transition: box-shadow .3s ease, transform .3s ease;
}
/* hover（PCのみ） */
@media (hover: hover) and (pointer: fine) {
	.pickup_brand .brand-list-center a:hover {
		background: #f3efe6;
		color: #4a3b30;
	}
}
/*-----------------------------------------------------
 センターフリー pickup_brand for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.pickup_brand .brand-box {
		width: 48%;
		margin: 0 1% 15px;
	}
.pickup_brand .brand-box a {
	display: block;
	padding: 4px;
}
.pickup_brand .brand-box h3 {
	font-size: 94%;
	letter-spacing: normal;
}	
.pickup_brand .brand-list-center {
	margin-top: 25px;
}
.pickup_brand .brand-list-center a {
	font-size: 96%;
	padding: 9px 20px;
}
}
/* =========================================================
  センターフリー 人気定番4選
========================================================= */
.kb-picks{
  --ink:#2f2a24;
  --sub:#6a5a44;
  --paper:#ffffff;
  --line:rgba(0,0,0,.10);
  --shadow:0 10px 24px rgba(0,0,0,.08);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	color: var(--ink);
	margin-bottom: 80px;
}
.kb-picks__head{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
}
.kb-picks__title{
  margin: 0;
  font-size: 112%;
  font-weight: 900;
  letter-spacing: .02em;
}
.kb-picks__lead{ display:none; }
.kb-picks__grid{
  display:grid;
  grid-template-columns: 1fr; /* SP */
  gap: 40px;
}
.kb-pick{
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
  border-radius: 6px;
}
.kb-pick__link{
  display:block;
  color: inherit;
  text-decoration:none;
}
.kb-pick__media{
  position: relative;
  overflow: hidden;
  background: #eee;
  line-height: 0;
  aspect-ratio: auto !important;
}
.kb-picks .kb-pick__img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.kb-pick__badge{
  position:absolute;
  left: 10px;
  top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 82%;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
  z-index: 3;
  pointer-events: none;
}
.kb-pick:not(.kb-pick--top) .kb-pick__badge{
  background: linear-gradient(135deg, #8b6b4f, #b08968);
  box-shadow: 0 8px 16px rgba(139,107,79,.35);
}
.kb-pick--top .kb-pick__badge{
  background: linear-gradient(135deg, #d97706, #f59e0b);
  box-shadow: 0 10px 22px rgba(245,158,11,.45);
  letter-spacing: 0.1em;
}
.kb-pick__body{
  padding: 12px 14px 14px;
}
.kb-pick__name{
  margin: 0 0 6px;
  font-size: 100%;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kb-pick__meta{
  margin: 0;
  font-size: 100%;
  color: var(--sub);
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*-----------------------------------------------------
 SP センターフリー 人気定番4選  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px){
  .kb-picks{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  }
  .kb-picks__head{
    margin-bottom: 5px;
  }
  .kb-pick__body{
    padding: 10px 12px 12px;
  }
  .kb-pick__meta{
	font-size: 90%;
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
	line-height: 1.2;
  }
  .kb-pick__name{
	font-size: 96%;
	margin-bottom: 0px;
  }
}
/*769px以上（PC：2列）------------------------------*/
@media screen and (min-width: 769px){
  .kb-picks__title{
    font-size: 125%;
  }
  .kb-picks__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  .kb-pick__meta{
    font-size: 100%;
  }
}
/*Hover------------------------------*/
@media (hover:hover){
  .kb-pick{
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .kb-pick:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0,0,0,.10);
  }
}
/* ===============================================
 センターフリー（kb-reviews） トップページ-レビューエリア
================================================== */
.kb-reviews{
  background:#fffbf8;
  padding:60px 3%;
  margin:60px 0;
  border-radius:16px;
}
.kb-reviews__head{
  text-align:center;
  margin-bottom:40px;
}
.kb-reviews__sub{
	color: #BD6A0B;
	font-weight: bold;
	font-size: 112%;
	margin-bottom: 10px;
	letter-spacing: .05em;
}
.kb-reviews h2{
  font-size:220%;
  color:#5a4a33;
  margin:0 0 15px;
  line-height:1.4;
}
.kb-reviews__lead{
	font-size: 96%;
}
/* レビュー */
.kb-review-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.kb-review-card{
  background:#fff;
  border:1px solid #eee7df;
  border-radius:12px;
  padding:25px;
  display:flex;
  flex-direction:column;
  min-height:340px;
  box-shadow:0 3px 10px rgba(0,0,0,.03);
}
.kb-stars{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}
.kb-stars img{
	height: 22px;
	width: auto;
	display: block;
	padding-top: 0px;
}
.kb-stars span{
  color:#8b7a66;
  font-size:90%;
  font-weight:bold;
}
.kb-review-card h3{
	font-size: 112%;
	line-height: 1.3;
	color: #5a4a33;
	margin-bottom: 10px;
}
.kb-comment{
	font-size: 95%;
	line-height: 1.5;
	color: #555;
	margin-bottom: 10px;
}
.kb-review-meta{
	margin-top: auto;
	text-align: right;
}
.kb-user{
	display: block;
	color: #666;
	font-size: 82%;
}
/* アイコンエリア */
.kb-review-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:30px;
  background:#fff;
  border:1px solid #eee7df;
  border-radius:12px;
  overflow:hidden;
}
.kb-feature{
  display:flex;
  align-items:center;
  gap:15px;
  padding:20px 15px;
}
.kb-feature:not(:last-child){
  border-right:1px solid #eee7df;
}
.kb-feature img{
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	object-fit: contain;
}
.kb-feature-text{
  flex:1;
}
.kb-feature-text h3{
	margin: 0 0 6px;
	color: #5a4a33;
	font-size: 104%;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.kb-feature-text p{
	margin: 0;
	color: #666;
	font-size: 90%;
	line-height: 1.4;
}
/* ボタン */
.kb-review-footer{
  margin-top:25px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#fff;
  border:1px solid #eee7df;
  border-radius:12px;
  padding:20px 30px;
}
.kb-review-btn{
	display: inline-block;
	padding: 14px 30px 12px;
	border: 1px solid #b48a5a;
	border-radius: 40px;
	color: #b48a5a;
	text-decoration: none;
	transition: .3s;
}
.kb-review-btn:hover{
  background:#b48a5a;
  color:#fff;
}
/*-----------------------------------------------------
 SP センターフリー レビューエリア  for-768px
-----------------------------------------------------*/
/* スマホ */
@media screen and (max-width:768px){
  .kb-reviews{
	padding: 30px 3%;
	margin: 0px 0 60px;
  }
	.kb-reviews__head{
	margin-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
}
  .kb-reviews h2{
	/* [disabled]font-size:180%; */
	letter-spacing: 0.1px;
  }
	.kb-reviews__sub{
	font-size: 106%;
	letter-spacing: normal;
}
	.kb-reviews__lead{
	/* [disabled]font-size: 100%; */
	line-height: 1.4;
}
  .kb-review-grid{
    display:block;
  }
  .kb-review-card{
	min-height: auto;
	margin-bottom: 15px;
	padding: 12px 15px;
  }
  .kb-review-card:nth-child(n+4){
    display:none;
  }
	.kb-review-card h3{
	font-size: 98%;
	margin-bottom: 5px;
}
  .kb-comment{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.4;
	font-size: 94%;
  }
  .kb-review-features{
    display:none;
  }
  .kb-review-footer{
    display:block;
    text-align:center;
    padding:20px;
  }
  .kb-review-footer p{
    margin-bottom:15px;
  }
  .kb-review-btn{
	display: block;
	width: 65%;
	margin: 0 auto;
	padding: 10px 15px;
	font-size: 95%;
  }
}
/* ===============================================
 センターフリー About-木のおもちゃガイド
================================================== */
.kb-zones{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.kb-zones__partition{
  margin: 10px 0 18px;
  text-align: center;
}
.kb-zones__partition img{
  display: inline-block;
  max-width: 92%;
  height: auto;
}
.kb-zone{
}
.kb-zone__title{
  font-size: 150%;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  margin: 0 0 16px;
}
.kb-cards{
  width: 100%;
  display: grid;
}
.kb-cards--3{
  grid-template-columns: repeat(3, 360px);
  justify-content: space-between;
}
.kb-card{
  display: flex;
  flex-direction: column;
  width: 360px;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.kb-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}
.kb-card__img{
  display: block;
  width: 100%;
  background: #f3f0ea;
}
.kb-card__img img{
  display: block;
  width: 100%;
  height: auto;
}
.kb-card__cap{
  font-size: 94%;
  line-height: 1.5;
  padding: 12px 6%;
  text-align: center;
  font-weight: 700;
}
.kb-guideList{
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}
.kb-guideList__link{
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.kb-guideList__thumb{
  display: block;
  width: 100%;
  background: #f3f0ea;
  overflow: hidden;
}
.kb-guideList__thumb img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.kb-guideList__txt{
	padding: 10px 5px 10px 2px;
}
.kb-guideList__title{
	display: block;
	font-size: 94%;
	font-weight: 900;
	line-height: 1.3;
	margin: 8px 0;
	text-align: center;
}
.kb-guideList__desc{
	display: block;
	font-size: 88%;
	line-height: 1.45;
	color: #333333;
}
/*-----------------------------------------------------
 SP センターフリー 木のおもちゃガイド  for-768px
-----------------------------------------------------*/
@media (max-width: 768px){
.kb-zone__title{
margin-bottom: 12px;
}
.kb-cards{
padding: 0 0 1%;
gap: 14px;
justify-content: initial;
}
.kb-cards--3{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kb-card{
	width: 100%;
	max-width: none;
}
.kb-card--wide{
	grid-column: 1 / -1;
}
.kb-card--wide .kb-card__img{
	overflow: hidden;
}
.kb-card--wide .kb-card__img img{
	aspect-ratio: 8 / 2.5;
	object-fit: cover;
}
.kb-card__cap{
line-height: 1.35;
padding: 8px 2%;
letter-spacing: 0.02em;
}
.kb-guideList__title{
font-size: 92%;
letter-spacing: 0.02em;
margin-bottom: 3px;
}
.kb-guideCards{ display: none; }  /* カード非表示 */
.kb-guideList{ display: grid; }   /* リスト表示 */
.kb-guideList__thumb img{
	aspect-ratio: 8 / 3.5;
}
}
/*================================================
 センターフリー pickup_area
==================================================*/
.free-contents .pickup_area {
	margin-bottom: 50px;
}
.free-contents .pickup_area .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.free-contents .flexBox .bannar-half {
	width: 48%;
	margin-bottom: 40px;
	margin-left: 1%;
	margin-right: 1%;
}
.free-contents .flexBox .bannar-half .komidashi {
	margin-top: 12px;
	font-size: 94%;
	margin-bottom: 0px;
	color: #555555;
}
.free-contents .flexBox .bannar-half p.text  {
	font-size: 95%;
	line-height: normal;
}
.free-contents .flexBox .bannar-half a {
	display: block;
}
/*-----------------------------------------------------
 SP センターフリー pickup_area  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.free-contents .pickup_area .flexBox {
	margin-bottom: 40px;
}
.free-contents .flexBox .bannar-half {
	margin-bottom: 25px;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.free-contents .flexBox .bannar-half .komidashi {
	margin-top: 8px;
	font-size: 82%;
	padding-bottom: 2px;
	letter-spacing: normal;
	line-height: 1.2rem;
}
}
/*==============================================
 一覧表示
================================================*/
.newItem .column-set, #itemList .column-set, .pickup .column-set, .ranking .column-set, .recommend .column-set {
	width: 100%;
}
.newItem .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set{
	display:grid;
	grid-template-columns:repeat(5,1fr);
	column-gap:42px;
	row-gap:35px;
}
#itemList .column-set{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	column-gap:70px;
	row-gap:35px;
}
#itemList .column-set .column4{
	width:auto;
	float:none;
	clear:none;
	margin:0;
	padding-bottom:15px;
}
#itemList .column-set h2 a {
	color: #555555;
	font-size: 82%;
	line-height: 1.3;
}
.newItem .column-set .column5, .pickup .column-set .column5, .ranking .column-set .column5, #itemList .column-set .column4,
.recommend .column-set .column5{
	width:auto;
	float:none;
	clear:none;
	margin:0;
	padding-bottom:15px;
}
.column4 .itemThumb, .column5 .itemThumb {
 margin-bottom: 5px;
 text-align: center;
}
.column4 .itemThumb a, .column5 .itemThumb a {
 width: 100%;
 display: block;
}
.column4 .itemThumb a img, .column5 .itemThumb a img {
	width: 100%;
	height:auto;
	border-radius: 10px;
	box-sizing: border-box;
	border: thin solid #CCCCCC;
}
.column4 .item-list-span-img, .column5 .item-list-span-img {
 display: inline-block;
}
.column4 h3, .column5 h3 {
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 10px;
	font-weight: 400;
	color: #999;
	width: 98%;
	padding-left: 2%;
}
.column4 p, .column5 p {
	font-size: 75%;
	text-align: right;
}
.column4 p.inner-catch, .column5 p.inner-catch {
 line-height: 150%;
 text-align: left;
 margin-bottom: 7px;
}
.column4 p.price, .column5 p.price, .column4 .fixed, .column5 .fixed, .column4 p.fx_price, .column5 p.fx_price {
 text-align: right;
}
.column3 .badge,
.column4 .badge,
.column5 .badge{
	width: 42px;
	height: 42px;
	padding: 5px 0 0 5px;
	position: absolute;
	z-index: 10;
	display: none;
}
#center1 .centerbox .mainCont .column-set .column5 h3 {
 border-top: none;
 font-weight: bold !important;
 margin: 0 0 7px !important;
}
/*-----------------------------------------------------
  一覧表示  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
 .newItem .column-set,
.pickup .column-set,
#itemList .column-set,
.recommend .column-set{
	grid-template-columns:repeat(2,1fr);
	gap:20px;
}
.column4,
.column5{
	margin:0 2% 10px 0;
	padding-bottom:22px;
}
 .column4 h3, .column5 h3 {
	margin: 0;
	font-size: 82%;
 }
.ranking .column-set .column5 h3  {
	font-size: 80%;
}
.ranking .column-set .column5:nth-child(n + 7) {
 display: none;
}
.ranking .column5 .itemThumb-wrap .itemThumb {
	margin-bottom: 0px;
}
.pickup .column-set .column5:nth-child(n + 11) {
    display: none;
}
/* ランキングだけスマホで3列2段 */
.ranking .column-set {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 8px;
}
.ranking .column-set .column5 {
	padding-bottom: 0;
}
}
/*=================================================
 新着アイテム・再入荷アイテム・ランキング
===================================================*/
.newItem, .pickup, .ranking {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}
.newItem .new-Title {
 position: absolute;
 right: 0px;
 top: 3px;
}
.ranking .column5 .itemThumb-wrap .badge {
	display: block;
}
.pickup {
	margin-bottom: 60px;
}
.pickup .pickup-Title {
 position: absolute;
 right: 0px;
 top: 4px;
}
.ranking .ranking-Title {
 position: absolute;
 right: 0px;
 top: 4px;
}
.ranking .column5 .itemThumb {
 position: relative;
}
.newItem .column-set > section.column5,
.pickup .column-set > section.column5,
.ranking .column-set > section.column5{
  content-visibility: auto;
  contain-intrinsic-size: 300px;
  contain: layout paint;
}
.column4 .itemThumb-wrap,
.column5 .itemThumb-wrap{
	position:relative;
	margin:0 0 5px;
}
/*-----------------------------------------------------
　新着アイテム・再入荷アイテム・ランキング  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.newItem, .pickup, .ranking {
	width: 100% !important;
	padding: 0 !important;
	margin: 0px auto 60px;
}
.ranking .column-set > section.column5{
  content-visibility: visible;
  contain: none;
}
.newItem .column-set > section.column5,
.pickup .column-set > section.column5{
	content-visibility: visible;
	contain: none;
}
}
/*=================================================
 price-価格表示
===================================================*/
#main-column .column4 p.price,
#main-column .column5 p.price,
#main-column .column4 p.sp_price,
#main-column .column5 p.sp_price,
#main-column .column4 p.fx_price,
#main-column .column5 p.fx_price,
#main-column .column4 p.rg_price,
#main-column .column5 p.rg_price {
  font-size: 100%;
  font-family: Verdana, Geneva, sans-serif;
}
#main-column .column4 h2 {
	background: none;
	border: none;
	font-size: 95%;
	font-weight: normal;
	height: 3em;
	line-height: 3em;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
}
.column4 p.sp_price, .column5 p.sp_price {
 color: #111111;
 text-align: right;
}
p.fx_price span.strike {
 text-decoration: line-through;
}
table.variation span.selling_price, table.variation span.special_price {
 white-space: nowrap;
}
p.sp_price span.special_price_str, p.sp_price span.selling_price_str, p.sp_price span.selling_price, p.sp_price span.taxin, p.sp_price span.discount_rate {
 color: #111111;
}
p.price span.selling_price, p.price span.taxin {
	/*color: #3B91D6;*/
	color: #3B91D6;
	font: 400 98% Verdana, Geneva, sans-serif;
	letter-spacing: 0.04em;
}
.ranking .column5 .price .selling_price {
	display: none;
}
.column4 .price .taxin {
	font-size: 75%;
	font-weight: normal;
}
p.price span {
	/*color: #3B91D6 !important;*/
	color: #9b948b;
}
/*============================================
 センター用2分割フリーエリア
==============================================*/
.half-cont_wrap01, .half-cont_wrap02 {
 overflow: hidden;
}
.half-cont {
 float: left;
 width: 48%;
 margin-right: 4%;
}
.half-cont:nth-child(2n) {
 float: left;
 width: 48%;
 margin-right: 0;
}
#main-column .half-cont_wrap01 .half-cont .category h2, #main-column .half-cont_wrap02 .half-cont .category h2, #main-column .half-cont_wrap01 .half-cont .group h2, #main-column .half-cont_wrap02 .half-cont .group h2 {
 padding: 29px 0 40px;
 font-size: 120%;
}
/*================================================
 ショップからのお知らせ センターエリア
==================================================*/
.w100 .news {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	position: relative;
	padding: 0 320px 20px 0;
}
#main-column .news h2 {
	width: 94%;
	margin-bottom: 0px;
	font-size: 118%;
	border-bottom: 1px solid #EFEDE9;
	padding-bottom: 3px;
}
.news .news-contents {
	margin: 0px 2%;
}
dl.news-box {
	font-size: 94%;
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}
dl.news-box:nth-of-type(n+4) {
    display: none;
}
.news-box dd {
 line-height: 150%;
}
.news-box dd .detail {
	padding-top: 5px;
}
dl.news-box>dd dl{
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-items:flex-start;
  width:100%;
  padding:15px 0;
}
dl.news-box>dd dl dd{width:85%}
dl.news-box>dd dl dt{
  width:20%;
  text-align:left;
  font-weight:700;
  letter-spacing:.1em;
  margin-bottom:3px;
}
dl.news-box>dd dl+br{display:none}
dl.news-box>dd a{text-decoration:underline;margin-right:15px}
/*-----------------------------------------------------
　ショップからのお知らせ センターエリア  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.w100 .news {
	width: 100% !important;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	min-height: auto;
	padding: 0 !important;
 }
 #main-column .news h2 {
	margin-bottom: 0px;
	font-size: 106%;
}
 dl.news-box > dd dl {
  padding: 10px 5px;
  font-size: 100%;
 }
 dl.news-box > dd dl dt {
	width: 100%;
	/* [disabled]padding-bottom: 3px; */
	font-size: 95%;
 }
 dl.news-box > dd dl dd {
  width: 100%;
 }
}
#main-column .group h2 {
 font-size: 100%;
}
.group .group-Title {
 position: absolute;
 right: 0px;
 top: 4px;
}
.group .group-banner {
 margin-bottom: 5px;
}
.group ul {
 line-height: 200%;
 margin-top: -5px;
}
.group ul li {
 display: inline-block;
 *display: inline;
 *zoom: 1;
 font-size: 100%;
 padding: 0 17px 0 0;
}
.group ul li:last-child {
 background-image: none;
 padding: 0;
}
.w100 .group {
 width: 100%;
}
.w100 .group .group-Title {
 top: 3px;
}
.w100 .group h2 {
 display: block;
 width: 100%;
}
/*=====================================================
  サイドメニュー(SPドロワーメニュー)
=======================================================*/
.category .category-Title {
 position: absolute;
 right: 0px;
 top: 4px;
}
.category .category-banner {
 margin-bottom: 5px;
}
.category ul {
 line-height: 110%;
}
.w100 .category {
 width: 100%;
}
.w100 .category h2 {
 display: block;
 font-size: 100%;
 width: 100%;
}
.category h3 {
 border-bottom: 1px dotted #B9B9B9;
 font-size: 90%;
 font-weight: bold;
 line-height: 120%;
 padding: 0 0 5px;
 margin: 5px 0 15px;
}
.w100 .category ul li {
 font-size: 100%;
}
/*====================================================
 フリーエリア
======================================================*/
.freeArea {
 width: 100%;
 height: 300px;
 background-color: #EEE;
}
#sub-column h2 {
	color: #222222;
	font-size: 115%;
	padding: 0px;
	text-align: left;
	margin-bottom: 10px;
}
#sub-column .category h2 a::after {
 content: "";
 background: url(../img/rsp_arrow01.png);
 background-size: cover;
 display: inline-block;
 height: 16px;
 margin: -2px 0 0 8px;
 vertical-align: middle;
 width: 9px;
}
#sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
 /* [disabled]border: none; */
 left: 0;
 margin: 0;
 padding: 0;
 top: 0;
 width: 100%;
}
#sub-column .category {
 margin-bottom: 50px;
}
#sub-column .column-set {
 display: block;
}
#sub-column #sps-itemListAllCategory {
 margin-top: 25px;
}
#sub-column .category h3 {
 border: none;
 font-size: 80%;
 font-weight: bold;
 padding: 0;
 margin: 0 0 7px;
}
#sub-column .group nav, #sub-column .category nav, #sub-column .link nav {
	border-top: none;
	/* [disabled]margin-bottom: 25px; */
}
#sub-column .group nav ul, #sub-column .category nav ul, #sub-column .link nav ul {
 line-height: 160%;
}
#sub-column .group nav ul li, #sub-column .category nav ul li, #sub-column .link nav ul li {
 background-image: none;
 border-bottom: 1px solid #D4D4D4;
 /* [disabled]background-color: #fffbf8; */
 display: block;
 font-size: 100%;
 padding: 0;
}
#sub-column .group nav ul li:first-child, #sub-column .category nav ul li:first-child, #sub-column .link nav ul li:first-child {
 /* [disabled]border-top: 1px solid #D4D4D4; */
 background-image: none;
}
#sub-column .category nav ul .list_end {
	border-bottom: none;
}
#sub-column .category section#sps-itemListAllCategory section:last-child nav ul li {
 border-bottom: none;
}
#sub-column .link nav ul li {
 line-height: 180%;
}
#sub-column .group #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child, #sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1, #sub-column .link #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child {
 border-top: 1px solid #111;
}
#sub-column .group nav ul li.listcat1, #sub-column .category nav ul li.listcat1, #sub-column .link nav ul li.listcat1 {
 border-top: none;
}
#sub-column .keyword nav ul {
 padding: 5px 0;
}
#sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
	color: #222;
	display: block;
	padding: 16px 5px 10px;
	position: relative;
	line-height: 130%;
	background-image: none;
}
#sub-column .category nav ul li a img {
 width: 30px;
 height: auto;
 margin-right: 5px;
 margin-top: -5px;
}
#sub-column .group nav ul li a::after, #sub-column .category nav ul li a::after, #sub-column .link nav ul li a::after {
 content: "";
 /*background: url(../img/rsp_arrow02.png);
   background-size: cover;*/
 display: inline-block;
 height: 13px;
 margin: -2px 0 0 0px;
 position: absolute;
 left: 1%;
 top: 39%;
 vertical-align: middle;
 width: 8px;
}
#sub-column .category nav ul li.cat2 a {
 zoom: 1;
 display: block;
 padding: 3px 2px 3px 30px;
 margin: 0px 0;
 line-height: 100%;
 color: #000;
}
#main-column div.cal_wrapper table.cal tr td div.Today{
	color: #2AB2F5 !important;
}
#snav_calendar h2 {
 background-image: none!important;
}
#subc_calendar {
	background-color: #fffbf8;
	width: 100%;
	margin-top: 5px;
}
div#subc_calendar h2 {
	padding: 20px 0 10px;
	position: relative;
	text-align: left;
	background: none;
	color: #333;
}
div#subc_calendar h2::before {
 content: "CALENDAR";
}
div#subc_calendar h2::after {
 bottom: 0;
 content: "カレンダー";
 font-size: 80%;
 height: initial;
 left: 0;
 line-height: initial;
 position: absolute;
 right: 0;
 top: 39px;
}
.news #subc_calendar {
 width: 280px;
 position: absolute;
 right: 0;
 top: 0;
}
div.cal_wrapper {
	padding: 7px 2% 0;
	text-align: center;
}
div.cal_wrapper table.cal {
 width: 100%;
 line-height: 130%;
}
div.cal_wrapper table.cal th {
 height: 17px;
 position: relative;
}
div.cal_wrapper table.cal tr th p.month {
 font-size: 88%;
 position: absolute;
 text-align: center;
 top: -2px;
 width: 100%;
}
div.cal_wrapper table.cal tr th input {
 border: none;
 z-index: 1;
}
div.cal_wrapper table.cal tr th input.prev {
 background: url(../img/calendar_pleft.gif) no-repeat left bottom #FFF;
 height: 17px;
 position: absolute;
 left: 0;
 top: 0;
 vertical-align: middle;
 width: 17px;
}
div.cal_wrapper table.cal tr th input.next {
 background: url(../img/calendar_pright.gif) no-repeat right bottom #FFF;
 height: 17px;
 position: absolute;
 right: 0;
 top: 0;
 vertical-align: middle;
 width: 17px;
}
div.cal_wrapper table.cal tr td {
 border: solid 1px #CCC;
 font-size: 70%;
 text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
 border: none;
 padding: 10px 0 2px 0;
}
div.subc_cal_cont .cap {
	font-size: 82%;
	padding: 0 2%;
	width: auto;
}
div.subc_cal_cont .cap ul {
 margin: 3px 0 0;
}
div.subc_cal_cont .cap li {
	display: inline-block;
	line-height: 200%;
	overflow: hidden;
}
div.subc_cal_cont .cap li span {
 margin: 0 10px 0 0;
}
div.subc_cal_cont .cap .ico_cap01 {
	font-size: 112%;
	vertical-align: middle;
	margin: 0 2px 0 0;
	color: #FF5078;
}
div.subc_cal_cont .cap .ico_cap02 {
	font-size: 120%;
	vertical-align: middle;
	margin: 0 2px 0 0;
	color: #39F;
}
div.subc_cal_cont .cap .cap-info {
	background-color: #fffbf8;
	line-height: 150%;
	padding: 10px 3%;
}
div.cal_wrapper table.cal tr td div.Deli {
 background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
 background-color: #FF5078;
 color: #FFF;
}
div.cal_wrapper table.cal tr td div.backward {
 color: #CCC;
 font-weight: normal;
 background-color: #fffbf8;
}
div.cal_wrapper table.cal tr td div.pointer {
 cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
 background-color: #EEE;
}
#sub-column #snav_mailMag {
 background-color: #F5F5F5;
 margin-bottom: 20px;
 width: 100%;
}
#sub-column #snav_mailMag h2 {
 background-image: none;
}
#sub-column div.snav_mailMag_cont {
 border-top: 3px double #6B6B6B;
 padding: 15px 4%;
 text-align: center;
}
#sub-column div.snav_mailMag_cont::before {
 content: "Mail Magazine";
 font-weight: bold;
}
#sub-column div.snav_mailMag_cont h2 {
 width: 161px;
 text-align: center;
 padding: 0 0 3px 0;
 margin: 0 0 7px 0;
 border-bottom: 1px dotted #333;
}
#sub-column div.snav_mailMag_cont p {
 font-size: 72%;
 line-height: 130%;
}
#sub-column div.snav_mailMag_cont > p:first-child {
 padding: 5px 0 10px;
 text-align: left;
}
#sub-column div.snav_mailMag_cont > p:first-child::before {
 content: "メールマガジンのご登録";
 display: block;
 font-weight: bold;
 padding-bottom: 20px;
 text-align: center;
}
#sub-column div.snav_mailMag_cont input.mailAddress {
 border: 1px solid #777;
 box-sizing: border-box;
 display: inline-block;
 height: 40px;
 position: relative;
 vertical-align: middle;
 width: 78%;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag {
 background-color: #333;
 border: none;
 box-sizing: border-box;
 color: #FFF;
 font-size: 75%;
 margin-left: -5px;
 height: 40px;
 text-align: center;
 width: 20%;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
 background-color: #666;
}
#sub-column div.snav_mailMag_cont p:last-child {
 background-color: #fffbf8;
 border: 1px solid #333;
 border-radius: 3px;
 box-sizing: border-box;
 height: 3em;
 line-height: 3em;
 margin: 15px 0 10px 34px;
}
#sub-column div.snav_mailMag_cont p:last-child::after {
 content: ">>";
 padding-left: 3px;
}
#sub-column #snav_followUs {
 border-top: 3px double #6B6B6B;
 padding: 19px 2%;
 margin-bottom: 20px;
}
#sub-column #snav_followUs nav ul {
 overflow: hidden;
}
#sub-column #snav_followUs nav ul li {
 float: left;
 margin: 0 5px 0 0;
 padding: 0;
}
#sub-column #snav_followUs nav ul li img {
 vertical-align: bottom;
}
#sub-column #snav_followUs nav ul li a:hover img {
 opacity: .40;
 filter: alpha(opacity=40);
 -ms-filter: "alpha(opacity=40)";
 -khtml-opacity: .40;
 -moz-opacity: .40;
 cursor: pointer;
}
#subc_freeArea {
 margin: 0 0 20px 0;
 padding-bottom: 10px;
}
#subc_freeArea img {
 margin-bottom: 10px;
}
#sub-column .newItem {
 position: relative;
 margin: 0;
 line-height: 90%;
}
#sub-column .newItem .new-Title {
 position: absolute;
 right: 0px;
 top: 1px;
}
#sub-column .column4, #sub-column .column5 {
 box-sizing: border-box;
 padding: 0 20px 10px;
 margin: 0 0 25px 0;
 float: none;
 width: 100%;
}
#sub-column .newItem .column4 .itemThumb-wrap {
 margin: 0 0 10px;
}
#sub-column .newItem .column4 .itemThumb {
 height: auto;
 width: 100%;
 display: table-cell;
 text-align: center;
 vertical-align: middle;
}
#sub-column .newItem .column4 .itemThumb a img {
 max-height: auto;
 max-width: 100%;
 width: 100%;
}
#sub-column .newItem h3 {
 text-align: left;
 font-weight: normal;
}
#sub-column .newItem p.price, #sub-column .pickup p.price, #sub-column .ranking p.price, #sub-column .recommend p.price {
 text-align: right;
 margin: 0;
}
#sub-column .newItem p.sp_price {
 text-align: right;
}
#sub-column .newItem p.sp_price {
 color: #C00;
}
#sub-column .newItem .column4_fourth .itemThumb {
 margin: 0 20px 5px 20px;
 position: relative;
}
#sub-column .pickup {
 position: relative;
 line-height: 90%;
}
#sub-column .pickup .pickup-Title {
 position: absolute;
 right: 0px;
 top: 1px;
}
#sub-column .pickup .column5 .itemThumb-wrap {
 margin: 0 0 10px;
}
#sub-column .pickup .column5 .itemThumb {
 margin: 0 0 5px 0;
 position: relative;
 text-align: center;
 height: auto;
 width: 100%;
}
#sub-column .pickup .column5 .itemThumb img {
 max-height: 100%;
 max-width: 100%;
}
#sub-column .ranking {
 position: relative;
 line-height: 90%;
}
#sub-column .ranking .ranking-Title {
 position: absolute;
 right: 0px;
 top: 1px;
}
#sub-column .ranking .column5 .itemThumb-wrap {
 margin: 0 0 10px;
 height: 100%;
 width: 100%;
}
#sub-column .ranking .column5 .itemThumb {
 margin-bottom: 5px;
 position: relative;
 text-align: center;
}
#sub-column .ranking .column5 .itemThumb img {
 max-height: 100%;
 max-width: 100%;
}
#sub-column .ranking .column5 .itemThumb {
 margin-bottom: 5px;
 position: relative;
}
 
/*================================================
 トップイメージ
==================================================*/
#guide .guide01  {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
#guide .guide01 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	height: auto;
}
section #guide .inner {
 overflow: hidden;
 margin-bottom: 10px;
}
section #guide .inner .fL {
 float: left;
 width: auto;
 margin-right: 20px;
 max-width: 350px;
}
section #guide .inner .fR {
 float: right;
 width: auto;
 max-width: 350px;
}
section #guide .chart .ttlShop {
 font-size: 80%;
 font-weight: bold;
 border: none;
 margin: 15px 0 0;
}
section #guide table {
 line-height: 120%;
 border-top: 1px solid #CCC;
 table-layout: fixed;
}
section #guide table th {
 background-color: #EEE;
 border-top: 1px solid #CCC;
 color: #2B2B2B;
 font-size: 75%;
 font-weight: bold;
 padding: 15px 20px;
 width: 100px;
}
section #guide table td {
 font-size: 75%;
 border-top: 1px solid #CCC;
 padding: 15px 20px;
 width: 530px;
}
section #guide table tr:last-child {
 border-bottom: 1px solid #CCC;
}
#shopGuide_wrap section #guide table td {
 width: 50%;
}
section #guide table th.shopGuidePointClass {
 width: 50%;
}
section #guide .sps-shoppingGuide-rankList table th, section #guide .sps-shoppingGuide-rankList table td {
 box-sizing: border-box;
 width: 33%;
 padding: 15px 10px;
}
section #guide .sps-shoppingGuide-rankList table th:nth-child(2), section #guide .sps-shoppingGuide-rankList table td:nth-child(2) {
 width: 34%;
}
section #guide ul {
 margin: 0px 40px;
}
section #guide ul li {
 list-style-type: square;
}
section #guide ol {
 margin: 0px 40px;
}
section #guide ol li {
 list-style-type: decimal;
}
/*-----------------------------------------------------
 トップイメージ  for-480px                  
-----------------------------------------------------*/
@media screen and (max-width: 480px) {
#guide .guide01{
	padding-bottom: 0px;
}
}
/*================================================
 ページ共通　フッター
==================================================*/
.footer_gnavi {
	width: 100%;
	margin: 0px auto;
}
.footer_gnavi .inquiry {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}
.footer_gnavi .inquiry .shopcomments {
	font-size: 134%;
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}
.footer_gnavi .inquiry .shopname {
	font-size: 132%;
	display: block;
	margin: 0;
	font-weight: bold;
}
.footer_gnavi .inquiry .shopname span {
	padding-left: 8px;
}
.footer_gnavi .inquiry ul {
 margin: 10px 0 0;
 padding-right: 0;
 padding-left: 0
}
.footer_gnavi .inquiry li {
	display: block;
	margin: 0;
	color: #e95516;
	font-size: 94%;
	font-weight: 700
}
.footer_gnavi .inquiry li a {
	color: #c00;
	font-size: 168%;
}
.footer_gnavi .inquiry li.subguide {
	font-size: 94%;
	font-weight: 400;
	margin-bottom: 10px;
	color: #333;
	letter-spacing: 0.1em;
}
/*footer-guideBox1（ショップバナーエリア）----------------*/
.footer_gnavi .footer-guideBox1 {
	text-align: center;
	padding-bottom: 40px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_gnavi .footer-guideBox1 .centerBanar {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.footer_gnavi .footer-guideBox1 .centerBanar a img {
	display: block;
}
/*footer_brand_area（フッター ブランドエリア）----------------*/
.footer_brand_area {
	background-color: #FFFBF8;
	width: 100%;
}
.footer_gnavi .footer_brand h2 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 112%;
}
.footer_gnavi .footer_brand ul li {
	display: inline-block;
	margin-bottom: 20px;
}
.footer_gnavi .footer_brand ul li a {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 95%;
	letter-spacing: normal;
}
.footer_gnavi .footer_brand ul li a img {
	margin-top: -3px;
	margin-right: 4px;
	border: 1px solid #aaaaaa;
	width: 30px;
	height: auto;
}
.footer_gnavi .footer_brand_area br {
	clear: both;
}
.footer_gnavi .footer_brand {
	width: 48%;
	text-align: center;
	padding: 40px 1% 20px;
	float: left;
}
/*shop_footer_bottom_block（フッター 最下部エリア）--------------------*/
.shop_footer_bottom_block {
	width: 100%;
	background: #333333;
	font-size: 12px;
}
.shop_footer_bottom_block a {
 color: #FFF;
 text-decoration: underline;
}
.shop_footer_bottom_block .wrap {
	max-width: 100%;
	padding: 20px 2%;
}
.shop_footer_bottom_block .footer_nav {
	text-align: center;
}
.wrap .footer_nav .copyright {
	line-height: normal;
	color: #FFFFFF;
}
.shop_footer_bottom_block .footer_nav ul {
 margin: 8px 0px;
}
footer a:hover {
 color: #F00;
}
.shop_footer_bottom_block .footer_nav ul li {
	font-size: 100%;
	display: inline-block;
}
.shop_footer_bottom_block .footer_nav ul li a {
 display: inline;
 padding-left: 2px;
 text-decoration: none;
 line-height: 1.5em;
}
/*snsArea------------------------------*/
.footer_gnavi .snsArea {
	margin-bottom: 50px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
.footer_gnavi .snsArea a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.footer_gnavi .snsArea a img {
	width: 50px;
	height: auto;
}
/*-----------------------------------------------------
 footer_gnavi　フッター  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.footer_gnavi .footer_brand {
	display: none;
 }
footer .footer_gnavi {
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.footer_gnavi br {
	clear: both;
}
 
/*フッターショップガイド------------------------------*/
.footer_gnavi .inquiry .shopcomments {
	font-size: 120%;
	color: #111111;
}
.footer_gnavi .inquiry .shopname {
	font-size: 116%;
}
.footer_gnavi .footer-brand {
	width: 100%;
}
.footer_gnavi .inquiry li a {
	font-size: 160%;
}
.footer_gnavi .footer-brand ul {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
 div#cart-footer #footer-inner .footer_gnavi ul li a:hover, footer #footer-inner .footer_gnavi ul li a:hover, #center-seo .centerbox a:hover, #center3 .centerbox a:hover {
  text-decoration: none;
 }
.footer_gnavi .footer-guideBox1 {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
 .footer-guideBox1 .centerBanar {
	width: 100%!important;
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-bottom: 20px;
}
}
/*==============================================
blogBox－店長ブログ－
================================================*/
.journal-cont .blogBox {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.blogBox .mainImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.blogBox .blogText_left {
	margin-bottom: 50px;
}
.blogBox p .report_Img {
	margin-bottom: 50px;
}
.blogBox .blog_date {
	text-align: right;
}
/*-----------------------------------------------------
 blogBox－店長ブログ－  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.journal-cont .blogBox {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
}
/*=======================================================
　state
=========================================================*/
/*日付/コメント左寄せ 記事一覧*/
.state_l {
 border-top: 1px dotted #333;
 padding: 10px 0 0;
 font-size: 65%;
}
/*日付/コメント右寄せ*/
.state_r {
 border-top: 1px dotted #333;
 padding: 10px 0 0;
 margin: 0 0 25px;
 text-align: right;
 font-size: 65%;
}
.state_l ul, .state_r ul {
 line-height: 90%;
}
.state_l li, .state_r li {
 display: inline-block;
 *display: inline;
 *zoom: 1;
 padding: 0 3px 0 0;
}
.state_l li.comment, .state_r li.comment {
 border-left: 1px solid #333;
 padding: 0 0 0 5px;
}
.state_l li.cate, .state_r li.cate {
 border-left: 1px solid #333;
 padding: 0 5px;
}
.state_l li.name {
 border-right: 1px solid #333;
 padding: 0 5px 0;
 margin: 0 5px 0 0;
}
/*コメントをするボタン*/
#Journal .more {
 background-color: #333;
 border-radius: 3px;
 box-sizing: border-box;
 color: #FFF;
 cursor: pointer;
 display: block;
 width: 160px;
 height: 40px;
 font-size: 75%;
 text-align: center;
 vertical-align: middle;
 margin: 10px 0 0;
 padding: 10px 0;
}
#Journal a .more:hover {
 width: 160px;
 height: 40px;
 background-color: #666;
}
#Journal .more img {
 padding: 0 5px 0;
 vertical-align: middle;
}
#JournalList .comment-t, #Journal .comment-t {
 font-size: 80%;
 font-weight: bold;
 margin: 0 0 10px;
}
#Journal .comment-cont {
 margin: 0 0 15px;
}
#Journal fieldset {
 margin-bottom: 5px;
}
#Journal legend {
 background: none repeat scroll 0 0 transparent;
 font-size: 75%;
 line-height: 200%;
 padding: 0;
 width: 100%;
}
#Journal fieldset p {
 margin-bottom: 5px;
 font-size: 75%;
}
#Journal fieldset input {
 margin: 0 3px 2px 0;
}
#Journal input.name {
 width: 300px;
 height: 40px;
 margin: 0;
 padding: 5px;
}
#Journal input.url {
 width: 300px;
 height: 40px;
 margin: 0;
 padding: 5px;
}
#Journal textarea {
 width: 360px;
 height: 100px;
 margin: 0;
 padding: 5px;
}
#Journal .btn-confirm {
 margin: 10px 0 0 120px;
}
/*投稿するボタン*/
input[type="submit"].btn-confirmPost {
 background-color: #333;
 border: 1px solid #333;
 border-radius: 3px;
 color: #FFF;
 height: 40px;
 padding: 10px 0;
 font-size: 80%;
 text-align: center;
 width: 120px;
}
input[type="submit"].btn-confirmPost:hover {
 background-color: #666;
}
#comment-form #comment-post {
 margin: 0;
}
#comment-form #comment-post h2 {
 background: none;
 border-bottom: 1px dotted #6B6B6B;
 border-top: none;
 height: 2.3em;
 line-height: 2.3em;
 padding: 0;
}
#comment-form #comment-post .comment-cont {
 padding: 10px 0;
}
#comment-form legend {
 background: none repeat scroll 0 0 transparent;
 font-size: 75%;
 line-height: 200%;
 padding: 0;
 width: 100%;
 font-weight: bold;
}
#comment-form p {
 margin-bottom: 15px;
}
#comment-form .name {
 width: 215px;
 height: 16px;
}
#comment-form .comment-txt {
 width: 360px;
 padding: 0;
 height: auto;
}
#comment-post {
 margin: 35px 0;
}
.comment-box {
 margin: 30px 0 0;
}
div.caution p {
 color: #d51414;
 font-size: 70%;
 line-height: 145%;
}
input[type="button"].btn-confirmBack {
 background-color: #333;
 border: 1px solid #333;
 border-radius: 3px;
 color: #FFF;
 height: 40px;
 padding: 10px 0;
 font-size: 80%;
 text-align: center;
 width: 120px;
}
input[type="button"].btn-confirmBack:hover {
 background-color: #666;
}
@-moz-document url-prefix() {
 .btn-confirmPost {
  padding: 0 5px 2px;
 }
 .btn-confirmBack {
  padding: 0 2px 2px 8px;
 }
}
#JournalList article {
	margin: 0 0 100px;
}
#JournalList .journal-cont ol, #Journal .journal-cont ol {
	margin: 0px auto;
}
#JournalList .journal-cont ol li, #Journal .journal-cont ol li {
 list-style-type: decimal;
}
/*==================================================
 サイトマップ
====================================================*/
#document_wrap .category{margin-bottom:50px}
#document_wrap h2{
  border-bottom:1px dotted #6b6b6b;
  font-size:106%;
  font-weight:700;
  height:2.5em;
  line-height:3em;
  margin:0 0 5px;
}
#document_wrap h3{font-size:88%}
#document .txt-list01 .sitemap{display:none}
#document .txt-list01{padding-bottom:20px}
#document .txt-list01 li.c1{display:inline-block;padding-right:25px}
.category nav ul li{display:inline;font-size:106%;margin-top:3px}
.category ul li a img{width:30px;margin-right:5px;vertical-align:middle;height:auto}
#document .txt-list02{padding-bottom:10px;overflow:hidden}
#document .txt-list02 h3{font-weight:700}
#document .txt-list02 section.tree00{float:left;padding:0 0 20px}
#document .txt-list02 ul.tree01{padding-left:12px;overflow:hidden}
#document .txt-list02 ul.tree01 li{margin-left:3px}
#document .txt-list02 ul.tree01 li.c2{padding-left:14px;font-size:88%}
#document .txt-list02 ul.tree01 li.c3{padding-left:28px;font-size:75%}
#document .txt-list02 ul.tree01 li.c4{padding-left:42px;font-size:75%}
#document .txt-list02 ul.tree01 ul.tree02 li.c5{padding-left:56px;font-size:75%}
#document .txt-list02 ul.tree01 li.sp1,
#document .txt-list02 ul.tree01 li.sp2,
#document .txt-list02 ul.tree01 li.sp3{float:left;font-size:75%}
#document .txt-list02 ul.tree01 li.sp1{padding-left:14px;margin-left:3px}
#document .txt-list02 ul.tree01 li.sp2,
#document .txt-list02 ul.tree01 li.sp3{padding-left:2px}
#document .txt-list02 ul.tree01 ul.tree02 li.c5 a{display:inline;padding-right:10px;font-size:75%}
#document .txt-list02 ul.iB{float:left;padding:5px 0 0 12px;line-height:120%}
#document .txt-list02 ul.iB li{float:left;padding-right:10px}
#document .txt-list03{padding-bottom:30px;overflow:hidden}
#document .txt-list03 section.tree00{float:left;width:70%}
#document .txt-list03 ul.tree01 li{
  padding:0;
  margin-left:5px;
  background:url(../img/ico_list01.gif) no-repeat left center;
  list-style:none;
}
#document_wrap #document ul li a{list-style:none}
#contact div.caution {
 margin-bottom: 15px;
}
#contact div.caution p {
 color: #d51414;
 font-size: 70%;
 line-height: 145%;
}
#formArea_cc #contact form {
 margin-top: 30px;
}
/*==============================================
 コンタクト
================================================*/
#contact {
 margin: 0 auto;
}
#contents-pop {
 width: auto;
}
#contents-pop #contact {
 width: auto;
 margin: 10px 20px;
}
#contact h4 {
 font-size: 75%;
}
#contact .txtBox {
 margin: 25px 0 10px;
}
section #contact .text-center {
 text-align: center;
 margin: 50px 0;
}
#contact .txtBox p.txt-T {
 font-size: 80%;
 font-weight: bold;
 margin-bottom: 5px;
}
#contact table {
 width: 100%;
 margin: 10px 0 0;
 word-break: break-all;
}
#contents-pop table {
 width: 100%;
}
#contact table th {
 width: 28%;
 padding: 20px;
 font-size: 75%;
 font-weight: bold;
 color: #2B2B2B;
 background-color: #EEE;
 border-top: 1px solid #DEDEDE;
 border-bottom: 1px solid #DEDEDE;
}
#contact em {
 color: #C23E42;
 margin-left: 5px;
 font-size: 70%;
}
#contact table td {
 width: 72%;
 font-size: 94%;
 padding: 20px;
}
#contact table td input.name, #contact table td input.tel {
 height: 16px;
 width: 40%;
 padding: 2px 5px;
}
#contact table td input.mailAddress, #contact table td input.mailAddress2 {
 height: 20px;
 width: 60%;
}
#contact .weaktxt {
 color: #333;
 font-size: 90%;
 padding: 5px 0 0;
}
#contact .note {
 color: #333;
 font-size: 70%;
 line-height: 150%;
 margin: 0 0 15px;
}
#contact .txtBox .note {
 font-size: 70%;
}
#contact table td textarea {
 box-sizing: border-box;
 height: 150px;
 padding: 5px !important;
 width: 100% !important;
}
#contact table td .text-area {
 display: block;
 margin: 0 0 15px;
}
#contact .btn-confirm {
 text-align: center;
 padding: 20px;
 border-bottom: none;
 font-size: 100%;
}
#contact .btn-confirm-enq {
 padding: 20px;
 font-size: 100%;
}
#contact input.btn-confirmNext {
 height: 25px;
 width: 150px;
 color: #FFF;
 font-size: 75%;
 text-align: center;
 background-color: #333;
 border: none;
 margin: 0 5px;
}
#contact input.btn-confirmNext:hover {
 background-color: #666;
}
#contact .btn-enq input.btn-confirmNext {
 height: 25px;
 width: 200px;
 color: #FFF;
 padding: 0;
 font-size: 75%;
 background-color: #333;
 border: none;
 margin: 0 5px;
}
#contact .btn-enq input.btn-confirmNext:hover {
 background-color: #666;
 repeat-x: left top;
}
#contact input.btn-confirmBack {
 height: 25px;
 width: 80px;
 color: #FFF;
 padding: 0 0 0 8px;
 font-size: 75%;
 text-align: center;
 background: url(../img/btn-back_bg.gif) no-repeat left top;
 border: none;
 margin: 0 5px;
}
#contact input.btn-confirmBack:hover {
 background: url(../img/btn-back_bg_on.gif) no-repeat left top;
}
#contact input.btn-confirmCancel {
 height: 25px;
 width: 120px;
 color: #FFF;
 padding: 0 0 0 8px;
 font-size: 75%;
 text-align: center;
 background: url(../img/btn-confirm_bg.gif) repeat-x left top;
 border: none;
 margin: 0 5px;
}
#contact .btn-confirmCancel:hover {
 background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact .btn-confirmClose {
 height: 25px;
 width: 120px;
 color: #FFF;
 padding: 0 0 0 8px;
 font-size: 80%;
 text-align: center;
 background: url(../img/btn-close_bg.gif) no-repeat left top;
 border: none;
 margin: 0 5px;
}
#contact .btn-confirmClose:hover {
 background: url(../img/btn-close_bg_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
 #contact .btn-enq input.btn-confirmNext {
  padding: 0 5px 2px;
 }
 #contact input.btn-confirmNext {
  padding: 0 5px 2px;
 }
 #contact input.btn-confirmBack {
  padding: 0 2px 2px 8px;
 }
 #contact input.btn-confirmCancel {
  padding: 0 2px 3px 8px;
 }
 #contact input.btn-confirmClose {
  padding: 0 2px 4px 8px;
 }
}
#contact fieldset {
 margin-bottom: 25px;
}
#contact legend {
 background: none repeat scroll 0 0 transparent;
 border-bottom: 1px dotted;
 font-size: 75%;
 font-weight: bold;
 line-height: 200%;
 margin-bottom: 10px;
 padding: 0;
 width: 100%;
}
#contact fieldset p {
 margin-bottom: 5px;
 font-size: 75%;
}
#contact fieldset ul {
 overflow: hidden;
}
#contact fieldset li {
 font-size: 75%;
}
#contact fieldset li.fL {
 float: left;
 margin-right: 20px;
}
#contact fieldset input {
 margin: 0 3px 2px 0;
}
#contact fieldset label {
 margin-right: 10px;
 font-size: 100%;
}
#contact input.txtF {
 height: 16px;
 margin: 0;
 padding: 2px 5px;
}
#contact input.mailAddress {
 width: 300px;
 margin: 0;
}
#contact input.name_sei {
 margin: 0 10px 0 0;
}
#contact select {
 margin: 0 0 5px;
 padding: 3px 1px;
 min-width: 110px;
}
#contact fieldset textarea {
 width: 70%;
 height: 150px;
 padding: 5px;
}
#contact .commentItem {
 padding: 10px 0 0;
}
#contact table td.commentWite {
 border-bottom: 1px dotted #000;
 border-top: 1px dotted #000;
 font-size: 100%;
 padding: 15px 20px 20px;
 width: 72%;
}
#contact .commentItem {
 font-weight: 150%;
}
#contact .memberF {
 padding: 20px 20px 10px;
 margin: 20px 0 0 0;
 border: 10px solid #EEE;
}
#contact .atttxt {
 color: #333;
 font-size: 75%;
 padding: 5px 0 0;
}
#contact .memberF input {
 width: 40%;
 height: 16px;
 margin: 0;
 padding: 2px 5px;
}
#contact .memberF th {
 padding: 10px 20px;
}
#contact .memberF td {
 padding: 10px 20px;
 font-size: 100%;
}
#contact .memberF input.btn-confirm160 {
 margin: 10px 0 0;
}
.memberName {
 border-bottom: 1px dotted;
 font-size: 75%;
 font-weight: bold;
 line-height: 200%;
 margin-bottom: 5px;
 padding: 0;
}
#contact input.btn-confirm120 {
 height: 25px;
 width: 120px;
 color: #FFF;
 padding: 0;
 font-size: 75%;
 background: url(../img/btn-confirm_bg.gif) repeat-x left top;
 border: none;
 margin: 0 5px;
}
#contact input.btn-confirm120:hover {
 background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirm160 {
 height: 25px;
 width: 160px;
 color: #FFF;
 padding: 0 0 0 8px;
 font-size: 75%;
 text-align: center;
 background: url(../img/btn-confirm_bg.gif) repeat-x left top;
 border: none;
}
#contact input.btn-confirm160:hover {
 background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmReg {
 height: 25px;
 width: 160px;
 color: #FFF;
 padding: 0 0 0 8px;
 font-size: 75%;
 text-align: center;
 background: url(../img/btn-confirm_bg.gif) repeat-x left top;
 border: none;
}
#contact input.btn-confirmReg:hover {
 background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmBackItem {
 height: 25px;
 width: 120px;
 color: #FFF;
 padding: 0 5px 2px 15px;
 font-size: 75%;
 text-align: center;
 background: url(../img/btn-back_bg120.gif) no-repeat left top;
 border: none;
 margin: 0 5px;
}
#contact input.btn-confirmBackItem:hover {
 background: url(../img/btn-back_bg120_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
 #contact input.btn-confirm120, #contact input.btn-confirm160, #contact input.btn-confirmReg {
  padding: 0 5px 2px;
 }
 #contact input.btn-confirmBackItem {
  padding: 0 2px 2px 8px;
 }
}
/*====================================================
 商品一覧ページ　itemList
======================================================*/
/*itemList ヘッダーエリア------------------------------*/
.header_area {
	box-sizing: border-box;
	text-align: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.header_area div .text h1 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 112%;
	text-align: center;
}
.header_area div .text {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.header_area div img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 50px;
}
/*itemList------------------------------*/
#itemList {
 margin: 40px 0 0 0;
 position: relative;
}
#itemList_wrap {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
#itemList_wrap #itemList > h1{
  display:block;              /* 消さない */
  font-size: 100%;
  line-height: 1.3;
  margin: 18px 0 12px;
  font-weight: 700;
}
/*写真のみ*/
article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2 {
	border: none;
	height: auto;
	line-height: 125%;
	margin-bottom: 10px;
}
#itemList .column4 .sps-wishAddItem {
	display: none;
}
#itemList .column4 .sps-wishAddItem img, #itemList .column5 .sps-wishAddItem img, #itemList .column4 .sps-wishAddItemOk img, #itemList .column5 .sps-wishAddItemOk img {
 margin: 10px 0 0 80%;
 width: 20%;
}
.column4 p.sps-itemList-stockDisp, .column5 p.sps-itemList-stockDisp {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.column4 p.sps-itemList-stockDisp a, .column5 p.sps-itemList-stockDisp a {
 border: 1px solid #333;
 border-radius: 3px;
 box-sizing: border-box;
 display: block;
 padding: 1% 3%;
 text-align: center;
}
.column4 p.sps-itemList-stockDisp a::after, .column5 p.sps-itemList-stockDisp a::after {
 content: ">>";
 padding-left: 3px;
}
.column4 p.sps-itemList-stockDisp:empty, .column5 p.sps-itemList-stockDisp:empty, .column4 p.sps-itemList-stockDisp a:empty, .column5 p.sps-itemList-stockDisp a:empty {
 display: none;
}
.column4 .sps-itemList-stockDisp {
	color: #E54F40;
	text-align: center;
	font-size: 95%;
	line-height: normal;
	font-weight: 500;
}
#main-column #itemList2 .column4 h2, #main-column #itemList2 .column5 h2 {
 font-size: 105%;
 height: auto;
 line-height: 140%;
}
#main-column #itemList2 .column4 p.price, #main-column #itemList2 .column5 p.price, #main-column #itemList2 .column4 p.sp_price, #main-column #itemList2 .column5 p.sp_price #main-column #itemList2 .column4 p.fx_price, #main-column #itemList2 .column5 p.fx_price, #main-column #itemList2 .column4 p.rg_price, #main-column #itemList2 .column5 p.rg_price {
 font-size: 95%;
}
#itemList2 .column4 .inner-catch {
 line-height: 140%;
 margin-top: 35px;
}
/*-----------------------------------------------------
  商品一覧ページ　itemList  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
 #itemList {
  margin: 30px 0 0 0;
 }
 #itemList .column4 p.sps-itemList-stockDisp, #itemList .column5 p.sps-itemList-stockDisp {
  margin: 6px 0;
 }
 #itemList .column4 p.sps-itemList-stockDisp a, #itemList .column5 p.sps-itemList-stockDisp a {
  font-size: 100%;
  margin: 0;
  width: 100%;
 }
/*itemList ヘッダーエリア------------------------------*/
.header_area {
	margin-bottom: 0px;
}
.header_area div .text h1 {
	font-size: 106%;
	margin-top: 0px;
}
.header_area div .text {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
}
.header_area  .category-guide {
	line-height: 1.6em;
}
}
/*=================================================
 パンくずリスト for-PC
===================================================*/
#bread-crumb {
	margin: 0 0 10px;
}
#bread-crumb-listTop {
 width: 100%;
}
.bread-crumb-listCate {
 padding: 0;
 margin: 0 0 12px 0;
 width: 100%;
}
#bread-crumb-listTop ol, .bread-crumb-listCate ol {
 width: 100%;
 margin: 0;
 padding: 0;
 overflow: hidden;
 *zoom: 1;
}
#bread-crumb-listTop ol li{
  float:left;
  padding:0 10px 0 13px;
  background:url(../img/breadcrumb_bg.gif) no-repeat 0 50%;
  font-size:60%;
  letter-spacing:.05em;
}
#bread-crumb-listTop ol li:first-child {
 background: none;
 padding-left: 0;
}
.bread-crumb-listCate ol li {
 background: url(../img/breadcrumb_bg.gif) no-repeat left center;
 float: left;
 *float: none;
 *display: inline;
 font-size: 60%;
 letter-spacing: 0.05em;
 padding: 0 10px 0 13px;
 *zoom: 1;
}
/*-----------------------------------------------------
 パンくずリスト for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
 #bread-crumb {
  margin: 0;
 }
 #bread-crumb {
	display: none;
 }
}
/*======================================================
 itemList‐pager for-PC
========================================================*/
#itemList_wrap #pager-top {
 width: 100%;
 padding: 30px 0 0 0;
 overflow: hidden;
 line-height: 100%;
}
#itemList_wrap div.pagerlist #pager-bm {
 width: 100%;
 padding: 0;
 margin: 0 0 20px 0;
 overflow: hidden;
 line-height: 100%;
}
#itemList_wrap #pager-bm {
 border-top: 1px solid #ccc;
 overflow: hidden;
 padding: 15px 0 30px;
 width: 100%;
}
#itemList_wrap #pager-top .quantity {
	float: left;
	font-size: 82%;
	line-height: 100%;
	margin-top: 0px;
	text-align: left;
}
#itemList_wrap #pager-bm .quantity {
	float: left;
	font-size: 82%;
	line-height: 100%;
	width: 98%;
	text-align: right;
	padding-right: 2%;
}
#itemList_wrap #pager-top .selectbox, #itemList_wrap #pager-bm .selectbox {
 font-size: 70%;
}
#itemList_wrap #pager-top .selectbox {
	margin-bottom: 10px;
	text-align: right;
	font-size: 95%;
	display: none;
}
#itemList_wrap #pager-top .selectbox .select01 {
 height: 34px;
 margin-right: 10px;
 padding: 0;
 font-size: 95%;
}
#itemList_wrap #pager-top .pagerlist, #itemList_wrap #pager-bm .pagerlist {
 float: right;
}
#itemList_wrap #pager-top ul, #itemList_wrap #pager-bm ul {
 margin: 0;
 padding: 0;
 overflow: hidden;
 *zoom: 1;
}
#itemList_wrap #pager-top ul li, #itemList_wrap #pager-bm ul li {
	float: left;
 *float: none;
 *display: inline;
	padding: 0 5px;
	margin: 0;
	line-height: 120%;
 *zoom: 1;
	font-size: 100%;
}
#itemList_wrap #pager-top ul li.pagericon, #itemList_wrap #pager-bm ul li.pagericon {
 float: left;
 *float: none;
 *display: inline;
 padding: 0;
 margin: 0;
 line-height: 120%;
 *zoom: 1;
}
#pager-top ul li.selected, #pager-bm ul li.selected {
 font-weight: bold;
 color: #333;
 text-decoration: none;
}
/*-----------------------------------------------------
  itemList‐pager  for-768px                  
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
 #itemList_wrap #pager-top {
  padding: 20px 0 0 0;
 }
 #itemList_wrap #pager-top .pagerlist, #itemList_wrap #pager-bm .pagerlist {
  margin-top: 10px;
 }
}
/*=====================================================
 商品詳細ページ itemDetail-cont
=======================================================*/
#itemDetail-cont {
	overflow: hidden;
	width: 100%;
}
/*商品画像*/
#itemDetail-cont .itemThumb-wrap {
	float: left;
	width: 600px;
	margin: 0 60px 0 0;
}
.itemThumb-main {
 text-align: left;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
 height: auto;
 margin: 0 0 5px 0;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul {
 overflow: hidden;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
	float: left;
	padding: 0;
	height: 88px;
	width: 88px;
	margin: 0 5px 5px 0;
	overflow: hidden;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
 margin: 0 0 5px 0;
}
/*商品名/価格/カートボタンエリア*/
#itemDetail-cont .itemOutline {
	float: left;
	width: 540px;
}
article#Detail #main-column h1 {
	background: none;
	border: none;
	font-size: 115%;
	font-weight: normal;
	color: #000;
	height: auto;
	line-height: 140%;
	margin-bottom: 20px;
	padding: 0;
}
article#Detail section#itemDetail-wrap p.price {
 font-size: 90%;
 margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.sp_price {
 font-size: 90%;
 color: #C00;
 font-weight: bold;
 margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.regular_price {
 font-size: 80%;
 margin-bottom: 0;
 color: #2A78D0;
}
section#itemDetail-wrap table.spec td input {
	height: 32px !important;
	width: 20%;
}
section#itemDetail-wrap table.spec tr.option_area td select.option_parts, section#itemDetail-wrap table.spec tr.option_area td input.option_parts, section#itemDetail-wrap table.spec tr.option td input {
	height: 50px !important;
	width: 90%;
	background-color: #FFFFFF;
	text-align: center;
}
section#itemDetail-wrap table.matrix tr td {
 padding: 5px;
}
#itemDetail-cont table.matrix td > a.announceMail, #itemDetail-cont table.matrix td > a.announceMailSamePrc {
 display: block;
 margin: 0 auto;
 width: 110px;
}
section#itemDetail-wrap table.matrix tr td span.nostock {
 text-align: left;
}
section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
 height: 34px;
 padding: 1px 2px;
 width: 85%;
}
#itemDetail-cont .cartArea input:hover, #itemDetail-cont .cartArea .variation a:hover {
 opacity: .70;
 filter: alpha(opacity=70);
 -ms-filter: "alpha(opacity=70)";
 -khtml-opacity: .70;
 -moz-opacity: .70;
 cursor: pointer;
}
#itemDetail-cont .itemOutline .icons {
	margin: 0 0 20px 0;
	display: none;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod {
 overflow: hidden;
 margin: 0 0 10px;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod li {
 float: left;
 width: 60px;
}
#itemDetail-cont .itemOutline ul.ico_itemType {
	overflow: hidden;
	display: none;
}
#itemDetail-cont .itemOutline ul.ico_itemType li {
 float: left;
 width: 35px;
 height: 36px;
}
#itemDetail-cont table.snsArea {
 width: auto;
 height: auto;
}
section#itemDetail-wrap table.spec {
	line-height: 250%;
	margin: 15px 0 25px;
	font-size: 96%;
	text-align: justify;
}
section#itemDetail-wrap table.spec tr {
 border: none;
}
/*備考欄*/
section#itemDetail-wrap table.spec th {
	line-height: 125%;
	padding: 5px 5px 5px 0;
	vertical-align: top;
	width: 40%;
	font-size: 112%;
	font-weight: bold;
}
section#itemDetail-wrap table.spec td {
	line-height: 150%;
	padding: 5px 5px 5px 0;
	text-align: center;
}
section#itemDetail-wrap table.spec th.option th {
 line-height: 140%;
 padding-bottom: 15px;
}
section#itemDetail-wrap table.spec tr.option td {
 padding-bottom: 15px;
}
section#itemDetail-wrap table.spec tr.option td input {
 display: inline;
}
section#itemDetail-wrap table.spec tr.date {
 line-height: 150%;
}
section#itemDetail-wrap table.spec td input {
	padding: 0 2%;
	text-align: center;
}
/*入荷連絡ボタン*/
section#itemDetail-wrap table.spec td a img {
 height: 30px;
 margin-left: 10px;
}
section#itemDetail-wrap #spsVarpriceBox p {
 font-size: 80%;
}
section#itemDetail-wrap table.date {
 margin: 15px 0 3px;
}
section#itemDetail-wrap table.jan {
 margin: 0 0 15px;
}
section#itemDetail-wrap table.price {
	line-height: 170%;
	margin: 0 0 20px;
	font-size: 112%;
}
section#itemDetail-wrap table.price th {
	padding: 0 0 1px;
	font-weight: bold;
}
section#itemDetail-wrap table.price td {
	font-size: 88%;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
section#itemDetail-wrap table.price td a img {
 display: block;
 width: 110px;
}
table.price tr.fx_price span.strike span.fixed_price, table.price span.strike {
 text-decoration: line-through;
}
table.price tr.price span.selling_price, table.price tr.price span.taxin, table.price tr.price span.discount_rate, table.price tr.sp_price span.special_price, table.price tr.sp_price span.taxin, table.price tr.sp_price span.discount_rate {
	color: #c60909;
	font: bold 150% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-bottom: 3px;
}
#itemDetail-cont .shopping_form #pi_cart .price tbody .price td .taxin {
	font-size: 112%;
}
table.price tr.rg_price span.regular_price_str {
 color: #2A78D0;
 margin-bottom: 3px;
}
table.price tr.rg_price span.regular_price, table.price tr.rg_price span.taxin {
 color: #2A78D0;
 margin-bottom: 3px;
}
table.price tr.rg_price span.publish_point {
 color: inherit;
}
/*カートボタン*/
section#itemDetail-wrap .cartArea {
	margin-bottom: 10px;
	text-align: center;
}
section#itemDetail-wrap .cartArea img {
 max-width: 110px;
}
section#itemDetail-wrap .cartArea input, .sps-wishAddItem img {
	max-width: 100%;
	display: block;
}
section#itemDetail-wrap #spsVarpriceBox .cartArea input {
 margin-left: 0;
}
section#itemDetail-wrap .cartArea img.nostock, section#itemDetail-wrap .cartArea input.dialogSStock {
 width: 110px;
 height: auto;
}
section#itemDetail-wrap .cartArea table.variation {
 width: 100%;
 word-break: break-all;
}
section#itemDetail-wrap .cartArea tr.t-variation {
  background-color: #efefef;
  background-repeat: repeat-x;
  background-position: left top;
}
section#itemDetail-wrap .cartArea table.variation th {
 border: 1px solid #CCC;
 box-sizing: border-box;
 font-size: 70%;
 font-weight: bold;
 padding: 3px 5px;
 text-align: center;
 line-height: 150%;
 width: auto !important;
}
section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
 width: 141px !important;
}
section#itemDetail-wrap .cartArea table.variation tr {
 border-bottom: 1px dotted #CCCCCC;
}
section#itemDetail-wrap .cartArea table.variation tr.t-variation {
 border: none;
}
section#itemDetail-wrap .cartArea table.variation td {
 font-size: 75%;
 padding: 5px;
 text-align: center;
 line-height: 150%;
 border: 1px solid #CCCCCC;
}
section#itemDetail-wrap .cartArea table.variation td input[type="image"] {
 max-width: 110px;
}
section#itemDetail-wrap .cartArea table.variation span.nostock {
 color: #F00;
}
/*返品について カートボタン下*/
section#itemDetail-wrap p.cancel {
	font-size: 94%;
	/*background-image: url(../img/ico_return.gif);*/
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
	text-align: right;
	padding: 15px 10px 0px 0px;
}
/*お客様の声 カートボタン下*/
section#itemDetail-wrap p.review_txt {
 font-size: 70%;
 padding: 2px 0 2px 20px;
 background-image: url(../img/ico_review.gif);
 background-repeat: no-repeat;
 background-size: 15px;
 background-position: left center;
 margin-bottom: 15px;
}
section#itemDetail-wrap p.cancel a, section#itemDetail-wrap p.review_txt a {
 display: block;
}
/*SNS/問合わせ/紹介 カートボタン下*/
.itemOutline ul.snsArea {
 overflow: hidden;
 margin-bottom: 10px;
 height: 30px;
}
article#Detail .itemOutline ul.infoArea {
 overflow: hidden;
 margin: 10px 0;
 height: 28px;
}
#itemDetail-wrap .itemOutline li {
	float: right;
	margin-right: 8px;
	width: 140px;
}
#Detail #itemDetail-wrap {
	margin-bottom: 50px;
}
#itemDetail-wrap .caution-area{
  width: 540px;
  float: right;
}
#itemDetail-wrap .caution-area .ItemCaution {
  font-size: 88%;
  line-height: 1.4em;
}
/*================================================
 商品紹介文 description
==================================================*/
#itemDetail-wrap .description {
	padding-top: 80px;
	margin-bottom: 0px;
	clear: both;
	font-size: 110%;
}
.description .main .Itemguide a {
	text-decoration: underline;
}
.description .main .Related.article {
	margin-top: 60px;
}
.description .main .Related.article h2 {
	font-size: 106%;
}
.Related.article p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.Related.article p a {
  display: block;
  width: 100%;
}
.Related.article p img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .Related.article p {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.main .subItemguide .midashi-colour {
	font-size: 106%;
	margin-bottom: 0px;
	margin-top: 25px;
}
.main .subItemguide .sub-text {
	margin-top: 3px;
}
 .description .main .itemName{
  display:block;
  font-size:120%!important;
  line-height:1.6;
  padding:0 2% 30px;
  text-align:center;
  box-sizing:border-box;
  color:#111;
}
.description .bland .bland-list {
  display: block;
  width: 40%;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.description .bland .bland-list a {
  padding: 20px 10px;
  display: block;
  background-color: #E9A36D;
  color: #FFFFFF;
  font-size: 105%;
}
/* ボタン：注意事項 */
.description .ProductMemo{
  width:40%;
  margin:10px auto 0;
  text-align:center;
}
.description .ProductMemo a{
  display:block;
  padding:15px 10px;
  background:#7CB1D3;
  color:#fff;
  font-size:105%;
}
.description .item_supplement1,
.description .item_supplement2, .main .subItemguide{
  max-width:800px;
  margin:0 auto;
  text-align:left;
  box-sizing:border-box;
}
.description .main .subItemguide {
	margin-bottom: 40px;
}
.description .item_supplement1 {
  margin-bottom: 80px;
}
.description .main .repletion1 {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 92%;
}
.description .item_supplement2 {
  margin-bottom: 20px;
}
.description .item_supplement3 {
	margin-bottom: 50px;
}
.description .item_supplement1 p,
.description .item_supplement2 p, .description .item_supplement3 p {
	max-width: 800px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.main .item_supplement1 a {
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
}
.main .text_under40 {
	margin-bottom: 40px;
}
.main .text_under50 {
	margin-bottom: 50px;
}
.main .text_under60 {
	margin-bottom: 60px;
}
.description .item_supplement1 img,
.description .item_supplement2 img,
.description .item_supplement3 img{
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.description .main .item_supplement1 .bold-big, .description .main .item_supplement2 .bold-big {
	font-size: 108%;
	padding: 15px 0;
	line-height: 1.4em;
	text-align: center;
	color: #333;
}
.main .item_supplement1 .bold-left {
	font-size: 112%;
	line-height: 1.4em;
	text-align: left;
	color: #333;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.description .Itemguide {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	box-sizing: border-box;
}
/* 商品説明の区切り線 */
.kb-separator{
	display: block;
	width: 70%;
	max-width: 620px;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.18);
	margin: 50px auto 60px;
	height: 0;
}
.description .thirdItemguide{
	margin-bottom: 50px;
	padding: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	/* 追加：整列 */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
}
.description .thirdItemguide .mark{
	width: 60px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;   /* 画像同士の間隔 */
}
.thirdItemguide p {
	text-align: left;
}
.description .thirdItemguide a{
	display: block;   /* block → inline-block */
	margin: 0;
	text-decoration: underline;
	white-space: nowrap;
	width: 100%;
}
/* 重要：captionは span なので、こっちに左寄せ＆段落化 */
.description .thirdItemguide .caption{
	flex: 0 0 100%;
	display: block;
	text-align: left;
	line-height: 1.7;
	color: #333;
	margin-top: 20px;
}
.description .main .itemDetail_Heading{
	flex: 0 0 100%;
	width: 100%;
	text-align: center; /* 念のため */
	position: relative;
	font-size: 116%;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.description .main .itemDetail_Heading:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #ee8711;
  display: block;
	border-radius: 5px;
}
/* ==========================
  商品説明下のバナー（ラッピング・名入れ）
========================== */
.kb-photobn{
  max-width: 1000px;
  margin: 50px auto 20px;
  padding: 0 2%;
  display: flex;
  gap: 12px;
  box-sizing: border-box;
}
.kb-photobn__item{
  flex: 1 1 0;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  position: relative;
}
.kb-photobn__img{
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
/* 下側を暗くして可読性UP（グラデ） */
.kb-photobn__item::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
/* 文字本体（data-label を表示） */
.kb-photobn__item::after{
  content: attr(data-label);
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 105%;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
  pointer-events: none;
}
@media screen and (max-width: 768px){
  .kb-photobn{
	margin-top: 20px;
	flex-direction: column;
	gap: 10px;
	width: 90%;
  }
  .kb-photobn__item{
    min-height: 120px; /* 画像が出ない時でも潰れない保険 */
  }
  .kb-photobn__item::after{
    bottom: 12px;
    font-size: 102%;
  }
.main .item_supplement1 .bold-left {
	font-size: 108%;
	margin-bottom: 0px;
}
}
/* ==========================
  見出し帯
========================== */
.description .item_supplement1 .midashi1,
.description .item_supplement2 .midashi1{
  font-size: 118%;
  display: block;
  padding: 5px 12px;
  font-weight: bold;
  border-left: 5px solid #c8b39a;
  margin-bottom: 15px;
  box-sizing: border-box;
}
/* スペック表 */
#itemDetail-wrap .description table {
  width: 100%;
  line-height: 1.4em;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
  margin-bottom: 60px;
}
#itemDetail-wrap .description table tr {
  text-align: left;
}
#itemDetail-wrap .description table tr th {
  width: 25%;
  margin: 0;
  background-color: #f8f8f6;
  font-size: 100%;
  text-align: left;
  padding: 14px 0 14px 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
#itemDetail-wrap .description table tr td {
  font-size: 100%;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 1.5em;
}
#itemDetail-wrap .description table tr td a {
  text-decoration: underline;
}
/* ブランド枠 */
.main .bland {
  margin-bottom: 20px;
  border: 1px solid #CCC;
  padding: 2%;
}
article#Detail #main-column .spec-g_txt_table_wrap {
  width: 100%;
  overflow: hidden;
}
.description .bland .brandname {
  font-size: 120%;
  margin: 10px !important;
  text-align: center;
}
.description .bland .brand-Description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 1.5em;
}
article#Detail #main-column section.spec-g_txt {
  float: left;
  margin-right: 4%;
  width: 48%;
  padding: 20px 0 0;
}
article#Detail #main-column section.spec-g_txt p {
  font-size: 70%;
  padding-top: 10px;
  line-height: 160%;
}
article#Detail #main-column section.spec-g_table {
  float: right;
  width: 48%;
  padding: 20px 0 0;
}
article#Detail #main-column section.spec-g_table table {
  width: 100%;
}
article#Detail #main-column section.spec-g_table th {
  width: 70px;
  max-width: 70px;
  min-width: 25px;
  padding: 5px 0;
}
article#Detail #main-column section.spec-g_table tr {
  border-bottom: 1px dotted #CCC;
  width: 100%;
  font-size: 65%;
}
article#Detail #main-column section.spec-g_table td {
  padding: 5px 0;
}
article#Detail #main-column .w100 section.spec-g_txt {
  float: none;
  width: 100%;
}
article#Detail #main-column .w100 section.spec-g_txt p {
  font-size: 70%;
  padding-top: 10px;
  line-height: 160%;
}
article#Detail #main-column .w100 section.spec-g_table {
  float: none;
  width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont tr {
  border-bottom: 1px dotted #CCC;
  width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont th {
  padding: 5px 0;
}
article#Detail #main-column .w100 table.spec-g_cont td {
  padding: 5px 0;
}
/*-----------------------------------------------------
 商品詳細ページ itemDetail-cont  for-768px
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
#itemDetail-wrap .description {
	padding-top: 50px;
	font-size: 100%;
}
#itemDetail-wrap .caution-area{
	width: 96%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
	section.userreview h2 {
	font-size: 106% !important;
  }
  #itemDetail-cont .itemThumb-wrap {
    margin: 0px 2% 0px 0px;
    width: 40%;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb-main {
    height: auto;
  }
  #itemDetail-cont .itemOutline {
    width: 58%;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
    margin-right: 1%;
    text-align: center;
    width: 24%;
  }
  .itemOutline ul.snsArea, article#Detail .itemOutline ul.infoArea {
    height: auto;
  }
  section#itemDetail-wrap table.spec tr.option_area td select.option_parts {
    height: 34px;
    width: 85%;
  }
  section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
  section#itemDetail-wrap table.spec tr.option td input {
    height: 34px !important;
    width: 85%;
  }
  section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
    height: 34px;
    width: 85%;
  }
  section#itemDetail-wrap table.spec td input {
    height: 34px !important;
    width: 20%;
  }
	
  .description .item_supplement1,
  .description .item_supplement2, .description .item_supplement3,
  #itemDetail-wrap .description .thirdItemguide{
	width: 96%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-sizing: border-box;
  }
  #itemDetail-wrap .description .Itemguide{
	margin-top: 10px;
	margin-bottom: 60px;
	display: block;
  }
  .description .item_supplement1{
	margin-bottom: 50px;
  }
  .description .item_supplement2{
	margin-bottom: 0px;
  }
  section#itemDetail-wrap table.price th { font-size: 94%; }
  section#itemDetail-wrap table.price td { font-size: 82%; }
  section#itemDetail-wrap table.spec th { font-size: 106%; }
  article#Detail #main-column h1 { font-size: 106%; }
	.description .item_supplement1 p,
  .description .item_supplement2 p, .description .Itemguide{
	max-width: none;
	padding-top: 10px;
	line-height: 1.8em;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: justify;
	text-justify: inter-ideograph;
  }
.description .item_supplement1 .supplementtext2 {
	padding-left: 0%;
	margin: 0;
	padding-right: 0%;
	padding-top: 0px;
}
  .description .item_supplement1 img,
  .description .item_supplement2 img, .description .item_supplement3 img{
    max-width: none;
		width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    display: block;
    box-sizing: border-box;
  }
  .description .item_supplement1 .midashi1,
  .description .item_supplement2 .midashi1, .description .item_supplement3 .midashi1{
    font-size: 112%;
    padding: 10px 12px;
    margin-bottom: 12px;
    border-left-width: 0;
    text-align: center;
    box-sizing: border-box;
  }
.description .bland .bland-list,
  .description .ProductMemo{
    width: 92%;
  }	
  .description .bland .bland-list a,
  .description .ProductMemo a{
    font-size: 105%;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 10px;
  }
  /* 10) スペック表：はみ出し防止＆見やすく */
  #itemDetail-wrap .description table{
    width: 100%;
    box-sizing: border-box;
  }
  #itemDetail-wrap .description table tr th{
    width: 34%;
    font-size: 94%;
    padding: 12px 0 12px 10px;
  }
  #itemDetail-wrap .description table tr td{
	font-size: 88%;
	padding: 10px 8px;
	line-height: 1.6em;
  }
  #itemDetail-cont .itemThumb-wrap {
    float: none;
    width: 100%;
    margin: 0;
  }
  #itemDetail-cont .itemOutline {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  section#itemDetail-wrap .cartArea table.variation td {
    font-size: 65%;
    padding: 3px;
  }
  table.variation span.selling_price, table.variation span.special_price {
    font-size: 110%;
  }
  section#itemDetail-wrap .cartArea table.variation th {
    min-width: 35px;
  }
  #center-seo .mainCont, #center3 .mainCont font {
    font-size: 90%;
  }
  section#itemDetail-wrap .cartArea {
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  section#itemDetail-wrap .cartArea::-webkit-scrollbar {
    display: none;
  }
}
/*お客様の声-商品詳細ページ*/
section.userreview {
  padding: 20px 0 0;
  margin-bottom: 30px;
}
section.userreview h2 {
	color: #333;
	font-size: 112% !important;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0;
	margin-bottom: 15px;
	display: block;
}
section.userreview table.userreview_list {
	width: 100%;
	margin: 10px 0 0 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #CCC;
}
section.userreview div.more {
  width: 100%;
  height: 30px;
  margin: 10px 0 0 0;
  text-align: right;
}
section.userreview div.more a img {
  width: 110px;
  height: 30px;
  vertical-align: middle;
}
section.userreview table.userreview_list tr td.userreview_user {
  font-size: 80%;
  text-align: left;
}
section.userreview table.userreview_list tr td.userreview_date {
  font-size: 80%;
  text-align: right;
}
section.userreview table.userreview_list td.userreview_rate {
	font-size: 88%;
	font-weight: bold;
}
section.userreview table.userreview_list td.userreview_rate img {
  vertical-align: middle;
}
section.userreview table.userreview_list td.userreview_comment {
	padding: 10px 0 20px;
	font-size: 100%;
	line-height: 1.5em;
}
section.userreview .userreview_comment .reviewBox_item {
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3 {
	background: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 10px;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment p {
  margin: 0;
}
article#Detail #main-column section.recommend {
	padding: 40px 0 0;
}
article#Detail section.column5 {
  border: none;
}
.column-set .quantityArea {
  margin-top: 5px;
  text-align: right;
}
.column-set .quantityArea span {
  font-size: 70%;
}
.column-set .quantityArea input,
.column-set .quantityArea select {
  height: 32px;
  text-align: right;
}
/*==================================================
 お客様の声ページ
====================================================*/
article #main-column .pageNav_top {
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: solid 1px #CBCBCB;
}
article #main-column .pageNav {
}
article #main-column .pageL {
 float: left;
 width: 100%;
}
.pageNav_top .pageL a {
	font-size: 88%;
	padding-left: 2px;
	padding-right: 2px;
}
.pageNav .pageL a {
	font-size: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
article #main-column .pageNav_top .pageL {
	width: 50%;
}
article #main-column .pageR {
 float: right;
}
article #main-column section.rating {
	padding-bottom: 45px;
	margin-bottom: 5px;
	border-bottom: solid 1px #CBCBCB;
}
.rating .tmb img {
	display: block;
	width: 180px !important;
	height: auto;
}
article #main-column section.rating .reviewBox {
	overflow: hidden;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
}
article #main-column section.rating .tmb {
	float: left;
	margin-right: 15px;
	width: 180px;
}
article #main-column section.rating .reviewTxt {
 float: right;
 width: 745px;
}
article #main-column section.rating .reviewTxtNoImg {
 float: left;
 width: 100%;
}
article #main-column section.rating .ttlArea {
	display: table;
	padding-top: 15px;
	padding-bottom: 15px;
}
article #main-column section.rating h2 {
	border: none;
	display: table-cell;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 15px 0 0;
	margin-top: 15px;
	vertical-align: top;
	width: 560px;
	text-align: left;
}
article #main-column section.rating .reviewBox_item p, article #main-column section.rating .reviewTxt p {
	font-size: 94%;
	line-height: 1.6em;
}
article #main-column section.rating .btnMore {
 display: table-cell;
 min-width: 170px;
 vertical-align: top;
 width: 170px;
}
article #main-column section.rating .btnMore a {
 display: inline-block;
}
article #main-column section.rating .btnMore a img {
	width: 170px;
}
article #main-column section.rating .reviewTxt ul, article #main-column section.rating .reviewTxtNoImg ul {
 margin: 5px 0;
 vertical-align: middle;
 line-height: 120%;
 overflow: hidden;
}
article #main-column section.rating .reviewTxt ul li, article #main-column section.rating .reviewTxtNoImg ul li {
	float: left;
	margin-right: 5px;
	font-size: 88%;
}
article #main-column section.userreview .comment, article #main-column section.rating .comment {
	background: #e8f3ff;
	display: inline-block;
	font-size: 100%;
	margin: 20px 20px 0 450px;
	max-width: 100%;
	min-width: 120px;
	padding: 7px 10px;
	position: relative;
	width: 730px;
}
article #main-column section.userreview .comment::before, article #main-column section.rating .comment::before {
 border: 10px solid transparent;
 border-bottom: 15px solid #e8f3ff;
 content: "";
 left: 4%;
 position: absolute;
 top: -23px;
}
article #main-column section.rating .comment h3 {
	background: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 10px;
}
article #main-column section.userreview .comment p, article #main-column section.rating .comment p {
	background: none;
	padding: 5px 10px 10px;
}
article #main-column .pageNav .pageL strong, article #main-column .pageNav_top .pageL strong {
	font-weight: 900;
}
/*-----------------------------------------------------
 お客様の声ページ  for-768px                  
-----------------------------------------------------*/
@media (max-width: 768px){
article #main-column section.userreview .comment, article #main-column section.rating .comment {
  display: block;     /* ←ここが重要 */
	font-size: 94%;
	margin: 20px auto 5px;
	padding: 5px 0px;
	width: 96%;
}
 article #main-column section.rating .tmb {
  float: none;
  margin: 0;
  text-align: center;
  width: 100%;
 }
 .rating .tmb img {
	margin-left: auto;
	margin-right: auto;
}
 article #main-column section.rating .reviewTxt {
  float: none;
  margin: 5px 0 0 0;
  width: 100%;
 }
 article #main-column section.rating h2 {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 106%;
 }
article #main-column section.rating .btnMore{
	display: block;         /* ← table-cellを解除 */
	width: 100%;            /* ← 横幅を親いっぱいに */
	text-align: right;      /* ← 右寄せ */
	margin-top: 20px;
}
/* リンクも右側に寄せやすくする */
article #main-column section.rating .btnMore a{
	display: inline-block;
}
 article #main-column form[name="REVIEWLIST"] .btnMore img {
  width: 190px;
 }
 article #main-column section.rating .ttlArea {
	display: block;
	padding-bottom: 0px;
 }
article #main-column section.rating .reviewBox {
	margin-top: 40px;
}
}
/*-- お客様の声 --*/
article #main-column #itemBox {
 background-color: #efefef;
 overflow: hidden;
 padding: 15px 2%;
 margin-bottom: 15px;
}
article #itemBox h2 {
 border-top: none;
 float: left;
 font-size: 90%;
 font-weight: normal;
 padding: 0;
}
article #itemBox p {
 float: right;
}
article #main-column #itemBox p.btnMore img {
 width: 166px;
}
div#main-column div#itemBox p.review_txt img {
 vertical-align: -0.1em;
}
article #main-column section.rating .reviewBox_item h2 {
 color: #0C3;
 float: left;
 font-size: 75%;
 background: none;
 font-weight: bold;
 padding: 0;
 margin: 0;
 border-bottom: none;
}
article #main-column section.rating .reviewBox_item {
 margin: 15px 0;
}
article #main-column section.rating .reviewBox_item ul {
 overflow: hidden;
 vertical-align: middle;
 line-height: 120%;
}
article #main-column section.rating .reviewBox_item ul li {
 float: left;
 margin-right: 5px;
 margin-bottom: 10px;
 font-size: 80%;
}
article #main-column section.rating .reviewBox_item ul li.point {
 margin-right: 20px;
 color: #F60;
 font-weight: bold;
}
article #main-column section.rating ul li.space {
 margin-right: 20px;
}
.ui-dialog {
 padding: 1em;
 box-sizing: border-box;
}
.fl_main {
 min-height: 40px;
}
.fl_thumbnail {
 max-width: 152px !important;
}
.fl_t_item {
 padding: 5px !important;
}
.fl_img_selected {
 background-color: #C9E1F4 !important;
 border: none !important;
 margin: 5px !important;
 padding: 6px !important;
}
#thum_prev {
 padding-left: 0 !important;
 padding-right: 5px !important;
}
#thum_next {
 padding-left: 5px !important;
 padding-right: 0 !important;
}
/*ダイアログ-商品を追加しました*/
div[aria-describedby='sps-cartaddModal'] {
 border-radius: 4px !important;
}
div.sps-cartaddErrDetail {
 width: 90%;
 margin: 22px auto 40px;
 box-sizing: border-box;
}
/*ポップアップ全般*/
.ui-front {
 z-index: 250 !important;
}
.ui-widget-overlay {
 z-index: 200 !important;
}
.ui-widget-content {
 box-sizing: border-box;
 padding: 1em !important;
}
div#sps-cartaddModal {
 padding: .5em 1em !important;
 width: 720px !important;
}
#contact #center1 .centerbox {
 margin: 0px;
}
#contact #center1 .centerbox .mainCont .step_navi01 {
 background-image: url("../img/navi01.gif");
 background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi02 {
 background-image: url(../img/navi02.gif);
 background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi03 {
 background-image: url(../img/navi03.gif);
 background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi04 {
 background-image: url(../img/navi04.gif);
 background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
 height: 83px;
 text-align: center;
 margin: 0 auto;
 width: 400px;
}
#contact #center1 .center {
 text-align: center !important;
}
#contact #center1 p.center a#logout {
 float: none;
}
#contact #center1 .centerbox .mainCont input[name="PZIP_SEEK"] {
 width: 180px;
}
/*===================================================
 メールマガジン登録・解除
=====================================================*/
#contact .mailm:first-child {
 margin: 3px 0 0;
}
#contact .mailm {
 margin: 30px 0 0 0;
}
#contact .mailm .txtBox {
 margin: 0;
}
#contact .mailm .txtBox h2 {
 border-bottom: 1px dotted #DEDEDE;
 border-top: none;
 margin: 0 0 20px;
 padding: 0 0 10px;
}
#contact .mailm .caution {
 margin: 0 0 5px;
}
#contact table.mailMF td {
 overflow: hidden;
 font-size: 100%;
 border-top: solid 1px #DEDEDE;
 border-bottom: solid 1px #DEDEDE;
}
#contact table.mailMF input.mailAddress {
 float: left;
 margin: 0 10px 0 0;
 height: 40px;
}
#contact table.mailMF span.btn-confirm {
 display: block;
 float: left;
 padding: 0;
}
#contact table.mailMF input.btn-confirmNext {
 background-color: #333;
 border-radius: 3px;
 float: left;
 height: 40px;
 padding: 0 5px;
}
#contact .mailMC input.btn-confirmNext {
 background-color: #333;
 border-radius: 3px;
 float: left;
 height: 40px;
 padding: 0 5px;
}
#contact .mailMF input.btn-confirmNext:hover, #contact .mailMC input.btn-confirmNext:hover {
 background-color: #666;
}
@-moz-document url-prefix() {
 #contact table.mailMF input.btn-confirmNext, #contact .mailMC input.btn-confirmNext {
  padding: 0 5px 1px;
 }
}
#contact table.mailMF td.n1 {
 border-bottom: none;
 padding: 20px 20px 10px;
}
#contact table.mailMF td.n2 {
 border-top: none;
 padding: 10px 20px 20px;
}
#contact table.mailMF td p {
 float: left;
 font-size: 80%;
 padding: 10px 0;
 margin-right: 10px;
}
#contact input.mailAddress_new {
 float: left;
 height: 40px;
 margin: 0 10px 0 0;
 width: 60%;
}
#contact .mailMC span.btn-confirm {
 display: block;
 padding: 0;
}
#contact.sps-mailMagazine .sps-mailMagazine-freeArea {
 border: 1px solid #DDD;
 box-sizing: border-box;
 margin: 60px 5% 0;
 padding: 2%;
 width: 90%;
}
#contact .freeArea {
 margin: 60px 50px 0;
 width: 620px;
 background-color: #fffbf8;
}
#contact .ann-input {
 margin: 5px 0 0;
 font-size: 100%;
}
#contact .ann-input input {
 margin: 0 3px 2px 0;
}
/*お届けスケジュール*/
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan {
 background-color: #fffbf8;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday, #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
 box-sizing: border-box;
 border: none;
 overflow: hidden;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td {
 background: #efefef;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table caption {
 text-align: center;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table tbody td {
 background-color: #fffbf8;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.day, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sat, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sun {
 text-align: right !important;
}
/*=================================================
 お気に入りリスト
===================================================*/
div.wishlist-column .sps-wishBtnArea .wishDeleteItem, div.wishlist-column .sps-wishBtnArea .wishAddCart {
 background-position: right top;
}
#allItemDelete {
 text-align: right;
 height: 32px;
 margin: -20px 0 20px;
}
input[type="button"].wishAllDelBtn {
 background: none !important;
 background-color: #333 !important;
 border: 1px solid #333 !important;
 border-radius: 3px;
 color: #FFF !important;
 height: 32px !important;
 margin: 0 !important;
 min-width: 120px;
}
input[type="button"].wishAllDelBtn:hover {
 background-color: #666 !important;
 border: 1px solid #666 !important;
}
/*ポップアップ center3*/
#center3 .centerbox table td[align="right"], #center3 .centerbox .right, #contact #center1 .right {
 text-align: right !important;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 td.backcolor1 {
 text-align: left;
}
/*=================================================
 ポップアップ マイページ center-seo
===================================================*/
#center-seo .centerbox .backcolor3 .deli_plan_box table.layoutp5 th, #center-seo .centerbox table th[align="left"], #center-seo .centerbox table td[align="left"], #center3 .centerbox .backcolor3 .deli_plan_box table.layoutp5 th, #center3 .centerbox table th[align="left"], #center3 .centerbox table td[align="left"], #contact #center1 .left {
 text-align: left !important;
}
#contact #center1 .middle {
 vertical-align: middle !important;
}
#contact #center1 .buttom {
 vertical-align: bottom !important;
}
#contact #center1 .float_left {
 float: left !important;
}
#contact #center1 .centerbox .title1 a {
 color: #333;
 text-decoration: underline;
}
#contact #center1 .centerbox .mainCont {
 margin: 0;
 width: auto;
 background-color: #fffbf8;
}
.backcolor1 strong, .backcolor2 strong {
 font-weight: bold;
}
#contact #center1 .centerbox .mainFrame .mainCont #confirm .right {
 width: 100% !important;
}
/*====================================================
 カート/レジ画面
======================================================*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 {
 box-sizing: border-box;
 padding: 5px 0px;
 max-width: 1200px;
 width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table {
 font-size: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {
 padding: 10px;
 border: 1px solid #999;
}
/*table中身*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
	padding: 1rem 1% !important;
	border: 1px solid #999;
	font-size: 106%; /*background-color: #fffbf8;*/
	line-height: 1.5em;
}
.bordlayoutp3.center .border tr .backcolor2 table tr td {
	text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
 padding: 0 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
 border: none;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
 padding: 10px 15px;
}
#contact #center1 .backcolor3 {
 background: #e1ecf7;
}
/*カート画面table見出し*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {
	width: 35%;
	background: #F3EFE6;
}
.bordlayoutp3.center .border tr .backcolor1.center {
	font-size: 106%;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1px;
}
/*レジ画面table見出し*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {
 background: #DDD;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 td {
 background: #DDD;
 text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td {
 width: 15%;
}
/*レジ画面table中身*/
input[type="text"], input[type="password"] {
 padding: 0 2%;
}
input[type="radio"], input[type="checkbox"] {
 position: relative;
 top: 3px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {
 vertical-align: middle;
 background: #FFF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2[width="17%"] {
 width: 1%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="password"] {
 border: 1px solid #A9A9A9;
 padding: 2px 1px;
 height: 34px !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type="text"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type="password"] {
 height: 32px;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
 background: #DDD;
 padding: 1rem;
 width: 100% \9;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 input {
 height: auto;
 vertical-align: 0 !important;
}
#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
 width: 15% !important;
}
#deli_scadule .deli_scadule_box table.layoutp5.deli_cycle tbody tr td.backcolor1 {
 width: 35% \9 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="PREV_ENQUETE"] + form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
 background: #DDD;
 width: 30% \9 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td {
 width: 25%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td {
 width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td {
 width: 26%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td {
 width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td + td {
 width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td {
 width: 8%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td + td {
 width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 form[name="NEXTM"] table.border tbody tr td {
 width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] .bordlayoutp3 table.border tbody tr td {
 width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td.backcolor1.center, #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"], #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td + td[width="49%"] {
 width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td, #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td, #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td.backcolor2 + td {
 width: 2%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td + td.backcolor1.center {
 width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td {
 width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=right] {
 text-align: right;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
 display: inline;
 padding: 0 2%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="text"] {
 height: 30px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="変更"] {
 margin: 5px 0 5px 5px;
}
/*変更ボタン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="削除"] {
 margin: 5px 0;
 width: 60px;
}
/*削除ボタン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"] {
 padding: 0 1%;
}
#deli_scadule table.deli_plan_cal tbody tr td {
 vertical-align: top;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border {
 border: 1px solid #999;
 width: 100% !important;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td.backcolor2 table.layoutp3 {
 margin-top: 0px;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td {
 border: none;
 padding: 2px 9px;
}
/*カート注文内容table*/
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td {
 width: 17%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td {
 width: 25%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td {
 width: 13%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td + td {
 width: 20%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td {
 width: 13%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td + td {
 width: 12%;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_day th {
 font-size: 100%;
 background-color: inherit;
 border: none;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 form[name=list] table[align=center], table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center form table[align=center], table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center table[align=center] {
 width: auto;
 margin: 0 auto;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr {
 display: block;
 margin: 5px;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3, table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {
 padding: 5px 0 10px;
}
table#enter {
 background: none repeat scroll 0 0 #FFF;
 text-align: left;
 width: 100%;
}
table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info {
 border: 1px solid #A9A9A9;
 box-sizing: border-box;
 margin: .5em 0 1em 25px !important;
 vertical-align: middle;
 padding: 10px !important;
 width: 60% !important;
}
#center-seo .centerbox a, #center3 .centerbox a {
 color: #6599cc;
}
#center-seo .centerbox a:hover, #center3 .centerbox a:hover {
 text-decoration: underline;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td[align="center"], #center3 .centerbox .bordlayoutp3 table td[align="center"], #center3 .centerbox .bordlayoutp3 table tr.center td, #center-seo .centerbox .center, #center3 .centerbox .center, #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] {
 text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] p font[color=red] strong {
 font-weight: bold;
}
#contact #center1 .centerbox .mainCont #card_info input[name=card_info_set].off {
 border: 1px solid #CCC;
}
#contact #center1 .centerbox .mainCont #card_info input[name=card_info_edit].off {
 border: 1px solid #CCC;
}
#contact #center1 .float_right, table#enter td#center3 div.centerbox form div.mainCont input.float_right {
 float: right !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.form_group {
 line-height: 200%;
}
/*会員登録*/
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle h3.title1 {
 border-top: 3px solid #333;
 font-size: 156%;
 font-weight: bold;
 letter-spacing: 0.05em;
 padding: 21px 0;
}
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont p {
 font-size: 145%;
 line-height: 165%;
 margin-bottom: 10px;
}
table#enter td#center3 div.centerbox form div.mainCont div {
 width: 100% !important;
}
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
 position: absolute;
 right: 19px;
 top: 77px;
}
table#enter td#center3 div.centerbox form div.mainCont input#otherAddress {
 top: -50px !important;
}
#contact #center1 .centerbox .mainFrame {
 margin: 0px;
}
#contact #center1 .box_in_box {
 text-align: center !important;
}
#contact .layoutp3 table.layoutp3 tbody td, #contact .layoutp3 table.layoutp5 tbody td, #contact .bordlayoutp3 table tbody td {
 text-align: left;
}
#contact .layoutp3 table.layoutp3 tbody td, #contact .layoutp3 table.layoutp5 tbody td {
 padding: 5px;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center, #contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center {
 width: 2%;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label, #contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong {
 font-size: 75%;
}
#contact .mainFrame .mainCont #tradesafe_div1 {
 font-size: 100% !important;
 line-height: 142% !important;
}
#center3 .centerbox .red, #contact #center1 .red {
 color: #C00;
 font-size: 75% !important;
}
#contact #center1 .point {
 font-size: 120%;
 color: red;
 font-weight: 900;
}
#contact #center1 .pointline {
 font-size: 100%;
 color: #FFF;
 font-weight: 900;
 padding: 5px;
 padding-bottom: 5px;
 background-color: #666;
 margin-top: 5px;
 margin-bottom: 5px;
}
#contact .mainFrame .mainCont a {
	color: #333;
	font-size: 98%;
}
#contact .mainFrame .mainCont div.layoutp3 table tbody tr td {
 border: none;
}
#contact .mainFrame .mainCont h4 {
 font-size: 120%;
 font-weight: normal;
}
#contents div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
 margin: 0;
 background-color: #fffbf8;
}
#contents .enquete-section #contact table tbody tr td div.mainCont:first-child {
 padding: 0px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] p {
 margin: 5px 0;
 padding: 2px 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child {
 width: 40%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
 width: 50%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td {
 padding: 1px 1px 10px;
 text-align: left;
 vertical-align: top;
 word-break: break-all;
 border: none;
 font-size: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
 margin-left: 15px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td input {
 margin-left: 27px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td:nth-child(2) input {
 margin-left: 24px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
 border: soild 1px;
}
div.enquete-section #contact {
 width: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="password"], div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select {
 height: 40px;
 padding: 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"] {
 height: 40px;
 padding: 0;
 min-width: 120px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] h4.title {
 background: none repeat scroll 0 0 transparent;
 border-bottom: 1px solid #cdcdcd;
 font-size: 110%;
 font-weight: bold;
 line-height: 200%;
 margin-bottom: 10px;
 padding: 0;
 width: 100%;
}
#enquete-header {
 width: 100%;
 margin: 0 auto;
 background-color: #fffbf8;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=radio] {
 margin: 10px 5px 13px 20px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=checkbox] {
 margin: 10px 5px 10px 20px;
}
div.enquete-section {
 padding: 0;
}
div.enquete-section #contact table tbody tr td {
 width: 100%;
 border-top: none;
 padding: 0px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] strong {
 font-size: 120%;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] textarea {
 height: 150px;
 padding: 5px;
 width: 70%;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit] {
 border: medium none;
 color: #FFF;
 font-size: 75%;
 height: 25px;
 margin: 0 5px;
 padding: 0;
 width: 200px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
 background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
.shoplogo {
 width: 340px;
}
#center-seo .centerbox, #center3 .centerbox {
 font-size: 75%;
 margin: 0px;
 padding: 0 10px 10px;
 word-break: break-all;
}
#center-seo h3.title1, #center3 h3.title1 {
 background: #222222;
 color: #FFF;
 font-size: 120%;
 font-weight: bold;
 padding: 15px;
}
#center-seo #bread, #center3 #bread {
 color: #999;
 margin: 0px;
 padding: 5px 2% 15px;
 text-align: left;
 font-size: 75%;
 line-height: 200%;
}
#center-seo .mainCont {
 margin: 0px;
 width: auto;
}
#center3 .mainCont {
 margin: 0 0 15px;
 width: auto;
}
#center3 .centerbox .caution, #EST_SPS_regi .caution {
 color: #d51414;
 font-weight: bold;
}
#center-seo .centerbox .caution {
 color: #d51414;
 font-weight: bold;
 text-align: left;
}
#center-seo .centerbox table th, #center-seo .centerbox .bordlayoutp3 table th, #center-seo .centerbox table td, #center3 .centerbox table th {
 border-bottom: 1px solid #ccc;
 border-top: 1px solid #ccc;
 color: #2B2B2B;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 word-break: normal;
 min-width: 45px;
 padding: 1em 5px;
}
#center-seo .centerbox table td {
 text-align: left;
}
#center3 .centerbox table th {
 background-color: #efefef;
}
#center-seo .centerbox table tr.form_group label {
 white-space: initial !important;
}
#center3 .centerbox table th.sps-my-regular-order-number {
 width: 25% !important;
}
#center3 .centerbox table th.sps-my-regular-item {
 width: 50% !important;
}
#center3 .centerbox table td {
 border-bottom: 1px solid #ccc;
 border-top: 1px solid #ccc;
 overflow: hidden;
 text-align: left;
 min-width: 45px;
 padding: 1em 5px;
 vertical-align: middle;
 word-break: break-all;
}
#center3 .centerbox table td[width="5%"] {
 width: 10%;
}
#center-seo .centerbox .backcolor1, #center3 .centerbox .backcolor1 {
 background-color: #EEEEEE;
 min-width: 100px;
 text-align: center;
}
#center3 .layoutp3 table th, form[name$="FORM"] ~ tbody #center3 .layoutp3 table th {
 width: 30%;
 font-weight: bold;
}
#center-seo .centerbox th.backcolor1, #center-seo .bordlayoutp3 th, #center-seo .bordlayoutp3 td, #center3 .centerbox th.backcolor1, #center3 .bordlayoutp3 th, #center-seo .bordlayoutp3 td, #center3 .bordlayoutp3 td {
 border: 1px solid #ccc;
 vertical-align: middle;
 white-space: initial !important;
}
#center3 .bordlayoutp3 .layoutp3 th, #center3 .bordlayoutp3 .layoutp3 td {
 padding: 0px;
 border: none;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info {
 border: 1px solid #999;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info + td {
 *width: 70%;
}
#center3 .centerbox strong, #center3 .centerbox h4 {
 text-align: left;
 font-weight: bold;
 width: 100% !important;
}
#center-seo .centerbox .layoutp3 + .bordlayoutp3 > table, #center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
 width: 95%;
}
#center3 img#OffAmazonPaymentsWidgets1 {
 margin: 15px 0;
}
#center-seo select, #center-seo input[type="text"] {
 border: 1px solid #A9A9A9;
 height: 40px;
 line-height: 40px;
 margin: 2px 0px;
 max-width: 350px;
 min-width: inherit;
 width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select {
 border: 1px solid #A9A9A9;
 color: #333;
 height: 40px;
 line-height: 40px;
 padding: 2px 4px;
 margin: 2px 0px;
 min-width: inherit;
}
#center3 input[type="text"], #center3 input[type="password"] {
 border: 1px solid #A9A9A9;
 color: #333;
 height: 40px;
 line-height: 40px;
 padding: 2px 4px;
 margin: 2px 0px;
 max-width: 350px;
 min-width: inherit;
 width: 100%;
}
#center3 select {
 height: 40px;
 line-height: 40px;
 padding: 2px 4px;
 margin: 2px 0px;
 max-width: 350px;
 min-width: inherit;
 width: auto;
}
#center3 textarea {
 padding: 2px 4px;
 margin: 2px 0px;
 min-width: inherit;
 width: 100%;
}
#center3 textarea[name="Naiyo"], #center3 textarea[name="Naiyo2"] {
 height: auto !important;
}
span.sps-requiredPopup.cart_float_right {
 border-radius: 4px;
 background: #e73656;
 color: #fff;
 float: right;
 font-size: 70%;
 margin-left: 0.5em;
 padding: 0.2em 0.5em;
 white-space: nowrap;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select, #center-seo select, #center-seo textarea {
 padding: 1px;
 margin: 2px 0px;
}
#center3 select[name="SEL_CARD"] {
 margin-left: 5px;
 padding: 1px;
}
#center-seo .centerbox table td input[type="radio"], #center3 .centerbox table td input[type="radio"] {
 margin: 0 3px 0 5px;
}
table#enter form[name="NEWMEM"] #center3 .centerbox .bordlayoutp3 table td[colspan="2"] input[type="checkbox"] {
 margin: -3px 4px 0px 0px;
}
#center-seo p, #center3 p {
 margin: 5px 0px;
 padding: 2px 0px;
}
#center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {
 display: inline-block;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td {
 background-color: #fffbf8;
}
#contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="button"] {
 height: 30px;
 margin: 10px 3px 0;
 padding: 0 1em;
}
#contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="submit"] {
 height: 30px;
 margin: 0px 3px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td input[type="radio"] {
 margin: 0px 3px;
 height: auto;
}
#center-seo .bordlayoutp3 table tbody tr td input[type="button"], #center3 .bordlayoutp3 table tbody tr td input[type="button"] {
 margin: 7px auto 0;
}
#center3 .bordlayoutp3 table tbody tr td input[type="button"]:first-child {
 margin: 0 auto;
}
/*パスワード変更*/
form[name="PWDCHG"] #center3 .centerbox table tr:first-child td, form[name="PWDCHG"] #center3 .centerbox table tr:nth-child(3) td {
 background-color: #EFEFEF;
}
form[name="PWDCHG"] #center3 .centerbox table tr:nth-child(3) td br {
 display: none;
}
/*メールアドレス変更*/
form[name="MAILCHG"] #center3 .centerbox table th {
 background-color: #fffbf8;
}
form[name="MAILCHG"] #center3 .centerbox table .backcolor1 th {
 background-color: #efefef;
}
form[name="MAILCHG"] #center3 .centerbox table td.center {
 text-align: left;
}
/*会員情報の変更/お届け先情報*/
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input, #center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup select {
 height: 40px !important;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type="checkbox"], #center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type="radio"] {
 height: auto !important;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup td {
 border: none;
 padding: 0;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup textarea {
 min-height: 160px;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup input[type="text"] {
 height: 40px !important;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td.sps-inputItem, table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup tr td:first-child {
 background-color: #EFEFEF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select, #center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select {
 margin: 0 0 5px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
 margin: 2px 0;
 min-width: 350px;
}
table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info {
 width: 80% !important;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table {
 width: 100% !important;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table td {
 padding: 1em 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table div {
 margin: 0 0 5px !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_DATE_LIST"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_TIME"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name="RECV_NGDAY"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"] {
 width: 350px;
}
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name="RECV_NGDAY"] {
 width: 350px !important;
 margin-left: 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"], #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name="RECV_TIME"] {
 width: 350px !important;
 margin-left: -4px;
}
/*お届け先情報*/
.cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"], .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"] {
 background-color: #fffbf8;
 border: 1px solid #AAA;
 color: #333;
 height: 30px;
 margin: 0;
}
.cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"] {
 background-color: #fffbf8;
 border: 1px solid #AAA;
 color: #333;
 height: 30px;
 margin-right: 5px;
}
.cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"]:hover, .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"]:hover, .cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"]:hover {
 background-color: #fffbf8;
 border: 1px solid #AAA;
 font-weight: bold;
}
.leftSearch {
 background-color: #F5F5F5;
 margin-bottom: 20px;
 overflow: hidden;
}
.leftSearch #searchbox_wrap {
 margin: 10px 2% 15px;
 overflow: hidden;
}
.leftSearch searchbox {
 color: #999;
 float: right;
 font-size: 65%;
 line-height: 160%;
 overflow: hidden;
 text-align: right;
}
.leftSearch #searchbox form {
 border: 1px solid #777777;
 box-sizing: border-box;
 float: left;
 height: 35px;
 width: 100%;
}
.leftSearch #searchbox input.searchbox {
 border: none;
 box-sizing: border-box;
 float: left;
 height: 100%;
 padding: 0 5px;
 width: 80%;
}
.leftSearch #searchbox input.searchSubmit {
 padding: 0;
 width: 20%;
}
.leftSearch #searchbox p {
 display: block;
}
/*-----------------------------------------------------
 カート/レジ画面  for-768px                  
-----------------------------------------------------*/
@media (max-width: 768px) {
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi td {
  display: block;
  padding: 0 !important;
  width: 100% !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi tr:first-child td div {
  margin-bottom: 10px;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"] {
  margin: 0;
  width: 100%;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="戻る"] {
  margin: 10px 0 0;
  width: 100%;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "], .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"], .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"] {
  display: block;
  width: 100%;
  margin: 10px auto 0;
 }
}
/*================================================
 カテゴリページ / フッターエリア
==================================================*/
/*フッター 出産祝いのギフト対応*/
.bb-giftNav{
	margin: 22px auto 18px;
	padding: 16px 1%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}
/* ヘッダー */
.bb-giftNav__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 10px;
  margin: 0 0 12px;
}
.bb-giftNav__title{
  font-size: 100%;
  font-weight: 900;
  color: #2f2a24;
  margin: 0;
  letter-spacing: .02em;
}
.bb-giftNav__head .bb-giftNav__title {
	text-align: center;
}
/* ===============================
  Gift badges
=============================== */
/* バッジ一覧 */
.bb-giftNav__badges{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
}
/* バッジ本体 */
.bb-giftNav__badge{
  display: flex;
  align-items: center;
  justify-content: center;    /* ← 中央寄せ */
  gap: 8px;
  padding: 10px 14px;
  background: #fffbf5;
  border: 1px solid rgba(180,138,90,0.20);
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}
/* アイコン枠 */
.bb-giftNav__ico{
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50%;
  color: #2f2a24;
}
/* SVG共通 */
.bb-ico{
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* テキスト */
.bb-giftNav__txt{
  font-size: 88%;
  line-height: 1.4;
  font-weight: 800;
  color: #2f2a24;
}
/* 区切り線 */
.bb-giftNav__divider{
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 14px 0 12px;
}
/* 価格で選ぶ */
.bb-giftNav__pricesTitle{
	font-size: 100%;
	font-weight: 900;
	color: #2f2a24;
	margin: 0 0 10px;
	text-align: center;
}
.bb-giftNav__prices{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.bb-giftNav__priceBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 10px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 900;
	font-size: 94%;
	color: #2f2a24;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.12);
	box-shadow: 0 6px 16px rgba(0,0,0,0.06);
	transition: transform .12s ease, box-shadow .12s ease;
	letter-spacing: 0.1em;
}
.bb-giftNav__priceBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}
.bb-giftNav__priceBtn .bb-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b48a5a;
  flex: 0 0 auto;
}
/* 価格ボタン：4列（PC） */
.footer_area .bb-giftNav__prices.bb-giftNav__prices--4{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
/* 768px以下：2列で見やすく */
@media (max-width: 768px){
  .footer_area .bb-giftNav__prices.bb-giftNav__prices--4{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding-left: 2%;
	padding-right: 2%;
  }
  /* 長い文言でも崩れにくく */
  .footer_area .bb-giftNav__priceBtn{
	font-size: 82%;
	padding: 12px 10px;
	text-align: center;
	line-height: 1.25;
	white-space: nowrap;
  }
}
/* バッジ全体：影を消してフラットに */
.footer_area .bb-giftNav__badge{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 6px 6px !important;
  border-radius: 0 !important;
  align-items: center;
}
/* アイコン：四角いボタン感を弱める（薄い丸チップ） */
.footer_area .bb-giftNav__ico{
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: rgba(233,163,109,0.12) !important;
  border: 1px solid rgba(233,163,109,0.22) !important;
  box-shadow: none !important;
}
/* テキスト：タグっぽく（軽く/読みやすく） */
.footer_area .bb-giftNav__txt{
  font-size: 94% !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: #2f2a24 !important;
}
/* バッジ並び：カード感を消して、整列だけさせる */
.footer_area .bb-giftNav__badges{
  gap: 8px !important;
}
/* 768px以下：2列で読みやすく */
@media (max-width: 768px){
  .footer_area .bb-giftNav__badges{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }
  .footer_area .bb-giftNav__badge{
    padding: 6px 4px !important;
  }
  .footer_area .bb-giftNav__txt{
	font-size: 90% !important;
  }
}
/* =========================================================
 カテゴリページ / フッターエリア（768px以下）
========================================================= */
@media (max-width: 768px){
.bb-giftNav{
padding: 16px 1%;
}
.bb-giftNav__head{
	display:block;
}
	.bb-giftNav__badges{
		grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bb-giftNav__ico{
	width: 30px;
	height: 30px;
	flex-basis: 30px;
}
.bb-ico{
	width: 17px;
	height: 17px;
}
	/* 価格：1列＋左寄せ */
	.bb-giftNav__prices{
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.bb-giftNav__priceBtn{
		justify-content: flex-start;
		padding: 14px;
		font-size: 88%;
	}
	.bb-giftNav__priceBtn .bb-dot{
		width: 11px;
		height: 11px;
	}
}
/* =========================================================
  Free Footer
========================================================= */
 div#cart-footer, footer {
  width: 100%;
 }
.footer_area,
.footer_area *{
  box-sizing: border-box;
}
.free-footer p a {
	text-decoration: underline;
}
.footer_area .free-footer .free-footer_box {
	margin-top: 50px;
}
.footer_area{
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer_area .free-footer{
  max-width: 1240px;
  margin: 26px auto 12px;
  padding: 18px 2%;
  background: linear-gradient(180deg, #fff7ea 0%, #ffffff 70%);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  color: #333;
  line-height: 1.7;
}
.footer_area .free-footer .footer-title{
	margin: 20px 1%;
	padding: 10px 0 5px;
	font-weight: 900;
	color: #2f2a24;
	letter-spacing: .02em;
	line-height: 1.35;
	font-size: 112%;
	border-bottom: 1px solid rgba(0,0,0,0.18);
	text-align: center;
}
.footer_area .free-footer p{
	max-width: 800px;
	margin: 0 auto 1em;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 100%;
	line-height: 1.8;
	color: #333;
}
.free-footer li{ margin: 0.2em 0; }
.free-footer .ff-points{
	/* [disabled]font-size: 94%; */
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/* ---- FAQ ---- */
.free-footer .ff-faq{
	max-width: 800px;
	margin: 20px auto;
}
.free-footer .ff-faq dt{
	margin: 0.9em 0 0.45em;
	font-weight: 900;
	color: #222222;
	font-size: 100%;
	line-height: 1.5em;
}
.free-footer .ff-faq dd{
	margin: 0 0 20px;
	padding: 10px;
	background: #fffbf8;
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 12px;
	line-height: 1.6em;
}
.ff-faq dd a{ text-decoration: underline; }
.free-footer .ff-related{ margin: 0.9em 0 0; }
.free-footer .ff-related a{
  display: grid;
  grid-template-columns: minmax(140px, 250px) 1fr;
  gap: 0.9em;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.free-footer p a img,
.free-footer .ff-related img{
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 12px;
}
.free-footer .ff-related__txt{
  display: block;
  font-weight: 900;
  color: #2f2a24;
  line-height: 1.5;
  font-size: 102%;
}
.footer_area .w100 .freeArea2{ border: none; }
/* hover（PCだけ） */
@media (hover:hover){
  .free-footer .ff-related a:hover .ff-related__txt{
    text-decoration: underline;
		}
}
/* =========================================================
フリーフッター（768px以下）
========================================================= */
@media (max-width: 768px){
.footer_area .free-footer{
	width: 96%;
	margin: 20px auto 10px;
	font-size: 94%;
}
.footer_area .free-footer .footer-title{
	font-size: 100%;
}
.footer_area .free-footer p{
padding-left: 0;
padding-right: 0;
line-height: 1.7em;
padding-top: 15px;
}
.footer_area .free-footer p, .free-footer .ff-points, .free-footer .ff-faq{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.free-footer .ff-related a{
	grid-template-columns: 1fr;
	gap: 0.7em;
}
.free-footer p a img,
.free-footer .ff-related img{
	max-width: none;
}
.bb-giftNav{
padding: 16px 1% 20px;
}
.bb-giftNav__head{
	display:block;
}
.bb-giftNav__badges{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bb-giftNav__ico{
	width: 30px;
	height: 30px;
	flex-basis: 30px;
}
.bb-ico{
	width: 17px;
	height: 17px;
}
.bb-giftNav__prices{
	grid-template-columns: 1fr;
	gap: 10px;
}
.bb-giftNav__priceBtn{
	justify-content: flex-start;
	padding: 14px;
	font-size: 88%;
}
.bb-giftNav__priceBtn .bb-dot{
	width: 11px;
	height: 11px;
}
}
/* =========================================================
  商品一覧ページ pageNav
========================================================= */
.pageNav form img {
 float: right;
}
#sub-column .category .fukidashi nav, #sub-column .category .tatenarabi nav, #sub-column .category #sps-itemListAllCategory nav {
 margin-bottom: 0;
}
#sub-column .category .fukidashi nav:last-child, #sub-column .category .tatenarabi nav:last-child, #sub-column .category #sps-itemListAllCategory section nav:last-child {
 margin-bottom: 20px;
}
#sub-column .category #sps-itemListAllCategory section nav:first-child {
 margin-bottom: 0;
}
#sub-column .category .fukidashi ul {
 zoom: 1;
}
#sub-column .category .fukidashi nav {
 position: relative;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
 width: 100%;
 position: absolute;
 top: 0;
 left: 100%;
 display: none;
}
#sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
 display: block;
 z-index: 999;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub{
  padding:5px;
  border:1px solid #ddd;
  border-right-color:#aaa;
  border-bottom-color:#aaa;
  background:#fff;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
 color: #333;
 font-weight: normal;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
 font-weight: normal;
}
#sub-column .category nav ul li.listcat2 a {
 zoom: 1;
 display: block;
 padding: 15px 12px 15px 2%;
 margin: 0px 0;
 line-height: 100%;
 color: #000;
 font-weight: bold;
 background: #EEF4FF;
}
#sub-column .category nav ul li.listcat3 a {
 zoom: 1;
 display: block;
 padding: 15px 12px 15px 6%;
 margin: 0px 0;
 line-height: 100%;
 color: #000;
}
#sub-column .category nav ul li.child a {
 color: #000;
}
section.half-cont div.category section {
 margin: 0 0 23px;
}
section.half-cont div.category section:last-child {
 margin: 0;
}
section.half-cont div.category section nav ul {
 font-size: 100%;
}
section.half-cont div.category section nav ul li {
 font-size: 85%;
 line-height: 150%;
}
#sub-column .category .sps-allList {
 margin-bottom: 20px;
}
#sub-column .category .sps-allList + #sps-itemListAllCategory {
 display: none;
 margin-top: -20px;
}
#center1 .centerbox .mainCont h3 {
 border-top: 3px solid #333;
 color: #333;
 font-size: 130%;
 font-weight: bold;
 margin: 0;
 padding: 21px 0;
}
#contact #center1 .centerbox h3.title1 {
	border: none;
	font-size: 125%;
	color: #222222;
	border-bottom: 3px solid #222222;
	letter-spacing: 0.05em;
	padding: 0px 0 10px;
	margin-bottom: 30px;
}
.mainCont p.no2 {
 font-size: 130%;
 width: 900px !important;
}
/*-- お客様の声をお送りください --*/
.sps-reviewComment .mainCont p.no2 {
 font-size: 130%;
 width: 900px !important;
 margin: 0 auto;
}
.mainCont > .comment_box {
 width: 900px !important;
 margin-top: 15px;
}
.mainCont .comment_box input[type="text"], .mainCont .comment_box select {
 height: 34px;
}
.mainCont .comment_box td.backcolor1 {
 background-color: #EEE;
 border: 1px solid #999;
 box-sizing: border-box;
 color: #2B2B2B;
 font-weight: bold;
 text-align: left;
 word-break: normal;
 width: 15em !important;
}
.mainCont .comment_box td.backcolor2 {
 background-color: #fffbf8;
 border: 1px solid #999;
 color: #2B2B2B;
 font-weight: normal;
 padding: 1em;
 text-align: left;
 word-break: normal;
}
.mainCont .comment_box td {
 font-size: 100%;
}
.mainCont .comment_box td.backcolor2 div.float_left {
 text-align: left;
}
.mainCont .comment_box td.backcolor2 div.float_left a {
 text-decoration: underline;
}
.mainCont .comment_box td.center {
 text-align: center !important;
}
.mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"], .mainCont .comment_box td.backcolor2 div.write_comment input[type="button"] {
 background-color: #333;
 border: 1px solid #333;
 border-radius: 3px;
 color: #FFF;
 cursor: pointer;
 font-size: 100%;
 font-weight: normal;
 height: 40px;
 padding: 0 2%;
 text-align: center;
 margin: 2px 2px;
 width: 150px;
}
.mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"]:hover, .mainCont .comment_box td.backcolor2 div.write_comment input[type="button"]:hover {
 background-color: #666;
 border: 1px solid #666;
}
.mainCont .comment_box form[name="form3"] table td.backcolor2 table {
 margin: 0 auto;
 width: auto;
}
.mainCont .comment_box table td.backcolor2 input[type="submit"] {
 font-size: 100%;
 width: 150px;
}
.mainCont .comment_box td.backcolor2 table input[name="ACC"], .mainCont .comment_box td.backcolor2 table input[name="PWD"] {
 height: 32px;
 width: auto !important;
}
#center1 .mainCont input[value="商品選択に戻る"], #center1 .mainCont input[value="内容を確認する"] {
 min-width: 180px;
}
div.mainCont input[type="button"], div.mainCont input[type="submit"] {
 background-color: #333;
 border: 1px solid #333;
 border-radius: 3px;
 color: #FFF;
 cursor: pointer;
 font-size: 100%;
 height: 40px;
 padding: 0 2%;
 text-align: center;
 margin: 5px 2px;
}
div.mainCont input[type="button"]:hover, div.mainCont input[type="submit"]:hover {
 background-color: #666;
 border: 1px solid #666;
}
.itemDescFc {
 position: absolute;
 margin-left: 5px;
}
.itemThumb-wrap-right {
 word-break: break-all;
 margin-left: 26%;
}
/*まとめ買い*/
#main-column #itemList .column4 h2.sps-add-to-cart-together, #main-column #itemList .column5 h2.sps-add-to-cart-together, #main-column #itemList2 .column4 h2.sps-add-to-cart-together, #main-column #itemList2 .column5 h2.sps-add-to-cart-together {
 font-size: 75%;
 margin: 15px 0 0;
 text-align: right;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together input, #main-column #itemList .column5 h2.sps-add-to-cart-together input, #main-column #itemList2 .column4 h2.sps-add-to-cart-together input, #main-column #itemList2 .column5 h2.sps-add-to-cart-together input {
 text-align: right;
}
#enter #contents {
 width: auto;
}
/*=================================================
 価格と在庫一覧ポップアップ
===================================================*/
#variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
 padding: 1em 0 !important;
}
div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
 padding: 1em;
}
#spsVarpriceStockDialog1 > div:last-child input {
 font-size: 90% !important;
 width: 30%;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType {
 min-width: 50%;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType th, div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType td {
 font-size: 100%;
 vertical-align: middle;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType td.backcolor1 {
 width: 25%;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType p {
 font-size: 90%;
 margin: 0;
 padding: 10% 7%;
}
/*=====================================================
 入荷連絡
=======================================================*/
#variationPriceAnnounceMailDialog {
 padding: .5em 0 !important;
}
#variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input {
 font-size: 100% !important;
 width: 30%;
}
#variationPriceAnnounceMailDialog div.layoutp3 + div input:hover, #variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input:hover {
 background-color: #666;
 border: 1px solid #666;
}
#spsVarpriceStockDialog1 #itemStocklist table.contType {
 width: 100%;
}
#spsVarpriceStockDialog1 #itemStocklist td.backcolor2 p a.announceMail img {
 display: block;
 margin-top: 10px;
 width: 110px;
}
#spsVarpriceStockDialog1 .cartArea table.variation td a img {
 width: 110px;
}
/*=====================================================
 マイページ
=======================================================*/
#center3 .centerbox form[name="Login"] table td {
 border-top: none;
 min-width: 60px;
}
#center3 .centerbox form[name="Login"] table tr:last-child td {
 border-bottom: none;
}
#center3 input.sps-my-display[type="button"], #center3 input.sps-my-change-display[type="button"] {
 background-color: #fffbf8;
 color: #333;
 height: 34px;
 margin: 5px 0 15px;
}
#center3 input.sps-my-display[type="button"]:hover, #center3 input.sps-my-change-display[type="button"]:hover {
 background-color: #AAA;
 border: 1px solid #AAA;
 color: #FFF;
}
#center3 .bordlayoutp3 input[value="次回から全て再開"] {
 height: 30px;
 max-width: 200px;
 min-width: 170px;
}
#center3 .bordlayoutp3 table tbody tr td input[value="再開"] {
 height: 30px;
 margin: 5px auto;
 max-width: 150px;
 min-width: 100px;
 padding: 0;
}
#center3 .bordlayoutp3 table tbody tr td input[value="休止"] {
 background-color: #fffbf8;
 color: #333;
 height: 30px;
 margin: 5px auto;
 max-width: 150px;
 min-width: 100px;
 padding: 0;
}
#center3 .bordlayoutp3 h4 input {
 height: 30px;
}
#center3 .bordlayoutp3 table tbody tr td input[value="変更"] {
 height: 30px;
 max-width: 150px;
 min-width: 100px;
 padding: 0;
}
#center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用する"], #center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用しない"] {
 height: 30px;
 margin-left: 10px;
 max-width: 150px;
 min-width: 100px;
 padding: 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table tr td.send_info {
 width: 12em !important;
}
#center-seo input[type="submit"], #center-seo input[type="button"], #center3 input[type="submit"], #center3 input[type="button"], #contact #center1 .centerbox .mainCont input[type="button"], #contact #center1 .centerbox .mainCont input[type="submit"] {
 background: none;
 background-color: #333;
 border: 1px solid #333;
 border-radius: 3px;
 box-sizing: border-box;
 color: #FFF;
 cursor: pointer;
 font-size: 75%;
 height: 40px;
 padding: 0 2%;
 width: 42%;
}
#center3 input[type="button"], #center3 input[type="submit"] {
 min-width: 150px;
 width: auto;
}
/*-----------------------------------------------------
 マイページ  for-580px                  
-----------------------------------------------------*/
@media screen and (max-width: 580px) {
 #center3 input[type="submit"] {
  display: block;
  margin: 0 auto 12px !important;
  min-width: 150px;
  width: auto;
 }
 #center3 input[type="submit"][value="　　決定　　"] {
  display: inline;
 }
 #center3 .layoutp3 input[type="button"][value="キャンセル"] {
  margin: 0 auto;
  min-width: 150px;
  width: auto;
 }
 #center3 .bordlayoutp3 table tbody tr td input[type="button"] {
  display: block;
  margin: 0;
  padding: 0 2%;
  width: 100%;
 }
 #center3 .bordlayoutp3 table tbody tr td input[type="button"]:nth-child(n+2) {
  margin: 7px auto 0;
 }
 
 /*マイページボタン(580px)*/
 #center3 input.sps-my-display[type="button"] {
  height: 40px;
 }
 #center3 input[type="button"], #center3 input[type="submit"] {
  min-width: 100px;
  width: auto;
 }
 #center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用する"], #center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用しない"] {
  margin-left: 0;
 }
 #center3 input.sps-my-display[type="button"]:hover, #center3 input.sps-my-change-display[type="button"]:hover {
  background-color: #fffbf8;
  border: 1px solid #333;
  color: #333;
 }
}
.cart-section #contact #center1 .centerbox .mainCont {
 margin-bottom: 20px;
}
.mainFrame .mainCont .sps-sslSticker-description {
	font-size: 100%;
	line-height: 1.4em;
}
#contact #center1 .centerbox .mainFrame .mainCont h4 {
	display: inline-block !important;
	font-weight: bold;
	margin: 35px 0 15px;
	border: none;
	font-size: 125%;
	color: #222;
	border-bottom: 3px solid #222;
	letter-spacing: 0.05em;
	padding: 0px 0 10px;
}
div.cart-section div#contact img[height="1"] {
 display: none;
}
.cart-section #contact table td {
 padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
 text-align: left !important;
 background: no-repeat;
 font-size: 120%;
 font-weight: bold;
 min-width: 80px;
 width: 7% !important;
}
#contact #center1 .centerbox .mainCont input[type="button"], #contact #center1 .centerbox .mainCont input[type="submit"] {
 margin: 5px 0;
 padding: 0 2em;
 min-width: 100px;
 width: auto;
}
#center-seo input[type="submit"]:hover, #center-seo input[type="button"]:hover, #center3 input[type="submit"]:hover, #center3 input[type="button"]:hover, #contact #center1 .centerbox .mainCont input[type="button"]:hover, #contact #center1 .centerbox .mainCont input[type="submit"]:hover {
 background-color: #222;
 background-image: none;
 border: 1px solid #FFF;
}
/*カゴ画面購入手続きへ進むボタン*/
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"], .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"] {
 background-color: #6599cc;
 border-color: #6599cc;
 color: #FFF;
 font-size: 135%;
 height: 56px;
 letter-spacing: 0.13em;
 padding: 0;
 vertical-align: middle;
 width: 330px;
}
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="戻る"] {
 font-size: 135%;
 height: 56px;
 letter-spacing: 0.13em;
 margin: 5px 15px 5px 0;
 vertical-align: middle;
 width: 190px;
}
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "], .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"] {
 background-color: #6599CC;
 border-color: #6599CC;
 color: #FFF;
 font-size: 135%;
 height: 56px;
 letter-spacing: 0.13em;
 padding: 0;
 vertical-align: middle;
 width: 330px;
}
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"]:hover, .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "]:hover, .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"]:hover, .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"]:hover {
 background-color: #87AFD8;
 border-color: #87AFD8;
}
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "]:disabled, .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"]:disabled {
 background: #d3d3d3;
 color: #808080;
 border: 1px solid #333;
}
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "]:disabled:hover, .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"]:disabled:hover {
 border: 1px solid #fff;
}
.cart-section #contact #center1 .centerbox .mainCont input[value="変更"], .cart-section #contact #center1 .centerbox .mainCont input[value="削除"] {
 height: 30px;
 margin: 5px auto;
 max-width: 150px;
 min-width: 100px;
 padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name="COUPONCODE"] {
 display: inline;
 height: 40px !important;
 margin-left: 5px;
 min-width: 48%;
}
/*カートのまとめ割引リンク用*/
.bundle_display a {
 display: inline-block;
 margin-top: 3px;
 padding: 5px;
 border: 1px solid #6599cc;
 border-radius: 3px;
 line-height: 1.3;
 text-decoration: none !important;
 color: #6599cc;
}
.bundle_display a font {
 color: #6599cc;
}
.bundle_display a:hover {
 background: #f0f8ff;
}
#contact table.cartItem .backcolor2 a#bundle_desc {
 color: #6599cc;
}
/*カート内関連商品*/
#contents .cart-section h4.SPS-cart-related_item {
 border-top: 3px solid #333;
 font-weight: bold;
 letter-spacing: 0.05em;
 padding: 21px 0;
 width: 100%;
}
div[aria-describedby='variationPriceAnnounceMailDialog'] .ui-dialog-titlebar-close, div[aria-describedby='spsVarpriceStockDialog1'] .ui-dialog-titlebar-close {
 top: 30%;
}
input#announceMailAddress {
 width: 99%;
}
.sps-enqueteTable input[type="radio"] {
 margin: 0 3px 2px 5px;
}
/*支払方法選択*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
 padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .point_use_table .side, #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side .paytypewrap {
 padding: 10px 15px;
}
#EST_SPS_cart #contact div.mainCont h4.newMemberinfo {
 margin: 15px 0 0 0;
 font-size: 125%;
 font-weight: normal;
 line-height: 1.5em;
 overflow: hidden;
}
#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
 padding: 1em 5px;
 text-align: left;
 width: 18%;
}
.cartTopMsg {
 margin-top: 1em;
}
form[name=COUPON] .backcolor2 {
 padding: 1em !important;
}
.login-next {
 margin-top: 1em;
}
/*レジ画面プルダウン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select {
 height: 34px;
 margin: 5px 0;
}
.SPS-regi-item_detail {
 display: block !important;
 padding-top: 3em;
}
#contact table.cartItem {
 margin: 0;
}
#contact select[name^="enq_ans_month"], #contact select[name^="enq_ans_day"] {
 min-width: 60px;
}
#EST_SPS_cart #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table td hr {
 display: block;
 margin: 0 20px 1rem;
 height: 2px;
 background-color: #e0e0e0;
 border: 0;
}
.cartBtnPreviousBottom {
 display: inline-block;
 vertical-align: middle;
}
.itemPic img {
	height: auto;
	min-width: 60px;
}
.SPS-fontlarge {
 font-size: 82%;
 vertical-align: middle;
}
#EST_SPS_order .sps-noregist {
 cursor: pointer;
 display: inline-block;
 margin-top: 0.5em;
 font-size: 82%;
}
.sps-coupon_notice {
 font-size: 82%;
}
/*お届けスケジュールカレンダー表示*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.first {
 padding: 1rem 0.5% 1rem 1% !important;
 width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.second {
 padding: 1rem 0.5% !important;
 width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.third {
 padding: 1rem 1% 1rem 0.5% !important;
 width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal th {
 padding: 20px;
 text-align: center;
}
/*会員登録完了*/
#contact #center3 .centerbox h3.title1 {
 font-size: 90%;
 letter-spacing: 0.05em;
 padding: 21px 0;
}
#contact #center3 .centerbox .mainCont p {
 font-size: 80%;
}
/*===================================================
  for -768px
=====================================================*/
@media screen and (max-width: 768px) {
	#ranking.w300 {
		max-width: 300px;
	}
	#Go-pagetop a {
		width: 50px;
		height: 50px;
	}
 input[type="text"], input[type="password"] {
  border-radius: 0;
  height: 40px !important;
  box-sizing: border-box;
 }
 input[type="button"], input[type="submit"] {
  height: 40px;
  box-sizing: border-box;
 }
 input[type="image"] {
  border-radius: 0;
  height: auto;
  box-sizing: border-box;
 }
 select {
  background-color: #fffbf8;
  border: 1px solid #A9A9A9;
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
 }
 
 .column4 p.sps-itemList-stockDisp a, .column5 p.sps-itemList-stockDisp a {
  font-size: 95%;
  margin: 0;
  padding: 1% 2%;
  width: 100%;
 }
	
	/*写真のみ(768px)*/
 #itemList .column4 .sps-wishAddItem img, #itemList .column5 .sps-wishAddItem img, #itemList .column4 .sps-wishAddItemOk img, #itemList .column5 .sps-wishAddItemOk img {
  margin: 10px 0 0 75%;
  width: 25%;
 }
 /* 入荷連絡(768px) */
 #variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 th {
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  display: block;
  padding: 10px 5px;
  width: 100%;
 }
 #variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 td {
  box-sizing: border-box;
  display: block;
  border: none;
  padding: 10px 5px;
  width: 100%;
 }
 div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
  left: 2% !important;
  right: 2%;
  position: absolute !important;
  width: 96% !important;
 }
 
 section.recommend .column-set .quantityArea input, section.recommend .column-set .quantityArea select {
  display: inline;
  height: 34px !important;
  width: 40px;
 }
 /*リコメンドタイトル---------------------------------------------*/
.recommend h2 {
	/* [disabled]font-size: 125% !important; */
	line-height: 1.4 !important;
	letter-spacing: 1px !important;
	background: none !important;
	border: none !important;
	margin: 40px 0 10px !important;
}
@media screen and (max-width: 479px) {
.recommend h2 {
	text-align: center !important;
}
}
 
 /*ポップアップ全般(768px)*/
 .ui-dialog {
  width: 96% !important;
  left: 2% !important;
  top: 20px !important;
  max-height: 80vh;
  overflow: auto;
 }
 .ui-dialog .ui-dialog-content, .ui-widget-content {
  max-height: 80vh !important;
 }
 div#sps-cartaddModal {
  width: 100% !important;
 }
 .ui-dialog #notChangeCycleDialog.ui-dialog-content {
  height: initial !important;
 }
 div[aria-describedby='notChangeCycleDialog'] {
  position: fixed;
 }
 div[aria-describedby='amazon_dialog'] {
  position: fixed !important;
 }
 /*入荷連絡/在庫一覧スクロール(768px)*/
 #variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
  height: 96% !important;
  max-height: 96% !important;
 }
 div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
  position: fixed !important;
 }
 /*商品画像ポップアップ(768px)*/
 .ui-dialog div#dialog {
  height: 93% !important;
 }
 .fl_contents .fl_main {
  float: none;
  margin: 0 0 10px;
  overflow: initial;
 }
 .fl_main div {
  max-width: 85% !important;
  display: table-cell;
  vertical-align: middle;
  float: none !important;
 }
 .fl_contents .fl_thumbnail {
  box-sizing: border-box;
  float: none;
  max-width: none !important;
  overflow: hidden;
  width: 100%;
 }
 /*ダイアログ-商品を追加しました(768px)*/
 div.sps-cartaddBtnContent {
  width: 460px;
  margin: 0 auto;
 }
 div[aria-describedby='sps-cartaddModal'] {
  height: auto !important;
 }
 section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
  min-width: 69px;
 }
 #spsVarpriceStockDialog1 table.variation th.sps-variation-stock {
  max-width: 120px;
  min-width: 100px;
  width: 121px !important;
 }
 section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
  max-width: 121px;
  min-width: 100px;
  width: 121px !important;
 }
 section#itemDetail-wrap .cartArea table.variation td input[type="image"] {
  height: auto;
  max-width: 110px;
 }
 #center3 .centerbox table td.backcolor2 input[type="text"] {
  width: 98%;
 }
 .fl_contents {
  width: auto !important;
 }
 .fl_main {
  display: table;
  width: 100% !important;
 }
 .fl_main div {
  left: 0 !important;
 }
 .fl_main_img {
  height: initial !important;
  padding-top: 0 !important;
  margin: 0 auto;
  max-width: 100% !important;
 }
 #thum_next, #thum_prev {
  min-width: 15px;
  padding-left: 5px !important;
  padding-top: 0 !important;
 }
 .fl_t_item {
  box-sizing: border-box;
  width: 18% !important;
  margin: 1% !important;
  padding: 2% !important;
 }
 .fl_img_selected {
  border: 1px solid #C9E1F4 !important;
  margin: 1% !important;
  padding: 2% !important;
 }
 /*-- SPドロワーメニュー・PCサイドカラム(768px) --*/
 #sub-column {
	width: 60%;
	height: 100%;
	background-color: #f5f4ef;
	float: none;
	margin: 0;
	padding: 50px 2% 0;
	right: -60%;
	position: fixed;
	top: 0;
	box-sizing: border-box;
	clear: both;
	display: block;
	overflow-y: scroll;
}
	
	/* サイドメニューオープン(768px) */
 #sub-column.spsDrawerOpen {
  transition: .5s transform ease-in-out;
  transform: translateX(-100%);
  z-index: 151;
 }
 #wrapper.spsDrawerOpen::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
 }
 #sub-column.spsDrawerClose {
  transition: .5s transform ease-in-out;
  transform: translateX(0);
  z-index: 100;
 }
 #sub-column .group, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
	margin-bottom: 10px;
 }
 #sub-column h2 {
	font-size: 106%;
	padding-top: 0;
	padding-right: 0;
	margin-bottom: 5px;
	text-align: center;
 }
.link.keyword h2 {
	font-size: 98%;
}
#sub-column #side-nav .category h2 {
	padding: 5px 0;
	background-image: linear-gradient(90deg, #c9b99f 0 62px, transparent 62px 75px, #7d390a 0 75px);
	background-repeat: no-repeat;
	background-size: 100% 3px;
	background-position: bottom;
}
 #sub-column .category {
	margin-bottom: 40px;
	padding: 0;
	width: 100%;
 }
#side-nav .category nav {
	width: 100%;
}
#side-nav section .category nav ul li a img {
	width: 25px;
	margin-right: 6px;
	vertical-align: middle;
}
#side-nav section .category {
	margin-bottom: 40px;
}
#side-nav .category .side_banner_block ul li a img {
	display: block;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
 #sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
	font-size: 100%;
	padding-left: 2%;
	padding-right: 1%;
 }
 .freeArea2.shopDiary p {
  font-size: 100%;
 }
 /*-- フッター/ドロワー内 検索ボックス(768px) --*/
 .leftSearch {
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
 }
 .leftSearch #searchbox_wrap {
  margin: 15px 0;
  width: 100%;
 }
 .leftSearch #searchbox {
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
 }
 .leftSearch #searchbox form {
  height: 50px;
  position: relative;
  width: 100%;
 }
 .leftSearch #searchbox input.searchbox {
  height: 48px !important;
  padding: 0 70px 0 5px;
  width: 100%;
 }
 .leftSearch #searchbox input.searchSubmit {
  background-color: #777;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
 }
 /*ドロワー内 カレンダー(768px)*/
 #subc_calendar {
	box-sizing: border-box;
	margin-bottom: 0;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #FFFFFF;
 }
 div.subc_cal_cont {
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 100%;
 }
 div#subc_calendar h2 {
  box-sizing: border-box;
  font-size: 110%;
  padding: 10px 0;
  width: 100%;
 }
 div.subc_cal_cont .cap .cap-info {
	background-color: #FFFFFF;
	padding: 10px 0;
 }
 /*ドロワー内 メルマガ(768px)*/
 #sub-column #snav_mailMag {
  box-sizing: border-box;
  width: 100%;
 }
 #sub-column div.snav_mailMag_cont {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
 }
 #sub-column div.snav_mailMag_cont p:last-child {
  background-color: #fffbf8;
  height: auto;
  line-height: 130%;
  margin: 15px 0 10px 24%;
  padding: 10px 1%;
 }
/*フッター/ドロワー内 注目キーワード(768px)*/
 #sub-column .link.keyword nav {
  padding: 5px 2% 0;
 }
 #sub-column .link.keyword nav ul li {
  border: none;
  background-color: inherit;
  display: inline;
 }
 #sub-column .link.keyword nav ul li a {
	background-color: #fffbf8;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0 2%;
	padding: 1%;
	font-size: 82%;
 }
 #sub-column .keyword nav ul li a::after {
  display: none;
 }
 
 /*-- サイトマップ(768px) --*/
 section #document .txt-list03 section.tree00 {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
 }
 /*-- カート/アンケート(768px) --*/
 #cart-header #hNav ul#header-nav li#header-nav-cart, #enquete-header #hNav ul#header-nav li#header-nav-cart {
  margin-left: 0;
 }
 #cart-header #hNav ul#header-nav li, #enquete-header #hNav ul#header-nav li {
  margin-right: 0;
 }
 #main-column-full {
	box-sizing: border-box;
	padding: 0 2%;
	width: 96%;
 }
 #cart-header #main-nav {
  display: none;
 }
 #contact {
  width: 100%;
  margin: 0 auto;
 }
 #center1 .centerbox .mainCont {
  padding: 10px 0;
 }
 #contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
  background-size: 100%;
  margin: 0 auto;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[type="submit"] {
  margin: 5px 0;
  padding: 0 1em;
  min-width: 50px;
  width: auto;
 }
 .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"] {
  padding: 0 6%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
  margin-right: 5px;
  max-width: 50px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="削除"] {
  max-width: 60px;
  min-width: 34px;
  width: auto;
 }
 /*削除ボタン*/
 .sps-coupon_notice {
  display: block;
 }
 /*SSL*/
 .sps-sslSticker-description {
  line-height: 140%;
  margin: 0 !important;
  width: auto !important;
 }
 /*カート内関連商品(768px)*/
 #contents .cart-section .column5 {
  float: left;
  width: 22% !important;
  margin: 0 4% 10px 0 !important;
  padding-bottom: 10px !important;
 }
 #contents .cart-section .column5:nth-child(4n) {
  margin: 0 0 10px 0 !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"]#PREPAIR_POINT {
  display: inline;
 }
 /*会員情報の変更/お届け先情報(768px)*/
 #contact #center1 .centerbox #cartNewmem #newMemberTitle h3.title1 {
  font-size: 150%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td, #contact .sps-inputTable td, #center3 .sps-inputTablePopup td, #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputItem, #contact .sps-inputTable td.sps-inputContent, #center3 .sps-inputTablePopup td.sps-inputItem, table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td {
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
  display: block;
  width: 100% !important;
 }
 table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td:nth-child(2) {
  border: none;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi td {
  border: none;
  width: 100% !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
  padding: 0 !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:nth-child(2) {
  padding: 0 0 1rem !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable tr:last-child td {
  border: none;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent, #contact .sps-inputTable td.sps-inputConten, #center3 .sps-inputTablePopup td.sps-inputContent {
  border: none;
  box-sizing: border-box;
  display: block;
  width: 100% !important;
 }
 #center3 .sps-inputTablePopup td:first-child {
  font-weight: bold;
  text-align: left;
 }
 #center3 .sps-inputTablePopup input[type="text"], #center3 .sps-inputTablePopup input[type="password"], #center3 .sps-inputTablePopup select {
  max-width: 100%;
  width: 100%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td:nth-child(2n), #center3 .sps-inputTablePopup td:nth-child(2n) {
  border: none;
 }
 #center3 .sps-inputTablePopup td.form_group {
  line-height: 225%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont input[type="text"], #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont textarea {
  width: 100%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent input[type="text"], #center3 .sps-inputTablePopup .sps-inputContent input[type="text"], #center3 .sps-inputTablePopup td input[type="text"], #center3 .sps-inputTablePopup td select[name="Pref"] {
  max-width: initial;
  width: 100% !important;
 }
 #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup td {
  background-color: #fffbf8;
  display: block;
  width: 100% !important;
 }
 #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:first-child {
  padding: 0;
 }
 #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:nth-child(2) {
  padding-top: 0;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select span, #center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select span {
  margin: 0 10px 0 0;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_TIME"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_DATE_LIST"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name="RECV_NGDAY"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"], #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name="RECV_TIME"], #center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"] {
  width: 100% !important;
  margin-left: 0;
  max-width: inherit;
 }
 #center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"], #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name="RECV_NGDAY"] {
  width: 100% !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
  display: block;
  max-width: inherit;
  width: 100% !important;
 }
 /*お届けスケジュール(768px)*/
 #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
  width: 30% !important;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_scadule_box table.deli_cycle td {
  background-color: none;
  border: none;
  display: block;
  padding: 0 !important;
  width: 100%;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third {
  box-sizing: border-box;
  display: block;
  padding: 1rem 1% !important;
  width: 100%;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday {
  box-sizing: border-box;
  display: block;
  width: 100%;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first th, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second th, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third th, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first td, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second td, #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third td {
  box-sizing: border-box;
  padding: 3% !important;
  width: 13% !important;
 }
 #center-seo .centerbox .layoutp3 + .bordlayoutp3 > table, #center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
  width: 100% !important;
 }
 /*SSL(768px)*/
 .sps-sslSticker-description {
  margin: 0 !important;
  padding: 2% 0 0;
  width: 100% !important;
 }
 /*お届けスケジュール確認ポップアップ(768px)*/
 div[aria-describedby='allChangeScheduleStatus'], div[aria-describedby='changeScheduleStatus'] {
  position: fixed !important;
 }
 /*新規会員登録table(768px)*/
 #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
  box-sizing: border-box;
  display: block;
  padding: 1em 5px;
  text-align: left;
  width: 100% !important;
 }
 #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor1 {
  font-weight: bold;
 }
 #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor2, #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td:nth-child(2) {
  border: none;
  min-height: 44px;
 }
 /*-- アンケート(768px) --*/
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr {
  padding-bottom: 10px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
  width: 140px;
 }
 /*メールマガジン登録・解除(768px)*/
 #contact table.mailMF input.mailAddress, #contact table.mailMF input.mailAddress_new {
  width: 100%;
 }
 #contact table.mailMF input.btn-confirmNext {
  margin: 15px 0;
 }
 #contact.sps-mailMagazine .sps-mailMagazine-freeArea {
  margin: 60px 0 0;
  width: 100%;
 }
 #contact .mailm .txtBox h2 {
  padding: 15px;
  background-color: #EEE;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
 }
 #contact table.mailMF tbody tr th {
  display: none;
 }
 #contact table.mailMF tbody tr td {
  border: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
 }
 #contact table.mailMF tbody tr td input[type="text"] {
  border: 1px solid #A9A9A9;
  float: none;
 }
 #contact table.mailMF span.btn-confirm {
  float: none;
 }
 #contact table.mailMF tbody tr td input[type="button"] {
  float: none;
  margin: 15px auto;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
  margin-left: 0;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td input {
  margin-left: 12px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td:nth-child(2) input {
  margin-left: 8px;
 }
 #subc_freeArea {
  margin: 0;
  padding: 5px 2% 20px;
 }
 #subc_freeArea img {
  margin: 0;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
  width: 100%;
 }
 /*-- お問い合わせ/商品についてのお問い合わせ/お友達に教えるポップアップ --*/
 form[name$="FORM"] ~ tbody #center3 .layoutp3 table th {
  box-sizing: border-box;
  display: block;
  text-align: left;
  width: 100%;
 }
 form[name$="FORM"] ~ tbody #center3 .layoutp3 table td {
  border: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
 }
 /*-- お客様の声をお送りください(768px) --*/
 .sps-reviewComment .mainCont p.no2 {
  width: 100% !important;
 }
 .mainCont .comment_box {
  text-align: left;
  width: 100% !important;
 }
 .mainCont .comment_box table {
  table-layout: fixed;
 }
 .mainCont .comment_box table td.backcolor1 {
  border-left: none;
  border-right: none;
  display: block;
  width: 100% !important;
 }
 .mainCont .comment_box table td.backcolor2 {
  border: none;
  display: block;
  padding: 1em 0;
  width: 100%;
 }
 .mainCont .comment_box form[name="form3"] table table td input[type="password"] {
  width: 100% !important;
 }
 .mainCont .comment_box form[name="form3"] table td.backcolor2 table input[type="text"] {
  width: 100% !important;
 }
 .mainCont .comment_box table td.backcolor2 br {
  display: none;
 }
 #to-cart a:hover img, #page-top a:hover img {
  opacity: 1;
 }
}
/*===================================================
　for -480px
=====================================================*/
@media screen and (max-width: 480px) {
 .bundle_display a:hover {
  background: #FFF;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"]:hover, .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"]:hover, .cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"]:hover {
  font-weight: normal;
 }
 .ui-dialog #amazon_dialog #button_area input.button1:hover, .mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"]:hover, .mainCont .comment_box td.backcolor2 div.write_comment input[type="button"]:hover, div.mainCont input[type="button"]:hover, div.mainCont input[type="submit"]:hover, #bundle_detail > div:last-child input:hover, #variationPriceAnnounceMailDialog div.layoutp3 + div input:hover, #variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input:hover, #center-seo input[type="submit"]:hover, #center-seo input[type="button"]:hover, #center3 input[type="submit"]:hover, #center3 input[type="button"]:hover, #contact #center1 .centerbox .mainCont input[type="button"]:hover, #contact #center1 .centerbox .mainCont input[type="submit"]:hover {
  background-color: #333;
  border: 1px solid #333;
 }
 .bundle_display a:hover {
  background: #f0f8ff;
 }
 
 @-moz-document url-prefix() {
  section#itemDetail-wrap .cartArea {
   overflow-x: auto;
  }
 }
 /*ダイアログ-商品を追加しました(480px)*/
 div.sps-cartaddBtnContent {
  width: auto;
 }
 /*関連商品(480px)*/
 section.recommend .column-set .quantityArea span:first-child {
  display: inline;
 }
 /*ポップアップ全般(480px)*/
 .ui-dialog {
  position: fixed !important;
  top: 20px !important;
 }
 .ui-dialog .ui-dialog-content, .ui-widget-content {
  max-height: 70vh !important;
 }
 /*入荷連絡/在庫一覧スクロール(480px)*/
 #variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
  height: 93% !important;
  max-height: 93% !important;
 }
 div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
  position: fixed !important;
  top: 20px !important;
 }
 /*商品画像ポップアップ(480px)*/
 .ui-dialog div#dialog {
  height: 93% !important;
 }
 .fl_contents {
  width: auto !important;
 }
 .fl_main {
  display: table;
  width: 100% !important;
 }
 .fl_main_img {
  height: auto !important;
 }
 #thum_next, #thum_prev {
  padding-top: 0 !important;
  margin: 70px 0 !important;
  min-width: 15px;
 }
 .fl_t_item {
  box-sizing: border-box;
  width: 29% !important;
  margin: 2% !important;
  padding: 2% !important;
 }
 .fl_img_selected {
  border: 1px solid #C9E1F4 !important;
  margin: 2% !important;
  padding: 2% !important;
 }
 
 
/*-----------------------------------------------------
 SPドロワーメニュー  for-480px             
-----------------------------------------------------*/
 #sub-column {
	right: -85%;
	width: 85%;
	padding-top: 30px;
 }
/*-- お客様の声(480px) --*/
 article #main-column #itemBox {
  position: relative;
  overflow: visible;
 }
 article #itemBox h2 {
  padding: 0 0 10px;
 }
 article div#main-column form[name="REVIEWLIST"] .btnMore {
  display: block;
  float: none;
  position: absolute;
  right: 0;
  top: -30px;
  padding: 0 0 10px;
 }
 article div#main-column div#itemBox p.review_txt {
  float: none;
 }
 article #main-column section.rating ul li:nth-child(6), article #main-column section.rating ul li:nth-child(7) {
  width: 100%;
 }
 /*-- カート/アンケート(480px) --*/
 #cart-header #hNav ul#header-nav li#header-nav-cart, #enquete-header #hNav ul#header-nav li#header-nav-cart {
  margin-left: 0;
 }
 #cart-header #hNav ul#header-nav li, #enquete-header #hNav ul#header-nav li {
  margin-right: 0;
 }
 #contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
  height: 100px;
  width: 100%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
  padding: 1rem 3px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
  margin-right: 2px;
  max-width: 40px;
  min-width: 35px;
 }
 #contact #center1 .centerbox .mainCont input[type="button"] {
  margin: 5px 0 5px 5px;
 }
 #contact #center1 .centerbox .mainCont input[type="button"]:first-child {
  margin: 0 0 5px 5px;
 }
 #contact #center1 .centerbox .mainCont input[type="button"].regi_next {
  margin: 5px 0 5px 5px;
 }
 .SPS-fontlarge {
  display: block;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name="COUPONCODE"] {
  margin-left: 0;
  width: 70% !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="COUPON"] .bordlayoutp3 td.backcolor2 input[type="button"][value="適用"] {
  margin: 0;
  min-width: auto;
  padding: 0 1em;
  width: 25%;
 }
 #cart-header #hNav ul#header-nav li#header-nav-cart {
  margin-left: 0;
 }
 #EST_SPS_order #contact #center1 .centerbox .mainCont input[type="button"] {
  margin: 5px 0;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"], .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"] {
  margin: 5px 0 10px;
  padding: 0 1.5em;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"] {
  margin: 5px 5px 10px 0;
  padding: 0 1.5em;
 }
 .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id="spsLname"], .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id="spsLnameKana"] {
  margin: 0 0 15px;
 }
 .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"][value="削除"] {
  font-size: 70%;
  padding: 0 2%;
  margin: 0;
  min-width: auto;
  width: 100%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="変更"] {
  display: block;
  font-size: 70%;
  margin: 8px auto 0;
 }
 /*カート内関連商品(480px)*/
 #contents .cart-section .column5 {
  width: 49% !important;
  margin: 0 2% 20px 0 !important;
  padding-bottom: 20px !important;
 }
 #contents .cart-section .column5:nth-child(5n) {
  margin: 0 2% 20px 0 !important;
 }
 #contents .cart-section .column5:nth-child(2n) {
  margin: 0 0 20px 0 !important;
 }
 /*お届けスケジュール(480px)*/
 #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
  width: 40% !important;
 }
 /*アンケート(480px)*/
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"] {
  margin-left: 0;
  min-width: 56px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td, div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child {
  display: block;
  padding-bottom: 10px;
  width: 100%;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:last-child td:last-child {
  padding-bottom: 0;
 }
 /*新規会員登録(480px)*/
 div[aria-describedby='amazon_dialog'] .ui-dialog-content {
  padding: .5em 0 !important;
 }
 /*-- お客様の声をお送りください(480px) --*/
 .mainCont .comment_box form[name="form3"] table table td {
  box-sizing: border-box;
  display: block;
  width: 100% !important;
 }
 /*会員情報の変更/お届け先情報(480px)*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"], #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
  max-width: inherit;
  min-width: auto;
 }
 #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"], #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"], #center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"] {
  display: block;
  width: 100% !important;
 }
 #center3 .layoutp3 input[type="button"][value="キャンセル"] {
  min-width: 100px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
  display: block;
  width: 100%;
 }
 #EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
  padding: 0 !important;
 }
 #EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td input[type="button"][value="編集"] {
  height: 30px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
  width: 30% !important;
 }
 
 /*-- フリーページ(480px) --*/
 #Journal textarea {
  box-sizing: border-box;
  width: 100%;
 }
}
/*Ｅストアーモバイル*/
#sps-menu img, #global-navi img {
 width: 100%;
}
/*==================================================
  サイドナビ・検索ボックス
====================================================*/
.side_search_block {
	margin-bottom: 40px;
}
.side_search_block .keyword {
	width: 100%;
	border: none !important;
	border-bottom: solid 1px #111 !important;
	padding: 3px 10px !important;
	height: 45px !important;
	padding-right: 30px;
}
.side_search_block form {
 position: relative;
 padding: 0;
}
/* サイド検索（SPドロワー）：検索ボタン */
.side_search_block button{
  /* リセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  position: absolute;
  top: 7px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: block;
  background: url("https://kurabokko.xyz/pic-labo/pc_header_serch.png") no-repeat center center;
  background-size: 20px 20px;
}
/*カレンダー修正------------------------------*/
div.cal_wrapper table.cal tr th input.prev {
 background-image: url("../img/calendar_pleft.gif");
}
div.cal_wrapper table.cal tr th input.next {
 background-image: url("../img/calendar_pright.gif");
}
div#subc_calendar h2::before {
 display: none;
 }
div#subc_calendar h2::after {
 content: "";
 display: none;
}
#sub-column .category h2 a::after {
 background-image: url("../img/rsp_arrow01.png");
}
.news #subc_calendar h2 {
 padding: 0px 0 30px;
 letter-spacing: 1px;
 text-align: left;
}
/*================================================
 商品ページ
==================================================*/
#itempage_contents, #itempage_contents {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#itempage_contents {
 font-size: 100%;
 margin-top: 80px;
}
#itempage_contents p {
font-size: 100%;
line-height: 1.8;
}
#itempage_contents p + p {
 margin-top: 1em;
}
#itempage_contents .main_catch {
 letter-spacing: 1px;
 font-size: 130%;
 line-height: 1.3;
 margin: 0 0 30px;
 padding: 0;
 border: none;
 background: none;
 color: #333;
}
#itempage_contents .desc {
 margin-bottom: 50px;
}
#itempage_contents .icon {
 margin-bottom: 15px;
}
#itempage_contents .icon ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-flow: row wrap;
 -webkit-flex-flow: row wrap;
 flex-flow: row wrap;
}
#itempage_contents .icon li {
 margin-right: 10px;
 margin-bottom: 5px;
 border: solid 1px #111;
 color: #111;
 font-size: 120%;
 line-height: 1.1;
 padding: 5px 10px;
}
#itempage_contents .icon li.icon_blue {
 color: #1a5aa9;
 border-color: #1a5aa9;
}
#itempage_contents .icon li.icon_green {
 color: #1aa967;
 border-color: #1aa967;
}
#itempage_contents .icon li.icon_orange {
 color: #ff7f50;
 border-color: #ff7f50;
}
#itempage_contents .icon li.icon_black {
 color: #111111;
 border-color: #111111;
}
#itempage_contents .icon li.icon_not20age {
 color: #1a5aa9;
 border-color: #1a5aa9;
}
#itempage_contents .sub_ttl {
 font-size: 124%;
 line-height: 1.4;
 letter-spacing: 1px;
 background: none;
 border: none;
 margin: 0 0 10px;
 text-align: left;
}
#itempage_contents .tbl {
 margin: 20px auto;
}
#itempage_contents .tbl table {
 border-collapse: collapse;
 table-layout: fixed;
 border: solid 1px #CBCBCB;
 width: 100%;
}
#itempage_contents .tbl th, #itempage_contents .tbl td {
 padding: 10px;
 border: solid 1px #CBCBCB;
 font-size: 94%;
 line-height: 1.6;
 vertical-align: middle;
}
#itempage_contents .tbl th {
 width: 25%;
 background: #F4F6F9;
 text-align: left;
 font-weight: normal;
}
#itempage_contents .howto_wrap{
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-items:flex-start;
  margin:80px auto;
}
#itempage_contents .howto_wrap .howto {
 flex: 1 0 0%;
 margin-right: 100px;
}
#itempage_contents .howto_wrap .howto .list-howto-img {
 margin-top: 80px;
}
#itempage_contents .howto_wrap .howto .list-howto {
 display: table;
 width: 100%;
 position: relative;
 margin-top: 80px;
}
#itempage_contents .howto_wrap .howto .list-howto::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 10px;
 width: 100%;
 border-bottom: 2px solid #d9d9d9;
 z-index: 1;
}
#itempage_contents .howto_wrap .howto .list-howto li {
 display: table-cell;
 position: relative;
 z-index: 2;
}
#itempage_contents .howto_wrap .howto .list-howto li .rank {
 width: 30px;
 margin: 0 auto;
}
#itempage_contents .howto_wrap .howto .list-howto li .index {
 width: 30px;
 margin: 0 auto;
 margin-bottom: 18.518518519%;
}
#itempage_contents .howto_wrap .taste {
 width: 300px;
}
#itempage_contents .youtube {
 width: 100%;
 margin: 60px auto;
 text-align: center;
}
/*-----------------------------------------------------
 商品ページ  for-479px                  
-----------------------------------------------------*/
@media screen and (max-width: 479px) {
 #itempage_contents {
	 font-size: 94%;
  margin-top: 20px;
 }
 #itempage_contents .main_catch {
  margin-bottom: 20px;
 }
 #itempage_contents .desc {
  margin-bottom: 20px;
 }
 #itempage_contents .icon li {
  padding: 3px 5px;
  margin-right: 5px;
 }
 #itempage_contents .tbl tr, #itempage_contents .tbl td, #itempage_contents .tbl th, #itempage_contents .tbl tbody {
  width: 100%;
  display: block;
  border: none;
  font-size: 82%;
 }
 #itempage_contents .tbl th {
  border-bottom: solid 1px #CBCBCB;
  text-align: left;
  padding: 5px;
 }
 #itempage_contents .tbl td {
  border-bottom: solid 1px #CBCBCB;
  padding: 5px;
 }
 #itempage_contents .tbl table {
  border: solid 1px #CBCBCB;
  border-bottom: none;
 }
 #itempage_contents .howto_wrap {
  margin: 40px auto;
 }
 #itempage_contents .howto_wrap .howto {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
 }
 #itempage_contents .howto_wrap .howto .list-howto-img {
  margin-top: 20px;
 }
 #itempage_contents .howto_wrap .howto .list-howto {
  margin-top: 20px;
 }
 #itempage_contents .howto_wrap .taste {
  width: 100%;
  text-align: center;
 }
 #itempage_contents .howto_wrap .taste img {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
 }
 #itempage_contents .youtube {
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding-top: 56.25%;
 }
 #itempage_contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
 }
}
#JournalList .journal-cont ul, #Journal .journal-cont ul {
 list-style-type: none;
}
#JournalList .journal-cont ul li, #Journal .journal-cont ul li {
	list-style-type: none;
}
.contents-area .gift-navi1 li {
	display: block;
	float: left;
	margin: 0px 30px;
	width: 200px;
}
.state_r {
 display: none;
}
/* small */
.small{font-size:88%}
/* align */
.alL{text-align:left!important}
.alR{text-align:right!important}
.alC{text-align:center!important}
/* margin (PC) */
.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px!important}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px!important}
.mb40{margin-bottom:40px!important}
.mb60{margin-bottom:60px!important}
.mb80{margin-bottom:80px!important}
.mb100{margin-bottom:100px!important}
.mt0{margin-top:0!important}
.mt10{margin-top:10px!important}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px!important}
.mt40{margin-top:40px!important}
.mt60{margin-top:60px!important}
.mt80{margin-top:80px!important}
.mt100{margin-top:100px!important}
/* padding (PC) */
.pb0{padding-bottom:0!important}
.pb10{padding-bottom:10px!important}
.pb20{padding-bottom:20px!important}
.pb30{padding-bottom:30px!important}
.pb40{padding-bottom:40px!important}
.pb50{padding-bottom:50px!important}
.pb60{padding-bottom:60px!important}
.pb80{padding-bottom:80px!important}
.pb100{padding-bottom:100px!important}
.pt0{padding-top:0!important}
.pt10{padding-top:10px!important}
.pt20{padding-top:20px!important}
.pt30{padding-top:30px!important}
.pt40{padding-top:40px!important}
.pt50{padding-top:50px!important}
.pt60{padding-top:60px!important}
.pt80{padding-top:80px!important}
.pt100{padding-top:100px!important}
/* SP */
@media (max-width:768px){
  .mb10{margin-bottom:5px!important}
  .mb20{margin-bottom:10px!important}
  .mb30{margin-bottom:15px!important}
  .mb40{margin-bottom:20px!important}
  .mb60{margin-bottom:30px!important}
  .mb80{margin-bottom:40px!important}
  .mb100{margin-bottom:50px!important}
  .mt10{margin-top:5px!important}
  .mt20{margin-top:10px!important}
  .mt30{margin-top:15px!important}
  .mt40{margin-top:20px!important}
  .mt60{margin-top:30px!important}
  .mt80{margin-top:40px!important}
  .mt100{margin-top:50px!important}
  .pb10{padding-bottom:5px!important}
  .pb20{padding-bottom:10px!important}
  .pb30{padding-bottom:15px!important}
  .pb40{padding-bottom:20px!important}
  .pb50{padding-bottom:25px!important}
  .pb60{padding-bottom:30px!important}
  .pb80{padding-bottom:40px!important}
  .pb100{padding-bottom:50px!important}
  .pt10{padding-top:5px!important}
  .pt20{padding-top:10px!important}
  .pt30{padding-top:15px!important}
  .pt40{padding-top:20px!important}
  .pt50{padding-top:25px!important}
  .pt60{padding-top:30px!important}
  .pt80{padding-top:40px!important}
  .pt100{padding-top:50px!important}
}
/*only---------------------------------*/
.pc_only {
 display: block;
}
@media screen and (max-width: 479px) {
 .pc_only {
  display: none !important;
 }
}
.sp_only {
 display: none;
}
@media screen and (max-width: 768px) {
 .sp_only {
	display: block !important;
 }
 .customResponsiveTable > tbody > tr:not(:first-of-type) {
  border: 1px solid #999;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.setColspan {
  display: none;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.unsetColspan {
  display: table-cell !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.delivery_edit_title {
  display: block;
  border: unset !important;
  padding: 1rem 0 0 1% !important;
  width: 100% !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.delivery_edit_input {
  display: block;
  border: unset !important;
  padding: 0 0 1rem 1% !important;
  width: 99% !important;
 }
}
@media screen and (min-width: 769px) {
 div#main-column > section {
	width: 1200px;
	max-width: 100%;
	margin: auto;
 }
 div.half-cont_wrap01, div.half-cont_wrap02 {
  width: 1200px;
  max-width: 100%;
  margin: auto;
 }
}