@charset "utf-8";
/* Theme Name: ns-mineral meteorite */

/* = Theme Color
-------------------------------------------------------------- */
:root {
  --white: #FFF;
  --black: #111;
  --light-gray: #DEDEDE;
  --blue: #2C5AEB;
  --red: #EB4747;
  --gray: #909090; /* with mix-blend-mode: multiply; */
  --main-bg: #F7F7F7;
}

/* = Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 100;
  font-style: normal;
	font-display: swap;
  src: url('./fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
}
@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 300;
  font-style: normal;
	font-display: swap;
  src: url('./fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
}
@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 600;
  font-style: normal;
	font-display: swap;
  src: url('./fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
}
@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 800;
  font-style: normal;
	font-display: swap;
  src: url('./fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
}

/* = Google Fonts
-------------------------------------------------------------- */
/* .cinzel {
	font-family: 'Cinzel', serif;
	letter-spacing: 0.1em;
} */
.figtree {
  font-family: "Figtree", serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
}

.thin {
	font-weight: 100;
}
.light {
	font-weight: 200;
}
.demi-light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 600;
}

html {
	font-size: 62.5%;
}
body,
input,
textarea {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	font-family: "LINE Seed JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: var(--black);
}

/* = Theme Normalize
-------------------------------------------------------------- */
p {
	margin: 1.5rem 0;
	line-height: 1.9;
}
em,
address {
	font-style: normal;
}

b, strong {
	font-weight: 600;
}

input[type="submit"] {
	transition: 0.35s opacity;
}
input[type="submit"]:hover {
	opacity: 0.8;
}

/* = Common Module
-------------------------------------------------------------- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

.ttl,
.title {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 300;
}

.sec-ttl-box {
	margin-bottom: 40px;
}
.sec-ttl-box.with-border,
.icon-ttl-box.with-border {
	border-top: 1px solid currentColor;
}
.sec-ttl {
	position: relative;
	margin: 0;
	font-size: 3.2rem;
	font-weight: 300;
	z-index: 2;
}
.sec-ttl-box.with-border .sec-ttl {
	padding-top: 30px;
}

.icon-ttl-box {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 25px 0;
}
.icon-ttl-box::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 84px;
	height: 84px;
	background: transparent no-repeat left top;
	background-image: url("./images/common/icon_mineral_01.png");
	background-size: contain;
	z-index: 1;
}
.icon-ttl-box .icon-ttl {
	position: relative;
	margin: 0;
	font-size: 3.2rem;
	font-weight: 300;
	z-index: 2;
}
.icon-ttl-box.with-border .icon-ttl {
	padding: 0;
}
.icon-ttl-box .sub-sec-ttl {
	position: relative;
	z-index: 2;
}

#pg-ttl,
#single-ttl {
	position: relative;
	display: block;
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0;
}
#pg-ttl {
	margin: 0 0 40px;
	padding-top: 30px;
	border-top: 1px solid currentColor;
}
#single-ttl {
	margin: 0 0 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid currentColor;
}

.txt-box p {
	margin: 20px 0;
}
.txt-box p:first-child {
	margin-top: 0;
}
.txt-box p:last-child {
	margin-bottom: 0;
}

.btn-box {
	margin-top: 40px;
	text-align: center;
}
.btn-box .btn {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 20px 65px 20px 25px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: var(--white);
	background-color: var(--black);
	border-radius: 10px;
	text-align: left;
	vertical-align: top;
	transition: opacity 0.35s;
}
.btn-box .btn.btn-more {
	min-width: 280px;
}
.btn-box .btn.btn-more::after {
	content: "";
	position: absolute;
	top: 0; 
	bottom: 0;
	right: 25px;
	width: 20px;
	height: 20px;
	margin: auto 0;
	background: transparent no-repeat center center;
	background-image: url('./assets/images/common/icon_arrow_right_thin_01.svg');
	background-size: contain;
}
.btn-box .btn:hover {
}

.icon-line {
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 1.1em;
}
.icon-line::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 0.5em;
	height: 1px;
	background: #000;
}
.icon-line-white::before {
	background: var(--white);
}
.icon-line-black::before {
	background: #000;
}

.sns-group .sns {
	transition: 0.35s opacity;
}
.sns-group .sns:hover {
	opacity: 0.7;
}

/* = Common Layout
-------------------------------------------------------------- */
.entry-content {
	font-size: 1.6rem;
}
.content-width {
	box-sizing: content-box;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.content-width .content-width {
	padding-left: 0;
	padding-right: 0;
}

.sec {
	padding: 100px 0;
}
.sec.bg-white + .sec.bg-white,
.sec.bg-gray + .sec.bg-gray {
	padding-top: 0;
}
.sec.bg-gray {
	background-color: var(--main-bg);
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	min-width: 1140px;
	padding-top: 95px;
	overflow: hidden;
	background-color: var(--main-bg);
}

#main {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: var(--main-bg);
}

