﻿@charset "UTF-8";

/*****************************************************
	追加reset系
*****************************************************/
body	{ -webkit-text-size-adjust: none; }
a	{ -webkit-tap-highlight-color: rgba(0,0,0,0); }
label	{ -webkit-tap-highlight-color: rgba(0,0,0,0); }

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

::selection {
	background-color: rgba(135,195,1,0.3939);
	color: #000;
	text-shadow: none;
}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	--- common ---
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.PCOnly { display: block; }
.SPOnly { display: none; }

.maskingTap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.333);

	display: none;
}
.maskingTap a {
	display: block;
	width: 100%;
	height: 100%;
}



body {
	overflow-x: hidden;
}
body > center {
	width: 100%;
}
body > center > center {
	overflow: hidden;
}

input, select {
	background: #fff;
	border-radius: 0;
	border: 1px solid #c4c4c4;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.2;
}





/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	ご利用について
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#guide {
	padding-left: 0px;
	max-width: 720px;
	margin: 0 auto;
}
#guide .inner-contents {
	padding: 0;
}
#guide .M_guideNav {
	text-align: left;
	margin-left: -20px;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	特定商取引に関する法律に基づく表示
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ordercontract */
/* CSS Document */

.M_ordercontractTitle{
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 48px;
}

.M_ordercontractWrap{
    margin-bottom: 32px;
}

.M_ordercontractItem{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
}


#M_ordercontract {
	max-width: 720px;
	padding: 50px 0 0;
}







/*****************************************************
	ヘッダ #header
	＠GLOBAL UI
*****************************************************/
#header {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);

	margin: -120px auto 0px;

/*	transition: all 0.333s cubic-bezier(0, 1, 0.333, 1) 0s;
	transition: all 0.37s cubic-bezier(0.5, 0.5, 0, 1.1) 0s;
*/
}
#header.INVIEW {
/*
	position: static;
*/
}
#header.compactHead {
	position: fixed;
	margin: 0px auto -120px;
	top: -120px;
}
#header.compactHead.INVIEW {
	top: 0;
	transition: top 0.37s cubic-bezier(0.5, 0.5, 0, 1.1) 0s;
}
#wrap {
	padding-top: 120px;
	box-sizing: border-box;
	min-height: 100vh;
}



#footer.INVIEW {
/*
	position: fixed;
	bottom: 0;
	bottom: -160px;
	left: 0;
*/
}
.page-top {
	width: 54px;
	height: 34px;
	border-radius: 5px;
	opacity: 1;
	z-index: 1;

	top: -32px;
	bottom: auto;
	bottom: 0;
	transition: left 0.133s cubic-bezier(0.5, 0.5, 0, 1.1) 0s, bottom 0.733s cubic-bezier(0.5, 0.5, 0, 1.1) 0s;
}
#footer.compactFoot .page-top {
	position: fixed;
	top: auto;
	bottom: -34px;
	left: calc(100% - 32px - 5px - 20px);
	transition: bottom 0.133s cubic-bezier(0.5, 0.5, 0, 1) 0s;
}
#footer.compactFoot.INVIEW .page-top {
	bottom: 20px;
	transition: bottom 0.37s cubic-bezier(0.5, 0.5, 0, 1.1) 0s;
/*	border-radius: 100px;	*/
	opacity: 0.777;
	transition: left 0.1333s cubic-bezier(0.5, 0.5, 0, 1) 0s, bottom 0.333s cubic-bezier(0, 1, 0, 1.1) 0.0777s;
}


}



.container {}
#makebanner {}
.item-wrap {}
.item-img {}
.item-detail {}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	slider
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
.index-slider {
	max-height: 640px;
	overflow: hidden;
}
#M_slider {
	max-height: 640px;
	overflow: hidden;
}
*/
#M_slider li {
	max-height: 720px;
	overflow: hidden;

	height: 720px;
	height: calc(100vw * 9 / 16);

	background: url(https://shop24-makeshop.akamaized.net/shopimages/kobecco/slide4.jpg?MjAxOS0xMS0xOCAwODozNDo1Nw==) no-repeat center 50%;
	background-size: cover;
}
#M_slider li a {
	display: block;
	width: 100%;
	height: 100%;
}
#M_slider li img {
	width: 100%;
	height: auto;

	display: none;
}


