/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}




/* 
================================*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }


/* fontsize
================================*/

html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;
    line-height: 1.8;
}
/*base fontsize > 10px (1rem=10px) ex.32px = 3.2rem*/

body{
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size:1.4rem;
  line-height: 1.6em;
  font-weight: 400;
}

/* image保存対策
================================*/
img {
  pointer-events: none; 
}
img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}


/* YouTube
================================*/
.embedded-youtube iframe[src*="youtube.com"],
.embedded-youtube iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}












/* ヘッダライン
================================*/

/* 基本形 */
/*
.header-line {
  width: 100%;
  height: 40px;
  background: url("https://sv122.wadax-sv.jp/craftworks.co.jp/ceramika/colorme/assets/img/common/mega_bg.jpg") no-repeat center center;
  background-size: cover;
}
*/

/* 2025年02月 春待ちツェラミカ */
/*
.header-line {
  width: 100%;
  height: 40px;
  background: url("https://sv122.wadax-sv.jp/craftworks.co.jp/ceramika/colorme/assets/img/common/header-line-202502.jpg") repeat-x center center;
}
*/

/* 2025年04月 桜 */
/*
.header-line {
  width: 100%;
  height: 40px;
  background: url("https://sv122.wadax-sv.jp/craftworks.co.jp/ceramika/colorme/assets/img/common/header-line-20250401.jpg") repeat-x center center;
}
*/

/* 2025年04月28日&#12316;5月10日 母の日 */
/*
.header-line {
  width: 100%;
  height: 40px;
  background: url("https://sv122.wadax-sv.jp/craftworks.co.jp/ceramika/colorme/assets/img/common/header-line-20250428.jpg") repeat-x center center;
}
*/


/* 2025年05月21日 VENA入荷 */
.header-line {
  width: 100%;
  height: 40px;
  background: url("https://sv122.wadax-sv.jp/craftworks.co.jp/ceramika/colorme/assets/img/common/header-line-20250521-vena.jpg") repeat-x center center;
}







/*
================================*/

.dropdown-mega {
  width: 100%;
  background-color: #f9f8f7;
  padding: 4px 0 2px;
  margin-bottom: 5px;
}
.dropdown-mega ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-mega ul li {
  margin: 0 10px;
  /*font-size:1.2rem;*/
  font-size:1.2rem;
  line-height: 1.0;
  /*font-weight: 300;*/
  font-weight: 300;
  vertical-align: middle;
  list-style: none;
}
@media (max-width: 980px) {
.dropdown-mega ul li {
  margin: 0 5px;
}
}
.dropdown-mega ul li a,
.dropdown-mega ul li a:visited {
  color: #555;
  transition: 0.3s ease-in-out;
}
.dropdown-mega ul li a:hover {
  /*color: #ff9900;*/
  /*color: #fff;*/
  text-decoration: none;
}
.mega-icon {
  vertical-align: middle;
  margin-right: 3px;
}

@media (max-width: 980px) {
.header-line,
.dropdown-mega {
  display: none;
}
}













/* フリーページ調整
================================*/

.section {
  margin-bottom: 50px;
}

/* sp fixed header 対策 */
/*
@media (max-width: 768px) {
.freepageBody,
.freepageContents {
	padding-top: 55px;
}
}
*/

.freepageBody {
	padding-bottom: 50px; 
 }
 
 .freepageContents {
	max-width: 500px;
	margin: 0 auto;
}

.freepageContents h2{
	font-size: 140%;
	font-weight: normal;
	color: #315eb9;
	line-height:1.4em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #cccccc;
}

.freepageContents h3,
.storeList h3{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.freepageContents p,
.freepageBody p {
	line-height:2em;
	margin-bottom:1em;
	text-align:justify;
	text-justify:inter-ideograph;
}

.freepageTitle {
	margin-bottom: 80px;
}
@media (max-width: 768px) {
.freepageTitle {
	margin-bottom: 20px;
}
}

 
 .kobeTel{
	font-size:200%;
	font-weight:bold;
	display:block;
	margin:5px 0;
}

.eventTab{
	width:100%;
	border-collapse:collapse;
}

.eventTab th,
.eventTab td{
	font-size:100%;
	line-height:1.6em;
	text-align:left;
	vertical-align:middle;
	/*border:1px solid #ad9e9a;*/
	border:1px solid #cccccc;
	padding:10px;
}
.eventTab th{
	background-color:#eeeeee;
}

.eventTab td{
	
}

.blue{
	color:#5e6295;
}

#kobeAddress h3{
	font-size:125%;
	font-weight:bold;
	color:#463733;
	margin-bottom:10px;
}


.blogTxtLink {
	padding: 20px 0;
}

.blogTxtLink a {
	text-decoration: underline;
}