#container {
	box-sizing: border-box;
	width: 100%;
	margin-top: 50px;
}

/* = Header
-------------------------------------------------------------- */
#header {
}
#header.header-fix {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 1000px;
	width: 100%;
	z-index: 9999;
}
#h-campaign {
	color: var(--white);
	background-color: var(--black);
	text-align: center;
}
#h-campaign p {
	margin: 0;
}

#h-content {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px;
	background-color: var(--white);
}
#site-logo {
	margin: 0;
	font-size: 0;
	margin-right: 20px;
	padding: 20px 0;
}
#h-search-box {
	position: relative;
	max-width: 500px;
	width: 25%;
	margin-right: 40px;
}
.h-search-box .search-field {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
}
.h-search-box .search-field form {
	display: block;
	width: 100%;
}
.h-search-box .search-field input {
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
	padding: 8px 8px 8px 50px;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: var(--white);
	border: 1px solid var(--light-gray);
}
.h-search-box .search-field input::placeholder {
	color: var(--gray);
}
.h-search-box .search-submit {
	position: absolute;
	top: 4px;
	left: 12px;
	z-index: 3;
}
.h-search-box .search-submit input {
	-webkit-appearance: none;
	border: 0;
	width: 24px;
	height: 24px;
	font-size: 0;
	background: transparent no-repeat center center;
	background-image: url('./assets/images/common/icon_search_bk_01.svg');
	background-size: contain;
}

#h-search-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#h-search-menu li a {
	position: relative;
	margin-right: 20px;
	padding-right: 25px; 
}
#h-search-menu li a::after {
	content: "";
	position: absolute;
	top: 4px; 
	right: 0;
	width: 16px;
	height: 16px;
	background: transparent no-repeat center center;
	background-image: url('./assets/images/common/icon_arrow_right_thin_01.svg');
	background-size: contain;
}
#h-store-menu {
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 2;
}
#h-store-menu .h-store-menu + .h-store-menu {
	margin-left: 30px;
}
#h-store-menu .menu-txt {
	color: var(--blue);
}
.h-store-menu-favorite img {
	width: 24px;
	height: 24px;
}

/* ============================
	gnav
============================ */
#gnav-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 100;
}
#gnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 80px 0;
	background-color: var(--main-bg);
	border-bottom: 1px solid var(--light-gray);
}
#gnav.is-open {
}
#gnav .gnav-container {
	display: flex;
	padding-bottom: 50px;
	justify-content: space-between;
	align-items: flex-start;
}
#gnav .gnav-menu {
}
#gnav .gnav-menu .menu-item {
	margin-bottom: 20px;
}
#gnav .gnav-menu .menu-item:last-child {
	margin-bottom: 0;
}
#gnav .gnav-menu a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#gnav .gnav-menu .menu-item-with-icon a {
	font-size: 2.4rem;
	line-height: 1;
}
#gnav .gnav-menu .menu-item-with-icon a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: transparent no-repeat center center;
	background-image: url('./assets/images/common/icon_arrow_right_bk_02.svg');
	background-size: contain;
}
#gnav .sns-link-container {
	padding-top: 30px;
	border-top: 1px solid var(--light-gray);
}
#gnav .sns-link-container a {
	display: inline-block;
	width: 24px;
	margin-right: 20px;
	vertical-align: middle;
}
#gnav .sns-link-container a.img-box {
	width: 200px;
}
#sp-gnav-search-box,
#sp-gnav-store-menu {
	display: none;
}

