<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

select:focus {
  outline: unset;
}

input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
	background-color: transparent;
}

select,
input {
	color: var(--text-color);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-style: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	color: var(--text-color);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-style: normal;
	background-color: #fff;
	margin: 0;
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	overflow-x: hidden;
}

body.noscroll {
	overflow: hidden;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	-webkit-user-drag: none;
}

a {
	color: var(--text-color);
	text-decoration: none;
	transition: opacity .25s ease;
}

a:hover {
	opacity: .8;
   color: unset;
   text-decoration: unset;
}

.sp {
	display: none !important;
}



/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {}



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


	body {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
  
  .l-main {
 	padding-top: 61px;
}
}

/*------------------------------------------------------------------------------
  layout
------------------------------------------------------------------------------*/

.main {
	margin-bottom: 140px;
}

.page-main {
	margin-top: 80px;
}

.page-main2 {
	margin-top: 74px;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.inner--md {
	max-width: 1140px;
}

.inner--sm {
	max-width: 1040px;
}


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

	.main {
		margin-bottom: 80px;
	}

	.page-main {
		margin-top: 60px;
	}
}

/*------------------------------------------------------------------------------
  section
------------------------------------------------------------------------------*/

.section {
	margin-bottom: 60px;
}

.section:last-of-type {
	margin-bottom: -8px;
}

.section .sub-title {
	margin-bottom: 17px;
}

.section__content {
	font-size: 1.5rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
}

.section__content h3 {
	font-weight: bold;
}

.section__content p+p {
	margin-top: 32px;
}

.section__content p+h3 {
	margin-top: 36px;
}

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

	.section__content p+p {
		margin-top: 20px;
	}

}


/*------------------------------------------------------------------------------
  title
------------------------------------------------------------------------------*/

.title {
	line-height: 1;
	font-family: 'Zen Old Mincho', serif;
}

.top-title {
	text-align: center;
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 40px;
}

.top-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background-color: #ccc;
	display: block;
}

.title-ja {
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.12em;
}

.title-en {
	color: #888;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin-top: 9px;
}

.sub-title {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.46;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}

.sale-title {
	margin-bottom: 53px;
}


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

	.top-title {
		padding-bottom: 47px;
		margin-bottom: 25px;
	}

	.top-title::after {
		height: 30px;
	}

	.top-title .title-ja {
		font-size: 2rem;
	}

	.sub-title {
		font-size: 1.7rem;
		padding-bottom: 15px;
	}
}

/*------------------------------------------------------------------------------
  utility
------------------------------------------------------------------------------*/

.text-right {
	text-align: right;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

.top-space {
	margin-top: -50px;
	padding-top: 50px;
}

.text-red {
	color: #CC0000;
}

.font-bold {
	font-weight: bold;
}

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

	.top-space {
		margin-top: -80px;
		padding-top: 80px;
	}

}

/*------------------------------------------------------------------------------
  variables
------------------------------------------------------------------------------*/

:root {
	--text-color: #333333;
	--accent-color: #CC0000;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

.header {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.header__inner {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding-left: 50px;
	box-sizing: border-box;
	height: 100px;
	position: relative;
}

.header__logo {
	max-width: 150px;
	margin-top: -6px;
	margin-right: auto;
}

.header__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header__nav-list {
	display: flex;
	align-items: center;
}

.header__nav-item {
	margin-right: 40px;
}

.header__nav-link {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.02em;
}

.header__menu-btn {
	position: relative;
	cursor: pointer;
	padding-right: 20px;
}

.header__menu-btn::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0px;
	width: 10px;
	height: 6px;
	background-image: url("https://img14.shop-pro.jp/PA01140/175/etc/caret.png");
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease;
}

.header__menu-btn.open::after {
	transform: rotate(180deg);
}

.burger-btn {
	display: none;
}

/* header__menu */

.header__menu {
	display: none;
	position: absolute;
	top: 101px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.header__menu-content {
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px 0 0;
}

.header__menu-list {
	display: flex;
	flex-wrap: wrap;
}

.header__menu-list li {
	flex: 0 1 12.6%;
	width: 100%;
	margin-bottom: 60px;
}

.header__menu-list li:not(:nth-child(6n)) {
	margin-right: 4.86%;
}

.header__menu-list li a,
.header__menu-child-btn {
  padding-right: 10px;
	padding-bottom: 11px;
	display: block;
	border-bottom: 1px solid #EBEAE6;
}

.header__menu-list li a {
	position: relative;
}

.header__menu-list li a::after,
.header__menu-child-btn::after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0px;
	width: 6px;
	height: 4px;
   /*changes*/
	background-image: url("https://img14.shop-pro.jp/PA01140/175/etc/caret.png");
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
}


.header__menu-child-btn {
	position: relative;
	cursor: pointer;
}

.header__menu-child-btn::after {
	transform: rotate(0deg);
	transition: all .2s ease;
}

.header__menu-child-btn.open::after {
	transform: rotate(180deg);
}

.header__menu-child {
	display: none;
	margin-top: 14px;
}

.header__menu-child-list a {
	display: block;
	margin-bottom: 13px;
}

.header__menu-child-list a:last-child {
	margin-bottom: 0;
}


/* header__search */

.header__search-wrapper {
	display: none;
	position: absolute;
	top: 101px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.header__search {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.header__search-method {
	display: flex;
	align-items: center;
	height: 91px;
}

.header__search-list {
	flex: 0 1 50%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	z-index: 1;
}

.header__search-form {
	height: 100%;
}

.header__search-list::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 10px;
	height: 6px;
	background-image: url(https://img14.shop-pro.jp/PA01140/175/etc/caret.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: -1;
}

.header__search-list select {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

.header__keyword-wrapper {
	flex: 0 1 50%;
	box-sizing: border-box;
	height: 100%;
	padding-left: 44px;
	position: relative;
}

.header__keyword {
	height: 100%;
	width: 94%;
   padding: 0;
	font-size: 1.6rem;
}

.header__keyword::placeholder {
	color: rgba(51, 51, 51, .6);
	font-size: 1.3rem;
}

.header__keyword-submit,
.header__keyword-submit::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.header__keyword-submit {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.header__keyword-submit::after {
	width: 20px;
	height: 20px;
	background-image: url(https://img14.shop-pro.jp/PA01140/175/etc/search.png);
	background-repeat: no-repeat;
	background-size: contain;
}


/* header__tools */

.header__tools {
	flex: 0 0 187px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	height: 100px;
}

.header__tool-search {
	max-width: 20px;
	cursor: pointer;
}

.header__tool-account {
	max-width: 18px;
	margin: 0 25px;
}

.header__tool-cart {
	position: relative;
	max-width: 19px;
}

.p-global-header__cart-count {
	position: absolute;
	top: -12px;
	right: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	background: #333;
	font-size: .625rem;
	color: #fff;
	border-radius: 50%;
}

.header__tools img {
	height: 100%;
	object-fit: contain;
}


/* 1100px
--------------------------------------------- */
@media only screen and (max-width: 1100px) {

	.header__nav-item {
		margin-right: 25px;
	}

	.header__nav-link {
		font-size: 1.3rem;
	}

	.header__tools {
		flex: 0 0 140px;
	}
}

/* 900px
--------------------------------------------- */
@media only screen and (max-width: 900px) {

	.header {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 99;
	}

	.header__inner {
		height: 60px;
		padding-left: 20px;
	}

	.header__logo {
		max-width: 92px;
		margin-top: -3px;
	}

	.header__nav {
		position: fixed;
		top: 61px;
		right: -100%;
		opacity: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		transition: all .5s cubic-bezier(.165, .84, .44, 1);
		background-color: #fff;
		visibility: hidden;
		/* overflow-y: scroll; */
	}

	.header__nav.open {
		right: 0;
		opacity: 1;
		z-index: 99;
		visibility: visible;
	}

	.header__nav-list {
		display: block;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.header__nav-item {
		margin-right: 0;
	}

	.header__nav-link {
		font-size: 1.4rem;
		padding: 50px 0 30px;
		display: block;
		border-bottom: 1px solid #EBEAE6;
	}

	.header__menu-btn {
		padding-right: 0;
	}

	.header__menu-btn::after {
		top: 54px;
	}

	/* header__menu */

	.header__menu {
		top: 95px;
	}

	.header__menu-content {
		padding: 10px 0 30px;
		overflow-y: scroll;
		height: 74%;
	}

	.header__menu-list {
		display: block;
		box-sizing: border-box;
		padding-left: 20px;
	}

	.header__menu-list li {
		margin-bottom: 0;
	}

	.header__menu-list li:not(:nth-child(6n)) {
		margin-right: 0;
	}

	.header__menu-list li a,
	.header__menu-child-btn {
		padding: 26px 0 12px;
	}

	.header__menu-list li a::after,
	.header__menu-child-btn::after {
		top: 33px;
		width: 10px;
		height: 6px;
	}

	.header__menu-child {
		margin-top: 16px;
	}

	.header__menu-child-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: -27px;
	}

	.header__menu-list .header__menu-child-list a {
		margin-bottom: 0;
		border-bottom: none;
		padding: 0 9px 27px 0;
      width: calc(50% - 18px);
	}

	.header__menu-list .header__menu-child-list a::after {
		top: 8px;
	}

	.header__menu-child-list a:last-child {
		margin-bottom: 0;
	}


	/* header__search */

	.header__search-wrapper {
		top: 61px;
	}

	.header__search .inner {
		padding: 0;
	}

	.header__search-method {
		display: block;
		height: auto;
	}

	.header__search-list {
		border-right: none;
		border-bottom: 1px solid #ccc;
		height: 64px;
		padding-left: 20px;
	}

	.header__search-list::after {
		right: 24px;
	}

	.header__keyword-wrapper {
		padding-left: 20px;
		height: 64px;
	}

	.header__keyword {
		width: 85%;
	}

	.header__keyword-submit,
	.header__keyword-submit::after {
		right: 11px;
	}

	.header__keyword-submit {
		width: 25px;
		height: 25px;
	}

	.header__keyword-submit::after {
		width: 18px;
		height: 18px;
	}


	/* header__tools */
	.header__tools {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		border-left: none;
		border-right: 1px solid #ccc;
		height: 60px;
		padding-right: 20px;
	}

	.header__tool-search {
		max-width: 18px;
		cursor: pointer;
	}

	.header__tool-account {
		max-width: 16.5px;
		margin: 0 20px;
	}

	.header__tool-cart {
		max-width: 17px;
	}


	/* burger-btn */

	.burger-btn {
		display: block;
		border: none;
		cursor: pointer;
		z-index: 999;
		padding: 25px 20px;
		background-color: transparent;
	}

	.bar {
		margin: 0 auto;
		display: block;
		height: 1px;
		width: 26px;
		border-radius: 0px;
		background-color: var(--text-color);
		transition: transform .5s cubic-bezier(.165, .84, .44, 1);
	}

	.bar-top {
		margin-bottom: 8px;
	}

	/* ハンバーガーメニューが開いたとき */

	.burger-btn.cross .bar-top {
		transition-delay: 40ms;
		transform: translateY(5px) rotate(135deg);
	}

	.burger-btn.cross .bar-bottom {
		transition-delay: 20ms;
		transform: translateY(-4px) rotate(-135deg);
	}
}


/*------------------------------------------------------------------------------
  sns-links
------------------------------------------------------------------------------*/

.sns-links {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 9;
}

.sns-links__item {
	max-width: 48px;
	display: block;
}

.sns-links__item img {
	height: auto;
}

/* 900px
--------------------------------------------- */
@media only screen and (max-width: 900px) {

	.sns-links.pc {
		display: none;
	}

	.sns-links.sp {
		display: flex !important;
		position: static;
		padding: 40px 20px;
	}

	.sns-links__item:not(:last-child) {
		margin-right: 8px;
	}
}

/*------------------------------------------------------------------------------
	breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb {
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb__list li {
	font-size: 1.2rem;
	line-height: 1.66;
}

.breadcrumb__list li a {
	padding-right: 8px;
	margin-right: 16px;
	position: relative;
}

.breadcrumb__list li a:hover {
	 text-decoration: underline;
}

.breadcrumb__list li:not(:first-of-type) a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
	width: 8px;
	height: 1px;
	background-color: var(--text-color);
}

.footer__nav li a:hover {
	text-decoration: underline;
}

.breadcrumb__list li .--current {
  position: relative;
}

.breadcrumb__list li .--current::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background-color: var(--text-color);
}

.c-breadcrumbs {
	display: none;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}

/* 900
--------------------------------------------- */
@media only screen and (max-width: 900px) {

	.breadcrumb {
		margin-top: 61px;
	}
}

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

	.breadcrumb {
		margin-top: 0;
	}
}

/*------------------------------------------------------------------------------
  card
------------------------------------------------------------------------------*/

.card-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	margin-bottom: -75px;
}

.card {
	flex: 0 1 20%;
	max-width: 240px;
	position: relative;
	margin-bottom: 75px;
}

.card:not(:nth-child(4n)) {
	margin-right: 6.66%;
}

.card__img {
	width: 100%;
	margin-bottom: 11px;
   aspect-ratio: 80 / 101;
}

.card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card__label {
	position: absolute;
	top: 0;
	right: 15px;
	width: 29px;
}

.card__label img {
	width: 100%;
	height: 100%;
}

.card__price {
	color: #888;
	margin-top: 5px;
}

.card__price--sm {
	font-size: 1rem;
	line-height: 1.3;
}

.card__sold-out {
	color: #fff !important;
	font-weight: bold;
	line-height: 33px;
	width: 100%;
	height: 33px;
	background-color: #888;
	text-align: center;
	margin-top: 15px;
}

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

	.card-wrapper {
		margin-bottom: -50px;
	}

	.card {
		flex: 0 1 30%;
		max-width: 100%;
		margin-bottom: 50px;
	}

	.card:not(:nth-child(4n)) {
		margin-right: 0;
	}

	.card:not(:nth-child(3n)) {
		margin-right: 5%;
	}

	.card__img {
		margin-bottom: 11px;
	}

	.card__label {
		right: 10px;
	}

	.card__sold-out {
		font-size: 1.3rem;
		margin-top: 12px;
	}
}

/* 480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.card-wrapper {
		justify-content: space-between;
	}

	.card {
		flex: 0 1 46.26%;
	}


	.card:not(:nth-child(3n)) {
		margin-right: 0;
	}
}




/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/

.footer {
	padding: 60px 0;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}


.footer__inner {
	display: flex;
	justify-content: space-between;
}

.footer__content {
	flex: 0 1 19%;
}

.footer__logo {
	max-width: 149px;
	width: 100%;
	display: block;
	margin-bottom: 18px;
}

.footer__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer__address {
	margin-bottom: 18px;
}

.footer__info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.footer__info dt {
	flex: 0 1 30%;
	margin-bottom: 2px;
}

.footer__info dd {
	flex: 0 1 70%;
	margin-bottom: 2px;
}

.footer__nav {
	margin-bottom: 36px;
}

.footer__nav-item {
	font-size: 1.2rem;
	line-height: 1.66;
	margin-bottom: 11px;
}

.footer__sns-links {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}

.footer__sns-item img {
	height: 100%;
	object-fit: contain;
}

.footer__sns-item:not(:last-child) {
	margin-right: 20px;
}

.footer__detail-wrapper {
	flex: 0 1 70%;
}

.footer__payment {
	display: flex;
	align-items: center;
}

.footer__copyright {
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}

.footer__detail:first-child {
	margin-bottom: 68px;
}

.footer__detail-heading {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 11px;
	margin-bottom: 20px;
}

.footer__detail-icon {
	margin-right: 9px;
}

.footer__detail-icon img {
	height: 100%;
	object-fit: contain;
}

.footer__detail-icon.--car {
	max-width: 24.5px;
	margin-top: -3px;
}

.footer__detail-icon.--cart {
	max-width: 19.5px;
	margin-top: -2px;
}

.footer__title {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.footer__text-lg {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.38;
	letter-spacing: 0.02em;
	margin-bottom: 8px;
}

.footer__anchor {
	text-decoration: underline;
}

.footer__payment {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 16px;
}

.footer__payment li {
	position: relative;
	padding-left: 1.1em;
}

.footer__payment li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 9px;
	height: 10px;
	background-image: url('https://img14.shop-pro.jp/PA01140/175/etc/rhombus.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.footer__payment li:not(:last-child) {
	margin-right: 28px;
}

.footer__payment img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer__payment--amazon img {
	max-width: 110px;
}

.footer__payment--rakuten img {
	max-width: 55.5px;
}


/* 1100px
--------------------------------------------- */
@media only screen and (max-width: 1100px) {

	.footer__content {
		flex: 0 1 23%;
	}

	.footer__detail-wrapper {
		flex: 0 1 73.5%;
	}

	.footer__payment {
		font-size: 1.3rem;
	}

	.footer__payment li:not(:last-child) {
		margin-right: 20px;
	}

}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {

	.footer__info dt {
		flex: 0 1 100%;
		margin-bottom: 0;
		line-height: 1.4;
	}

	.footer__info dd {
		flex: 0 1 100%;
		margin-bottom: 6px;
	}


	.footer__content {
		flex: 0 1 25%;
	}

	.footer__detail-wrapper {
		flex: 0 1 70%;
	}

	.footer__payment {
		flex-wrap: wrap;
	}

	.footer__payment li:nth-child(3) {
		flex: 0 1 37%;
	}

	.footer__payment--amazon,
	.footer__payment--rakuten {
		margin-top: 20px;
	}

}

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

	.footer {
		padding: 40px 0 60px;
	}

	.footer__inner {
		display: block;
	}

	.footer__content {
		margin-bottom: 49px;
	}

	.footer__logo {
		max-width: 129px;
		margin-bottom: 17px;
	}

	.footer__address {
		line-height: 1.8;
		margin-bottom: 15px;
	}

	.footer__info {
		margin-bottom: 0;
		max-width: 350px;
	}

	.footer__info dt {
		flex: 0 1 22%;
		line-height: 1.8;
		margin-bottom: 4px;
	}

	.footer__info dd {
		flex: 0 1 78%;
		margin-bottom: 4px;
	}

	.footer__nav {
		margin-bottom: 21px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		max-width: 474px;
	}

	.footer__nav-item {
		margin-bottom: 14px;
	}
  
  .footer__nav-item a:hover {
    text-decoration: underline;
  }

	.footer__nav-item:nth-child(odd) a {
		border-right: 1px solid #EBEAE6;
		padding-right: 16px;
		margin-right: 16px;
	}

	.footer__sns-links {
		margin-bottom: 14px;
	}

	.footer__detail-wrapper {
		margin-bottom: 36px;
	}

	.footer__detail:first-child {
		margin-bottom: 55px;
	}

	.footer__detail-heading {
		margin-bottom: 18px;
	}

	.footer__title {
		font-size: 1.5rem;
	}

	.footer__payment {
		font-size: 1.2rem;
		margin-top: 25px;
		max-width: 450px;
	}

	.footer__payment li,
	.footer__payment li:nth-child(3) {
		flex: 0 1 45%;
		margin-bottom: 22px;
	}

	.footer__payment li:nth-child(even) {
		flex: 0 1 35%;
		margin-left: auto;
	}

	.footer__payment li:last-child {
		flex: 0 1 100%;
	}

	.footer__payment li::before {
		top: 6px;
	}

	.footer__payment li:not(:last-child) {
		margin-right: 0;
	}

	.footer__payment--amazon,
	.footer__payment--rakuten {
		margin-top: 0px;
	}
}


/* 374px
--------------------------------------------- */
@media only screen and (max-width: 374px) {

	.footer__nav {
		display: block;
	}

	.footer__nav-item:nth-child(odd) a {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
}


/*------------------------------------------------------------------------------
	how-to-choose 着物の選び方ページ
------------------------------------------------------------------------------*/

.how-to-choose {
	margin-top: 60px;
}

.how-to-choose__content:not(:last-child) {
	margin-bottom: 40px;
}


.how-to-choose__content .sub-title {
	margin-bottom: 20px;
}

.how-to-choose__content p {
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	line-height: 2.2;
}

.how-to-choose__img {
	margin: 0 auto 50px;
	max-width: 627px;
}

.how-to-choose__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* tpo-table */
.tpo-table {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.73;
	width: 100%;
   min-width: 975px;
	table-layout: fixed;
	margin-bottom: 8px;
}

.tpo-table__header {
	text-align: center;
}

.tpo-table tr:nth-child(even) {
	background-color: #F0EDED;
}

.tpo-table th {
	font-weight: 500;
	width: 169px;
	max-width: 169px;
	text-align: right;
	box-sizing: border-box;
	padding: 10px 20px;
	border-right: 1px solid #707070;
}

.tpo-table td {
	padding: 10px 5px;
	box-sizing: border-box;
	border-right: 1px solid #707070;
	vertical-align: middle;
	position: relative;
}

.tpo-table td img {
	margin: 0 auto;
	display: block;
	max-width: 24px;
	width: 100%;
	object-fit: contain;
	position: relative;
}

.tpo-table td.is-mark::after {
	content: "※";
	position: absolute;
	bottom: 11px;
	right: 22px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	display: block;
	z-index: 1;
}

.how-to-choose__notes {
	margin: 25px 0 9px;
}

.how-to-choose__tel {
	margin-bottom: 17px;
}

.mail-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--text-color);
	box-sizing: border-box;
	max-width: 300px;
	padding: 14.5px 10px;
}

.mail-btn__icon {
	width: 100%;
	max-width: 16px;
	margin-right: 7px;
}

.mail-btn__icon img {
	width: 100%;
	height: 100%;
	vertical-align: -2px;
	object-fit: contain;
}

.mail-btn__text {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	margin-left: 7px;
}

/* スクロールバー */

	.simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
      background-color: #ccc;
		border-radius: 20px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
	}


/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {

	.tpo-table-wrapper {
		overflow-x: scroll;
		margin-bottom: 7px;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding-bottom: 12px;
	}

	.tpo-table-wrapper::-webkit-scrollbar {
		display: none;
	}

	/* スクロールバー */

	.simplebar-track {
		background-color: #F0F0F0;
		border-radius: 20px;
		height: 12px;
	}

	.tpo-table {
		width: 1000px;
		margin-right: 20px;
	}

	.tpo-table th {
		position: sticky;
		left: 0;
		z-index: 9;
	}

	.tpo-table th::before,
	.tpo-table th::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		border-right: 1px solid #707070;
	}

	.tpo-table th::before {
		background-color: #fff;
	}

	.tpo-table tr:nth-child(even) th::before {
		background-color: #F0EDED;
	}
}

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

	.how-to-choose__content .sub-title {
		margin-bottom: 15px;
	}

	/* tpo-table */

	.tpo-table {
		font-size: 1.3rem;
      width: 688.5px;
    min-width: 688.5px;
	}

	.tpo-table th {
		width: 128px;
		max-width: 128px;
		padding: 9.5px 20px;
	}

	.tpo-table td {
		padding: 9.5px 5px;
	}

	.tpo-table td.is-mark::after {
		right: 6px;
		bottom: 10px;
	}

	.tpo-table-wrapper+.text-right {
		font-size: 1.3rem;
		text-align: left;
	}

	.mail-btn {
		max-width: 285px;
		padding: 13px 10px;
	}
}



/*------------------------------------------------------------------------------
	privacy-policy
------------------------------------------------------------------------------*/

.privacy-policy {
	margin-top: 54px;
}

.privacy-policy p,
.privacy-policy ul {
	font-size: 1.5rem;
	line-height: 2.2;
	letter-spacing: 0.06em;
}

.privacy-policy__heading {
	margin-bottom: 49px;
}

.privacy-policy__heading a {
	font-weight: bold;
	text-decoration: underline;
}

.privacy-policy__content:not(:last-of-type) {
	margin-bottom: 59px;
}

.privacy-policy__content .sub-title {
	margin-bottom: 16px;
}

.privacy-policy__content p,
.privacy-policy__content ul {
	margin-bottom: 23px;
}

.privacy-policy__contact {
	line-height: 1.8;
}

.privacy-policy__contact a:hover {
	text-decoration: underline;
}

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

	.privacy-policy {
		margin-bottom: -7px;
	}
}

/*------------------------------------------------------------------------------
	特定商取引法に基づく表記
------------------------------------------------------------------------------*/

.tokushoho {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2.2;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	margin-top: 24px;
	padding-bottom: 7px;
}

.tokushoho dt {
	flex: 0 1 23%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 22px 0 12px;
  	line-height: 2.2;
}

.tokushoho dd {
	flex: 0 1 77%;
	border-bottom: 1px solid #ccc;
	padding: 22px 0 12px;
	line-height: 2.2;
}

