@charset "utf-8";

/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */


/* --------------------------------
	Common
-------------------------------- */

body {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
	background-color: #f2f2f2;
	color: #525263;
	-webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

/****** Base Layout Setting ********/

#header {
	background: #fff;
}
#contents {
	background: #fff;
}

/****** Header Setting ********/


.header_logo_area {
	margin-right: 100px;
}
.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
	text-decoration: none;
	color: #000;
}
.header_logo_area .header_logo a:hover {
	color: #666;
}


/****** Side Setting ********/

/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
	width: 100%;
	position: absolute;
	right: 0; top: 0;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 65px;
}
#cart_area p.cart-sp_position {
	position: absolute;
	right: 65px;
}
#cart_area p.cart-sp_position .cb-shopping-cart{
	position: absolute;
    top: 14px;
    right: 6px;
    font-size: 30px;
	z-index: -1;
}

#cart .inner {
	background: #f3f3f3;
}


/* search area */

#search {
	background: #EBEBEB;
	padding: 16px 8px;
}
#search select {
	width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
	opacity: 0.8;
}
.front_page #contents .row > div {
	padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
	padding-bottom: 0;
}

/* Comment Area */

.front_page .comment_area h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 2px;
}
.front_page .comment_area h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
.front_page .comment_area p {
	margin: 10px 0 15px;
}

/* Item List */

.front_page .item_comment {
	color: #444;
}
.front_page .item a {
	padding-bottom: 0;
}
.front_page .item a:hover {
	opacity: 0.8;
}
.front_page .item a:hover img {
	opacity: 1;
}
.front_page #contents_top .item_comment {
	color: #525263;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
	color: #9a947e;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #9A947E;
}

/* news_area */

.news_contents {
	padding: 0;
}
#news_area {
	background: #F8F8F8;
}
#news_area .heading01 {
	padding: 8px;
	text-align: center;
	margin: 0;
}

/* txt_bnr */

.txt_bnr_area {
	padding: 0 0 16px;
}

.txt_bnr {
	background: #f8f8f8;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	padding: 16px;
	margin: 12px 0 0;
	text-align: center;
}
.txt_bnr strong {
	color: #DE5D50;
	font-size: 20px;
	font-size: 2rem;
}
.txt_bnr strong strong {
	font-size: 32px;
	font-size: 3.2rem;
}

.item_gallery {
	clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
	margin-top: -1px;
	background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/


/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrow */

.slick_prev,
.slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px; height: 40px;
	line-height: 40px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;

}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}


/******************************
	Media Query
*******************************/

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

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


	/****** Header Setting ********/


	/****** Side Setting ********/


	/****** Effect Setting ********/


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

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

	#contents {
		padding-top: 30px;
	}

	/****** Header Setting ********/

	/****** Layout ********/

	/* header */

	#header .header_logo_area {
		float: left;
		margin-right: 265px;
	}
	#header #drawer #search {
		position: relative;
	}
	#search {
		background: none;
		padding: 0;
	}
	#member {
		float: right;
	}

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



	/****** Side Setting ********/

	/****** Footer Setting ********/

	/****** Each BlockParts Setting ********/

	/* search area */

	#search select {
		width: auto;
		max-width: 180px;
	}
	/* cart */

	#cart .inner {
		position: absolute;
		right: 0; top: 0;
	}
	#cart_area {
		top: 0; right: 16px;
	}
	#cart_area p {
		border: 1px solid #D9D9D9;
		float: right;
		min-width: 256px;
	}
	#cart_area p.cart-trigger {
		position: relative;
		right: 0;
	}
	#cart_area p.cart-sp_position .cb-shopping-cart{
		font-size: 30px;
	}
	#cart_area p.cart-sp_position {
		position: relative;
		right: 0;
	}
	#cart_area p.cart-sp_position .cb-shopping-cart{
		position: relative;
		top: 10px;
		left: 0;
		font-size: 30px;
	}
	#cart_area p.cart-sp_position .badge{
		position: relative;
		top: 10px;
		left: 10px;
	}
	#cart_area .inner {
		min-width: 256px;
	}
	#cart_area .cart_price {
		font-size: 12px;
	}
	#cart_area .cart_price .price {
		font-size: 16px;
	}


	/* --------------------------------
		Top Page
	-------------------------------- */

	.front_page #contents .row {
		padding-bottom: 24px;
	}
	/* Comment Area */

	.front_page .comment_area h4 {
		font-size: 32px;
		font-size: 3.2rem;
		margin: 0 0 8px;
	}
	.front_page .comment_area h5 {
		font-size: 20px;
		font-size: 2rem;
	}
	.front_page .comment_area p {
		font-size: 20px;
		font-size: 2rem;
		margin: 24px 0 24px;
	}

	/* news_area */

	.news_contents {
		padding: 0 16px 0 0;
	}

	#news_area .heading01 {
		padding: 16px;
		text-align: left;
	}
	#news_area {
		margin-bottom: 32px;
	}


	/* txt_bnr */

	.txt_bnr_area {
		padding-left: 16px;
	}

	.txt_bnr {
		margin:0 0 16px;
	}

	/* --------------------------------
		Detail Page
	-------------------------------- */

	#item_photo_area .slick-dots {
		margin: 0 -16px;
		position: relative;
		bottom: 0;
	}
	#item_photo_area .slick-dots::after {
		content: "";
		display: table;
		clear: both;
	}

	#item_photo_area .slick-dots li {
		width: 33.33333333%; height: auto;
		padding: 16px;
		margin: 0;
		float: left;
	}

	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		opacity: 0.8;
	}
	.slick-dots li button.thumbnail:hover img,
	.slick-dots li.slick-active button.thumbnail img {
		opacity: 1;
	}
	.slick-dots li button.thumbnail::before {
		display: none;
	}
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.extra-form {
  margin: 10px 0;
}



/* |||||||||||||||■デザインテンプレートカスタマイズ■||||||||||||||| */

/* ================================
　サイトイメージ変更　body header footer 背景・文字色設定
================================ */
body {
	background:#FFF;
}
#header {
	background:#FFF;
}
#footer {
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
}

/* スマホ：最上部のバー */
#bg_bar_globalmenu {
	background:#000;
}

/* スマホ：三本線　hamburger icon in CSS */
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    background: #FFF;
}
.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after {
    background: #FFF;
}

/* スマホ：カートアイコン */
.cb-shopping-cart {
	color:#FFF;
}
p.cart-trigger .cb-close {
	color:#FFF;
}