@media screen and (max-width: 1420px) {
	#h-search-box {
		margin-right: 25px;
	}
	#h-search-menu li a {
	margin-right: 12px;
	padding-right: 25px; 
	}
	#h-store-menu .h-store-menu + .h-store-menu {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1300px) {
	#h-search-box {
		width: 500px;
	}
	#h-search-menu {
		display: none;
	}
}

#fixed-bnr {
	position: fixed;
	display: none;
	max-width: 300px;
	right: 20px;
	bottom: 10px;
	z-index: 100;
}
#fixed-bnr::before {
	content: "";
	position: absolute;
	display: block;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	background: transparent no-repeat center center;
	background-image: url('./assets/images/common/icon_close_01.png');
	background-size: contain;
	z-index: 1;
}

/* = Footer
-------------------------------------------------------------- */
#footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 50px 0;
	background: var(--white);
}
#to-top {
	position: absolute;
	width: 64px;
	right: 30px;
	top: 30px;
	text-align: center;
	z-index: 2;
}
#to-top a .img-box {			
}
#to-top a .to-top-txt {
	display: block;
	margin-top: 0.5em;
	font-size: 1.6rem;
}
.f-content-above,
.f-content-below {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0;
}
.f-content-below {
	border-top: 1px solid var(--black);
}

#f-logo .kobutusho-kyoka-txt {
	margin-top: 20px;
	line-height: 1.5;
}
#copyright {
	margin-top: 40px;
}
#copyright small {
	font-size: 1.3rem;
	color: var(--gray);
}
#f-shopping-rule .img-box {
	margin-top: 15px;
}

#f-nav-group {
	display: flex;
	gap: 0 30px;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
}
#f-nav-group .f-nav {

}
#f-nav-group .f-nav .f-nav-item + .f-nav-item {
	margin-top: 1em;
}

#f-membership-group {
	display: flex;
	gap: 0 20px;
	justify-content: space-between;
	align-items: flex-start;
}
.f-membership {
	text-align: center;
}
.f-membership-kobutukagaku {
	max-width: 150px;
}
.f-membership-meteoritical {
	max-width: 180px;
}
.f-membership-meteoritical .img-box {
	padding-top: 15px;
	padding-bottom: 7px;
}
.f-membership-imca {
	max-width: 154px;
}
.f-membership-imca .img-box {
	padding-top: 15px;
	padding-bottom: 7px;

}
#f-membership-group .f-membership .txt-box {
	margin-top: 15px;
}
#f-membership-group .f-membership .txt-box p {
	font-size: 1.3rem;
}

/* = entry common
-------------------------------------------------------------- */
.entry-date,
.modified-date {
	display: inline-block;
	margin-right: 15px;
	padding: 10px 0;
	font-family: "Figtree", serif;
  font-style: normal;
  font-optical-sizing: auto;
	font-size: 1.6rem;
  font-weight: 300;
	line-height: 1.5;
	vertical-align: top;
}
.side-box .entry-date {
	margin: 0;
	font-size: 1.3rem;
}

.entry-cat {
	display: inline-block;
	padding: 8px 0;
	font-size: 0;
	vertical-align: top;
}
.entry-cat .cat-item {
	display: inline-block;
	margin-right: 4px;
	padding: 4px 20px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: var(--white);
	background: #000;
	vertical-align: top;
}
.entry-cat .cat-item-info {
	background: #6b744d;
}

/* = entry loop
-------------------------------------------------------------- */
.entry-list li {
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
	border-top: 1px solid var(--black);
}
.entry-list li a.inner {
	position: relative;
	display: block;
	padding: 15px 20px;
}
.entry-list li a.inner::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0; 
	right: 20px;
	width: 16px;
	height: 16px;
	background: transparent no-repeat center center;
	background-image: url('./assets/images/common/icon_arrow_right_thin_01.svg');
	background-size: contain;
}
.entry-list li:last-child {
	border-bottom: 1px solid var(--black);
}
.entry-list li .entry-date {
	margin-right: 20px;
	width: 5.5em;
}
.entry-list li .entry-ttl {
	display: inline-block;
	padding: 10px 20px 10px 0;
	font-size: 1.6rem;
	vertical-align: top;
}