.tokushoho dd a:hover {
	text-decoration: underline;
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {

	.tokushoho dt {
		flex: 0 1 30%;
	}

	.tokushoho dd {
		flex: 0 1 70%;
	}
}

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

	.tokushoho {
		display: block;
	}

	.tokushoho dt {
		border-bottom: none;
		padding: 22px 0 0;
	}

	.tokushoho dd {
		padding: 0 0 12px;
	}
}

/*------------------------------------------------------------------------------
  sale
------------------------------------------------------------------------------*/

.sale {
	margin-bottom: -8px;
}

.sale__content:not(:last-of-type) {
	margin-bottom: 68px;
}

.sale__content .sub-title {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 15px;
}

.sale__content p,
.sale__content ul {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.sale__content p+p {
	margin-top: 24px;
}

.sale__content ul li {
	position: relative;
	padding-left: 2rem;
}

.sale__content ul li::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--text-color);
}

.sale__content ul li:not(:last-child) {
	margin-bottom: 38px;
}

.favorite__section {
  max-width: 1240px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 20px;
}

.favorite__section
.card-wrapper {
  margin-bottom: 0;
}

.favorite__card {
    flex: 0 1 15%;
    max-width: 180px;
    margin-bottom: 25px;
  color:#888 ;
}

.favorite__card:not(:nth-child(6n)) {
    margin-right: 2%;
}

.u-hidden {
  display:none;
}

.u-button--more {
  text-align: center;
    max-width: 250px;
    margin: 0 auto;
    border: solid 1px #ccc;
    padding: 10px 0;
    cursor: pointer;
}

.u-button--more span {
      position: relative;
    padding-right: 20px;
}

.u-button--more span::after {
       content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 10px;
    height: 6px;
    background-image: url(https://img14.shop-pro.jp/PA01140/175/etc/caret.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s ease;
}

.card__price {
    color: #888;
}

@media only screen and (max-width: 767px) {
  .favorite__section　.card-wrapper {
    justify-content: center !important;
}
.favorite__card {
        flex: 0 1 30%;
    max-width: 100%;
}
  .favorite__card:not(:nth-child(6n)) {
    margin-right: 0%;
}
  .favorite__card:not(:nth-child(3n)) {
    margin-right: 5%;
}
}
</pre></body></html>