@charset "UTF-8";

/* ================================================================================
	layout
================================================================================ */
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 100;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 200;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 300;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 400;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: bold;
	src: local('Yu Gothic Bold');
}

body {
	/* edit */
	background: #fff;
	color: #333;
	font-family: 'Lato', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* font-family: 'Noto Serif JP', '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif; */

	font-size: 14px;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

a {
	/* edit */
	color: #08c;
}
a:active, a:hover, a:focus {
	/* edit */
	color: #08c;
}

.l-container {
	overflow: hidden;
}


/* ---------------------------------------------------------
	header
----------------------------------------------------------*/
.l-header {
	margin-bottom: 40px;
}
.l-header-inner {
}

.header-bar {
	/* edit */
	background: rgba(0,0,0,0.065);

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	width: 100%;
	padding: 15px 40px;
}
.header-description {
	margin: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}
.header-utility {
}
.header-utility-list {
	margin: 0;
}
.header-utility-list-item {
	float: left;
	margin-right: 25px;
	list-style: none;
	/* font-family: 'Lato', sans-serif; */
}
.header-utility-list-item.-official {
	margin-right: 50px;
}
.header-utility-list-item:last-child {
	margin: 0;
}
.header-utility-list-item:not(.-official) a {
	color: inherit;
}
.header-utility-list-item i {
	margin-right: 5px;
}
.header-utility-list-item.-official i {
	margin: 0 0 0 5px;
}
.header-utility-list-item span {
}

.header-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	width: 100%;
	padding: 35px 40px 0;
}

.header-logo {
	margin: 0;
	line-height: 0;
}
.header-logo img {
	max-height: 40px;
}

.header-nav {
}
.header-nav-list {
	margin: 0;
}
.header-nav-list-item {
	list-style: none;
	float: left;
	margin-right: 35px;
	font-size: 16px;
	font-weight: bold;
}
.header-nav-list-item:last-child {
	margin: 0;
}
.header-nav-list-item a {
	/* edit */
	color: rgba(0,0,0,0.655);
}

.header-delivery {
	padding: 20px 40px 0;
	text-align: right;
}
.header-delivery-list {
	margin: 0;
	letter-spacing: -0.4em;
}
.header-delivery-list-item {
	/* edit */
	color: rgba(0,0,0,0.335);

	display: inline;
	list-style: none;
	font-size: 13px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.header-delivery-list-item::after {
	content: '/';
	margin: 0 10px;
}
.header-delivery-list-item:last-child::after {
	display: none;
}


/* ---------------------------------------------------------
	content
----------------------------------------------------------*/
.l-content {
}
.l-content-inner {
	padding: 0 40px 250px;
}

/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
.l-main {
}
.l-main-inner {
	padding-bottom: 200px;
}


/* ---------------------------------------------------------
	mainvisual
----------------------------------------------------------*/
.l-mainvisual {
	position: relative;
	margin: 0 -40px 30px;
	background: rgba(0,0,0,0.065);
}
.l-mainvisual_inner {
}

/* slider */
#slider {
}
#slider img {
	width: 100%;
}
#slider > div {
	width: 100vw !important;
}
.l-mainvisual .bx-wrapper {
	margin: 0;
}
.l-mainvisual .bx-wrapper .bx-viewport {
	top: 0;
	left: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.l-mainvisual #slider > div > a {
	display: block;
}
.l-mainvisual #slider > div > a:hover,
.l-mainvisual #slider > div > a:focus {
	opacity: 0.8;
}
.l-mainvisual .bx-wrapper .bx-caption {
	top: 0;
	bottom: auto;
	background: rgba(0,0,0,0.3);
}
.l-mainvisual .bx-wrapper .bx-caption span {
	padding: 1.5em;
}