/* = item cat loop
-------------------------------------------------------------- */
.no-item {
	margin: 40px 0 20px;
	font-size: 1.8rem;
	text-align: center;
}

.cat-item-group .ttl-box {
	position: relative;
	box-sizing: border-box;
	padding: 20px 0;
}
.cat-item-group .ttl-box::before {
}
.cat-item-group .ttl-box .date {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 25px;
	font-size: 2.4rem;
}
.cat-item-group .ttl-box .date::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 15px;
	height: 2px;
	background: #000;
}
.cat-item-group .ttl-box .date::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgb(208,208,208);
	background: -moz-linear-gradient(left, rgba(208,208,208,1) 0%, rgba(208,208,208,0) 100%);
	background: -webkit-linear-gradient(left, rgba(208,208,208,1) 0%,rgba(208,208,208,0) 100%);
	background: linear-gradient(to right, rgba(208,208,208,1) 0%,rgba(208,208,208,0) 100%);
}

.cat-item-list {
	font-size: 0;
}
.cat-item-list .cat-item {
	box-sizing: border-box;
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	vertical-align: top;
}
.cat-item-list .cat-item:nth-child(3n) {
	margin-right: 0;
}
.cat-item-list .cat-item .inner {
	box-sizing: border-box;
	position: relative;
	display: block;
	transition: 0.35s opacity;
}
.cat-item-list .cat-item .inner:hover {
	opacity: 0.7;
}
.cat-item-list .cat-item .inner .img-box img {
	aspect-ratio: 352/264;
	width: 100%;
	height: auto;
}
.cat-item-list .cat-item .inner .txt-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	font-size: 1.4rem;
}
.cat-item-list .cat-item .inner .txt-box .cat-name {
	display: inline-block;
	padding: 2px 10px;
	color: var(--white);
	background: rgba(152, 152, 152, 0.8);
}
.cat-item-list .cat-item .inner .txt-box .read {
	box-sizing: border-box;
	display: block;
	height: 3em;
	margin: 0;
	padding: 0 10px;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	line-height: 3;
	color: var(--white);
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* = item loop
-------------------------------------------------------------- */
.favorite-icon {
	position: absolute;
	display: block;
	padding: 8px;
	border-radius: 50%;
	background-color: #F7F7F7;
	cursor: pointer;
	z-index: 2;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.item-list .item-box {
	position: relative;
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: 1.6%;
}

.item-list .item-box:nth-child(4n) {
	margin-right: 0;
}
.item-list .item-box .thumb {
	position: relative;
}
.item-list .item-box img {
	aspect-ratio: 252/190;
	width: 100%;
	height: auto;
}
.item-list .item-box .favorite-icon {
	right: 5px;
	bottom: 5px;
}
.item-list .item-box .favorite-icon img {
	aspect-ratio: 1;
	width: 22px;
	height: auto;
}
.item-list .item-box .thumb .discount-tag {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 6px 10px;
	font-size: 1.3rem;
	font-family: "Figtree", serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
	color: var(--white);
	background-color: var(--red);
}
.item-list .item-box .txt-box {
	padding: 15px;
	background-color: var(--white);
}
#item-detail .item-meta, 
.item-list .item-box .item-meta {
	display: block;
	margin-bottom: 10px;
}
#item-detail .item-meta .item-meta-cat,
.item-list .item-box .item-meta-cat {
	display: inline-block;
	background-color: var(--white);
	border: 1px solid var(--black);
	padding: 6px 10px;
	font-size: 1.3rem;
	border-radius: 3px;
	vertical-align: top;
}
.item-list .item-box .title {
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.item-list .item-box .item-price {
	font-size: 1.6rem;
	line-height: 1.3;
}
.item-list .item-box .item-price .sysmbol,
.item-list .item-box .item-price .price {
	font-weight: 600;
}
.item-list .item-box .item-price .tax {
	font-size: 1.4rem;
}
.item-list .item-box .item-price .price {
	font-family: "Figtree", serif;
  font-style: normal;
  font-optical-sizing: auto;
}
.item-list .item-box .item-sale-price {
	margin-top: 2px;
}
.item-list .item-box .sale-label {
	font-size: 1.4rem;
	color: #f00;
}
.item-list .item-box.is-soldout .thumb::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent no-repeat center center;
	background-image: url("./assets/images/common/thumb_soldout_01.png");
	/* background-size: contain; */
	background-size: cover;
	z-index: 2;
}
.item-list .item-box.is-soldout .thumb .discount-tag {
	display: none;
}

.list-item-group {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding: 25px 30px 30px;
	background: var(--white);
}
.list-item-group .ttl-box {
	margin: 0;
	font-size: 0;
}
.list-item-group .ttl-box .title {
	display: inline-block;
	font-weight: 600;
	vertical-align: middle;
}
.list-item-group .ttl-box .sub-title {
	display: inline-block;
	margin-top: 2px;
	margin-left: 15px;
	vertical-align: middle;
}

.list-item-group .inner {
	margin-top: 20px;
	font-size: 0;
}
.list-item-group .item-box {
	position: relative;
	max-width: 194px;
	display: inline-block;
	width: 18.4%;
	margin-right: 2%;
	vertical-align: top;
	transition: 0.35s opacity;
}
.list-item-group .item-box:nth-child(5n) {
	margin-right: 0;
}
.list-item-group .item-box .thumb {
	width: 100%;
}
@media screen and (min-width: 1001px) {
	.list-item-group .related-item-box .thumb img,
	.list-item-group .checked-item-box .thumb img {
		width: 194px!important;
		height: 146px!important;
	}
}
@media screen and (max-width: 1000px) {
	.list-item-group .related-item-box .thumb img,
	.list-item-group .checked-item-box .thumb img {
		width: 104px!important;
		height: 78px!important;
	}
}
.list-item-group .item-box .entry-title {
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.4em;
	margin: 0;
	padding: 0 10px;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	line-height: 2.4;
	color: var(--white);
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-item-group .checked-item-slider .item-box {
	width: 194px;
	margin: 0 6px;
}
@media screen and (max-width: 1000px) {
	.list-item-group .checked-item-slider .item-box {
		width: 120px;
	}
}

/* = item loop for slider
-------------------------------------------------------------- */
.item-list .sl-slide .item-box {
	width: 267px;
	margin-right: 15px;
}

/* = Sidebar
-------------------------------------------------------------- */
.two-column-container {
	width: 100%;
}
.two-column-container #container {
	float: right;
	box-sizing: border-box;
	width: 70%;
	margin-top: 0;
}
.two-column-container #sidebar {
	float: left;
	box-sizing: border-box;
	width: 25%;
}
#sidebar #pg-ttl {
	margin: 0;
	padding-top: 0;
	border-top: 0;
}

