@charset "utf-8";

@font-face {
	font-family: 'marion';
	src: url('./font/marion.woff') format('woff'),
			 url('./font/marion.ttf') format('truetype');
}

/* base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* --------------------------------------------------------
	フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #3a4443;
	font-size: 1.6em;
	font-weight: 500;
	background: #fff;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.ff_serif { font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif; }
.ff_europa { 	font-family: europa, sans-serif; }
.ff_marion { 	font-family: marion, sans-serif; }
.bold { font-weight: 700; }
.heavy { font-weight: 900; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
@media screen and (max-width: 768px) {
}


/* --------------------------------------------------------
	リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}
a:hover {
	opacity: 0.5;
}
.underline {
	text-decoration: underline;
}
.underline:hover {
	text-decoration: none;
	opacity: 1;
}
::-moz-selection {
	color: #fff;
	background: #f3a000;
}
::selection {
	color: #fff;
	background: #f3a000;
}


/* --------------------------------------------------------
	module
-------------------------------------------------------- */
.inner {
	max-width: 1200px;
	width: 94%;
	margin: auto;
}
.inner.mw1080 {
	max-width: 1080px;
}
.page_content {
	padding-top: 60px;
}
.section {
	padding-bottom: 80px;
}
.cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.iframe {
	position: relative;
}
.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.inquiry {
	border: solid 1px #b7b7b7;
	padding: 40px;
}
.inquiry .title {
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 24px;
}
.inquiry ul {
	max-width: 650px;
	margin: auto;
}
.inquiry ul li:not(:last-child) {
	margin: 0 0 16px;
}
.inquiry ul li a {
	color: #fff;
	font-size: 3rem;
	display: block;
	text-align: center;
	padding: 16px;
	position: relative;
}
.inquiry ul li a:hover {
	text-decoration: none;
}
.inquiry ul li a::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 45px;
}
.inquiry ul li.line a {
	background: #33ad37;
}
.inquiry ul li.line a::before {
	width: 63px;
	height: 60px;
	background-image: url("../img/cmn/icon_line_wh.svg");
	top: calc(50% - 30px);
	left: 40px;
}
.inquiry ul li.mail a::before {
	width: 50px;
	height: 37px;
	background-image: url("../img/cmn/icon_mail_wh.svg");
	top: calc(50% - 18px);
}
.inquiry ul li.mail a {
	background: #000;
}
.inquiry ul li.tel a::before {
	width: 44px;
	height: 57px;
	background-image: url("../img/cmn/icon_tel_wh.svg");
	top: calc(50% - 28px);
}
.inquiry ul li.tel a {
	background: #26380d;
}
@media screen and (max-width: 1024px) {
.inner.is_wide {
	width: 100%;
}
.section {
	padding-bottom: 40px;
}
}


/* flex系 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ai_fs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

/* --------------------------------------------------------
	layout
-------------------------------------------------------- */
.fs-l-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fs-l-productLayout.fs-system-product {
	position: relative;
	z-index: 45;
}
.fs-l-productLayout.fs-system-product .fs-c-productImageModal__close {
	top: 80px;
}
.fs-l-productLayout.fs-system-product .fs-c-productImageModal {
	padding: 100px 0 0;
}
.fs-l-main .fs-l-pageMain {
	width: calc(100% - 340px);
}
.fs-l-main .side {
	width: 260px;
}
.column2_layout .main {
	width: calc(100% - 340px);
}
.column2_layout .side {
	width: 260px;
}
.side_cart_btn {
	margin: 0 0 10px;
}
.side_cart_btn a,
.side_mypage_btn a,
.side_logout_btn a,
.side_login_btn a {
	color: #fff;
	font-size: 2rem;
	background: #26380d;
	display: block;
	text-align: center;
	padding: 16px;
	position: relative;
}
.side_cart_btn a:hover,
.side_mypage_btn a:hover,
.side_logout_btn a:hover,
.side_login_btn a:hover {
	text-decoration: none !important;
}
.side_cart_btn a::before {
	content: "";
	width: 30px;
	height: 27px;
	background: url("../img/cmn/icon_cart_wh.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 13px);
	left: 20px;
}
.side_mypage_btn {
	margin: 0 0 10px;
}
.side_mypage_btn a,
.side_login_btn a {
	background: #000;
}
.side_logout_btn a {
	color: #000;
	background: #fff;
	border: solid 1px #000;
}
.side_bnr {
	margin: 0 0 20px;
}
.side_bnr li:not(:last-child) {
	margin: 0 0 20px;
}
.side_support {
	margin: 0 0 24px;
}
.side_support .inquiry {
	border: none;
	padding: 0;
}
.side_support .inquiry .head {
	font-size: 1.6rem;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	margin: 0 0 20px;
	padding: 16px 0;
}
.side_support .inquiry .head .title {
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 8px;
}
.side_support .inquiry ul li a {
	font-size: 1.6rem;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	padding-left: 30px;
}
.side_support .inquiry ul li a::before {
	left: 16px;
}
.side_support .inquiry ul li.line a::before {
	width: 28px;
	height: 28px;
	top: calc(50% - 14px);
	left: 15px;
}
.side_support .inquiry ul li.mail a::before {
	width: 28px;
	height: 18px;
	top: calc(50% - 9px);
}
.side_support .inquiry ul li.tel a::before {
	width: 20px;
	height: 26px;
	top: calc(50% - 13px);
}
.side_calendar .calendar_wrap .cal_wrapper:not(:last-child) {
	margin: 0 0 20px;
}
.side_calendar .c_title02 {
	font-size: 1.6rem;
}
.side_calendar .c_title02 span {
	padding: 0 16px;
}
div.cal_wrapper {
	font-weight: bold;
	padding: 0;
}
div.cal_wrapper table.cal tr th p {
	color: #000;
	font-size: 2.4rem;
	float: none;
	line-height: 1;
	text-align: center;
	margin: 0 0 10px;
}
div.cal_wrapper table.cal tr td div {
	font-size: 14px;
}
div.cal_wrapper table.cal tr.headline {
	background: #000;
}
div.cal_wrapper table.cal tr.headline td {
	color: #fff;
	font-size: 14px;
}
div.cal_wrapper table.cal tr td {
	border: solid 1px #b9b9b9;
	padding: 0;
}
div.cal_wrapper table.cal tr td div {
	padding: 5px;
}
div.cal_wrapper table.cal tr td div.Tue,
div.cal_wrapper table.cal tr td div.Wed,
div.cal_wrapper table.cal tr td div.pointer {
	color: #6b6c66;
	background: #eaebe5;
}
div.cal_wrapper table.cal tr td div.notclosed {
    background: none !important;
}
@media screen and (max-width: 1024px) {
.fs-l-main {
	display: block;
}
.fs-l-main .fs-l-pageMain {
	width: 100%;
}
.fs-l-main .side {
	display: none;
}
.column2_layout .main {
	width: 100%;
}
.column2_layout .side {
	display: none;
}
div.cal_wrapper table.cal tr th p {
	font-size: 2rem;
}
}


/* --------------------------------------------------------
	title
-------------------------------------------------------- */
/* 下に短い黒線 */
.c_title01 {
	font-size: 1.4rem;
	margin: 0 0 40px;
	padding: 0 0 12px;
	position: relative;
}
.c_title01::after {
	content: "";
	font-size: 0;
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
}
.c_title01 span {
	display: block;
}
.c_title01 .en {
	font-size: 4rem;
	line-height: 1;
	margin: 0 0 4px;
}
/* 真ん中に黒線 */
.c_title02 {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 16px;
	position: relative;
}
.c_title02::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	top: calc(50% - 1.5px);
	left: 0;
	z-index: 0;
}
.c_title02 span {
	background: #fff;
	padding: 0 8%;
	position: relative;
	z-index: 1
}
/* 下に短い灰色線 */
.c_title03 {
	font-size: 2.5rem;
	margin: 0 0 24px;
}
.c_title03.border-bottom {
	border-bottom: solid 1px #b2b2b2;
	margin: 0 0 24px;
	padding: 0 0 16px;
}
.c_title04 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 24px;
}
.c_title05 {
	font-size: 3rem;
	border-bottom: solid 1px #000;
	line-height: 1.4;
	margin: 0 0 60px;
	padding: 0 0 16px;
}
.c_title05 span {
	font-size: 4rem;
	display: block;
	margin: 4px 0 0;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.c_title01 .en {
	font-size: 3rem;
}
.c_title02 {
	font-size: 2rem;
}
.c_title02 span {
	padding: 0 4%;
}
.c_title03 {
	font-size: 1.8rem;
}
.c_title04 {
	font-size: 2rem;
}
.c_title05 {
	font-size: 2.4rem;
	margin: 0 0 32px;
}
.c_title05 span {
	font-size: 2.8rem;
}
}