.storeList {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

.storeList p {
	line-height:1.3em;
	margin-bottom:1em;
}

.storeListHead span {
	background-color: #232b7f;
	font-size: 93%;
	color: #ffffff;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.storeListAddress p {
	line-height: 1.8em;
}

.storeListAddress p span {
	color: #232b7f;
	margin-right: 5px;
}

@media (max-width: 768px) {
.storeListAddress p {
	line-height: 1.4em;
}
}

.storeListTel {
	font-size: 200%;
}

.storeTitleCap {
	font-size: 1.2rem;
  line-height: 1.4em;
  margin-bottom: 2em;
}

.area {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
	background-color: #f9f8f7;
	padding: 5px 10px;
	margin: 0 0 1.5em 0;
}



.welcomeContents {
	max-width: 650px;
	margin: 0 auto;
}

.welcomeContents h2{
	font-size: 140%;
	font-weight: normal;
	color: #315eb9;
	line-height:1.4em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #cccccc;
}

.normalOL ol,
.normalUL ul {
  margin-bottom: 1.5em;
}

.normalUL ul li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 0.7em;
}

.normalOL ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 0.7em;
}





/*
-----------------------------*/

div.infoContents {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 30px;
}

div.infoContents h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3em;
}

div.infoContents p {
	font-size: 125%;
	line-height:2em;
	margin-bottom:1em;
	text-align:justify;
	text-justify:inter-ideograph;
}

.infoConTab{
	width:100%;
	border-collapse:collapse;
}

.infoConTab th,
.infoConTab td{
	font-size:125%;
	line-height:1.6em;
	text-align:left;
	vertical-align:middle;
	border:1px solid #cccccc;
	padding:10px;
}
.infoConTab th{
	background-color:#eeeeee;
}

.infoConTab td{
	
}

.txtHead {
	padding-top: 30px;
}




.footstampList img,
.footstamp img {
	vertical-align: middle;
}
.footstamp {
	margin-bottom: 3em;
	}
.footstamp a         {color: #333; text-decoration:none;}
.footstamp a:link    {color: #333; text-decoration:none;}
.footstamp a:visited {color: #333; text-decoration:none;}
.footstamp a:active  {color: #333; text-decoration:none;}
.footstamp a:hover   {color: #ff9900; text-decoration:none;}




/* ネットショップ物語 */
.netshop-story-index {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f8f7;
}
.netshop-story-index .inner {
  padding: 40px 20px;
}

.netshop-story-index ul {
list-style-type: none;
}
.netshop-story-index ul li {
margin-bottom: 1.5em;
}
.netshop-story-index ul li a {
color: #333;
text-decoration: none;
}

.renewal-details {
padding: 0.5em 0 2em;
}
.renewal-details ol {
list-style-type: decimal;
font-size: larger;
font-weight: bold;
background-color: #f8f7f6;
padding: 5px 10px 5px 2em;
margin: 1.5em 0 1em 0;
}
.renewal-caution {
margin: 2em 0;
padding: 1em 0;
background-image : linear-gradient(to right, #999 3px, transparent 3px);
background-size: 20px 3px;
background-repeat: repeat-x; 
background-position: left top;
}





/* パンくずリスト */

.breadcrumb-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
.breadcrumb-nav {
  margin-bottom: 20px;
}
}

.breadcrumb-nav li {
    display: flex;
    align-items: center;
}

.breadcrumb-nav li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: 0.4em;
    height: 0.4em;
    margin: 2px 8px 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: '';
}







.main_title {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 30px;
}





/* 新入荷・再入荷のタブ切り替え
================================*/

.tab-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    max-width: 500px;
}

.tab-btn > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #93b2c1;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-btn > label:hover {
    opacity: .8;
}

.tab-btn input {
    display: none;
}

.tab-btn label:has(:checked) {
    opacity: 1;
}








/* トップページ・商品一覧共通
================================*/
.product-list-item img {
  width: 100%;
}

.sold-out {
  color: #cc0000;
}

h2.heading-h2-basic {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #f8c846;/*eebd42*//*a6abb9*/
  padding-bottom: 5px;
  margin-bottom: 40px;
}
h3.list-heading {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333;
  background-color: #f9f8f7;
  padding: 5px 10px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
h2.heading-h2-basic {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
h3.list-heading {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}
}


.item-img {

}
.item-name {
  height: 5em;
  overflow: hidden;
}

.item-price {
  font-size: 1.6rem;
  text-align: right;
}



.categoryTopImg {
  margin-bottom: 30px;
}
.categoryTopImg img {
  width: 100%;
}

ul.category-list li {
  
}

@media (max-width: 480px) {
ul.category-list li {
  font-size: 1.2rem;
}
}


/* もっと見るボタン
================================*/

.btn-more-item {
  margin: 20px auto 60px;
}
@media (max-width: 768px) {
.btn-more-item {
  margin: 0px auto 40px;
}
}

.btn-more-item a {
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 300;
}
.btn-more-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn-more-item a:hover {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #fff !important;
}

.btn-more-item a:hover:after {
  right: 1.4rem;
}













/* フォームリセットcss
================================*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}


/* フォーム独自スタイル
================================*/

.search-form-pc {
  margin-bottom: 20px;
}
.search-form-sp {
  margin-bottom: 20px;
}

.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 25px;
}

.search-form input {
    width: 200px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form input::placeholder{
    color: #ccc;
}

.search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}


/* ユーザーメニュー PC（サイドバー）
================================*/

.user-menu {
  /*background-color: #fcecaf;*/
  background: url("https://sv122.wadax-sv.jp/craftworks.co.jp/ceramika/colorme/assets/img/common/user_menu_bg.jpg") no-repeat center center;
  background-size: cover;
  
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}

.highlight {
  color: #e3a51e;
  font-weight: 600;
}





/* サイドバナー
================================*/

.select-menu-shape,
.select-menu-gara {
  margin-bottom: 50px;
}
.section-banners {
  margin-bottom: 50px;
}

.img-banner {
  margin-bottom: 30px;
}




@media (max-width: 768px) {
.section-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-banner {
  width: 48%;
  margin-bottom: 10px;
}
}






































/*
ハンバーガーメニュー-----------------------------------*/

.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #3f3c3b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}


/* スマホメニュー（コンテンツ）
---------------------------------------------*/

.navigation {
  display: none;
  /*background: #242424;*/
  background: #fff;
  padding: 20px 15px;
  
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 99999;
  
  height: 100svh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}














/* swiper
================================*/

.slide-container {
  position: relative;
	margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
.slide-container { 
  margin-top: 55px;
}
}

.swiper img {
  width: 100%;
  height: auto;
}

.swiper-pagination {
  bottom: -20px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 7px !important;
  background-color: #cccccc !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #252d7a !important;
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.5;
}

/* 
================================*/















/* ドロップダウンメニュー */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 1000;
}

.dropmenu li a {
  display: block;
  line-height: 1;
}

.dropmenu li:hover ul {
  display: block;
}

.dropmenu li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
  background-color: #fff;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* colormekit.cssの上書き */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  border-radius: 0;
}