@media only screen and (min-width: 768px) {
	
	/* PC：キャッチコピー（最上部）
	-------------------------------- */
    #header .copy {
		color: #525263;
    }

	/* PC：ヘッダーメニュー（最上部）
	-------------------------------- */
	#header #header_menu_area li a {
		color: #525263;
	}
	#header #header_menu_area li a:hover {
		color: #9797a1;
	}

	/* PC：ヘッダー部カゴの中
	-------------------------------- */
	/* 文字 */
	#cart_area .cart_price {
		color:#525263;
	}
	/* カートアイコン */
	#cart_area .cb-shopping-cart {
		color:#525263;
	}
	#cart_area p.cart-trigger .cb-close {
		color:#525263;
	}
	/* アンダーライン */
	#cart_area p {
		border:none;
		border-bottom:1px solid #D9D9D9;
	}

	/* PC：グローバルメニュー
	-------------------------------- */
	/* 横バー */
	#bg_bar_globalmenu {
		background:#DDD;
	}
	/* 文字 */
    #header .category-nav > li > a {
		color:#333;
	}
	/* オンマウス時の文字と背景 */
    #header .category-nav > li:hover > a {
		color:#333;
		background:#CCC;
	}
}

/* ================================
　Bootstrap アイコン
================================ */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* ================================
　共通
================================ */
body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents {
	padding-top:20px;
}

#contents_bottom {
	clear:both;
}

.attention,
a.attention {
	color:#C00;
}

.clear {
	clear:both;
}

/*マージン設定*/
.bottom10 {
	margin-bottom:10px;
}
.bottom20 {
	margin-bottom:20px;
}
.bottom30 {
	margin-bottom:30px;
}

/* heading */

h2 {
	font-weight:normal;
	margin:0;
}
h2.title {
	background:#f7f7f7;
	color:#333;
	padding:5px 10px;
}
h3 {
	font-weight:normal;
	margin:0;
}
h3.title {
	background:#f7f7f7;
	color:#333;
	padding:5px 10px;
}
.page-heading2 {
    margin: 0 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
}

.heading11 {
    font-size: 18px;
    font-size: 1.8rem;
}
.heading12 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
}
.heading14 {
    font-size: 14px;
    font-size: 1.4rem;
}
.heading15 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ================================
　ヘッダー部
================================ */
#header {
	padding-top:0;
	min-height:160px;
}

/* スマホ用：最上部のバー */
#bg_bar_globalmenu {
	position:absolute;
	top:0;
	width:100%;
	height:50px;
}

/* ドロワーメニュー */
#btn_menu {
	top:5px;
}


/* ================================
　ブロック
================================ */

/* カゴの中
-------------------------------- */
.cart-trigger {
	top:5px;
}
.cart {
    top: 50px;
}

/* ロゴ
-------------------------------- */
.header_logo_area {
	top:65px;
	margin-right:0;
	text-align:center;
}

/* ヘッダーメニュー
-------------------------------- */
#header #header_menu_area {
	display: none;
}

/* 商品検索
-------------------------------- */
.search .item_search {
	display: none;
}
.search .word_search {
	display: none;
}

/* カテゴリー
-------------------------------- */

/* ヘッダー配置のカテゴリーブロックを非表示 */
#header nav#category {
	display:none !important;
}
.category-nav li {
	position:relative;
}
.category-nav a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
}
.category-nav .submenuheader_link {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	display:block;
}
.category-nav .submenuheader_link a {
	border:none;
	font-size:12px;
}
.category-nav ul {
    display: block;
}
.category-nav ul.subul {
    display: none;
}
.category-nav a.submenuheader .cb {
	font-size:11px;
	margin-left:3px;
}

/* 新着情報
-------------------------------- */
#news_area {
	background: none;
}
#news_area .newslist dd {
	font-size:14px;
	font-size:1.4rem;
}
.newslist {
    border-bottom:none;
}
.newslist dl {
    border-top:none;
	border-bottom: 1px dotted #ccc;
}
/*ページネーション*/
#news_area .selection {
	display: none;
}
#news_area .page-1 {
	display: block;
}
#news_area #paging {
	text-align:center;
	margin-top:15px;
}
/*スクリプト*/
ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	display:inline;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}
/*ボタン*/
.light-theme a, .light-theme span {
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	background:#FCFCFC;
}
.light-theme a:hover {
	text-decoration: none;
	background: #efefef;
}
.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}
.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/* フリーエリア
-------------------------------- */
.txt_bnr_area {
	padding:0;
}

/* ギャラリー・おすすめ商品・ピックアップ商品・最近チェックした商品・新商品自動表示・売り上げランキング・手動売り上げランキング
-------------------------------- */
.item_gallery {
	clear:both;
	padding-bottom:30px;
	overflow:hidden;
}
.item_gallery h2 {
	position:relative;
	margin-bottom:15px;
}
.item_gallery ul {
	margin:0 -8px;
}
.item_gallery li {
	position:relative;
	padding:0 8px;
	text-align:center;
}
.item_gallery .slick-dots {
	margin-bottom:20px;
}
.item_gallery .item_name {
	text-align:left;
	margin-bottom: 5px;
}
.item_gallery .item_comment {
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
	margin: 0 0 5px;
}

#checkeditem h2 .btn-xs {
	display:inline-block;
	float:right;
	padding:3px 10px;
}

/* ランキング丸数字 */
.ranking_number {
	position:absolute;
	top:8px;
	left:16px;
    line-height: 30px;
    width: 30px; height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
	font-weight:bold;
	/*↓6位以下*/
    background: #525263;
    color: #fff;
}
.ranking_number1 .ranking_number {
    background: #f7f7f7;
    color: #C00;
}
.ranking_number2 .ranking_number {
    background: #f7f7f7;
    color: #C00;
}
.ranking_number3 .ranking_number {
    background: #f7f7f7;
    color: #C00;
}
.ranking_number4 .ranking_number {
    background: #f7f7f7;
    color: #36C;
}
.ranking_number5 .ranking_number {
    background: #f7f7f7;
    color: #36C;
}

/* 一覧表示
   おすすめ商品・ピックアップ商品・最近チェックした商品・新商品自動表示・売り上げランキング・手動売り上げランキング
-------------------------------- */
.block_list_area {
	clear:both;
	padding-bottom:30px;
}
.block_list_area h2 {
	position:relative;
	margin-bottom:15px;
}
.block_list_area li {
	position:relative;
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.block_list_area li.sp_right {
	margin-right:0;
}
.block_list_area li.right {
	margin-right:0;
}
/*画像*/
.block_list_area .item_photo {
	margin-bottom:5px;
}
/*コメント*/
.block_list_area .item_comment {
	margin-bottom:5px;
	line-height:1.2em;
	font-size:14px;
	font-size:1.4rem;
}
/*商品名*/
.block_list_area .item_name {
	margin-bottom:5px;
	line-height:1.2em;
}
/*価格*/
.block_list_area .item_price {
	line-height:1.2em;
}

#checkedItem_list_area h2 .btn-xs {
	display:inline-block;
	float:right;
	padding:3px 10px;
}

.block_list_area .sp_clear {
	display:block;
	clear:both;
}