/*
#M_slider li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://shop24-makeshop.akamaized.net/shopimages/kobecco/slide4.jpg?MjAxOS0xMS0xOCAwODozNDo1Nw==) no-repeat center 50%;
	background-size: cover;
}
*/



/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.keyVisual {
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
	width: 100vw;
	height: calc(100vw * 9 / 16);
	max-height: 720px;
	overflow: hidden;
	background: url("//gigaplus.makeshop.jp/kobecco/img/KV_dt.jpg") no-repeat center 50%;
	background-size: cover;

	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}
.keyVisual h1 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}
.mainCopy {
	width: 394px;
	height: 164px;
}
.subCopy {
	width: 332px;
	height: 66px;
	margin-top: 70px;
}
.message-from-kobe {
	position: relative;
	z-index: 0;
	left: calc(-1 * (100vw - 100%) / 2);
	width: 100vw;
	height: calc(100vw * 828 / 1366);
	height: 720px;
	overflow: hidden;

	background: url("//gigaplus.makeshop.jp/kobecco/img/bg_about@FHD.jpg") no-repeat center 50%;
	background: url("//gigaplus.makeshop.jp/kobecco/img/bg_waffle@FHD.jpg") no-repeat center 50%;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;

	height: auto;
	padding: 0 20px 200px;

}
.fontA1 small {}
.fontHiraMaru strong {}

.message-from-kobe h2 {
	margin: 120px auto 30px;
}
.message-from-kobe small {
	display: block;
}
.message-from-kobe p {
	line-height: 3;
	letter-spacing: 0.15em;
}
.message-from-kobe p strong {
}
.background-item {
	position: absolute;
	z-index: -1;
	display: block;
	top: 38px;
	left: 0;
	width: 123px;
	height: 200px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/toy_L@3x.png") no-repeat center 50%;
	background-size: contain;
	transform: scale(-1,1) rotate(-98deg);
}
.background-item.toyL {
}
.background-item.toyR {
	top: 212px;
	left: auto;
	right: -5px;
	width: 106px;
	height: 200px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/toy_R@3x.png") no-repeat center 50%;
	background-size: contain;
	transform: scale(-1,1) rotate(-93deg);
}
.background-item.toyB {
	top: auto;
	bottom: -47px;
	left: calc(50% - 48px);
	width: 156px;
	height: 200px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/toy_B@3x.png") no-repeat center 50%;
	background-size: contain;
	transform: scale(1,1) rotate(-6deg);
}



.index-recommend {}
small {}
strong {}
em {}







/****************************************************
*****************************************************/
@media (max-width: 1024px) {



/*****************************************************
	ヘッダ #header
	＠GLOBAL UI
*****************************************************/
#header {}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */



#guide pre {
	display: flex;
	flex-flow: column nowrap;
	white-space: pre-line;
	text-align: left;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	search
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.item-search table tbody tr th {
	width: calc(100% - 220px);
	text-align: left;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ common ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flexGifText > * {
	width: 100%;
	margin: 0 auto 20px;
}
.flexGifText > img {
	width: 200px;
}
.flexGifText > *:last-child {
	width: 100%;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */



#detail {
	margin-top: 20px;
}

.item-img {
	width: calc((100% - 80px) / 2);
	width: calc((100% - 40px) / 2);
}
.item-detail {
	width: calc((100% - 80px) / 2);
	width: calc((100% - 40px) / 2);
}





}
/****************************************************
*****************************************************/
/*
@media (max-width: 812px) {
@media (max-width: 768px) {
@media (max-width: 736px) {
@media (max-width: 667px) {
@media (max-width: 568px) {
*/
@media (max-width: 568px) {







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



.PCOnly { display: none; }
.SPOnly { display: block; }

body {
}

.fontA1,
.main-contents .fontA1 {
	font-family: "A1ゴシック M",'Noto Sans JP',"游ゴシック Medium","Yu Gothic Medium","YuGothicWIN M","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,"メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,"Lucida Sans Unicode",verdana,Sans-Serif;
	font-size: 28px;
	letter-spacing: 0.02em;
}
.fontA1 small {
	font-family: "A1ゴシック B",'Noto Sans JP',"游ゴシック Medium","Yu Gothic Medium","YuGothicWIN M","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,"メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,"Lucida Sans Unicode",verdana,Sans-Serif;
	font-size: 14px;
}
.fontHiraMaru {
	font-size: 13px;
}
.fontHiraMaru strong {
	font-size: 20px;
}



/*****************************************************
	ヘッダ #header
	＠GLOBAL UI
*****************************************************/
#header {
	margin: -84px auto 0px;
}
#header.compactHead {
	position: fixed;
	margin: 0px auto -84px;
	top: -84px;
}
#header.compactHead.INVIEW {
	top: 0;
	transition: top 0.37s cubic-bezier(0.5, 0.5, 0, 1.1) 0s;
}
#wrap {
	padding-top: 84px;
}
#header .container {
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 20px;
	min-height: unset;
	height: 84px;
}
.shop-logo {
	height: 64px;
	width: auto;
	top: 10px;
}