.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}



/*
select {
  border-radius: 0;
}
*/


/*
input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  -webkit-appearance: none;
}
*/







/* bxSlider */
.bx-wrapper .bx-pager {
  bottom: 20px !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 4px !important;
}

.bx-wrapper img {
  margin: 0 auto;
}











/*
 * layout
 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.pc-header {
  margin: 0 auto;
  max-width: 1200px;
}

#footer {
  background-color: #333;
  color: #fff;
}

#footer a {
  color: #fff;
}

address {
  margin-bottom: 0;
}




/* スマホ用ドロワーメニュー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item--close a {
  color: #212121;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}

.drawer__item--accordion .linklist__item {
  border: none;
}

.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}

.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/* スマホ */
/*
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
*/

.sp-fixed-header {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  background-color: #fff;
  z-index: 1000;
}


.drawer-menu-logo {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 150px;
}
.drawer-menu-cart {
  position: absolute;
  top: 15px;
  right: 55px;
}
.drawer-menu-cart-num-wrap {
  position: absolute;
  top: 10px;
  right: 80px;
  height:15px;
  width:15px;
  border-radius:50%;
  line-height:15px;
  text-align:center;
  background-color: #cc0000;
  color: #fff;
}
#js-hamburger-menu {
  position: absolute;
  top: 5px;
  right: 5px;
}










.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toolbar__item--menu {
  float: left;
}

.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}

.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}

.toolbar__item a .u-wrap {
  display: table-cell;
}

.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.section--shopname {
  padding-top: 65px;
}

.section__inner {
  padding: 10px;
}

.section__inner form,
.drawer__item__name form {
  margin-bottom: 0;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}

.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}
/*
.section {
  border-bottom: solid 1px #e0e0e0;
}
*/

/*
input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
}

input[type="text"].keyword--small {
  width: 72%;
  height: 44px;
}
*/

.button--blue {
  background: #333;
  color: #fff;
}

.button--small {
  font-size: 100%;
  padding: 15px 0;
  width: 25%;
  line-height: 1;
  border: none;
}

.section--search .button {
  float: right;
}

/*
 * temp
 */


@media (max-width: 980px) {

  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  /* ~768px */
  #contents {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  /* ~480px */
}



/* 商品詳細ページのbxSliderの筋消し用 */
@media (min-width: 481px) {
  .wrapper {
    max-width: 430px;
  }
}

@media (min-width: 550px) {
  .wrapper {
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 700px) {
  .wrapper {
    max-width: 650px;
  }
}

@media (min-width: 800px) {

  .wrapper,
  .pc-header {
    max-width: 750px;
  }
}

@media (min-width: 900px) {

  .wrapper,
  .pc-header {
    max-width: 820px;
  }
}

@media (min-width: 1000px) {

  .wrapper,
  .pc-header {
    max-width: 950px;
  }
}

@media (min-width: 1100px) {

  .wrapper,
  .pc-header {
    max-width: 1050px;
  }
}

@media (min-width: 1150px) {

  .wrapper,
  .pc-header {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {

  .wrapper,
  .pc-header {
    max-width: 1120px;
  }
}

@media (min-width: 1250px) {

  .wrapper,
  .pc-header {
    max-width: 1200px;
  }
}


/*
naeco.jp ここまで-----------------------------------*/