/* --------------------------------------------------------
	tbl
-------------------------------------------------------- */
.tbl01 th,
.tbl01 td {
	border-bottom: solid 1px #d9d9d9;
	padding: 24px 40px;
}
.tbl01 th {
	width: 164px;
	text-align: center;
}
.tbl02 th,
.tbl02 td {
	padding: 20px 0;
}
.tbl02 th {
	width: 230px;
	padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
.tbl01 th,
.tbl01 td {
	width: 100%;
	display: block;
	padding: 8px 0 16px;
}
.tbl01 th {
	border-bottom: none;
	text-align: left;
	padding: 16px 0 0;
}
.tbl01 tr:nth-child(1) th {
	padding-top: 0;
}
.tbl02 th,
.tbl02 td {
	width: 100%;
	display: block;
}
.tbl02 th {
	padding: 0 0 8px;
}
.tbl02 td {
	padding: 0 0 24px;
}
}


/* --------------------------------------------------------
	btn
-------------------------------------------------------- */
.btn01 {
	color: #fff;
	font-size: 1.8rem;
	min-width: 150px;
	height: 40px;
	background: #26380d;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 20px 0;
}
.btn01:hover {
	text-decoration: none;
}
.btn01:visited {
	color: #fff;
	text-decoration: none;
}
.more_btn {
	margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
.more_btn {
	margin: 24px 0 0;
}
}


/* --------------------------------------------------------
	list
-------------------------------------------------------- */
.category_list figure {
	margin: 0 0 16px;
}
.category_list figure img {
	width: 100%;
}
.category_list .title {
	text-align: center;
}
.category_list li {
	margin-top: 32px;
}
.category_list.col3 li {
	width: 32%;
	margin-right: 2%;
}
.category_list.col4 li {
	width: 23%;
	margin-right: 2.666%;
}
.category_list.col5 li {
	width: 19%;
	margin-right: 1.25%;
}
#home_category .category_list li a:hover {
	text-decoration: none;
}
#home_category .category_list li a:visited {
	color: #3a4443;
}
.child_category {
	margin: 40px 0 0;
}
.child_category_list li {
	width: 48%;
	border: solid 1px #b5b5b5;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 4%;
}
.child_category_list li a {
	color: #000;
	display: block;
	text-align: center;
	padding: 16px;
}
.child_category_list li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 769px) {
.child_category_list li:nth-child(-n + 2) {
	margin-top: 0;
}
.child_category_list li:nth-child(2n) {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.child_category {
	margin: 24px 0 0;
}
.child_category_list li {
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
}
.child_category_list li:nth-child(1) {
	margin-top: 0;
}
}
.news_list li a,
.news_meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.news_list li {
	border-bottom: solid 1px #d9d9d9;
}
.news_list li a {
	color: #000;
	padding: 15px 30px;
}
.news_list li a:hover {
	text-decoration: none;
}
.news_meta {
	margin: 0 40px 0 0;
}
.news_category {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	min-width: 100px;
	background: #000;
	line-height: 1;
	text-align: center;
	margin: 0 24px 0 0;
	padding: 4px;
}
.news_category.cat01 {
	background: #000;
}
.news_category.cat02 {
	background: #bea679;
}
.news_category.cat03 {
	background: #26380d;
}
.news_date {
	font-size: 1.8rem;
	padding: 4px 0 0;
}

.fs-c-productList__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fs-c-productList__list__item {
	margin-top: 32px;
	width: 32%;
	border-bottom: none;
	margin-right: 2%;
	padding: 0;
}
@media screen and (min-width: 1025px) {
.category_list.col4 li:nth-child(-n + 4) {
	margin-top: 0;
}
.category_list.col4 li:nth-child(4n) {
	margin-right: 0;
}
.category_list.col5 li:nth-child(-n + 5) {
	margin-top: 0;
}
.category_list.col5 li:nth-child(5n) {
	margin-right: 0;
}
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 769px) {
.category_list.col3 li:nth-child(-n + 3) {
	margin-top: 0;
}
.category_list.col3 li:nth-child(3n) {
	margin-right: 0;
}
.fs-c-productList__list__item:nth-child(-n + 3) {
	margin-top: 0;
}
.fs-c-productList__list__item:nth-child(3n) {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.category_list.col3 li {
	width: 49%;
}
.category_list.col3 li:nth-child(-n + 2) {
	margin-top: 0;
}
.category_list.col3 li:nth-child(2n) {
	margin-right: 0;
}
.news_list li a {
	display: block;
	padding: 15px 0;
}
.news_meta {
	margin: 0 0 6px;
}
.news_category {
	margin: 0 16px 0 0;
}
.fs-c-productList__list__item {
	width: 49%;
}
.fs-c-productList__list__item:nth-child(-n + 2) {
	margin-top: 0;
}
.fs-c-productList__list__item:nth-child(2n) {
	margin-right: 0;
}

}

/* --------------------------------------------------------
	PC SP
-------------------------------------------------------- */
.is_sp { display: none; }
@media screen and (max-width: 768px) {
	.is_pc { display: none; }
	.is_sp { display: block; }
}


/* --------------------------------------------------------
	header
-------------------------------------------------------- */
header {
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 50;
}
.fs-l-header {
	padding-top: 0;
}
.fs-l-header__contents {
	display: block;
}
header > .inner {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hd_logo {
	margin-right: 4%;
}
.hd_logo img {
	max-width: 220px;
}
.hd_nav {
	flex: 1 1 auto;
}
.hd_nav ul li a,
#menu .main_nav li a {
	color: #000;
}
.hd_nav ul li a:hover,
#menu .main_nav li a:hover {
	text-decoration: none;
}
.hd_nav,
.hd_nav > ul,
.hd_nav > ul > li,
.hd_nav > ul > li > a {
	height: 100%;
}
.hd_nav > ul > li > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hd_nav > ul > li:not(:last-child) {
	margin-right: 3.75%;
}
.hd_nav .dropdown {
	color: #fff;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	display: none;
	padding: 40px 0;
	position: absolute;
	top: 100%;
	left: 0;
}
.hd_nav .dropdown a {
	color: #fff;
}
.hd_nav .dropdown a:hover {
	text-decoration: none;
}
.hd_nav > ul > li:hover .dropdown {
	display: block;
}
.humb,
.hd_cart {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
}
.humb {
	display: none;
	left: 0;
}
.humb .icon {
	width: 25px;
	height: 11px;
	position: relative;
}
.humb .icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	transition: .5s;
}
.humb .icon span:nth-child(1) {
	top: 0px;
}
.humb .icon span:nth-child(2) {
	bottom: 0;
}
.hd_cart {
	background: #26380d;
	right: 0;
}
.hd_cart img {
	max-width: 30px;
}
#menu {
	max-width: 500px;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: #fff;
	overflow: auto;
	padding: 70px 0;
	position: fixed;
	top: 0;
	left: -120%;
	z-index: 48;
	transition: .5s;
}
#menu .main_nav {
	border-top: solid 1px #b2b2b2;
}
#menu .main_nav > li {
	border-bottom: solid 1px #b2b2b2;
}
#menu .main_nav li a {
	display: block;
}
#menu .main_nav li a,
#menu .main_nav li p {
	position: relative;
}
#menu .main_nav li a::before,
#menu .main_nav li p::before {
	content: "";
	width: 9px;
	height: 15px;
	background-size: contain;
	position: absolute;
	top: calc(50% - 7.5px);
	right: 16px;
}
#menu .main_nav li a,
#menu .main_nav li p {
	padding: 16px;
}
#menu .main_nav li p a {
	padding: 0;
}
#menu .main_nav > li > a::before,
#menu .main_nav li p::before {
	background-image: url("../img/cmn/arrow01_gr.svg");
}
#menu .child li a::before {
	background-image: url("../img/cmn/arrow01_bk.svg");
}
#menu .child li {
	border-top: solid 1px #b2b2b2;
}
#menu .child li a {
	font-size: 1.4rem;
	background: #e6e6e6;
}
#menu .menu_support {
	padding: 16px;
}
#menu .inquiry {
	padding: 16px;
}
#menu .inquiry .title {
	font-size: 1.6rem;
	margin: 0 0 16px;
}
#menu .inquiry ul li:not(:last-child) {
	margin: 0 0 10px;
}
#menu .inquiry ul li a {
	font-size: 1.6rem;
	padding: 16px;
}
#menu .inquiry ul li a::before {
	left: 20px;
}
#menu .inquiry ul li.line a::before {
	width: 31px;
	height: 30px;
	top: calc(50% - 15px);
	left: 16px;
}
#menu .inquiry ul li.mail a::before {
	width: 25px;
	height: 18px;
	top: calc(50% - 9px);
}
#menu .inquiry ul li.tel a::before {
	width: 22px;
	height: 28px;
	top: calc(50% - 14px);
}