/*サイドカラム配置*/
.side #checkedItem_list_area h2 .btn-xs {
	float:none;
}
.side .block_list_area li {
	position:relative;
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.side .block_list_area li.sp_right {
	margin-right:0;
}
.side .block_list_area li.right {
	margin-right:0;
}
.block_list_area li.sp_right.right {
	margin-right:0;
}


@media only screen and (min-width: 768px) {
.block_list_area li {
	width:23%;
	margin-right:2.66%;
}
.block_list_area li.sp_right {
	margin-right:2.66%;
}
.block_list_area li.sp_right.right {
	margin-right:0;
}
.block_list_area .sp_clear {
	display:inline;
	clear:none;
}

/*サイドカラム配置（下記をコメントアウトすると、PC画面でも縦2列表示になります。）*/
.side .block_list_area li {
	position:relative;
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
}


/* ショッピングガイド
-------------------------------- */
#shoppingguideitoben {
	overflow:hidden;
}
#shoppingguideitoben h2.title {
	background:#333;
	color:#fff;
	margin-bottom:20px;
}

#shoppingguideitoben .step {
	position:relative;
	text-align:center;
	background:#f7f7f7;
	padding:3px 0;
	margin-bottom:10px;
}
#shoppingguideitoben .step span.pc {
	position: absolute;
	top:5px;
	right:-25px;
}
#shoppingguideitoben .text {
	font-size:90%;
	margin-bottom:10px;
}

#shoppingguideitoben .box {
	margin-bottom:15px;
}
#shoppingguideitoben .list {
	margin-bottom:5px;
	color:#000;
}
#shoppingguideitoben .comment {
	font-size:90%;
}
#shoppingguideitoben #guide_area .glyphicon {
	color:#999;
}
#shoppingguideitoben .info .name {
	font-size:120%;
	font-weight:bold;
}
#shoppingguideitoben .info .time {
	margin-top:10px;
}

/* ================================
　パンくずリスト
================================ */
/* topicpath */
#topicpath {
    border-top: 1px solid #fff;
    border-bottom: 1px dotted #ccc;
}


/* ================================
　ページャー
================================ */
/* pagination */
.pagination ul li.active a {
    background: #666;
	color:#FFF;
}
.pagination ul li.active a:hover {
    background: #666;
}
.pagination ul li.active a:focus {
    background: #F3F3F3;
}


/* ================================
　商品詳細ページ
================================ */

/* 画像 */
#item_photo_custom_area {
	margin-bottom:20px;
}
#item_photo_custom_area #box {
	overflow:hidden;
}
#item_photo_custom_area ul.main_visual {
	margin-bottom:20px;
	opacity: 1;
}
#item_photo_custom_area ul.main_visual:hover {
	opacity: 0.8;
}
#item_photo_custom_area .main_visual-thumbnails {
	margin:0 -10px;
}
#item_photo_custom_area .main_visual-thumbnails li {
	margin:0 10px;
	opacity: 0.8;
}
#item_photo_custom_area .main_visual-thumbnails li:hover {
	opacity: 1;
}
/* 販売価格 */
#item_detail_area .item_detail .sale_price {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
}

/* 関連商品
-------------------------------- */
#detail_related_area {
	margin-bottom:20px;
}

/*▼一覧表示*/
.related_list_area {
	margin-bottom:20px;
}
.related_list_area h2 {
	margin-bottom:15px;
}
.related_list_area li {
	position:relative;
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.related_list_area li.sp_right {
	margin-right:0;
}
.related_list_area li.right {
	margin-right:4%;
}
.related_list_area li.right.sp_right {
	margin-right:0;
}
/*画像*/
.related_list_area .item_photo {
	margin-bottom:5px;
}
/*商品名*/
.related_list_area .item_name {
	margin-bottom:5px;
	line-height:1.2em;
}
/*価格*/
.related_list_area .item_price {
	line-height:1.2em;
}

.related_list_area .sp_clear {
	display:block;
	clear:both;
}
@media only screen and (min-width: 768px) {
.related_list_area li {
	width:18%;
	margin-right:2.5%;
}
.related_list_area li.sp_right {
	margin-right:2.5%;
}
.related_list_area li.right {
	margin-right:0;
}
.related_list_area .sp_clear {
	display: inline;
	clear: none;
}
.related_list_area .pc_clear {
	display:block;
	clear:both;
}
}

/* 規格ごとにカートボタン
-------------------------------- */
#option_detailclass1_quantity {
	padding:10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:20px 0;
}
#option_detailclass1_quantity .row {
	padding-bottom:0;
}
#option_detailclass1_item .row {
	margin:0;
	padding:0;
}
#option_detailclass1_item.row {
	border-bottom:1px dotted #999;
	margin:0 0 16px 0;
	padding:0 0 16px 0;
}
#option_detailclass1_item .item {
	margin-bottom:-5px;
}
#option_detailclass1_item .item.photo {
	margin-top:10px;
}
#option_detailclass1_item .item.photo img {
	max-width:50%;
}

/* 縦1列の規格一覧
-------------------------------- */
#option_detailclass2_area {
	margin-top:30px;
	border-top:1px dotted #999;
	padding-top:16px;
}
#option_detailclass2_item .row {
	margin:0;
	padding:0;
}
#option_detailclass2_item.row {
	border-bottom:1px dotted #999;
	margin:0 0 16px 0;
	padding:0 0 16px 0;
}
#option_detailclass2_item .item {
	margin-bottom:-5px;
}
#option_detailclass2_item .item.photo {
}
#option_detailclass2_item .item.photo img {
	max-width:80%;
}

/* 規格マトリクス
-------------------------------- */
table#option_detailclass3_area {
	width:100%;
	table-layout:fixed;
}
table#option_detailclass3_area,
table#option_detailclass3_area th,
table#option_detailclass3_area td {
	border-collapse:collapse;
	border:1px solid #CCC;
	padding:5px;
}
table#option_detailclass3_area th {
	font-weight:normal;
	background:#f7f7f7;
}
table#option_detailclass3_area td {
	vertical-align:top;
}
table#option_detailclass3_area .radio_btn {
	text-align:center;
}
table#option_detailclass3_area .item {
	margin-bottom:-5px;
}
table#option_detailclass3_area .price01,
table#option_detailclass3_area .code {
	margin-bottom:-10px;
}
table#option_detailclass3_area .price02 {
	margin-bottom:-6px;
}
table#option_detailclass3_area .item.photo {
	margin:10px 0 0 0;
}
table#option_detailclass3_area .item.photo img {
	max-width:100%;
}

/* ================================
　MyPage
================================ */
.mypage .local_nav li a {
    font-weight: normal;
}
#history_list__total_count span,
#favorite_lst__total_item_count span,
#delivery_list_box__customer_addresses span {
	font-size:140%;
}
.historylist_column dt {
	font-weight:normal;
}
.historylist_column .item_box .item_detail .item_name {
    font-weight: normal;
	background:#f7f7f7;
	padding:5px 10px;
}
.historylist_column .item_box .item_detail dd {
	padding-left:10px;
}
.mypage .dl_table dt label {
	font-weight: normal;
}

/* ================================
　新規会員登録
================================ */
.registration_page .dl_table dt label {
	font-weight: normal;
}

/* ================================
　商品購入/ご注文内容のご確認
================================ */
.column.is-edit .shippingadrr {
	padding:20px 0 10px 0;
}
.column.is-edit .btn_edit {
    margin: 0;
    position: absolute;
    right: 0; top: 10px;
}
#shopping-form label {
	font-weight:normal;
}

/******************************
	Media Query
*******************************/

#contents_top {
	background:#FFF;
	padding-left:8px;
	padding-right:8px;
	width:100%;
	margin:0 auto;
}

@media only screen and (min-width: 768px) {
	
    /* ================================
       レイアウト
    ================================ */

	#contents {
		padding-top:0;
		background:none;
	}
	#bg_height_header_search {
		height:80px;
		background:#FFF;
		width:100%;
		margin:0 auto;
	}
	#contents_top {
		padding-left:8px;
		padding-right:8px;
	}
	.container-fluid {
		background:#FFF;
		padding-bottom:30px;
	}
	#header .container-fluid {
		background: none;
	}
	#main {
		padding-bottom:20px;
	}
    #footer {
        padding-top: 0;
        margin-top: 0;
    }
	#footer .container-fluid {
		padding:20px 0;
		background: none;
	}
}
@media only screen and (min-width: 1000px) {
	#bg_height_header_search {
		width:1000px;
	}
	#contents_top {
		padding-left:16px;
		padding-right:16px;
		width:1000px;
	}
}

@media only screen and (min-width: 768px) {
    /* ================================
       共通
    ================================ */
	h1.page-heading {
		font-size: 26px;
		font-size: 2.6rem;
		font-weight:normal;
	}

    /* ================================
        PC：グローバルメニューの横バー
    ================================ */
	#bg_bar_globalmenu {
		position:absolute;
		top:130px;
		width:100%;
		height:40px; /* [グローバルメニューのメニューリスト]と同じ */
	}

    /* ================================
        ヘッダー部
    ================================ */
	#header {
        padding-top: 0;
		min-height:170px;
    }
    #header .copy {
        font-size: 12px;
        font-size: 1.2rem;
    }

    /* ================================
        ブロック
    ================================ */
	
	/* ブロックレイアウト
	-------------------------------- */
	#header .header_logo_area,
	#header #member,
	#header #cart_area,
	#header #header_menu_area,
	#header .header_bottom_area {
		position:absolute;
	}
	/*ロゴ*/
	#header .header_logo_area {
		top:10px;
		left:16px;
		z-index:1;
		margin-right:0;
		height:auto;
		text-align:left;
	}
	/*ログイン（グローバルメニュー）*/
	#header #member {
		top:130px;
		right:16px;
		text-align:center;
	}
	/*カゴの中*/
	#header #cart_area {
		top:60px;
		right:16px;
	}
	#header #header_menu_area {
		top:5px;
		right:16px;
		z-index:2;
	}
	/* カゴの中 */
	.cart {
		top: 43px;
	}
	.cb-shopping-cart {
		color:#525263;
	}
	/*商品検索*/
	#header .header_bottom_area {
		top:190px;
		left:0;
		padding:0 16px;
		width:100%;
	}


	/* ロゴ
	-------------------------------- */
	#header .header_logo_area .copy {
		display: block;
	}
	#header .header_logo_area .header_logo {
		position:relative;
		top:15px; /*ロゴの位置*/
	}

	/* ヘッダーメニュー（cart.twig）
	-------------------------------- */
	#header #header_menu_area {
		display:block;
	}
	#header #header_menu_area li {
		display:inline-block;
		margin-right: 5px;
	}
	#header #header_menu_area li a {
		font-size:12px;
	}
	/* アイコン */
	#header #header_menu_area li a .cb.glyphicon {
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 3px;
		position: relative;
		top: -1px;
	}
	
	/* グローバルメニュー（「ログイン」ブロック）
	-------------------------------- */
	#member {
		float: none;
		width:100%;
		padding-left:32px;
	}

	#header .category-nav {
		border:none;
	}
	
	#header .member_link.category-nav {
		text-align:center;
	}
	#header .member_link.category-nav li {
        position: relative;
		display:inline-block;
		padding: 5px 0;
	}

	/*メニューリスト*/
	#header .member_link.category-nav > li > a {
		height:40px;/* [グローバルメニューの横バー]と同じ */
		line-height: 40px;
        padding: 0 1em;
	}
    #header .category-nav > li:hover > ul > li {
        height: 50px;
    }
    #header .category-nav li ul li ul:before {
        top: 13px;
    }
    #header .category-nav li ul li:hover > ul > li {
        height: 50px;
    }
	
	/*★カテゴリを表示しない場合は、display:none;のコメントアウトを外す*/
	#header .category-nav .category_list {
		/*display:none;*/
	}
	
	/* 商品検索
	-------------------------------- */
	#header .search_inner {
		position:relative;
	}
	#header .search select {
		height: 34px;
		font-size: 14px;
		font-size: 1.4rem;
		position:relative;
		z-index:1;
	}
	#header .search .input_search {
		height: 34px;
		padding: 0 40px 0 1em;
		position:relative;
		z-index:1;
	}
	#header .search input[type="search"] {
		height: 34px;
		font-size: 14px;
		font-size: 1.4rem;
		width:150px;
	}
	#header .search .bt_search {
		margin-top: -5px;
	}
	#header .search .item_search {
		float:left;
		position:relative;
		font-size:12px;
		top:12px;
		margin-right:10px;
	}
	#header .search .word_search {
		margin-left:20px;
		position:relative;
		top:12px;
		left:20px;
		font-size:13px;
	}
	#header .search .word_search .hot {
		color:#000;
	}
	#header .search .word_search a {
		margin-right:10px;
	}

	/* 新着情報
	-------------------------------- */
	.news_contents {
		padding: 0;
	}
	

    /* ================================
        パンくずリスト
    ================================ */
    /* topicpath */
    #topicpath {
        padding: 0 16px;
        border: 0 none;
		margin-bottom:20px;
    }
    #topicpath ol {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    #topicpath li {
        font-size: 18px;
        font-size: 1.8rem;
    }

    /* ================================
        商品購入/ご注文内容のご確認
    ================================ */
	#shopping_confirm .heading02 {
		font-weight: normal;
	}

    /* ================================
        フッター
    ================================ */
    .footer_logo_area {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1000px) {
	
    /* ================================
        ブロック
    ================================ */
	
	/* 商品検索
	-------------------------------- */
	.search .item_search {
		display: block;
	}
	.search .word_search {
		display: block;
	}

}