.side-box {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 50px;
}
.side-box:last-child {
	margin-bottom: 0;
}
.side-box .ttl {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	font-weight: 300;
	border-bottom: 1px solid var(--black);
}
.side-box .entry-ttl {
	margin: 5px 0 0;
	font-size: 1.8rem;
	font-weight: 300;
}
.side-box ul {
}
.side-box ul li {
	padding: 10px 0;
}
.side-box ul li a {
	text-decoration: underline;
}


.at-usces-cart .cart-table-after-note {
	font-size: 1.6rem;
}
.at-usces-cart .cart-table-after-note a {
	color: #f00;
}

/* 割引セール中 */
.sku-item .sku-sale-price-box .origin-price::before,
.sku-item .sku-sale-price-box .origin-price::after {
	display: none;
}
.sale-price {
	display: block!important;
}
.sale-price .sku-price-label {
	font-size: 1.6rem!important;
}
.origin-price .sku-price {
	/* text-decoration: line-through; */
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 87.5%;
	}
	.left,
	.right {
		float: none;
	}

	#pg-ttl,
	#single-ttl {
		font-size: 2.8rem;
	}

	.content-width {
		box-sizing: border-box;
		width: 100%;
		padding: 0 3.125%;
	}
	.content-width.sp-wide {
		padding: 0 2%;
	}

	#wrapper {
		min-width: 0;
		width: 640px;
		margin: 0 auto;
		box-shadow: 0 0 10px rgba(30, 30, 30, 0.3);
	}
	#main {
	}
	#container {
	}
	#container + #sidebar {
		margin-top: 50px;
	}
	.two-column-container #container,
	.two-column-container #sidebar {
		float: none;
		width: 100%;
	}