#menu .sub_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#menu .sub_nav li {
	width: 50%;
	position: relative;
}
#menu .sub_nav li:nth-child(1)::before {
	content: "";
	width: 1px;
	height: 60%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}
#menu .sub_nav li a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	background: #000;
	display: block;
	text-align: center;
	padding: 20px 4px;
}
/* 2023.09.22追記 */
#menu .main_nav li p a {
	padding: 0;
}
#menu .main_nav li p::before {
    content: "";
    width: 9px;
    height: 15px;
	background-image: url(../img/cmn/arrow01_gr.svg);
    background-size: contain;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 16px;
}

#menu .menu_child {
	display: none;
}
#menu .child > li > a.acc::before,
#menu .child > li > a.acc::after {
	content: "";
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: .5s;
}
#menu .child > li > a.acc::after {
	transform: translateY(-50%) rotate(90deg);
}
#menu .child > li > a.acc.is_acc_open::after {
	transform: translateY(-50%) rotate(0);
}
#menu .menu_child ul li a {
	background: #f0f0f0;
}
#menu .main_nav li a:hover {
	opacity: 1;
}
/* 2023.09.22追記 */

@media screen and (max-width: 1024px) {
header .inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 74px;
}
.hd_logo {
	margin-right: 0;
}
.humb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hd_nav {
	display: none;
}
.is_menu_open {
	height: 100%;
	overflow: hidden;
}
.is_menu_open .humb .icon span:nth-child(1),
.is_menu_open .humb .icon span:nth-child(2) {
	top: 4px;
}
.is_menu_open .humb .icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.is_menu_open .humb .icon span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.is_menu_open #menu {
	left: 0;
}
}

/* --------------------------------------------------------
	footer
-------------------------------------------------------- */
.ft_nav {
	font-weight: 700;
	padding: 56px 0;
}
.ft_nav li:not(:last-child) {
	margin-right: 5.75%;
}
.ft_nav li a {
	color: #000;
}
.ft_nav li a:hover {
	text-decoration: none;
}
#copyright {
	color: #fff;
	font-size: 1.4rem;
	background: #26380d;
	text-align: center;
	padding: 8px;
}
@media screen and (max-width: 768px) {
.ft_nav {
	font-size: 1.2rem;
	padding: 24px 0;
}
}
@media screen and (max-width: 480px) {
.ft_nav li {
	width: 50%;
	text-align: center;
}
.ft_nav li:not(:last-child) {
	margin-right: 0;
}
#copyright {
}
}

/* --------------------------------------------------------
	home
-------------------------------------------------------- */
.mv_list .img {
	padding-top: 40%;
	position: relative;
}
.mv_list .img .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
}
.mv_list .img.img01 .cover {
	background-image: url("../img/home/shop.jpg");
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomIn {
  animation-name: zoomInImage;
}
/* キャッチコピー
-------------------------------------------------------- */
.catch {
	font-size: 3rem;
	text-align: center;
	padding: 32px 0 64px;
}
.catch p > span {
	display: inline-block;
	line-height: 1.2;
	margin: 0 0 0 2%;
}
.catch p > span span {
	font-size: 5rem;
}
@media screen and (max-width: 768px) {
.catch {
	font-size: 1.8rem;
	padding: 40px 0 0;
}
.catch p > span {
	display: block;
	margin: 0;
}
.catch p > span span {
	font-size: 3rem;
}
}


/* お知らせ
-------------------------------------------------------- */
#home_news {
}
#home_news .c_title01 {
	margin: 0 0 16px;
}
/* アイテムカテゴリ
-------------------------------------------------------- */
#home_category {
	margin: 56px 0 96px;
}
@media screen and (max-width: 768px) {
#home_category {
	margin: 40px 0 56px;
}
}


/* 売れ筋商品
-------------------------------------------------------- */
#home_hot-selling {
	margin: 0 0 96px;
}
@media screen and (max-width: 768px) {
#home_hot-selling {
	margin: 0 0 56px;
}
}


/* インスタグラム
-------------------------------------------------------- */
#home_instagram  {
	margin: 0 0 96px;
}
#instagram_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#instagram_list li {
	width: 33%;
	margin-top: 0.5%;
	margin-right: 0.5%;
	overflow: hidden;
}
#instagram_list li a {
	font-size: 0;
	width: 0;
	height: 0;
	display: block;
	line-height: 1;
	padding: 100% 100% 0 0;
	position: relative;
}
#instagram_list li img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
}
#home_instagram .more_btn .btn01 {
	padding-top: 0;
}
@media screen and (min-width: 769px) {
#instagram_list li:nth-child(-n + 3) {
	margin-top: 0;
}
#instagram_list li:nth-child(3n) {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
#home_instagram  {
	margin: 0 0 56px;
}
#instagram_list li {
	width: 49.5%;
	margin-top: 1%;
	margin-right: 1%;
}
#instagram_list li:nth-child(-n + 2) {
	margin-top: 0;
}
#instagram_list li:nth-child(2n) {
	margin-right: 0;
}
}
/* 実店舗情報
-------------------------------------------------------- */
#home_shop {
	margin: 0 0 72px;
}
#home_shop .img {
	width: 50%;
}
#home_shop .img img {
	width: 100%;
}
#home_shop .txt_wrap {
	width: 45%;
}
#home_shop .txt_wrap .head {
	margin: 0 0 40px;
	padding: 0 30px;
}
#home_shop .txt_wrap .head .title {
	font-size: 3rem;
	margin: 0 0 6px;
}
#home_shop dl {
	border-top: solid 1px #b2b2b2;
}
#home_shop dl > div {
	border-bottom: solid 1px #b2b2b2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 30px;
}
#home_shop dl dt {
	width: 70px;
}
#home_shop dl dd {
	width: calc(100% - 70px);
	padding-left: 30px;
}
@media screen and (max-width: 768px) {
#home_shop {
	margin: 0 0 40px;
}
#home_shop .img,
#home_shop .txt_wrap {
	width: 100%;
}
#home_shop .img {
	margin: 0 0 24px;
}
#home_shop .txt_wrap .head {
	margin: 0 0 24px;
	padding: 0;
}
#home_shop .txt_wrap .head .title {
	font-size: 2.4rem;
}
#home_shop dl > div {
	padding: 15px;
}
}

/* お買い物ガイド
-------------------------------------------------------- */
#support .shopping_list {
	margin: 0 0 56px;
}
.shopping_list li {
	border-bottom: solid 1px #b2b2b2;
	padding: 32px 0;
}
.shopping_list li:nth-child(1) {
	border-top: solid 1px #b2b2b2;
}
.shopping_list .title {
	font-size: 3rem;
	margin: 0 0 16px;
	padding-left: 77px;
	position: relative;
}
.shopping_list .title::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.shopping_list li:nth-child(1) .title::before {
	width: 50px;
	height: 33px;
	background-image: url("../img/cmn/icon_delivery_bk.svg");
	top: 8px;
}
.shopping_list li:nth-child(2) .title::before {
	width: 42px;
	height: 42px;
	background-image: url("../img/cmn/icon_pay_bk.svg");
}
.shopping_list li:nth-child(3) .title::before {
	width: 48px;
	height: 46px;
	background-image: url("../img/cmn/icon_return_bk.svg");
}
.shopping_dl > div:not(:last-child) {
	margin: 0 0 24px;
}
.shopping_dl dt {
	font-size: 2.5rem;
	margin: 0 0 8px;
}
#support .inquiry {
	margin: 0 0 56px;
}
#support .calendar_wrap .cal_wrapper {
	width: 48%;
}
@media screen and (max-width: 768px) {
#support .shopping_list {
	margin: 0 0 32px;
}
.shopping_list .title {
	font-size: 2.4rem;
	padding-left: 56px;
}
.shopping_dl dt {
	font-size: 2rem;
}
.shopping_list li:nth-child(1) .title::before {
	width: 38px;
	height: 26px;
}
.shopping_list li:nth-child(2) .title::before {
	width: 36px;
	height: 36px;
}
.shopping_list li:nth-child(3) .title::before {
	width: 40px;
	height: 38px;
}
#support .inquiry {
	margin: 0 0 32px;
	padding: 16px;
}
#support .inquiry .title {
	font-size: 1.6rem;
	margin: 0 0 16px;
}
#support .inquiry ul li:not(:last-child) {
	margin: 0 0 10px;
}
#support .inquiry ul li a {
	font-size: 1.6rem;
	padding: 16px;
}
#support .inquiry ul li a::before {
	left: 20px;
}
#support .inquiry ul li.line a::before {
	width: 31px;
	height: 30px;
	top: calc(50% - 15px);
	left: 16px;
}
#support .inquiry ul li.mail a::before {
	width: 25px;
	height: 18px;
	top: calc(50% - 9px);
}
#support .inquiry ul li.tel a::before {
	width: 22px;
	height: 28px;
	top: calc(50% - 14px);
}
#support .calendar_wrap .cal_wrapper {
	width: 100%;
}
#support .calendar_wrap .cal_wrapper:not(:last-child) {
	margin: 0 0 20px;
}
}

/* --------------------------------------------------------
	お知らせ
-------------------------------------------------------- */
.sort {
	font-size: 1.4rem;
	margin: 0 0 20px;
}
.sort dt {
	margin: 0 10px 0 0;
}
.sort dd {
	max-width: 100px;
	width: 100%;
}
.sort select {
	width: 100%;
	border: solid 1px #898989;
	border-radius: 2px;
	background: url("../img/cmn/arrow02_bk.svg") no-repeat right 10px center;
	background-size: 7px auto;
	line-height: 1;
	padding: 6px 18px 6px 8px;
}
.article_head {
	border-bottom: solid 1px #b2b2b2;
	margin: 0 0 40px;
	padding: 0 0 16px;
}
.article_news .news_meta {
	margin: 0 0 10px;
}
.article_news .article_title {
	font-size: 3rem;
}
.single_pager {
	margin: 140px 0 0;
}
.single_pager a:hover {
	text-decoration: none;
}
.post_link a {
	color: #000;
	display: inline-block;
	position: relative;
}
.post_link a::before {
	content: "";
	width: 7px;
	height: 11px;
	background: url("../img/cmn/arrow01_bk.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 6px;
}
.post_link .prev {
	padding-left: 24px;
}
.post_link .prev::before {
	left: 0;
	transform: scale(-1, 1);
}
.post_link .next {
	padding-right: 24px;
}
.post_link .next::before {
	right: 0;
}

.single_pager .back_btn {
	margin: 56px 0 0;
}
.single_pager .back_btn a {
	color: #fff;
}
@media screen and (max-width: 768px) {
.article_news .article_title {
	font-size: 2.4rem;
}
.single_pager {
	margin: 60px 0 0;
}
.single_pager .back_btn {
	margin: 24px 0 0;
}
}

/* --------------------------------------------------------
	商品系
-------------------------------------------------------- */
.carousel img {
	width: 100%;
}
.carousel .slick-slide {
	margin: 0 20px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.carousel .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 32px 0 0;
	position: static;
}
.slick-dots li {
	width: 9%;
	margin: 0;
	margin-top: 1%;
	margin-right: 1%;
}
.slick-dots li:nth-child(-n + 10) {
	margin-top: 0;
}
.slick-dots li:nth-child(10n) {
	margin-right: 0;
}
.slick-dots li button:before {
	content: "";
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	height: 7px;
	border-radius: 100px;
}
.slick-dots li button,
.slick-dots li button:before {
	width: 100%;
}
.slick-dots li button {
	padding: 0;
}
.slick-dots li button:before {
	background: #000;
}
.fs-c-productNameHeading {
	font-size: 25px;
}
.fs-c-productNameHeading .fs-c-productNameHeading__copy {
	font-size: 16px;
}
.fs-c-productMark {
	margin-top: -4px;
	margin-right: -10px;
}
.fs-c-productMark__item {
	font-weight: 700;
}
.fs-c-productMark__item .fs-c-productMark__mark {
	font-size: 14px;
	border: solid 1px #000;
	margin-top: 4px;
	margin-right: 10px;
}
.fs-c-productNumber {
	font-size: 16px;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.fs-c-productNumber .fs-c-productNumber__label {
	margin: 0 10px 0 0;
}
.fs-c-productOption {
	margin: 10px 0 0;
}
.fs-c-productOption dd:not(:last-of-type) {
	margin-bottom: 10px;
}
.fs-c-productOption__name {
	font-size: 16px;
	font-weight: 700;
	background: none;
	padding: 0;
}
.fs-c-productOption__name  span {
	font-size: 12px;
}
.fs-c-productOption__option {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.fs-c-productOption__option .fs-c-dropdown select,
.fs-c-productQuantityAndWishlist__quantity select {
	background: #fff url(../img/cmn/arrow02_bk.svg) no-repeat right 16px center;
	background-size: 12px !important;
	border: solid 1px #bdbdbd;
}
.fs-c-productQuantityAndWishlist__quantity select {
	padding-right: 40px;
}
.fs-c-productOption__option .fs-c-dropdown::after {
	content: none;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main .fs-c-productPrice__main__price,
.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
	color: #a40000 !important;
	font-size: 25px !important;
	font-weight: 700;
}
.product_note {
	border: solid 2px #a40000;
}
.product_note .label {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #a40000;
	text-align: center;
	padding: 10px;
}
.product_note .fs-c-productSelection {
	padding: 16px 16px 0;
}
.product_note .fs-c-productSelection__name {
	font-size: 18px;
	font-weight: 400;
	background: none;
	margin: 0 0 10px;
	padding: 0;
}
.product_note .fs-c-productSelection__name .fs-c-productSelection__label span {
	display: none;
}
.product_note .fs-c-productSelection__selection:not(:last-of-type) {
	margin: 0 0 24px;
}
.product_note .fs-c-productSelection__selection {
	padding: 0;
}
.product_note .fs-c-productSelection__selection .fs-c-radio__radioLabelText {
	font-size: 18px;
	font-weight: 700;
}
.fs-c-productQuantityAndWishlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fs-c-productQuantityAndWishlist__wishlist {
	align-self: center;
	padding: 0;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail::after {
	margin-left: 0;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button__label {
	display: none;
}
.product_detail {
	margin: 40px 0 0;
}
.tabs {
	border-bottom: solid 1px #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 24px;
}
.tabs label {
	font-size: 16px;
	width: 19%;
	background: #fff;
	border: solid 1px #000;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	margin-right: 1.25%;
	padding: 8px;
}
.tab_panel {
	display: none;
}
#tab01:checked ~ #tab01_panel,
#tab02:checked ~ #tab02_panel,
#tab03:checked ~ #tab03_panel,
#tab04:checked ~ #tab04_panel {
	display: block;
}
#tab01:checked ~ .tabs label:nth-child(1),
#tab02:checked ~ .tabs label:nth-child(2),
#tab03:checked ~ .tabs label:nth-child(3),
#tab04:checked ~ .tabs label:nth-child(4) {
	color: #fff;
	font-weight: 700;
	background: #000;
}
@media screen and (min-width: 769px) {
.tabs label:nth-child(5n),
.tabs label:last-child {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.carousel .slick-dots {
	margin: 16px 0 0;
}
.carousel .slick-slide {
	margin: 0;
}
.tabs label {
	font-size: 1.4rem;
	width: 50%;
	margin-right: 0;
}
.tabs label:nth-child(1),
.tabs label:nth-child(3) {
	border-right: none;
}
}
.fs-p-inputGroup {
	background: none;
	border-color: #b5b5b5;
	border-radius: 10px;
	box-shadow: 1.362px 2.673px 8.46px 0.54px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
}
.fs-p-searchForm__input {
	padding: 16px 24px;
}
.fs-p-searchForm__button {
	text-indent: inherit;
	width: 30px;
	height: 30px;
	background: none;
	padding: 0;
	position: absolute;
	top: calc(50% - 15px);
	right: 16px;
}
.fs-p-searchForm__button::before {
	content: "";
	position: static;
}
.fs-c-featuredProduct {
	margin: 80px 0 0;
}
.fs-c-featuredProduct__title {
	color: #000;
	font-size: 25px;
	font-weight: 700px;
	border-bottom: none;
	margin: 0 0 24px;
}
.fs-c-button--addToCart--detail {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	width: 100%;
	background: #26380d;
	display: block;
	position: relative;
}
.fs-c-button--addToCart--detail::before {
	content: "";
	width: 30px;
	height: 27px;
	background: url("../img/cmn/icon_cart_wh.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 13px);
	left: 20px;
}
.delivery_note {
	color: #a40000;
	font-size: 18px;
	padding: 16px;
}
.delivery_note dt {
	font-weight: 700;
}
.delivery_note dt span {
	border-bottom: solid 1px #a40000;
}
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 5;
}
.category_head {
	margin: 0 0 40px;
}
.category_head02 figure {
	margin: 0 0 40px;
}
.category_head02 .c_title01 {
	margin: 0 0 24px;
	padding: 0;
}
.category_head02 .c_title01::after {
	content: none;
}
.category_slide,
.category_search {
	margin: 40px 0 0;
}
.fs-c-productListItem__productName {
	font-size: 18px;
	font-weight: bold;
}
.fs-c-productListItem__productName a,
.fs-c-productListItem__productName a:visited {
	color: #000;
}
.fs-c-productName__copy,
.fs-c-productName__variation,
.fs-c-productListItem__productDescription {
	font-size: 14px;
}
.fs-c-button--particular {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 !important;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
	margin-left: 0;
}
.fs-c-wishlistProduct {
	margin: 40px 0 0;
}
.fs-c-wishlistProduct__title {
	margin: 0 0 4px;
}
@media screen and (max-width: 960px) {
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
	position: relative;
	top: inherit;
}
}
@media screen and (max-width: 768px) {
.category_slide {
	margin: 24px 0 0;
}
	.fs-c-productOption {
		display: block;
	}
	.fs-c-productOption__name,
	.fs-c-productOption__option {
		width: 100%;
	}
	.fs-c-productOption dt:not(:last-of-type),
	.fs-c-productOption dt:last-of-type {
		margin-bottom: 4px;
	}
}


/* --------------------------------------------------------
	プライバシーポリシー
-------------------------------------------------------- */
.privacy {
	font-size: 1.8rem;
}
.privacy_head {
	margin: 0 0 32px;
}
.privacy_dl > div:not(:last-child) {
	margin: 0 0 64px;
}
.privacy_dl dt {
	font-weight: 700;
	margin: 0 0 16px;
}
.privacy .counter_list01 {
	margin: 024px 0 0;
}
.privacy  .sign {
	text-align: right;
	margin: 40px 0 0;
}
.counter_list01,
.counter_list02 {
	counter-reset: number 0;
}
.counter_list01 li p {
	padding-left: 30px;
	position: relative;
}
.counter_list02 {
	margin: 6px 0 0;
	padding-left: 24px;
}
.counter_list02 li {
	padding-left: 20px;
	position: relative;
}
.counter_list01 li:not(:last-child) {
	margin: 0 0 24px;
}
.counter_list01.space_s li:not(:last-child),
.counter_list02 li:not(:last-child) {
	margin: 0 0 6px;
}
.counter_list01 li p::before,
.counter_list02 li::before {
	counter-increment: number 1;
	position: absolute;
	top: 0;
	left: 0;
}
.counter_list02 li::before {
	content: counter(number) ".";
}
.counter_list01 li p::before {
	content: "(" counter(number) ")";
}

@media screen and (max-width: 768px) {
.privacy {
	font-size: 1.6rem;
}
.privacy_dl > div:not(:last-child) {
	margin: 0 0 40px;
}
.privacy_dl dt {
	margin: 0 0 8px;
}
.privacy  .sign {
	margin: 24px 0 0;
}
.counter_list02 {
	padding-left: 0;
}
}


/* --------------------------------------------------------
	お問い合わせ
-------------------------------------------------------- */
.contact_head {
	margin: 0 0 40px;
}
.contact_head .inquiry {
	border: none;
	margin: 32px 0 0;
	padding: 0;
}
.contact_head .inquiry ul {
	max-width: none;
}
.contact_head .inquiry ul li {
	width: 48.5%;
}
.contact_head .inquiry ul li a {
	font-size: 2rem;
}
.contact_head .inquiry ul li a::before {
	left: 45px;
}
.contact_head .inquiry ul li.line a::before {
	width: 37px;
	height: 36px;
	top: calc(50% - 18px);
	left: 33px;
}
.contact_head .inquiry ul li.tel a::before {
	width: 24px;
	height: 31px;
	top: calc(50% - 16px);
}
#mailformpro .mfp_element_all {
	max-width: 100%;
}
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro select,
#mailformpro textarea {
	color: #000;
	font-size: 16px;
	max-width: 520px;
	width: 100% !important;
	background: #fff;
	border: solid 1px #bdbdbd;
	border-radius: 0;
	box-shadow: none;
	padding: 8px 16px;
	box-sizing: border-box;
}
#mailformpro textarea {
	height: 380px !important;
}
#mailformpro select {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	max-width: 120px;
	background: #fff url("../img/cmn/arrow02_bk.svg") no-repeat right 10px center;
	background-size: 12px !important;
	padding-right: 30px;
}
select {
	border: solid 1px #bdbdbd;
}
#mailformpro .middle {
	max-width: 310px !important;
}
#mailformpro .short {
	max-width: 160px !important;
}
input[type="file"] {
	display: none;
}
.form_file label {
	font-size: 14px;
	background: #fff;
	border: solid 1px #acacac;
	border-radius: 4px !important;
	display: inline-block;
	padding: 4px 10px;
	position: relative;
	cursor: pointer;
}
.form_file label::after {
	content: "選択されていません";
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: -128px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_file .filename {
	font-size: 1.2rem;
}
.form_file label.changed::after {
	content: "";
}
#mailformpro .icon {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 4px;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 8px;
	padding: 4px 8px;
}
#mailformpro .icon.required {
	background: #930019;
}
#mailformpro .icon.any {
	background: #333;
}
.form_txt {
	border-bottom: solid 1px #b2b2b2;
	margin: 0 0 20px;
	padding: 0 0 32px;
}
.form_dl > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 24px 0 0;
}
.form_dl dt {
	width: 100px;
}
.form_dl dd {
	width: calc(100% - 100px);
}
.submit_btn {
	margin: 40px 0 0;
}
.submit_btn .btn01 {
	font-size: 2rem;
	max-width: 320px !important;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
}
.submit_btn .btn01:hover {
	background: #26380d;
	box-shadow: none;
}
.file_note {
	color: #930019;
	font-size: 1.4rem;
	margin: 8px 0 0;
}
.file_note li {
	padding-left: 16px;
	position: relative;
}
.file_note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.form_label {
	margin: 0 0 4px;
}
@media screen and (max-width: 1200px) {
.contact_head .inquiry ul li a {
	font-size: 1.8rem;
}
.contact_head .inquiry ul li a::before {
	left: 16px;
}
.contact_head .inquiry ul li.line a::before {
	width: 28px;
	height: 28px;
	top: calc(50% - 14px);
	left: 15px;
}
.contact_head .inquiry ul li.tel a::before {
	width: 20px;
	height: 26px;
	top: calc(50% - 13px);
}
}
@media screen and (max-width: 768px) {
.contact_head .inquiry ul li {
	width: 100%;
}
.contact_head .inquiry ul li:not(:last-child) {
	margin: 0 0 10px;
}
.contact_head .inquiry ul li a {
	font-size: 1.6rem;
}
#mailformpro textarea {
	height: 180px !important;
}
.form_txt {
	padding: 0 0 16px;
}
.form_dl > div {
	display: block;
}
.form_dl dt,
.form_dl dd {
	width: 100%;
}
	.form_dl dt {
		margin: 0 0 8px;
	}
.submit_btn {
	margin: 0;
}

}

#wooddesc .sec01 {
	margin: 0 0 60px;
}
#wooddesc .sec01 .top {
	margin: 0 0 64px;
}
#wooddesc .sec01 .top figure {
	width: 40%;
	text-align: center;
}
#wooddesc .sec01 .top .txt_wrap {
	width: 55%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#wooddesc .sec01 .top .txt_wrap .title {
	font-size: 4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex: 1 1 auto;
	text-align: center;
	padding: 40px 0;
}
#wooddesc .sec01 .top .txt_wrap .title > span {
	display: block;
}
#wooddesc .sec01 .top .txt_wrap .title .jp {
	line-height: 1.2;
}
#wooddesc .sec01 .top .txt_wrap .title .en {
	font-size: 2.2rem;
}
#wooddesc .sec01 .top ul li {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	background: #26380d;
	text-align: center;
	line-height: 1.2;
	padding: 16px;
}
#wooddesc .sec01 .top ul li:not(:last-child) {
	margin: 0 0 16px;
}
#wooddesc .sec01 .btm ul li {
	width: 48%;
}
#wooddesc .sec01 .btm figure {
	text-align: center;
}
#wooddesc .sec01 .btm .title {
	font-size: 2.2rem;
	text-align: center;
	margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
#wooddesc .sec01 {
	margin: 0 0 32px;
}
#wooddesc .sec01 .top {
	margin: 0 0 32px;
}
#wooddesc .sec01 .top figure,
#wooddesc .sec01 .top .txt_wrap {
	width: 100%;
}
#wooddesc .sec01 .top .txt_wrap .title {
	font-size: 2.4rem;
	padding: 40px 0;
}
#wooddesc .sec01 .top .txt_wrap .title .en {
	font-size: 1.6rem;
}
#wooddesc .sec01 .top ul li {
	font-size: 2rem;
}
#wooddesc .sec01 .btm ul li {
	width: 100%;
}
#wooddesc .sec01 .btm ul li:not(:last-child) {
	margin: 0 0 24px;
}
#wooddesc .sec01 .btm .title {
	font-size: 1.6rem;
}
}

#wooddesc .sec02 {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	margin: 0 0 60px;
	padding: 40px 0;
}
#wooddesc .sec02 .logo {
	margin: 0 0 24px;
}
#wooddesc .sec02 .logo img {
	max-width: 107px;
}
#wooddesc .sec02 h2 {
	font-size: 4rem;
	font-weight: 700;
	margin: 0 0 16px;
}
#wooddesc .sec02 h3 {
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 24px;
}

@media screen and (max-width: 768px) {
#wooddesc .sec02 {
	margin: 0 0 32px;
}
#wooddesc .sec02 .logo img {
	max-width: 88px;
}
#wooddesc .sec02 h2 {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 16px;
}
#wooddesc .sec02 h3 {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 24px;
}
}

#wooddesc .num_title {
	text-align: center;
	margin: 0 0 40px;
}
#wooddesc .num_title .num {
	font-size: 5.5rem;
	line-height: 1;
	margin: 0 0 8px;
}
#wooddesc .num_title h2 {
	font-size: 4rem;
	margin: 0 0 24px;
}
#wooddesc .num_title .line {
	font-size: 0;
	text-align: center;
}
#wooddesc .num_title .line::before {
	content: "";
	width: 1px;
	height: 30px;
	background: #000;
	display: inline-block;
}
#wooddesc .border_title {
	font-size: 3rem;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	margin: 0 0 40px;
	padding: 16px;
}
#wooddesc .sec03 {
	margin: 0 0 100px;
}
#wooddesc .sec03 > ul > li:not(:last-child)  {
	margin: 0 0 80px;
}
#wooddesc .sec03 ul li:last-child a {
	padding: 0;
}
#wooddesc .sec03 ul li .img {
	margin: 0 0 40px;
}
#wooddesc .sec03 .txt p:not(:last-child) {
	margin: 0 0 24px;
}
#wooddesc .sec03 .note {
	color: #a40000;
	font-size: 2rem;
	font-weight: 700;
}
#wooddesc .sec03 .inquiry {
	border: none;
	margin: 60px 0 0;
	padding: 0;
}
#wooddesc .sec03 dl {
	margin: 24px 0 0;
}
#wooddesc .sec03 dl > div:not(:last-child) {
	margin: 0 0 24px;
}
#wooddesc .sec03 dl dt {
	font-size: 3rem;
	margin: 0 0 8px;
}
#wooddesc .sec03 .chart {
	text-align: center;
	margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
#wooddesc .num_title {
	margin: 0 0 24px;
}
#wooddesc .num_title .num {
	font-size: 3rem;
	margin: 0 0 4px;
}
#wooddesc .num_title h2 {
	font-size: 2.4rem;
	margin: 0 0 16px;
}
#wooddesc .num_title .line::before {
	width: 1px;
	height: 20px;
}
#wooddesc .border_title {
	font-size: 2.4rem;
	margin: 0 0 24px;
}
#wooddesc .sec03 {
	margin: 0 0 40px;
}
#wooddesc .sec03 > ul > li:not(:last-child)  {
	margin: 0 0 40px;
}
#wooddesc .sec03 .note {
	font-size: 1.8rem;
}
#wooddesc .sec03 dl dt {
	font-size: 2rem;
}
#wooddesc .sec03 .inquiry {
	margin: 32px 0 0;
}
#wooddesc .sec03 .inquiry ul li:not(:last-child) {
	margin: 0 0 10px;
}
#wooddesc .sec03 .inquiry ul li a {
	font-size: 1.6rem;
}
#wooddesc .sec03 .inquiry ul li a::before {
	left: 20px;
}
#wooddesc .sec03 .inquiry ul li.line a::before {
	width: 31px;
	height: 30px;
	top: calc(50% - 15px);
	left: 16px;
}
#wooddesc .sec03 .inquiry ul li.mail a::before {
	width: 25px;
	height: 18px;
	top: calc(50% - 9px);
}
#wooddesc .sec03 .inquiry ul li.tel a::before {
	width: 22px;
	height: 28px;
	top: calc(50% - 14px);
}
}

#wooddesc .sec04 {
	margin: 0 0 100px;
}
#wooddesc .sec04 .attention {
	border: solid 3px #a40000;
	margin: 0 0 40px;
	padding: 24px 16px;
}
#wooddesc .sec04 .attention p {
	color: #a40000;
	font-size: 2.5rem;
	font-weight: 700;
	max-width: 740px;
}
#wooddesc .sec04 table th,
#wooddesc .sec04 table td {
	width: 33.3333%;
	border: solid 1px #b2b2b2;
	text-align: center;
	padding: 16px;
}
#wooddesc .sec04 table tbody tr:nth-child(odd) td {
	background: #e6e6e6;
}
@media screen and (max-width: 768px) {
#wooddesc .sec04 {
	margin: 0 0 40px;
}
#wooddesc .sec04 .attention {
	margin: 0 0 24px;
	padding: 16px;
}
#wooddesc .sec04 .attention p {
	font-size: 1.8rem;
}
}
#wooddesc .sec05 {
}
#wooddesc .sec05 ul {
	margin: 0 0 40px;
}
#wooddesc .sec05 ul li {
	font-size: 2rem;
	background: #ebdfca;
	padding: 40px 40px 80px;
	position: relative;
}
#wooddesc .sec05 ul li:not(:last-child) {
	margin: 0 0 40px;
}
#wooddesc .sec05 ul li figure {
	position: absolute;
	right: 54px;
	bottom: 0;
}
#wooddesc .sec05 ul li:nth-child(1) figure {
	max-width: 126px;
}
#wooddesc .sec05 ul li:nth-child(2) figure {
	max-width: 149px;
}
#wooddesc .sec05 ul li span {
	font-weight: 700;
}
#wooddesc .sec05 .name {
	margin: 24px 0 0;
}
#wooddesc .campaign {
	margin: 16px 0 64px;
}
#wooddesc .campaign figure {
	text-align: center;
}
#wooddesc .campaign figure img {
	/* max-width: 780px; */
}
@media screen and (max-width: 768px) {
#wooddesc .sec05 {
}
#wooddesc .sec05 ul li {
	font-size: 1.8rem;
	padding: 24px 24px 80px;
}
#wooddesc .sec05 ul li figure {
	right: 24px;
}
#wooddesc .sec05 ul li:nth-child(1) figure {
	max-width: 100px;
}
#wooddesc .sec05 ul li:nth-child(2) figure {
	max-width: 126px;
}
#wooddesc .campaign {
	margin: 16px 0 32px;
}
}
#wooddesc .sec06 {
	margin: 0 0 100px;
}
#wooddesc .sec06 ul {
	margin: 0 0 56px;
}
#wooddesc .sec06 ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 54px;
}
#wooddesc .sec06 ul li:not(:last-child) {
	margin: 0 0 48px;
}
#wooddesc .sec06 ul li figure {
	width: 122px;
	text-align: center;
}
#wooddesc .sec06 ul li .icon {
	color: #fff;
	font-size: 1.8rem;
	background: #000;
	margin: 0 0 20px;
}
#wooddesc .sec06 ul li .txt_wrap {
	width: calc(100% - 122px);
	margin-top: -10px;
	padding-left: 54px;
}
#wooddesc .sec06 ul li .txt_wrap figure,
#wooddesc .sec06 ul li .txt_wrap .icon {
	display: none;
}
#wooddesc .sec06 ul li .txt_wrap h3 {
	font-size: 3rem;
	line-height: 1.4;
	margin: 0 0 24px;
}
#wooddesc .sec06 .order {
	text-align: center;
}
@media screen and (max-width: 768px) {
#wooddesc .sec06 {
	margin: 0 0 40px;
}
#wooddesc .sec06 ul {
	margin: 0 0 32px;
}
#wooddesc .sec06 ul li {
	display: block;
	padding-left: 0;
}
#wooddesc .sec06 ul li > figure {
	display: none;
}
#wooddesc .sec06 ul li .txt_wrap {
	width: 100%;
	margin-top: 0;
	padding-left: 0;
}
#wooddesc .sec06 ul li .txt_wrap > div {
	text-align: center;
}
#wooddesc .sec06 ul li .txt_wrap figure,
#wooddesc .sec06 ul li .txt_wrap .icon {
	display: block;
}
	#wooddesc .sec06 ul li .txt_wrap figure {
		width: auto;
		margin: 0 0 24px;
	}
#wooddesc .sec06 ul li .txt_wrap .icon {
	font-size: 1.6rem;
	display: inline-block;
	margin: 0 0 16px;
	padding: 0 16px;
}
#wooddesc .sec06 ul li .txt_wrap h3 {
	font-size: 2.4rem;
}
#wooddesc .sec06 .order .is_sp {
	display: inline-block;
}
}


#wooddesc .sec07 ul li {
	text-align: center;
}
#wooddesc .sec07 ul li:not(:last-child) {
	margin: 0 0 64px;
}
#wooddesc .sec07 figure {
	margin: 0 0 24px;
	position: relative;
}
#wooddesc .sec07 figure .icon {
	color: #fff;
	font-size: 5rem;
	width: 111px;
	height: 111px;
	background: #26380d;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
}
#wooddesc .sec07 figure .icon span {
	margin: 10px 0 0;
}
#wooddesc .sec07 h3 {
	font-size: 3rem;
	margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
#wooddesc .sec07 ul li:not(:last-child) {
	margin: 0 0 40px;
}
#wooddesc .sec07 figure .icon {
	font-size: 3rem;
	width: 60px;
	height: 60px;
}
#wooddesc .sec07 h3 {
	font-size: 2.4rem;
}
#wooddesc .sec07 p {
	text-align: left;
}
}

#wooddesc .bnr {
	margin: 100px 0 0;
}
#wooddesc .bnr a {
	width: 48%;
	text-align: center;
}
@media screen and (max-width: 768px) {
#wooddesc .bnr {
	margin: 40px 0 0;
}
#wooddesc .bnr a {
	width: 100%;
}
#wooddesc .bnr a:not(:last-child) {
	margin: 0 0 16px;
}
}
.hd_cart {
}
.hd_cart,
.hd_cart:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.hd_cart .fs-client-cart-count {
	font-size: 10px;
	width: 18px;
	height: 18px;
	background: #E25B33;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 4px;
	right: 4px;
}
.hd_cart .fs-client-cart-count.fs-client-cart-count--0 {
	display: none;
}
.fs-clientInfo .logout,
.fs-clientInfo .login {
	margin: 0 0 20px;
}
.fs-clientInfo .logout.my-false { display: none; }
.fs-clientInfo .login.my-false { display: block; }
.fs-clientInfo .logout.my-true { display: block; }
.fs-clientInfo .login.my-true { display: none; }



#woodfence h1 {
	margin: 0 0 40px;
}
#woodfence .sec01 {
	margin: 0 0 60px;
}
#woodfence .sec01 h2 {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 24px;
}
#woodfence .sec01 .bg {
	font-size: 2rem;
	background: #f2f4ed;
	padding: 40px;
	padding-bottom: 180px;
	position: relative;
}
#woodfence .sec01 .bg figure {
	max-width: 174px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#woodfence .sec01 .bg dl > div:not(:last-child) {
	margin: 0 0 40px;
}
#woodfence .sec01 .bg dl dt {
	margin: 0 0 16px;
}
#woodfence .sec01 .bg dl dt span {
	color: #fff;
	font-weight: bold;
	background: #26380d;
	display: inline-block;
	line-height: 1;
	padding: 8px 16px;
}
@media screen and (max-width: 768px) {
#woodfence .sec01 {
	margin: 0 0 32px;
}
#woodfence .sec01 h2 {
	font-size: 2.4rem;
	margin: 0 0 24px;
}
#woodfence .sec01 .bg {
	font-size: 1.6rem;
	padding: 24px;
	padding-bottom: 130px;
}
#woodfence .sec01 .bg dl > div:not(:last-child) {
	margin: 0 0 24px;
}
#woodfence .sec01 .bg figure {
	max-width: 130px;
}
}

#woodfence .sec02 .head h2 {
	font-size: 4rem;
	text-align: center;
	margin: 0 0 16px;
}
#woodfence .num_title {
	text-align: center;
	margin: 0 0 40px;
}
#woodfence .num_title .num {
	font-size: 5.5rem;
	line-height: 1;
	margin: 0 0 8px;
}
#woodfence .num_title h2 {
	font-size: 4rem;
	margin: 0 0 24px;
}
#woodfence .num_title .line {
	font-size: 0;
	text-align: center;
}
#woodfence .num_title .line::before {
	content: "";
	width: 1px;
	height: 30px;
	background: #000;
	display: inline-block;
}
#woodfence .border_title {
	font-size: 3rem;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	margin: 0 0 40px;
	padding: 16px;
}
#woodfence .sec02 {
	margin: 0 0 100px;
}
#woodfence .sec02 > ul > li:not(:last-child) {
	margin: 0 0 80px;
}
#woodfence .sec02 ul li:last-child a {
	padding: 0;
}
#woodfence .sec02 ul li .img {
	margin: 0 0 40px;
}
#woodfence .sec02 .txt p:not(:last-child) {
	margin: 0 0 24px;
}
#woodfence .sec02 .color {
	text-align: center;
	margin: 40px 0 0;
}
#woodfence .sec02 .note {
	color: #a40000;
	font-size: 2rem;
	font-weight: 700;
}
#woodfence .sec02 .inquiry {
	border: none;
	margin: 60px 0 0;
	padding: 0;
}
#woodfence .sec02 dl {
	margin: 24px 0 0;
}
#woodfence .sec02 dl > div:not(:last-child) {
	margin: 0 0 24px;
}
#woodfence .sec02 dl dt {
	font-size: 3rem;
	margin: 0 0 8px;
}
#woodfence .sec02 .chart {
	text-align: center;
	margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
#woodfence .sec02 .head h2 {
	font-size: 2.8rem;
}
#woodfence .num_title {
	margin: 0 0 24px;
}
#woodfence .num_title .num {
	font-size: 3rem;
	margin: 0 0 4px;
}
#woodfence .num_title h2 {
	font-size: 2.4rem;
	margin: 0 0 16px;
}
#woodfence .num_title .line::before {
	width: 1px;
	height: 20px;
}
#woodfence .border_title {
	font-size: 2.4rem;
	margin: 0 0 24px;
}
#woodfence .sec02 {
	margin: 0 0 40px;
}
#woodfence .sec02 > ul > li:not(:last-child)  {
	margin: 0 0 40px;
}
#woodfence .sec02 .note {
	font-size: 1.8rem;
}
#woodfence .sec02 dl dt {
	font-size: 2rem;
}
#woodfence .sec02 .inquiry {
	margin: 32px 0 0;
}
#woodfence .sec02 .inquiry ul li:not(:last-child) {
	margin: 0 0 10px;
}
#woodfence .sec02 .inquiry ul li a {
	font-size: 1.6rem;
}
#woodfence .sec02 .inquiry ul li a::before {
	left: 20px;
}
#woodfence .sec02 .inquiry ul li.line a::before {
	width: 31px;
	height: 30px;
	top: calc(50% - 15px);
	left: 16px;
}
#woodfence .sec02 .inquiry ul li.mail a::before {
	width: 25px;
	height: 18px;
	top: calc(50% - 9px);
}
#woodfence .sec02 .inquiry ul li.tel a::before {
	width: 22px;
	height: 28px;
	top: calc(50% - 14px);
}
}

#woodfence .sec04 p {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
#woodfence .sec04 p {
	font-size: 2.4rem;
}
}
.mb40 {
	margin-bottom: 40px;
}