@charset "UTF-8";

/* CSS Remedy */

*,
::after,
::before {
	box-sizing: border-box;
}

html {
	line-sizing: normal;
}

body {
	margin: 0;
}

[hidden] {
	display: none;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.17rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.83rem;
}

h6 {
	font-size: 0.67rem;
}

h1 {
	margin: 0.67em 0;
}

pre {
	white-space: pre-wrap;
}

hr {
	border-style: solid;
	border-width: 1px 0 0;
	color: inherit;
	height: 0;
	overflow: visible;
}

audio,
canvas,
embed,
iframe,
object,
svg,
video {
	display: block;
	vertical-align: middle;
	max-width: 100%;
}

source {
	display: none;
}

canvas,
img,
svg,
video {
	height: auto;
}

audio {
	width: 100%;
}

img {
	border-style: none;
}

svg {
	overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

figure,
form {
	margin: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	list-style-type: none;
}

button,
input,
select {
	height: auto !important;
}

button,
input,
select,
textarea {
	font-family: inherit !important;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.u-block-tab {
	display: none !important;
}

.u-block-sp {
	display: none !important;
}

.u-block-tab--none-sp {
	display: none !important;
}

.u-py100 {
	padding: 100px 0;
}

.u-text-center {
	text-align: center;
}

body {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2em;
	letter-spacing: 0.09rem;
	text-align: left;
	word-break: break-word;
}

input[type=submit] {
	border: 0;
	background-color: transparent;
}

input::-moz-placeholder {
	color: #AEAEAE;
}

input:-ms-input-placeholder {
	color: #AEAEAE;
}

input::placeholder {
	color: #AEAEAE;
}

button,
input,
select,
textarea {
	font-family: inherit !important;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 0.5rem;
}

img {
	max-width: 100%;
	height: auto;
}

.l-wrap {
	overflow-x: hidden;
}

.l-nav {
	position: fixed;
	z-index: 12000;
	top: 0;
	left: 0;
	width: 276px;
	height: 100%;
	padding: 45px 40px;
	transition: 0.5s;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.l-nav::-webkit-scrollbar {
	display: none;
}

.l-nav.is-active {
	right: 0;
}

.l-navLogo {
	display: block;
	margin: 0 0 45px;
	font-weight: bold;
}

.l-navLogoSp {
	max-width: 100%;
	height: 100%;
}

.l-navButton {
	display: none;
}

.l-navButtonWrap {
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
}

.l-navButtonWrap span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 25px;
	height: 1px;
	margin: auto;
	background-color: #484848;
	transition: 0.25s;
}

.l-navButtonWrap span:nth-child(1) {
	top: 25px;
	transform: rotate(45deg);
}

.l-navButtonWrap span:nth-child(2) {
	top: 25px;
	transform: rotate(-45deg);
}

.l-navContent > li + li {
	margin: 20px 0 0;
}

.l-navContent > li > a {
	display: inline-block;
	padding: 6px 10px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: 0.15em;
}

.l-navContent > li > a:hover {
	color: #fff;
	background-color: #000;
	border-radius: 5px;
}

.l-navContent > li.has-child-first > span,
.l-navContent > li.has-child-first > a,
.l-navContent > li .has-child-second > span,
.l-navContent > li .has-child-second > a {
	display: inline-block;
	position: relative;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.15em;
}

.l-navContent > li.has-child-first > span::before,
.l-navContent > li.has-child-first > span::after,
.l-navContent > li.has-child-first > a::before,
.l-navContent > li.has-child-first > a::after,
.l-navContent > li .has-child-second > span::before,
.l-navContent > li .has-child-second > span::after,
.l-navContent > li .has-child-second > a::before,
.l-navContent > li .has-child-second > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -14px;
	width: 10px;
	height: 1px;
	margin: auto;
	background-color: #000;
	transition: 0.25s;
}

.l-navContent > li.has-child-first > span::before,
.l-navContent > li.has-child-first > a::before,
.l-navContent > li .has-child-second > span::before,
.l-navContent > li .has-child-second > a::before {
	transform: rotate(90deg);
}

.l-navContent > li.has-child-first > span.is-active::before,
.l-navContent > li.has-child-first > a.is-active::before,
.l-navContent > li .has-child-second > span.is-active::before,
.l-navContent > li .has-child-second > a.is-active::before {
	transform: rotate(0);
}

.l-navItem {
	padding: 0 0 0 20px;
}

.l-navItem .is-child {
	padding: 4px 15px;
}

.l-navItem a {
	display: inline-block;
	position: relative;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.15em;
}

.l-navBanner {
	margin: 2rem 0 0;
}

.l-navBanner > li {
	margin: 16px 0 0;
}

.l-navSeachWrap {
	display: flex;
}

.l-navSeachWrap .c-search {
	width: calc(100% - 70px);
}

.l-navDelfree {
	padding: 0.5em !important;
	margin: 34px 4.6%;
	font-size: 1.2rem;
	line-height: 1.2em;
}

.l-content {
	width: calc(100% - 276px);
	margin: 0 0 0 auto;
	overflow: hidden;
}

.l-slider {
	max-width: 1590px;
	padding: 0 45px;
	margin: 0 auto 12rem;
	overflow: hidden;
}

.l-sliderWrap {
	display: none;
}

.l-sliderItem img {
	width: 100%;
}

.l-sliderThumbWrap {
	display: none;
	overflow: hidden;
}

.l-sliderThumbWrap .slick-list {
	margin: 0 -13px;
	overflow: visible;
}

.l-sliderThumbWrap .slick-current {
	position: relative;
}

.l-sliderThumbWrap .slick-current::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 22px;
	left: 0;
	right: 0;
	width: 2px;
	height: 8px;
	margin: auto;
	background-color: #232323;
}