.header-nav li,
.header-nav li li:first-child {
	padding: 0;
	margin: 0 0px 0px 10px;
}
.header-nav #M_basketTemp1 #M_basketClosedBox a {
	border-radius: 8px;
}
#M_basketClosedBox .M_basketMarginBox {
	width: 50px;
	height: 50px;
}
#btnSmartMenu {
	width: 50px;
	height: 50px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/btn_menu.svg") no-repeat center 50%;
	background-size: contain;
}



.global-nav {
	position: absolute;
	z-index: 10;
	background: #fff;
	width: 100vw;
	top: 0;
	right: 0;
	padding: 20px 20px 50px;
	box-sizing: border-box;
	flex-flow: column nowrap;
	justify-content: flex-start;

	right: -100vw;

	top: 5px;
/*	min-height: calc(100vh - 0px);
	padding: 10px 10px 50px;
	padding: 10px 10px 20px;
*/
	padding: 10px 10px 60px;

	width: 320px;
	right: -320px;
	transition: right 0.333s cubic-bezier(0, 1, 0, 1) 0s;
	transition: right 0.777s cubic-bezier(0, 1, 0, 1) 0s;
}
.global-nav.menuOpen {
	right: -10px;
	transition: right 0.333s cubic-bezier(0, 1, 0.333, 1.1) 0.5s;
	transition: right 0.333s cubic-bezier(0, 1, 0.333, 1.1) 0s;
}
.global-nav li {
	margin-left: 0;
	padding: 30px;
	padding: 20px;
}
.global-nav #M_ctgList2 {
	display: block;
	position: relative;
	padding: 10px;
	width: auto;
	top: 0;
	left: 0;
	box-shadow: none;
}
.global-nav #M_ctgList2 li {
	padding: 10px 0;
	padding: 0;
}
.global-nav #M_ctgList2 li a,
.global-nav #M_ctgList2 li:last-child a,
.global-nav .head-category:hover #M_ctgList2 li a,
.global-nav .head-category:hover #M_ctgList2 li:last-child a {
	display:block;
	font-size: 13px;
	padding: 15px 10px;
	border-bottom: 1px dashed #707070;
}
.global-nav .head-category:hover #M_ctgList2 li a:hover {
	background: transparent;
}
.global-nav .header-nav {
	display: flex;
	justify-content: flex-start;
	padding: 20px;
}
.global-nav .header-nav li,
.global-nav .header-nav li li:first-child {
	padding: 0;
	margin: 0;
}
.global-nav .btnLoginMypage ul {
	justify-content: flex-start;
	align-items: center;
}
.global-nav .btnLoginMypage li {
	width: 100%;
}
.global-nav .btnLoginMypage li:nth-last-child(1),
.global-nav .btnLoginMypage li:nth-last-child(2) {
	width: auto;
	margin: 10px 0;
}
.global-nav .btnLoginMypage li:nth-last-child(1){
	margin-left: 10px;
}
.global-nav .header-nav .inputSearch {
	margin-top: 25px;
	position: relative;
}
.global-nav .inputSearch #MakeShopTopSearchInput {
	width: 200px;
	width: calc(100% - 30px);

	display: block;
	width: calc(100%);
	box-sizing: border-box;
	position: relative;
}
.global-nav .head-category {
	padding-bottom: 0;
}