/* = Header SP
-------------------------------------------------------------- */
	#h-campaign {
		font-size: 1.4rem;
	}
	#h-search-box {
		display: none;
	}
	#h-store-menu .h-store-menu {
		display: none;
	}
	#h-store-menu .h-store-menu.h-store-menu-hamburger {
		display: block;
	}
	#header.header-fix {
		left: 0;
		right: 0;
		min-width: 0;
		width: 640px;
		margin: 0 auto;
	}
	.header-content-above {
		display: none;
	}
	.header-content-below {
		display: none;
	}
	#sp-gnav {
		margin-bottom: 40px;
		background-color: var(--white);
	}
	#sp-gnav-search-box,
	#sp-gnav-store-menu {
		display: block;
	}
	#sp-gnav-search-box {
		position: relative;
		padding-bottom: 10px;
	}
	#sp-gnav-store-menu {
		position: relative;
		padding: 10px 0;
		overflow: hidden;
	}
	#sp-gnav-store-menu .h-store-menu-login {
		float: left;
	}
	#sp-gnav-store-menu .h-store-menu-favorite,
	#sp-gnav-store-menu .h-store-menu-cart {
		position: absolute;
	}
	#sp-gnav-store-menu .h-store-menu-favorite {
		right: 40px;
	}
	#sp-gnav-store-menu .h-store-menu-cart {
		right: 0;
	}

	#gnav {
		padding: 0 0 30px;
	}
	#gnav .gnav-container {
		display: block;
		padding-bottom: 30px;
	}
	#gnav .gnav-menu {
	}
	#gnav .gnav-menu + .gnav-menu {
		margin-top: 30px;
	}
	#gnav .gnav-menu a {
		font-size: 20px;
	}
	#gnav .gnav-menu .menu-item-with-icon a {
		font-size: 24px;
		line-height: 1;
	}
	#gnav .sns-link-container {
		padding-top: 30px;
		text-align: center;
	}

/* = Sidebar SP
-------------------------------------------------------------- */
	#sidebar #pg-ttl {
		margin-bottom: 40px;
	}