/* ================================
　TinyMCE 
================================ */
/*
商品詳細 商品説明　#item_detail_area
商品詳細 フリーエリア　#sub_area .freearea
商品一覧　#item_list .item_comment
新着情報　#news_area dd
FAQ　.faq_page .question
カテゴリー説明　#category_description_area
--------------------- */

#item_detail_area img,
#sub_area .freearea img,
#item_list .item_comment img,
#news_area dd img,
.faq_page .question img,
#category_description_area img {
	max-width:100%;
	height:auto;
}

#item_detail_area ul,
#sub_area .freearea ul,
#item_list .item_comment ul,
#news_area dd ul,
.faq_page .question ul,
#category_description_area ul {
	margin-left:25px;
}

#item_detail_area ol,
#sub_area .freearea ol,
#item_list .item_comment ol,
#news_area dd ol,
.faq_page .question ol,
#category_description_area ol {
    list-style: decimal;
	margin-left:25px;
}

#item_detail_area #relative_category_box ol {
	margin-left:0;
}

#sub_area .freearea p,
#item_list .item_comment p,
#news_area dd p,
.faq_page .question p,
#category_description_area p {
	margin:0;
}

/* ================================
　ページ内スクロール
================================ */
#pagetop {
	display:block;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index:100;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#pagetop a {
	display:inline;
	color: #fff;
}
#pagetop a:hover {
	color: #fff;
	text-decoration:none;
}

/* ================================
　ソーシャルブックマーク
================================ */
#socialbtn_area #socialbtn_date {
	margin-bottom:10px;
}
#socialbtn_area #socialbtn_date span {
	border-bottom:1px solid #CCC;
}
#socialbtn_area .socialbtn_box div {
	float:left;
}
#socialbtn_area .twitter {
	margin-right:10px;
}
#socialbtn_area .facebook_like {
	margin-right:-10px;
}
#socialbtn_area .google {
	margin-right:-20px;
}
#socialbtn_area .hatena {
}

/* ================================
　QRコード
================================ */
#qrcode_area {
	margin:20px 0;
}
#qrcode_area #qrcode{
	float:left;
	width:100px;
}
#qrcode_area #icon{
	float:left;
	width:60px;
	position:relative;
}
#qrcode_area #qrcode img {
	max-width:100%;
	border:1px solid #666;
}
#qrcode_area #icon span.glyphicon {
	font-size:45px;
	position:absolute;
	top:50px;
	right:0;
}
#qrcode_area #comment {
	font-size:90%;
	margin-top:10px;
}

/* ================================
　商品タグ検索
================================ */
#tag_area li a {
	display:block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
	padding-left:10px;
	border-bottom:#E8E8E8 1px solid;
	color:#333;
}
#tag_area li a:hover {
	background:#FAFAFA;
}

/* ================================
　ご利用ガイド
================================ */
#guide_area .guide-nav li a {
	display:block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
	padding-left:10px;
	border-bottom:#E8E8E8 1px solid;
	color:#333;
}
#guide_area .guide-nav li a:hover {
	background:#FAFAFA;
}

/* ================================
　特集
================================ */
#lp_area .lp-nav li a {
	display:block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
	padding-left:10px;
	border-bottom:#E8E8E8 1px solid;
	color:#333;
}
#lp_area .lp-nav li a:hover {
	background:#FAFAFA;
}

/* ================================
　商品詳細ページ YouTube
================================ */
#detail_youtube_area {
	margin-top:30px;
	margin-bottom:30px;
}
#detail_youtube_area .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
}
#detail_youtube_area .embed-container iframe,
#detail_youtube_area .embed-container object,
#detail_youtube_area .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* |||||||||||||||■YPSデザインテンプレートカスタマイズ■||||||||||||||| */
/* --------------------------------
	Common
-------------------------------- */
body{
	overflow-x: hidden;
	color:#333;
}

#header{
	background-size: auto auto !important;
	background-color: rgba(247, 254, 247, 1) !important;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(241, 247, 241, 1) 4px, rgba(241, 247, 241, 1) 5px ) !important;
}

#footer{
	padding-top: 35px;
	padding-bottom: 0 !important;
	background: #faf6ed !important;
	border-top:none !important;
}
#footer .container-fluid {
    padding: 0;
    background: none;
	font-family: serif;
	font-weight: bold;
}
#footer .footer_logo_area{
	padding: 60px 0;
}
#footer .footer_copyright_area{
	background: #593e24;
	color: #fff;
	text-align: center;
}

#bg_height_header_search{
	display: none !important;
}

/* ★全体の幅を変更★ */
.inner {
    max-width: 1080px !important;
}

.container__break {
	padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	padding-top: 35px;
	padding-bottom: 45px;
}

.bg_stripe_green{
	background-size: auto auto;
	background-color: rgba(247, 254, 247, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(241, 247, 241, 1) 4px, rgba(241, 247, 241, 1) 5px );
}