/* controls */
.l-mainvisual .bx-wrapper .bx-controls-direction a {
	/* edit */
	background: rgba(255,255,255,0.3);

	z-index: 100;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	border-radius: 50%;
}
.l-mainvisual .bx-wrapper .bx-controls-direction a::before {
	/* edit */
	color: #fff;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 45px;
	font-family: 'Font Awesome 5 Pro';
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	text-indent: 0;
	text-align: center;
	text-rendering: auto;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-prev { left: 25px; }
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-prev::before {
	content: '\f053';
	padding-right: 5px;
}
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-next { right: 25px; }
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-next::before {
	content: '\f054';
	padding-left: 5px;
}

/* pager */
.l-mainvisual .bx-wrapper .bx-pager {
	bottom: 30px;
	padding: 0;
}
.l-mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
	/* edit */
	background: #eee;
}
.l-mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.l-mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	/* edit */
	background: #333;
}


/* ---------------------------------------------------------
	sidebar
----------------------------------------------------------*/
.l-sidebar {
	/* edit */
	border-top: 1px solid rgba(0,0,0,0.8);
}
.l-sidebar-inner {
	padding-top: 75px;
}

.side-nav-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -20px;
}
.side-nav {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;

	padding: 0 20px;
}
.side-nav-ttl {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.side-nav-list {
	margin: 0;
}
.side-nav-list-item {
	list-style: none;
	margin-bottom: 10px;
}
.side-nav-list-item a {
	color: inherit;
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
.l-footer {
	/* edit */
	background: rgba(0,0,0,0.055);
}
.l-footer-inner {
	padding: 50px 40px 40px;
}

.scroll-top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 40px;
	z-index: 200;
}
.scroll-top a {
	/* edit */
	background: #333;
	color: #fff;

	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
}
.scroll-top i {
	line-height: 50px;
	font-size: 18px;
}

.footer-detail {
	margin-bottom: 80px;
}

.footer-about {
	float: left;
	width: 30%;
}
.footer-about-logo {
	margin-bottom: 20px;
	line-height: 1;
}
.footer-about-logo img {
	max-height: 30px;
}
.footer-about-txt {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.footer-about-txt p {
	margin: 0;
}
.footer-about-txt a {
	color: inherit;
}
.footer-about-sns {
	margin: 0;
	letter-spacing: -0.4em;
}
.footer-about-sns-item {
	display: inline;
	list-style: none;
	margin-right: 15px;
	font-size: 25px;
	letter-spacing: normal;
}
.footer-about-sns-item:last-child {
	margin: 0;
}
.footer-about-sns-item a {
	color: inherit;
}

.footer-nav {
	float: right;
	width: 70%;
	text-align: right;
	letter-spacing: -0.4em;
}
.footer-nav-item {
	display: inline-block;
	margin-right: 60px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.05em;
}
.footer-nav-item:last-child {
	margin: 0;
}
.footer-nav-list {
	margin: 0 0 30px;
}
.footer-nav-list:last-child {
	margin: 0;
}
.footer-nav-list-item {
	list-style: none;
	margin-bottom: 15px;
	font-size: 15px;
}
.footer-nav-list-item:last-child {
	margin: 0;
}
.footer-nav-list-item a {
	/* edit */
	color: rgba(0,0,0,0.665);
}

.footer-copyright {
	/* edit */
	color: rgba(0,0,0,0.335);

	margin: 0;
	font-size: 13px;
}


/* ================================================================================
	content
================================================================================ */

/* ---------------------------------------------------------
	top
----------------------------------------------------------*/
.top-info {
	margin-bottom: 60px;
	line-height: 1.8;
}
.top-free {
	margin-bottom: 60px;
	line-height: 1.8;
}
.top-info + .top-free {
	margin-top: -30px;
}


/* ---------------------------------------------------------
	lower
----------------------------------------------------------*/
.bread {
	opacity: 0.7;
	margin-bottom: 75px;
}
.bread-list {
	margin: 0;
	letter-spacing: -0.4em;
}
.bread-list-item {
	display: inline-block;
	list-style: none;
	position: relative;
	font-size: 12px;
	letter-spacing: normal;
}
.bread-list-item::after {
	content: '/';
	margin: 0 10px;
}
.bread-list-item:last-child::after {
	content: none;
}
.bread-list-item a {
	color: inherit;
	text-decoration: underline;
}
/*
.bread-list-item:last-child a {
	text-decoration: none;
	pointer-events: none;
}
*/

.page-ttl {
	/* edit */
	color: rgba(0,0,0,0.665);

	margin: 75px 0 35px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}


/* ---------------------------------------------------------
	module
----------------------------------------------------------*/
.module {
	margin-bottom: 150px;
}
.module.-narrow {
	margin-bottom: 60px;
}
.module:last-of-type {
	margin: 0;
}
.module-ttl {
	/* edit */
	color: rgba(0,0,0,0.665);

	margin-bottom: 60px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.module-prd-list {
	margin: 0 20px;
}
.module-prd-list-item {
	margin: 0;
	list-style: none;
}
.module-prd-list-item-inner {
	padding: 0 10px;
}
.module-prd-list-link {
	/* edit */
	color: rgba(0,0,0,0.665);

	display: block;
}
.module-prd-list-link:hover {
}
.module-prd-list-img {
	margin-bottom: 25px;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.module-prd-list-ttl {
	margin-bottom: 10px;
	font-weight: bold;
}
.module-prd-list-price {
	margin-bottom: 5px;
	font-size: 12px;
}
.module-prd-list-price.-regular {
	font-size: 11px;
	text-decoration: line-through;
}
.module-prd-list-discount {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.module-prd-list-soldout {
	margin: 0;
	font-size: 12px;
}
.module-prd-list-link :last-child {
	margin-bottom: 0;
}
/* slick arrows */
.module-prd-list .slick-track {
	min-width: 100%;
}
.module-prd-list .slick-prev,
.module-prd-list .slick-next,
.module-prd-list .slick-prev::before,
.module-prd-list .slick-next::before {
	display: block;
	width: auto;
	height: auto;
}
.module-prd-list .slick-prev,
.module-prd-list .slick-next {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-prd-list .slick-prev {
	left: -30px;
}
.module-prd-list .slick-next {
	right: -30px;
}
.module-prd-list .slick-next:before,
.module-prd-list .slick-prev:before {
	/* edit */
	color: rgba(0,0,0,0.7);

	opacity: 1;
	font-size: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.module-prd-list .slick-arrow:hover::before {
	opacity: 0.7;
}
/* slick dots */
.slick-dotted.module-prd-list {
	margin-bottom: 0;
}
.module-prd-list .slick-dots {
	position: static;
	margin-top: 25px;
	line-height: 0;
}
.module-prd-list .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 10px;
}
.module-prd-list .slick-dots li button {
	/* edit */
	background: rgba(0,0,0,0.6);

	opacity: 0.3;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
}
.module-prd-list .slick-dots li button:hover,
.module-prd-list .slick-dots li button:focus,
.module-prd-list .slick-dots li.slick-active button{
	opacity: 1;
}
.module-prd-list .slick-dots li button:before {
	display: none;
}


/* ---------------------------------------------------------
	prdlist
----------------------------------------------------------*/
/* カテゴリー フリースペース */
.prdlist-description {
	margin: 60px 0 40px;
	line-height: 1.8;
}
.prdlist-pager + .prdlist-description {
	margin-top: 100px;
}
.prdlist-description:last-child {
	margin-bottom: 0;
}

/* カテゴリ絞込 */
.prdlist-nav {
	/* edit */
	border-top: 1px solid rgba(0,0,0,0.065);

	margin: 40px 0;
	padding-top: 40px;
}
.prdlist-nav-title {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
}
.prdlist-nav-list {
	margin: 0;
	letter-spacing: -0.4em;
}
.prdlist-nav-list-item {
	display: inline-block;
	list-style: none;
	margin: 0 10px 15px 0;
	vertical-align: top;
	letter-spacing: normal;
}
.prdlist-nav-list-item a {
	/* edit */
	border: 1px solid rgba(0,0,0,0.2);

	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	color: inherit;
	font-size: 12px;
	vertical-align: top;
}

/* 並べ替え */
.prdlist-sort {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	margin: 30px 0 20px;
}
.prdlist-sort-total {
	margin: 0;
}
.prdlist-sort-total-num {
	font-size: 24px;
	font-weight: bold;
}
.prdlist-sort-changer {
	position: relative;
}
.prdlist-sort-changer::after {
	content: '\f0dc';
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: -100;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	transform: translateY(-50%);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.prdlist-sort-changer-sel {
	display: inline-block;
	height: auto;
	padding: 10px 30px 10px 10px;
	border: 2px solid transparent;
	border-radius: 4px;
	background: transparent;
	line-height: 1.5;
	font-size: 14px;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.prdlist-sort-changer-sel:hover {
	/* edit */
	border-color: rgba(0,0,0,0.1);
}

/* 商品一覧 */
.prdlist-list {
}
.prdlist-list-item {
	padding-bottom: 60px;
}
.prdlist-list-link {
	/* edit */
	color: rgba(0,0,0,0.665);

	display: block;
}
.prdlist-list-link:hover {
}
.prdlist-list-img {
	position: relative;
	margin-bottom: 25px;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.prdlist-list-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
}
.prdlist-list-icon.-item01 {
	background: #efdda6;
}
.prdlist-list-icon.-item02 {
	background: #cbcbcb;
}
.prdlist-list-icon.-item03 {
	background: #e4cbb1;
}
.prdlist-list-ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.prdlist-list-price {
	margin-bottom: 5px;
}
.prdlist-list-price.-regular {
	font-size: 12px;
	text-decoration: line-through;
}
.prdlist-list-discount {
	margin: 0;
	font-weight: bold;
}
.prdlist-list-soldout {
	margin: 0;
}
.prdlist-list-txt {
	opacity: 0.8;
	margin-top: 15px;
	line-height: 1.8;
	font-size: 13px;
}
.prdlist-list-link :last-child {
	margin-bottom: 0;
}

/* 該当商品なし */
.prdlist-none {
	margin: 40px 0;
	font-size: 16px;
	text-align: center;
}

/* pager */
.prdlist-pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	/*
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	*/

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	margin-top: 40px;
}
.prdlist-pager-prev {
	order: 1;
}
.prdlist-pager-next {
	order: 3;
}
.prdlist-pager-btn {
	color: inherit;
	font-size: 18px;
	font-weight: bold;
}
.prdlist-pager-btn.-disabled {
	opacity: 0.5;
	cursor: default;
}
.prdlist-pager-btn i {
}
.prdlist-pager-prev .prdlist-pager-btn i {
	margin-right: 10px;
}
.prdlist-pager-next .prdlist-pager-btn i {
	margin-left: 10px;
}
.prdlist-pager-pos {
	order: 2;
	margin: 0;
	padding: 0 15%;
}
.prdlist-pager-pos-num {
	font-size: 24px;
	font-weight: bold;
}


/* ---------------------------------------------------------
	form
----------------------------------------------------------*/
.form-select {
	/* edit */
	border: 2px solid rgba(0,0,0,0.1);

	display: block;
	width: 100%;
	height: 40px;
	line-height: 36px;
}
.form-input,
.password_field {
	/* edit */
	border: 2px solid rgba(0,0,0,0.1);

	display: block;
	width: 100%;
	height: 40px;
	font-size: 15px;
	line-height: 36px;
}
.form-select:hover,
.form-select:focus,
.form-input:hover,
.form-input:focus,
.password_field:hover,
.password_field:focus {
	/* edit */
	border-color: rgba(0,0,0,0.8);
}

.form-btn {
	/* edit */
	background: #111;
	color: #fff;

	display: inline-block;
	padding: 15px 50px;
	border: none;
	border-radius: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.1em;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-btn:hover {
	opacity: 0.7;
}
.form-btn i {
	margin-right: 10px;
}
.form-btn:disabled {
	/* edit */
	background: rgba(0,0,0,0.335);

	cursor: default;
}
.form-btn:disabled:hover {
	opacity: 1;
}


/* ---------------------------------------------------------
	prd
----------------------------------------------------------*/
.prd-content {
	margin-bottom: 200px;
}
.prd-content-sub {
	float: left;
	width: calc(100% - 460px);
}
.prd-content-main {
	float: right;
	width: 400px;
}

/* フォームレイアウト */
.prd-form-unit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	width: 100%;
}
.prd-form-unit-label,
.prd-form-unit-detail {
	margin-bottom: 20px;
}
.prd-form-unit-label {
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
	max-width: 110px;
	width: 110px;
	font-weight: bold;
}
.prd-form-unit-detail {
	-ms-flex: 0 0 calc(100% - 110px);
	flex: 0 0 calc(100% - 110px);
	max-width: calc(100% - 110px);
	width: calc(100% - 110px);
}

/* 商品名 */
.prd-title {
	/* edit */
	color: rgba(0,0,0,0.665);

	margin: 0 0 50px;
	line-height: 1.4;
	font-size: 32px;
	font-weight: bold;
}

/* ギャラリー */
.prd-gallery {
}
.prd-gallery-main {
}
.prd-gallery-main img {
	width: 100%;
}
.prd-gallery-sub {
	margin-top: 20px;
}
.prd-gallery-sub-list {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	margin: 0 -10px;
}
.prd-gallery-sub-list-item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 20%;

	margin-bottom: 20px;
	padding: 0 10px;
}
.prd-gallery-sub-list-img {
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	outline: 3px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.prd-gallery-sub-list-img:hover {
	/* edit */
	outline-color: rgba(0,0,0,0.2);
}
.prd-gallery-sub-list-item.-is-active .prd-gallery-sub-list-img,
.prd-gallery-sub-list-item.-is-active .prd-gallery-sub-list-img:hover {
	/* edit */
	outline-color: rgba(0,0,0,0.665);
}
.prd-gallery-sub-list-item.-is-active .prd-gallery-sub-list-img {
	cursor: default;
}

/* 商品説明文 */
.prd-exp {
	margin-top: 25px;
	line-height: 1.8;
	font-size: 16px;
}

/* 価格 */
.prd-price {
	margin: 10px 0 40px;
	line-height: 1.8;
}
.prd-price-num {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.prd-price-num.-regular {
	font-size: 14px;
	text-decoration: line-through;
}
.prd-price-discount {
	/* edit */
	color: #dc3545;

	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

/* 型番 定価 重量 在庫状況 */
.prd-spec {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 0 30px;
}
.prd-spec-ttl {
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
	max-width: 110px;
	width: 110px;

	font-weight: bold;
}
.prd-spec-txt {
	-ms-flex: 0 0 calc(100% - 110px);
	flex: 0 0 calc(100% - 110px);
	max-width: calc(100% - 110px);
	width: calc(100% - 110px);

	margin: 0 0 10px;
}

/* オプション情報 */
.prd-option {
}
.prd-option-radio {
	margin-bottom: 40px;
}
.prd-option-radio:empty {
	margin: 0;
}

/* 表形式 */
.prd-option-radio table {
	/* edit */
	border-top: 1px solid rgba(0,0,0,0.135);

	width: 100%;
	table-layout: fixed;
}
.prd-option-radio table th,
.prd-option-radio table td {
	/* edit */
	border-bottom: 1px solid rgba(0,0,0,0.135);

	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.prd-option-radio table .stock_head th,
.prd-option-radio table .stock_head td {
}
.prd-option-radio table td label {
	font-size: 11px;
}

/* プルダウン形式 */
.prd-option-select {
}

/* カート */
.prd-cart {
	/* edit */
	border-color: rgba(0,0,0,0.065);

	margin: 40px 0;
	padding: 30px 0;
	border-width: 1px 0;
	border-style: solid;
	text-align: center;
}
.prd-cart .form-btn {
	display: block;
	padding: 25px 0;
	width: 100%;
}
.disable_quick {
	margin-top: 30px;
}

/* 在庫無し */
.prd-tock-error {
	/* edit */
	color: #dc3545;

	font-size: 13px;
	text-align: center;
}

/* 会員のみ購入できます */
.prd-member-only {
	font-weight: bold;
}

/* 商品関連リンク */
.prd-info {
	margin: 40px 0;
}
.prd-info-list {
	margin: 0;
}
.prd-info-list-item {
	margin-bottom: 10px;
	list-style: none;
}
.prd-info-list-item:last-child {
	margin: 0;
}
.prd-info-list-item a {
	color: inherit;
}

/* お気に入りボタン */
.prd-favorite {
}
.prd-favorite-btn {
	/* edit */
	color: rgba(0,0,0,0.3);

	padding: 0;
	border: none;
	background: none;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.prd-favorite-btn i {
	margin-right: 5px;
	font-size: 22px;
}
.prd-favorite-btn.fav-items {
	/* edit */
	color: #ff7373;
}

/* 該当商品なし */
.prd-none {
	margin: 40px 0;
	font-size: 16px;
	text-align: center;
}


/* ---------------------------------------------------------
	option
----------------------------------------------------------*/
.option {
	padding: 20px;
}
.option-ttl {
	margin: 0 0 20px;
	font-size: 26px;
}
.option-btn {
	text-align: center;
}


/* ---------------------------------------------------------
	page
----------------------------------------------------------*/
.l-page {
	margin: 0 auto;
	max-width: 800px;
}


/* ---------------------------------------------------------
	sk
----------------------------------------------------------*/
.-tpl-shopkeeper .page-ttl {
	margin-bottom: 100px;
}

.sk {
	margin-bottom: 100px;
}
.sk:last-of-type {
	margin: 0;
}
.sk-ttl {
	position: relative;
	margin-bottom: 40px;
	font-size: 25px;
	text-align: center;
}
.sk-ttl span {
	/* edit 背景色と揃える */
	background: #fff;

	display: inline-block;
	padding: 0 20px;
}
.sk-ttl::after {
	/* edit */
	background: rgba(0,0,0,0.8);

	display: block;
	content: '';
	position: absolute;
	top: 50%;
	z-index: -100;
	width: 100%;
	height: 1px;
}
.sk-list {
	margin: 0 0 40px;
}
.sk-list:last-child {
	margin: 0;
}
.sk-list-ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.sk-list-txt {
	margin: 0 0 40px;
	line-height: 1.8;
	font-size: 15px;
}
.sk-list-txt:last-child {
	margin: 0;
}


/* ---------------------------------------------------------
	policy
----------------------------------------------------------*/
.-tpl-privacy .page-ttl {
	margin-bottom: 100px;
}

.policy {
}
.policy-list {
}
.policy-list-ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.policy-list-txt {
	margin: 0 0 40px;
	line-height: 1.8;
	font-size: 15px;
}


/* ================================================================================
	smartphone
================================================================================ */
.l-sp-header {
	display: none;
}

@media (max-width: 768px) {

.l-sp-header {
	display: block;
	padding-top: 46px;
}

/* ---------------------------------------------------------
	sp-header
----------------------------------------------------------*/
.sp-header-nav {
	/* edit */
	border-bottom: 1px solid rgba(0,0,0,0.135);

	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}
.sp-header-nav-inner {
	/* edit */
	background: #fff;
}

.sp-header-nav-trigger {
	/* edit */
	background: rgba(0,0,0,0.065);
	color: inherit;

	position: relative;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.sp-header-nav-trigger::after {
	/* edit */
	color: inherit;

	content: '\f0c9';
	position: absolute;
	top: 50%;
	right: 10px;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.sp-header-nav-trigger.-is-close::after {
	content: '\f077';
	font-weight: 900;
}

.sp-header-nav-list {
	display: none;
	margin: 0;
}
.sp-header-nav-list-item {
	/* edit */
	border-bottom: 1px solid rgba(0,0,0,0.135);

	list-style: none;
}
.sp-header-nav-list-item:last-child {
	border: none;
}
.sp-header-nav-list-item a {
	/* edit */
	color: rgba(0,0,0,0.735);

	display: block;
	height: 46px;
	padding: 0 10px;
	line-height: 46px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.05em;
}
.sp-header-nav-list-item i {
	/* edit */
	color: inherit;

	margin: 5px;
}
.sp-header-nav-list-item.-cart {
	padding-right: 25px;
}


/* ---------------------------------------------------------
	header
----------------------------------------------------------*/
.l-header {
	margin: 0;
}
.header-bar,
.header-nav {
	display: none;
}
.header-detail {
	display: block;
	padding: 0;
}
.header-logo {
	text-align: center;
}
.header-logo a {
	/* edit */
	padding: 25px;

	display: block;
}
.header-logo img {
	/* edit */
	height: 25px;
}


/* ---------------------------------------------------------
	content
----------------------------------------------------------*/
.l-content {
}
.l-content-inner {
	padding: 0 20px 100px;
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
.l-main {
}
.l-main-inner {
	padding-bottom: 100px;
}


/* ---------------------------------------------------------
	mainvisual
----------------------------------------------------------*/
.l-mainvisual {
	margin: 0 -20px 30px;
}
/* controls */
.l-mainvisual .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
}
.l-mainvisual .bx-wrapper .bx-controls-direction a::before {
	line-height: 40px;
	font-size: 20px;
}
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-prev { left: 10px; }
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-next { right: 10px; }
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-prev::before { padding-right: 3px; }
.l-mainvisual .bx-wrapper .bx-controls-direction a.bx-next::before { padding-left: 3px; }


/* ---------------------------------------------------------
	sidebar
----------------------------------------------------------*/
.l-sidebar {
}
.l-sidebar-inner {
	padding-top: 60px;
}

.side-nav-group {
	margin: 0 -10px;
}
.side-nav {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;

	padding: 0 10px;
	text-align: center;
}
.side-nav-ttl {
	font-size: 15px;
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
.l-footer {
}
.l-footer-inner {
	padding: 40px 20px 20px;
}

.scroll-top {
	display: none !important;
}

.footer-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;

	margin-bottom: 50px;
}

.footer-about {
	/* edit */
	border-top: 1px solid rgba(0,0,0,0.135);

	float: none;
	width: 100%;
	padding-top: 40px;
}
.footer-about-logo {
	margin-bottom: 20px;
}
.footer-about-logo img {
	/* edit */
	max-height: 25px;
}
.footer-about-txt a {
	color: inherit;
}
.footer-about-sns-item {
	font-size: 22px;
}

.footer-nav {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	float: none;
	width: 100%;
	margin: 0 -10px 40px;
}
/* clearfix 削除 */
.footer-nav::before,
.footer-nav::after {
	display: none;
}
.footer-nav-item {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	width: 60%;

	margin: 0;
	padding: 0 10px;
	letter-spacing: 0.025em;
}
.footer-nav-item:nth-child(2) {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	width: 40%;
}
.footer-nav-list {
	/* margin: 0 0 calc(1.5em + 20px); */
	margin: 0 0 10px;
}
.footer-nav-list-item {
	margin-bottom: 10px;
	font-size: 14px;
}

.footer-copyright {
	font-size: 11px;
	text-align: center;
}


/* ================================================================================
	content
================================================================================ */

/* ---------------------------------------------------------
	top
----------------------------------------------------------*/
.top-info,
.top-free,
.top-info + .top-free {
	margin: 0 0 40px;
}
.top-info br,
.top-free br {
	display: none;
}

/* ---------------------------------------------------------
	lower
----------------------------------------------------------*/
.bread {
	margin-bottom: 50px;
}

.page-ttl {
	margin: 60px 0 30px;
	font-size: 22px;
}


/* ---------------------------------------------------------
	module
----------------------------------------------------------*/
.module {
	margin-bottom: 80px;
}
.module.-narrow {
	margin-bottom: 20px;
}
.module-ttl {
	margin-bottom: 35px;
	font-size: 20px;
}

.module-prd-list {
	margin: 0 5px;
}
.module-prd-list-item-inner {
	padding: 0 5px;
}
.module-prd-list-img {
	margin-bottom: 15px;
}
.module-prd-list-ttl {
	margin-bottom: 5px;
}

/* slick arrows */
.module-prd-list .slick-prev,
.module-prd-list .slick-next {
	width: 30px;
}
.module-prd-list .slick-prev {
	left: -25px;
}
.module-prd-list .slick-next {
	right: -25px;
}
.module-prd-list .slick-next:before,
.module-prd-list .slick-prev:before {
	font-size: 22px;
}
/* slick dots */
.module-prd-list .slick-dots {
	margin-top: 20px;
}
.module-prd-list .slick-dots li {
	margin: 0 8px;
}


/* ---------------------------------------------------------
	prdlist
----------------------------------------------------------*/
/* カテゴリー フリースペース */
.prdlist-description {
	margin: 60px 0 40px;
	font-size: 13px;
}
.prdlist-pager + .prdlist-description {
	margin-top: 60px;
}
.prdlist-description br {
	display: none;
}

/* カテゴリ絞込 */
.prdlist-nav-title {
	font-size: 15px;
}
.prdlist-nav-list-item a {
	font-size: 11px;
}

/* 商品一覧 */
.prdlist-list {
}
.prdlist-list-item {
	padding-bottom: 30px;
}
.prdlist-list-img {
	margin-bottom: 15px;
}
.prdlist-list-icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.prdlist-list-ttl {
	margin-bottom: 5px;
	font-size: 14px;
}
.prdlist-list-txt {
	margin-top: 5px;
	font-size: 12px;
}

/* pager */
.prdlist-pager {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	margin-top: 30px;
}
.prdlist-pager-btn {
	font-size: 15px;
}
.prdlist-pager-prev .prdlist-pager-btn i {
	margin-right: 10px;
}
.prdlist-pager-next .prdlist-pager-btn i {
	margin-left: 10px;
}
.prdlist-pager-pos {
	display: none;
	padding: 0;
	font-size: 12px;
}
.prdlist-pager-pos-num {
	font-size: 16px;
}


/* ---------------------------------------------------------
	form
----------------------------------------------------------*/
.form-input, .password_field, .form-select {
	line-height: 1.42857;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* ---------------------------------------------------------
	prd
----------------------------------------------------------*/
.prd-content {
	margin-bottom: 100px;
}
.prd-content-sub,
.prd-content-main {
	float: none;
	width: auto;
}
.prd-content-sub {
	margin-bottom: 100px;
}

/* フォームレイアウト */
.prd-form-unit-label {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}
.prd-form-unit-detail {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	width: 75%;
}

/* 商品名 */
.prd-title {
	margin: 0 0 50px;
	font-size: 30px;
}

/* 商品説明文 */
.prd-exp {
	margin-top: 20px;
}
.prd-exp br {
	display: none;
}

/* 価格 */
.prd-price {
	margin: 0 0 30px;
	line-height: 1.8;
}
.prd-price-num {
	font-size: 16px;
}
.prd-price-num.-regular {
	font-size: 14px;
}

/* 型番 定価 重量 在庫状況 */
.prd-spec {
	margin-bottom: 20px;
}
.prd-spec-ttl {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}
.prd-spec-txt {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	width: 75%;
}

/* オプション情報 */
.prd-option-radio {
	margin-bottom: 30px;
}

/* 表形式 */
.prd-option-radio table {
	/* edit */
	border-top: 1px solid rgba(0,0,0,0.135);

	width: 100%;
	table-layout: fixed;
}
.prd-option-radio table th,
.prd-option-radio table td {
	/* edit */
	border-bottom: 1px solid rgba(0,0,0,0.135);

	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.prd-option-radio table .stock_head th,
.prd-option-radio table .stock_head td {
}
.prd-option-radio table td label {
	font-size: 11px;
}

/* プルダウン形式 */
.prd-option-select {
}

/* カート */
.prd-cart {
	margin: 30px 0;
}

/* 商品関連リンク */
.prd-info {
	margin: 60px 0 30px;
}

/* お気に入りボタン */
.prd-favorite {
}
.prd-favorite-btn {
	font-size: 20px;
}
.prd-favorite-btn i {
	margin-right: 10px;
	font-size: 26px;
}


/* ---------------------------------------------------------
	page
----------------------------------------------------------*/
.l-page {
	width: auto;
}


/* ---------------------------------------------------------
	sk
----------------------------------------------------------*/
.-tpl-shopkeeper .page-ttl {
	margin: 50px 0 60px;
}

.sk {
	margin-bottom: 100px;
}
.sk-ttl {
	font-size: 18px;
}
.sk-ttl span {
	padding: 0 15px;
}
.sk-list-txt {
	margin: 0 0 40px;
	font-size: 14px;
}


/* ---------------------------------------------------------
	policy
----------------------------------------------------------*/
.-tpl-privacy .page-ttl {
	margin: 50px 0 60px;
}

.policy-list-txt {
	margin: 0 0 40px;
	font-size: 14px;
}


}
/* end @media (max-width: 768px) */