p.closeMenu {
	position: relative;
	z-index: 12;
	top: 0px;
	right: 20px;
	margin: 0 0 -30px auto;
	margin: 0 0 0px auto;

	display: block;
	width: 50px;
	height: 50px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/btn_close.svg") no-repeat center 50%;
	background-size: contain;
	border-radius: 5px;

	right: -50px;
}
p.closeMenu.INDICATE {
	right: 20px;
	transition: right 0.2s cubic-bezier(0, 1, 0.333, 1.05) 0.3s;
	transition: right 0.333s cubic-bezier(0, 1, 0.333, 1) 0.2s;
	transition: right 0.777s cubic-bezier(0, 1, 0, 1) 0.2s;
}







.container {
	box-sizing: border-box;
/*
	padding: 0 10px;
*/
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ common ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flexGifText > * {
	width: 100%;
	margin: 0 auto 20px;
}
.flexGifText > img {
	width: 200px;
}
.flexGifText > *:last-child {
	width: 100%;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */



.item-img,
.item-detail {
	width: 100%;
}



.item-img {
    padding: 0px;
}


#detail{}
#M_topicPathWrap {}
.item-wrap {}
.item-img {}
.item-detail {}

.item-img {}
	.item-img-feature {}
		.flexGifText {}

.item-detail {}
	.item-detail h2 {}
	.item-detail-info {}
	.item-detail-text {}
	.item-basket-btn {}
	.item-detail-ext {}
		.item_additional {}

.item_additional .flexGifText > * {
}





#M_slider li {
	height: calc(100vw);
}



/*****************************************************
    index
*****************************************************/
.main-contents h2 {
}
*[class*="-recent"] h2,
*[class*="-recent"] h3 {
/*	font-size: 24px;
*/
	letter-spacing: 0.1em;
	padding: 0;
}
*[class*="-recent"] h2::after,
*[class*="-recent"] h3::after {
	width: calc(100% + 0.5em * 2);
	left: -0.5em;
}
*[class*="-recent"] h2::before,
*[class*="-recent"] h3::before {
	top: calc(50%);
	width: calc(100vw);
	left: calc(50% - 50vw);
	width: calc(100vw - 20px * 2);
	left: calc(50% - 50vw + 20px);
}


.section {
    margin: 0 auto 20px;
}
.index-recommend {
    margin-top: 60px;
}


.index-news {
	margin-top: 0px;
}
.index-news > table {
	padding: 20px;
}
.index-news > table > tbody {
	padding: 10px;
}
.index-news table table td a {
	padding: 0;
	font-size: inherit;
}
.index-news table table td:last-child {
	padding: 5px 0 5px 1em;
}



.index-news::before {
	height: 133px;
	top: -8px;
	right: -20px;
	width: 120px;
}
.index-news h2 {
	height: 111px;
	left: calc(50% - 100px);
	width: 180px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/fig_heading_news.svg") no-repeat center -8px;
	background-size: contain;
}

.index-new::before {
	top: 35px;
	height: 108px;
	left: -10px;
	width: 80px;
}
.index-new::after {
	top: 35px;
	height: 108px;
	right: -10px;
	width: 80px;
}

.index-recommend > table::before {
	height: 154px;
	top: -96px;
	left: -10px;
	width: 160px;
}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    flex unit > top, and more.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#r_searchList .category-list .imgWrap a,
.item-list-flex .category-list-img a,
.item-list .lims tr:not(.woong) td a,
#r_searchList .category-list .imgWrap a img,
.item-list-flex .category-list-img a img,
.item-list .lims tr:not(.woong) td a img {
	border-radius: 20px;
}
.index-recommend.item-list .lims tr:not(.woong) td {
	padding: 4px;
}
.index-recommend.item-list .lims tr:not(.woong) td a img {
	border-radius: 0;
}



.category-list,
.item-list-flex,
.item-list > table > tbody > tr {
/*
	left: -10px;
	width: calc(100% + 10px * 2);
*/
	line-height: 1.5;
}
.item-list .lims .woong td:first-of-type {}
.woong a,
p.name {
	padding-bottom: 5px;
}
p.price {}

/* *******	.category-list li {}	::::::: */
.category-list li,
.item-list-flex li,
.index-new .lims {
	width: calc((100% - 20px * 2) / 2);
	margin: 0 10px 20px;
	width: calc((100% - 30px * 2) / 2);
	margin: 0 15px 30px;
}
/* *** #matomegai .innerBox {} ::: */
.category-list .imgWrap,
.item-list-flex li .category-list-img,
.index-new .lims tr:not(.woong) td {
	height: calc((100vw - 20px * 2 - 20px * 2) / 2);
	height: calc((100vw - 30px * 2 - 20px * 2) / 2);
	margin-bottom: 5px;
}
.index-recommend .lims {
	width: calc((100% - 30px * 2) / 2);
	margin: 0 15px 30px;
}
.index-recommend .lims tr:not(.woong) td {
	height: calc((100vw - 30px * 2 - 20px * 2) / 2);
}
#recent td.itemBox {
	width: calc((100% - 30px * 2) / 2) !important;
	margin: 0 15px 30px;
}
#recent td.itemBox tr:first-child td {
	height: calc((100vw - 30px * 2 - 20px * 2) / 2);
}
.category-list li:nth-of-type(3n),
.item-list-flex li:nth-of-type(3n),
.index-new .lims:nth-of-type(3n),
.index-recommend .lims:nth-of-type(4n),
#recent td.itemBox:nth-of-type(8n-1) {
	margin-right: auto;
}