.bg_uzumaki_washi{
	background-image: url(../img/common/img-bg_uzumaki_washi.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bg_uzumaki_white{
	background-image: url(../img/common/img-bg_uzumaki_white.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bg_rice{
	background-image: url(../img/common/img-bg_rice.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.bg_wood{
	background-image: url(../img/common/img-bg_wood.png);
	background-repeat: repeat;
	background-position: top;
}

.bg_white{
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 25px 10px;
}

.bg_rc_white{
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 25px 10px;
}

.bg_rc_white_tr{
	background: rgba(255,255,255,0.9);
	border-radius: 15px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 25px;
}

.bg_rc_white_tr.small{
	background-color:rgba(255,255,255,0.9);
	border-radius: 55px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 25px 15px;
	width: 100%;
	margin: 0 auto;
}

.bg_dark_green{
	background-color:#387835;
}

.underline {
	background: linear-gradient(to bottom, transparent 53%, #F8CED7 53%);
}

h2.title{
	font-family: serif;
	font-size:24px;
	background: none;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
h2.title .inner{
	position: relative;
	display: inline-block;
	padding: 0 50px;
}

h2.title .inner::before,
h2.title .inner::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #333;
}

h2.title .inner::before{
	left: 0;
}

h2.title .inner::after {
	right: 0;
}

h3.sub_title{
	font-size: 20px;
	font-weight: bold;
	color: #387835;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}

h3.sub_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
	width: 100px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #387835;
}

.btn_back_toppage{
	max-width: 300px;
	margin: 25px auto 0;
}

/* ================================
	ヘッダー部
================================ */
#header {
	padding-top: 0;
	min-height: 50px;
}

/*ロゴ*/
#header .header_logo_area {
	top: 8px;
}

#header .header_logo_area .header_logo {
	width: 65%;
}

#bg_bar_globalmenu {
	display: none !important;
}

/* スマホ：三本線　hamburger icon in CSS */
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    background: #333 !important;
}
.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after {
    background: #333 !important;
}
.drawer-open .nav-trigger span {
	background: rgba(46, 50, 51, 0) !important;
}

/* スマホ：メニュー */
.drawer-open .drawer{
	padding-top: 45px;

}
.drawer-open .drawer::before{
	position: absolute;
	content: "Menu";
	font-size: 16px;
	color: #aaa;
	top: 12px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* スマホ：カートアイコン */
.cb-shopping-cart {
	color:#333 !important;
}
p.cart-trigger .cb-close {
	color:#333 !important;
}

/* --------------------------------
	Top Page
-------------------------------- */
.front_page #contents {
	padding-top: 0;
}

@media only screen and (min-width: 768px) {
	.container__break {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.bg_white{
		padding: 25px;
	}
	
	.bg_rc_white{
		padding: 25px;
	}
	
	.bg_rc_white_tr.small{
		border-radius: 70px;
		padding: 50px;
		width: 92%;
		margin: 0 auto;
	}

	h2.title{
		font-size:30px;
	}
	h2.title .inner{
		padding: 0 65px;
	}
	
	h2.title .inner::before,
	h2.title .inner::after{
		width: 45px;
		height: 1px;
	}
	
	h3.sub_title{
		font-size: 28px;
		font-weight: normal;
	}
}

@media only screen and (min-width: 1000px) {
	.bg_rc_white_tr.small{
		width: 70%;
	}
}

/* ================================
　ブロック
================================ */

/* ヘッダーメニュー
-------------------------------- */
#header #header_registration_area,
#header #header_menu_area {
	display: none;
}
	
/* トップ画像
-------------------------------- */
#mainvisual{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	text-align: center;
}
#mainvisual .container__break{
	padding-top: 25px; /* グローバルメニューの高さ */
	padding-bottom: 15px;
}

/* 受け取り場所
-------------------------------- */
#pickup_area .title{
	font-size:18px;
	font-weight: bold;
	color: #387835;
	border-bottom: 2px solid #387835;
	text-align: center;
    max-width: 730px;
	margin: 0 auto 30px;
    line-height: 1.5;
}

#pickup_area ul.list{
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
	align-items: stretch;
}
#pickup_area ul.list li{
	background: #fff;
	border-right: 15px solid #387835;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	width: 48%;
}
#pickup_area ul.list::after{
	content:"";
	display: block;
	width: 48%;
  }

@media only screen and (min-width: 768px) {
	#pickup_area .title{
		font-size:22px;
		line-height: 2;
	}
	
	#pickup_area ul.list{
		display: block;
		width: 100%;
	}

	#pickup_area ul.list::before,
	#pickup_area ul.list::after{
		content: "";
		clear: both;
		display: block;
	}	

	#pickup_area ul.list li{
		float: left;
		width: 28%;
		margin-left: 3%;
	}
}

/* 商品一覧
-------------------------------- */
#list .title{
	color: #333;
}
#list .title .inner::before,
#list .title .inner::after{
	background-color: #333;
}

#list .date_area{
	text-align: center;
	margin-bottom: 35px;
}

#list .date_area .delivery_date{
	position: relative;
	display: inline-block;
	padding: 0 2em;
	margin-bottom: 10px;
	color: #593e24;
	font-size: 30px;
}

#list .date_area .delivery_date:before,
#list .date_area .delivery_date:after {
	line-height: 1;
	position: absolute;
	top: calc(50% - .5em);
}

#list .date_area .delivery_date:before {
	left: 0;
	content: '＼';
}

#list .date_area .delivery_date:after {
	right: 0;
	content: '／';
}

#list .date_area .delivery_date .text-small {
	font-size: 16px;
	margin-right: 10px;
}

#list .date_area .delivery_date .underline {
	letter-spacing: 2px;
	background: linear-gradient(to bottom, transparent 53%, #F8CED7 53%);
}

#list .date_area .period{
	display: block;
	max-width: 320px;
	margin: 0 auto 15px;
	background: #593e24;
	color: #fff;
	padding: 5px;
}

#list .item_photo{
	margin: 0 0 8px;
}
#list .item_name{
	font-size: 17px;
	text-align: center;
	color:#333;
	font-family: serif;
	font-weight: bold;
}

#list .item_price{
	font-size: 16px;
	color: #333;
	text-align: right;
	margin: 0 0 20px;
}

#list .limited_time{
	font-size: 14px;
}
#list .product_item dd.limited_time:last-child{
	margin-bottom: 15px;
}

/* お正月用お届け日関連  */
.date_area .mb-bnr{
	margin-bottom: 15px;
}

.date_area .shogatsu_date_haiso,
.date_area .shogatsu_date_tenpo{
	max-width: 439px;
	margin: 0 auto;
}

.date_area .shogatsu_date_haiso{
	border: 2px solid #DAA536;
}

.date_area .shogatsu_date_tenpo{
	border: 2px solid #B81F03;
}

.date_area .tenpo_color{
	color: #b81f0b;
	margin-bottom: 5px;
}

.date_area .eigyozikan_btn{
	display: block;
	max-width: 200px;
	margin: 0 auto 15px;
	background: #b81f0b;
	color: #fff;
	border-radius: 15px;
	padding: 5px;
	font-weight: bold;
}
.date_area .eigyozikan_btn:hover{
	background: #FD846F;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



/* まきばの商品の特長
-------------------------------- */
#quality .title{
	color: #593E24;
}
#quality .title .inner::before,
#quality .title .inner::after{
	background-color: #593E24;
}

#quality .quality_item_wrapper{
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
	color: #006E2E;
	text-align: center;
	margin-bottom:40px;
}

#quality .quality_item_wrapper:last-child{
	margin-bottom:0;
}

#quality .quality_item{
	position: relative;
	display: inline-block;
	padding: 0 70px;
}

#quality .quality_item:before,
#quality .quality_item:after {
	line-height: 1;
	position: absolute;
	top: calc(50% - 1.5em);
	content: url(../img/common/icon_rice.png);
}

#quality .quality_item:before {
	left: 0;
}

#quality .quality_item:after {
	right: 0;
	transform: scale(-1, 1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

@media only screen and (min-width: 768px) {
	#quality .quality_item_wrapper{
		font-size: 28px;
		margin-bottom:60px;
	}
	
	#quality .quality_item{
		padding: 0 100px;
	}
		
	#quality .quality_item:before,
	#quality .quality_item:after {
		top: calc(50% - 1em);
	}
}

/* 店長・スタッフ紹介
-------------------------------- */
#staff .representative_area{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
#staff .representative_area .img{
	width: 50%;
}
#staff .representative_area .text{
	width: 100%;
}
#staff .representative_area .text .title{
	font-family: serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