.l-sliderThumbWrap .slick-current::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 0;
	right: 0;
	width: 2px;
	height: 8px;
	margin: auto;
	background-color: #fff;
}

.l-sliderThumbWrap .l-sliderItem {
	padding: 30px 13px 0;
}

.l-main {
	max-width: calc(1500px + 6.9%);
	margin: auto;
	padding: 0 6.9%;
}

.l-other {
	padding: 6rem 4.6% 20rem;
}

.l-newsline {
	font-size: 1.4rem;
	line-height: 2em;
	text-align: center;
	color: #fff;
}

.l-header {
	position: relative;
	padding: 60px 45px 20px;
}

.l-headerDescription {
	font-size: 1.4rem;
	font-weight: 300;
}

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

.l-headerContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.l-headerContent_right {
	display: flex;
	justify-content: flex-end;
	width: 50%;
	padding: 0 0 0 10px;
}

.l-headerNavButton {
	position: absolute;
	z-index: 10000;
	top: 7px;
	right: 4.2%;
	width: 50px;
	height: 50px;
}

.l-headerNavButton.is-fixed {
	position: fixed;
	top: 7px;
}

.l-headerNavButton.is-active span:nth-child(1) {
	top: 25px;
	transform: rotate(45deg);
}

.l-headerNavButton.is-active span:nth-child(2) {
	top: 25px;
	opacity: 0;
}

.l-headerNavButton.is-active span:nth-child(3) {
	top: 25px;
	transform: rotate(-45deg);
}

.l-headerNavButtonWrap {
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
}

.l-headerNavButtonWrap span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 25px;
	height: 1px;
	margin: auto;
	background-color: #484848;
	transition: 0.25s;
}

.l-headerNavButtonWrap span:nth-child(1) {
	top: 16px;
}

.l-headerNavButtonWrap span:nth-child(2) {
	top: 25px;
}

.l-headerNavButtonWrap span:nth-child(3) {
	top: 34px;
}

.l-homeNews {
	position: relative;
	margin: 0 0 12rem;
}

.l-homeNewsTitle {
	position: relative;
	z-index: 10;
}

.l-homeNewsWrap {
	position: relative;
	padding: 40px 7.6%;
	background-color: #F2F2F2;
}

.l-homeNewsList > li {
	line-height: 1.3em;
}

.l-homeNewsList > li + li {
	margin: 1.4rem 0 0;
}

.l-homeNewsList > li a {
	display: flex;
	transition: 0.25s;
}

.l-homeNewsList > li a:hover {
	opacity: 0.5;
}

.l-homeNewsList > li time {
	display: block;
	width: 12rem;
}

.l-homeNewsList > li p {
	width: calc(100%);
}

.l-homeNewsButton {
	margin: -15px 6.9% 0 0;
	text-align: right;
}

.l-homeNewsFixed {
	display: flex;
	margin: 0 0 20px;
}

.l-homeNewsFixedIcon {
	width: 3rem;
	padding: 0.5rem 0 0;
}

.l-homeNewsFixedIcon svg {
	margin: 0 1rem 0 0;
}

.l-homeNewsFixedIcon .icon-info {
	width: 2rem;
	height: 2rem;
}

.l-homeNewsFixedIcon .icon-nikukyu {
	width: 2.4rem;
	height: 2.1rem;
}

.l-homeNewsFixedIcon .icon-dog {
	width: 2.7rem;
	height: 2.3rem;
}

.l-homeNewsFixedIcon .icon-cat {
	width: 2.3rem;
	height: 2rem;
}

.l-homeNewsFixedIcon .icon-bird {
	width: 2.5rem;
	height: 2.2rem;
}

.l-homeNewsFixedIcon .icon-flower {
	width: 2.4rem;
	height: 2.3rem;
}

.l-homeNewsFixedIcon .icon-heart {
	width: 2.3rem;
	height: 2rem;
}

.l-homeNewsFixedIcon .icon-star {
	width: 2.2rem;
	height: 2rem;
}

.l-homeNewsFixed a {
	display: block;
	width: calc(100% - 3rem);
	position: relative;
	font-size: 1.8rem;
}

.l-homePickup {
	margin: 0 0 12rem;
}

.l-homePickupRow .l-homePickupCol:nth-child(n+3) {
	margin: 55px 0 0;
}

.l-homeRanking {
	margin: 0 0 4rem;
}

.l-homeItem {
	margin: 0 0 12rem;
}

.l-homeItemButton {
	text-align: center;
}

.l-homeSale {
	margin: 0 0 12rem;
}

.l-homeSale .c-button {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	height: 100%;
	padding: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.2em;
}

.l-homeSaleCol {
	margin: 0 0 15px;
}

.l-homeFeature {
	margin: 0 0 12rem;
}

.l-homeFeatureRow {
	justify-content: flex-start !important;
	margin: 0 -20px;
}

.l-homeFeatureRow .l-homeFeatureCol {
	margin: 0 10px;
}

.l-homeFeatureRow .l-homeFeatureCol:nth-child(n+4) {
	margin: 20px 10px 0;
}

.l-homeBlog {
	margin: 0 0 26rem;
}

.l-homeBlogList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.l-homeBlogList > li {
	width: 25%;
	padding: 0 8px;
}

.l-homeBlogCard {
	display: block;
	height: 100%;
	padding: 13px;
	color: #707070;
	transition: 0.25s;
}

.l-homeBlogCard:hover {
	background-color: #F3F3F3;
}

.l-homeBlogCard time {
	display: block;
	margin: 10px 0 5px;
	font-size: 1.4rem;
	line-height: 1;
}

.l-homeBlogCardTitle {
	margin: 0;
	font-size: 2rem;
	line-height: 1.4em;
	font-weight: bold;
}

.l-homeBlogButton {
	margin: 30px auto 0;
	text-align: center;
}

.l-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px;
}

.l-footer {
	position: relative;
	padding: 60px 2%;
}

.l-footerNavWrap {
	display: flex;
	justify-content: center;
}

.l-footerNavItems {
	max-width: 25%;
	width: 100%;
	padding: 0 20px;
}

.l-footerNavSns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 0 -10px;
}

.l-footerNavSns > li {
	margin: 0 0 12px 12px;
}

.l-footerNavSns .facebook svg {
	width: 26px;
	height: 26px;
}

.l-footerNavSns .twitter svg {
	width: 26px;
	height: 21px;
}

.l-footerNavSns .insta svg {
	width: 25px;
	height: 25px;
}

.l-footerNavSns .line svg {
	width: 27px;
	height: 26px;
}

.l-footerNavSns .youtube svg {
	width: 28px;
	height: 28px;
}

.l-footerNavSns .ameba svg {
	width: 26px;
	height: 25px;
}

.l-footerNavSns .tiktok svg {
	width: 26px;
	height: 25px;
}

.l-footerNavSns .note svg {
	width: 26px;
	height: 26px;
}

.l-footerNavMmText {
	line-height: 1.4em;
}

.l-footerCopyright {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #232323;
}

.l-topscroll {
	position: absolute;
	top: -40px;
	right: 20px;
	text-align: center;
	transition: 0.25s;
	cursor: pointer;
}

.l-topscroll.is-nikukyu {
	top: -120px;
}

.l-topscroll.is-nikukyu:hover {
	top: -150px;
}

.l-topscroll.is-arrow {
	top: -70px;
}

.l-topscroll.is-arrow:hover {
	top: -100px;
}

.l-topscrollArrow {
	width: 18px;
	margin: auto;
}

.l-topscrollIcon {
	width: 66px;
	height: 60px;
}

.l-topscrollIcon svg {
	width: 66px;
	height: 60px;
}

.l-topscrollLabel {
	padding: 10px 0;
}

.l-topscrollBd {
	width: 2px;
	height: 50px;
	margin: auto;
	background-color: #000;
}

.l-about {
	margin: 3rem 0 20rem;
}

.l-aboutContent {
	position: relative;
}

.l-aboutContentRow {
	position: relative;
}

.l-aboutContentCol_img {
	position: relative;
	z-index: 12;
}

.l-aboutContentCol_detail {
	position: relative;
	z-index: 10;
}

.l-aboutContentCol_map {
	position: relative;
	width: 45%;
}

.l-aboutContentTitle {
	position: relative;
	z-index: 10;
	display: inline-block;
	line-height: 1.15;
}

.l-aboutContentTitle .is-en {
	font-size: 5.2rem;
	font-weight: 300;
	letter-spacing: 0.2rem;
}

.l-aboutContentTitle .is-ja {
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
}

.l-aboutContentTitle .is-bd {
	display: block;
	width: 2px;
	height: 65px;
	margin: 20px auto;
	background-color: #000;
}

.l-aboutContentText {
	padding: 70px 40px 40px;
	margin: -55px 0 0;
	font-size: 2rem;
	word-break: break-all;
	background-color: #F2F2F2;
}

.l-aboutContentText a {
	text-decoration: underline;
}

.l-aboutFirst {
	margin: 0 0 150px;
	padding: 0;
}

.l-aboutFirst .l-aboutContentCol_img {
	width: 53.8%;
	padding: 0 40px 0 0;
}

.l-aboutFirst .l-aboutContentCol_detail {
	width: 46.2%;
	padding: 50px 0 0;
}

.l-aboutSecond {
	padding: 0 0 25%;
	margin: 0 0 calc(150px - 13%);
}

.l-aboutSecond .l-aboutContentCol_detail {
	width: 100%;
	padding: 0 34% 0 0;
}

.l-aboutSecond .l-aboutContentCol_img {
	position: absolute;
	bottom: -200px;
	right: 0;
	width: 35.7%;
	padding: 230px 0 0;
}

.l-aboutSecond .l-aboutContentCol_img img {
	width: 100%;
}

.l-aboutThird .l-aboutContentCol_detail {
	width: 55%;
	padding: 0 0 0 50px;
}

.l-aboutGuide .l-aboutContentTitle .is-ja {
	font-size: 3rem;
}

.l-aboutGuide .l-aboutContentText {
	height: calc(100% - 95px);
	font-size: 1.8rem;
	line-height: 1.5em;
}

.l-aboutGuide .l-aboutContentText .is-basic {
	font-size: 1.8rem;
	font-weight: 500;
}

.l-aboutGuide .l-aboutContentText .is-price {
	padding: 0 0 0 10px;
	font-size: 3.6rem;
	font-weight: 500;
	color: #C76969;
}

.l-aboutGuide .l-aboutContentText .is-price span {
	font-size: 2.8rem;
}

.l-aboutGuide .l-aboutContentText .is-em {
	font-size: 1.8rem;
	font-weight: 800;
}

.l-aboutGuide .l-aboutContentText .is-note {
	padding: 20px 0 0;
	font-size: 1.4rem;
	line-height: 1.8em;
}

.l-aboutGuideCredit {
	margin: 0 0 20px;
	align-items: center;
}

.l-aboutGuideCredit_img {
	padding: 10px;
	background: #fff;
}

.l-aboutGuideCredit_img img {
	max-width: 290px;
	width: 100%;
}

.l-aboutGuide .c-col02 {
	height: auto;
	padding: 60px 0 0;
	margin: 60px 0 0;
}

.l-category {
	margin: 0 auto 200px;
}

.l-categoryList {
	padding: 4.8rem 0 8rem;
}

.l-categoryListRow {
	justify-content: flex-start !important;
	margin: 0 -11px;
}

.l-categoryList .c-col05 {
	width: 20%;
	padding: 0 11px 22px;
}

.l-categoryList .c-col02_sp {
	width: 50%;
	padding: 0 5px 10px;
}

.l-categoryList .c-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	height: auto;
	padding: 12px 10px;
	font-size: 2.2rem;
}

.l-categoryItems {
	margin: 0 0 150px;
}

.l-categoryItemsTitle {
	margin: 0 0 80px !important;
}

.l-item {
	padding: 25px 0 200px;
}

.l-itemRow {
	margin: 0 0 50px;
}

.l-itemThumb {
	position: relative;
	max-width: 55%;
	width: 100%;
}

.l-itemThumb .label_image.detail {
	position: absolute;
	z-index: 10;
	top: -15px;
	left: -15px;
	width: 80px;
	height: 80px;
}

.l-itemThumbImage {
	opacity: 0;
}

.l-itemThumbImage.slick-initialized {
	opacity: 1;
	transition-delay: 0.25s;
}

.l-itemThumbImage img {
	width: 100%;
}

.l-itemThumbNav {
	margin: 24px -3px 0;
	opacity: 0;
}

.l-itemThumbNav.slick-initialized {
	opacity: 1;
	transition-delay: 0.25s;
}

.l-itemThumbNav .slick-track {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
	transform: none !important;
}

.l-itemThumbNav .slick-slide {
	float: none;
	width: 20% !important;
	padding: 0 3px;
	margin: 0 0 6px;
}

.l-itemDetail {
	max-width: 45%;
	width: 100%;
	padding: 0 0 0 44px;
}

.l-itemDetailName {
	font-size: 3.2rem;
	font-weight: 300;
	text-align: left;
	line-height: 1.2em;
}

.l-itemDetailPrice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem 0;
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: right;
	word-break: break-word;
}

.l-itemDetailPriceOff {
	padding: 0.5rem 0;
}

.l-itemDetailPrice .c-itemOff {
	margin: 0 2rem 0 0;
	font-size: 1.9rem;
}

.l-itemDetailPrice .is-properprice {
	padding: 0.5rem 2rem 0.5rem 0;
	color: #707070;
	text-decoration: line-through;
}

.l-itemDetailPrice .is-saleprice {
	padding: 0.5rem 0;
}

.l-itemDetailPrice .is-tax {
	display: inline-block;
	position: relative;
	padding: 3px 0 0 5px;
	font-size: 1.7rem;
	word-break: keep-all;
}

.l-itemDetailDescription {
	padding: 20px;
	text-align: left;
	line-height: 1.5em;
	color: #575757;
	background-color: #F2F2F2;
}

.l-itemDetailStatus {
	padding: 1rem 0;
	font-size: 4.5rem;
	font-weight: 500;
	text-align: right;
	color: #616161;
}

.l-itemLp {
	padding: 0 9.3%;
}

.l-itemShare {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.l-itemShare .facebook {
	margin: 0 7px;
}

.l-itemShare #reportBtn {
	font-size: 1.2rem;
}

.l-itemGuide {
	padding: 0 9.7%;
}

.l-itemGuide .l-aboutContentTitle .is-ja {
	font-size: 3rem;
}

.l-itemRelaed {
	padding: 0 calc(9.7% - 12px);
}

.l-itemRelaed .c-sectionTitle .is-bd {
	width: 11%;
}

.l-review {
	padding: 50px 9.7% 0;
}

.l-related {
	position: relative;
	margin: 80px 0 0;
}

.l-relatedTitle {
	justify-content: flex-start;
	margin: 0 0 3rem;
}

.l-relatedTitle .is-en {
	font-size: 4rem !important;
}

.l-relatedRow {
	justify-content: center !important;
}

.l-related .c-item {
	width: 33.33333%;
	padding: 0 12px;
}

.l-related .c-itemPrice {
	padding: 1rem 0 0;
}

.l-relatedBlogTitle {
	margin: 0 0 3rem;
}

.l-relatedBlogList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -31px;
}

.l-relatedBlogList > li {
	width: 33.333%;
	padding: 0 31px;
}

.l-relatedBlogCard {
	display: block;
	height: 100%;
	transition: 0.25s;
}

.l-relatedBlogCard:hover img {
	opacity: 0.5;
}

.l-relatedBlogCard time {
	display: block;
	margin: 1.2rem 0 0;
	font-size: 1.4rem;
	line-height: 1;
}

.l-relatedBlogCardTitle {
	margin: 1rem 0 0;
	font-size: 2rem;
	font-weight: bold;
}

.l-relatedBlogButton {
	margin: 30px auto 0;
	text-align: center;
}

.l-noPage {
	padding: 10rem 4.6% 15rem;
	text-align: center;
	padding: 10rem 4.6% 15rem;
}

.l-noPage.is-other {
	padding: 5rem 4.6% 0;
}

.c-button {
	position: relative;
	display: inline-block;
	padding: 10px;
	text-align: center;
	min-width: 231px;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0.5rem;
	transition: 0.25s;
}

.c-button:hover::before {
	background-color: #fff;
}

.c-button.is-more::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 44px;
	height: 2px;
	background-color: #000;
	transition: 0.25s;
}

.c-button.is-more::after {
	content: "";
	display: block;
	position: absolute;
	right: -58px;
	bottom: 10px;
	width: 58px;
	height: 2px;
	background-color: #000;
}

.c-button.is-more .is-arrow {
	position: absolute;
	bottom: 10px;
	right: -65px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0 16px;
	border-color: transparent transparent transparent #000;
}

.c-button.is-moreWrap {
	margin: 30px auto 0;
}

.c-logo {
	font-size: 7rem;
}

.c-homeTitle {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}

.c-homeTitle .is-en {
	display: block;
	position: relative;
	padding: 0 22px 0 0;
	font-size: 4.8rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.5rem;
}

.c-homeTitle .is-bd {
	display: block;
	width: 107px;
	height: 2px;
	background-color: #000;
}

.c-homeTitle .is-ja {
	display: block;
	padding: 0 0 0 22px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.2em;
}

.c-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-col02 {
	width: calc(50% - 22px);
	height: 100%;
}

.c-col03 {
	width: calc(33.333% - 20px);
}

.c-col04 {
	width: calc(24% - 15px);
}

.c-col05 {
	width: calc(20% - 11px);
}

.c-item {
	position: relative;
	width: 25%;
	padding: 0 22px 80px;
}

.c-item > a {
	position: relative;
	display: block;
}

.c-item .label_image {
	position: absolute;
	z-index: 5;
	top: -10px;
	left: -10px;
	width: 80px;
	height: 80px;
}

.c-item .gentei {
	display: inline-block;
	margin: 8px 0 0;
	padding: 2px 8px;
	font-weight: 400;
	line-height: 1.4em;
	color: #fff;
	background-color: #D8B425;
	border-radius: 3px;
}

.c-item .chusen {
	display: inline-block;
	margin: 8px 0 0;
	padding: 2px 8px;
	font-weight: 400;
	line-height: 1.4em;
	color: #fff;
	background-color: #E27575;
	border-radius: 3px;
}

.c-item .takeout {
	display: inline-block;
	margin: 8px 0 0;
	padding: 2px 8px;
	font-weight: 400;
	line-height: 1.4em;
	color: #fff;
	background-color: #98BF6B;
	border-radius: 3px;
}

.c-itemImg {
	position: relative;
}

.c-itemName {
	margin: 1.5rem 0 0;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.3em;
	text-align: left;
	color: #707070;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.c-itemPrice {
	font-size: 2rem;
	font-weight: 300;
	color: #707070;
	line-height: 1;
}

.c-itemPrice .is-price {
	display: inline-block;
	padding: 1rem 10px 0.8rem 0;
	word-break: break-all;
}

.c-itemOff {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 10px 10px 0;
	font-size: 1.6rem;
	color: #C81C1C;
	border: 1px solid #C81C1C;
}

.c-itemComminsoon,
.c-itemSoldout {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto;
	color: #fff;
	text-align: center;
	line-height: 5.5rem;
	background-color: #000;
}

.c-itemStock {
	display: inline-block;
	font-size: 1.6rem;
}

.c-itemRank {
	width: 7rem;
	height: 4.8rem;
	padding: 1.8rem 0 0;
	margin: 0 auto 10px;
	font-size: 2.7rem;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.membershipPoint__amountWrapper {
	margin-bottom: 16px!important;
}

.c-delfree {
	padding: 0 10px;
	color: #fff;
	text-align: center;
}

.c-search {
	max-width: 339px;
	min-width: 150px;
	width: 100%;
}

.c-searchForm {
	position: relative;
}

.c-searchInput {
	display: block;
	width: 100%;
	height: 34px !important;
	padding: 0 1rem !important;
	margin: 0 !important;
	border: 1px solid #848484 !important;
	border-radius: 0.5rem;
	box-shadow: none !important;
}

.c-searchSubmit {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	height: 18px !important;
	margin: auto;
	font-size: 0;
	background-image: url(https://basefile.akamaized.net/hameedemo04-base-shop/6285b44d28984/icon-search.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-footerNavTitle {
	margin: 0 0 10px;
	font-size: 2.4rem;
}

.c-footerNavLinks > li + li {
	margin: 0.8rem 0 0;
}

.c-footerNavLinks > li a {
	display: block;
	padding: 0.08rem 0;
	line-height: 1.4em;
}

a img {
	transition: 0.25s;
}

a img:hover {
	opacity: 0.5;
}

.c-pageTitle {
	margin: 0 0 24px;
	text-align: center;
}

.c-pageTitle .is-text {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.2em;
}

.c-pageTitle .is-bd {
	display: block;
	width: 2px;
	height: 65px;
	margin: 20px auto 0;
	background-color: #000;
}

.c-pageLead {
	font-size: 1.8rem;
	text-align: center;
}

.c-sectionTitle {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}

.c-sectionTitle .is-en {
	font-size: 4.9rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	word-break: keep-all;
}

.c-sectionTitle .is-bd {
	display: block;
	width: 108px;
	height: 2px;
	margin: 0 0 0 22px;
	background-color: #000;
}

.c-sectionTitle .is-ja {
	padding: 0 0 0 22px;
	font-size: 2.4rem;
	font-weight: 300;
}

.c-loading {
	width: 250px;
	margin: 0 auto 30px;
}

.is-hidden {
	display: none;
}

.c-item.is-commingsoon .c-itemImg img {
	opacity: 0.5;
}

.c-item.is-soldout .c-itemImg img {
	opacity: 0.5;
}

.c-itemPrice.is-red {
	font-weight: 500;
}

.js-accordion {
	cursor: pointer;
}

.js-accordion-connect {
	display: none;
}

@media screen and (min-width: 981px) {

.l-sliderThumbWrap .slick-track {
	transform: translate3d(0, 0px, 0px) !important;
}

}

@media only screen and (max-width: 1200px) {

.u-block-tab {
	display: block !important;
}

.u-block-tab--none-sp {
	display: block !important;
}

.l-nav {
	width: 100%;
	left: auto;
	right: -100%;
	padding: 45px 4.6%;
	color: #fff;
	background-color: #F2F2F2;
}

.l-navButton {
	display: block;
	position: absolute;
	z-index: 15000;
	top: 34px;
	right: 4.2%;
	width: 50px;
	height: 50px;
}

.l-navContent {
	padding: 0 16px;
	margin: 30px 0 0;
}

.l-navBanner {
	display: flex;
	padding: 0 16px;
}

.l-navBanner > li {
	width: 50%;
	padding: 0 5px;
}

.l-content {
	width: 100%;
	margin: auto;
}

.l-sliderThumbWrap {
	padding: 0;
}

.l-sliderThumbWrap .slick-list {
	margin: 0 -8px;
}

.l-sliderThumbWrap .slick-current::before {
	top: 8px;
}

.l-sliderThumbWrap .slick-current::after {
	top: 16px;
}

.l-sliderThumbWrap .l-sliderItem {
	padding: 16px 4px 0;
}

.l-headerDescription {
	text-align: center;
}

.l-headerLogo {
	position: relative;
	top: -20px;
	width: calc(100% - 60px);
}

.l-headerContent {
	display: block;
}

.l-headerContent_left {
	padding: 10px 0;
}

.l-headerContent_right {
	justify-content: center;
	width: 100%;
	padding: 10px 0;
}

.l-homeNewsButton {
	padding: 0;
	margin: -15px 0 0;
	text-align: center;
}

.l-homeRanking .c-item {
	width: 25%;
}

.l-footerNavWrap {
	flex-wrap: wrap;
}

.l-footerNavItems {
	max-width: 50%;
	margin: 0 0 4rem;
}

.l-itemThumb {
	max-width: 50%;
}

.l-itemDetail {
	max-width: 50%;
}

.l-itemDetailName {
	font-size: 2.6rem;
}

.l-itemDetailPrice {
	font-size: 2.6rem;
}

.l-itemDetailStatus {
	font-size: 3.3rem;
}

.l-itemLp {
	padding: 0;
}

.l-itemGuide {
	padding: 0;
}

.l-itemRelaed {
	padding: 0;
}

.l-review {
	padding: 50px 0 0;
}

.l-relatedTitle .is-en {
	font-size: 3rem !important;
}

.c-homeTitle .is-en {
	font-size: 4rem;
}

.c-homeTitle .is-ja {
	font-size: 2rem;
}

.c-item {
	width: 33.333%;
}

.c-search {
	max-width: 100%;
}

.c-sectionTitle .is-en {
	font-size: 4rem;
}

}

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

.u-block-pc {
	display: none !important;
}

.u-block-sp {
	display: block !important;
}

.u-block-tab--none-sp {
	display: none !important;
}

.l-slider {
	padding: 0;
	margin: 0 0 3.5rem;
}

.l-sliderThumbWrap {
	margin: 0 8px;
}

.l-main {
	max-width: 100%;
	padding: 0 4.2%;
}

.l-other {
	padding: 3rem 4.2% 20rem;
}

.l-newsline {
	font-size: 1rem;
}

.l-header {
	padding: 18px 4.2%;
}

.l-headerLogo {
	position: static;
}

.l-headerNavButton {
	top: 7px;
}

.l-headerNavButton.is-active {
	top: -40px;
}

.l-homeNews {
	margin: 0 0 8rem;
}

.l-homeNewsWrap {
	padding: 55px 4.6%;
	margin: -45px -4.6% 0;
}

.l-homeNewsList > li time {
	width: 11rem;
	padding: 0;
}

.l-homeNewsList > li p {
	width: calc(100% - 1rem);
}

.l-homeNewsButton {
	padding: 0;
	text-align: center;
}

.l-homeNewsFixed {
	display: block;
	padding: 30px 0 0;
	text-align: center;
}

.l-homeNewsFixedIcon {
	width: 100%;
	padding: 0;
}

.l-homeNewsFixedIcon svg {
	display: block;
	margin: 0 auto 0.5rem;
}

.l-homeNewsFixed a {
	width: 100%;
	font-size: 1.4rem;
}

.l-homePickup {
	margin: 0 0 8rem;
}

.l-homePickupRow {
	margin: -20px 0 0;
}

.l-homePickupRow .l-homePickupCol:nth-child(n+3) {
	margin: 15px 0 0 !important;
}

.l-homePickupRow .l-homePickupCol {
	margin: 15px 0 0 !important;
}

.l-homeRanking {
	margin: 0 0 6rem;
}

.l-homeRanking .c-item {
	width: 50%;
}

.l-homeItem {
	margin: 0 0 8rem;
}

.l-homeSale {
	margin: 0 0 8rem;
}

.l-homeSale .c-button {
	font-size: 1.4rem;
}

.l-homeFeature {
	margin: 0 0 8rem;
}

.l-homeFeatureRow {
	margin: -10px 0 0;
}

.l-homeFeatureRow .l-homeFeatureCol:nth-child(n+4) {
	margin: 10px 5px 0;
}

.l-homeFeatureRow .l-homeFeatureCol {
	margin: 10px 5px 0 !important;
}

.l-homeBlog {
	margin: 0 0 16rem;
}

.l-homeBlogList {
	margin: -30px -8px 0;
}

.l-homeBlogList > li {
	width: 50%;
}

.l-homeBlogCard {
	padding: 30px 0 0;
}

.l-homeBlogCard:hover {
	background-color: transparent;
}

.l-homeBlogCard time {
	font-size: 1rem;
}

.l-homeBlogCardTitle {
	font-size: 1.4rem;
}

.l-items {
	margin: 0;
}

.l-footer {
	padding: 45px 4.6%;
}

.l-footerNavWrap {
	display: block;
}

.l-footerNavItems {
	max-width: 100%;
}

.l-footerNavMmText {
	font-size: 1.4rem;
}

.l-about {
	padding: 0;
	margin: 3rem 0 15rem;
}

.l-aboutContentCol_img {
	position: static !important;
	width: 100% !important;
	padding: 0 !important;
}

.l-aboutContentCol_img img {
	margin: -40px 0 0 !important;
}

.l-aboutContentCol_detail {
	z-index: 15;
	width: 100% !important;
	padding: 4.2% !important;
}

.l-aboutContentCol_map {
	width: 100%;
}

.l-aboutContentCol_map iframe {
	margin: -40px 0 0 !important;
}

.l-aboutContentCol_map + .l-aboutContentCol_detail {
	padding: 1.6rem 0 !important;
}

.l-aboutContentCol_map + .l-aboutContentCol_detail .l-aboutContentText {
	margin: 0 !important;
}

.l-aboutContentTitle {
	display: block;
	padding: 0 4.2%;
	text-align: center;
}

.l-aboutContentTitle .is-en {
	font-size: 3.5rem;
}

.l-aboutContentTitle .is-ja {
	font-size: 2.6rem;
	text-align: center;
}

.l-aboutContentTitle .is-bd {
	height: 35px;
}

.l-aboutContentText {
	padding: 20px;
	margin: -30px 0 0;
	font-size: 1.4rem;
	line-height: 1.5em;
}

.l-aboutFirst {
	margin: 0 0 60px;
}

.l-aboutSecond {
	margin: 0;
}

.l-aboutSecond .l-aboutContentCol_detail {
	padding: 0;
}

.l-aboutGuide .l-aboutContentTitle .is-ja {
	font-size: 2.4rem;
}

.l-aboutGuide .l-aboutContentText {
	padding: 55px 4.2%;
	margin: -40px 0 0;
}

.l-aboutGuide .c-col01_sp {
	margin: 0 !important;
}

.l-categoryListRow {
	margin: 0;
}

.l-categoryList .c-button {
	font-size: 1.2rem;
}

.l-item {
	padding: 0 0 100px;
}

.l-itemThumb {
	max-width: 100%;
}

.l-itemThumb .label_image.detail {
	top: 10px;
	left: -5px;
	width: 60px;
	height: 60px;
}

.l-itemThumbImage {
	width: 100vw;
	margin: 0 calc(-50vw + 50%);
}

.l-itemDetail {
	max-width: 100%;
	padding: 24px 0 0;
}

.l-itemDetailName {
	font-size: 2.4rem;
}

.l-itemDetailPrice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
	font-size: 2.4rem;
	text-align: left;
}

.l-itemDetailPriceOff {
	order: 5;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0.5rem 0 0;
	text-align: center;
}

.l-itemDetailPrice .c-itemOff {
	margin: 0;
}

.l-itemDetailPrice .is-properprice {
	padding: 0 2rem 0 0;
	font-size: 2.5rem;
}

.l-itemDetailPrice .is-saleprice {
	padding: 0;
	font-size: 3.3rem;
	text-align: center;
}

.l-itemDetailPrice .is-tax {
	padding: 0 0 0 5px;
	font-size: 1.1rem;
}

.l-itemDetailDescription {
	padding: 4.6%;
	margin: 0 -4.6%;
	font-size: 1.4rem;
}

.l-itemDetailStatus {
	text-align: center;
}

.l-itemGuide {
	margin: 0 -4.6%;
}

.l-itemGuide .l-aboutContentText {
	padding: 55px 9.2%;
}

.l-itemRelaed {
	padding: 0 5%;
	margin: 0 -4.8%;
}

.l-itemRelaed .c-sectionTitle .is-bd {
	width: 66px;
}

.l-review {
	padding: 0;
}

.l-related {
	padding: 60px 0;
	margin: 120px 0 0;
}

.l-relatedTitle {
	position: absolute;
	left: 0;
	right: 0;
	top: -7rem;
	width: 100%;
	padding: 0;
}

.l-related .c-item {
	padding: 0 5px;
}

.l-relatedBlogList {
	justify-content: center;
	margin: 40px -4px;
}

.l-relatedBlogList > li {
	padding: 0 4px;
}

.l-relatedBlogCard time {
	margin: 1rem 0 0;
	font-size: 1.3rem;
}

.l-relatedBlogCardTitle {
	font-size: 1.3rem;
	line-height: 1.2em;
}

.c-button {
	width: 100%;
	min-width: auto;
}

.c-button.is-more {
	width: 200px;
}

.c-button.is-more::before {
	width: 27px;
}

.c-button.is-more::after {
	right: -50px;
	width: 50px;
}

.c-homeTitle {
	position: relative;
	display: block;
	margin: 0 0 20px;
	text-align: center;
}

.c-homeTitle .is-en {
	padding: 0;
	font-size: 3rem;
}

.c-homeTitle .is-bd {
	display: none;
}

.c-homeTitle .is-ja {
	width: 50%;
	padding: 2rem 0 2rem 22px;
	margin: 1rem 0 0 50%;
	font-size: 1.5rem;
	text-align: left;
}

.c-col01_sp {
	width: 100%;
}

.c-col02_sp {
	width: calc(50% - 10px);
}

.c-col03_sp {
	width: calc(33.333% - 16px);
}

.c-item {
	width: 50%;
	padding: 0 13px 25px;
}

.c-item .label_image {
	top: -5px;
	left: -5px;
	width: 53px;
	height: 53px;
}

.c-item .gentei {
	font-size: 1.1rem;
}

.c-item .chusen {
	font-size: 1.1rem;
}

.c-item .takeout {
	font-size: 1.1rem;
}

.c-itemName {
	margin: 1rem 0 0;
	font-size: 1.4rem;
}

.c-itemPrice .is-price {
	padding: 0.8rem 10px 0.8rem 0;
	font-size: 1.4rem;
}

.c-itemOff {
	padding: 0.4rem 0.8rem;
	margin: 0 10px 0 0;
	font-size: 1rem;
}

.c-itemComminsoon,
.c-itemSoldout {
	font-size: 1.1rem;
	line-height: 2.2rem;
}

.c-itemStock {
	font-size: 1rem;
}

.c-itemRank {
	width: 4rem;
	height: 2.8rem;
	padding: 0.4rem 0 0;
	font-size: 1.4rem;
}

.c-footerNavTitle {
	font-size: 1.6rem;
}

.c-footerNavLinks > li a {
	font-size: 1.4rem;
}

.c-pageTitle .is-text {
	font-size: 2.6rem;
}

.c-pageLead {
	font-size: 1.4rem;
}

.c-sectionTitle {
	display: block;
	text-align: center;
}

.c-sectionTitle .is-en {
	font-size: 3rem;
}

.c-sectionTitle .is-bd {
	width: 66px;
	margin: 40px auto 0;
	transform: rotate(90deg);
}

.c-sectionTitle .is-ja {
	position: absolute;
	bottom: -15%;
	left: 52%;
	font-size: 1.6rem;
}

.js-accordion {
	cursor: auto;
}

}