/*****************************************************
    footer
*****************************************************/
#footer {
	margin-top: 120px;
}
#footer::before {
	width: 160px;
	top: -105px;
	top: -95px;
	left: 0px;
}
.page-top {
	width: 54px;
	height: 34px;
}
#footer.compactFoot .page-top {
	width: 40px;
	left: calc(100% - 20px - 8px);
}
#footer.compactFoot.INVIEW .page-top {
	bottom: 40px;
	bottom: 60px;
	height: 54px;
}



.linkToKobePublic {
	width: 120px;
	top: -62px;
	right: 10px;
}
.footer-guide-area,
.footer-nav-area{
	padding: 8px 0 32px;
}
.footer-nav-info::after {
	top: 10px;
}
.footer-nav-list li,
.footer-nav-info li {
	padding: 10px 0;
}
.footer-nav-info li a {
	line-height: 1.5;
}
.footer-shop-name {
/*	font-size: 15px;
*/
	letter-spacing: 0;
}
.footer-nav-info .footer-shop-name {
	padding: 7px 0 10px;
}
address {
	font-size:11px;
	white-space: nowrap;
	width: 100vw;
	left: -20px;
	position: relative;
}







/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    basket
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basket th {
	display: none;
}
.basket td {
	width: calc(100%);
	width: calc(50%);

	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border: none;

	border-top: 1px solid #ccc;

	order: 5;
}
.basket .basket-num {
	order: 1;
	max-height: 70px;
}
.basket .basket-img {
	order: 2;
	max-height: 70px;
}
.basket .basket-name {
	order: 3;
}
.basket .basket-price {
	order: 4;
}
.quantity-wrap {
	margin-right: 0;
}
.quantity-wrap::before {
	content: "数量";
	margin-right: 10px;
	display: inline-block;
/*	padding: 2px 0 0;	*/
	line-height: 32px;
}
.basket-quantity, .basket-amend, .quantityInput, .quantityAmend {
/*	width: 94px;
*/
}
.basket .basket-name {
	width: calc(100% - 30px - 60px);

	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	justify-content: flex-start;
	text-align: left;
}
.basket-option {
	text-align: right;
}
.basket-option select {
	width: 120px;
	height: 35px;
}
.basket .basket-quant-cell,
.basket .basket-point,
.basket .basket-price {
/*
	width: calc((100% - 60px) / 2);
	width: calc(100% / 3);
*/
	border: none;
}
.basket .basket-quant-cell {
	width: calc(100% - 100px);
	padding-top: 0;
}
.basket-quant-cell input[name="amount"] {
	margin: 0;
}
.basket .basket-price {
	width: 100px;
	padding-top: 0;
}