#staff .representative_area .text .title:first-letter {
	color: #F19EB0;
	font-size: 150%;
}

#staff .staff_area{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}
#staff .staff_area .img{
	width: 50%;
}
#staff .staff_area .text{
	width: 100%;
}
#staff .staff_area .text .title{
	font-family: serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
#staff .staff_area .text .title:first-letter {
	color: #F19EB0;
	font-size: 150%;
}

@media only screen and (min-width: 768px) {
	#staff .representative_area{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px;
	}
	#staff .representative_area .img{
		width: 30%;
		order: 2;
	}
	#staff .representative_area .text{
		width: 65%;
		order: 1;
	}
	#staff .representative_area .text .title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	#staff .staff_area{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	#staff .staff_area .img{
		width: 28%;
	}
	#staff .staff_area .text{
		width: 70%;
	}
	#staff .staff_area .text .title{
		font-size: 24px;
		margin-bottom: 15px;
	}
}

/* よくあるご質問
-------------------------------- */
#faq_list .title{
	color: #fff;
}
#faq_list .title .inner::before,
#faq_list .title .inner::after{
	background-color: #fff;
}

#faq_list .faq_item {
	background: rgba(255,255,255,0.8);
	border-radius: 15px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 25px;
	margin-bottom: 25px;
}

#faq_list .faq_item .q,
#faq_list .faq_item .a{
	display: flex;
}

#faq_list .faq_item .q{
	font-size: 20px;
	color: #372A00;
	margin-bottom: 10px;
}

#faq_list .faq_item .a{
	font-size: 16px;
}

#faq_list .faq_item .q .icon,
#faq_list .faq_item .a .icon{
	font-size: 32px;
	margin-right: 10px;
	width: 35px;
}

#faq_list .faq_item .q .icon{
}

#faq_list .faq_item .a .icon{
	color: #F19EB0;
}

#faq_list .faq_item .q .inner,
#faq_list .faq_item .a .inner{
	word-break: break-all;
}

#faq_list .faq_item .q .inner{
	margin-top: 10px;
}

/* ご利用ガイド
-------------------------------- */
.flow{
	margin-bottom: 50px;
}

.list_item {
	width: 100%;
}

.list_item_content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.list_item_content_num {
	position: relative;
	margin-right: 10px;
	border-radius: 50%;
	width: 50px;
    height: 50px;
    line-height: 53px;
	text-align: center;
	background: #F19EB0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
}

.list_item_content_number_line {
	position: absolute;
	top: -110%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 2px;
	height: 140px;
	background: #F19EB0;
	z-index: 1;
}
.list_item_content_number_line.first{
	height: 370px;
}

.list_item_content_title {
	font-family: serif;
	font-weight: bold;
	margin-right: 0;
	flex-basis: 298px;
	font-size: 22px;
	max-width: 230px;
}

.list_item_content_description {
	margin-left: 65px;
}

.pay{
	margin-bottom: 45px;
}

.pay .wrapper{
	padding: 25px 10px;
}

.return{
	margin-bottom: 25px;
}

.return .wrapper{
	padding: 25px 10px;
}

#guide .bg_rc_white{
	padding: 25px 10px;
}

#guide h2.title{
	margin-bottom: 5px;
}

@media only screen and (min-width: 530px) {
	.list_item_content_number_line.first{
		height: 270px;
	}
}

@media only screen and (min-width: 678px) {
	.list_item_content_number_line.first{
		height: 230px;
	}
}

@media only screen and (min-width: 768px) {
	.list_item_content_num {
		margin-right: 20px;
		width: 64px;
		height: 64px;
		line-height: 64px;
		font-size: 28px;
	}

	.list_item_content_number_line {
		top: -30%;
	}

	.list_item_content_title {
		margin-right: 0;
		flex-basis: 298px;
		font-size: 24px;
		max-width: 230px;
	}
		
	.list_item_content_description {
		margin-left: 85px;
	}

	#guide .bg_rc_white{
		padding: 50px 25px;
	}
	#guide h2.title{
		margin-bottom: 25px;
	}
		
	.pay .wrapper{
		padding: 25px;
	}
	
	.return .wrapper{
		padding: 25px;
	}
}

/* 商品詳細　お届け日
-------------------------------- */
#item_detail .title{
	color: #333;
}
#item_detail .title .inner::before,
#item_detail .title .inner::after{
	background-color: #333;
}

#item_detail .date_area{
	text-align: center;
	margin-bottom: 35px;
	padding: 10px 0 3px;
	background: #faf6ed;
}

#item_detail .date_area .delivery_date{
	position: relative;
	display: inline-block;
	padding: 0 2em;
	margin-bottom: 10px;
	color: #593e24;
	font-size: 30px;
}

#item_detail .date_area .delivery_date:before,
#item_detail .date_area .delivery_date:after {
	line-height: 1;
	position: absolute;
	top: calc(50% - .5em);
}

#item_detail .date_area .delivery_date:before {
	left: 0;
	content: '＼';
}

#item_detail .date_area .delivery_date:after {
	right: 0;
	content: '／';
}

#item_detail .date_area .delivery_date .text-small {
	font-size: 16px;
	margin-right: 10px;
}

#item_detail .date_area .delivery_date .underline {
	letter-spacing: 2px;
	background: linear-gradient(to bottom, transparent 53%, #F8CED7 53%);
}

#item_detail .date_area .period{
	display: block;
	max-width: 320px;
	margin: 0 auto 15px;
	background: #593e24;
	color: #fff;
	padding: 5px;
}


/* badge */
.badge {
    background-color:#F19EB0;
}

/* ================================
	パンくずリスト
================================ */
/* topicpath */
#topicpath li {
	font-size: 16px;
	font-size: 1.6rem;
}


/* ================================
　商品購入/ご注文内容のご確認
================================ */
.column.is-edit .btn_edit {
    margin: 0;
    position: inherit;
}