/* = Footer SP
-------------------------------------------------------------- */
	#to-top {
		top: -30px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#to-top a .to-top-txt {
		display: none;
	}
	#f-content {
	}
	.f-content-above, 
	.f-content-below {
		display: block;
	}
	.f-content-above {
		text-align: center;
	}
	.f-content-below {
		text-align: left;
	}
	#copyright {
		margin-top: 15px;
	}
	#f-nav-group {
		display: none;
	}
	#f-shopping-rule .img-box {
		text-align: left;
	}
	#f-membership-group {
		display: block;
		margin-top: 50px;
	}
	#f-membership-group .f-membership {
		display: flex;
		max-width: none;
		width: 100%;
		text-align: left;
		justify-content: space-between;
		align-items: center;
	}
	#f-membership-group .f-membership + .f-membership {
		margin-top: 20px;
	}
	#f-membership-group .f-membership .img-box {
		width: 150px;
		padding: 0;
	}
	#f-membership-group .f-membership .txt-box {
		box-sizing: border-box;
		padding-left: 20px;
		width: calc(100% - 150px);
	}
	#f-membership-group .f-membership .txt-box p {
		line-height: 1.5;
	}
	#f-membership-group .f-membership .txt-box br {
		display: none;
	}

	.no-item {
		margin: 6% 0 4%;
	}

	.cat-item-group .ttl-box {
		padding: 15px 0;
	}
	.cat-item-list {}
	.cat-item-list .cat-item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.cat-item-list .cat-item:nth-child(3n) {
		margin-right: 2%;
	}
	.cat-item-list .cat-item:nth-child(2n) {
		margin-right: 0;
	}
	.cat-item-list .cat-item .inner {
		transition: none;
	}
	.cat-item-list .cat-item .inner:hover {
		opacity: 1;
	}
	.cat-item-list .cat-item .inner .txt-box {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 2;
		font-size: 1.3rem;
	}
	.cat-item-list .cat-item .inner .txt-box .cat-name {
		padding: 2px 10px;
	}
	.cat-item-list .cat-item .inner .txt-box .read {
		height: 2.5em;
		font-size: 1.3rem;
		line-height: 2.5;
	}
	/* item title */
	.entry-list li .entry-title {
		display: block;
	}

	.entry-date,
	.side-box .entry-date,
	.modified-date {
		font-size: 1.6rem;
	}
	/* info title*/
	.side-box .info-list {
	}
	.side-box .info-list li {
		box-sizing: border-box;
		width: 100%;
		font-size: 0;
		border-top: 1px solid var(--black);
	}
	.side-box .info-list li:last-child {
		border-bottom: 1px solid var(--black);
	}
	.side-box .info-list li .inner {
		position: relative;
		display: block;
		padding: 15px 20px;
	}
	.side-box .info-list li a {
		text-decoration: none;
	}
	.side-box .entry-ttl,
	.entry-list li .entry-ttl {
		position: relative;
		display: block;
		padding-right: 50px;
		font-size: 1.6rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.side-box .entry-ttl::after,
	.entry-list li .entry-ttl::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0; 
		right: 0;
		width: 20px;
		height: 20px;
		background: transparent no-repeat center center;
		background-image: url('./assets/images/common/icon_arrow_right_thin_01.svg');
		background-size: contain;
	}
	.entry-list li a.inner::after {
		display: none;
	}

	.item-list .item-box {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 4%;
	}
	.item-list .item-box:nth-child(2n) {
		margin-right: 0;
	}
	.item-list .item-box .title {
		font-size: 1.4rem;
	}

	.list-item-group {
		margin-bottom: 5%;
		padding: 4%;
	}
	.list-item-group .ttl-box .title {
		font-size: 2.1rem;
	}
	.list-item-group .ttl-box .sub-title {
		margin-left: 10px;
	}
	.list-item-group .item-box {
		width: 19.2%;
		margin-right: 1%;
	}
	.list-item-group .item-box .entry-title {
		display: none;
	}
}

#wc_member_favorite_page .member_page_title {
	font-weight: normal;
}
.member-favorite {
	display: block!important;
}


.item-category-group-idx {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 12px 0 6px;
}
#gnav-category {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#gnav-category .all-category-list {
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	padding: 10px 0;
	font-size: 0;
	background: #ffffff;
	text-align: left;
	overflow: auto;
}
#gnav-category .all-category-list div:nth-of-type(odd),
#gnav-category .all-category-list ul:nth-of-type(odd) {
	background-color: #fff;
}
#gnav-category .all-category-list div:nth-of-type(even),
#gnav-category .all-category-list ul:nth-of-type(even) {
	background-color: var(--main-bg);
}

#gnav-category .all-category-list .item-category-group-idx {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 15px 20px 10px;
}
#gnav-category .all-category-list .category-nav-group {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px 10px;
}
#gnav-category .all-category-list .category-nav-group:first-child {
	padding-top: 0;
}
#gnav-category .all-category-list .category-nav-group:last-child {
	border-bottom: none;
}

#gnav-category .all-category-list .category-nav-group li {
	box-sizing: border-box;
	display: inline-block;
	width: 24.1%;
	margin: 4px 1.2% 4px 0;
	font-size: 1.6rem;
	vertical-align: top;
}
#gnav-category .all-category-list .category-nav-group li:nth-child(4n) {
	margin-right: 0;
}
#gnav-category .all-category-list .category-nav-group li a {
	box-sizing: border-box;
	display: block;
	padding: 5px 10px;
}
#gnav-category .all-category-list .category-nav-group li a:hover {
	background-color: rgba(230,230,230,0.85);
}
@media screen and (max-width: 1000px) {
	#gnav-category {
		display: none!important;
	}
}