.basket .basket-btn {
	width: calc(100% / 3);
	width: 60px;

	width: 100%;
	margin: 0 0 20px;
	padding: 5px 0 0;
}
.basket .basket-btn a {
	margin: 0 0 0 auto;
}
.basket .basket-btn a::after {
	content: "×この商品を削除する";
}
.basket td.basket-total {
	width: calc(100% - 20px);
	margin: -7px auto 0;
}
.basket .total-wrap {
	width: calc(100%);
}
.basket .total-wrap dt,
.basket .total-wrap dd,
.basket .total-item {
	width: auto;
	display: inline;
}
.basket .btn-small {
	margin: 0;
}
.basket-wrap .btn-wrap {
	display: flex;
	flex-flow: row wrap;
	margin: -10px auto 80px;
}
.basket-wrap .btn-wrap .btn-wrap-back {
	order: 2;

	float: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-flow: row nowrap;
}
.basket-wrap .btn-wrap .btn-wrap-back .btn {
	padding: 10px 20px;
	margin: 0;
}
.basket-wrap .btn-wrap .btn-wrap-order {
	order: 1;

	float: none;
	margin: 0 0 40px auto;
	width: 100%;
}
.basket-wrap .btn-wrap .btn-wrap-order .btn {
	margin: 0;
	padding: 15px 40px;
	padding: 20px 40px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}







/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#category {}

#category > h2 {
	margin: 40px auto;
}
.ct-parent {
	top: -30px;
}
.ct-link .ct-parent {
	margin: 0 0 0 -83px;
}
.ct-link li {
	margin: 0 0 0 20px;
}





/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#detail {
	margin-top: 20px;
}
#detail .bx-wrapper {
	margin: 0 auto 20px;
}
#M_topicPathWrap {
	margin-bottom: 10px;
}



.uiZoom {
/*	display: none;
*/
	height: 0;
	overflow: hidden;
	margin: 0 auto 40px;
}
.uiZoom::before {
	width: 40px;
	height: 40px;
}





/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#search > h2 {
	margin: 30px auto 10px;
}





/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.keyVisual {
	height: calc(100vw * 996 / 750);
	height: calc(100vw);
	background: url("//gigaplus.makeshop.jp/kobecco/img/KV_about_sp.jpg") no-repeat center 50%;
	background-size: cover;
}
.message-from-kobe {
	height: calc(100vw * 1188 / 750);
	padding: 0 20px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/bg_about_sp@750.jpg") no-repeat center 50%;
	background-size: cover;
}
.keyVisual h1 {
	padding: 0 0 0 130px;
}
.mainCopy {
	width: 214px;
	height: 90px;
}
.subCopy {
	width: 178px;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 70px;
}
.message-from-kobe h2 {
	margin: 60px auto 0px;
	padding: 0 0 0 15px;
/*
	line-height: 1.2;
	letter-spacing: 0em;
*/
}
.message-from-kobe small {
	line-height: 3;
	letter-spacing: 0.15em;
	width: calc(100% + 15px);
	margin-left: -10px;
}
.message-from-kobe p {
	letter-spacing: 0.05em;
}
.message-from-kobe p strong {
	margin-top: 10px;
	margin-top: 5px;
}
.background-item {
	display: none;
}







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



.container {
	padding: 0 10px;
}
.footer-nav {
	letter-spacing: 0;
}
.footer-shop-name {
	font-size: 13px;
}



.keyVisual h1 {
	padding: 0;
	margin: 0 10px 0 auto;
}
.message-from-kobe {
	padding: 0 10px;
}
.message-from-kobe h2 {
	padding: 0 0 0 15px;
	padding: 0 0 0 10px;
}
.message-from-kobe .fontA1 {
	font-size: 28px;
	letter-spacing: 0.02em;
	font-size: 26px;
	letter-spacing: 0.02em;
}
.message-from-kobe small {
/*
	line-height: 3;
	letter-spacing: 0.15em;
	width: calc(100% + 15px);
	margin-left: -10px;
*/
	letter-spacing: 0.05em;
}
.message-from-kobe p {
/*
	letter-spacing: 0.05em;
*/
	font-size: 12px;
	white-space: nowrap;
}





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



.message-from-kobe h2 {
	margin: 30px auto 0px;
}



}
/****************************************************
*****************************************************/
@media (orientation: portrait) {
}
/****************************************************
*****************************************************/
@media (min-width: 1366px) {

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.item-list-flex li .category-list-img,
.index-new .lims tr:not(.woong) td {
	height: 420px;
}
.index-recommend .lims tr:not(.woong) td {
	height: 318px;
}
#recent td.itemBox tr:first-child td {
	height: 252px;
}







}