@media only screen and (min-width: 768px) {
    /* ================================
       共通
    ================================ */
	h1.page-heading {
		font-size: 26px;
		font-size: 2.6rem;
		font-weight:normal;
	}
    /* ================================
       レイアウト
    ================================ */

	#contents {
		padding-top:25px;
		background:none;
	}
    /* ================================
        PC：グローバルメニューの横バー
    ================================ */
	#bg_bar_globalmenu {
		position:absolute;
		top:130px;
		width:100%;
		height:40px; /* [グローバルメニューのメニューリスト]と同じ */
	}

    /* ================================
        ヘッダー部
    ================================ */
	#header {
        padding-top: 0;
		min-height:130px;
    }
    #header .copy {
        font-size: 12px;
        font-size: 1.2rem;
    }

    /* ================================
        ブロック
    ================================ */
	
	/* ブロックレイアウト
	-------------------------------- */
	#header .header_logo_area,
	#header #member,
	#header #cart_area,
	#header #header_menu_area,
	#header #header_registration_area,
	#header .header_bottom_area {
		position:absolute;
	}
	/*ロゴ*/
	#header .header_logo_area {
		top:25px;
		left:16px;
		z-index:1;
		margin-right:0;
		height:auto;
		text-align:left;
	}
	
	#header .header_logo_area .header_logo {
		width: 100%;
	}
	/*ログイン（グローバルメニュー）*/
	#header #member {
		top:130px;
		right:16px;
		text-align:center;
		border-top: 1px solid #333;
	}
	/*カゴの中*/
	#header #cart_area {
		top:72px;
		right:16px;
	}
	#header #header_registration_area{
		top:5px;
		right:16px;
	}
	#header #header_menu_area {
		top: 55px;
    	right: 16px;
	}
	#header #header_menu_area ul.header_menu_link li a,
	#header #header_menu_area ul.header_menu_link li span,
	#cart_area .cart_price{
		color:#333 !important;
	}
	/* カゴの中 */
	.cart {
		top: 43px;
	}
	.cb-shopping-cart {
		color:#333 !important;
	}
	/*商品検索*/
	#header .header_bottom_area {
		top:190px;
		left:0;
		padding:0 16px;
		width:100%;
	}


	/* ロゴ
	-------------------------------- */
	#header .header_logo_area .copy {
		display: block;
	}
	#header .header_logo_area .header_logo {
		position:relative;
		top:15px; /*ロゴの位置*/
	}

	/* ヘッダーメニュー（cart.twig）
	-------------------------------- */
	#header #header_registration_area,
	#header #header_menu_area {
		display:block;
	}
	#header #header_registration_area li,
	#header #header_menu_area li {
		display:inline-block;
		margin-right: 15px;
	}
	#header #header_registration_area li a,
	#header #header_menu_area li a {
		font-size:14px;
	}
	/* アイコン */
	#header #header_registration_area li a .cb.glyphicon,
	#header #header_menu_area li a .cb.glyphicon {
		font-size: 20px;
		font-size: 2rem;
		margin-right: 5px;
		position: relative;
		top: -1px;
	}
	
	/* グローバルメニュー（「ログイン」ブロック）
	-------------------------------- */
	#member {
		float: none;
		width:100%;
		padding-left:32px;
	}

	#header .category-nav {
		border:none;
	}
	
	#header .member_link.category-nav {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#header .member_link.category-nav li {
		position: relative;
		padding-left: 10px;
	}
	#header .member_link.category-nav li::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -0.7em;
		left: 0;
		width: 18px;
		height: 18px;
		background: #573d24;
		border-radius: 50%;
		z-index: 1;
	}
	#header .member_link.category-nav li::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -6px;
		left: 3px;
		width: 8px;
		height: 8px;
		border-top: #fff 1px solid;
		border-right: #fff 1px solid;
		transform: rotate(45deg);
		z-index: 2;
	}
	#header .category-nav > li:hover > a,
	#header .member_link.category-nav li:hover,
	#header .member_link.category-nav li a:hover {
		background: inherit !important;
		opacity: .8;
	}
	/*メニューリスト*/
	#header .member_link.category-nav > li > a {
		height:40px;/* [グローバルメニューの横バー]と同じ */
		line-height: 40px;
        padding: 0 1em;        
		font-size: 18px;
		font-family: serif;
		font-weight: bold;
		color: #333;
	}
    #header .category-nav > li:hover > ul > li {
        height: 50px;
    }
    #header .category-nav li ul li ul:before {
        top: 13px;
    }
    #header .category-nav li ul li:hover > ul > li {
        height: 50px;
    }
	
	/*★カテゴリを表示しない場合は、display:none;のコメントアウトを外す*/
	#header .category-nav .category_list {
		/*display:none;*/
	}
	
	/* 商品検索
	-------------------------------- */
	#header .search_inner {
		position:relative;
	}
	#header .search select {
		height: 34px;
		font-size: 14px;
		font-size: 1.4rem;
		position:relative;
		z-index:1;
	}
	#header .search .input_search {
		height: 34px;
		padding: 0 40px 0 1em;
		position:relative;
		z-index:1;
	}
	#header .search input[type="search"] {
		height: 34px;
		font-size: 14px;
		font-size: 1.4rem;
		width:150px;
	}
	#header .search .bt_search {
		margin-top: -5px;
	}
	#header .search .item_search {
		float:left;
		position:relative;
		font-size:12px;
		top:12px;
		margin-right:10px;
	}
	#header .search .word_search {
		margin-left:20px;
		position:relative;
		top:12px;
		left:20px;
		font-size:13px;
	}
	#header .search .word_search .hot {
		color:#000;
	}
	#header .search .word_search a {
		margin-right:10px;
	}

	/* 新着情報
	-------------------------------- */
	.news_contents {
		padding: 0;
	}
			
	/* トップ画像
	-------------------------------- */
	#mainvisual .container__break{
		padding-top: 60px; /* グローバルメニューの高さ */
		padding-bottom: 15px;
	}

    /* ================================
        パンくずリスト
    ================================ */
    /* topicpath */
    #topicpath {
        padding: 0 16px;
        border: 0 none;
		margin-bottom:20px;
    }
    #topicpath ol {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    #topicpath li {
        font-size: 18px;
        font-size: 1.8rem;
    }

    /* ================================
        商品購入/ご注文内容のご確認
    ================================ */
	#shopping_confirm .heading02 {
		font-weight: normal;
	}

    /* ================================
        フッター
    ================================ */
    .footer_logo_area {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1000px) {
	/* ================================
        ヘッダー部
    ================================ */
	#header {
        padding-top: 0;
        min-height: 105px;
    }
	
	/* ================================
        ブロック
    ================================ */
	
	/* ブロックレイアウト
	-------------------------------- */
	/*ロゴ*/
	#header .header_logo_area {
		top:0px;
		left:16px;
	}

	/*カゴの中*/
	#header #cart_area {
		top:45px;
		right:16px;
	}
	#header #header_registration_area{
		top:5px;
		right:16px;
	}
	#header #header_menu_area {
		top:65px;
		right:275px;
	}

	/*ログイン（グローバルメニュー）*/
	#header #member {
		top:105px;
		right:16px;
		text-align:center;
	}
}

@media only screen and (max-width: 767px) {
	#header.fixed{
		position: fixed;
		top: 0;
		z-index: 999999;
		width: 100%;
		animation-duration: 0.5s;
		animation-name: slide-down;
		-moz-animation-duration: 0.5s;
		-moz-animation-name: slide-down;
		-webkit-animation-duration: 0.5s;
		-webkit-animation-name: slide-down;
	}

	#header .header_logo_area .header_logo{
		text-align: left;
	}

	#header .header_logo_area .header_logo img{
		max-height: 40px;
	}
}