@charset "utf-8";
/* --------------------------------
	Common
-------------------------------- */

body {
	font-family: font-family:'M+ Type-2 (general-j) Regular', 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 {
}
.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%;
	float: right;
	/*position: absolute;*/
	right: 0; top: 0;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	float: right;
	/*position: absolute;*/
	right: 65px;
}

#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;
}

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


/* <Not Use>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;
}
/* <Not Use>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;
}
/* <Not Use>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;
}
#item_photo_area .slick-slide {
    text-align: center;
}
#item_photo_area .slick-slide img {
    display: inline-block;
}


/* 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: relative;
    bottom: 0px;
    float: none;
    display: block;
    width: 100%;
    padding: 10px 0px 0px 0px;
    list-style: none;
    text-align: center;
}
/*dotsのli設定*/
.slick-dots li {
    position: relative;
    display: inline-flex;/*inline-block;*/
    width: 100px;
    height: 100px;
    margin: 0 20px;
    cursor: pointer;
}
/*onのdotsの表示設定*/
.slick-dots li button {
    display: inline-flex;/*block;*/
    width: 100px;
    height: 100px;
    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;
}
/*offのdotsの表示設定*/
/*
.slick-dots li:nth-child(6) button:before {
    content:"";
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .25;
    background: url(/html/user_data/top_slide1xs.png);
    border:solid 3px #b8a8d1;
    border-radius: 5px;
}
*/
.slick-dots li:nth-child(1) button:before {
    content:"";
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .25;
    background: url(/html/user_data/top_slide2xs.png);
    border:solid 3px #b8a8d1;
    border-radius: 5px;
}
.slick-dots li:nth-child(2) button:before {
    content:"";
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .25;
    background: url(/html/user_data/top_slide3xs.png);
    border:solid 3px #b8a8d1;
    border-radius: 5px;
}
.slick-dots li:nth-child(3) button:before {
    content:"";
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .25;
    background: url(/html/user_data/top_slide4xs.png);
    border:solid 3px #b8a8d1;
    border-radius: 5px;
}
.slick-dots li:nth-child(4) button:before {
    content:"";
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .25;
    background: url(/html/user_data/top_slide5xs.png);
    border:solid 3px #b8a8d1;
    border-radius: 5px;
}
.slick-dots li:nth-child(5) button:before {
    content:"";
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .25;
    background: url(/html/user_data/top_slide6xs.png);
    border:solid 3px #b8a8d1;
    border-radius: 5px;
}
/*
.slick-dots li:nth-child(7) button:before {
    content:"";
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .25;
    background: url(/html/user_data/top_slide7xs.png);
    border:solid 3px #b8a8d1;
    border-radius: 5px;
}
*/
.slick-dots li.slick-active button:before {
    border:solid 5px #674498;/*b8a8d1;*/
    border-radius: 5px;
    opacity: .75;
}
.slick-dots li button.thumbnail img {
    width: 0; height: 0;
}


/******************************
	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;
	}
	#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 .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;
	}

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


	/* <Not Use>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;
	}
	/* <Not Use>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;
	}
	#item_photo_area .slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	#item_photo_area .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;
}

/* --------------------------------
    Button property
-------------------------------- */
@font-face {
  font-family: "LigatureSymbols";
  src: url("/font/LigatureSymbols-2.11.eot");
  src: url("/font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("/font/LigatureSymbols-2.11.woff") format("woff"),
           url("/font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("/font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 5px;
  background-color: #674498;
  margin-top: 10px;
  width: 100%;
}

.general-button:before  {
  border-radius: 5px;
  border-bottom: 0px solid rgba(79,52,116, 0);
  background-color: rgba(79,52,116, 0);
}

.button-content  {
  border-radius: 0px 0px 5px 5px;
  padding: 5px 5.5px;
  box-shadow: 0px 0px 0px 0px rgba(79,52,116, 0);
  color: #ffffff;
  width: 100%;
  text-align:center;
}

.button-text  {
  padding: 0px 10px;
  line-height: 2em;
  font-size: 18px;
}

.icon-font  {
  padding: 0px 10px;
  font-size: 27px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -4px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #6e48a2;
}

.general-button:hover:before  {
  border-bottom: 4px solid rgba(79,52,116, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 4px 0px 0px rgba(79,52,116, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #ffffff/*#5b3c86;*/
  box-shadow: 0px 1.8px 0px 0px rgba(67,44,99, 1) inset;
}

.general-button:active:before  {
  top: -4px;
  padding-bottom: 4px;
  border-bottom: 0px solid rgba(79,52,116, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(79,52,116, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #674498;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(79,52,116, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(79,52,116, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #5b3c86;
  box-shadow: 0px 1.8px 0px 0px rgba(67,44,99, 1) inset;
}

.touch .general-button:active:before  {
  top: -4px;
  padding-bottom: 4px;
  border-bottom: 0px solid rgba(79,52,116, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(79,52,116, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */

