@charset "utf-8";

/* 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: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
	color: #000;
	font-size: 1.6em;
	font-weight: 500;
	background: #fff;
	overflow-x: hidden;
	letter-spacing: 0;
	line-height: 1.6;
}
.main_contents { padding: 0 0 0 min(24.1666vw, 290px); }

/* フォント */
.ff_yakuHan { font-family: YakuHanJP, sans-serif; }
.ff_fot-tsukubrdgothic {
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
}
.medium { font-weight: 500; }
.bold { font-weight: 700; }
.heavy { font-weight: 900; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

/* 文字色 */
.fc_rd { color: #972529; }
.fc_rd02 { color: #ff0000; }
.fc_gl { color: #cba004; }
.fc_bl { color: #0d9fd2; }
.fc_gy { color: #595959; }
.fc_ju { color: #d79962; }

/* 文字サイズ */
.fz14 { font-size: 1.4rem; }
@media screen and (max-width: 768px) {
	.fz12_sp { font-size: min(3.2vw, 1.2rem); }
}
/* マーカー */
/* 背景 */
.c-bg01 {
	background: #f9f8f2;
}
@media screen and (max-width: 1024px) {
	.main_contents { padding: 0; }
}
@media screen and (max-width: 768px) {
	body { font-size: min(3.4666vw, 1.3em); }
}


/* --------------------------------------------------------
	リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}
a:hover { opacity: 0.5; }
::-moz-selection {
	color: #fff;
	background: #34383b;
}
::selection {
	color: #fff;
	background: #34383b;
}

/* テキストリンク
-------------------------------------------------------- */
a.underline {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
a.underline:hover {
	text-decoration-color: transparent;
	opacity: 1;
}

/* アンカーリンク
-------------------------------------------------------- */
.anchor {
	margin-top: max(-9vw, -120px);
	padding-top: min(9vw, 120px);
}
@media screen and (max-width: 1024px) {
	.anchor {
		margin-top: max(-12.5333vw, -47px);
		padding-top: min(12.5333vw, 47px);
	}
}


.page-content > .inner {
	width: 94.6666%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.page-content.m-single > .inner {
	display: block;
}
.page-content__side {
	width: 300px;
	padding: 40px 0;
	z-index: 2;
}
.side-category {
	background: #fff;
	border-radius: 10px;
	padding: 20px 10px;
}
.side-category__list > div:not(:last-child) {
	margin: 0 0 32px;
}
.side-category__heading {
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	margin: 0 0 16px;
}
.side-category__title {
	font-size: 2rem;
	flex: 1 1 auto;
}
.side-category__link {
	color: #972529;
}
.side-category__parent-list > li:not(:last-child) {
	margin: 0 0 32px;
}
.side-category__parent-text {
	border-radius: 100px;
	display: inline-block;
	background: #f6f6f6;
	padding: 6px 16px;
}
.side-category__child-list li:not(:last-child) {
	margin: 0 0 8px;
}
.side-category__child-list li a::before {
	content: "∟";
}
.side-category__parent-list .side-category__child-list {
	margin: 16px 0 0;
}
.side-category__parent-list .side-category__child-list > li {
	padding: 0 0 0 20px;
}
.side-category__parent-list .side-category__grandchild-list li {
	padding: 0 0 0 16px;
}
.side-category__grandchild-list li a {
	color: #666;
}
.page-content__main {
	width: calc(100% - 320px);
	z-index: 1;
}
.page-content__main .c-bg01 {
	position: relative;
	z-index: 0;
}

.page-content__main .c-bg01::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;

	/* 画面幅いっぱい */
	right: -100vw;
	width: 200vw;

	background: #f9f8f2;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.page-content {
		overflow: hidden;
	}
	.page-content__side { display: none; }
	.page-content.m-sp-block > .inner {
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
	.page-content.m-sp-block .page-content__side {
		width: 100%;
		display: block;
		padding: min(10.6666vw, 40px) 0 0;
		position: static;
	}
	.page-content__main {
		width: 100%;
	}
}

.c-section-border__top {
	position: relative;
}
.c-section-border__top::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #b3b3b3;
	position: absolute;
	top: 0;
	left: 0;
}
.page-content__main .c-section-border__top::before {
	width: 200vw;
	left: -100vw;
}

/* --------------------------------------------------------
	共通
-------------------------------------------------------- */
.inner {
	max-width: 1300px;
	width: 94.6666%;
	margin: auto;
}
.inner.mw1000 { max-width: 1000px; }
.inner.mw1180 { max-width: 1180px; }
.inner.mw1200 { max-width: 1200px; }
.inner.mw1600 { max-width: 1600px; }

@media screen and (max-width: 768px) {
	.inner.is-wide { width: 100%; }
	.inner.is-large { width: 97.3333%; }
}

/* iframe */
.iframe { position: relative; }
.iframe.youtube { padding-top: 56.25%; }
.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* flex */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.nowrap { flex-wrap: nowrap; }
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.overflow_hidden {
	overflow: hidden;
}
/* --------------------------------------------------------
	アニメーション
-------------------------------------------------------- */
.trigger {
	opacity: 0;
}
/* 下から上へ */
.animation.animation01 {
	animation: fadeup .8s ease forwards;
}
/* 左から右へ */
.animation.animation02 {
	animation: faderight .8s ease forwards;
}
/* 右から左へ */
.animation.animation03 {
	animation: fadeleft .8s ease forwards;
}

@keyframes fadeup{
	from {
		opacity: 0;
		transform: translateY(2em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes faderight{
	from {
		opacity: 0;
		transform: translateX(-2em);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeleft{
	from {
		opacity: 0;
		transform: translateX(2em);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}


/* --------------------------------------------------------
	見出し
-------------------------------------------------------- */
.c-title01 {
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.c-title01 {
		font-size: min(4vw, 1.5rem);
	}
}
.c-title02 {
	font-size: 2rem;
	font-weight: 700;
	background: #f6f6f6;
	padding: 4px 10px;
}
@media screen and (max-width: 768px) {
	.c-title02 {
		font-size: min(4vw, 1.5rem);
		padding: min(2.1333vw, 8px) min(3.7333vw, 14px);
	}
}
.c-title03 {
	font-size: 3rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.c-title03 {
		font-size: min(4.8vw, 1.8rem);
	}
}

.c-title04 {
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.c-title04 {
		font-size: min(4.5333vw, 1.7rem);
	}
}

.c-head01 {
	font-weight: 700;
	margin: 0 0 16px;
}
.c-head01 .c-title01 {
	flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
	.c-head01 .c-head__link {
		font-size: 1.2rem;
	}
}
.c-white-area {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.c-white-area {
		border-radius: 5px;
		padding: min(2.6666vw, 10px);
	}
}
.c-head02 {
	font-weight: 700;
	border-bottom: solid 5px #972529;
	padding: 0 0 min(1.0666vw, 4px);
}
.c-head02 .c-title01 {
	flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
	.c-head02 {
		border-bottom-width: min(.8vw, 3px);
	}
}

/* --------------------------------------------------------
	ボタン
-------------------------------------------------------- */
.c-btn01 {
	color: #fff;
	background: #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 8px 20px;
}
.c-btn01.m-reverse {
	color: #972529;
	background: #fff;
	border: solid 1px #972529;
}
.c-btn-wrap01.m-btns > a:not(:last-child) {
	margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
	.c-btn01 {
		border-radius: 5px;
		padding: min(2.1333vw, 8px) min(5.3333vw, 20px);
	}
	.c-btn-wrap01.m-btns.m-block_sp > a {
		width: 100%;
	}
	.c-btn-wrap01.m-btns.m-block_sp > a:not(:last-child) {
		margin: 0 0 min(1.0666vw, 4px);
	}
}
.c-btn02 {
	color: #000;
	font-size: 1.2rem;
	background: #fff;
	border: solid 1px #d9d4c7;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 8px;
}
@media screen and (max-width: 768px) {
	.c-btn02 {
		font-size: min(2.9333vw, 1.1rem);
		padding: min(.5333vw, 2px) min(2.1333vw, 8px);
	}
}

/* --------------------------------------------------------
	ボタン
-------------------------------------------------------- */
.c-tbl01 th,
.c-tbl01 td {
	border-bottom: solid 1px #e7e7e7;
	padding: 16px 20px;
}
.c-tbl01 tr:last-child th,
.c-tbl01 tr:last-child td {
	border-bottom: none;
}
.c-tbl01 th {
	font-weight: 700;
	width: 242px;
}
.c-scroll-tbl.m-all {
	overflow-x: scroll;
}
.c-scroll-tbl.m-all > table {
	white-space: nowrap;
}
@media screen and (min-width: 769px) {
	.c-tbl01 tr:nth-child(1) th,
	.c-tbl01 tr:nth-child(1) td {
		padding-top: 0;
	}
	.c-tbl01 tr:last-child th,
	.c-tbl01 tr:last-child td {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-scroll-tbl {
		overflow-x: scroll;
	}
	.c-scroll-tbl > table {
		white-space: nowrap;
	}
	.c-scroll-tbl > table th,
	.c-scroll-tbl > table td {
		min-width: min(35.2vw, 132px);
	}
	.c-tbl01 th,
	.c-tbl01 td {
		width: 100%;
		display: block;
		padding: min(4.2666vw, 16px) 0;
	}
	.c-tbl01 tr:last-child th {
		border-bottom: solid 1px #e7e7e7;
	}
}

.c-tbl02 th,
.c-tbl02 td {
	border: solid 1px #999;
	padding: 6px 16px;
}
.c-tbl02 thead th {
	background: #f6f6f6;
}
.c-tbl02 th:nth-child(1) {
	width: 120px;
}
.c-tbl02 th:not(:nth-child(1)) {
	width: 180px;
}
.c-tbl03 th,
.c-tbl03 td {
	font-size: 1.5rem;
	border: solid 1px #999;
	padding: 10px 16px;
}
.c-tbl03 thead th {
	font-weight: 700;
	background: #f9f8f2;
}
.p-mypage-csv__preview-status {
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 10px;
}
.c-tbl03 tr.m-ok td {
	background: #f5fcef;
}
.c-tbl03 tr.m-ok .p-mypage-csv__preview-status {
	background: #5e8b3a;
}
.c-tbl03 tr.m-warning td {
	background: #fffbef;
}
.c-tbl03 .m-warning__text {
	color: #8a5a00;
}
.c-tbl03 tr.m-warning .p-mypage-csv__preview-status {
	color: #5a4400;
	background: #e8c980;
}
.c-tbl03 tr.m-ng td {
	background: #fff5f5;
}
.c-tbl03 .m-ng__text {
	color: #c8161d;
}
.c-tbl03 tr.m-ng .p-mypage-csv__preview-status {
	background: #c8161d;
}

@media screen and (max-width: 768px) {
	.c-tbl03 th,
	.c-tbl03 td {
		font-size: min(3.2vw, 1.2rem);
		padding: min(2vw, 10px) min(3.2vw, 12px);
	}
	.p-mypage-csv__preview-status {
		padding: min(.5333vw, 2px) min(2.6666vw, 10px);
	}
}
.c-tbl04 th,
.c-tbl04 td {
	background: #fff;
	border: solid 1px #999;
	padding: 16px;
}
.c-tbl04 th {
	font-weight: 700;
	width: 196px;
	background: #f6f6f6;
}
@media screen and (max-width: 768px) {
	.c-tbl04 th,
	.c-tbl04 td {
		width: 100%;
		display: block;
		padding: min(3.2vw, 12px);
	}
	.c-tbl04 th {
		border-bottom: none;
	}
	.c-tbl04 tr:not(:last-child) td {
		border-bottom: none;
	}
}
.c-tbl05 {
	border: solid 1px #999;

}
.c-tbl05 th,
.c-tbl05 td {
	padding: 10px 16px;
}
.c-tbl05 thead th {
	font-weight: 700;
	background: #f6f6f6;
	border-bottom: solid 1px #999;
}
.c-tbl05 tbody td {
	background: #fff;
	border-bottom: solid 1px #999;
}

.p-googlemap {
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.p-googlemap > div {
	overflow: hidden;
	padding-top: 69.3333%;
	position: relative;
}
.p-googlemap > div > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* --------------------------------------------------------
	リスト
-------------------------------------------------------- */
/* 注釈
-------------------------------------------------------- */
.c-note01 > li {
	padding: 0 0 0 24px;
	position: relative;
}
.c-note01.m-mb24 > li:not(:last-child) {
	margin-bottom: 24px;
}
.c-note01 > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.c-note01 > li {
		padding: 0 0 0 18px;
	}
	.c-note01.m-mb24 > li:not(:last-child) {
		margin-bottom: 22px;
	}
}

.c-list01 > li:not(:last-child) {
	margin-bottom: 24px;
}
.c-list02 > li {
	width: 49%;
	background: #f6f6f6;
	padding: 16px;
}
.c-list02__title {
	font-size: 1.7rem;
	margin: 0 0 min(2.1333vw, 8px);
}
@media screen and (max-width: 768px) {
	.c-list02 > li {
		width: 100%;
		padding: min(2.6666vw, 10px);
	}
	.c-list02 > li:not(:last-child) {
		margin: 0 0 min(2.6666vw, 10px);
	}
	.c-list02__title {
		font-size: min(3.7333vw, 1.4rem);
	}
}

/* カウンター
-------------------------------------------------------- */
.c-counter01 {
	counter-reset: number 0;
}
.c-counter01 > li {
	padding: 0 0 0 40px;
	position: relative;
}
.c-counter01.m-mb20 > li:not(:last-child) {
	margin-bottom: 20px;
}
.c-counter01 > li::before {
	counter-increment: number 1;
	content: counter(number) ".";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.c-counter01 > li {
		padding: 0 0 0 20px;
	}
	.c-counter01.m-mb20 > li:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* --------------------------------------------------------
	アコーディオン
-------------------------------------------------------- */
.js-acc .js-acc__head {
	cursor: pointer;
	position: relative;
}
.js-acc .js-acc__head::before,
.js-acc .js-acc__head::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #972529;
	position: absolute;
	top: 50%;
	right: 28px;
	transition: .5s;
}
.js-acc .js-acc__head::after {
	transform: rotate(90deg);
}
.js-acc > div.is-open > .js-acc__head::after {
	transform: rotate(0);
}
@media screen and (max-width: 768px) {
	.js-acc .js-acc__head::before,
	.js-acc .js-acc__head::after {
		width: 15px;
		height: 1.5px;
		right: 8px;
	}
}

/* --------------------------------------------------------
	テーブル
-------------------------------------------------------- */


/* --------------------------------------------------------
	フォーム系
-------------------------------------------------------- */

/* --------------------------------------------------------
	余白
-------------------------------------------------------- */
.u-pt14 { padding-top: 14px; }
.u-pt20 { padding-top: 20px; }
.u-pt40 { padding-top: 40px; }
.u-pt56 { padding-top: 56px; }
.u-pt100 { padding-top: 100px; }
@media screen and (max-width: 768px) {
	.u-pt10_sp { padding-top: min(2.6666vw, 10px); }
	.u-pt32_sp { padding-top: min(8.5333vw, 32px); }
	.u-pt72_sp { padding-top: min(19.2vw, 72px); }
}
.u-pb56 { padding-bottom: 56px; }
.u-pb100 { padding-bottom: 100px; }
@media screen and (max-width: 768px) {
	.u-pb32_sp { padding-bottom: min(8.5333vw, 32px); }
	.u-pb72_sp { padding-bottom: min(19.2vw, 72px); }
}
.u-mt3 { margin-top: 3px; }
.u-mt5 { margin-top: 5px; }
.u-mt8 { margin-top: 8px; }
.u-mt10 { margin-top: 10px; }
.u-mt14 { margin-top: 14px; }
.u-mt16 { margin-top: 16px; }
.u-mt18 { margin-top: 18px; }
.u-mt20 { margin-top: 20px; }
.u-mt24 { margin-top: 24px; }
.u-mt30 { margin-top: 30px; }
.u-mt32 { margin-top: 32px; }
.u-mt36 { margin-top: 36px; }
.u-mt40 { margin-top: 40px; }
.u-mt48 { margin-top: 48px; }
@media screen and (max-width: 768px) {
	.u-mt4_sp { margin-top: min(1.3333vw, 4px); }
	.u-mt6_sp { margin-top: min(1.6vw, 6px); }
	.u-mt8_sp { margin-top: min(2.1333vw, 8px); }
	.u-mt10,
	.u-mt10_sp { margin-top: min(2.6666vw, 10px); }
	.u-mt12_sp { margin-top: min(3.2vw, 12px); }
	.u-mt14_sp { margin-top: min(3.7333vw, 14px); }
	.u-mt15_sp { margin-top: min(4vw, 15px); }
	.u-mt18_sp { margin-top: min(4.8vw, 18px); }
	.u-mt20_sp { margin-top: min(5.3333vw, 20px); }
	.u-mt24_sp { margin-top: min(6.4vw, 24px); }
	.u-mt30_sp { margin-top: min(8vw, 30px); }
	.u-mt36_sp { margin-top: min(9.6vw, 36px); }
}
.u-mbn1 { margin-bottom: -1px; }
.u-mb3 { margin-bottom: 3px; }
.u-mb10 { margin-bottom: 10px; }
.u-mb12 { margin-bottom: 12px; }
.u-mb16 { margin-bottom: 16px; }
.u-mb20 { margin-bottom: 20px; }
.u-mb24 { margin-bottom: 24px; }
.u-mb30 { margin-bottom: 30px; }
.u-mb32 { margin-bottom: 32px; }
.u-mb40 { margin-bottom: 40px; }
.u-mb48 { margin-bottom: 48px; }
.u-mb72 { margin-bottom: 72px; }
@media screen and (max-width: 768px) {
	.u-mb48 { margin-bottom: min(12.8vw, 48px); }
	.u-mb72 { margin-bottom: min(19.2vw, 72px); }
	.u-mb8_sp { margin-bottom: min(2.1333vw, 8px); }
	.u-mb10_sp { margin-bottom: min(2.6666vw, 10px); }
	.u-mb12_sp { margin-bottom: min(3.2vw, 12px); }
	.u-mb18_sp { margin-bottom: min(4.8vw, 18px); }
	.u-mb20_sp { margin-bottom: min(5.3333vw, 20px); }
	.u-mb30_sp { margin-bottom: min(8vw, 30px); }
	.u-mb40_sp { margin-bottom: min(10.6666vw, 40px); }
}
@media screen and (max-width: 768px) {
}

.u-ml6 {
	margin-left: 6px;
}
@media screen and (max-width: 768px) {
	.u-ml5_sp {
		margin-left: min(1.3333vw, 5px);
	}
}

/* --------------------------------------------------------
	PC SP切替
-------------------------------------------------------- */
.is-sp { display: none; }
@media screen and (max-width: 768px) {
	.is-pc { display: none; }
	.is-sp { display: block; }
}


/* --------------------------------------------------------
	ヘッダー
-------------------------------------------------------- */
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}
.hdr-top {
	border-bottom: solid 1px #ccc;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 5px 10px;
}
#summary {
	font-size: 1.4rem;
	flex: 1 1 auto;
}
.hdr-sub-nav,
.hdr-sub-nav > li {
	display: -webkit-box;
	display: flex;

}
.hdr-sub-nav {
	font-size: 1.3rem;
}
.hdr-sub-nav > li:not(:last-child)::after {
	content: "｜";
	margin: 0 2px;
}
@media screen and (min-width: 1025px) {
	.hdr-top {
		padding: min(0.3333vw, 5px) min(0.6667vw, 10px);
	}
	#summary {
		font-size: min(0.9333vw, 1.4rem);
	}
	.hdr-sub-nav {
		font-size: min(0.8667vw, 1.3rem);
	}
	.hdr-sub-nav > li:not(:last-child)::after {
		margin: 0 min(0.1333vw, 2px);
	}
	.hdr-top .hdr-info { display: none; }
}
@media screen and (max-width: 1024px) {
	#summary,
	.hdr-sub-nav { display: none; }
}


.hdr-main,
.hdr-main > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.hdr-main {
	background: #fff;
	padding: 18px 20px;
}
.hdr-left {
	flex: 1 1 auto;
}
.hdr-right {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex: 1 1 auto;
}
.hdr-logo {
	max-width: 303px;
	width: 100%;
	flex-shrink: 0;
	margin: 0 40px 0 0;
}
.hdr-info > li {
	font-size: 1.4rem;
	background: #f6f6f6;
	border-radius: 5px;
	padding: 2px 8px;
	position: relative;
}
.hdr-info > li > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 0 0 28px;
	position: relative;
}
.hdr-info > li > div::before {
	content: "";
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.hdr-info > li.hdr-info__item01 > div::before {
	background-image: url(../img/cmn/hdr_info01.svg);
}
.hdr-info > li.hdr-info__item02 > div::before {
	width: 18px;
	height: 17px;
	background-image: url(../img/cmn/hdr_info02.svg);
}
.hdr-info__sub {
	margin: 0 18px 0 0;
}
.hdr-info > li.hdr-info__item02 .hdr-info__sub {
	width: 156px;
	text-align: center;
}
.hdr-info__main-text span {
	font-size: 2.2rem;
}
.hdr-info__item02 .hdr-info__main {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
.hdr-main-nav {
	display: -webkit-box;
	display: flex;
}
.hdr-info__note {
	font-size: 1rem;
	margin: -5px 0 0;
}
@media screen and (min-width: 1025px) {
	.hdr-main {
		padding: min(1.2vw, 18px) min(1.3333vw, 20px);
	}
	.hdr-logo {
		max-width: min(20.2vw, 303px);
		margin: 0 min(2.6667vw, 40px) 0 0;
	}
	.hdr-info > li {
		font-size: min(0.9333vw, 1.4rem);
		white-space: nowrap;
		padding: min(0.1333vw, 2px) min(0.5333vw, 8px);
	}
	.hdr-info > li:not(:last-child) {
		margin: 0 0 min(0.1333vw, 2px);
	}
	.hdr-info > li > div {
		padding: 0 0 0 min(1.8667vw, 28px);
	}
	.hdr-info > li > div::before {
		width: min(1.2667vw, 19px);
		height: min(1.2667vw, 19px);
	}
	.hdr-info > li.hdr-info__item02 > div::before {
		width: min(1.2vw, 18px);
		height: min(1.1333vw, 17px);
	}
	.hdr-info__sub {
		margin: 0 min(1.2vw, 18px) 0 0;
	}
	.hdr-info > li.hdr-info__item02 .hdr-info__sub {
		width: min(10.4vw, 156px);
	}
	.hdr-info__main-text span {
		font-size: min(1.4667vw, 2.2rem);
	}
	.hdr-info__note {
		font-size: min(0.6667vw, 1rem);
		margin: max(-0.3333vw, -5px) 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.hdr-logo {
		margin: 0;
	}
	.hdr-info {
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.hdr-info > li {
		width: 50%;
		background: none;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		padding: 0;
	}
	.hdr-info__sub {
		text-align: center;
	}
}
@media screen and (max-width: 1024px) {
	.hdr-main {
		padding: min(1.6vw, 6px) min(2.6667vw, 10px);
	}
	.hdr-logo {
		max-width: min(48.5333vw, 182px);
	}
	.hdr-info > li {
		font-size: min(2.1333vw, .8rem);
		white-space: nowrap;
	}
	.hdr-info > li > div {
		padding: 0 0 0 min(4vw, 15px);
	}
	.hdr-info > li > div::before {
		width: min(2.2667vw, 8.5px);
		height: min(2.2667vw, 8.5px);
	}
	.hdr-info > li.hdr-info__item02 > div::before {
		width: min(2.4vw, 9px);
		height: min(2.2933vw, 8.6px);
	}
	.hdr-info__sub {
		margin: 0 min(1.6vw, 6px) 0 0;
	}
	.hdr-info > li.hdr-info__item02 .hdr-info__sub {
		width: auto;
	}
	.hdr-info__main-text span {
		font-size: min(3.2vw, 1.2rem);
	}
	.hdr-info__note {
		font-size: min(1.3333vw, .5rem);
		margin: max(-0.5333vw, -2px) 0 0;
	}
}

.hdr-main-nav > li {
	margin: 0 10px 0 0;
}
.hdr-main-nav > li:nth-child(1) {
	margin: 0 20px 0 0;
}
.hdr-main-nav > li:last-child {
	margin-right: 20px;
}
.hdr-main-nav > li > a {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
.hdr-main-nav__icon {
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.hdr-main-nav__icon::before {
	content: "";
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}
.hdr-main-nav__item01 .hdr-main-nav__icon::before {
	width: 20px;
	height: 20px;
	background-image: url(../img/cmn/icon_search_bk.svg);
}
.hdr-main-nav__item02 .hdr-main-nav__icon::before {
	width: 19px;
	background-image: url(../img/cmn/icon_beginner_bk.svg);
}
.hdr-main-nav__item03 .hdr-main-nav__icon::before {
	width: 23px;
	background-image: url(../img/cmn/icon_guide_bk02.svg);
}
.hdr-main-nav__item04 .hdr-main-nav__icon::before {
	height: 19px;
	background-image: url(../img/cmn/icon_mail_bk.svg);
}
.hdr-main-nav__item05 .hdr-main-nav__icon::before {
	width: 23px;
	height: 24px;
	background-image: url(../img/cmn/icon_favorite_bk.svg);
}
.hdr-main-nav__item06 .hdr-main-nav__icon::before {
	width: 22px;
	height: 25px;
	background-image: url(../img/cmn/icon_member_gl.svg);
}
.hdr-main-nav__item06 .hdr-main-nav__text {
	color: #cba004;
	white-space: nowrap;
}
.hdr-main-nav__text {
	font-size: 1.2rem;
	margin: 5px 0 0;
}
@media screen and (min-width: 1025px) {
	.hdr-main-nav > li {
		margin: 0 min(0.6667vw, 10px) 0 0;
	}
	.hdr-main-nav > li:nth-child(1) {
		margin: 0 min(1.3333vw, 20px) 0 0;
	}
	.hdr-main-nav > li:last-child {
		margin-right: min(1.3333vw, 20px);
	}
	.hdr-main-nav > li > a {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}
	.hdr-main-nav__icon {
		width: min(1.6667vw, 25px);
		height: min(1.6667vw, 25px);
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.hdr-main-nav__icon::before {
		content: "";
		width: min(1.6667vw, 25px);
		height: min(1.6667vw, 25px);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.hdr-main-nav__item01 .hdr-main-nav__icon::before {
		width: min(1.3333vw, 20px);
		height: min(1.3333vw, 20px);
		background-image: url(../img/cmn/icon_search_bk.svg);
	}
	.hdr-main-nav__item02 .hdr-main-nav__icon::before {
		width: min(1.2667vw, 19px);
		background-image: url(../img/cmn/icon_beginner_bk.svg);
	}
	.hdr-main-nav__item03 .hdr-main-nav__icon::before {
		width: min(1.5333vw, 23px);
		background-image: url(../img/cmn/icon_guide_bk02.svg);
	}
	.hdr-main-nav__item04 .hdr-main-nav__icon::before {
		height: min(1.2667vw, 19px);
		background-image: url(../img/cmn/icon_mail_bk.svg);
	}
	.hdr-main-nav__item05 .hdr-main-nav__icon::before {
		width: min(1.5333vw, 23px);
		height: min(1.6vw, 24px);
		background-image: url(../img/cmn/icon_favorite_bk.svg);
	}
	.hdr-main-nav__item06 .hdr-main-nav__icon::before {
		width: min(1.4667vw, 22px);
		height: min(1.6667vw, 25px);
		background-image: url(../img/cmn/icon_member_gl.svg);
	}
	.hdr-main-nav__text {
		font-size: min(0.8vw, 1.2rem);
		margin: min(0.3333vw, 5px) 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.hdr-main .hdr-info,
	.hdr-main-nav { display: none; }
}
.hdr-btns {
	max-width: 304px;
	width: 100%;
	display: -webkit-box;
	display: flex;
}
.hdr-btns > a:not(:last-child) {
	margin: 0 4px 0 0;
}
.hdr-btn {
	color: #fff;
	max-width: 150px;
	width: 100%;
	background: #972529;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px;
}
.hdr-btn > span {
	display: inline-block;
	padding: 0 0 0 28px;
	position: relative;
}
.hdr-btn > span::before {
	content: "";
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.hdr-btn__member span::before {
	width: 18px;
	height: 21px;
	background-image: url(../img/cmn/icon_member_wh.svg);
}
.hdr-btn__cart {
	background: #cba004;
}
.hdr-btn__cart span::before {
	background-image: url(../img/cmn/icon_cart_wh.svg);
}
.hdr-btn__hamb { display: none; }
@media screen and (min-width: 1025px) {
	.hdr-btns {
		max-width: min(20.2667vw, 304px);
	}
	.hdr-btns > a:not(:last-child) {
		margin: 0 min(0.2667vw, 4px) 0 0;
	}
	.hdr-btn {
		font-size: min(1.0667vw, 1.6rem);
		max-width: min(10vw, 150px);
		padding: min(0.6667vw, 10px);
	}
	.hdr-btn > span {
		padding: 0 0 0 min(1.8667vw, 28px);
	}
	.hdr-btn > span::before {
		width: min(1.3333vw, 20px);
		height: min(1.3333vw, 20px);
	}
	.hdr-btn__member span::before {
		width: min(1.2vw, 18px);
		height: min(1.4vw, 21px);
	}
}
@media screen and (max-width: 1024px) {
	.hdr-btns {
		max-width: inherit;
		width: auto;
	}
	.hdr-btn {
		max-width: inherit;
		width: min(9.3333vw, 35px);
		height: min(9.3333vw, 35px);
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		padding: 0;
	}
	.hdr-btn__hamb {
		background: #f3f3f3;
		border: solid 1px #e5e5e5;
	}
	.hamb__icon {
		width: min(5.3333vw, 20px);
		height: min(4.5333vw, 17px);
		position: relative;
	}
	.hamb__icon span {
		width: 100%;
		height: 1px;
		background: #999;
		display: block;
		position: absolute;
		left: 0;
	}
	.hamb__icon span:nth-child(1) {
		top: 0;
	}
	.hamb__icon span:nth-child(2) {
		top: 50%;
	}
	.hamb__icon span:nth-child(3) {
		top: 100%;
	}
	.hdr-btn > span::before {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.hdr-btn > span::before {
		width: min(4vw, 15px);
		height: min(4vw, 15px);
	}
	.hdr-btn__member span::before {
		width: min(3.7333vw, 14px);
		height: min(4.2667vw, 16px);
	}
	.hdr-btn > span span { display: none; }
}

.hdr-login-status {
	font-size: 1.4rem;
	background: #f6f6f6;
	border-top: solid 1px #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 5px 20px;
}
.hdr-login-status__text {
	min-width: 0;
	overflow-wrap: anywhere;
	text-align: right;
}
.hdr-login-status > form {
	flex-shrink: 0;
	margin: 0 0 0 15px;
}
.hdr-login-status__logout {
	color: #000;
	background: none;
	padding: 0 0 0 24px;
	position: relative;
}
.hdr-login-status__logout::before {
	content: "";
	width: 16px;
	height: 15px;
	background: url(../img/cmn/icon_logout_gy.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.hdr-login-status.m-drawer {
	display: none;
}
@media screen and (min-width: 1025px) {
	.hdr-login-status {
		font-size: min(0.9333vw, 1.4rem);
		padding: min(0.3333vw, 5px) min(1.3333vw, 20px);
	}
	.hdr-login-status > form {
		margin-left: min(1vw, 15px);
	}
	.hdr-login-status__logout {
		padding-left: min(1.6vw, 24px);
	}
	.hdr-login-status__logout::before {
		width: min(1.0667vw, 16px);
		height: min(1vw, 15px);
	}
}
@media screen and (max-width: 1024px) {
	.hdr-login-status {
		display: none;
	}
	.hdr-login-status.m-drawer {
		font-size: min(3.2vw, 1.2rem);
		background: #fff;
		border: none;
		border-radius: min(1.3333vw, 5px);
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		margin: 0 0 min(1.3333vw, 5px);
		padding: min(2.6667vw, 10px);
	}
	.hdr-login-status.m-drawer .hdr-login-status__text {
		text-align: center;
	}
	.hdr-login-status.m-drawer > form {
		margin-left: min(4vw, 15px);
	}
	.hdr-login-status__logout {
		padding-left: min(4.8vw, 18px);
	}
	.hdr-login-status__logout::before {
		width: min(3.2vw, 12px);
		height: min(2.9333vw, 11px);
	}
}

.drawer {
	max-width: min(189.3333vw, 710px);
	width: 100%;
	height: 100dvh;
	overflow: auto;
	padding: min(2.6667vw, 10px);
	position: fixed;
	top: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 2;
}
.drawer__head {
	background: #972529;
	border-radius: min(1.3333vw, 5px);
	display: -webkit-box;
	display: flex;
	margin: 0 0 min(1.3333vw, 5px);
	padding: min(2.6667vw, 10px);
}

.js-acc .drawer-nav__head.js-acc__head::before,
.js-acc .drawer-nav__head.js-acc__head::after {
	transform: translateY(-50%);
}
.js-acc .drawer-nav__head.js-acc__head::before {
	content: "開く";
	color: #972529;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-size: min(3.2vw, 1.2rem);
	width: auto;
	height: auto;
	background: none;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: min(0.8vw, 3px);
	right: min(8vw, 30px);
}
.js-acc .drawer-nav__head.js-acc__head::after {
	width: min(2.9333vw, 11px);
	height: min(1.6vw, 6px);
	background: url(../img/cmn/arrow_rd_bk.svg) no-repeat;
	background-size: contain;
	right: min(2.9333vw, 11px);
}
.js-acc > div.is-open > .drawer-nav__head.js-acc__head::before {
	content: "閉じる";
}
.js-acc > div.is-open > .drawer-nav__head.js-acc__head::after {
	transform: translateY(-50%) scale(1, -1);
}
.drawer-nav__head {
	font-size: min(3.4667vw, 1.3rem);
}
.drawer-nav__head > div {
	padding: 0 0 0 min(6.4vw, 24px);
	position: relative;
}
.drawer-nav__head > div::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: min(1.0667vw, 4px);
	left: 0;
}
.drawer-nav__category .drawer-nav__head > div::before {
	width: min(3.7333vw, 14px);
	height: min(3.7333vw, 14px);
	background-image: url(../img/cmn/icon_search_rd.svg);
}
.drawer-nav__about .drawer-nav__head > div::before {
	width: min(4.2667vw, 16px);
	height: min(4.8vw, 18px);
	background-image: url(../img/cmn/icon_guide_rd02.svg);
	top: min(0.5333vw, 2px);
}
.drawer-nav__support .drawer-nav__head > div::before {
	width: min(4.8vw, 18px);
	height: min(3.7333vw, 14px);
	background-image: url(../img/cmn/icon_mail_rd.svg);
}
.drawer-category__parent-link {
	display: inline-block;
}
.drawer-category__parent-list .drawer-category__child-list,
.drawer-category__child-list .drawer-category__grandchild-list {
	margin: min(2.1333vw, 8px) 0 0;
}
.drawer-category__child-list li:not(:last-child) {
	margin: 0 0 min(2.1333vw, 8px);
}
.drawer-category__child-list li::before {
	content: "∟";
}
.drawer-category__grandchild-list {
	color: #666;
	padding: 0 0 0 min(3.2vw, 12px);
}
.drawer-nav .js-acc__body {
	display: none;
}
.drawer-link__list {
	flex: 1 1 auto;
}
.drawer-link__list > li:not(:last-child) {
	margin: 0 min(4vw, 15px) 0 0;
}
.drawer-link__item {
	font-size: 0;
	max-width: min(4.2667vw, 16px);
	width: 100%;
}
.drawer-link__item-favorite {
	max-width: min(3.8667vw, 14.5px);
}
.drawer-link__item-entry {
	max-width: none;
	width: auto;
}
.drawer-link__item-entry > a {
	color: #fff;
	font-size: min(2.9333vw, 1.1rem);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	white-space: nowrap;
}
.drawer-link__item-entry img {
	width: min(3.7333vw, 14px);
	margin: 0 min(1.3333vw, 5px) 0 0;
	flex-shrink: 0;
}
.drawer-link__item-comment {
	max-width: min(4vw, 15px);
}
.drawer-link__item-tel {
	max-width: min(4.5333vw, 17px);
}
.drawer__head .hdr-btn__hamb {
	width: min(4.8vw, 18px);
	height: min(4.8vw, 18px);
	background: none;
	border: none;
}
.drawer__head .hamb__icon span {
	width: min(4.8vw, 18px);
	height: min(0.2667vw, 1px);
	background: #fff;
}
.drawer__head .hamb__icon span:nth-child(1),
.drawer__head .hamb__icon span:nth-child(3) {
	top: min(2.1333vw, 8px);
}
.drawer__head .hamb__icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drawer__head .hamb__icon span:nth-child(2) {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.drawer__head .hamb__icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.drawer-nav > div {
	background: #fff;
	border-radius: min(1.3333vw, 5px);
}
.drawer-nav > div:not(:last-child) {
	margin: 0 0 min(1.3333vw, 5px);
}
.drawer-nav__head,
.drawer-nav__body {
	padding: min(2.6667vw, 10px);
}
.drawer-nav__head {
	border-bottom: solid 1px #b3b3b3;
}
.drawer-nav__body {
	font-size: min(3.2vw, 1.2rem);
}
.drawer-category .js-acc__head,
.drawer-category .js-acc__body {
	padding: min(2.6667vw, 10px);
}
.drawer-category .js-acc__body.m-pt0 {
	padding-top: 0;
}
.drawer-nav__category > .js-acc__body,
.drawer-nav__support > .js-acc__body {
	padding: 0;
}
.drawer-category .js-acc > div:not(:last-child) {
	border-bottom: solid 1px #b3b3b3;
}
.drawer-category .js-acc__body .drawer-category__parent-list > li:not(:last-child) {
	margin: 0 0 min(2.1333vw, 8px);
}
.drawer-category .js-acc .js-acc__head::before {
	content: none;
}
.drawer-category .js-acc .js-acc__head::after {
	width: min(2.9333vw, 11px);
	height: min(1.6vw, 6px);
	background: url(../img/cmn/arrow_b_bk.svg) no-repeat;
	background-size: contain;
	right: min(2.9333vw, 11px);
	transform: translateY(-50%);
}
.drawer-category .js-acc > div.is-open .js-acc__head::after {
	transform: translateY(-50%) scale(1, -1);
}
.drawer-support__btns > li {
	width: 49.5%;
	margin-top: min(2.1333vw, 8px);
}
.drawer-support__btns > li:nth-child(1) {
	width: 100%;
	margin-top: 0;
}
.drawer-support__btns > li > a {
	font-size: min(3.4667vw, 1.3rem);
	height: 100%;
	border: solid 1px #d9d9d9;
	border-radius: min(1.3333vw, 5px);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding: min(6.4vw, 24px) min(1.0667vw, 4px);
}
.drawer-support__btns > li:nth-child(1) > a {
	background: #f6f6f6;
	border-color: #972529;
}
.drawer-support__btns > li:nth-child(1) .drawer-support__btn-text {
	font-size: min(4.8vw, 1.8rem);
	display: inline-block;
	padding: 0 0 0 min(6.4vw, 24px);
	position: relative;
}
.drawer-support__btns > li:nth-child(1) .drawer-support__btn-text::before {
	content: "";
	width: min(4.5333vw, 17px);
	height: min(4.5333vw, 17px);
	background-image: url(../img/cmn/icon_tel_rd.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: min(1.6vw, 6px);
	left: 0;
}
.drawer-nav__about .drawer-nav__body {
	padding: min(2.6667vw, 10px) 0 0;
}
.drawer-nav__about-title {
	font-size: min(3.7333vw, 1.4rem);
	margin: 0 0 min(2.1333vw, 8px);
}
.drawer-nav__about-top {
	padding: 0 min(2.6667vw, 10px) min(4vw, 15px);
}
.drawer-nav__about-top .drawer-nav__about-list > li:not(:last-child) {
	margin: 0 0 min(2.1333vw, 8px);
}
.drawer-nav__about-top .drawer-nav__about-list > li > a {
	display: inline-block;
	padding: 0 0 0 min(4.2666vw, 16px);
	position: relative;
}
.drawer-nav__about-top .drawer-nav__about-list > li > a::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.drawer-nav__about-btm .drawer-nav__about-list > li:nth-child(1) {
	border-top: solid 1px #b3b3b3;
}
.drawer-nav__about-btm .drawer-nav__about-list > li:not(:last-child) {
	border-bottom: solid 1px #b3b3b3;
}
.drawer-nav__about-btm .drawer-nav__about-list > li > a {
	display: block;
	padding: min(2.6667vw, 10px);
	position: relative;
}
.c-calendar {
	max-width: min(133.3333vw, 500px);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-inline: auto;
}
.c-calendar table {
	width: 49.5%;
}
.c-calendar table caption {
	font-size: min(3.7333vw, 1.4rem);
	font-weight: 700;
	text-align: center;
}
.c-calendar table th,
.c-calendar table td {
	border: solid 1px #fff;
	text-align: center;
	padding: min(0.8vw, 3px) min(0.5333vw, 2px);
}
.c-calendar table thead th {
	background: #f1f1f1;
}
.c-calendar table thead th#sunday,
.c-calendar table thead th#saturday {
	color: #fff;
}
.c-calendar table thead th#sunday {
	background: #ff5958;
}
.c-calendar table thead th#saturday {
	background: #52a6e1;
}
.c-calendar table tbody td.holiday {
	background: #ffd4e0;
}
.drawer-support__action,
.drawer-support__list > div {
	padding: min(2.6667vw, 10px);
}
.drawer-support__list {
	border-top: solid 1px #b3b3b3;
}
.drawer-support__list > div {
	border-bottom: solid 1px #b3b3b3;
}
.drawer-support__list dt {
	font-size: min(3.4667vw, 1.3rem);
	font-weight: 700;
	margin: 0 0 min(2.1333vw, 8px);
}
.drawer-support__text {
	text-align: center;
	margin: min(2.6667vw, 10px) 0 0;
}
.drawer-support__link {
	text-align: right;
}
.drawer-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	transition: .5s;
	z-index: 1;
}
.is-hamb-open .drawer {
	opacity: 1;
	visibility: inherit;
}
.is-hamb-open .drawer-bg {
	opacity: .5;
	visibility: inherit;
}

.hdr-category__list {
	width: fit-content;
	max-width: 100%;
	display: -webkit-box;
	display: flex;
	overflow-x: auto;
	margin: auto;
	padding: 16px;
}
.hdr-category__list > li:not(:last-child) {
	margin: 0 4px 0 0;
}
.hdr-category__list > li > a {
	background: #fff;
	border: solid 1px #e7e7e7;
	border-radius: 100px;
	display: inline-block;
	white-space: nowrap;
	padding: 4px 18px;
}
.hdr-category__list > li > a > span::before {
	content: "#";
}
.hdr-category__list > li.m-new > a {
	color: #972529;
	border-color: #972529;
}
.hdr-category__list > li.m-new > a > span::before {
	content: none;
}
.hdr-category__list > li.m-category > a > span {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.hdr-category__list > li.m-category > a > span::before {
	content: "";
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.hdr-category__list > li.m-category.m-sweets > a > span::before {
	width: 18px;
	background-image: url(../img/cmn/icon_sweets_rd.svg);
}
.hdr-category__list > li.m-category.m-drink > a > span::before {
	width: 17px;
	height: 11px;
	background-image: url(../img/cmn/icon_drink_rd.svg);
}
.hdr-category__list > li.m-category.m-food > a > span::before {
	width: 20px;
	background-image: url(../img/cmn/icon_food_rd.svg);
}
.hdr-category__list > li.m-category.m-goods > a > span::before {
	width: 13px;
	background-image: url(../img/cmn/icon_goods_rd.svg);
}
@media screen and (min-width: 1025px) {
	.hdr-category__list {
		padding: min(1.0667vw, 16px);
	}
	.hdr-category__list > li:not(:last-child) {
		margin: 0 min(0.2667vw, 4px) 0 0;
	}
	.hdr-category__list > li > a {
		font-size: min(1.0667vw, 1.6rem);
		padding: min(0.2667vw, 4px) min(1.2vw, 18px);
	}
	.hdr-category__list > li.m-category > a > span::before {
		height: min(1.2vw, 18px);
		margin: 0 min(0.5333vw, 8px) 0 0;
	}
	.hdr-category__list > li.m-category.m-sweets > a > span::before {
		width: min(1.2vw, 18px);
	}
	.hdr-category__list > li.m-category.m-drink > a > span::before {
		width: min(1.1333vw, 17px);
		height: min(0.7333vw, 11px);
	}
	.hdr-category__list > li.m-category.m-food > a > span::before {
		width: min(1.3333vw, 20px);
	}
	.hdr-category__list > li.m-category.m-goods > a > span::before {
		width: min(0.8667vw, 13px);
	}
}
@media screen and (max-width: 1024px) {
	.hdr-category__list {
		padding: min(2.6666vw, 10px);
	}
	.hdr-category__list > li:not(:last-child) {
		margin: 0 min(1.0667vw, 4px) 0 0;
	}
	.hdr-category__list > li > a {
		font-size: min(3.7333vw, 1.4rem);
		padding: min(1.0667vw, 4px) min(4.8vw, 18px);
	}
	.hdr-category__list > li.m-category > a > span::before {
		height: min(4.8vw, 18px);
		margin: 0 min(2.1333vw, 8px) 0 0;
	}
	.hdr-category__list > li.m-category.m-sweets > a > span::before {
		width: min(4.8vw, 18px);
	}
	.hdr-category__list > li.m-category.m-drink > a > span::before {
		width: min(4.5333vw, 17px);
		height: min(2.9333vw, 11px);
	}
	.hdr-category__list > li.m-category.m-food > a > span::before {
		width: min(5.3333vw, 20px);
	}
	.hdr-category__list > li.m-category.m-goods > a > span::before {
		width: min(3.4667vw, 13px);
	}
}

/* --------------------------------------------------------
	フッター
-------------------------------------------------------- */
.ftr-info {
	border-top: solid 1px #b3b3b3;
	padding: 56px 0 0;
}
.ftr-info .inner {
	display: -webkit-box;
	display: flex;
}
.ftr-logo {
	max-width: 450px;
	width: 100%;
	flex-shrink: 0;
}
.ftr-info__text {
	padding: 0 0 0 86px;
}
@media screen and (min-width: 1025px) {
	.ftr-logo {
		max-width: min(33.7584vw, 450px);
	}
	.ftr-info__text {
		font-size: min(1.2vw, 1.6rem);
		padding: 0 0 0 min(6.4516vw, 86px);
	}
}
@media screen and (max-width: 1024px) {
	.ftr-info {
		padding: min(10.6666vw, 40px) 0;
	}
	.ftr-info .inner {
		display: block;
	}
	.ftr-logo {
		max-width: min(56.8vw, 213px);
		margin: 0 0 min(5.3333vw, 20px);
	}
	.ftr-info__text {
		font-size: min(3.4667vw, 1.3rem);
		padding: 0;
	}
}

.ftr-main {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.ftr-main__category {
	padding: 100px 0;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.ftr-nav {
	display: -webkit-box;
	display: flex;
}
.ftr-nav__head {
	font-size: 2rem;
	font-weight: 700;
	display: block;
}
.ftr-nav__group {
	width: 32%;
}
.ftr-nav .ftr-nav__group:nth-child(1) {
	width: 32%;
	display: -webkit-box;
	display: flex;
}
.ftr-nav .ftr-nav__group:nth-child(1) > li {
	width: 100%;
}
.ftr-nav .ftr-nav__group:nth-child(1) .ftr-category__parent-list {
	width: 100%;
}
.ftr-category__parent-list > li > a {
	font-size: 1.8rem;
	font-weight: 700;
}
.ftr-category__child-list,
.ftr-category__grandchild-list {
	margin: 4px 0 0;
}
.ftr-category__child-list li:not(:last-child) {
	margin: 0 0 4px;
}
.ftr-category__child-list li a::before {
	content: "∟";
}
.ftr-category__grandchild-list li {
	padding: 0 0 0 16px;
}
.ftr-category__grandchild-list li a {
	color: #666;
}
@media screen and (min-width: 1025px) {
	.ftr-main__head {
		display: none;
	}
	.ftr-main__category {
		padding: min(7.5vw, 100px) 0;
	}
	.ftr-nav__head {
		font-size: min(1.5vw, 2rem);
		pointer-events: none;
	}
	.ftr-nav__head::before,
	.ftr-nav__head::after {
		content: none !important;
	}
	.ftr-nav__group > li:not(:last-child),
	.ftr-category__parent-list > li:not(:last-child) {
		margin: 0 0 min(3vw, 40px);
	}
	.ftr-category__parent-list {
		margin: min(.75vw, 10px) 0 0;
	}
	.ftr-category__parent-list > li > a {
		font-size: min(1.35vw, 1.8rem);
	}
	.ftr-category__child-list li a {
		font-size: min(1.2vw, 1.6rem);
	}
	.ftr-category__child-list,
	.ftr-category__grandchild-list {
		margin: min(.3vw, 4px) 0 0;
	}
	.ftr-category__child-list li:not(:last-child) {
		margin: 0 0 min(.3vw, 4px);
	}
}
@media screen and (max-width: 1024px) {
	.ftr-main {
		background: #f9f8f2;
		display: block;
		padding: min(12.8vw, 48px) 0;
	}
	.ftr-main > div:not(:last-child) {
		margin: 0 0 min(1.6vw, 6px);
	}
	.ftr-main__category {
		padding: 0;
	}
	.ftr-main__content {
		background: #fff;
		border-radius: min(1.3333vw, 5px);
		border: solid 1px #b3b3b3;
	}
	.ftr-main__head {
		padding: min(2.6667vw, 10px);
	}
	.ftr-main__body {
		padding: min(2.6667vw, 10px) min(2.6667vw, 10px) min(2.6667vw, 10px) min(8vw, 30px);
	}

	.ftr-main.js-acc .ftr-main__head.js-acc__head::before,
	.ftr-main.js-acc .ftr-main__head.js-acc__head::after {
		transform: translateY(-50%);
	}
	.ftr-main.js-acc .ftr-main__head.js-acc__head::before {
		content: "開く";
		color: #972529;
		font-family: "fot-tsukubrdgothic-std", sans-serif;
		font-size: min(3.2vw, 1.2rem);
		width: auto;
		height: auto;
		background: none;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: min(0.8vw, 3px);
		right: min(8vw, 30px);
	}
	.ftr-main.js-acc .ftr-main__head.js-acc__head::after {
		width: min(2.9333vw, 11px);
		height: min(1.6vw, 6px);
		background: url(../img/cmn/arrow_rd_bk.svg) no-repeat;
		background-size: contain;
		right: min(2.9333vw, 11px);
	}
	.ftr-main.js-acc .ftr-main__content.is-open > .ftr-main__head.js-acc__head::before {
		content: "閉じる";
	}
	.ftr-main.js-acc .ftr-main__content.is-open > .ftr-main__head.js-acc__head::after {
		transform: translateY(-50%) scale(1, -1);
	}
	.ftr-main__head {
		font-size: min(3.4667vw, 1.3rem);
	}
	.ftr-main__head > span {
		display: inline-block;
		padding: 0 0 0 min(6.4vw, 24px);
		position: relative;
	}
	.ftr-main__head > span::before {
		content: "";
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: min(1.0667vw, 4px);
		left: 0;
	}
	.ftr-main__category .ftr-main__head > span::before {
		width: min(3.7333vw, 14px);
		height: min(3.7333vw, 14px);
		background-image: url(../img/cmn/icon_search_rd.svg);
	}
	.ftr-main__about .ftr-main__head > span::before {
		width: min(4.2667vw, 16px);
		height: min(4.8vw, 18px);
		background-image: url(../img/cmn/icon_guide_rd02.svg);
		top: min(0.5333vw, 2px);
	}
	.ftr-main__support .ftr-main__head > span::before {
		width: min(4.8vw, 18px);
		height: min(3.7333vw, 14px);
		background-image: url(../img/cmn/icon_mail_rd.svg);
	}
	.ftr-main__body {
		border-top: solid 1px #b3b3b3;
	}
	.ftr-nav__group,
	.ftr-nav .ftr-nav__group:nth-child(1),
	.ftr-nav .ftr-nav__group:nth-child(1) > li,
	.ftr-nav .ftr-nav__group:nth-child(1) .ftr-category__parent-list {
		width: 100%;
	}
	.ftr-nav__head {
		font-size: min(3.7333vw, 1.4rem);
	}
	.ftr-nav .ftr-nav__group:not(:last-child),
	.ftr-nav__group > li:not(:last-child) {
		margin: 0 0 min(4.2667vw, 16px);
	}
	.ftr-nav__body .ftr-category__parent-list:not(:last-child),
	.ftr-category__parent-list > li:not(:last-child) {
		margin-bottom: min(8.5333vw, 32px);
	}
	.ftr-nav__body .ftr-category__parent-list:nth-child(1) {
		margin-top: min(2.1333vw, 8px);
	}
	.ftr-category__parent-list > li > a {
		font-size: min(3.4667vw, 1.3rem);
	}
	.ftr-category__child-list li a {
		font-size: min(3.2vw, 1.2rem);
	}
	.ftr-main.js-acc .ftr-nav__head::before {
		content: none;
	}
	.ftr-main.js-acc .ftr-nav__head::after {
		width: min(2.9333vw, 11px);
		height: min(1.6vw, 6px);
		background: url(../img/cmn/arrow_b_bk.svg) no-repeat;
		background-size: contain;
		right: 0;
		transform: translateY(-50%);
	}
	.ftr-main.js-acc .ftr-nav__group > li.is-open .ftr-nav__head::after {
		transform: translateY(-50%) scale(1, -1);
	}
	.ftr-main__content .js-acc__body {
		display: none;
	}
}

.ftr-main__about {
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	padding: 20px 0 40px;
}
@media screen and (min-width: 1025px) {
	.ftr-about__title,
	.ftr-about__list > li span { display: none; }
	.ftr-main__about .ftr-main__body .ftr-about__list:not(:last-child) {
		margin: 0 0 4px;
	}
	.ftr-about__list,
	.ftr-about__list > li {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.ftr-about__list {
		-webkit-box-pack: center;
		justify-content: center;
	}
	.ftr-about__list > li {
		font-size: 1.4rem;
	}
	.ftr-about__list > li:not(:last-child)::after {
		content: "｜";
	}
}
@media screen and (max-width: 1024px) {
	.ftr-main__about {
		padding: 0;
	}
	.ftr-about__title {
		margin: 0 0 min(2.1333vw, 8px);
		padding: 0 min(8vw, 30px);
	}
	.ftr-main__about .ftr-main__body .ftr-about__list:nth-of-type(1) {
		padding: 0 min(8vw, 30px) min(4vw, 15px);
	}
	.ftr-about__title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.ftr-main__about .ftr-main__body .ftr-about__list:nth-of-type(1) li:not(:last-child) {
		margin: 0 0 min(2.6667vw, 10px);
	}
	.ftr-main__about .ftr-main__body .ftr-about__list:nth-of-type(1) li a {
		font-size: min(3.2vw, 1.2rem);
		display: inline-block;
		padding: 0 0 0 min(4.2666vw, 16px);
		position: relative;
	}
	.ftr-main__about .ftr-main__body .ftr-about__list:nth-of-type(1) li a::before {
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
	}
	.ftr-about__title { display: block; }
	.ftr-about__list > li span { display: inline-block; }
	.ftr-main__about .ftr-main__body {
		padding: min(2.6667vw, 10px) 0 0;
	}
	.ftr-about__list > li {
		font-size: min(3.2vw, 1.2rem);
	}
	.ftr-main__about .ftr-main__body .ftr-about__list:nth-of-type(2) > li:nth-child(1) {
		border-top: solid 1px #b3b3b3;
	}
	.ftr-main__about .ftr-main__body .ftr-about__list:nth-of-type(2) > li:not(:last-child) {
		border-bottom: solid 1px #b3b3b3;
	}
	.ftr-main__about .ftr-main__body .ftr-about__list:nth-of-type(2) > li a {
		display: block;
		padding: min(2.6667vw, 10px);
	}

}

.ftr-main__support {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	padding: 45px 0;
}
.ftr-support__list > li {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.ftr-support__title {
	font-size: 1.8rem;
	margin: 0 0 8px;
}
.ftr-support__link {
	margin: 8px 0 0;
}
.ftr-support__top .ftr-support__list > li {
	width: 32%;
}
.ftr-support__btm {
	margin: 20px 0 0;
}
.ftr-support__btm .ftr-support__list > li {
	width: 49.5%;
}
.ftr-support__actions {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 12px 0 0;
}
.ftr-support__actions > div {
	width: 49.5%;
}
.ftr-support__actions > div:not(:last-child) {
	margin: 0 1% 0 0;
}
.ftr-support__action a {
	background: #fff;
	border: solid 1px #d9d9d9;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding: 8px 2px;
}
.ftr-support__action.m-left a {
	height: 100%;
	background: #f6f6f6;
	border: solid 1px #972529;
}
.ftr-support__btn-num {
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1;
	margin: 2px 0 4px;

}
.ftr-support__action.m-right a {
	padding: 4px 2px;
}
.ftr-support__action.m-right a:not(:last-child) {
	margin: 0 0 4px;
}

.ftr-support__calendar {
	display: -webkit-box;
	display: flex;
}
.ftr-support__calendar .ftr-support__content {
	width: 43%;
}
.ftr-support__calendar .c-calendar {
	font-size: 1rem;
	width: 57%;
	padding: 0 0 0 20px;
}
@media screen and (min-width: 1025px) {
	.ftr-main__support .ftr-main__body {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
	.ftr-support__action a {
		font-size: min(1.3333vw, 1.6rem);
	}
	.ftr-support__top .ftr-support__list > li:not(:last-child) {
		margin: 0 2% 0 0;
	}
	.ftr-support__btm .ftr-support__list > li:not(:last-child) {
		margin: 0 1% 0 0;
	}
	.ftr-support__calendar .c-calendar {
		padding: 0 0 0 min(1.6666vw, 20px);
	}
}
@media screen and (max-width: 1024px) {
	.ftr-main__support {
		padding: 0;
	}
	.ftr-support__text.is-pc { display: none; }
	.ftr-support__text.is-sp { display: block; }
	.ftr-main__support .ftr-main__body { padding: 0; }
	.ftr-support__actions {
		margin: 0;
	}
	.ftr-support__action a {
		font-size: min(3.4667vw, 1.3rem);
	}
	.ftr-support__action.m-left .ftr-support__btn-text {
		font-size: min(4.8vw, 1.8rem);
	}
	.ftr-support__btn-num {
		display: none;
	}

	.ftr-support__top .ftr-support__list > li,
	.ftr-support__btm .ftr-support__list > li {
		width: 100%;
	}
	.ftr-support__title {
		font-size: min(3.4667vw, 1.3rem);
		margin: 0 0 min(2.1333vw, 8px);
	}
	.ftr-support__link {
		margin: min(1.0667vw, 4px) 0 0;
	}
	.ftr-support__btm {
		border-bottom: solid 1px #b3b3b3;
		margin: 0;
	}
	.ftr-support__list > li {
		font-size: min(3.2vw, 1.2rem);
		border-radius: 0;
		padding: min(2.6667vw, 10px);
	}
	.ftr-support__list > li:not(:last-child) {
		border-bottom: solid 1px #b3b3b3;
	}
	.ftr-support__calendar {
		display: block;
	}
	.ftr-support__calendar .ftr-support__content,
	.ftr-support__calendar .c-calendar {
		width: 100%;
	}
	.ftr-support__calendar .c-calendar {
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.ftr-support__actions > div {
		width: 100%;
	}
	.ftr-support__action.m-right {
		display: -webkit-box;
		display: flex;
		margin: min(2.1333vw, 8px) 0 0;
	}
	.ftr-support__action.m-right a {
		width: 49.5%;
		height: 100%;
	}
	.ftr-support__action.m-right a:not(:last-child) {
		margin: 0 1% 0 0;
	}
}
#copyright {
	color: #fff;
	background: #404040;
	text-align: center;
	padding: 4px;
}
@media screen and (max-width: 768px) {
	#copyright {
		font-size: min(2.6667vw, 1rem);
		padding: min(1.0667vw, 4px);
	}
}
.grid.c-product-list > li {
	width: 24%;
	margin-top: min(8.5333vw, 32px);
	margin-right: 1.3333%;
}
@media screen and (min-width: 769px) {
	.grid.c-product-list > li:nth-child(-n + 4) {
		margin-top: 0;
	}
	.grid.c-product-list > li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.grid.c-product-list > li {
		width: 32%;
		margin-right: 2%;
	}
	.grid.c-product-list > li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.grid.c-product-list > li:nth-child(3n) {
		margin-right: 0;
	}
}
.c-product-list__item {
	font-size: 1.4rem;
	font-weight: 700;
}
.c-product__item__img {
	background-color: #ccc;
	overflow: hidden;
	margin: 0 0 6px;
	padding-top: 100%;
	position: relative;
}
.c-product__item__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.c-product__item__title {
	color: #999;
}
.c-product__item__detail {
	display: -webkit-box;
	display: flex;
	margin:  6px 0 0;
}
.c-product__item__price {
	display: -webkit-box;
	display: flex;
	flex: 1 1 auto;
}
.c-product__item__price-label {
	margin: 0 4px 0 0;
}
.c-product__item__price-value {
	color: #e95b5b;
}
.c-product__item__favorite {
	width: 30px;
	height: 30px;
	background: #999;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.c-product__item__favorite-on {
	background: #cba004;
}
.c-product__item__favorite::before {
	content: "";
	width: 19px;
	height: 18px;
	background: url(../img/cmn/favorite_star.svg) no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.c-carousel .swiper-button-next,
.c-carousel .swiper-button-prev,
.c-carousel .swiper-button-next::after,
.c-carousel .swiper-button-prev::after {
	width: 40px;
	height: 40px;
}
.c-carousel .swiper-button-next,
.c-carousel .swiper-button-prev {
	margin-top: 0;
	z-index: 2;
}
.c-carousel .swiper-button-next::after,
.c-carousel .swiper-button-prev::after {
	content: "";
	background-image: url(../img/cmn/circle_arrow_rd.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.c-carousel .swiper-button-prev::after {
	transform: scale(-1, 1);
}
.c-carousel .swiper-button-next {
	right: -20px;
}
.c-carousel .swiper-button-prev {
	left: -20px;
}
.c-carousel__area {
	position: relative;
}
.c-carousel__area .c-carousel {
	position: static;
}
@media screen and (max-width: 768px) {
	.c-product-list__item {
		font-size: 1.2rem;
	}
	.c-product__item__img {
		margin: 0 0 20px;
	}
	.c-product__item__detail {
		margin:  12px 0 0;
	}
	.c-product__item__favorite {
		width: 20px;
		height: 20px;
	}
	.c-product__item__favorite::before {
		width: 12px;
		height: 12px;
	}
	.c-carousel__area .c-carousel::before {
		content: "";
		width: 5%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: -5%;
		z-index: 1;
	}
	.c-carousel__area .c-carousel {
		overflow: visible;
	}
	.c-carousel__area .c-carousel::before {
		content: "";
		width: 5%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: -5%;
		z-index: 1;
	}
	.c-carousel__area .c-carousel .swiper-wrapper { z-index: 0; }
	.c-carousel .swiper-button-next,
	.c-carousel .swiper-button-prev,
	.c-carousel .swiper-button-next::after,
	.c-carousel .swiper-button-prev::after {
		width: 25px;
		height: 25px;
	}
	.c-carousel .swiper-button-next {
		right: -15px;
	}
	.c-carousel .swiper-button-prev {
		left: -15px;
	}
}

.c-column__item__date {
	color: #a6a6a6;
	margin: 0 0 min(.8vw, 3px);
}
.c-works__item__img {
	background-color: #ccc;
	overflow: hidden;
	margin: 0 0 16px;
	padding-top: 54.7945%;
	position: relative;
}
.c-works__item__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.c-works__item__title {
	font-size: 1.8rem;
	font-weight: 700;
}
.c-works__item__text {
	font-size: 1.2rem;
	margin: 8px 0 0;
}
.c-works__item__meta {
	color: #999;
	margin: 10px 0 0;
}
.c-works__item__meta > div {
	display: inline;
}
.c-works__item__meta > div:not(:last-child)::after {
	content: "｜";
}
.grid.c-works-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.grid.c-works-list > li {
	width: 49%;
	margin-top: 30px;
	margin-right: 2%;
}
.grid.c-works-list > li > a {
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 10px 10px 20px;
}
.grid.c-works-list .c-works__item__img {
	border-radius: 10px;
	padding-top: 44.3458%;
}
.c-works__category {
	margin: 16px 0 0;
}
.c-works__category-list {
	margin-top: -6px;
	margin-right: -10px;
}
.c-works__category-list > li {
	margin-top: 6px;
	margin-right: 10px;
}
.c-works__category-list > li > span {
	color: #972529;
	font-size: 1.4rem;
	border: solid 1px #972529;
	border-radius: 100px;
	display: inline-block;
	line-height: 1;
	padding: 6px 14px;
}
@media screen and (min-width: 769px) {
.grid.c-works-list > li:nth-child(-n + 2) {
	margin-top: 0;
}
.grid.c-works-list > li:nth-child(2n) {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
	.c-works__item__img {
		margin: 0 0 6px;
	}
	.c-works__item__title {
		font-size: 1.2rem;
	}
	.c-works__item__text,
	.c-works__item__meta {
		font-size: 1rem;
	}
	.c-works__item__text {
		margin: 10px 0 0;
	}
	.c-works__item__meta {
		margin: 16px 0 0;
	}
	.grid.c-works-list > li {
		width: 100%;
	}
	.grid.c-works-list > li:nth-child(1) {
		margin-top: 0;
	}
	.grid.c-works-list > li > a {
		border-radius: 5px;
        padding: 5px 5px 10px;
	}
	.grid.c-works-list .c-works__item__img {
		border-radius: 5px;
		margin: 0 0 10px;
	}
	.c-works__category {
		margin: min(3.2vw, 12px) 0 0;
	}
	.c-works__category-list {
		margin-top: max(-1.6vw, -6px);
		margin-right: max(-1.6vw, -6px);
	}
	.c-works__category-list > li {
		margin-top: min(1.6vw, 6px);
		margin-right: min(1.6vw, 6px);
	}
	.c-works__category-list > li > span {
		font-size: min(3.2vw, 1.2rem);
		padding: min(1.6vw, 6px) min(2.6666vw, 10px);
	}
}
.p-article-works {
	background: #fff;
	border-radius: 10px;
	padding: 32px 16px 72px;
}
.p-article-works__head {
	margin: 0 0 32px;
}
.p-article-works__date {
	color: #a6a6a6;
	margin: 0 0 min(.8vw, 3px);
	padding: 0 14px;
}
.p-article-works__title {
    font-size: 3rem;
    border-bottom: solid 1px #e7e7e7;
    padding: 0 14px 2px;
}
.p-article-works__info {
	margin: 0 0 40px;
}
.p-article-works__info-list > div:not(:last-child) {
	margin: 0 0 20px;
}
.p-article-works__info-list dt {
	font-size: 1.8rem;
	margin: 0 0 4px;
}
.p-article-works__info-media {
	max-width: 700px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.p-article-works__info-media .p-works-media__img {
	border-radius: 10px;
	overflow: hidden;
	padding-top: 61.538%;
	position: relative;
}
.p-article-works__info-media .p-works-media__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.p-works-media-list__thumb {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0;
}
.p-works-media-list__thumb .swiper-slide {
	width: 15%;
	margin-top: 10px;
	margin-right: 1.6666%;
}
@media screen and (min-width: 769px) {
.p-works-media-list__thumb .swiper-slide:nth-child(-n + 6) {
	margin-top: 0;
}
.p-works-media-list__thumb .swiper-slide:nth-child(6n) {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.p-article-works {
	border-radius: 5px;
	padding: min(4.2667vw, 16px) min(4.2667vw, 16px) min(8.5333vw, 32px);
}
.p-article-works__head {
	margin: 0 0 32px;
}
.p-article-works__date {
	margin: 0 0 max(-.8vw, -3px);
	padding: 0;
}
.p-article-works__title {
	font-size: min(5.3333vw, 2rem);
	padding: 0 0 min(.5333vw, 2px);
}
.p-article-works__info {
	margin: 0 0 min(8vw, 30px);
}
.p-article-works__info-list > div:not(:last-child) {
	margin: 0 0 min(4vw, 15px);
}
.p-article-works__info-list dt {
	font-size: min(3.7333vw, 1.4rem);
	margin: 0 0 min(1.0666vw, 4px);
}
.p-article-works__info-media {
	margin-bottom: min(8vw, 30px);
}
.p-article-works__info-media .p-works-media__img {
	border-radius: 5px;
}
.p-works-media-list__thumb {
	margin: min(2.6666vw, 10px) 0 0;
}
.p-works-media-list__thumb .swiper-slide {
	width: 23.75%;
	margin-top: min(2.6666vw, 10px);
}
.p-works-media-list__thumb .swiper-slide:nth-child(-n + 4) {
	margin-top: 0;
}
.p-works-media-list__thumb .swiper-slide:nth-child(4n) {
	margin-right: 0;
	}
}

.c-category-nav .c-title01 span {
	display: inline-block;
	position: relative;
}
.c-category-nav .c-title01 span::before,
.c-category-nav .c-title01 span::after {
	content: "\FF0F";
	display: inline-block;
}
.c-category-nav .c-title01 span::before {
	scale: 1 -1;
}
@media screen and (max-width: 768px) {
	.c-category-nav .c-title01 span {
		padding: 0 min(9.0666vw, 34px);
	}
	.c-category-nav .c-title01 span::before,
	.c-category-nav .c-title01 span::after {
		position: absolute;
		top: 50%;
		translate: 0 -50%;
	}
	.c-category-nav .c-title01 span::before {
		left: 0;
	}
	.c-category-nav .c-title01 span::after {
		right: 0;
	}
}

.c-category-nav__list {
	max-width: 874px;
	width: 100%;
	margin: auto;
}
.c-category-nav__list > li {
	width: 11.4416%;
	margin-top: min(6.4vw, 24px);
	margin-right: 3.318133%;
}
.c-category-nav__item__img {
	background-color: #ccc;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.c-category-nav__item__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.c-category-nav__item__text {
	text-align: center;
	margin: 10px 0 0;
}
@media screen and (min-width: 769px) {
	.c-category-nav__list > li:nth-child(-n + 7) {
		margin-top: 0;
	}
	.c-category-nav__list > li:nth-child(7n),
	.c-category-nav__list > li:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-category-nav__list > li {
		width: 21.2676%;
		margin-right: 4.9765%;
	}
	.c-category-nav__list > li:nth-child(-n + 4) {
		margin-top: 0;
	}
	.c-category-nav__list > li:nth-child(4n),
	.c-category-nav__list > li:last-child {
		margin-right: 0;
	}
	.c-category-nav__item__text {
		font-size: min(3.2vw, 1.2rem);
		margin: min(1.6vw, 6px) 0 0;
	}
}
.c-search {
	width: 100%;
	margin: 0 0 34px;
}
.c-search__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	background: #972529;
	border-radius: 10px 10px 0 0;
	padding: 8px 16px;
}
.c-search__title span {
	display: inline-block;
	padding: 0 0 0 32px;
	position: relative;
}
.c-search__title span::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/cmn/icon_search_wh.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}
.c-searchform {
	background: #fff;
	border: solid 1px #972529;
	border-radius: 0 0 10px 10px;
	padding: 20px 10px;
}
.c-searchform__fields {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.c-searchform__fields > div {
	width: 100%;
	margin-top: 16px;
}
.c-searchform__fields > div.m-half {
	width: 49%;
}
.c-searchform__fields > div:nth-child(1) {
	margin-top: 0;
}
.c-searchform__fields > div > dt {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 4px;
}
.c-searchform__keywords {
	margin: 3px 0 0;
}
.c-searchform__keywords__list {
	margin-right: -16px;
}
.c-searchform__keywords__list > li {
	margin-right: 16px;
}
.c-searchform__keywords__list > li > a {
	color: #cba004;
}
.c-searchform__tags__list {
	margin-top: -3px;
	margin-right: -3px;
}
.c-searchform__tags__list > li {
	margin-top: 3px;
	margin-right: 3px;
}
.c-searchform__submit {
	margin: 32px 0 0;
}
.c-searchform__btn {
	color: #972529;
	max-width: 290px;
	width: 100%;
	background: #fff;
	border: solid 2px #972529;
	border-radius: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 4px;
}

@media screen and (max-width: 768px) {
	.c-searchform {
		padding: min(3.7333vw, 14px) min(2.1333vw, 8px);
	}
	.c-search__title {
		font-size: min(3.2vw, 1.2rem);
		border-radius: 5px 5px 0 0;
		text-align: center;
		padding: min(2.1333vw, 8px) min(4.2666vw, 16px);
	}
	.c-search__title span {
		padding: 0 0 0 min(4.8vw, 18px);
	}
	.c-search__title span::before {
		width: min(2.6666vw, 10px);
		height: min(2.6666vw, 10px);
		top: calc(50% - min(1.3333vw, 5px));
	}
	.c-searchform__fields > div > dt {
		font-size: min(3.2vw, 1.2rem);
		margin: 0 0 min(.5333vw, 2px);
	}
	.c-searchform__keywords {
		font-size: min(2.6666vw, 1rem);
		margin: min(.5333vw, 2px) 0 0;
	}
	.c-searchform__keywords__list {
		margin-right: max(-2.6666vw, -10px);
	}
	.c-searchform__keywords__list > li {
		margin-right: min(2.6666vw, 10px);
	}
	.c-searchform__tags__list {
		margin-top: max(-.8vw, -3px);
		margin-right: max(-.5333vw, -2px);
	}
	.c-searchform__tags__list > li {
		font-size: min(3.2vw, 1.2rem);
		margin-top: min(.8vw, 3px);
		margin-right: min(.5333vw, 2px);
	}
	.c-searchform__submit {
		margin: min(4.2666vw, 16px) 0 0;
	}
	.c-searchform__btn {
		font-size: min(3.2vw, 1.2rem);
		max-width: min(66.6666vw, 250px);
		border-width: 1px;
		padding: min(2.6666vw, 10px);
	}
}

.c-checkbox01,
.c-checkbox02,
.c-checkbox03 {
	display: inline-block;
	padding: 4px 10px;
	position: relative;
	transition: .5s;
}
.c-checkbox01::before,
.c-checkbox01::after {
	content: "";
	border: solid 1px #e5e5e5;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.c-checkbox01::before {
	border-color: #cba004;
	opacity: 0;
	z-index: 1;
}
.c-checkbox01::after {
	z-index: 0;
}
.c-checkbox01 span::before {
	content: "#";
}
input[type=checkbox]:checked ~ .c-checkbox01 {
	color: #cba004;
}
input[type=checkbox]:checked ~ .c-checkbox01::before {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.c-checkbox01 {
		padding: min(2.6666vw, 10px);
	}
}
@media screen and (min-width: 769px) {
	.p-radio__list.m-grid {
		margin-top: -16px;
		margin-right: -40px;
	}
	.p-radio__list.m-grid > li {
		margin-top: 16px;
		margin-right: 40px;
	}
	.c-checkbox__list.m-grid {
		margin-top: -24px;
		margin-right: -40px;
	}
	.c-checkbox__list.m-grid > li {
		margin-top: 24px;
		margin-right: 40px;
	}
}
@media screen and (max-width: 768px) {
	.p-radio__list.m-grid:not(.m-block_sp) > li,
	.c-checkbox__list.m-grid > li {
		width: 49%;
		margin-top: min(2.1333vw, 8px);
		margin-right: 1%;
	}
	.p-radio__list.m-grid:not(.m-block_sp) > li:nth-child(-n + 2),
	.c-checkbox__list.m-grid > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.p-radio__list.m-grid:not(.m-block_sp) > li:nth-child(2n),
	.c-checkbox__list.m-grid > li:nth-child(2n) {
		margin-right: 0;
	}
	.p-radio__list.m-grid.m-block_sp > li {
		width: 100%;
		margin-top: min(2.1333vw, 8px);
	}
	.p-radio__list.m-grid.m-block_sp > li:nth-child(1) {
		margin-top: 0;
	}

}

.c-checkbox02 {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.c-checkbox02::before,
.c-checkbox02::after {
	content: "";
	position: absolute;
}
.c-checkbox02::before {
	width: 8px;
	height: 25px;
	border: solid #972529;
	border-width: 0 3px 3px 0;
	opacity: 0;
	top: -2px;
	left: 8px;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-checkbox02::after {
	width: 25px;
	height: 25px;
	background: #fff;
	border: solid 2px #b3b3b3;
	top: 0;
	left: 0;
}
input[type=checkbox]:checked ~ .c-checkbox02::before {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.c-checkbox02 {
		padding: 0 0 0 min(8vw, 30px);
	}
	.c-checkbox02::before {
		width: min(6px, 6vw);
		height: min(18.75px, 18.75vw);
		border-width: 0 1.5px 1.5px 0;
		top: min(.5px, .5vw);
		left: min(7px, 7vw);
	}
	.c-checkbox02::after {
		width: min(19.5px, 19.5vw);
		height: min(19.5px, 19.5vw);
		top: min(2px, 2vw);
	}
}
.c-checkbox03 {
	font-size: 1.8rem;
	display: inline-block;
	padding: 0 0 0 30px;
	position: relative;
}
.c-checkbox03::before,
.c-checkbox03::after {
	content: "";
	position: absolute;
}
.c-checkbox03::before {
	width: 15px;
	height: 14px;
	background: url(../img/cmn/check_rd.svg) no-repeat;
	background-size: contain;
	opacity: 0;
	top: 7px;
	left: 4px;
	z-index: 10;
}
.c-checkbox03::after {
	width: 22px;
	height: 22px;
	background: #fff;
	border: solid 1px #b3b3b3;
	top: 3px;
	left: 0;
}
input[type=checkbox]:checked ~ .c-checkbox03::before {
	opacity: 1;
}
input[type=checkbox]:checked ~ .c-checkbox03::after {
	border-color: #972529;
}
@media screen and (max-width: 768px) {
	.c-checkbox02 {
		padding: 0 0 0 min(8vw, 30px);
	}
	.c-checkbox02::before {
		width: min(6px, 6vw);
		height: min(18.75px, 18.75vw);
		border-width: 0 1.5px 1.5px 0;
		top: min(.5px, .5vw);
		left: min(7px, 7vw);
	}
	.c-checkbox02::after {
		width: min(19.5px, 19.5vw);
		height: min(19.5px, 19.5vw);
		top: min(2px, 2vw);
	}
}



.c-radio01 {
	display: inline-block;
	padding: 0 0 0 28px;
	position: relative;
}
.c-radio01::before,
.c-radio01::after {
	content: "";
	border-radius: 50%;
	position: absolute;
}
.c-radio01::before {
	width: 12px;
	height: 12px;
	background: #972529;
	opacity: 0;
	top: 6px;
	left: 2px;
	z-index: 10;
}
.c-radio01::after {
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 1px #b3b3b3;
	top: 4px;
	left: 0;
}
.p-radio__list.m-line > li:not(:last-child) {
	margin: 0 0 16px;
}
.c-radio01.m-large::before {
	top: 8px;
}
.c-radio01.m-large::after {
	top: 6px;
}
.c-radio01.m-large .p-radio01__title {
	font-size: 1.8rem;
	font-weight: 700;
}
.c-radio01.m-large .p-radio01__text {
	color: #595959;
}
input[type=radio]:checked ~ .c-radio01::before {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.c-radio01 {
		padding: 0 0 0 min(5.6vw, 21px);
	}
	.c-radio01::before {
		width: min(2.1333vw, 8px);
		height: min(2.1333vw, 8px);
		top: min(1.6vw, 6px);
		left: min(.5333vw, 2px);
	}
	.c-radio01::after {
		width: min(3.2vw, 12px);
		height: min(3vw, 12px);
		top: min(1.0666vw, 4px);
	}
	.c-radio01.m-large .p-radio01__title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.c-radio01.m-large .p-radio01__text {
		font-size: min(3.2vw, 1.2rem);
	}
	.c-radio01.m-large::before {
		top: min(1.8666vw, 7px);
	}
	.c-radio01.m-large::after {
		top: min(1.3333vw, 5px);
	}
}
.c-radio02 {
	min-width: 126px;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px 16px;
	position: relative;
}
.c-radio02::before,
.c-radio02::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.c-radio02::before {
	border: solid 1px #ccc;
	z-index: 0;
}
.c-radio02::after {
	opacity: 0;
	border: solid 1px #23afba;
	z-index: 1;
}
input[type=radio]:checked ~ .c-radio02 {
	background: #e8f7f8;
}
input[type=radio]:checked ~ .c-radio02::after  {
	opacity: 1;
}



.c-link-list01 {
	margin-top: -3px;
	margin-right: -3px;
}
.c-link-list01 > li {
	margin-top: 3px;
	margin-right: 3px;
}
.c-link-list01 > li > a {
	display: inline-block;
	padding: 4px 10px;
	position: relative;
	transition: .5s;
}
.c-link-list01 > li > a::before,
.c-link-list01 > li > a::after {
	content: "";
	border: solid 1px #e5e5e5;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.c-link-list01 > li > a::before {
	border-color: #cba004;
	opacity: 0;
	z-index: 1;
}
.c-link-list01 > li > a::after {
	z-index: 0;
}
.c-link-list01 > li > a > span::before {
	content: "#";
}
.c-link-list01 > li > a:hover {
	color: #cba004;
	opacity: 1;
}
.c-link-list01 > li > a:hover:before {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.c-link-list01 {
		margin-top: max(-.8vw, -3px);
		margin-right: max(-.5333vw, -2px);
	}
	.c-link-list01 > li {
		font-size: min(3.2vw, 1.2rem);
		margin-top: min(.8vw, 3px);
		margin-right: min(.5333vw, 2px);
	}
}

/* --------------------------------------------------------
	トップページ
-------------------------------------------------------- */
/* 共通
-------------------------------------------------------- */
.c-section100 {
	padding: 100px 0;
}
@media screen and (max-width: 768px) {
	.c-section100 {
		padding: min(19.2vw, 72px) 0;
	}
}

/* メインビジュアル
-------------------------------------------------------- */
.t-mv {
	padding: 40px 0 56px;
}
/* 1段目 */
.t-mv__flex01 {
	margin: 0 0 70px;
}
.t-mv__swiper {
	width: 77%;
	margin: 0 2% 0 0;
	position: relative;
}
.t-mv__item__img {
	overflow: hidden;
	padding-top: 44.1558%;
	position: relative;
}
.t-mv__item__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.t-mv__swiper .swiper-pagination {
	font-size: 0;
	bottom: -32px;
}
.t-mv__swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #d9d9d9;
	margin: 0 8px !important;
	opacity: 1;
}
.t-mv__swiper .swiper-pagination-bullet-active {
	background: #972529;
}
.t-mv .c-search { display: none; }
.t-mv__actions__list {
	width: 21%;
	border-radius: 10px;
	overflow: hidden;
}
.t-mv__actions__list > li > a {
	width: 100%;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 8px 16px;
	white-space: nowrap;
}
.t-mv__actions__list > li > a > span {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.t-mv__actions__list > li > a > span::before {
	content: "";
	width: 25px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .5s;
}
.t-mv__actions__list > li.t-mv__actions__cart > a > span::before,
.t-mv__actions__list > li.t-mv__actions__faq > a > span::before {
	height: 21px;
}
.t-mv__actions__list > li.t-mv__actions__flow > a > span::before,
.t-mv__actions__list > li.t-mv__actions__guide > a > span::before {
	height: 22px;
}
.t-mv__actions__list > li.t-mv__actions__cart > a {
	color: #fff;
	background: #cba004;
}
.t-mv__actions__list > li.t-mv__actions__cart > a > span::before {
	width: 23px;
	background-image: url(../img/cmn/icon_cart_wh.svg);
}
.t-mv__actions__list > li.t-mv__actions__quotes > a > span::before {
	width: 19px;
	background-image: url(../img/cmn/icon_quotes_bk.svg);
}
.t-mv__actions__list > li.t-mv__actions__flow > a > span::before {
	width: 15px;
	background-image: url(../img/cmn/icon_flow_bk.svg);
}
.t-mv__actions__list > li.t-mv__actions__guide > a > span::before {
	width: 21px;
	background-image: url(../img/cmn/icon_guide_bk.svg);
}
.t-mv__actions__list > li.t-mv__actions__faq > a > span::before {
	background-image: url(../img/cmn/icon_faq_bk.svg);
}
.t-mv__actions__list > li.t-mv__actions__history > a > span::before {
	background-image: url(../img/cmn/icon_history_bk.svg);
}
.t-mv__actions__list > li.t-mv__actions__quotes > a > span::before,
.t-mv__actions__list > li.t-mv__actions__flow > a > span::before {
	left: 4px;
}

@media screen and (min-width: 1025px) {
	.t-mv__actions__list > li {
		height: 16.6666%;
	}
	.t-mv__actions__list > li:not(:last-child) {
		border-bottom: solid 1px #e5e5e5;
	}
	.t-mv__actions__list > li > a {
		font-size: min(1.2vw, 1.6rem);
	}
	.t-mv__actions__list > li > a > span {
		padding: 0 0 0 min(3vw, 40px);
	}
	.t-mv__actions__list > li > a > span::before {
		width: min(1.8754vw, 25px);
		height: min(1.7254vw, 23px);
	}
	.t-mv__actions__list > li.t-mv__actions__cart > a > span::before {
		width: min(1.7254vw, 23px);
	}
	.t-mv__actions__list > li.t-mv__actions__quotes > a > span::before {
		width: min(1.42535vw, 19px);
	}
	.t-mv__actions__list > li.t-mv__actions__flow > a > span::before {
		width: min(1.1252vw, 15px);
	}
	.t-mv__actions__list > li.t-mv__actions__guide > a > span::before {
		width: min(1.5753vw, 21px);
	}
	.t-mv__actions__list > li.t-mv__actions__cart > a > span::before,
	.t-mv__actions__list > li.t-mv__actions__faq > a > span::before {
		height: min(1.5753vw, 21px);
	}
	.t-mv__actions__list > li.t-mv__actions__flow > a > span::before,
	.t-mv__actions__list > li.t-mv__actions__guide > a > span::before {
		height: min(1.6504vw, 22px);
	}
	.t-mv__actions__list > li.t-mv__actions__quotes > a > span::before,
	.t-mv__actions__list > li.t-mv__actions__flow > a > span::before {
		left: min(.3vw, 4px);
	}
}

@media screen and (max-width: 1024px) {
	.t-mv {
		padding: min(2.6666vw, 10px) 0 min(14.9333vw, 56px);
	}
	.t-mv__flex01 {
		margin: 0 0 min(8vw, 30px);
	}
	.t-mv__swiper,
	.t-mv__actions__list {
		width: 100%;
	}
	.t-mv__swiper {
		margin: 0 0 70px;
	}
	.t-mv .c-search { display: block; }
	.t-mv__actions__list {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.t-mv__actions__list > li {
		width: 33.3333%;
		border-right: solid 1px #e5e5e5;
	}
	.t-mv__actions__list > li:nth-child(n + 4) {
		border-top: solid 1px #e5e5e5;
	}
	.t-mv__actions__list > li:nth-child(3n) {
		border-right: none;
	}
	.t-mv__actions__list > li > a {
		padding: min(4.2666vw, 16px) min(2.1333vw, 8px);
	}
}
@media screen and (max-width: 768px) {
	.t-mv__swiper {
		margin: 0 0 min(8vw, 30px);
	}
	.t-mv__swiper .swiper-pagination {
		margin: min(2.6666vw, 10px) 0 0;
		position: static;
	}
	.t-mv__swiper .swiper-pagination-bullet {
		width: min(2vw, 7.5px);
		height: min(2vw, 7.5px);
		margin: 0 min(1.0666vw, 4px) !important;
	}
	.t-mv__actions__list {
		border-radius: 5px;
	}
	.t-mv__actions__list > li > a {
		font-size: min(3.2vw, 1.2rem);
	}
	.t-mv__actions__list > li > a > span {
		padding: 0 0 0 min(5.3333vw, 20px);
	}
	.t-mv__actions__list > li > a > span::before {
		width: min(3.3333vw, 12.5px);
		height: min(3.0666vw, 11.5px);
	}
	.t-mv__actions__list > li.t-mv__actions__cart > a > span::before,
	.t-mv__actions__list > li.t-mv__actions__faq > a > span::before {
		height: min(2.8vw, 10.5px);
	}
	.t-mv__actions__list > li.t-mv__actions__flow > a > span::before,
	.t-mv__actions__list > li.t-mv__actions__guide > a > span::before {
		height: min(2.9333vw, 11px);
	}
	.t-mv__actions__list > li.t-mv__actions__cart > a > span::before {
		width: min(3.0666vw, 11.5px);
	}
	.t-mv__actions__list > li.t-mv__actions__quotes > a > span::before {
		width: min(2.5333vw, 9.5px);
	}
	.t-mv__actions__list > li.t-mv__actions__flow > a > span::before {
		width: min(2vw, 7.5px);
	}
	.t-mv__actions__list > li.t-mv__actions__guide > a > span::before {
		width: min(2.8vw, 10.5px);
	}
	.t-mv__actions__list > li.t-mv__actions__quotes > a > span::before,
	.t-mv__actions__list > li.t-mv__actions__flow > a > span::before {
		left: min(.5333vw, 2px);
	}
}


.t-mv__flex02 > section {
	width: 49.5%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.t-mv__flex02 > section:not(:last-child) {
	margin: 0 1% 0 0;
}
.t-mv__flex02__title {
	font-weight: 700;
	flex: 1 1 auto;
	padding: 0 0 0 30px;
	position: relative;
}
.t-mv__flex02__title::before {
	content: "";
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}
.t-news .t-mv__flex02__title::before {
	background-image: url(../img/cmn/icon_news_rd.svg);
}
.t-search .t-mv__flex02__title::before {
	background-image: url(../img/cmn/icon_search_rd.svg);
}
@media screen and (max-width: 768px) {
	.t-mv__flex02 > section {
		width: 100%;
		border-radius: 5px;
		padding: min(3.7333vw, 14px) min(3.2vw, 12px);
	}
	.t-mv__flex02 > section:not(:last-child) {
		margin: 0 0 min(2.6666vw, 10px);
	}
	.t-mv__flex02__title {
		font-size: min(4vw, 1.5rem);
		padding: 0 0 0 min(6.9333vw, 26px);
	}
	.t-mv__flex02__title::before {
		width: min(4vw, 15px);
		height: min(4vw, 15px);
		top: min(1.3333vw, 5px);
	}
}

.t-mv__utility {
	margin: 70px 0 0;
	justify-content: center;
}
.t-mv__utility > li {
	width: 24%;
	margin-top: 1.3333%;
	margin-right: 1.3333%;
}
.t-mv__utility > li:last-child {
	margin-right: 0;
}
.t-mv__utility > li > a {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.t-mv__utility__text {
	color: #fff;
	font-size: min(1.05vw, 1.4rem);
	border-radius: 0 10px 0 0;
	display: inline-block;
	padding: min(1.0666vw, 4px) min(3.2vw, 12px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.t-mv__utility__item01 .t-mv__utility__text {
	background: #972529;
}
.t-mv__utility__item02 .t-mv__utility__text {
	background: #efbb40;
}
.t-mv__utility__item03 .t-mv__utility__text {
	background: #adb5be;
}
.t-mv__utility__item04 .t-mv__utility__text {
	background: #ef7c52;
}
.t-mv__utility__img {
	overflow: hidden;
	padding-top: 50%;
	position: relative;
	z-index: 0;
}
.t-mv__utility__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
@media screen and (min-width: 769px) {
	.t-mv__utility > li:nth-child(-n + 4) {
		margin-top: 0;
	}
	.t-mv__utility > li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.t-mv__utility__text {
		font-size: min(1.367vw, 1.4rem);
	}
}
@media screen and (max-width: 768px) {
	.t-mv__utility {
		margin: min(9.6vw, 36px) 0 0;
	}
	.t-mv__utility > li {
		width: 49%;
		margin-top: 2%;
		margin-right: 2%;
	}
	.t-mv__utility > li > a {
		border-radius: 5px;
	}
	.t-mv__utility > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.t-mv__utility > li:nth-child(2n) {
		margin-right: 0;
	}
	.t-mv__utility__text {
		font-size: min(3.2vw, 1.2rem);
		border-radius: 0 5px 0 0;
		padding: min(.5333vw, 2px) min(2.6666vw, 10px);
	}
}


.t-searchform__fields > div {
	width: 32%;
}
.t-searchform__fields > div:not(:last-child) {
	margin-right: 20px;
}
.t-searchform__fields > div {
	width: 32%;
}
.t-searchform__fields dt {
	font-size: 1.4rem;
	font-weight: 700;
}
.t-searchform__fields dd {
	position: relative;
}
.t-searchform__fields > div:nth-child(1) dd::after {
	content: "\D7";
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: -20px;
}
.t-searchform__submit {
	margin: min(4.2666vw, 16px) 0 0;
}
.t-searchform__btn {
	color: #972529;
	max-width: 260px;
	width: 100%;
	background: #fff;
	border: solid 2px #972529;
	border-radius: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 4px;
}
.c-input {
	width: 100%;
	background: #f3f3f3;
	border-radius: 5px;
	display: block;
	padding: 8px 10px;
}
@media screen and (max-width: 768px) {
	.t-searchform__fields dt {
		font-size: min(3.4666vw, 1.3rem);
	}
	.t-searchform__fields > div:not(:last-child) {
		margin-right: min(3.2vw, 12px);
	}
	.t-searchform__fields > div:nth-child(1) dd::after {
		font-size: min(3.2vw, 1.2rem);
		width: min(3.2vw, 12px);
		right: max(-3.2vw, -12px);
	}
	.t-searchform__btn {
		font-size: min(3.2vw, 1.2rem);
		padding: min(2.6666vw, 10px);
	}
}



.t-filter {
	padding: 40px 20px;
}
.t-filter-list > div:not(:last-child) {
	margin: 0 0 40px;
}
.t-filter-list dt {
	color: #972529;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 16px;
}
.t-link-list.m-icon > li {
	width: 24.5%;
	margin-top: 10px;
	margin-right: .6666%;
}
.t-link-list.m-icon > li > a {
	height: 100%;
	background: #fff;
	border-radius: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 4px;
	position: relative;
}
.t-link-list.m-icon > li > a::before {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #972529;
	border-radius: 100px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.t-link-list > li > a:hover {
	color: #972529;
	opacity: 1;
}
.t-link-list.m-icon > li > a:hover::before {
	opacity: 1;
}
.t-link__item__img {
	width: 70px;
	height: 70px;
	background-color: #ccc;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.t-link__item__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.t-link__item__text {
	width: calc(100% - 70px);
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 0 0 12px;
}
.t-link-list.m-text {
	margin-top: -14px;
	margin-right: -32px;
	padding: 0 0 0 24px;
}
.t-link-list.m-text > li {
	margin-top: 14px;
	margin-right: 32px;
}
.t-link-list.m-text > li a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.t-link-list.m-text > li a:hover {
	text-decoration-color: transparent;
}
@media screen and (min-width: 1025px) {
	.t-filter {
		padding: 40px min(1.4285vw, 20px);
	}
	.t-link-list.m-icon > li:nth-child(-n + 4) {
		margin-top: 0;
	}
	.t-link-list.m-icon > li:nth-child(4n) {
		margin-right: 0;
	}
	.t-link-list.m-icon > li > a {
		padding: min(.2857vw, 4px);
	}
	.t-link__item__img {
		width: min(5vw, 70px);
		height: min(5vw, 70px);
	}
	.t-link__item__text {
		font-size: min(1.1428vw, 1.6rem);
		width: calc(100% - min(5vw, 70px));
		padding: 0 0 0 min(.5714vw, 8px);
	}
}
@media screen and (max-width: 1024px) {
	.t-filter {
		padding: 40px min(1.9531vw, 20px);
	}
	.t-link-list.m-icon > li {
		width: 49%;
		margin-right: 2%;
	}
	.t-link-list.m-icon > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.t-link-list.m-icon > li:nth-child(2n) {
		margin-right: 0;
	}
	.t-link-list.m-icon > li > a {
		padding: min(.3906vw, 4px);
	}
}
@media screen and (max-width: 768px) {
	.t-filter {
		padding: min(8.5333vw, 32px) min(1.3333vw, 5px);
	}
	.t-filter-list > div:not(:last-child) {
		margin: 0 0 min(10.6666vw, 40px);
	}
	.t-filter-list dt {
		font-size: min(4vw, 1.5rem);
		margin: 0 0 min(3.7333vw, 14px);
	}
	.t-link-list.m-icon > li {
		margin-top: min(2.1333vw, 8px);
	}
	.t-link-list.m-icon > li > a {
		padding: min(1.0666vw, 4px);
		padding-right: 0;
	}
	.t-link__item__img {
		width: min(14.1333vw, 53px);
		height: min(14.1333vw, 53px);
	}
	.t-link__item__text {
		font-size: min(3.2vw, 1.2rem);
		width: calc(100% - min(14.1333vw, 53px));
		padding: 0 0 0 min(1.6vw, 6px);
	}
	.t-link-list.m-text {
		font-size: min(3.2vw, 1.2rem);
		margin-top: max(-5.8666vw, -22px);
		margin-right: max(-9.6vw, -36px);
		padding: 0 0 0 min(7.4666vw, 28px);
	}
	.t-link-list.m-text > li {
		margin-top: min(5.8666vw, 22px);
		margin-right: min(9.6vw, 36px);
	}
}

.t-products-list > div:not(:last-child) {
	margin: 0 0 64px;
}

@media screen and (max-width: 768px) {
	.t-products-list > div:not(:last-child) {
		margin: 0 0 40px;
	}
}

.c-review-list > li {
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	padding: 20px;
}
.c-review-list > li:not(:last-child) {
	margin: 0 0 12px;
}
.c-review__item__product,
.c-review__item__img,
.c-review__item__star {
	width: min(21.3333vw, 80px);
}
.c-review__item__img {
	background-color: #ccc;
	overflow: hidden;
	padding-top: min(21.3333vw, 80px);
	position: relative;
}
.c-review__item__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.c-review__item__star {
	font-size: 0;
}
.c-review__item__product .c-review__item__star {
	margin: 8px 0 0;
}
/* レビューの星評価（recommend_level を動的描画）。親 .c-review__item__star は font-size:0 のため明示指定 */
.c-review__stars {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 2px;
	white-space: nowrap;
}
.c-review__stars i {
	font-style: normal;
}
.c-review__stars .is-on {
	color: #ffd550;
}
.c-review__stars .is-off {
	color: #edeff1;
}
.c-review__item__head {
	font-size: 1.5rem;
}
.c-review__item__title {
	flex: 1 1 auto;
}
.c-review__item__date {
	color: #999;
}
.c-review__item__body {
	margin: 10px 0 0;
}
.c-review__item__user {
	font-size: 2rem;
	font-weight: 700;
}
.c-review__item__text {
	margin: 2px 0 0;
}
.c-review__item__gallery {
	margin: 20px 0 0;
}
.c-review__item__gallery > li {
	width: 11.5%;
	margin-top: 1.1428%;
	margin-right: 1.1428%;
}
.c-review__gallery__img {
	overflow: hidden;
	padding-top: 59%;
	position: relative;
}
.c-review__gallery__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
@media screen and (min-width: 769px) {
	.c-review__item__content {
		width: calc(100% - 80px);
		padding: 0 0 0 32px;
	}
	.c-review__item__content .c-review__item__img,
	.c-review__item__content .c-review__item__star {
		display: none;
	}
	.c-review__item__info {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
	}
	.c-review__item__gallery > li:nth-child(-n + 8) {
		margin-top: 0;
	}
	.c-review__item__gallery > li:nth-child(8n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-review-list > li {
		border-radius: 5px;
		padding: 0;
	}
	.c-review-list > li:not(:last-child) {
		margin: 0 0 min(2.6666vw, 10px);
	}
	.c-review__item__product {
		display: none;
	}
	.c-review__item__content > div {
	}
	.c-review__item__head {
		border-bottom: solid 1px #e5e5e5;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		padding: min(6.4vw, 24px) min(4vw, 15px);
	}
	.c-review__item__info {
		width: calc(100% - min(21.3333vw, 80px));
		padding: 0 0 0 min(4.2666vw, 16px);
	}
	.c-review__item__meta {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		align-items: center;
		margin: 0 0 min(2.6666vw, 10px);
	}
	.c-review__item__date {
		font-size: min(3.4666vw, 1.3rem);
		flex: 1 1 auto;
		text-align: right;
	}
	.c-review__item__title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.c-review__item__body {
		margin: 0;
		padding: min(5.3333vw, 20px) min(4vw, 15px) min(6.4vw, 24px);
	}
	.c-review__item__user {
		font-size: min(4vw, 1.5rem);
	}
	.c-review__item__text {
		font-size: min(3.4666vw, 1.3rem);
		margin: min(2.1333vw, 8px) 0 0;
	}
	.c-review__item__gallery {
		margin: min(4vw, 15px) 0 0;
	}
	.c-review__item__gallery > li {
		width: 24%;
		margin-top: 1.3333%;
		margin-right: 1.3333%;
	}
	.c-review__item__gallery > li:nth-child(-n + 4) {
		margin-top: 0;
	}
	.c-review__item__gallery > li:nth-child(4n) {
		margin-right: 0;
	}
}


/* お役立ちコラム
-------------------------------------------------------- */
.c-column-list > li {
	background: #fff;
	border-radius: 10px;
	margin-top: 30px;
	padding: 10px;
}
.c-column-list.is-3col > li {
	width: 32%;
	margin-right: 2%;
}
@media screen and (min-width: 769px) {
	.c-column-list.is-3col > li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.c-column-list.is-3col > li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-column-list > li {
		padding: 5px;
	}
	.c-column-list.is-3col > li {
		width: 49.5%;
		margin-right: 1%;
	}
	.c-column-list.is-3col > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.c-column-list.is-3col > li:nth-child(2n) {
		margin-right: 0;
	}
}

.c-column__item__img {
	background-color: #ccc;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 10px;
	padding-top: 51.7241%;
}
.c-column__item__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.c-column__item__date {
	color: #b3b3b3;
	font-size: 1.5rem;
	margin: 0 0 1.6px;
}
.c-column__item__title {
	font-weight: 700;
}
.c-column__item__text {
	font-size: 1rem;
	margin: 4px 0 0;
}
.c-column__category {
	margin: 16px 0 8px;
}
.c-column__category-list {
	margin-top: -6px;
	margin-right: -10px;
}
.c-column__category-list > li {
	margin-top: 6px;
	margin-right: 10px;
}
.c-column__category-list > li > span {
	color: #972529;
	font-size: 1.4rem;
	border: solid 1px #972529;
	border-radius: 100px;
	display: inline-block;
	line-height: 1;
	padding: 6px 14px;
}
@media screen and (max-width: 768px) {
	.c-column__item__img {
		border-radius: 5px;
		padding-top: 100%;
	}
	.c-column__item__date {
		font-size: 1.2rem;
		margin: 0 0 5px;
	}
	.c-column__item__title {
		font-size: 1.3rem;
	}
	.c-column__item__text {
		margin: 10px 0 0;
	}
.c-column__category {
	margin: min(3.2vw, 12px) 0 min(2.1333vw, 8px);
}
.c-column__category-list {
	margin-top: max(-1.6vw, -6px);
	margin-right: max(-1.6vw, -6px);
}
.c-column__category-list > li {
	margin-top: min(1.6vw, 6px);
	margin-right: min(1.6vw, 6px);
}
.c-column__category-list > li > span {
	font-size: min(3.2vw, 1.2rem);
	padding: min(1.6vw, 6px) min(2.6666vw, 10px);
	}
}

/* ノベルティ・販促品・記念品について
-------------------------------------------------------- */
.c-novelty-about-list > li {
	background: #fff;
	border-radius: 10px;
}
.c-novelty-about-list > li:not(:last-child) {
	margin: 0 0 12px;
}
.c-novelty-about__item__title {
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (min-width: 769px) {
	.c-novelty-about-list > li {
		padding: 14px 18px;
	}
	.c-novelty-about__item__text {
		margin: 4px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.c-novelty-about-list > li {
		border-radius: 5px;
	}
	.c-novelty-about-list > li:not(:last-child) {
		margin: 0 0 10px;
	}
	.c-novelty-about-list > li > div {
		padding: 15px 10px;
	}
	.c-novelty-about__item__title {
		font-size: 1.4rem;
	}
	.c-novelty-about__item__text {
		font-size: 1.3rem;
	}
}

.c-faq-list > div {
	background: #faf8f8;
	border-radius: 10px;
	padding: 20px 88px 20px 32px;
	position: relative;
}
.c-faq-list > div:not(:last-child) {
	margin: 0 0 12px;
}
.c-faq-list dt,
.c-faq-list dd > div {
	display: -webkit-box;
	display: flex;
}
.c-faq-list dd {
	display: none;
	margin: 10px 0 0;
}
.c-faq__item__icon {
	width: 32px;
}
.c-faq__item__text {
	width: calc(100% - 32px);
	padding-left: 15px;
}
.c-faq-list dt .c-faq__item__text {
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 2px;
}
.c-faq-list dd .c-faq__item__text {
	margin-top: -6px;
}
@media screen and (min-width: 769px) {
	.c-faq-list.js-acc .js-acc__head {
		position: static;
	}
}
@media screen and (max-width: 768px) {
	.c-faq-list > div {
		border-radius: 5px;
		padding: 15px 0;
	}
	.c-faq-list > div:not(:last-child) {
		margin: 0 0 10px;
	}
	.c-faq-list dt {
		padding: 0 35px 0 10px;
	}
	.c-faq-list dd {
		margin: 12px 0 0;
	}
	.c-faq-list dd > div {
		padding: 0 10px;
	}
	.c-faq__item__icon {
		width: 32px;
	}
	.c-faq__item__text {
		width: calc(100% - 24px);
		padding-left: 12px;
	}
	.c-faq-list dt .c-faq__item__text {
		font-size: 1.4rem;
		padding-top: 5px;
	}
	.c-faq-list dd .c-faq__item__text {
		font-size: 1.2rem;
		margin-top: -4px;
	}
}




.c-news__date {
	color: #a6a6a6;
}
.c-news__list .c-news__title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: .5s;
}
.c-news__list > li > a:hover {
	opacity: 1;
}
.c-news__list > li > a:hover .c-news__title {
	text-decoration-color: transparent;
}
.c-news__list.m-line > li:not(:last-child) {
	margin: 0 0 10px;
}
.c-news__list.m-line > li > a {
}
.c-news__list.m-block > li:not(:last-child) {
	margin: 0 0 10px;
}
.c-news__list.m-block > li > a {
	background: #fff;
	border-radius: 10px;
	display: block;
	padding: min(3.7333vw, 14px) min(4.2666vw, 16px);
}
.c-news__list.m-block .c-news__date {
	margin: 0 0 min(.8vw, 3px);
}
@media screen and (max-width: 768px) {
	.c-news__list > li {
		font-size: min(3.2vw, 1.2rem);
	}
	.c-news__list.m-line .c-news__date {
		width: min(18.9333vw, 71px);
		margin: 0 min(1.6vw, 6px) 0 0;
	}
	.c-news__list.m-block > li > a {
		border-radius: 5px;
	}
	.c-news__list.m-block > li:not(:last-child) {
		margin: 0 0 min(1.3333vw, 5px);
	}
}

.c-pager {
	margin: 50px 0 0;
}
.wp-pagenavi {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #972529;
	width: 40px;
	height: 40px;
	background: #fff;
	border: solid 1px #972529;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 min(1.0666vw, 4px);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	background: #972529;
    overflow: hidden;
    text-align: center;
    text-indent: -999999999999px;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
	content: "";
	width: 10px;
	height: 16px;
	background: url(../img/cmn/arrow_r_wh.svg) no-repeat;
	background-size: contain;
}
.wp-pagenavi a.previouspostslink::before {
	transform: scale(-1, 1);
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background: #972529;
	border-color: #972529;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.c-pager {
		margin: min(6.4vw, 24px) 0 0;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: min(3.2vw, 1.2rem);
		width: min(8vw, 30px);
		height: min(8vw, 30px);
	}
	.wp-pagenavi a.previouspostslink::before,
	.wp-pagenavi a.nextpostslink::before {
		width: min(1.6vw, 6px);
		height: min(3.2vw, 12px);
	}
}
.p-article-news {
	background: #fff;
	border-radius: 10px;
	padding: 32px 16px 72px;
}
.p-article-news__head {
	border-bottom: solid 1px #e7e7e7;
	margin: 0 0 32px;
	padding: 0 0 10px;
}
.p-article-news .c-news__date {
	margin: 0 0 min(.8vw, 3px);
}
.p-article-news .c-news__title {
	font-size: 2.6rem;
}
.c-single-pager {
	margin: 32px 0 0;
	position: relative;
}
.c-single-pager a.prev,
.c-single-pager a.next {
	position: absolute;
	top: 0;
}
.c-single-pager a.prev::before,
.c-single-pager a.next::after {
	content: "";
	width: 10px;
	height: 16px;
	background: url(../img/cmn/arrow_r_rd.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
}
.c-single-pager a.prev::before {
	left: 0;
	transform: scale(-1, 1);
}
.c-single-pager a.next::after {
	right: 0;
}
.c-single-pager a.prev {
	padding: 0 0 0 16px;
	left: 0;
}
.c-single-pager a.next {
	padding: 0 16px 0 0;
	right: 0;
}
@media screen and (max-width: 768px) {
	.p-article-news {
		border-radius: min(1.3333vw, 5px);
		padding: min(4.2667vw, 16px) min(4.2667vw, 16px) min(8.5333vw, 32px);
	}
	.p-article-news__head {
		margin: 0 0 min(6.4vw, 24px);
		padding: 0 0 min(2.6667vw, 10px);
	}
	.p-article-news .c-news__title {
		font-size: min(5.3333vw, 2rem);
	}
	.c-single-pager {
		margin: min(4.2667vw, 16px) 0 0;
	}
	.c-single-pager a.prev {
		padding: 0 0 0 min(3.2vw, 12px);
	}
	.c-single-pager a.next {
		padding: 0 min(3.2vw, 12px) 0 0;
	}
	.c-single-pager a.prev::before,
	.c-single-pager a.next::after {
		width: min(1.6vw, 6px);
		height: min(3.2vw, 12px);
		top: calc(50% - min(1.6vw, 6px));
	}
}

/* パンくず
-------------------------------------------------------- */
#breadcrumb {
	padding: 24px 0 0;
}
#breadcrumb ul,
#breadcrumb ul li {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#breadcrumb ul {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
#breadcrumb ul li {
	font-size: 1.4rem;
}
#breadcrumb ul li a {
	color: #808080;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
#breadcrumb ul li a:hover {
	text-decoration-color: transparent;
	opacity: 1;
}
#breadcrumb ul li:nth-child(1) a {
	color: #972529;
}
#breadcrumb ul li:not(:last-child)::after {
	content: "\03e";
	color: #808080;
	margin: 0 6px;
}
.page-content.m-page #breadcrumb {
	padding-bottom: min(5.3333vw, 20px);
}
@media screen and (max-width: 768px) {
	#breadcrumb {
		padding: min(3.2vw, 12px) 0 0;
	}
	#breadcrumb ul li {
		font-size: min(2.6667vw, 1rem);
	}
	#breadcrumb ul li:not(:last-child)::after {
		margin: 0 min(1.3333vw, 5px);
	}
	#breadcrumb.is-pageTop {
		margin: 0 0 min(1.3333vw, 5px);
	}
	.page-content.m-page #breadcrumb {
		padding-bottom: min(4vw, 15px);
	}
}

.p-category-main {
	padding: min(10.6666vw, 40px) 0;
}
.p-category-main .inner {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	align-items: flex-start;
}
.p-category-main__img {
	width: 54%;
	margin: 0 0 0 4%;
}
.p-category-main__img > div {
	background-color: #ccc;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 53.8461%;
	position: relative;
}
.p-category-main__img > div img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.p-category-main__content {
	width: 42%;
}
.p-category-main__title {
	font-size: 3rem;
}
.p-category-main__text {
	margin: 16px 0 0;
}
.p-category-main__info {
	background: #fff;
	border-radius: 10px;
	margin: 40px 0 0;
	padding: 16px 20px;
}
.p-category-main__info > li {
	width: 49%;
	margin-top: 24px;
	margin-right: 2%;
	padding: 0 0 0 40px;
	position: relative;
}
.p-category-main__info > li:nth-child(-n + 2) {
	margin-top: 0;
}
.p-category-main__info > li:nth-child(2n) {
	margin-right: 0;
}
.p-category-main__info > li::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.p-category-main__info > li.p-category-main__info-item01::before {
	width: 23px;
	height: 23px;
	background-image: url(../img/cmn/icon_price_gl.svg);
}
.p-category-main__info > li.p-category-main__info-item02::before {
	width: 28px;
	height: 21px;
	background-image: url(../img/cmn/icon_truck_gl.svg);
}
.p-category-main__info > li.p-category-main__info-item03::before {
	width: 26px;
	height: 24px;
	background-image: url(../img/cmn/icon_estimate_gl.svg);
}
.p-category-main__info > li.p-category-main__info-item04::before {
	width: 23px;
	height: 24px;
	background-image: url(../img/cmn/icon_guide_gl.svg);
}
.p-category-main__info-title {
	font-size: 1.7rem;
}
.p-category-main__info-text {
	color: #808080;
	font-size: 1.5rem;
	margin: 2px 0 0;
}
@media screen and (min-width: 1025px) {
	.p-category-main__info {
		margin: min(3.0007vw, 40px) 0 0;
		padding: min(1.2003vw, 16px) min(1.5003vw, 20px);
	}
	.p-category-main__info > li {
		margin-top: min(1.8004vw, 24px);
		padding: 0 0 0 min(3.0007vw, 40px);
	}
	.p-category-main__info > li.p-category-main__info-item01::before {
		width: min(1.7254vw, 23px);
		height: min(1.7254vw, 23px);
	}
	.p-category-main__info > li.p-category-main__info-item02::before {
		width: min(2.1005vw, 28px);
		height: min(1.5754vw, 21px);
	}
	.p-category-main__info > li.p-category-main__info-item03::before {
		width: min(1.9505vw, 26px);
		height: min(1.8004vw, 24px);
	}
	.p-category-main__info > li.p-category-main__info-item04::before {
		width: min(1.7254vw, 23px);
		height: min(1.8004vw, 24px);
	}
	.p-category-main__info-title {
		font-size: min(1.2754vw, 1.7rem);
	}
	.p-category-main__info-text {
		font-size: min(1.1253vw, 1.5rem);
		margin: min(0.1500vw, 2px) 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.p-category-main__img,
	.p-category-main__content {
		width: 100%;
	}
	.p-category-main__img {
		margin: 0 0 24px;
	}
}
@media screen and (max-width: 768px) {
	.p-category-main__img > div {
		border-radius: min(1.3333vw, 5px);
	}
	.p-category-main__title {
		font-size: min(5.3333vw, 2rem);
	}
	.p-category-main__text {
		margin: min(2.1333vw, 8px) 0 0;
	}
	.p-category-main__info {
		border-radius: min(1.3333vw, 5px);
		margin: min(6.4vw, 24px) 0 0;
		padding: min(3.2vw, 12px) min(2.6667vw, 10px);
	}
	.p-category-main__info > li {
		margin-top: min(6.4vw, 24px);
		padding: 0 0 0 min(5.3333vw, 20px);
	}
	.p-category-main__info > li.p-category-main__info-item01::before {
		width: min(2.6667vw, 10px);
		height: min(2.6667vw, 10px);
	}
	.p-category-main__info > li.p-category-main__info-item02::before {
		width: min(3.7333vw, 14px);
		height: min(2.8vw, 10.5px);
	}
	.p-category-main__info > li.p-category-main__info-item03::before {
		width: min(3.4667vw, 13px);
		height: min(3.2vw, 12px);
		background-image: url(../img/cmn/icon_estimate_gl.svg);
	}
	.p-category-main__info > li.p-category-main__info-item04::before {
		width: min(3.0667vw, 11.5px);
		height: min(3.2vw, 12px);
	}
	.p-category-main__info-title {
		font-size: min(3.4667vw, 1.3rem);
	}
	.p-category-main__info-text {
		font-size: min(3.2vw, 1.2rem);
		margin: min(0.5333vw, 2px) 0 0;
	}
}
.p-category-seach {
	margin: 0 0 40px;
}
.p-category-seach .c-searchform__fields {
	border: solid 1px #972529;
	border-radius: 10px;
	padding: 20px 10px 50px;
}
.p-category-seach .c-searchform__submit {
	margin: -20px 0 0;
}
.p-category-seach > div > dt {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	align-items: center;
}
.p-category-seach > div > dd {
	display: none;
	padding: 10px 0 0;
}
.p-category-seach .js-acc__head {
	color: #fff;
	background: #972529;
	border-radius: 10px;
	flex-shrink: 0;
	padding: 8px 20px;
}
.p-category-seach .js-acc__head span {
	display: inline-block;
	padding: 0 0 0 30px;
	position: relative;
}
.p-category-seach .js-acc__head span::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/cmn/icon_search_wh.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.p-category-seach .js-acc__head::before,
.p-category-seach .js-acc__head::after {
	content: none;
}
.p-category-sort {
	flex: 1 1 auto;
	overflow-x: auto;
	margin: 0 0 0 18px;
}
.p-category-sort__list {
	display: -webkit-box;
	display: flex;
	white-space: nowrap;
}
.p-category-sort__list > li:not(:last-child) {
	margin-right: 3px;
}
.p-category-sort__list > li > a {
	display: inline-block;
	padding: 4px 10px;
	position: relative;
	transition: .5s;
}
.p-category-sort__list > li > a::before,
.p-category-sort__list > li > a::after {
	content: "";
	border: solid 1px #e5e5e5;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.p-category-sort__list > li > a::before {
	border-color: #cba004;
	opacity: 0;
	z-index: 1;
}
.p-category-sort__list > li > a::after {
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.p-category-seach {
		margin: 0 0 24px;
	}
	.p-category-seach > div > dt {
		flex-wrap: wrap;
	}
	.p-category-seach .js-acc__head,
	.p-category-sort {
		width: 100%;
	}
	.p-category-seach .js-acc__head {
		font-size: min(3.2vw, 1.2rem);
		border-radius: 5px;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		padding: min(2.1333vw, 8px) min(4.2666vw, 16px);
	}
	.p-category-seach .js-acc__head span {
		padding: 0 0 0 min(4.8vw, 18px);
	}
	.p-category-seach .js-acc__head span::before {
		width: min(2.6666vw, 10px);
		height: min(2.6666vw, 10px);
	}
	.p-category-sort {
		margin: 0 0 10px;
	}
	.p-category-sort__list > li > a {
		font-size: min(3.2vw, 1.2rem);
	}
}
.p-product__main {
	padding: 20px 0 120px;
}
.p-product__main__head {
	margin: 0 0 40px;
}
.p-product__title {
	font-size: 3rem;
}
.p-product__meta {
	margin: 8px 0 0;
}
.p-product__main__head-btns {
	max-width: 350px;
	width: 100%;
	margin: 0 16px 0 0;
}
.p-product__main__head-btn {
	color: #fff;
	font-size: 1.4rem;
	width: 49%;
	background: #cba004;
	border-radius: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 4px 8px;
	position: relative;
}
.p-product__main__head-btn::before {
	content: "";
	width: 19px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 8px;
}
.p-product__main__head-btn.m-favorite::before {
	height: 18px;
	background-image: url(../img/cmn/favorite_star.svg);
	top: calc(50% - 9px);
}
.p-product__main__head-btn.m-review {
	background: #999;
}
.p-product__main__head-btn.m-review::before {
	height: 16px;
	background-image: url(../img/cmn/icon_review_wh.svg);
	top: calc(50% - 8px);
	left: 12px;
}

.p-product__main__tags {
}
.p-product__main__tags-list {
	margin-top: -3px;
	margin-right: -3px;
}
.p-product__main__tags-list > li {
	margin-top: 3px;
	margin-right: 3px;
}
.p-product__main__tags-list > li > a {
	background: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 2px 8px;
}
.p-product__main__tags-list > li > a::before {
	content: "#";
}
@media screen and (max-width: 768px) {
	.p-product__main {
		padding: 18px 0 64px;
	}
	.p-product__main__head {
		margin: 0 0 min(8vw, 30px);
	}
	.p-product__title {
		font-size: min(5.3333vw, 2rem);
	}
	.p-product__meta {
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-product__main__head-btns {
		margin: 0;
	}
	.p-product__main__head-btn {
		font-size: min(3.2vw, 1.2rem);
		padding: min(.8vw, 3px) min(1.6vw, 6px);
	}
	.p-product__main__head-btn::before {
		width: min(3.7333vw, 14px);
		left: min(1.6vw, 6px);
	}
	.p-product__main__head-btn.m-favorite::before {
		height: min(3.6vw, 13.5px);
		top: calc(50% - min(1.8vw, 6.75px));
	}
	.p-product__main__head-btn.m-review::before {
		height: min(3.2vw, 12px);
		top: calc(50% - min(1.6vw, 6px));
	}
	.p-product__main__tags {
		width: 100%;
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-product__main__tags-list {
		margin-top: max(-.8vw, -3px);
		margin-right: max(-.8vw, -3px);
	}
	.p-product__main__tags-list > li {
		margin-top: min(.8vw, 3px);
		margin-right: min(.8vw, 3px);
	}
	.p-product__main__tags-list > li > a {
		padding: min(1.0666vw, 4px) min(2.1333vw, 8px);
	}
}


.p-product-main__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}
.p-product-main__media {
	width: 550px;
}
.p-productSlider {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}
.p-productSlider__img {
	background-color: #ccc;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.p-productSlider__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.p-product-main__media-btm,
.p-product-main__media-links {
	font-size: 1.4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.p-product-main__media-download {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 8px 20px;
}
.p-product-main__media-links {
	margin: 0 0 0 30px;
}
.p-product-main__media-links > li:not(:last-child) {
	margin: 0 24px 0 0;
}


.p-productSlider__main {
	padding: 0 0 0 10px;
}
.p-product-flow {
	counter-reset: number 0;
}
.p-product-flow > li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
}
.p-product-flow > li:last-child {
	overflow: hidden;
}
.p-product-flow > li::before {
	content: "";
	width: 1px;
	height: calc(100% + 44px);
	background: #972529;
	position: absolute;
	top: 24px;
	left: 10px;
	z-index: 0;
}
.p-product-flow > li:not(:last-child) {
	margin: 0 0 20px;
}
.p-product-flow__icon {
	color: #fff;
	font-size: 1.3rem;
	width: 20px;
	height: 20px;
	background: #972529;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 24px 0 0;
	position: relative;
	z-index: 1;
}
.p-product-flow__icon::before {
	counter-increment: number 1;
	content: counter(number);
}
.p-product-flow__content {
	width: calc(100% - 20px);
	padding: 0 0 0 8px;
}
.p-product-flow__content-bg {
	background: #fff;
	border-radius: 10px;
	padding: 20px 24px;
}
.p-product-flow__head {
	margin: 0 0 10px;
}
.p-product-flow__title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.p-product-flow__title-text {
	font-size: 2rem;
	font-weight: 700;
}
.p-product-flow__title-label {
	color: #ff0000;
	margin: 0 0 0 8px;
}
.p-product-flow__title-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex: 1 1 auto;
}
.p-product-flow__note {
	color: #ff0000;
	font-weight: 700;
	margin: 2px 0 0;
}
.p-product-quantity {
	background: #f6f6f6;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 20px;
}
.p-product-quantity__price {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex: 1 1 auto;
}
.p-product-quantity__input {
	max-width: 200px;
	width: 100%;
	border: solid 1px #999;
}
.p-product-quantity__input input {
	width: 100%;
	display: block;
	padding: 10px 24px;
}
.p-product-quantity__price-list > li {
	font-size: 1.4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
}
.p-product-quantity__price-list > li:not(:last-child) {
	margin: 0 0 4px;
}
.p-product-quantity__price-label {
	margin: 0 8px 0 0;
}
.p-product-quantity__price-value {
	font-weight: 700;
}
.p-product-quantity__price-value span {
	font-size: 1.8rem;
}
.p-product-quantity__note {
	width: 100%;
	order: 10;
	font-size: 1.2rem;
	color: #666;
	margin: 8px 0 0;
}
.p-product-submit__head {
	display: -webkit-box;
	display: flex;
}
.p-product-submit__head-title {
	flex: 1 1 auto;
}
.p-product-submit__text {
	margin: 8px 0 0;
}
.p-product-submit__text > span {
	color: #ff0000;
}
.p-product-submit__text > span span {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.p-product-submit__btns {
	margin: 24px 0 0;
}
.p-product-submit__btns > .p-product-submit__btn:not(:last-child) {
	margin: 0 0 10px;
}
.p-product-submit__btn {
	font-size: 2.4rem;
	width: 100%;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 8px;
}
.p-product-submit__btn-ai {
	color: #cba004;
	background: #fff;
	border: solid 2px #cba004;
}
.p-product-submit__btn-key {
	color: #fff;
	background: #972529;
	padding: 12px 8px;
}
.p-product-submit__btn-key > span {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	line-height: 1.2;
	text-align: center;
}
.p-product-submit__btn-key > span > span:nth-child(1) {
	font-size: 1.8rem;
	margin: 0 0 4px;
}
.p-product-submit__fields {
	margin: 24px 0 0;
}
.p-product-submit__fields > div:not(:last-child) {
	margin: 0 0 16px;
}
.p-product-submit__fields > div > dt {
	margin: 0 0 4px;
}
.p-product-submit__fields-head {
	display: -webkit-box;
	display: flex;
}
.p-product-submit__fields-title {
	font-weight: 700;
	flex: 1 1 auto;
}
.p-product-submit__fields-input input {
	width: 100%;
	background: #fff;
	display: block;
	padding: 10px 24px;
}
.c-tab_btns {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: -8px;
	margin-right: -8px;
}
.c-tab_btn {
	color: #000;
	min-width: 180px;
	background: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 8px;
	margin-right: 8px;
	padding: 10px 16px;
	position: relative;
}
.c-tab_btn::before,
.c-tab_btn::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.c-tab_btn::before {
	border: solid 1px #ccc;
	z-index: 0;
}
.c-tab_btn::after {
	opacity: 0;
	border: solid 1px #23afba;
	z-index: 1;
}
.c-tab_btn.is-active {
	background: #e8f7f8;
}
.c-tab_contents {
	margin: 24px 0 0;
}
.c-tab_content {
	background: #f6f6f6;
	border-radius: 10px;
	display: none;
	padding: 24px 16px;
}
.c-tab_content.is-show {
	display: block;
}
.p-product-submit__template {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #972529 #ccc;
	scrollbar-width: thin;
	cursor: grab;
	margin: 0 0 16px;
	padding: 7px 0 12px 5px;
}
.p-product-submit__template.is-dragging,
.p-product-submit__template.is-dragging * {
	cursor: grabbing;
	-webkit-user-select: none;
	user-select: none;
}
.p-product-submit__template::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 8px;
}
.p-product-submit__template::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 10px;
}
.p-product-submit__template::-webkit-scrollbar-thumb {
	background: #972529;
	border-radius: 10px;
}
.p-product-submit__template-list {
	display: -webkit-box;
	display: flex;
}
.p-product-submit__template-list > li {
	width: calc((100% - 48px) / 4.5);
	flex-shrink: 0;
	position: relative;
}
.p-product-submit__template-list > li:not(:last-child) {
	margin: 0 12px 0 0;
}
.p-product-submit__template-list label span {
	display: block;
}
.p-product-submit__template-text {
	font-size: 1rem;
	width: 100%;
	text-align: center;
	padding: 4px 0 0;
}
.p-product-submit__template-img {
	background-color: #ccc;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.p-product-submit__template-img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.p-product-submit__template-list label .p-product-submit__template-img::before,
.p-product-submit__template-list label .p-product-submit__template-img::after {
	opacity: 0;
	position: absolute;
}
.p-product-submit__template-list label .p-product-submit__template-img::before {
	content: "選択";
	color: #fff;
	font-weight: 700;
	background: #23afba;
	border-radius: 100px;
	display: inline-block;
	padding: 0 8px;
	top: -7px;
	left: -5px;
	z-index: 3;
}
.p-product-submit__template-list label .p-product-submit__template-img::after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px #23afba;
	top: 0;
	left: 0;
	z-index: 2;
}
.p-product-submit__template-list input[type="radio"]:checked ~ label .p-product-submit__template-img::before,
.p-product-submit__template-list input[type="radio"]:checked ~ label .p-product-submit__template-img::after {
	opacity: 1;
}
.p-product__fields > div:not(:last-child) {
	margin: 0 0 10px;
}
.p-product__fields > div > dt {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.p-product__fields-title {
	font-weight: 700;
}
.p-product__fields-label {
	color: #ff0000;
	margin: 0 0 0 8px;
}
.p-product__fields-input input,
.p-product__fields-input select,
.p-product__fields-input textarea {
	width: 100%;
	background: #f3f3f3;
	display: block;
	padding: 10px 24px;
}
.p-product__fields-input.mw330 {
	max-width: 330px;
}
.p-product-delivery {
	margin: 20px 0 0;
}
.p-product-delivery > li {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 10px 20px;
}
.p-product-delivery > li:not(:last-child) {
	margin: 0 0 8px;
}
.p-product-app__label {
	font-size: 1.4rem;
	font-weight: 700;
	width: 100px;
}
.p-product-app__text {
	width: calc(100% - 100px);
}
.p-product-delivery__item03 .p-product-app__text {
	font-weight: 700;
}
.p-product-delivery__item03 .p-product-app__text span {
	font-size: 2.6rem;
}
.p-product-app__note > span {
	color: #ff0000;
}
.p-product-app__note > span > span {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.p-product-attention > div:not(:last-child) {
	margin: 0 0 24px;
}
.p-product-attention > div > dt {
	font-weight: 700;
	margin: 0 0 10px;
}
.p-product-attention > div > dd {
	font-size: 1.4rem;
}
.p-product-attention > div > dd p:not(:last-child) {
	margin: 0 0 16px;
}
.p-product-agree {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 16px 0 0;
}
.p-product-agree__label {
	color: #ff0000;
	margin: 0 0 0 8px;
}
.p-product-price {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.p-product-price {
	background: #f6f6f6;
	padding: 16px 20px;
}
.p-product-price > div {
	font-size: 1.4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.p-product-price__perPiece-label,
.p-product-price__total-label {
	margin: 0 15px 0 0;
}
.p-product-price__perPiece {
	margin: 0 40px 0 0;
}
.p-product-price__perPiece-value span {
	font-size: 1.7rem;
	font-weight: 700;
}
.p-product-price__total-value span {
	font-weight: 700;
}
.p-product-price__total-value > span {
	font-size: 2rem;
}
.p-product-price__total-value > span > span {
	font-size: 3.6rem;
}
.p-product-confirm {
	margin: 20px 0 0;
	padding: 0 10px;
}
.p-product-confirm > div:not(:last-child) {
	margin: 0 0 20px;
}
.p-product-confirm > div > dt {
	font-weight: 700;
	margin: 0 0 8px;
}
.p-product-breakdown > div {
	display: -webkit-box;
	display: flex;
}
.p-product-breakdown > div:not(:last-child) {
	margin: 0 0 4px;
}
.p-product-breakdown > div > dt {
	width: 220px;
}
.p-product-breakdown > div > dd {
	font-size: 1.4rem;
	width: calc(100% - 220px);
	padding: 0 0 0 16px;
}
.p-product__actions {
	margin: 40px 0 0;
}
.p-product__actions .p-product__action:not(:last-child) {
	margin: 0 0 10px;
}
.p-product__action {
	color: #fff;
	font-size: 2.6rem;
	width: 100%;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}
.p-product__action span {
	display: inline-block;
	position: relative;
}
.p-product__action span::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.p-product__action-estimate {
	background: #972529;
	padding: 10px;
}
.p-product__action-cart {
	background: #cba004;
	padding: 16px;
}
.p-product__action-contact {
	background: #fff;
	color: #972529;
	border: solid 2px #972529;
	font-size: 2.2rem;
	padding: 14px;
}
.p-product__links {
	margin: 10px 0 0;
}
.p-product__link {
	color: #972529;
	width: 49%;
	border: solid 2px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
}
.p-product__select-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: -8px;
	margin-right: -8px;
}
.p-product__select-list > li {
	margin-top: 8px;
	margin-right: 8px;
}
.p-product-quantity-info {
	margin: 24px 0 0;
}
.p-product-quantity-info > div > div:not(:last-child) {
	margin: 0 0 8px;
}
.js-more {
	position: relative;
}
.js-more__area {
	max-height: 290px;
	overflow: hidden;
}
.js-more__btn {
	color: #972529;
	width: 100%;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	cursor: pointer;
	padding: 4px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.js-more__btn span {
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	padding: 0 20px 0 0;
	position: relative;
}
.js-more__btn span::before {
	content: "もっと見る";
}
.js-more__btn span::after {
	content: "";
	width: 16px;
	height: 9px;
	background: url(../img/cmn/arrow_rd_bk.svg);
	background-size: contain;
	position: absolute;
	top: calc(50% - 4.5px);
	right: 0;
}
.js-more__btn:hover {
	text-decoration-color: transparent;
}
.js-more.is-more-open .js-more__area {
	max-height: inherit;
}
.js-more.is-more-open .js-more__btn {
	margin: 10px 0 0;
	position: static;
}
.js-more.is-more-open .js-more__btn span::before {
	content: "閉じる";
}
.js-more.is-more-open .js-more__btn span::after {
	transform: scale(1, -1);
}
@media screen and (min-width: 769px) {
	.p-productSlider {
		height: 490px;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		overflow: hidden;
	}
	.p-product-main__media-btm,
	.p-product-main__media-links {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.p-product-main__media-download {
		background: #fff;
		border-radius: 0 0 10px 10px;
		padding: 8px 20px;
	}
	.p-product-main__media-links {
		margin: 0 0 0 30px;
	}
	.p-product-main__media-links > li:not(:last-child) {
		margin: 0 24px 0 0;
	}


	.p-productSlider__main {
		width: calc(100% - 50px);
	}
	.p-productSlider__thumbnail {
		width: 50px;
		height: 100%;
	}
}
@media screen and (min-width: 1025px) {
	.p-product-main__content {
		font-size: min(1.2vw, 1.6rem);
	}
	.p-product-main__media {
		width: min(41.26vw, 550px);
		position: -webkit-sticky;
		position: sticky;
		top: min(9vw, 120px);
	}
	.p-productSlider {
		height: min(36.76vw, 490px);
		padding: min(1.5vw, 20px);
	}
	.p-productSlider__img {
		border-radius: min(0.75vw, 10px);
	}
	.p-productSlider__main .p-productSlider__img {
		height: min(33.7584vw, 450px);
		padding-top: 0;
	}
	.p-productSlider__main {
		width: calc(100% - min(3.75vw, 50px));
	}
	.p-productSlider__thumbnail {
		width: min(3.75vw, 50px);
	}
	.p-product-main__media-btm,
	.p-product-main__media-links {
		font-size: min(1.05vw, 1.4rem);
	}
	.p-product-main__media-download {
		border-radius: 0 0 min(0.75vw, 10px) min(0.75vw, 10px);
		padding: min(0.6vw, 8px) min(1.5vw, 20px);
	}
	.p-product-main__media-links {
		margin: 0 0 0 min(2.25vw, 30px);
	}
	.p-product-main__media-links > li:not(:last-child) {
		margin: 0 min(1.8vw, 24px) 0 0;
	}


	.p-productSlider__main {
		width: calc(100% - min(3.75vw, 50px));
		padding: 0 0 0 min(0.75vw, 10px) !important;
	}
	.p-productSlider__thumbnail {
		width: min(3.75vw, 50px);
	}
	.p-product-main__info {
		width: calc(100% - min(41.26vw, 550px));
	}
	.p-product-flow > li:not(:last-child) {
		margin: 0 0 min(1.5vw, 20px);
	}
	.p-product-flow__icon {
		font-size: min(.9752vw, 1.3rem);
		width: min(1.5vw, 20px);
		height: min(1.5vw, 20px);
		margin: min(1.8vw, 24px) 0 0;
	}
	.p-product-flow > li::before {
		height: calc(100% + min(3.3vw, 44px));
		top: min(1.8vw, 24px);
		left: min(0.75vw, 10px);
	}
	.p-product-flow__content {
		width: calc(100% - min(1.5vw, 20px));
		padding: 0 0 0 min(0.6vw, 8px);
	}
	.p-product-flow__content-bg {
		padding: min(1.5vw, 20px) min(1.8vw, 24px);
	}
	.p-product-flow__head {
		margin: 0 0 min(0.75vw, 10px);
	}
	.p-product-flow__title-text {
		font-size: min(1.5vw, 2rem);
	}
	.p-product-flow__title-label {
		margin: 0 0 0 min(0.6vw, 8px);
	}
	.p-product-flow__note {
		margin: min(.15vw, 2px) 0 0;
	}
	.p-product-quantity {
		padding: min(1.5vw, 20px);
	}
	.p-product-quantity__input {
		max-width: min(15vw, 200px);
	}
	.p-product-quantity__input input {
		padding: min(0.75vw, 10px) min(1.8vw, 24px);
	}
	.p-product-quantity__price-list > li {
		font-size: min(1.05vw, 1.4rem);
	}
	.p-product-quantity__price-list > li:not(:last-child) {
		margin: 0 0 min(0.3vw, 4px);
	}
	.p-product-quantity__price-label {
		margin: 0 min(0.6vw, 8px) 0 0;
	}
	.p-product-quantity__price-value span {
		font-size: min(1.35vw, 1.8rem);
	}
	.p-product-submit__text {
		margin: min(0.6vw, 8px) 0 0;
	}
	.p-product-submit__text > span span {
		text-underline-offset: min(0.23vw, 3px);
	}
	.p-product-submit__btns {
		margin: min(1.8vw, 24px) 0 0;
	}
	.p-product-submit__btns > .p-product-submit__btn:not(:last-child) {
		margin: 0 0 min(0.75vw, 10px);
	}
	.p-product-submit__btn {
		font-size: min(1.8vw, 2.4rem);
		padding: min(0.6vw, 8px);
	}
	.p-product-submit__btn-key {
		padding: min(0.9vw, 12px) min(0.6vw, 8px);
	}
	.p-product-submit__btn-key > span {
	}
	.p-product-submit__btn-key > span > span:nth-child(1) {
		font-size: min(1.35vw, 1.8rem);
		margin: 0 0 min(0.3vw, 4px);
	}
	.p-product-submit__fields {
		margin: min(1.8vw, 24px) 0 0;
	}
	.p-product-submit__fields > div:not(:last-child) {
		margin: 0 0 min(1.2vw, 16px);
	}
	.p-product-submit__fields > div > dt {
		margin: 0 0 min(0.3vw, 4px);
	}
	.p-product-submit__fields-input input {
		padding: min(0.75vw, 10px) min(1.8vw, 24px);
	}
	.c-tab_btns {
		margin-top: max(-0.6vw, -8px);
		margin-right: max(-0.6vw, -8px);
	}
	.c-tab_btn {
		min-width: min(13.5vw, 180px);
		border-radius: min(0.38vw, 5px);
		margin-top: min(0.6vw, 8px);
		margin-right: min(0.6vw, 8px);
		padding: min(0.75vw, 10px) min(1.2vw, 16px);
	}
	.c-tab_contents {
		margin: min(1.8vw, 24px) 0 0;
	}
	.c-tab_content {
		padding: min(1.8vw, 24px) min(1.2vw, 16px);
	}
	.p-product-submit__template {
		margin: 0 0 min(1.2vw, 16px);
		padding: min(0.53vw, 7px) 0 min(0.9vw, 12px) min(0.38vw, 5px);
	}
	.p-product-submit__template-list > li {
		width: calc((100% - min(3.6vw, 48px)) / 4.5);
		flex-shrink: 0;
	}
	.p-product-submit__template-list > li:not(:last-child) {
		margin: 0 min(0.9vw, 12px) 0 0;
	}
	.p-product-submit__template-text {
		font-size: min(0.75vw, 1rem);
		padding: min(0.3vw, 4px) 0 0;
	}
	.p-product-submit__template-list label .p-product-submit__template-img::before {
		border-radius: min(7.5vw, 100px);
		padding: 0 min(0.6vw, 8px);
		top: max(-.5251vw, -7px);
		left: max(-.375vw, -5px);
	}
	.p-product__fields > div:not(:last-child) {
		margin: 0 0 min(0.75vw, 10px);
	}
	.p-product__fields-label {
		margin: 0 0 0 min(0.6vw, 8px);
	}
	.p-product__fields-input input,
	.p-product__fields-input select,
	.p-product__fields-input textarea {
		padding: min(0.75vw, 10px) min(1.8vw, 24px);
	}
	.p-product__fields-input.mw330 {
		max-width: min(24.76vw, 330px);
	}
	.p-product-delivery {
		margin: min(1.5vw, 20px) 0 0;
	}
	.p-product-delivery > li {
		border-radius: min(0.75vw, 10px);
		padding: min(0.75vw, 10px) min(1.5vw, 20px);
	}
	.p-product-delivery > li:not(:last-child) {
		margin: 0 0 min(0.6vw, 8px);
	}
	.p-product-app__label {
		font-size: min(1.05vw, 1.4rem);
		width: min(7.5vw, 100px);
	}
	.p-product-app__text {
		width: calc(100% - min(7.5vw, 100px));
	}
	.p-product-delivery__item03 .p-product-app__text span {
		font-size: min(1.95vw, 2.6rem);
	}
	.p-product-attention > div:not(:last-child) {
		margin: 0 0 min(1.8vw, 24px);
	}
	.p-product-attention > div > dt {
		margin: 0 0 min(0.75vw, 10px);
	}
	.p-product-attention > div > dd {
		font-size: min(1.05vw, 1.4rem);
	}
	.p-product-attention > div > dd p:not(:last-child) {
		margin: 0 0 min(1.2vw, 16px);
	}
	.p-product-agree {
		margin: min(1.2vw, 16px) 0 0;
	}
	.p-product-agree__label {
		margin: 0 0 0 min(0.6vw, 8px);
	}
	.p-product-price {
		padding: min(1.2vw, 16px) min(1.5vw, 20px);
	}
	.p-product-price > div {
		font-size: min(1.05vw, 1.4rem);
	}
	.p-product-price__perPiece-label,
	.p-product-price__total-label {
		margin: 0 min(1.13vw, 15px) 0 0;
	}
	.p-product-price__perPiece {
		margin: 0 min(3vw, 40px) 0 0;
	}
	.p-product-price__perPiece-value span {
		font-size: min(1.2753vw, 1.7rem);
	}
	.p-product-price__total-value > span {
		font-size: min(1.5vw, 2rem);
	}
	.p-product-price__total-value > span > span {
		font-size: min(2.7vw, 3.6rem);
	}
	.p-product-confirm {
		margin: min(1.5vw, 20px) 0 0;
		padding: 0 min(0.75vw, 10px);
	}
	.p-product-confirm > div:not(:last-child) {
		margin: 0 0 min(1.5vw, 20px);
	}
	.p-product-confirm > div > dt {
		margin: 0 0 min(0.6vw, 8px);
	}
	.p-product-breakdown > div:not(:last-child) {
		margin: 0 0 min(0.3vw, 4px);
	}
	.p-product-breakdown > div > dt {
		width: min(16.5vw, 220px);
	}
	.p-product-breakdown > div > dd {
		font-size: min(1.05vw, 1.4rem);
		width: calc(100% - min(16.5vw, 220px));
		padding: 0 0 0 min(1.2vw, 16px);
	}
	.p-product__actions {
		margin: min(3vw, 40px) 0 0;
	}
	.p-product__actions .p-product__action:not(:last-child) {
		margin: 0 0 min(0.75vw, 10px);
	}
	.p-product__action {
		font-size: 2.6rem;
		border-radius: min(0.75vw, 10px);
	}
	.p-product__action-estimate {
		padding: min(0.75vw, 10px);
	}
	.p-product__action-cart {
		padding: min(1.2vw, 16px);
	}
	.p-product__links {
		margin: min(0.75vw, 10px) 0 0;
	}
	.p-product__link {
		padding: min(0.75vw, 10px);
	}
	.p-product__select-list {
		margin-top: max(-.6vw, -8px);
		margin-right: max(-.6vw, -8px);
	}
	.p-product__select-list > li {
		margin-top: min(0.6vw, 8px);
		margin-right: min(0.6vw, 8px);
	}
	.p-product-quantity-info {
		margin: min(1.8vw, 24px) 0 0;
	}
	.p-product-quantity-info > div > div:not(:last-child) {
		margin: 0 0 min(0.6vw, 8px);
	}
	.js-more__area {
		max-height: min(21.76vw, 290px);
	}
	.js-more__btn {
		padding: min(0.3vw, 4px) 0;
	}
	.js-more__btn span {
		padding: 0 min(1.5vw, 20px) 0 0;
	}
	.js-more__btn span::after {
		width: min(1.2vw, 16px);
		height: min(0.68vw, 9px);
		top: calc(50% - min(0.34vw, 4.5px));
	}
	.js-more.is-more-open .js-more__btn {
		margin: min(0.75vw, 10px) 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.p-product-main__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}
	.p-product-main__media {
		width: 550px;
		margin: 0 0 40px;
	}
	.p-product-main__info {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.p-product-main__media { width: 100%; }
	.p-productSlider {
		border-radius: min(1.3333vw, 5px);
		display: block;
		padding: min(2.6666vw, 10px);
	}
	.p-productSlider__img {
		border-radius: min(1.3333vw, 5px);
	}
	.p-product-main__media-btm,
	.p-product-main__media-links {
		font-size: min(2.6666vw, 1rem);
	}
	.p-product-main__media-download {
		border-radius: 0 0 min(2.6666vw, 10px) min(2.6666vw, 10px);
		padding: min(2.1333vw, 8px) min(2.6666vw, 10px);
	}
	.p-product-main__media-links {
		margin: 0 0 0 min(4vw, 15px);
	}
	.p-product-main__media-links > li:not(:last-child) {
		margin: 0 min(3.2vw, 12px) 0 0;
	}


	.p-productSlider__main {
		margin: 0 0 min(2.6666vw, 10px);
		padding: 0;
	}
	.p-productSlider__thumbnail {
		width: auto;
		height: auto;
	}
	.p-product-flow > li:not(:last-child) {
		margin: 0 0 min(4vw, 15px);
	}
	.p-product-flow__icon {
		font-size: min(2vw, .75rem);
		width: min(4vw, 15px);
		height: min(4vw, 15px);
		margin: min(4.8vw, 18px) 0 0;
	}
	.p-product-flow > li::before {
		height: calc(100% + min(8.8vw, 33px));
		top: min(4.8vw, 18px);
		left: min(2vw, 7.5px);
	}
	.p-product-flow__content {
		width: calc(100% - min(4vw, 15px));
		padding: 0 0 0 min(1.6vw, 6px);
	}
	.p-product-flow__content-bg {
		border-radius: min(1.3333vw, 5px);
		padding: min(4vw, 15px) min(2.6666vw, 10px);
	}
	.p-product-flow__head {
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-product-submit__head-link {
		font-size: min(3.2vw, 1.2rem);
	}

	.p-product-flow__title-text {
		font-size: min(4vw, 1.5rem);
	}
	.p-product-flow__title-label {
		margin: 0 0 0 min(1.6vw, 6px);
	}
	.p-product-flow__note {
		margin: min(0.5333vw, 2px) 0 0;
	}
	.p-product-quantity {
		border-radius: min(1.3333vw, 5px);
		flex-wrap: wrap;
		padding: min(4vw, 15px);
	}
	.p-product-quantity__input input {
		padding: min(2vw, 7.5px) min(4.8vw, 18px);
	}
	.p-product-quantity__price {
		-webkit-box-pack: start;
		justify-content: flex-start;
		margin: min(.8vw, 3px) 0 0;
	}
	.p-product-quantity__price-list > li {
		font-size: min(3.2vw, 1.2rem);
	}
	.p-product-quantity__price-list > li:not(:last-child) {
		margin: 0 0 min(.8vw, 3px);
	}
	.p-product-quantity__price-label {
		margin: 0 min(1.6vw, 6px) 0 0;
	}
	.p-product-quantity__price-value span {
		font-size: min(3.7333vw, 1.4rem);
	}

	.p-product-submit__text {
		margin: min(1.6vw, 6px) 0 0;
	}

	.p-product-submit__btns {
		margin: min(4.8vw, 18px) 0 0;
	}
	.p-product-submit__btns > .p-product-submit__btn:not(:last-child) {
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-product-submit__btn {
		font-size: min(4.5333vw, 1.7rem);
		padding: min(1.6vw, 6px);
	}
	.p-product-submit__btn-key {
		padding: min(2.6666vw, 10px) min(1.6vw, 6px);
	}
	.p-product-submit__btn-key > span > span:nth-child(1) {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(0.8vw, 3px);
	}
	.p-product-submit__fields {
		margin: min(4.8vw, 18px) 0 0;
	}
	.p-product-submit__fields > div:not(:last-child) {
		margin: 0 0 min(3.2vw, 12px);
	}
	.p-product-submit__fields > div > dt {
		margin: 0 0 min(0.8vw, 3px);
	}
	.p-product-submit__fields-link {
		font-size: min(3.2vw, 1.2rem);
	}
	.p-product-submit__fields-input input {
		padding: min(2vw, 7.5px) min(4.8vw, 18px);
	}
	.c-tab_btns {
		margin-top: max(-1.6vw, -6px);
		margin-right: max(-1.6vw, -6px);
	}
	.c-tab_btn {
		min-width: min(36vw, 135px);
		margin-top: min(1.6vw, 6px);
		margin-right: min(1.6vw, 6px);
		padding: min(2vw, 7.5px) min(3.2vw, 12px);
	}
	.c-tab_btn.is-active {
		background: #e8f7f8;
	}
	.c-tab_contents {
		margin: min(3.6vw, 13.5px) 0 0;
	}
	.c-tab_content {
		border-radius: min(1.3333vw, 5px);
		padding: min(4.8vw, 18px) min(3.2vw, 12px);
	}
	.p-product-submit__template {
		margin: 0 0 min(2.4vw, 9px);
		padding: min(1.4vw, 5.25px) 0 min(3.2vw, 12px) min(1vw, 3.75px);
	}
	.p-product-submit__template-list > li {
		width: calc((100% - min(9.6vw, 36px)) / 4.5);
		flex-shrink: 0;
	}
	.p-product-submit__template-list > li:not(:last-child) {
		margin: 0 min(2.4vw, 9px) 0 0;
	}
	.p-product-submit__template-text {
		font-size: min(2vw, .75rem);
		padding: min(0.8vw, 3px) 0 0;
	}
	.p-product-submit__template-list label .p-product-submit__template-img::before {
		padding: 0 min(1.6vw, 6px);
		top: max(-1.4vw, -5.25px);
		left: max(-1vw, -3.75px);
	}
	.p-product__fields > div:not(:last-child) {
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-product__fields-label {
		margin: 0 0 0 min(1.6vw, 6px);
	}
	.p-product__fields-input input,
	.p-product__fields-input select,
	.p-product__fields-input textarea {
		padding: min(2vw, 7.5px) min(4.8vw, 18px);
	}
	.p-product-delivery {
		margin: min(4vw, 15px) 0 0;
	}
	.p-product-delivery > li {
		border-radius: min(1.3333vw, 5px);
		padding: min(2vw, 7.5px) min(4vw, 15px);
	}
	.p-product-delivery > li:not(:last-child) {
		margin: 0 0 min(1.6vw, 6px);
	}
	.p-product-delivery__item03 .flex {
		display: block;
	}
	.p-product-delivery__item03 .p-product-app__text {
		width: 100%;
	}
	.p-product-app__label {
		font-size: min(3.2vw, 1.2rem);
		width: min(20vw, 75px);
	}
	.p-product-app__text {
		width: calc(100% - min(20vw, 75px));
	}
	.p-product-delivery__item03 .p-product-app__text span {
		font-size: min(4.8vw, 1.8rem);
	}
	.p-product-attention > div:not(:last-child) {
		margin: 0 0 min(4.8vw, 18px);
	}
	.p-product-attention > div > dt {
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-product-attention > div > dd {
		font-size: min(3.2vw, 1.2rem);
	}
	.p-product-attention > div > dd p:not(:last-child) {
		margin: 0 0 min(3.2vw, 12px);
	}
	.p-product-agree {
		margin: min(3.2vw, 12px) 0 0;
	}
	.p-product-agree__label {
		margin: 0 0 0 min(1.6vw, 6px);
	}
	.p-product-price {
		display: block;
		padding: min(3.2vw, 12px) min(4vw, 15px);
	}
	.p-product-price > div {
		font-size: min(3.2vw, 1.2rem);
	}
	.p-product-price__perPiece-label,
	.p-product-price__total-label {
		margin: 0 min(3vw, 11.25px) 0 0;
	}
	.p-product-price__perPiece {
		margin: 0 min(6vw, 22.5px) 0 0;
	}
	.p-product-price__perPiece-value span {
		font-size: min(3.6vw, 1.35rem);
	}
	.p-product-price__total-value > span {
		font-size: min(4vw, 1.5rem);
	}
	.p-product-price__total-value > span > span {
		font-size: min(6.1333vw, 2.3rem);
	}
	.p-product-confirm {
		margin: min(4vw, 15px) 0 0;
		padding: 0 min(2vw, 7.5px);
	}
	.p-product-confirm > div:not(:last-child) {
		margin: 0 0 min(4vw, 15px);
	}
	.p-product-confirm > div > dt {
		margin: 0 0 min(1.2vw, 4.5px);
	}
	.p-product-breakdown > div:not(:last-child) {
		margin: 0 0 min(0.8vw, 3px);
	}
	.p-product-breakdown > div > dt {
		width: min(44vw, 165px);
	}
	.p-product-breakdown > div > dd {
		font-size: min(3.2vw, 1.2rem);
		width: calc(100% - min(44vw, 165px));
		padding: 0 0 0 min(3.2vw, 12px);
	}
	.p-product__actions {
		margin: min(8vw, 30px) 0 0;
	}
	.p-product__actions .p-product__action:not(:last-child) {
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-product__action {
		font-size: min(4.8vw, 1.8rem);
		border-radius: min(1.3333vw, 5px);
	}
	.p-product__action-estimate {
		padding: min(2vw, 7.5px);
	}
	.p-product__action-cart {
		padding: min(3.2vw, 12px);
	}
	.p-product__action-contact {
		font-size: min(3.7vw, 1.5rem);
		padding: min(2.4vw, 9px);
	}
	.p-product__links {
		margin: min(2vw, 7.5px) 0 0;
	}
	.p-product__link {
		border-radius: min(1.3333vw, 5px);
		padding: min(2vw, 7.5px);
	}
	.p-product__select-list {
		margin-top: max(-1.6vw, -6px);
		margin-right: max(-1.6vw, -6px);
	}
	.p-product__select-list > li {
		margin-top: min(1.6vw, 6px);
		margin-right: min(1.6vw, 6px);
	}
	.p-product-quantity-info {
		margin: min(4.8vw, 18px) 0 0;
	}
	.p-product-quantity-info > div > div:not(:last-child) {
		margin: 0 0 min(1.6vw, 6px);
	}
	.js-more__area {
		max-height: min(58vw, 217.5px);
	}
	.js-more__btn {
		padding: min(0.8vw, 3px) 0;
	}
	.js-more__btn span {
		padding: 0 min(4vw, 15px) 0 0;
	}
	.js-more__btn span::after {
		width: min(3.2vw, 12px);
		height: min(1.8vw, 6.75px);
		top: calc(50% - min(0.9vw, 3.375px));
	}
	.js-more.is-more-open .js-more__btn {
		margin: min(2.1333vw, 8px) 0 0;
	}
}



.p-privacy__list > div {
	background: #fff;
	border-radius: 10px;
	line-height: 2;
	padding: 15px 32px 20px;
}
.p-privacy__list > div:not(:last-child) {
	margin: 0 0 10px;
}
.p-privacy__list > div > dt {
	font-size: 1.8rem;
	margin: 0 0 min(1.6vw, 6px);
}
@media screen and (max-width: 768px) {
	.p-privacy__list > div {
		padding: min(2.1333vw, 8px) min(4.2666vw, 16px) min(2.6666vw, 10px);
	}
	.p-privacy__list > div:not(:last-child) {
		margin: 0 0 min(1.3333vw, 5px);
	}
	.p-privacy__list > div > dt {
		font-size: min(4.2666vw, 1.6rem);
	}
}

.c-contact__list > li a {
	background: #f9f8f2;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 50px 10px 32px;
	position: relative;
}
.c-contact__list > li a::before {
	content: "";
	width: 100%;
	height: 5px;
	background: #972529;
	position: absolute;
	top: 0;
	left: 0;
}
.c-contact__tel-num {
	color: #972529;
	font-size: 4rem;
	line-height: 1;
	padding: 0 0 0 56px;
	position: relative;
}
.c-contact__tel-num::before {
	content: "";
	width: 32px;
	height: 32px;
	background: url(../img/cmn/icon_tel_rd.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
}
.c-contact__tel-hours {
	font-size: 2rem;
	margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
	.c-contact__list > li a {
		padding: min(6.6666vw, 25px) min(2.6666vw, 10px) min(4.2666vw, 16px);
	}
	.c-contact__list > li a::before {
		height: min(0.5333vw, 2px);
	}
	.c-contact__tel-num {
		font-size: min(5.3333vw, 2rem);
		padding: 0 0 0 min(7.4666vw, 28px);
	}
	.c-contact__tel-num::before {
		width: min(4.2666vw, 16px);
		height: min(4.2666vw, 16px);
		top: calc(50% - min(2.1333vw, 8px));
	}
	.c-contact__tel-hours {
		font-size: min(3.2vw, 1.2rem);
		margin: min(1.6vw, 6px) 0 0;
	}
}

.p-contact-faq {
	font-size: 1.8rem;
	background: #fff;
	border: dashed 1px #cba004;
	border-radius: 10px;
	padding: 20px;
}
.p-contact-faq__title {
	display: -webkit-box;
	display: flex;
	margin: 0 0 24px;
}
.p-contact-faq__title-icon {
	color: #fff;
	width: 32px;
	height: 32px;
	background: #cba004;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.p-contact-faq__title-text {
	width: calc(100% - 32px);
	padding: 2px 0 0 8px;
}
.p-contact-faq__list {
	padding: 0 0 0 28px;
}
.p-contact-faq__list > li {
	width: 49%;
	margin-top: 10px;
	margin-right: 2%;
}
.p-contact-faq__list > li:nth-child(-n + 2) {
	margin-top: 0;
}
.p-contact-faq__list > li:nth-child(2n) {
	margin-right: 0;
}
.p-contact-faq__list > li > a {
	font-weight: 500;
	display: inline-block;
	padding: 0 0 0 12px;
	position: relative;
}
.p-contact-faq__list > li > a::before {
	content: "";
	width: 6px;
	height: 12px;
	background: url(../img/cmn/arrow_r_gl.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 0;
}
@media screen and (max-width: 768px) {
	.p-contact-faq {
		font-size: min(3.7333vw, 1.4rem);
		border-radius: 5px;
		padding: min(4vw, 15px);
	}
	.p-contact-faq__title {
		margin: 0 0 min(4.8vw, 18px);
	}
	.p-contact-faq__title-icon {
		width: min(6.4vw, 24px);
		height: min(6.4vw, 24px);
	}
	.p-contact-faq__title-text {
		width: calc(100% - min(6.4vw, 24px));
		padding: 0 0 0 min(1.6vw, 6px);
	}
	.p-contact-faq__list {
		padding: 0;
	}
	.p-contact-faq__list > li {
		margin-top: min(2vw, 7.5px);
	}
	.p-contact-faq__list > li > a {
		padding: 0 0 0 min(2.4vw, 9px);
	}
	.p-contact-faq__list > li > a::before {
		width: min(1.2vw, 4.5px);
		height: min(2.4vw, 9px);
		top: min(1.6vw, 6px);
	}
}
.p-contactform__fields {
	background: #f6f6f6;
	border-top: solid 5px #972529;
}
.p-contactform__fields-group {
	border-bottom: solid 1px #b3b3b3;
	padding: 16px 30px 56px;
}
.p-contactform__fields-list > div:not(:last-child) {
	margin: 0 0 20px;
}
.p-contactform__fields-list > div > dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 3px;
}
.p-contactform-input.mw300 {
	max-width: 300px;
}
.p-contactform-input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.p-contactform-input select,
.p-contactform-input textarea {
	width: 100%;
	background: #fff;
	border: solid 1px #bfbfbf;
	border-radius: 10px;
	padding: 16px 28px;
}
.p-contactform-input textarea {
	height: 160px;
}
.p-contactform-input ::placeholder { color: #b3b3b3; }
.p-contactform-input ::-ms-input-placeholder { color: #b3b3b3; }
.p-contactform-input :-ms-input-placeholder { color: #b3b3b3; }
.p-contactform__label {
	color: #478ac8;
	font-size: 1.6rem;
	font-weight: 500;
	display: inline-block;
	margin: 0 0 0 16px;
}
.p-contactform__label.is-required {
	color: #ff0000;
}
.p-contactform__submit {
	margin: 30px 0 0;
}
.p-contactform__submit-btn {
	color: #fff;
	font-size: 1.8rem;
	max-width: 455px;
	width: 100%;
	background: #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 16px;
}
.p-contactform__submit-text {
	margin: 8px 0 0;
}
.p-contactform__zip {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.p-contactform__date {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.p-contactform__date > div {
	width: 48%;
}
.p-contactform__date > div > dt {
	color: #595959;
	margin: 0 0 3px;
}
.p-contactform__note {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 0 16px;
}
.p-contactform__note.m-gy {
	color: #b3b3b3;
}
.p-contactform.m-entry,
.p-contactform.m-entry .p-contactform__fields {
	background: #fff;
}
.p-contactform.m-entry {
	border: solid 1px #999;
	border-top: none;
	padding: 0 0 32px;
}
.p-contactform.m-entry .p-contactform__submit-text {
	text-align: center;
}
#entry-registration-form {
	/* エラーまとめ表示の上マージンが枠外へ抜けない（マージン相殺しない）ようにする */
	display: flow-root;
}
.p-entry-error-summary {
	color: #4d2627;
	background: #fff7f7;
	border: solid 1px #d6a0a2;
	border-left: solid 5px #972529;
	border-radius: 10px;
	margin: 30px;
	padding: 20px 24px;
	scroll-margin-top: 160px;
}
.p-entry-error-summary:focus {
	outline: solid 2px #972529;
	outline-offset: 3px;
}
.p-entry-error-summary__title {
	color: #972529;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 30px;
}
.p-entry-error-summary__title::before {
	content: "!";
	color: #fff;
	font-size: 1.4rem;
	line-height: 22px;
	text-align: center;
	width: 22px;
	height: 22px;
	background: #972529;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}
.p-entry-error-summary__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 0;
	padding: 0;
}
.p-entry-error-summary__list > li {
	width: 50%;
	position: relative;
	padding: 6px 24px 0 14px;
}
.p-entry-error-summary__list > li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #972529;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 0;
}
.p-entry-error-summary__list a {
	color: #972529;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.p-contactform.m-entry .p-entry-error-field {
	scroll-margin-top: 160px;
}
.p-contactform.m-entry .p-entry-input-unit {
	flex: 1 1 0;
	min-width: 0;
}
.p-contactform.m-entry .p-entry-input-unit input {
	width: 100%;
}
.p-contactform.m-entry input[aria-invalid="true"]:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.p-contactform.m-entry select[aria-invalid="true"],
.p-contactform.m-entry textarea[aria-invalid="true"] {
	background-color: #fff4f4;
	border-color: #b6474b;
	border-width: 2px;
	box-shadow: 0 0 0 2px rgba(151, 37, 41, .08);
}
.p-contactform.m-entry input[aria-invalid="true"]:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.p-contactform.m-entry select[aria-invalid="true"]:focus,
.p-contactform.m-entry textarea[aria-invalid="true"]:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(151, 37, 41, .18);
}
.p-contactform.m-entry .p-entry-error-field.is-error .p-radio__list,
.p-contactform.m-entry .p-entry-policy.is-error {
	background: #fff4f4;
	border: solid 2px #b6474b;
	border-radius: 10px;
	padding: 12px 16px;
}
.p-contactform.m-entry .p-entry-error-field.is-error .c-radio01,
.p-contactform.m-entry .p-entry-policy.is-error .c-checkbox02 {
	color: #972529;
	font-weight: 700;
}
.p-contactform.m-entry .ec-errorMessage {
	color: #972529;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	margin: 8px 0 0;
	padding: 0 0 0 24px;
}
.p-contactform.m-entry .ec-errorMessage::before {
	content: "!";
	color: #fff;
	font-size: 1rem;
	line-height: 16px;
	text-align: center;
	width: 16px;
	height: 16px;
	background: #972529;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}
@media screen and (min-width: 769px) {
	.p-contactform.m-entry .p-entry-input-unit {
		/* 1欄あたりの幅は customize.css の --double-input-width に追従する */
		flex: 0 1 var(--double-input-width, 35%);
	}
}
@media screen and (max-width: 768px) {
	.p-contactform__fields-group {
		padding: min(3.2vw, 12px) min(5.3333vw, 20px) min(11.2vw, 42px);
	}
	.p-contactform__fields-list > div:not(:last-child) {
		margin: 0 0 min(4vw, 15px);
	}
	.p-contactform__fields-list > div > dt {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(.5333vw, 2px);
	}
	.p-contactform-input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
	.p-contactform-input select,
	.p-contactform-input textarea {
		border-radius: 5px;
		padding: min(3.2vw, 12px) min(5.3333vw, 20px);
	}
	.p-contactform-input textarea {
		height: min(32vw, 120px);
	}
	.p-contactform__label {
		font-size: min(3.4666vw, 1.3rem);
		margin: 0 0 0 min(2.4vw, 9px);
	}
	.p-contactform__submit {
		margin: min(5.3333vw, 20px) 0 0;
	}
	.p-contactform__submit-btn {
		font-size: min(3.7333vw, 1.4rem);
		padding: min(3.2vw, 12px);
	}
	.p-contactform__submit-text {
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-contactform__date {
		flex-wrap: wrap;
	}
	.p-contactform__date > div {
		width: 100%;
	}
	.p-contactform__date > div:not(:last-child) {
		margin-bottom: min(2.1333vw, 8px);
	}
	.p-contactform__note {
		font-size: min(3.4666vw, 1.3rem);
		margin-bottom: min(2.1333vw, 8px);
	}
	.p-contactform.m-entry {
		padding: 0 0 min(6.4vw, 24px);
	}
	.p-contactform.m-entry .p-contactform__submit {
		padding: 0 min(5.3333vw, 20px);
	}
	.p-contactform.m-entry .p-contactform__submit-text {
		text-align: left;
	}
	.p-entry-error-summary {
		border-left-width: 4px;
		border-radius: 5px;
		margin: min(3.2vw, 12px) min(5.3333vw, 20px);
		padding: min(4.2666vw, 16px);
		scroll-margin-top: 90px;
	}
	.p-entry-error-summary__title {
		font-size: min(4.2666vw, 1.6rem);
		padding-left: min(6.4vw, 24px);
	}
	.p-entry-error-summary__title::before {
		font-size: min(3.2vw, 1.2rem);
		line-height: min(4.8vw, 18px);
		width: min(4.8vw, 18px);
		height: min(4.8vw, 18px);
		top: min(.8vw, 3px);
	}
	.p-entry-error-summary__list {
		margin-top: min(1.6vw, 6px);
	}
	.p-entry-error-summary__list > li {
		width: 100%;
		padding: min(1.0666vw, 4px) 0 0 min(3.2vw, 12px);
	}
	.p-entry-error-summary__list > li::before {
		width: min(1.0666vw, 4px);
		height: min(1.0666vw, 4px);
		top: min(3.7333vw, 14px);
	}
	.p-contactform.m-entry .p-entry-error-field {
		scroll-margin-top: 90px;
	}
	.p-contactform.m-entry .p-entry-error-field.is-error .p-radio__list,
	.p-contactform.m-entry .p-entry-policy.is-error {
		border-radius: 5px;
		padding: min(2.6666vw, 10px) min(3.2vw, 12px);
	}
	.p-contactform.m-entry .ec-errorMessage {
		font-size: min(3.4666vw, 1.3rem);
		margin-top: min(1.6vw, 6px);
		padding-left: min(5.3333vw, 20px);
	}
	.p-contactform.m-entry .ec-errorMessage::before {
		font-size: min(2.6666vw, 1rem);
		line-height: min(4.2666vw, 16px);
		width: min(4.2666vw, 16px);
		height: min(4.2666vw, 16px);
		top: min(.8vw, 3px);
	}
}

.c-submit__btn {
	color: #cba004;
	font-size: 2.4rem;
	max-width: 520px;
	width: 100%;
	background: #fff;
	border: solid 2px #cba004;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 8px;
}
.c-submit__btn span {
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 768px) {
	.c-submit__btn {
		font-size: min(4.5333vw, 1.7rem);
		padding: min(1.6vw, 6px);
	}
}

/* --------------------------------------------------------
	ご利用ガイド
-------------------------------------------------------- */
.p-guide-bnr {
	max-width: 860px;
	margin-inline: auto;
}
.p-guide-bnr__text {
	text-align: center;
	margin: 10px 0 0;
}
.p-guide__flow {
	margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
	.p-guide__flow {
		margin: 40px 0 0;
	}
}
.page-content__side.m-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: min(9vw, 120px);
}

.p-page-nav > div {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.p-page-nav > div:not(:last-child) {
	margin: 0 0 10px;
}
.p-page-nav__title {
	font-size: 1.8rem;
	margin: 0 0 14px;
}
.p-page-nav__list > li {
	padding: 0 0 0 20px;
	position: relative;
}
.p-page-nav__list > li::before {
	content: "";
	width: 6px;
	height: 12px;
	background-image: url(../img/cmn/arrow_r_gl.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0;
}
.p-page-nav__list.m-rd > li::before {
	background-image: url(../img/cmn/arrow_r_rd02.svg);
}
.p-page-nav__list > li:not(:last-child) {
	margin: 0 0 10px;
}
.p-guide-list01 > li {
	margin-top: 65px;
}
.p-guide-list01 > li > a {
	height: 100%;
	background: #fff;
	border: solid 1px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 20px 16px;
	position: relative;
	z-index: 0;
}
.p-guide-list01 > li > a::before,
.p-guide-list01 > li > a::after {
	content: "";
	width: 85px;
	height: 78px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: calc(50% - 42.5px);
}
.p-guide-list01 > li > a::before {
	border: solid 1px #972529;
	clip-path: polygon(-10% -10%, 102% 0, 102% 44.8717%, -10% 44.8717%);
	z-index: 1;
}
.p-guide-list01 > li > a::after {
	width: 84px;
	height: 77px;
	top: -34px;
	left: calc(50% - 42px);
	z-index: 2;
}
.p-guide-list01 > li > a > div {
	position: relative;
	z-index: 3;
}
.p-guide-list01__item-icon {
	max-width: 60px;
	margin: -24px 0 10px;
}
.p-guide-list01__item-title {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 4px;
}
.p-guide-list01__item-text {
	text-align: center;
}
.p-guide-list01__item-tags {
	width: 100%;
	margin: 20px 0 0;
}
.p-guide-list01__item-tags span {
	color: #595959;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.p-guide-list01__item-tags span.m-red {
	color: #972529;
}
.p-guide-list01.m-3col > li {
	width: 32%;
	position: relative;
}
.p-guide-list01.m-4col > li {
	width: 23.5%;
}
.p-guide-list01.m-4col > li > a {
	pointer-events: none;
}
.p-guide-list01.m-4col.m-clickable > li > a {
	pointer-events: auto;
	cursor: pointer;
}
.p-guide-list01.m-5col > li {
	width: 18.4%;
}
.p-guide-list01.m-5col > li > a {
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	.p-guide-list01.m-3col > li {
		margin-right: 2%;
	}
	.p-guide-list01.m-3col > li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.p-guide-list01.m-3col > li:nth-child(3n) {
		margin-right: 0;
	}
	.p-guide-list01.m-4col > li {
		margin-right: 2%;
	}
	.p-guide-list01.m-4col > li:nth-child(-n + 4) {
		margin-top: 0;
	}
	.p-guide-list01.m-4col > li:nth-child(4n) {
		margin-right: 0;
	}
	.p-guide-list01.m-5col > li {
		margin-right: 2%;
	}
	.p-guide-list01.m-5col > li:nth-child(-n + 5) {
		margin-top: 0;
	}
	.p-guide-list01.m-5col > li:nth-child(5n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-page-nav > div {
		border-radius: 5px;
		padding: min(4vw, 15px);
	}
	.p-page-nav > div:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-page-nav__title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(2.6666vw, 10px);
	}
	.p-page-nav__list > li {
		padding: 0 0 0 min(4vw, 15px);
	}
	.p-page-nav__list > li::before {
		width: min(1.0666vw, 4px);
		height: min(2.1333vw, 8px);
		top: min(1.6vw, 6px);
	}
	.p-page-nav__list > li:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-guide-list01 > li {
		margin-top: min(10.6666vw, 40px);
	}
	.p-guide-list01 > li > a {
		border-radius: 5px;
		padding: 0 min(4vw, 15px) min(3.2vw, 12px);
	}
	.p-guide-list01 > li > a::before,
	.p-guide-list01 > li > a::after {
		width: min(17.0667vw, 64px);
		height: min(15.4667vw, 58px);
		top: max(-6.9333vw, -26px);
		left: calc(50% - min(8.5333vw, 32px));
	}
	.p-guide-list01 > li > a::after {
		width: min(16.8000vw, 63px);
		height: min(15.4000vw, 57.75px);
		top: max(-6.6667vw, -25px);
		left: calc(50% - min(8.4000vw, 31.5px));
	}
	.p-guide-list01__item-icon {
		max-width: min(12.0000vw, 45px);
		margin: max(-4.8000vw, -18px) 0 min(2.0000vw, 7.5px);
	}
	.p-guide-list01__item-title {
		font-size: min(4.0000vw, 1.5rem);
		margin: 0 0 min(0.8000vw, 3px);
	}
	.p-guide-list01__item-tags {
		margin: min(4.0000vw, 15px) 0 0;
	}
	.p-guide-list01.m-3col > li,
	.p-guide-list01.m-4col > li,
	.p-guide-list01.m-5col > li {
		width: 100%;
	}
	.p-guide-list01.m-3col > li:nth-child(1),
	.p-guide-list01.m-4col > li:nth-child(1),
	.p-guide-list01.m-5col > li:nth-child(1) {
		margin-top: 0;
	}
}
.p-guide-list02__area {
	background: #fff;
	padding: 36px;
}
.p-guide-list02 > li {
	width: 49%;
	background: #f6f6f6;
	border-radius: 5px;
	margin-top: 16px;
	padding: 16px;
}
.p-guide-list02__item-head {
	margin: 0 0 10px;
}
.p-guide-list02__item-label {
	color: #fff;
	background: #972529;
	border-radius: 100px;
	display: inline-block;
	line-height: 1.2;
	margin: 0 0 8px;
	padding: 3px 16px 5px;
}
.p-guide-list02__item-title {
	color: #972529;
	font-size: 2rem;
}
@media screen and (min-width: 769px) {
	.p-guide-list02 > li:nth-child(-n + 2) {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-guide-list02__area {
		padding: min(5.3333vw, 20px);
	}
	.p-guide-list02 > li {
		width: 100%;
		margin-top: min(3.2vw, 12px);
		padding: min(3.2vw, 12px);
	}
	.p-guide-list02__item-head {
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-guide-list02__item-label {
		margin: 0 0 min(1.6vw, 6px);
		padding: min(.6vw, 2.25px) min(3.2vw, 12px) min(1vw, 3.75px);
	}
	.p-guide-list02__item-title {
		font-size: min(4vw, 1.5rem);
	}
}

.p-faq-category__list {
	margin: 32px 0 0;
}
.p-faq-category__list > li {
	width: 49%;
	background: #f6f6f6;
	border-radius: 10px;
	margin-top: 20px;
	padding: 24px;
}
.p-faq-category__item-title {
	color: #972529;
	font-size: 2rem;
	margin: 0 0 4px;
	padding: 0 0 0 34px;
	position: relative;
}
.p-faq-category__item-title::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}
.p-faq-category__item01 .p-faq-category__item-title::before {
	width: 19px;
	height: 23px;
	background-image: url(../img/guide/faq_category01.svg);
}
.p-faq-category__item02 .p-faq-category__item-title::before {
	width: 21px;
	height: 22px;
	background-image: url(../img/guide/faq_category02.svg);
}
.p-faq-category__item03 .p-faq-category__item-title::before {
	width: 23px;
	height: 23px;
	background-image: url(../img/guide/faq_category03.svg);
	top: 6px;
}
.p-faq-category__item04 .p-faq-category__item-title::before {
	width: 28px;
	height: 21px;
	background-image: url(../img/guide/faq_category04.svg);
	top: 7px;
}
.p-faq-category__item05 .p-faq-category__item-title::before {
	width: 15px;
	height: 22px;
	background-image: url(../img/guide/faq_category05.svg);
	top: 6px;
	left: 4px;
}
.p-faq-category__item06 .p-faq-category__item-title::before {
	width: 25px;
	height: 21px;
	background-image: url(../img/guide/faq_category06.svg);
}
@media screen and (min-width: 769px) {
	.p-faq-category__list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-faq-category__list {
		margin: min(6.4vw, 24px) 0 0;
	}
	.p-faq-category__list > li {
		width: 100%;
		border-radius: 5px;
		margin-top: min(4vw, 15px);
		padding: min(4.8vw, 18px);
	}
	.p-faq-category__list > li:nth-child(1) {
		margin-top: 0;
	}
	.p-faq-category__item-title {
		font-size: min(4vw, 1.5rem);
		margin: 0 0 min(.8vw, 3px);
		padding: 0 0 0 min(6.9333vw, 26px);
	}
	.p-faq-category__item-title::before {
		top: min(.8vw, 3px);
	}
	.p-faq-category__item01 .p-faq-category__item-title::before {
		width: min(3.7333vw, 14px);
		height: min(4.8vw, 18px);
	}
	.p-faq-category__item02 .p-faq-category__item-title::before {
		width: min(4.2666vw, 16px);
		height: min(4vw, 15px);
	}
	.p-faq-category__item03 .p-faq-category__item-title::before {
		width: min(4.5333vw, 17px);
		height: min(4.5333vw, 17px);
		top: min(1.0666vw, 4px);
	}
	.p-faq-category__item04 .p-faq-category__item-title::before {
		width: min(5.6vw, 21px);
		height: min(4vw, 15px);
		top: min(1.3333vw, 5px);
	}
	.p-faq-category__item05 .p-faq-category__item-title::before {
		width: min(2.9333vw, 11px);
		height: min(4.2666vw, 16px);
		top: min(1.0666vw, 4px);
		left: min(1.0666vw, 4px);
	}
	.p-faq-category__item06 .p-faq-category__item-title::before {
		width: min(5.0666vw, 19px);
		height: min(4.2666vw, 16px);
	}
}


.p-guide-contact__list > li:not(:last-child) {
	margin: 0 0 40px;
}
.p-guide-contact__title {
	font-size: 2rem;
	margin: 0 0 10px;
}
.p-guide-contact__bg {
	background: #f6f6f6;
	border-top: solid 5px #972529;
	padding: 40px 16px;
	text-align: center;
}
.p-guide-contact__list .c-note01 {
	width: fit-content;
	text-align: left;
	margin-inline: auto;
}
.p-guide-contact__tel-num {
	color: #972529;
	font-size: 4rem;
	line-height: 1;
}
.p-guide-contact__tel-num span {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.p-guide-contact__tel-num span::before {
	content: "";
	width: 32px;
	height: 32px;
	background: url(../img/cmn/icon_tel_rd.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
}
.p-guide-contact__tel-hours {
	font-size: 2rem;
	margin: 16px 0 0;
}
.p-guide-contact__btn {
	color: #972529;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	border: solid 2px #972529;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px 8px;
}
.p-guide-contact__btn.m-bg__red {
	color: #fff;
	background: #972529;
}
.p-guide-contact__btn.m-bg__gl {
	color: #fff;
	background: #cba004;
	border-color: #cba004;
}
.p-guide-contact__tel-btns {
	max-width: 510px;
	width: 100%;
	margin-inline: auto;
	margin-top: 20px;
}
.p-guide-contact__item-tel .p-guide-contact__btn {
	width: 49%;
}
.p-guide-contact__item-pb .p-guide-contact__title {
	font-size: 1.8rem;
	margin: 0 0 4px;
}
.p-guide-contact__item-pb .p-guide-contact__bg {
	background: #f9f8f2;
	border-top-color: #cba004;
}
.p-guide-contact__pb-title {
	color: #cba004;
	font-size: 2.4rem;
	margin: 0 0 10px;
}
.p-guide-contact__pb-text {
	margin: 0 0 16px;
}
.p-guide-contact__btn-wrap {
	margin: 10px 0 0;
}
.p-guide-contact__item-pb .p-guide-contact__btn {
	max-width: 370px;
}
@media screen and (max-width: 768px) {
	.p-guide-contact__list > li:not(:last-child) {
		margin: 0 0 min(8vw, 30px);
	}
	.p-guide-contact__title {
		font-size: min(4vw, 1.5rem);
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-guide-contact__bg {
		padding: min(8vw, 30px) min(3.2vw, 12px);
	}
	.p-guide-contact__tel-num {
		font-size: min(5.3333vw, 2rem);
	}
	.p-guide-contact__tel-num span {
		padding: 0 0 0 min(8vw, 30px);
	}
	.p-guide-contact__tel-num span::before {
		width: min(4.2666vw, 16px);
		height: min(4.2666vw, 16px);
		top: calc(50% - min(2.1333vw, 8px));
	}
	.p-guide-contact__tel-hours {
		font-size: min(4vw, 1.5rem);
		margin: min(3.2vw, 12px) 0 0;
	}
	.p-guide-contact__btn {
		border-radius: 5px;
		border-width: 1px;
		padding: min(2vw, 7.5px) min(2.1333vw, 8px);
	}
	.p-guide-contact__tel-btns {
		margin-top: min(4vw, 15px);
	}
	.p-guide-contact__item-tel .p-guide-contact__btn {
		width: 100%;
	}
	.p-guide-contact__item-tel .p-guide-contact__btn:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-guide-contact__item-pb .p-guide-contact__title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(.8vw, 3px);
	}
	.p-guide-contact__pb-title {
		font-size: min(4.5333vw, 1.7rem);
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-guide-contact__pb-text {
		text-align: left;
		margin: 0 0 min(3.2vw, 12px);
	}
	.p-guide-contact__btn-wrap {
		margin: min(2.6666vw, 10px) 0 0;
	}
	.p-guide-contact__item-pb .p-guide-contact__btn {
		max-width: 510px;
	}
}

.p-guide-step__list > li {
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 24px;
}
.p-guide-step__list > li:not(:last-child) {
	border-bottom: solid 1px #bfbfbf;
}
.p-guide-step__item-icon {
	width: 70px;
}
.p-guide-step__list.m-step .p-guide-step__item-icon {
	color: #fff;
	height: 70px;
	background: #972529;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	line-height: 1.4;
}
.p-guide-step__list.m-step.m-gl .p-guide-step__item-icon {
	background: #cba004;
}
.p-guide-step__item-content {
	width: calc(100% - 70px);
	padding: 0 0 0 55px;
}
.p-guide-step__content-title {
	font-size: 2rem;
	margin: 0 0 4px;
}
.p-guide-step__content-note > li {
	background: #f9f8f2;
	border-left: solid 3px #cba004;
	padding: 14px 20px;
}
.p-guide-step__content-note.m-gy > li {
	background: #f4f4f4;
	border-left-color: #bfbfbf;
}
.p-guide-faq .c-faq-list > div {
	background: #fff;
	border-radius: 0;
}
.p-guide-faq .c-faq-list > div:not(:last-child) {
	border-bottom: solid 1px #bfbfbf;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-guide-step__list > li {
		padding: min(4.8vw, 18px);
	}
	.p-guide-step__item-icon {
		width: min(14vw, 53px);
	}
	.p-guide-step__list.m-step .p-guide-step__item-icon {
		height: min(14vw, 53px);
	}
	.p-guide-step__item-content {
		width: calc(100% - min(14vw, 53px));
		padding: 0 0 0 min(4.2666vw, 16px);
	}
	.p-guide-step__content-title {
		font-size: min(4vw, 1.5rem);
		margin: 0 0 min(.8vw, 3px);
	}
	.p-guide-step__content-note > li {
		padding: min(2.8vw, 10px) min(4vw, 15px);
	}
}

.p-guide-nav__list > li {
	width: 32%;
	margin-top: 16px;
}
.p-guide-nav__list > li > a,
.p-guide-nav__list > li > a::before {
	border-radius: 10px;
}
.p-guide-nav__list > li > a {
	height: 100%;
	background: #f6f6f6;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 15px 20px;
	position: relative;
}
.p-guide-nav__list > li > a::before {
	content: "";
	width: 100%;
	height: 100%;
	border: dashed 1px #972529;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.p-guide-nav__list > li > a:hover,
.p-guide-nav__list > li > a:hover:before {
	opacity: 1;
}
.p-guide-nav__item-title > span,
.p-guide-nav__item-text {
	padding: 0 0 0 40px;
}
.p-guide-nav__item-title > span {
	display: -webkit-box;
	display: flex;
	position: relative;
}
.p-guide-nav__item-title > span::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.p-guide-nav__item01 .p-guide-nav__item-title > span::before {
	width: 23px;
	height: 25px;
	background-image: url(../img/guide/guide_nav01.svg);
}
.p-guide-nav__item02 .p-guide-nav__item-title > span::before {
	width: 19px;
	height: 25px;
	background-image: url(../img/guide/guide_nav02.svg);
}
.p-guide-nav__item03 .p-guide-nav__item-title > span::before {
	width: 15px;
	height: 22px;
	background-image: url(../img/guide/faq_category05.svg);
	left: 4px;
}
.p-guide-nav__item04 .p-guide-nav__item-title > span::before {
	width: 19px;
	height: 23px;
	background-image: url(../img/guide/faq_category01.svg);
	left: 6px;
}
.p-guide-nav__item05 .p-guide-nav__item-title > span::before {
	width: 21px;
	height: 22px;
	background-image: url(../img/guide/faq_category02.svg);
	left: 4px;
}
.p-guide-nav__item06 .p-guide-nav__item-title > span::before {
	width: 23px;
	height: 23px;
	background-image: url(../img/guide/faq_category03.svg);
}
.p-guide-nav__item07 .p-guide-nav__item-title > span::before {
	width: 28px;
	height: 21px;
	background-image: url(../img/guide/faq_category04.svg);
	top: 2px;
}
.p-guide-nav__item08 .p-guide-nav__item-title > span::before {
	width: 25px;
	height: 21px;
	background-image: url(../img/guide/faq_category06.svg);
}
.p-guide-nav__item09 .p-guide-nav__item-title > span::before {
	width: 25px;
	height: 23px;
	background-image: url(../img/guide/guide_nav03.svg);
}
.p-guide-nav__item-text {
	color: #999;
	font-size: 1.4rem;
	margin: min(.8vw, 3px) 0 0;
}
@media screen and (min-width: 769px) {
	.p-guide-nav__list > li {
		margin-right: 2%;
	}
	.p-guide-nav__list > li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.p-guide-nav__list > li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-guide-nav__list > li {
		width: 100%;
		margin-top: min(2.1333vw, 8px);
	}
	.p-guide-nav__list > li:nth-child(1) {
		margin-top: 0;
	}
	.p-guide-nav__list > li > a,
	.p-guide-nav__list > li > a::before {
		border-radius: 5px;
	}
	.p-guide-nav__list > li > a {
		min-height: min(24.5333vw, 92px);
		padding: min(4vw, 15px);
	}
	.p-guide-nav__item-title > span,
	.p-guide-nav__item-text {
		padding: 0 0 0 min(30px, 8vw);
	}
	.p-guide-nav__item-title > span::before {
		top: min(2px, 0.53vw);
	}
	.p-guide-nav__item01 .p-guide-nav__item-title > span::before {
		width: min(17px, 4.53vw);
		height: min(18px, 4.8vw);
	}
	.p-guide-nav__item02 .p-guide-nav__item-title > span::before {
		width: min(14px, 3.73vw);
		height: min(29px, 7.73vw);
	}
	.p-guide-nav__item03 .p-guide-nav__item-title > span::before {
		width: min(11px, 2.93vw);
		height: min(26px, 6.93vw);
		left: min(3px, 0.8vw);
	}
	.p-guide-nav__item04 .p-guide-nav__item-title > span::before {
		width: min(14px, 3.73vw);
		height: min(18px, 4.8vw);
		left: min(5px, 1.33vw);
	}
	.p-guide-nav__item05 .p-guide-nav__item-title > span::before {
		width: min(15px, 4vw);
		height: min(14px, 3.73vw);
		left: min(3px, 0.8vw);
	}
	.p-guide-nav__item06 .p-guide-nav__item-title > span::before {
		width: min(17px, 4.53vw);
		height: min(17px, 4.53vw);
	}
	.p-guide-nav__item07 .p-guide-nav__item-title > span::before {
		width: min(21px, 5.6vw);
		height: min(15px, 4vw);
		top: min(2px, 0.53vw);
	}
	.p-guide-nav__item08 .p-guide-nav__item-title > span::before {
		width: min(19px, 5.07vw);
		height: min(16px, 4.27vw);
	}
	.p-guide-nav__item09 .p-guide-nav__item-title > span::before {
		width: min(19px, 5.07vw);
		height: min(17px, 4.53vw);
	}
	.p-guide-nav__item-text {
		font-size: min(3.2vw, 1.2rem);
		margin: min(3px, 0.8vw) 0 0;
	}
}
.p-page-link {
	background: #fff;
	border: dashed 1px #cba004;
	border-radius: 10px;
	padding: 20px;
}
.p-page-link__title {
	font-size: 1.8rem;
	display: -webkit-box;
	display: flex;
	margin: 0 0 12px;
	position: relative;
}
.p-page-link__title-icon {
	width: 30px;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}
.p-page-link__list > li {
	width: 32%;
	margin-top: 12px;
	margin-right: 2%;
	padding: 0 0 0 10px;
	position: relative;
}
.p-page-link__list > li::before {
	content: "";
	width: 6px;
	height: 12px;
	background: url(../img/cmn/arrow_r_gl.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: min(1.6vw, 6px);
	left: 0;
}
@media screen and (min-width: 769px) {
	.p-page-link__list > li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.p-page-link__list > li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-page-link {
		border-radius: 5px;
		padding: min(4vw, 15px);
	}
	.p-page-link__title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(2.4vw, 9px);
	}
	.p-page-link__title-icon {
		width: min(6vw, 23px);
		margin: 0 min(2vw, 7.5px) 0 0;
	}
	.p-page-link__list > li {
		width: 49%;
		margin-top: min(2.4vw, 9px);
		padding: 0 0 0 min(2vw, 7.5px);
	}
	.p-page-link__list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.p-page-link__list > li:nth-child(2n) {
		margin-right: 0;
	}
	.p-page-link__list > li::before {
		width: min(1.0666vw, 4px);
		height: min(2.1333vw, 8px);
	}
}
.p-payment__list > li:not(:last-child) {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.p-payment__list > li:not(:last-child) {
		margin-bottom: min(8vw, 30px);
	}
}

.p-faq-search {
	background: #fff;
	border: dashed 1px #972529;
	border-radius: 10px;
	margin: 0 0 24px;
	padding: 20px;
}
.p-faq-search__title {
	font-size: 1.8rem;
	display: -webkit-box;
	display: flex;
	margin: 0 0 12px;
	position: relative;
}
.p-faq-search__title-icon {
	width: 30px;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}
.p-faq-search__content {
	max-width: 890px;
	margin-inline: auto;
}
.p-faq-search__form > form {
	display: -webkit-box;
	display: flex;
}
.p-faq-search__form-input {
	background: #e5e5e5;
	border-radius: 10px;
	display: block;
	flex: 1 1 auto;
	margin: 0 10px 0 0;
	padding: 12px 20px;
}
.p-faq-search__form-btn {
	color: #fff;
	max-width: 100px;
	width: 100%;
	background: #972529;
	border-radius: 10px;
}
.p-faq-search__keywords {
	color: #4c4c4c;
	display: -webkit-box;
	display: flex;
	margin: 15px 0 0;
}
.p-faq-search__keywords-label {
	flex-shrink: 0;
	margin: 3px 16px 0 0;
}
.p-faq-search__keywords-list {
	margin-top: -4px;
	margin-right: -8px;
}
.p-faq-search__keywords-list > li {
	margin-top: 4px;
	margin-right: 8px;
}
.p-faq-search__keywords-list > li > a {
	font-size: 1.4rem;
	border: solid 1px #e7e7e7;
	border-radius: 100px;
	display: inline-block;
	padding: 3px 10px;
}
@media screen and (max-width: 768px) {
	.p-faq-search {
		border-radius: 5px;
		margin: 0 0 min(4.8vw, 18px);
		padding: min(4vw, 15px);
	}
	.p-faq-search__title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(2.4vw, 9px);
	}
	.p-faq-search__title-icon {
		width: min(6vw, 23px);
		margin: 0 min(2vw, 7.5px) 0 0;
	}
	.p-faq-search__form-input {
		border-radius: 5px;
		margin: 0 min(2vw, 7.5px) 0 0;
		padding: min(2.4vw, 10px) min(4vw, 15px);
	}
	.p-faq-search__form-btn {
		max-width: min(20vw, 75px);
		border-radius: 5px;
	}
	.p-faq-search__keywords {
		flex-wrap: wrap;
		margin: min(3vw, 11px) 0 0;
	}
	.p-faq-search__keywords-label {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-faq-search__keywords-list {
		margin-top: max(-.8vw, -3px);
		margin-right: max(-1.6vw, -6px);
	}
	.p-faq-search__keywords-list > li {
		margin-top: min(.8vw, 3px);
		margin-right: min(1.6vw, 6px);
	}
	.p-faq-search__keywords-list > li > a {
		font-size: min(3.2vw, 1.2rem);
		padding: min(.6vw, 2px) min(2vw, 7.5px);
	}
}
.p-faq__list > li:not(:last-child) {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.p-faq__list > li:not(:last-child) {
		margin-bottom: min(8vw, 30px);
	}
}
.p-beginner {
	background: #f2e2df;
	text-align: center;
	margin: 0 0 80px;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.p-beginner::after {
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: 25px 25px 0 25px;
	border-color: #f2e2df transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.p-beginner__title {
	font-size: 2.4rem;
}
.p-beginner__title span {
	color: #972529;
}
.p-beginner__text {
	margin: 4px 0 0;
}
.p-beginner__content {
	background: #fff;
	border-radius: 10px;
	padding: 24px 16px 20px;
}
.p-beginner__btn-wrap {
	margin: 20px 0 0;
}
.p-beginner__btn-wrap .c-btn01 {
	max-width: 250px;
	width: 100%;
	padding: 12px;
}
@media screen and (max-width: 768px) {
	.p-beginner {
		margin: 0 0 min(16vw, 60px);
		padding: min(4vw, 15px);
		border-radius: 5px;
	}
	.p-beginner::after {
		border-width: min(5vw, 18.75px) min(5vw, 18.75px) 0 min(5vw, 18.75px);
	}
	.p-beginner__title {
		font-size: min(4.5333vw, 1.7rem);
	}
	.p-beginner__text {
		text-align: left;
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-beginner__content {
		border-radius: 5px;
		padding: min(5.0666vw, 19px) min(3.2vw, 12px) min(4vw, 15px);
	}
	.p-beginner__btn-wrap {
		margin: min(4vw, 15px) 0 0;
	}
	.p-beginner__btn-wrap .c-btn01 {
		padding: min(2.6666vw, 10px);
	}
}
.p-order-flow {
	background: #fff;
	padding: 24px 30px 60px;
}
.p-order-flow__title {
	font-size: 1.8rem;
	margin: 0 0 40px;
}
.p-order-flow__group > div:not(:last-child) {
	margin: 0 0 56px;
}
.p-order-flow__heading {
	margin: 0 0 24px;
}
.p-order-flow__heading span {
	color: #fff;
	background: #972529;
	display: inline-block;
	padding: 6px 30px;
}
.p-order-flow__group-item02 .p-order-flow__heading span {
	background: #cba004;
}
.p-order-flow__list > li {
	position: relative;
}
.p-order-flow__list > li:not(:last-child)::after {
	content: "";
	width: 14%;
	height: 100%;
	background-image: url(../img/cmn/arrow_r_gy.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40% auto;
	position: absolute;
	top: 0;
	right: -14%;
}
.p-order-flow__list.m-4col > li:not(:last-child)::after {
	width: 11%;
	right: -11%;
}
.p-order-flow__list > li > div {
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	border: solid 1px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 8px;
}
.p-order-flow__group-item02 .p-order-flow__list > li > div {
	background: #f9f8f2;
	border-color: #cba004;
}
.p-order-flow__item-label {
	color: #972529;
	margin: 0 0 8px;
}
.p-order-flow__group-item02 .p-order-flow__item-label {
	color: #cba004;
}
.p-order-flow__item-icon {
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.p-order-flow__item-icon img {
	width: auto;
	height: 25px;
}
.p-order-flow__item-text {
	text-align: center;
	margin: 8px 0 0;
}
.p-order-flow__list.m-5col > li {
	width: 18%;
}
.p-order-flow__list.m-5col > li.p-order-flow__item03 .p-order-flow__item-icon img,
.p-order-flow__list.m-5col > li.p-order-flow__item04 .p-order-flow__item-icon img,
.p-order-flow__list.m-5col > li.p-order-flow__item05 .p-order-flow__item-icon img {
	height: 22px;
}
.p-order-flow__list.m-4col > li {
	width: 23.125%;
}
.p-order-flow__list.m-4col .p-order-flow__item-icon {
	width: 34px;
	height: 30px;
}
.p-order-flow__list.m-4col .p-order-flow__item-icon img {
	height: 30px;
}
.p-order-flow__list.m-4col > li.p-order-flow__item01 .p-order-flow__item-icon img {
	height: 27px;
}
.p-order-flow__list.m-4col > li.p-order-flow__item02 .p-order-flow__item-icon img,
.p-order-flow__list.m-4col > li.p-order-flow__item04 .p-order-flow__item-icon img {
	height: 25px;
}
@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 769px) {
	.p-order-flow__list > li {
		margin-right: 2.5%;
	}
	.p-order-flow__list.m-5col > li:nth-child(5n) {
		margin-right: 0;
	}
	.p-order-flow__list.m-4col > li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-order-flow {
		padding: min(4.8vw, 18px) min(6vw, 22.5px) min(12vw, 45px);
	}
	.p-order-flow__title {
		font-size: min(3.7333vw,1.4rem);
		margin: 0 0 min(8vw, 30px);
	}
	.p-order-flow__group > div:not(:last-child) {
		margin: 0 0 min(11.2vw, 42px);
	}
	.p-order-flow__heading {
		margin: 0 0 min(4.8vw, 18px);
	}
	.p-order-flow__heading span {
		padding: min(1.2vw, 4.5px) min(6vw, 22.5px);
	}
	.p-order-flow__list > li > div {
		border-radius: 5px;
		padding: min(2vw, 7.5px) min(1.6vw, 6px);
	}
	.p-order-flow__list.m-5col > li,
	.p-order-flow__list.m-4col > li {
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}
	.p-order-flow__list > li:not(:last-child)::after {
		width: min(2.4vw, 9px);
		height: min(2.6666vw, 10px);
		background-image: url(../img/cmn/arrow_b_gy.svg);
		background-size: contain;
		display: block;
		margin: min(2.6666vw, 10px) auto;
		position: static;
	}
	.p-order-flow__item-label {
		margin: 0 0 min(1.6vw, 6px);
	}
	.p-order-flow__item-icon {
		width: min(5vw, 18.75px);
		height: min(5vw, 18.75px);
	}
	.p-order-flow__item-icon img {
		height: min(5vw, 18.75px);
	}
	.p-order-flow__item-text {
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-order-flow__list.m-5col > li.p-order-flow__item03 .p-order-flow__item-icon img,
	.p-order-flow__list.m-5col > li.p-order-flow__item04 .p-order-flow__item-icon img,
	.p-order-flow__list.m-5col > li.p-order-flow__item05 .p-order-flow__item-icon img {
		height: min(4.4vw, 16.5px);
	}
	.p-order-flow__list.m-4col .p-order-flow__item-icon {
		width: min(6.8vw, 25.5px);
		height: min(6vw, 22.5px);
	}
	.p-order-flow__list.m-4col .p-order-flow__item-icon img {
		height: min(6vw, 22.5px);
	}
	.p-order-flow__list.m-4col > li.p-order-flow__item01 .p-order-flow__item-icon img {
		height: min(5.4vw, 20.25px);
	}
	.p-order-flow__list.m-4col > li.p-order-flow__item02 .p-order-flow__item-icon img,
	.p-order-flow__list.m-4col > li.p-order-flow__item04 .p-order-flow__item-icon img {
		height: min(5vw, 18.75px);
	}
}
.p-delivery-time__list {
	max-width: 690px;
	width: 100%;
}
.p-delivery-time__list > li {
	width: 19%;
	border: solid 2px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 1.25%;
	padding: 10px 0;
}
.p-delivery-time__item-time {
	color: #666;
	margin: -2px 0 0;
}

@media screen and (min-width: 769px) {
	.p-delivery-time__list > li:nth-child(5n) {
		margin-right: 0;
	}
	.p-delivery-time__list > li {
		font-size: min(1.5625vw, 1.6rem);
		padding: min(.9765vw,10px) min(.4882vw, 5px);
	}
	.p-delivery-time__item-time {
		white-space: nowrap;
		margin: max(-.1953vw, -2px) 0 0;
	}
}
@media screen and (min-width: 1025px) {
	.p-delivery-time__list > li {
		font-size: min(1.2vw, 1.6rem);
		padding: min(.75vw,10px) min(.375vw, 5px);
	}
	.p-delivery-time__item-time {
		margin: max(-.15vw, -2px) 0 0;
	}
}
@media screen and (max-width: 768px) {
	.p-delivery-time__list > li {
		width: 49%;
		border-width: 1px;
		border-radius: 5px;
		margin-top: min(1.0666vw, 4px);
		margin-right: 2%;
		padding: min(2vw, 7.5px) 0;
	}
	.p-delivery-time__list > li:nth-child(2n) {
		margin-right: 0;
	}
	.p-delivery-time__item-time {
		margin: max(-.4vw, -1.5px) 0 0;
	}
}

/* --------------------------------------------------------
	マイページ
-------------------------------------------------------- */
.p-mypage-nav__list,
.p-mypage-nav__list > div:not(:last-child) {
	margin: 0 0 10px;
}
.p-mypage-nav__list > div {
	overflow: hidden;
}
.p-mypage-nav__title {
	color: #fff;
	font-size: 1.8rem;
	background: #972529;
	border-radius: 10px 10px 0 0;
	padding: 5px 18px;
}
.p-mypage-nav__body {
	background: #fff;
	border: dashed 1px #972529;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}
.p-mypage-nav__item02 .p-mypage-nav__title {
	background: #cba004;
}
.p-mypage-nav__item02 .p-mypage-nav__body {
	border-color: #cba004;
}
.p-mypage-nav__name {
	font-size: 1.8rem;
	margin: 0 0 4px;
}
.p-mypage-nav__email {
	color: #972529;
	font-size: 2rem;
	word-break: break-all;
	border: solid 1px #b3b3b3;
	border-radius: 20px;
	text-align: center;
}
.p-mypage-nav__status {
	font-size: 1.4rem;
	text-align: center;
	margin: 8px 0 0;
}
.p-mypage-nav__logout {
	color: #000;
	background: none;
	margin: 24px 0 0;
	padding: 0 0 0 24px;
	position: relative;
}
.p-mypage-nav__logout::before {
	content: "";
	width: 16px;
	height: 15px;
	background: url(../img/cmn/icon_logout_gy.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}
@media screen and (max-width: 768px) {
	.p-mypage-nav__list,
	.p-mypage-nav__list > div:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-mypage-nav__title {
		font-size: min(3.7333vw, 1.4rem);
		border-radius: 5px 5px 0 0;
		padding: min(1.3333vw, 5px) min(3.7333vw, 14px);
	}
	.p-mypage-nav__body {
		border-radius: 0 0 5px 5px;
		padding: min(4vw, 15px);
	}
	.p-mypage-nav__name {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(1.0666vw, 4px);
	}
	.p-mypage-nav__email {
		font-size: min(4vw, 15px);
		padding: min(1.0666vw, 4px);
	}
	.p-mypage-nav__status {
		font-size: min(3.2vw, 1.2rem);
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-mypage-nav__logout {
		margin: min(4.8vw, 18px) 0 0;
		padding: 0 0 0 min(4.8vw, 18px);
	}
	.p-mypage-nav__logout::before {
		width: min(3.2vw, 12px);
		height: min(2.9333vw, 11px);
		top: min(1.3333vw, 5px);
	}
}


.p-mypage-account,
.p-mypage-account__info {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}
.p-mypage-account {
	background: #fff;
	border: solid 1px #999;
	padding: 16px 24px;
	position: relative;
}
.p-mypage-account::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #972529;
	position: absolute;
	top: -1px;
	left: 0;
}
.p-mypage-account__name {
	font-size: 2.4rem;
	flex: 1 1 auto;
}
.p-mypage-account__id {
	color: #666;
	font-size: 2rem;
}
.p-mypage-account__info > div {
	border-radius: 15px;
	padding: 0 10px;
}
.p-mypage-account__info > div:not(:last-child) {
	margin: 0 6px 0 0;
}
.p-mypage-account__rank {
	color: #fff;
	background: #972529;
}
.p-mypage-account__email {
	color: #972529;
	border: solid 1px #b3b3b3;
}
@media screen and (max-width: 768px) {
	.p-mypage-account {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.p-mypage-account {
		padding: min(3.2vw, 12px) min(4.8vw, 18px);
	}
	.p-mypage-account::before {
		height: 2px;
	}
	.p-mypage-account__name {
		font-size: min(4.5333vw, 1.7rem);
	}
	.p-mypage-account__id {
		font-size: min(4vw, 1.5rem);
	}
	.p-mypage-account__info {
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-mypage-account__info > div {
		padding: 0 min(2vw, 7.5px);
	}
	.p-mypage-account__info > div:not(:last-child) {
		margin: 0 min(1.3333vw, 5px) 0 0;
	}
}
.p-mypage-summary > li {
	width: 49%;
	background: #fff;
	border: dashed 1px #972529;
	border-radius: 10px;
	padding: 16px 20px;
}
.p-mypage-summary > li:not(:last-child) {
	margin: 0 2% 0 0;
}
.p-mypage-summary > li > div {
	padding: 0 0 0 40px;
	position: relative;
}
.p-mypage-summary > li > div::before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../img/mypage/mypage_icon01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.p-mypage-summary > li.p-mypage-summary__item02 > div::before {
	background-image: url(../img/mypage/mypage_icon02.svg);
}
.p-mypage-summary__title {
	font-size: 1.8rem;
}
.p-mypage-summary__value {
	color: #972529;
	font-size: 2rem;
}
.p-mypage-summary__value > span {
	display: inline-block;
}
.p-mypage-summary__num {
	margin: 0 6px 0 0;
}
.p-mypage-summary__status {
	font-size: 1.5rem;
	vertical-align: middle;
	background: #f0d8d8;
	border-radius: 100px;
	margin: -6px 0 0;
	padding: 0 10px;
}
.p-mypage-summary__note {
	font-weight: 400;
	margin: 1px 0 0;
}
@media screen and (max-width: 768px) {
	.p-mypage-summary > li {
		width: 100%;
		border-radius: 5px;
		padding: min(3.2vw, 12px) min(4vw, 15px);
	}
	.p-mypage-summary > li:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-mypage-summary > li > div {
		padding: 0 0 0 min(8vw, 30px);
	}
	.p-mypage-summary > li > div::before {
		width: min(5.8666vw, 22px);
		height: min(5.8666vw, 22px);
	}
	.p-mypage-summary__title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.p-mypage-summary__value {
		font-size: min(4vw, 1.5rem);
	}
	.p-mypage-summary__num {
		margin: 0 min(1.6vw, 6px) 0 0;
	}
	.p-mypage-summary__status {
		font-size: min(3.2vw, 1.2rem);
		margin: max(-1.6vw, -6px) 0 0;
		padding: 0 min(2vw, 7.5px);
	}
	.p-mypage-summary__note {
		margin: min(.5333vw, 2px) 0 0;
	}
}


/* 退会手続き
-------------------------------------------------------- */
.p-withdraw-note {
	background: #f6f6f6;
	border: solid 2px #972529;
	border-radius: 10px;
	padding: 33px 30px 24px;
}
.p-withdraw-note__title {
	font-size: 1.8rem;
	margin: 0 0 14px;
	padding: 0 0 0 20px;
	position: relative;
}
.p-withdraw-note__title::before {
	content: "";
	width: 13px;
	height: 12px;
	background: url(../img/cmn/icon_note_rd.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 0;
}
.p-withdraw-point {
	background: #fff;
	margin: 20px 0 0;
	padding: 16px 22px;
}
.p-withdraw-point__title {
	font-size: 1.8rem;
	margin: 0 0 3px;
}
@media screen and (max-width: 768px) {
	.p-withdraw-note {
		border-radius: 5px;
		padding: min(6.6vw, 24.75px) min(6vw, 22.5px) min(4.8vw, 18px);
	}
	.p-withdraw-note__title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(2.8vw, 10.5px);
		padding: 0 0 0 min(4vw, 15px);
	}
	.p-withdraw-note__title::before {
		width: min(2.6vw, 9.75px);
		height: min(2.4vw, 9px);
		top: min(2.1333vw, 8px);
	}
	.p-withdraw-point {
		margin: min(4vw, 15px) 0 0;
		padding: min(3.2vw, 12px) min(4.4vw, 16.5px);
	}
	.p-withdraw-point__title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(.6vw, 2.25px);
	}
}

.p-withdraw-actions {
	background: #fff;
	border: dashed 1px #cba004;
	border-radius: 10px;
	margin: 24px 0 0;
	padding: 33px 30px 24px;
}
.p-withdraw-actions__title {
	font-size: 1.8rem;
	margin: 0 0 14px;
}
.p-withdraw-actions__list > li {
	width: 32%;
}
.p-withdraw-actions__list > li > a {
	height: 100%;
	background: #f9f8f2;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	padding: 12px 10px 16px;
}
.p-withdraw-actions__item-icon {
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.p-withdraw-actions__item02 .p-withdraw-actions__item-icon {
	max-width: 22px;
}
.p-withdraw-actions__item-title {
	font-weight: 400;
	margin: 14px 0 0;
}
.p-withdraw-actions__item-text {
	margin: -2px 0 0;
}
@media screen and (min-width: 769px) {
	.p-withdraw-actions__list > li {
		margin-right: 2%;
	}
	.p-withdraw-actions__list > li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-withdraw-actions {
		border-radius: 5px;
		margin: min(4.8vw, 18px) 0 0;
		padding: min(6.6vw, 24.75px) min(6vw, 22.5px) min(4.8vw, 18px);
	}
	.p-withdraw-actions__title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(2.8vw, 10.5px);
	}
	.p-withdraw-actions__list > li {
		width: 100%;
		margin-top: min(2.1333vw, 8px);
	}
	.p-withdraw-actions__list > li:nth-child(1) {
		margin-top: 0;
	}
	.p-withdraw-actions__list > li > a {
		border-radius: 5px;
		padding: min(2.4vw, 9px) min(2vw, 7.5px) min(3.2vw, 12px);
	}
	.p-withdraw-actions__item-icon {
		width: min(5vw, 18.75px);
		height: min(5vw, 18.75px);
	}
	.p-withdraw-actions__item02 .p-withdraw-actions__item-icon {
		max-width: min(4.4vw, 16.5px);
	}
	.p-withdraw-actions__item-title {
		margin: min(2.8vw, 10.5px) 0 0;
	}
	.p-withdraw-actions__item-text {
		margin: max(-.4vw, -1.5px) 0 0;
	}
}

.p-withdrawform {
	margin: 20px 0 0;
}
.p-withdrawform__fields-area,
.p-withdrawform__checkbox > label {
	background: #fff;
	border: solid 1px #999;
	border-radius: 10px;
	padding: 26px 30px;
}
.p-withdrawform__fields-area {
}
.p-withdrawform__head {
	margin: 0 0 16px;
}
.p-withdrawform__head-title {
	font-size: 1.8rem;
	font-weight: 700;
}
.p-withdrawform__head-text {
	margin: 2px 0 0;
}
.p-withdrawform__fields > div:not(:last-child) {
	margin: 0 0 16px;
}
.p-withdrawform__fields dt {
	font-weight: 700;
}
.p-withdrawform__input input,
.p-withdrawform__input select,
.p-withdrawform__input textarea {
	width: 100%;
	background-color: #fff;
	border: solid 1px #bfbfbf;
	border-radius: 10px;
	display: block;
	padding: 16px 24px;
}
.p-withdrawform__input select {
	background-image: url(../img/cmn/arrow_b_bk.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.p-withdrawform__input textarea {
	height: 140px;
}
.p-withdrawform__checkbox {
	margin: 20px 0 0;
}
.p-withdrawform__checkbox > label {
	display: block;
}
.p-withdrawform__checkbox > label > span {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.p-withdrawform__checkbox > label > span::before,
.p-withdrawform__checkbox > label > span::after {
	content: "";
	position: absolute;
}
.p-withdrawform__checkbox > label > span::before {
	width: 15px;
	height: 14px;
	background: url(../img/cmn/check_rd.svg) no-repeat;
	background-size: contain;
	opacity: 0;
	top: 7px;
	left: 4px;
	z-index: 10;
}
.p-withdrawform__checkbox > label > span::after {
	width: 22px;
	height: 22px;
	background: #fff;
	border: solid 1px #b3b3b3;
	top: 3px;
	left: 0;
}
.p-withdrawform__checkbox > input[type=checkbox]:checked ~ label > span::before {
	opacity: 1;
}
.p-withdrawform__checkbox > input[type=checkbox]:checked ~ label > span::after {
	border-color: #972529;
}
.p-withdrawform__submit {
	margin: 32px 0 0;
}
.p-withdrawform__submit-btns {
	max-width: 510px;
	width: 100%;
	margin-inline: auto;
}
.p-withdrawform__submit-btn {
	color: #666;
	width: 49%;
	background: #fff;
	border: solid 2px #666;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
}
.p-withdrawform__submit-btn.m-back {
	color: #fff;
	background: #972529;
	border-color: #972529;
}
.p-withdrawform__submit-btn.m-delete {
	color: #000;
	border-color: #000;
}
.p-withdrawform__submit-btn.m-reverse {
	color: #972529;
	border-color: #972529;
}
.p-withdrawform__submit-note {
	color: #595959;
	text-align: center;
	margin: 10px 0 0;
}
.p-withdrawform__submit.m-3col .p-withdrawform__submit-btns {
	max-width: 768px;
}
.p-withdrawform__submit.m-3col .p-withdrawform__submit-btn {
	width: 32%;
}

@media screen and (max-width: 768px) {
	.p-withdrawform {
		margin: min(4vw, 15px) 0 0;
	}
	.p-withdrawform__fields-area,
	.p-withdrawform__checkbox > label {
		border-radius: 5px;
		padding: min(5.2vw, 19.5px) min(6vw, 22.5px);
	}
	.p-withdrawform__head {
		margin: 0 0 16px;
	}
	.p-withdrawform__head-title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.p-withdrawform__head-text {
		margin: min(.4vw, 1.5px) 0 0;
	}
	.p-withdrawform__fields > div:not(:last-child) {
		margin: 0 0 min(3.2vw, 12px);
	}
	.p-withdrawform__input input,
	.p-withdrawform__input select,
	.p-withdrawform__input textarea {
		border-radius: 5px;
		padding: min(3.2vw, 12px) min(4.8vw, 18px);
	}
	.p-withdrawform__input select {
		background-position: right min(2vw, 7.5px) center;
		background-size: min(2.4vw, 9px) auto;
	}
	.p-withdrawform__input textarea {
		height: min(28vw, 105px);
	}
	.p-withdrawform__checkbox {
		margin: min(4vw, 15px) 0 0;
	}
	.p-withdrawform__checkbox > label > span {
		padding: 0 0 0 min(8vw, 30px);
	}
	.p-withdrawform__checkbox > label > span::before {
		width: min(3vw, 11.25px);
		height: min(2.8vw, px);
		top: min(1.4vw, 5.25px);
		left: min(.6vw, 2.25px);
	}
	.p-withdrawform__checkbox > label > span::after {
		width: min(4.4vw, 16.5px);
		height: min(4.4vw, 16.5px);
		top: min(.6vw, 2.25px);
	}
	.p-withdrawform__submit {
		margin: min(6.4vw, 24px) 0 0;
	}
	.p-withdrawform__submit-btn {
		width: 100%;
		border-width: 1px;
		border-radius: 5px;
		margin-top: min(2.1333vw, 8px);
		padding: min(2.6666vw, 10px);
	}
	.p-withdrawform__submit.m-3col .p-withdrawform__submit-btn {
		width: 100%;
	}

	.p-withdrawform__submit-btns .p-withdrawform__submit-btn:nth-child(1) {
		margin-top: 0;
	}
	.p-withdrawform__submit-note {
		text-align: left;
		margin: min(2vw, 7.5px) 0 0;
	}
}
.p-mypage-complete__bg {
	background: #fff;
	border: solid 1px #999;
	border-radius: 10px;
	padding: 72px 30px 24px;
}
.p-mypage-complete.m-entry .p-mypage-complete__bg {
	padding-bottom: 40px;
}
.p-mypage-complete.m-entry.m-complete .p-mypage-complete__bg {
	padding-bottom: 72px;
}
.p-mypage-complete__head {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	margin: 0 0 32px;
}
.p-mypage-complete__head.m-mb0 {
	margin: 0;
}
.p-mypage-complete__head-icon {
	max-width: 100px;
	width: 100%;
}
.p-mypage-complete__head-title {
	font-size: 3rem;
	margin: 12px 0 0;
}
.p-mypage-complete__head-text {
	font-weight: 400;
	margin: -1px 0 0;
}
.p-mypage-complete__head-email {
	font-size: 2.4rem;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 32px 0 0;
}
.p-mypage-complete__head-email > span {
	max-width: 550px;
	width: 100%;
	border: solid 1px #b3b3b3;
	border-radius: 100px;
	display: inline-block;
	padding: 4px 10px;
}
.p-mypage-complete__head-status {
	font-size: 1.4rem;
	margin: 10px 0 0;
}
.p-mypage-complete__body > div:not(:last-child) {
	margin: 0 0 10px;
}
.p-mypage-complete__confirm,
.p-mypage-complete__note {
	padding: 20px 24px;
}
.p-mypage-complete__confirm {
	background: #f9f8f2;
}
.p-mypage-complete__note {
	background: #f6f6f6;
}
.p-mypage-complete__confirm-title,
.p-mypage-complete__note-title {
	font-size: 1.8rem;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	position: relative;;
}
.p-mypage-complete__confirm-title::before,
.p-mypage-complete__note-title::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 13px;
	height: 12px;
	top: 8px;
	left: 0;
}
.p-mypage-complete__confirm-title::before {
	background-image: url(../img/cmn/icon_pen_gl.svg);
}
.p-mypage-complete__note-title::before {
	background-image: url(../img/cmn/icon_note_rd.svg);
}
.p-mypage-complete.m-entry .p-mypage-complete__note-title {
	padding: 0;
}
.p-mypage-complete.m-entry .p-mypage-complete__note-title::before {
	content: none;
}
.p-mypage-complete.m-withdraw .p-mypage-complete__note-title::before {
	height: 13px;
	background-image: url(../img/cmn/icon_check_line_rd.svg);
}
.p-mypage-complete__btns {
	max-width: 510px;
	width: 100%;
	margin-inline: auto;
	margin-top: 32px;
}
.p-mypage-complete__btn {
	color: #972529;
	width: 49%;
	background: #fff;
	border: solid 2px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
}
.p-mypage-complete__btn.m-reverse {
	color: #fff;
	background: #972529;
}
.p-mypage-complete__again {
	text-align: center;
	margin: 40px 0 0;
}
.p-mypage-complete__again-bg {
	background: #fff;
	padding: 24px;
}
.p-mypage-complete__again-title {
	font-size: 1.8rem;
}
.p-mypage-complete__again-text {
	margin: 7px 0 0;
}
.p-mypage-complete__again-link {
	margin: 10px 0 0;
}
.p-mypage-complete__links {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.p-mypage-complete__links > li {
	width: 49%;
}
.p-mypage-complete__links > li:not(:last-child) {
	margin: 0 2% 0 0;
}
.p-mypage-complete__links > li > a {
	background: #f2e2df;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 24px 16px;
}
.p-mypage-complete__link-icon {
	width: 70px;
	height: 70px;
	background: #972529;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 0 10px;
}
.p-mypage-complete__link-icon img {
	max-width: 26px;
	width: 100%;
}
.p-mypage-complete__link-title {
	color: #972529;
	font-size: 2.4rem;
	margin: 0 0 8px;
}
.p-mypage-complete__links > li.p-mypage-complete__link01 > a {
	background: #f5eccd;
}
.p-mypage-complete__link01 .p-mypage-complete__link-icon {
	background: #cba004;
}
.p-mypage-complete__link01 .p-mypage-complete__link-icon img {
	max-width: 29px;
}
.p-mypage-complete__link01 .p-mypage-complete__link-title {
	color: #cba004;
}

@media screen and (max-width: 768px) {
	.p-mypage-complete__bg {
		border-radius: 5px;
		padding: min(14.4vw, 54px) min(6vw, 22.5px) min(4.8vw, 18px);
	}
	.p-mypage-complete.m-entry .p-mypage-complete__bg {
		padding-bottom: min(10.6666vw, 40px);
	}
	.p-mypage-complete.m-entry.m-complete .p-mypage-complete__bg {
		padding-bottom: min(14.4vw, 54px);
	}
	.p-mypage-complete__head {
		margin: 0 0 min(8vw, 30px);
	}
	.p-mypage-complete__head-icon {
		max-width: min(20vw, 75px);
	}
	.p-mypage-complete__head-title {
		font-size: min(5.3333vw, 2rem);
		margin: min(2.4vw, 9px) 0 0;
	}
	.p-mypage-complete__head-email {
		font-size: min(4.5333vw, 1.7rem);
		margin: min(6.4vw, 24px) 0 0;
	}
	.p-mypage-complete__head-email > span {
		padding: min(1.0666vw, 4px) min(2.6666vw, 10px);
	}
	.p-mypage-complete__head-status {
		font-size: min(3.2vw, 1.2rem);
		margin: min(2.6666vw, 10px) 0 0;
	}
	.p-mypage-complete__head-text {
		margin: max(-.2vw, -.75px) 0 0;
	}
	.p-mypage-complete__body > div:not(:last-child) {
		margin: 0 0 min(2vw, 7.5px);
	}
	.p-mypage-complete__confirm,
	.p-mypage-complete__note {
		padding: min(4vw, 15px) min(4.8vw, 18px);
	}
	.p-mypage-complete__confirm-title,
	.p-mypage-complete__note-title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(1vw, 3.75px);
		padding: 0 0 0 min(4vw, 15px);
	}
	.p-mypage-complete__confirm-title::before,
	.p-mypage-complete__note-title::before {
		width: min(2.6vw, 9.75px);
		height: min(2.4vw, 9px);
		top: min(2.1333vw, 8px);
	}
	.p-mypage-complete.m-withdraw .p-mypage-complete__note-title::before {
		height: min(2.6vw, 9.75px);
		top: min(1.8666vw, 7px);
	}
	.p-mypage-complete__btns {
		margin-top: min(6.4vw, 24px);
	}
	.p-mypage-complete__btn {
		width: 100%;
		border-width: 1px;
		border-radius: 5px;
		margin-top: min(2.1333vw, 8px);
		padding: min(2.6666vw, 10px);
	}
	.p-mypage-complete__btns .p-mypage-complete__btn:nth-child(1) {
		margin-top: 0;
	}
	.p-mypage-complete__again {
		margin: min(8vw, 30px) 0 0;
	}
	.p-mypage-complete__again-bg {
		padding: min(4.8vw, 18px);
	}
	.p-mypage-complete__again-title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.p-mypage-complete__again-text,
	.p-mypage-complete__again-link {
		text-align: left;
	}
	.p-mypage-complete__again-text {
		margin: min(1.4vw, 5.25px) 0 0;
	}
	.p-mypage-complete__again-link {
		margin: min(2vw, 7.5px) 0 0;
	}
	.p-mypage-complete__links > li {
		width: 100%;
	}
	.p-mypage-complete__links > li:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-mypage-complete__links > li > a {
		border-radius: 5px;
		padding: min(4.8vw, 18px) min(3.2vw, 12px);
	}
	.p-mypage-complete__link-icon {
		width: min(14.1333vw, 53px);
		height: min(14.1333vw, 53px);
		margin: 0 0 min(2.6666vw, 10px);
	}
	.p-mypage-complete__link-icon img {
		max-width: min(5.3333vw, 20px);
	}
	.p-mypage-complete__link-title {
		font-size: min(4.5333vw, 1.7rem);
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-mypage-complete__links > li.p-mypage-complete__link01 > a {
		background: #f5eccd;
	}
	.p-mypage-complete__link01 .p-mypage-complete__link-icon {
		background: #cba004;
	}
	.p-mypage-complete__link01 .p-mypage-complete__link-icon img {
		max-width: 29px;
	}
	.p-mypage-complete__link01 .p-mypage-complete__link-title {
		color: #cba004;
	}
}

.p-form__birth {
	display: -webkit-box;
	display: flex;
}
.p-form__birth > li {
	width: 100%;
}
.p-form__birth > li:not(:last-child) {
	margin: 0 8px 0 0;
}
.p-form__birth > li.p-form__birth-year {
	max-width: 120px;
	width: 100%;
}
.p-form__birth > li:not(.p-form__birth-year) {
	max-width: 100px;
}
.p-changeform .p-contactform-input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.p-changeform .p-contactform-input select,
.p-changeform .p-contactform-input textarea {
	padding: 12px 28px;
}
.p-changeform__title {
	font-size: 2rem;
	background: #f6f6f6;
	border: solid 1px #999;
	border-bottom: none;
	padding: 16px;
}
.p-changeform__list > div:not(:nth-child(1)) .p-changeform__title {
	border-top: none;
}
.p-changeform__label {
	color: #478ac8;
	font-weight: 400;
}
.p-changeform__label.is-change {
	color: #cba004;
}
.p-changeform__label.is-required {
	color: #ff0000;
}
@media screen and (max-width: 768px) {
	.p-changeform .p-contactform-input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
	.p-changeform .p-contactform-input select,
	.p-changeform .p-contactform-input textarea {
		padding: min(2.6666vw, 10px) min(5.3333vw, 20px);
	}
	.p-changeform__title {
		font-size: min(4vw, 1.5rem);
		padding: min(3.2vw, 12px);
	}
}

.p-mypage-info {
	background: #fff;
	border: solid 1px #999;
	padding: 14px 20px;
	position: relative;
}
.p-mypage-info::before {
	content: "";
	width: calc(100% + 2px);
	height: 3px;
	background: #972529;
	position: absolute;
	top: -1px;
	left: -1px;
}
.p-mypage-info__result > div {
	color: #972529;
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
}
.p-mypage-info__result > div > dd span {
	font-size: 2.6rem;
	line-height: 1;
}
.p-mypage-info__text {
	color: #666;
	margin: min(.5333vw, 2px) 0 0;
}
.p-mypage-info__add {
	max-width: 250px;
	width: 100%;
	position: absolute;
	top: 14px;
	right: 4%;
}
.p-mypage-info__add-btn {
	color: #fff;
	width: 100%;
	background: #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.p-mypage-info {
		padding: min(2.6666vw, 10px) min(4vw, 15px);
	}
	.p-mypage-info::before {
		height: min(.5333vw, 2px);
	}
	.p-mypage-info__result > div > dd span {
		font-size: min(4.8vw, 1.8rem);
	}
	.p-mypage-info__add {
		max-width: inherit;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		margin: min(2.6666vw, 10px) 0 0;
		position: static;
	}
	.p-mypage-info__add-btn {
		max-width: min(50.1333vw, 188px);
		width: 100%;
		border-radius: 5px;
		padding: min(2.6666vw, 10px);
	}
}


.p-mypage-sort {
	background: #fff;
	border: solid 1px #999;
	border-radius: 10px;
	padding: 12px 24px;
}
.p-mypage-sort__list,
.p-mypage-sort__list > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.p-mypage-sort__list {
	font-size: 1.2rem;
}
.p-mypage-sort__list > div:not(:last-child) {
	margin: 0 16px 0 0;
}
.p-mypage-sort__list > div > dt {
	font-weight: 700;
	margin: 0 8px 0 0;
}
.p-mypage-sort__list select {
	background-color: #fff;
	background-image: url(../img/cmn/arrow_b_bk.svg);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	border: solid 1px #bfbfbf;
	border-radius: 4px;
	display: inline-block;
	padding: min(1.3333vw, 5px) min(6.4vw, 24px) min(1.3333vw, 5px) min(2.6666vw, 10px);
}
@media screen and (max-width: 768px) {
	.p-mypage-sort {
		border-radius: 5px;
		padding: min(2.6666vw, 10px) min(4.8vw, 18px);
	}
	.p-mypage-sort__list {
		font-size: min(2.9333vw, 1.1rem);
		display: block;
	}
	.p-mypage-sort__list > div:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-mypage-sort__list > div > dt {
		margin: 0 min(1.6vw, 6px) 0 0;
	}
	.p-mypage-sort__list select {
		background-position: right min(1.6vw, 6px) center;
		background-size: min(1.6vw, 6px) auto;
	}
}
.p-favorite__list {
	margin: 10px 0 0;
}
.p-favorite__list > li {
	width: 32%;
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 2%;
	position: relative;
}
.p-favorite__list > li::before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #cba004;
	background-image: url(../img/cmn/favorite_star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px auto;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.p-favorite__item-img {
	background-color: #ccc;
	overflow: hidden;
	padding-top: 74.7474%;
	position: relative;
	z-index: 0;
}
.p-favorite__item-img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.p-favorite__item-content {
	flex: 1 1 auto;
	padding: 10px;
}
.p-favorite__item-category {
	font-size: 1.4rem;
	margin: 0 0 5px;
}
.p-favorite__item-category > span:not(:last-child)::after {
	content: "｜";
}
.p-favorite__item-title {
	font-weight: 700;
}
.p-favorite__item-price,
.p-favorite__item-moq {
	font-size: 1.5rem;
}
.p-favorite__item-price {
	margin: 8px 0 0;
}
.p-favorite__item-price > span {
	color: #972529;
	font-size: 2.6rem;
	display: inline-block;
	line-height: 1;
}
.p-favorite__item-moq {
	margin: 5px 0 0;
}
.p-favorite__item-moq > span {
	color: #972529;
}
.p-favorite__item-btns {
	background: #e5e5e5;
	display: -webkit-box;
	display: flex;
	padding: 10px 14px;
}
.p-favorite__item-btns .p-favorite__item-btn:not(:last-child) {
	margin: 0 4% 0 0;
}
.p-favorite__item-btn {
	font-size: 1.5rem;
	font-weight: 700;
	width: 48%;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 4px;
}
.p-favorite__item-btn.m-detail {
	color: #fff;
	background: #972529;
}
.p-favorite__item-btn.m-delete {
	color: #666;
	background: #fff;
	border: solid 1px #bfbfbf;
}
@media screen and (min-width: 1025px) {
	.p-favorite__list > li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.p-favorite__list > li:nth-child(3n) {
		margin-right: 0;
	}
	.p-favorite__item-content {
		padding: min(.75vw, 10px);
	}
	.p-favorite__item-category {
		font-size: min(1.05vw, 1.4rem);
		margin: 0 0 min(.375vw, 5px);
	}
	.p-favorite__item-price,
	.p-favorite__item-moq {
		font-size: min(1.125vw, 1.5rem);
	}
	.p-favorite__item-price {
		margin: min(.6vw, 8px) 0 0;
	}
	.p-favorite__item-price > span {
		font-size: min(1.95vw, 2.6rem);
	}
	.p-favorite__item-moq {
		margin: min(.375vw, 5px) 0 0;
	}
	.p-favorite__item-btns {
		padding: min(.75vw, 10px) 14px;
	}
	.p-favorite__item-btn {
		font-size: min(1.125vw, 1.5rem);
		padding: min(.3vw, 4px);
	}
}
@media screen and (max-width: 1024px) {
	.p-favorite__list > li {
		width: 49%;
	}
	.p-favorite__list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.p-favorite__list > li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-favorite__list {
		margin: min(2.1333vw, 8px) 0 0;
	}
	.p-favorite__list > li {
		width: 100%;
		border-radius: 5px;
		margin-right: 0;
	}
	.p-favorite__list > li,
	.p-favorite__list > li:nth-child(-n + 2) {
		margin-top: min(4vw, 15px);
	}
	.p-favorite__list > li:nth-child(1) {
		margin-top: 0;
	}
	.p-favorite__list > li::before {
		width: min(6.1333vw, 23px);
		height: min(6.1333vw, 23px);
		background-size: min(3.7333vw, 14px) auto;
		top: min(2.6666vw, 10px);
		right: min(2.6666vw, 10px);
	}
	.p-favorite__item-content {
		padding: min(2.6666vw, 10px);
	}
	.p-favorite__item-category {
		font-size: min(3.2vw, 1.2rem);
		margin: 0 0 min(1.0666vw, 4px);
	}
	.p-favorite__item-price,
	.p-favorite__item-moq {
		font-size: min(3.4666vw, 1.3rem);
	}
	.p-favorite__item-price {
		margin: min(1.6vw, 6px) 0 0;
	}
	.p-favorite__item-price > span {
		font-size: min(4.8vw, 1.8rem);
	}
	.p-favorite__item-moq {
		margin: min(1.0666vw, 4px) 0 0;
	}
	.p-favorite__item-btns {
		padding: min(2.6666vw, 10px);
	}
	.p-favorite__item-btn {
		font-size: min(3.4666vw, 1.3rem);
		border-radius: 5px;
		padding: min(1.0666vw, 4px);
	}
}
.p-mypage-pager > div:not(:last-child) {
	margin: 0 0 3px;
}
@media screen and (max-width: 768px) {
	.p-mypage-pager > div:not(:last-child) {
		margin: 0 0 min(.8vw, 3px);
	}
}
.p-mypage-history__tbl {
	border: solid 1px #999;
}
.p-mypage-history__tbl th,
.p-mypage-history__tbl td {
	padding: 10px;
}
.p-mypage-history__tbl thead th {
	font-weight: 700;
	background: #f6f6f6;
	border-bottom: solid 1px #999;
}
.p-mypage-history__tbl tbody td {
	background: #fff;
}
.p-mypage-history__tbl tbody tr:not(:last-child) td {
	border-bottom: solid 1px #d9d9d9;
}
.p-mypage-history__tbl-col01 {
	white-space: nowrap;
}
.p-mypage-history__tbl tbody .p-mypage-history__tbl-col01 {
	color: #972529;
	font-weight: 700;
}
.p-mypage-history__tbl-col03 {
	width: 20%;
}
.p-mypage-history__list {
	position: relative;
}
.p-mypage-history__list::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #972529;
	position: absolute;
	top: -1px;
	left: 0;
}
.p-mypage-history__list-status {
	color: #972529;
	font-size: 1.5rem;
	font-weight: 700;
	background: #f0e5e5;
	border-radius: 100px;
	display: inline-block;
	white-space: nowrap;
	padding: 2px 10px;
}
.p-mypage-history__list-status.m-step02 {
	color: #003567;
	background: #d7dfe7;
}
.p-mypage-history__list-status.m-step03 {
	color: #cba004;
	background: #f0ecd6;
}
.p-mypage-history__list-status.m-step04 {
	color: #005e15;
	background: #cee3d2;
}
.p-mypage-history__list-status.m-cancel {
	color: #666;
	background: #e5e5e5;
}
.p-mypage-history__list-btns {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.p-mypage-history__list-btns .p-mypage-history__list-btn:not(:last-child) {
	margin: 0 0 4px;
}
.p-mypage-history__list-btn {
	color: #972529;
	font-size: 1.5rem;
	font-weight: 700;
	background: #fff;
	border: solid 1px #972529;
	border-radius: 10px;
	white-space: nowrap;
	padding: 2px 10px;
}
.p-mypage-history__list-btn:not(.m-receipt) {
	color: #fff;
}
.p-mypage-history__list-btn.m-detail {
	background: #972529;
}
.p-mypage-history__list-btn.m-order {
	background: #cba004;
	border-color: #cba004;
}
@media screen and (min-width: 769px) {
	.p-mypage-history__tbl {
		font-size: min(1.5625vw, 1.6rem);
	}
	.p-mypage-history__tbl th,
	.p-mypage-history__tbl td {
		padding: min(.9765vw, 10px);
	}
	.p-mypage-history__list-status,
	.p-mypage-history__list-btn {
		font-size: min(1.4648vw, 1.5rem);
		padding: min(.1953vw, 2px) min(.9765vw, 10px);
	}
	.p-mypage-history__list-btns .p-mypage-history__list-btn:not(:last-child) {
		margin: 0 0 min(.39vw, 4px);
	}
}
@media screen and (min-width: 1025px) {
	.p-mypage-history__tbl {
		font-size: min(1.2vw, 1.6rem);
	}
	.p-mypage-history__tbl th,
	.p-mypage-history__tbl td {
		padding: min(.75vw, 10px);
	}
	.p-mypage-history__list-status,
	.p-mypage-history__list-btn {
		font-size: min(1.1252vw, 1.5rem);
		padding: min(.15vw, 2px) min(.75vw, 10px);
	}
	.p-mypage-history__list-btns .p-mypage-history__list-btn:not(:last-child) {
		margin: 0 0 min(.3vw, 4px);
	}
}
@media screen and (max-width: 768px) {
	.p-mypage-history__list {
		overflow-x: scroll;
	}
	.p-mypage-history__list::before {
		height: 2px;
	}

	.p-mypage-history__tbl th:not(.p-mypage-history__tbl-col03),
	.p-mypage-history__tbl td:not(.p-mypage-history__tbl-col03) {
		white-space: nowrap;

	}
	.p-mypage-history__tbl-col03 {
		min-width: min(48vw, 180px);
		width: auto;
	}
	.p-mypage-history__list-status,
	.p-mypage-history__list-btn {
		font-size: min(3.4666vw, 1.3rem);
		padding: min(.5333vw, 2px) min(2.6666vw, 10px);
	}
}
.p-mypage-history__status {
	display: -webkit-box;
	display: flex;
}
.p-mypage-history__status.mw888 {
	max-width: 888px;
	width: 100%;
	margin-inline: auto;
}
.p-mypage-history__status > li {
	color: #972529;
	flex: 1 1 auto;
	background: #e9dede;
	clip-path: polygon(
			0 0,
			calc(100% - 20px) 0,
			100% 50%,
			calc(100% - 20px) 100%,
			0 100%,
			20px 50%
	);
}
.p-mypage-history__status > li:nth-child(1) {
	clip-path: polygon(
			0 0,
			calc(100% - 20px) 0,
			100% 50%,
			calc(100% - 20px) 100%,
			0 100%
	);
}
.p-mypage-history__status > li:nth-child(n + 2) {
	margin-left: -15px;
}
.p-mypage-history__status > li.is-current {
	background: linear-gradient(90deg, #8d2323 0%, #a22a2a 100%);
	color: #fff;
}
.p-mypage-history__status-in {
	line-height: 1.4;
	text-align: center;
	margin-left: -15px;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.p-mypage-history__status > li {
		clip-path: polygon(
				0 0,
				calc(100% - min(4.8vw, 18px)) 0,
				100% 50%,
				calc(100% - min(4.8vw, 18px)) 100%,
				0 100%,
				min(4.8vw, 18px) 50%
		);
	}
	.p-mypage-history__status > li:nth-child(1) {
		clip-path: polygon(
				0 0,
				calc(100% - min(4.8vw, 18px)) 0,
				100% 50%,
				calc(100% - min(4.8vw, 18px)) 100%,
				0 100%
		);
	}
	.p-mypage-history__status > li:nth-child(n + 2) {
		margin-left: max(-3.4667vw, -13px);
	}
	.p-mypage-history__status-in {
		font-size: min(3.2vw, 1.2rem);
		margin-left: max(-3.4667vw, -13px);
		padding: min(2.6666vw, 10px) min(2.6666vw, 10px) min(2.6666vw, 10px) min(4.8vw, 18px);
	}

}


.p-mypage-history__details-list > div:not(:last-child) {
	margin: 0 0 10px;
}
.p-mypage-history__details-title {
	font-size: 2rem;
	background: #f6f6f6;
	border: solid 1px #999;
	border-bottom: none;
	padding: 16px;
}
.p-mypage-history__details-body {
	background: #fff;
	border: solid 1px #999;
	padding: 20px 16px;
}
.p-mypage-history__breakdown > div {
	border-bottom: solid 1px #999;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 10px 32px;
}
.p-mypage-history__breakdown > div:nth-child(1) {
	padding-top: 0;
}
.p-mypage-history__breakdown > div > dt {
	font-weight: 700;
}
.p-mypage-history__breakdown > div.is-total {
	color: #972529;
	background: #f6f6f6;
}
.p-mypage-history__breakdown > div.is-total >  dd {
	font-size: 2.2rem;
	font-weight: 700;
}
.p-mypage-history__details-note {
	font-weight: 700;
}
.p-mypage-history__details-note > li {
	padding: 0 0 0 20px;
	position: relative;
}
.p-mypage-history__details-note > li::before {
	content: "\2605";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.p-mypage-history__details-title {
		font-size: min(4vw, 1.5rem);
		padding: min(3.2vw, 12px);
	}
	.p-mypage-history__details-body {
		padding: min(4.8vw, 18px) min(3.2vw, 12px);
	}
	.p-mypage-history__breakdown > div {
		padding: min(2.6666vw, 10px) min(6.4vw, 24px);
	}
	.p-mypage-history__breakdown > div.is-total >  dd {
		font-size: min(4.2666vw, 1.6rem);
	}
	.p-mypage-history__details-note > li {
		padding: 0 0 0 min(4.5333vw, 17px);
	}
}

.p-mypage-history__mail > li {
	display: -webkit-box;
	display: flex;
	padding: 10px 32px;
}
.p-mypage-history__mail > li:not(:last-child) {
	border-bottom: solid 1px #999;
}
.p-mypage-history__mail > li:nth-child(1) {
	padding-top: 0;
}
.p-mypage-history__mail > li:last-child {
	padding-bottom: 0;
}
.p-mypage-history__mail-date {
	flex-shrink: 0;
	margin: 0 48px 0 0;
}
@media screen and (max-width: 768px) {
	.p-mypage-history__mail-date {
		margin: 0 0 min(1.0666vw, 4px);
	}
	.p-mypage-history__mail > li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: min(2.6666vw, 10px) 0;
	}
}

.p-mypage-history__btns {
	max-width: 766px;
	width: 100%;
	display: -webkit-box;
	display: flex;
	margin-inline: auto;
}
.p-mypage-history__btn {
	color: #972529;
	width: 32.5%;
	background: #fff;
	border: solid 2px #972529;
	border-radius: 10px;
	padding: 10px 4px;
}
.p-mypage-history__btns .p-mypage-history__btn:not(:last-child) {
	margin: 0 1.25% 0 0;
}
.p-mypage-history__btn:not(.m-contact) {
	color: #fff;
	padding-left: 24px;
	position: relative;
}
.p-mypage-history__btn:not(.m-contact)::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.p-mypage-history__btn.m-order {
	background: #cba004;
	border-color: #cba004;
}
.p-mypage-history__btn.m-order::before {
	width: 25px;
	height: 23px;
	background-image: url(../img/cmn/icon_history_wh.svg);
	top: calc(50% - 11.5px);
	left: 8px;
}
.p-mypage-history__btn.m-download {
	background: #972529;
}
.p-mypage-history__btn.m-download::before {
	width: 18px;
	height: 16px;
	background-image: url(../img/cmn/icon_guide_wh02.svg);
	top: calc(50% - 8px);
	left: 12px;
}
@media screen and (max-width: 1200px) {
	.p-mypage-history__btn {
		font-size: min(1.3333vw, 1.6rem);
		padding: min(.8333vw, 10px) min(.3333vw, 4px);
	}
	.p-mypage-history__btn:not(.m-contact) {
		padding-left: min(2vw, 24px);
	}
	.p-mypage-history__btn.m-order::before {
		width: min(2.0833vw, 25px);
		height: min(1.9166vw, 23px);
		top: calc(50% - min(.9583vw, 11.5px));
		left: min(.6666vw, 8px);
	}
	.p-mypage-history__btn.m-download::before {
		width: min(1.5vw, 18px);
		height: min(1.3333vw, 16px);
		top: calc(50% - min(.6666vw, 8px));
		left: min(1vw, 12px);
	}
}
@media screen and (max-width: 1024px) {
	.p-mypage-history__btn {
		font-size: min(1.5625vw, 1.6rem);
		padding: min(.9765vw, 10px) min(.3906vw, 4px);
	}
	.p-mypage-history__btn:not(.m-contact) {
		padding-left: min(2.3437vw, 24px);
	}
	.p-mypage-history__btn.m-order::before {
		width: min(2.4414vw, 25px);
		height: min(2.246vw, 23px);
		top: calc(50% - min(1.123vw, 11.5px));
		left: min(.7812vw, 8px);
	}
	.p-mypage-history__btn.m-download::before {
		width: min(1.7578vw, 18px);
		height: min(1.5625vw, 16px);
		top: calc(50% - min(.7812vw, 8px));
		left: min(1.1718vw, 12px);
	}
}
@media screen and (max-width: 768px) {
	.p-mypage-history__btns {
		display: block;
	}
	.p-mypage-history__btn {
		width: 100%;
		font-size: min(3.4666vw, 1.3rem);
		border-radius: 5px;
		padding: min(2.6666vw, 10px) min(1.0666vw, 4px);
	}
	.p-mypage-history__btns .p-mypage-history__btn:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
	.p-mypage-history__btn:not(.m-contact) {
		padding-left: min(4.8vw, 18px);
	}
	.p-mypage-history__btn.m-order::before {
		width: min(5.0666vw, 19px);
		height: min(4.5333vw, 17px);
		top: calc(50% - min(2.2666vw, 8.5px));
		left: min(1.6vw, 6px);
	}
	.p-mypage-history__btn.m-download::before {
		width: min(3.7333vw, 14px);
		height: min(3.2vw, 12px);
		top: calc(50% - min(1.6vw, 6px));
		left: min(2.4vw, 9px);
	}
}

.p-mypage-delivery__list {
	margin: 60px 0 0;
}
.p-mypage-delivery__list > li {
	width: 49%;
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 2%;
	position: relative;
}
.p-mypage-delivery__list > li.is-default::before,
.p-mypage-delivery__list > li.is-default::after {
	content: "";
	position: absolute;
}
.p-mypage-delivery__list > li.is-default::before {
	content: "デフォルト";
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	background: #972529;
	border-radius: 6px 6px 0 0;
	padding: 4px 14px;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.p-mypage-delivery__list > li.is-default::after {
	width: 100%;
	height: 100%;
	border: solid 2px #972529;
	border-radius: 10px;
	top: 0;
	right: 0;
	pointer-events: none;
}
.p-mypage-delivery__list > li.is-default .p-mypage-delivery__item-content {
	padding-top: 52px;
}
.p-mypage-delivery__item-content {
	flex: 1 1 auto;
	padding: 24px;
}
.p-mypage-delivery__item-label {
	margin: 0 0 -4px;
}
.p-mypage-delivery__item-title {
	font-size: 2rem;
	font-weight: 700;
}
.p-mypage-delivery__item-text {
	margin: 7px 0 0;
}
.p-mypage-delivery__item-btns {
	background: #e5e5e5;
	display: -webkit-box;
	display: flex;
	padding: 10px 14px;
}
.p-mypage-delivery__item-btns .p-mypage-delivery__item-btn:not(:last-child) {
	margin: 0 4% 0 0;
}
.p-mypage-delivery__item-btn {
	font-size: 1.5rem;
	font-weight: 700;
	width: 48%;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 4px;
}
.p-mypage-delivery__item-btn.m-edit {
	color: #fff;
	background: #972529;
}
.p-mypage-delivery__item-btn.m-delete {
	color: #666;
	background: #fff;
	border: solid 1px #bfbfbf;
}
@media screen and (min-width: 769px) {
	.p-mypage-delivery__list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.p-mypage-delivery__list > li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-mypage-delivery__list {
		margin: min(12vw, 45px) 0 0;
	}
	.p-mypage-delivery__list > li {
		width: 100%;
		border-radius: 5px;
		margin-top: min(4vw, 15px);
		margin-right: 0;
	}
	.p-mypage-delivery__list > li:nth-child(1) {
		margin-top: 0;
	}
	.p-mypage-delivery__list > li.is-default::before {
		font-size: min(3.2vw, 1.2rem);
		border-radius: 4px 4px 0 0;
		padding: min(1.0666vw, 4px) min(3.7333vw, 14px);
		top: min(2.6666vw, 10px);
		left: min(2.6666vw, 10px);
	}
	.p-mypage-delivery__list > li.is-default::after {
		border-width: 1px;
		border-radius: 5px;
	}
	.p-favorite__item-content {
		padding: min(4.8vw, 18px);
	}
	.p-mypage-delivery__list > li.is-default .p-mypage-delivery__item-content {
		padding-top: min(12vw, 45px);
	}
	.p-mypage-delivery__item-label {
		margin: 0 0 max(-.5333vw, -2px);
	}
	.p-mypage-delivery__item-title {
		font-size: min(4vw, 1.5rem);
	}
	.p-mypage-delivery__item-text {
		margin: min(1.3333vw, 5px) 0 0;
	}
	.p-mypage-delivery__item-btns {
		padding: min(2.6666vw, 10px);
	}
	.p-mypage-delivery__item-btn {
		font-size: min(3.4666vw, 1.3rem);
		border-radius: 5px;
		padding: min(1.0666vw, 4px);
	}
}
.p-mypage-delivery__edit {
	background: #fff;
	border: solid 1px #999;
	border-radius: 10px;
	padding: 12px 24px;
}
.p-mypage-delivery__edit > div,
.p-mypage-delivery__edit-list,
.p-mypage-delivery__edit-list > div {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.p-mypage-delivery__edit > div > dt {
	font-weight: 700;
	margin: 0 32px 0 0;
}
.p-mypage-delivery__edit-list > div > dd span {
	color: #972529;
}
@media screen and (min-width: 769px) {
	.p-mypage-delivery__edit-list {
		margin: 0 -16px 0 0;
	}
	.p-mypage-delivery__edit-list > div {
		margin: 0 16px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.p-mypage-delivery__edit {
		border-radius: 5px;
		padding: min(2.6666vw, 10px) min(4.8vw, 18px);
	}
	.p-mypage-delivery__edit > div,
	.p-mypage-delivery__edit-list {
		display: block;
	}
	.p-mypage-delivery__edit > div > dt,
	.p-mypage-delivery__edit-list > div:not(:last-child) {
		margin: 0 0 6px;
	}
}

.p-mypage-delivery__add .c-tab_btns {
	border-bottom: solid 3px #972529;
	margin-top: 0;
	margin-right: 0;
}
.p-mypage-delivery__add .c-tab_btn {
	color: #666;
	max-width: 250px;
	min-width: inherit;
	width: 100%;
	background: #e5e5e5;
	border: none;
	border-radius: 10px 10px 0 0;
	padding: 14px;
}
.p-mypage-delivery__add .c-tab_btn::before,
.p-mypage-delivery__add .c-tab_btn::after {
	content: none;
}
.p-mypage-delivery__add .c-tab_btn.is-active {
	color: #fff;
	background: #972529;
}
.p-mypage-delivery__add .c-tab_btn span {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}
.p-mypage-delivery__add .c-tab_btn span::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 6px;
	left: 0;
}
.p-mypage-delivery__add .c-tab_btn01 span::before {
	width: 13px;
	height: 13px;
	background-image: url(../img/cmn/icon_pen_gy.svg);
}
.p-mypage-delivery__add .c-tab_btn02 span::before {
	width: 10px;
	height: 13px;
	background-image: url(../img/cmn/icon_csv_gy.svg);
}
.p-mypage-delivery__add .c-tab_btn01.is-active span::before {
	background-image: url(../img/cmn/icon_pen_wh.svg);
}
.p-mypage-delivery__add .c-tab_btn02.is-active span::before {
	background-image: url(../img/cmn/icon_csv_wh.svg);
}
.p-mypage-delivery__add .c-tab_contents {
	margin: 0;
}
.p-mypage-delivery__add .c-tab_content {
	background: none;
	border-radius: 0;
	padding: 0;
}
.p-mypage-csv__bg {
	background: #fff;
	border: solid 1px #999;
}
.p-mypage-csv__text {
	color: #972529;
	font-weight: 700;
	border-bottom: solid 1px #999;
	padding: 15px;
}
.p-mypage-csv__list {
	counter-reset: number 0;
}
.p-mypage-csv__list .p-mypage-csv__title-num::before {
	content: counter(number);
	counter-increment: number 1;
}
.p-mypage-csv__title {
	font-size: 1.8rem;
	background: #f6f6f6;
	border-bottom: solid 1px #999;
	display: -webkit-box;
	display: flex;
	padding: 15px;
}
.p-mypage-csv__title-num {
	color: #fff;
	width: 26px;
	height: 26px;
	background: #972529;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
}
.p-mypage-csv__title-text {
	margin: -1px 0 0 10px;
}
.p-mypage-csv__body {
	padding: 15px 24px 24px;
}
.p-mypage-csv__list > li:not(:last-child) .p-mypage-csv__body {
	border-bottom: solid 1px #999;
}
.p-mypage-csv__template {
	background: #f9f8f2;
	border: dashed 1px #cba004;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	padding: 20px 20px 20px 40px;
}
.p-mypage-csv__template-content {
	padding: 0 0 0 60px;
	position: relative;
}
.p-mypage-csv__template-content::before {
	content: "";
	width: 21px;
	height: 24px;
	background: url(../img/cmn/icon_template_gl.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
}
.p-mypage-csv__template-title {
	font-size: 1.8rem;
	font-weight: 700;
	word-break: break-all;
}
.p-mypage-csv__template-text {
	color: #666;
}
.p-mypage-csv__template-download {
	max-width: 250px;
	width: 100%;
	flex-shrink: 0;
	margin: 0 0 0 16px;
}
.p-mypage-csv__template-btn {
	color: #fff;
	background: #cba004;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px;
}
.p-mypage-csv__template-btn span {
	display: inline-block;
	padding: 0 0 0 36px;
	position: relative;
}
.p-mypage-csv__template-btn span::before {
	content: "";
	width: 23px;
	height: 18px;
	background: url(../img/cmn/icon_download_wh.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}
.p-mypage-csv__template-spec .js-acc__head {
	color: #cba004;
}
.p-mypage-csv__template-spec .js-acc__head::before {
	content: "▶︎";
	background: none;
	margin: 0 4px 0 0;
	position: static;
}
.p-mypage-csv__template-spec .opt-mark,
.p-mypage-csv__template-spec .req-mark {
	color: #fff;
	font-weight: 700;
	background: #aaa;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 10px;
}
.p-mypage-csv__template-spec .opt-mark {
	background: #aaa;
}
.p-mypage-csv__template-spec .req-mark {
	background: #c8161d;
}
.p-mypage-csv__template-spec.is-open .js-acc__head::before {
	content: "▼";
}
.p-mypage-csv__template-spec .js-acc__head::after {
	content: none;
}
.p-mypage-csv__template-spec .js-acc__body {
	display: none;
}
.p-mypage-csv__uploadform-field {
	background: #f6f6f6;
	border: dashed 1px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 40px;
}
.p-mypage-csv__uploadform-icon {
	max-width: 23px;
	width: 100%;
	margin: 0 0 10px;
}
.p-mypage-csv__uploadform-title {
	font-size: 1.8rem;
	font-weight: 700;
}
.p-mypage-csv__uploadform-text,
.p-mypage-csv__uploadform-note {
	color: #666;
}
.p-mypage-csv__uploadform-text {
	margin: 2px 0 0;
}
.p-mypage-csv__uploadform-input,
.p-mypage-csv__uploadform-note {
	margin: 16px 0 0;
}
.p-mypage-csv__uploadform-submit {
	margin: 24px 0 0;
}
.p-mypage-csv__uploadform-btn {
	color: #fff;
	max-width: 250px;
	width: 100%;
	background: #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 12px 10px;
}
.p-mypage-csv__preview-list > li {
	width: 24%;
	border: solid 2px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 1.3333%;
	padding: 10px 0;
}
.p-mypage-csv__preview-count {
	font-size: 2rem;
	margin: -4px 0 0;
}
.p-mypage-csv__preview-list > li.m-ok {
	color: #3a5e2a;
	border-color: #3a5e2a;
}
.p-mypage-csv__preview-list > li.m-warning {
	color: #8a5a00;
	border-color: #8a5a00;
}
.p-mypage-csv__preview-list > li.m-ng {
	color: #c8161d;
	border-color: #c8161d;
}
.p-mypage-csv__note {
	background: #fff;
	padding: 20px;
}
.p-mypage-csv__note-title {
	color: #972529;
	font-size: 1.8rem;
	margin: 0 0 10px;
	padding: 0 0 0 24px;
	position: relative;
}
.p-mypage-csv__note-title::before {
	content: "";
	width: 13px;
	height: 12px;
	background: url(../img/cmn/icon_pen_rd.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 0;
}
@media screen and (min-width: 769px) {
	.p-mypage-csv__preview-list > li:nth-child(4n) {
		margin-right: 0;
	}
	.p-mypage-csv__preview-list > li {
		font-size: min(1.5625vw, 1.6rem);
		padding: min(.9765vw,10px) min(.4882vw, 5px);
	}
}
@media screen and (max-width: 768px) {
	.p-mypage-delivery__add .c-tab_btns {
		border-bottom-width: min(.6vw, 2px);
	}
	.p-mypage-delivery__add .c-tab_btn {
		width: 49%;
		max-width: inherit;
		border-radius: 5px 5px 0 0;
		padding: min(2.6666vw, 10px);
		margin: 0 2% 0 0;
	}
	.p-mypage-delivery__add .c-tab_btn:nth-child(2n) {
		margin: 0;
	}
	.p-mypage-delivery__add .c-tab_btn span {
		padding: 0 0 0 min(4vw, 15px);
	}
	.p-mypage-delivery__add .c-tab_btn span::before {
		top: min(1.6vw, 6px);
	}
	.p-mypage-delivery__add .c-tab_btn01 span::before {
		width: min(2.6666vw, 10px);
		height: min(2.6666vw, 10px);
	}
	.p-mypage-delivery__add .c-tab_btn02 span::before {
		width: min(2.1333vw, 8px);
		height: min(2.6666vw, 10px);
	}
	.p-mypage-csv__text {
		padding: min(2.6666vw, 10px);
	}
	.p-mypage-csv__title {
		font-size: min(3.7333vw, 1.4rem);
		padding: min(2.6666vw, 10px);
	}
	.p-mypage-csv__title-num {
		width: min(5.3333vw, 20px);
		height: min(5.3333vw, 20px);
	}
	.p-mypage-csv__title-text {
		margin: max(-.2666vw, -1px) 0 0 min(2.6666vw, 10px);
	}
	.p-mypage-csv__body {
		padding: min(2.6666vw, 10px) min(4.8vw, 18px) min(4.8vw, 18px);
	}
	.p-mypage-csv__template {
		border-radius: 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: min(4vw, 15px) min(4vw, 15px) min(4vw, 15px) min(8vw, 30px);
	}
	.p-mypage-csv__template-content {
		padding: 0 0 0 min(10.6666vw, 40px);
	}
	.p-mypage-csv__template-content::before {
		width: min(4.2666vw, 16px);
		height: min(5.0666vw, 19px);
		top: calc(50% - min(2.5333vw, 9.5px));
	}
	.p-mypage-csv__template-title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.p-mypage-csv__template-download {
		max-width: inherit;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		margin: min(2.6666vw, 10px) 0 0;
	}
	.p-mypage-csv__template-btn {
		max-width: min(50.1333vw, 188px);
		width: 100%;
		border-radius: 5px;
		padding: min(2.6666vw, 10px);
	}
	.p-mypage-csv__template-btn span {
		padding: 0 0 0 min(7.2vw, 27px);
	}
	.p-mypage-csv__template-btn span::before {
		width: min(4.5333vw, 17px);
		height: min(3.4666vw, 13px);
		top: min(1.0666vw, 4px);
	}
	.p-mypage-csv__template-spec .js-acc__head::before {
		margin: 0 min(1.0666vw, 4px) 0 0;
	}
	.p-mypage-csv__template-spec .opt-mark,
	.p-mypage-csv__template-spec .req-mark {
		padding: min(.5333vw, 2px) min(2.6666vw, 10px);
	}
	.p-mypage-csv__uploadform-field {
		border-radius: 5px;
		padding: min(8vw, 30px) min(2.6666vw, 10px);
	}
	.p-mypage-csv__uploadform-icon {
		max-width: min(4.8vw, 18px);
		margin: 0 0 min(2.6666vw, 10px);
	}
	.p-mypage-csv__uploadform-title {
		font-size: min(3.7333vw, 1.4rem);
	}
	.p-mypage-csv__uploadform-text {
		margin: min(.5333vw, 2px) 0 0;
	}
	.p-mypage-csv__uploadform-input,
	.p-mypage-csv__uploadform-note {
		margin: min(3.2vw, 12px) 0 0;
	}
	.p-mypage-csv__uploadform-submit {
		margin: min(4.8vw, 18px) 0 0;
	}
	.p-mypage-csv__uploadform-btn {
		max-width: min(50.1333vw, 188px);
		border-radius: 5px;
		padding: min(2.6666vw, 10px);
	}
	.p-mypage-csv__note {
		padding: min(4vw, 15px);
	}
	.p-mypage-csv__note-title {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(2.6666vw, 10px);
		padding: 0 0 0 min(4.8vw, 18px);
	}
	.p-mypage-csv__note-title::before {
		width: min(2.6666vw, 10px);
		height: min(2.6666vw, 10px);
		top: min(1.6vw, 6px);
	}
	.p-mypage-csv__preview-list > li {
		width: 49%;
		border-width: 1px;
		border-radius: 5px;
		margin-top: min(1.0666vw, 4px);
		margin-right: 2%;
		padding: min(2vw, 7.5px) 0;
	}
	.p-mypage-csv__preview-list > li:nth-child(2n) {
		margin-right: 0;
	}
	.p-mypage-csv__preview-count {
		font-size: min(4vw, 1.5rem);
		margin: max(-.5333vw, -2px) 0 0;
	}
}
.p-login {
	background: #fff;
	border: solid 1px #999;
	border-radius: 10px;
	padding: 56px 80px;
}
.p-login__head {
	text-align: center;
	margin: 0 0 32px;
}
.p-login__in {
	max-width: 500px;
	margin-inline: auto;
}
.p-login__title {
	font-size: 3rem;
}
.p-login__text {
	font-weight: 400;
}
.p-loginform__fields > div:not(:last-child) {
	margin: 0 0 24px;
}
.p-loginform__fields > div > dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 4px;
}
.p-login__checkbox > label {
	display: inline-block;
	padding: 0 0 0 32px;
	position: relative;
}
.p-login__checkbox > label::before,
.p-login__checkbox > label::after {
	content: "";
	position: absolute;
}
.p-login__checkbox > label::before {
	width: 15px;
	height: 14px;
	background: url(../img/cmn/check_rd.svg) no-repeat;
	background-size: contain;
	opacity: 0;
	top: 6px;
	left: 3px;
	z-index: 10;
}
.p-login__checkbox > label::after {
	width: 20px;
	height: 20px;
	background: #fff;
	border: solid 1px #b3b3b3;
	top: 3px;
	left: 0;
}
.p-login__checkbox > input[type=checkbox]:checked ~ label::before {
	opacity: 1;
}
.p-login__options {
	display: -webkit-box;
	display: flex;
	margin: 16px 0 0;
}
.p-login__checkbox {
	flex: 1 1 auto;
}
.p-login__submit {
	margin: 56px 0 0;
}
.p-login__btn {
	color: #fff;
	width: 100%;
	background: #972529;
	border: solid 2px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px;
}
.p-login__btn.m-reverse {
	color: #972529;
	background: #fff;
}
.p-login__or {
	text-align: center;
	margin: 40px 0 32px;
}
.p-login__or {
	color: #999;
	position: relative;
}
.p-login__or::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
}
.p-login__or span {
	background: #fff;
	display: inline-block;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}
.p-login__member-info {
	background: #f6f6f6;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin: 28px 0 0;
	padding: 24px 16px;
}
.p-login__member-title {
	font-size: 2rem;
	margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
	.p-login {
		border-radius: 5px;
		padding: min(8.5333vw, 32px) min(6.4vw, 24px);
	}
	.p-login__head {
		margin: 0 0 min(6.4vw, 24px);
	}
	.p-login__title {
		font-size: min(5.3333vw, 2rem);
	}
	.p-loginform__fields > div:not(:last-child) {
		margin: 0 0 min(4.8vw, 18px);
	}
	.p-loginform__fields > div > dt {
		font-size: min(3.7333vw, 1.4rem);
		margin: 0 0 min(1.0666vw, 4px);
	}
	.p-login__checkbox > label {
		padding: 0 0 0 min(6.4vw, 24px);
	}
	.p-login__checkbox > label::before {
		width: min(2.9333vw, 11px);
		height: min(2.6666vw, 10px);
		top: min(1.3333vw, 5px);
		left: min(.5333vw, 2px);
	}
	.p-login__checkbox > label::after {
		width: min(4vw, 15px);
		height: min(4vw, 15px);
		top: min(.5333vw, 2px);
	}
	.p-login__options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		margin: min(4.26666vw, 16px) 0 0;
	}
	.p-login__checkbox {
		margin: 0 0 min(1.6vw, 6px);
	}
	.p-login__submit {
		margin: min(6.4vw, 24px) 0 0;
	}
	.p-login__btn {
		border-radius: 5px;
		padding: min(2.6666vw, 10px);
	}
	.p-login__or {
		margin: min(6.4vw, 24px) 0;
	}
	.p-login__or span {
		padding: 0 min(6.4vw, 24px);
	}
	.p-login__member-info {
		margin: min(6.4vw, 24px) 0 0;
		padding: min(4.26666vw, 16px);
	}
	.p-login__member-title {
		font-size: min(4vw, 1.5rem);
		margin: 0 0 min(1.6vw, 6px);
	}
}
.p-entry__links > li:not(:last-child) {
	margin: 0 0 8px;
}
.p-entry__links > li > a {
	background: #fff;
	border: dashed 1px #972529;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 10px 10px 20px;
}
.p-entry__link-text {
	flex: 1 1 auto;
	padding: 0 0 0 46px;
	position: relative;
}
.p-entry__link-text::before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #972529;
	background-image: url(../img/cmn/icon_member_wh.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
}
.p-entry__link-btn {
	color: #fff;
	max-width: 248px;
	width: 100%;
	background: #972529;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 0 0 16px;
	padding: 12px 12px 12px 24px;
	position: relative;
}
.p-entry__link-btn::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}
.p-entry__link01 .p-entry__link-btn::before {
	width: 18px;
	height: 21px;
	background-image: url(../img/cmn/icon_member_wh.svg);
}

.p-entry__links > li.p-entry__link02 > a {
	border-color: #cba004;
}
.p-entry__link02 .p-entry__link-text::before {
	background-color: #cba004;
	background-image: url(../img/cmn/icon_flow_wh.svg);
	background-size: 15px auto;
}

.p-entry__link02 .p-entry__link-btn {
	background: #cba004;
}
.p-entry__link02 .p-entry__link-btn::before {
	width: 15px;
	height: 22px;
	background-image: url(../img/cmn/icon_flow_wh.svg);
}
@media screen and (max-width: 768px) {
	.p-entry__links > li:not(:last-child) {
		margin: 0 0 min(1.6vw, 6px);
	}
	.p-entry__links > li > a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: min(2.6666vw, 10px) min(2.6666vw, 10px) min(2.6666vw, 10px) min(4vw, 15px);
	}
	.p-entry__link-text {
		padding: 0 0 0 min(8vw, 30px);
	}
	.p-entry__link-text::before {
		width: min(5.8666vw, 22px);
		height: min(5.8666vw, 22px);
		background-size: min(3.7333vw, 14px) auto;
		top: 0;
	}
	.p-entry__link-btn {
		max-width: min(49.6vw, 186px);
		margin: min(2.6666vw, 10px) 0 0;
		padding: min(2.6666vw, 10px) min(2.6666vw, 10px) min(2.6666vw, 10px) min(6.4vw, 24px);
	}
	.p-entry__link-btn::before {
		left: min(2.6666vw, 10px);
	}
	.p-entry__link01 .p-entry__link-btn::before {
		width: min(3.7333vw, 14px);
		height: min(4.5333vw, 17px);
	}
	.p-entry__link02 .p-entry__link-text::before {
		background-size: min(2.9333vw, 11px) auto;
	}
	.p-entry__link02 .p-entry__link-btn::before {
		width: min(2.9333vw, 11px);
		height: min(4vw, 15px);
	}
}

.p-article-column__head,
.p-article-column__body {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.p-article-column__date {
	color: #a6a6a6;
	margin: 0 0 -3px;
	padding: 0 14px;
}
.p-article-column__title {
	font-size: 3rem;
	border-bottom: solid 1px #e7e7e7;
	padding: 0 14px 2px;
}
.p-article-column__head .c-column__category {
	margin: 16px 0 0;
}
.p-article-news__body {
	margin: 10px 0 0;
}
.c-single-pager {
	margin: 32px 0 0;
	position: relative;
}
.c-single-pager a.prev,
.c-single-pager a.next {
	position: absolute;
	top: 0;
}
.c-single-pager a.prev::before,
.c-single-pager a.next::after {
	content: "";
	width: 10px;
	height: 16px;
	background: url(../img/cmn/arrow_r_rd.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
}
.c-single-pager a.prev::before {
	left: 0;
	transform: scale(-1, 1);
}
.c-single-pager a.next::after {
	right: 0;
}
.c-single-pager a.prev {
	padding: 0 0 0 16px;
	left: 0;
}
.c-single-pager a.next {
	padding: 0 16px 0 0;
	right: 0;
}
@media screen and (max-width: 768px) {
	.p-article-column__head,
	.p-article-column__body {
		border-radius: 5px;
		padding: min(5.3333vw, 20px);
	}
	.p-article-column__date {
		margin: 0 0 max(-.8vw, -3px);
		padding: 0;
	}
	.p-article-column__title {
		font-size: min(5.3333vw, 2rem);
		padding: 0 0 min(.5333vw, 2px);
	}
	.p-article-column__head .c-column__category {
		margin: min(3.2vw, 12px) 0 0;
	}
	.p-article-news__body {
		margin: min(2.1333vw, 8px) 0 0;
	}
	.c-single-pager {
		margin: min(4.2667vw, 16px) 0 0;
	}
	.c-single-pager a.prev {
		padding: 0 0 0 min(3.2vw, 12px);
	}
	.c-single-pager a.next {
		padding: 0 min(3.2vw, 12px) 0 0;
	}
	.c-single-pager a.prev::before,
	.c-single-pager a.next::after {
		width: min(1.6vw, 6px);
		height: min(3.2vw, 12px);
		top: calc(50% - min(1.6vw, 6px));
	}
}

/* --------------------------------------------------------
	商品比較
-------------------------------------------------------- */
.c-product-list__item {
	position: relative;
}
.c-product__item__compare {
	color: #972529;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	border: solid 1px #972529;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	padding: 7px 10px;
}
.c-product__item__compare.is-added {
	color: #fff;
	background: #972529;
}
.p-product__action-compare {
	color: #972529;
	background: #fff;
	border: solid 2px #972529;
	padding: 14px;
}
.p-product__action-compare.is-added {
	color: #fff;
	background: #972529;
}
.c-compare-bar {
	background: #972529;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 20;
}
.c-compare-bar[hidden] {
	display: none;
}
.c-compare-bar > a {
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 12px 16px;
}
.c-compare-bar__count {
	color: #972529;
	background: #fff;
	border-radius: 999px;
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 2px 8px;
}
.p-compare__scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.p-compare__table {
	width: max-content;
	min-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.p-compare__table th,
.p-compare__table td {
	width: 220px;
	border: solid 1px #e7e7e7;
	vertical-align: middle;
	text-align: center;
	padding: 16px;
}
.p-compare__table th:first-child {
	width: 140px;
	background: #f7f5ef;
	font-weight: 700;
}
.p-compare__table thead th {
	background: #f7f5ef;
}
.p-compare__table thead th:not(:first-child) {
	color: #972529;
}
.p-compare__remove {
	font-size: 1.2rem;
	display: block;
	margin: 4px 0 0;
	text-decoration: underline;
}
.p-compare__image {
	width: 180px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.p-compare__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-compare__name {
	color: #972529;
	font-weight: 700;
}
.p-compare__price {
	color: #e95b5b;
	font-weight: 700;
}
.p-compare__empty {
	text-align: center;
	padding: 40px 0;
}
.p-compare__actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 24px 0 0;
}
.p-compare__actions > a {
	min-width: 180px;
}
.p-compare__actions > a:not(:last-child) {
	margin: 0 12px 0 0;
}
@media screen and (max-width: 768px) {
	.c-product__item__compare {
		font-size: min(2.6666vw, 1rem);
		top: min(1.0666vw, 4px);
		right: min(1.0666vw, 4px);
		padding: min(1.6vw, 6px) min(2.1333vw, 8px);
	}
	.p-product__action-compare {
		padding: min(2.6666vw, 10px);
	}
	.c-compare-bar {
		right: min(4vw, 15px);
		bottom: min(4vw, 15px);
		border-radius: min(1.3333vw, 5px);
	}
	.c-compare-bar > a {
		padding: min(2.6666vw, 10px) min(3.2vw, 12px);
	}
	.p-compare__table th,
	.p-compare__table td {
		padding: min(2.6666vw, 10px);
	}
	.p-compare__empty {
		padding: min(8vw, 30px) 0;
	}
	.p-compare__actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: min(4.2666vw, 16px) 0 0;
	}
	.p-compare__actions > a {
		width: 100%;
	}
	.p-compare__actions > a:not(:last-child) {
		margin: 0 0 min(2.1333vw, 8px);
	}
}
