@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


.pc {
	display: none !important;
}


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header, footer, main, nav, section, article, figure, figcaption {
	display: block;
}
html, body, header, footer, main, nav, section, article, figure, figcaption,
div, p, ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}

img, video {
	vertical-align: bottom;
	border: none;
}

em {
	font-style: normal;
}

::selection {
	color: #fff;
	background: #000;
	opacity: 1;
}

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
input,
textarea {
	-webkit-touch-callout: initial;
	-webkit-user-select: initial;
}


html {
	background: #f9f7f1;
}
body {
	min-height: var(--doc-height);
	line-height: 1;
	color: #000;
	font-weight: 500;
	font-family: Inter, "heisei-kaku-gothic-std", sans-serif;
	background: #f9f7f1;
}

a {
	color: #000;
	text-decoration: none;
}


#custom-header {
	position: fixed;
	box-sizing: border-box;
	width: 100vw;     
	height: 50px;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 0 14px 0 0;
	
	/*
	background: #f9f7f1;
	*/
}
#custom-header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 50px;
}
#custom-header li {
	display: none;
}
#custom-header li + li {
}
#custom-header a {
	display: block;
	width: 90px;
	text-align: center;
	font-size: 17px;
	font-family: Inter, sans-serif;
	font-weight: 300;
	cursor: pointer;
	letter-spacing: -0.01em;
}

#custom-header li.cart {
	display: block;
}


#custom-header li.cart a {
	position: relative;
	width: 22px;
	height: 24px;
	background: url(../img/cart.svg) 50% 7px no-repeat;
	background-size: 23px auto;
}
#custom-header li.cart a span {
	text-indent: 0;
}

#cart-amount {
	position: absolute;
	display: block;
	width: 20px;
	left: calc(50% - 9px);
	top: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 700;
	font-family: Inter, sans-serif;
	z-index: 10;
}





#menu-button {
	position: fixed;
	width: 27px;
	height: 22px;
	left: 15px;
	top: 14px;
	z-index: 1500;
}
#menu-button a {
	position: relative;
	display: block;
	height: 22px;
	cursor: pointer;
}
#menu-button a i {
	position: absolute;
	display: flex;
	width: 100%;
	height: 1px;
	left: 0;
	background: #000;
}

#menu-button a i:nth-child(1) {
	top: 0;
}
#menu-button a i:nth-child(2) {
	top: calc(50% - 1px);
}
#menu-button a i:nth-child(3) {
	bottom: 0;
}

/*
body.opened-menu i:nth-child(1) {
	transform: translateY(10px) rotate(40deg);
}
body.opened-menu i:nth-child(2) {
	transform: scaleX(0);
}
body.opened-menu i:nth-child(3) {
	transform: translateY(-10px) rotate(-40deg);
}
*/



#sp-menu {
	position: fixed;
	width: 300px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1501;
	background: #f9f7f1;
	overflow: auto;
	transition: all 400ms ease-out;
}
#sp-menu .menu-inner {
	box-sizing: border-box;
	width: 100%;
	padding: 70px 28px;
	line-height: 1;
}


body.opened-menu {
	overflow: hidden;
}
body.opened-menu #sp-menu {
	opacity: 1;
	visibility: visible;
}


#sp-menu a {
	cursor: pointer;
}
#menu-close-button {
	position: fixed;
	width: 26px;
	height: 22px;
	left: calc(261px);
	top: 13px;
	z-index: 1510;
	transition: all 400ms ease-out;
}
#menu-close-button a {
	position: relative;
	display: block;
	height: 22px;
	cursor: pointer;
}
#menu-close-button a i {
	position: absolute;
	display: flex;
	width: 30px;
	height: 1px;
	left: -2px;
	top: calc(50%);
	background: #000;
}
#menu-close-button a i:nth-child(1) {
	transform: rotate(40deg);
}
#menu-close-button a i:nth-child(2) {
	transform: rotate(-40deg);
}




#sp-menu a {
	transition: all 300ms ease-out;
}


#sp-menu * + .head {
	margin-top: 44px;
}
#sp-menu .head a {
	font-size: 18px;
	font-weight: 400;
}

#sp-menu .head + ul {
	margin-top: 32px;
}


#sp-menu ul.service a {
	font-size: 12px;
	font-weight: 400;
}
#sp-menu ul.service li + li {
	margin-top: 20px;
}



#sp-menu ul.shop {
	display: flex;
	flex-wrap: wrap;
}
#sp-menu ul.shop li {
	width: 50%;
}
#sp-menu ul.shop li:nth-child(n + 3) {
	margin-top: 18px;
}
#sp-menu ul.shop a {
	font-size: 11px;
	font-weight: 400;
}





#sp-menu .shop-menu {
	margin-top: 42px;
}
#sp-menu .shop-menu a {
	font-size: 9px;
	font-weight: 500;
	color: #5e5858;
}
#sp-menu .shop-menu li + li {
	margin-top: 15px;
}


#sp-menu ul.service a.subscription {
	position: relative;
	width: 48px;
	height: 8px;
	color: rgba(0,0,0,0);
	background: url(../img/subscription_12px.svg) 0 0 no-repeat;
	background-size: 48px auto;
	white-space: nowrap;
}

#sp-menu ul.shop a.subscription {
	position: relative;
	width: 42px;
	height: 7px;
	left: -1px;
	top: 1px;
	color: rgba(0,0,0,0);
	background: url(../img/subscription_12px.svg) 0 0 no-repeat;
	background-size: 42px auto;
	white-space: nowrap;
}


#sp-menu a:hover {
	color: #807979;
}


#sp-menu ul.service a.subscription:hover {
	opacity: 0.65;
}
#sp-menu ul.shop a.subscription:hover {
	opacity: 0.65;
}




#sp-menu,
#menu-close-button {
	transform: translateX(-301px);
}
body.opened-menu #sp-menu,
body.opened-menu #menu-close-button {
	transform: translateX(0px);
}


#sp-menu-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1010;
	visibility: hidden;
}
body.opened-menu #sp-menu-overlay {
	visibility: visible;
}


#baseMenu {
	position: fixed;
	left: 57px;
	top: 15px;
	z-index: 1500;
	transition: all 400ms ease-out;
}
#baseMenu img {
	width: 13px;
	height: auto;
	filter: brightness(0.1);
}
#baseMenu .cart {
	display: none;
}


body.scrolled #baseMenu,
body.opened-menu #baseMenu {
	opacity: 0;
	visibility: hidden;
}







#main-footer {
	box-sizing: border-box;
	padding: 0 10px;
}
#main-footer * {
	line-height: 1;
}
#main-footer .footer-inner {
}
#main-footer .text {
}
#main-footer .footer-menu {
}

#main-footer a {
	position: relative;
	display: inline-block;
	color: #000;
	cursor: pointer;
}

#main-footer .footer-menu dl:nth-child(1) {
	display: none;
}
#main-footer .footer-menu dl:nth-child(2) ul:nth-child(1) {
	display: none;
}
#main-footer .footer-menu dl:nth-child(2) ul:nth-child(2) li:nth-child(1) {
}

#main-footer dt {
	display: none;
}
#main-footer dd {
	margin: 28px 0 0;
}
#main-footer dd li {
	height: 10px;
	text-align: right;
}
#main-footer dd li a {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: -1.5%;
	color: #0f0f0f;
	transition: all 300ms ease-out;
}

#main-footer dd ul + ul {
	margin-top: 26px;
}
#main-footer dd li + li {
	margin-top: 16px;
}


#main-footer li a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -3px;
	background: #000;
	visibility: hidden;
}
/*
#main-footer li a:hover::after {
	visibility: visible;
}
*/

#main-footer a.subscription {
	width: 48px;
	height: 12px;
	color: rgba(0,0,0,0);
	background: url(../img/subscription_12px.svg) 0 0 no-repeat;
	background-size: 100% auto;
	white-space: nowrap;
}
#main-footer a.subscription::after {
	bottom: -3px;
}

#main-footer dd li a:hover {
	color: #807979;
}





#footer-extra {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 40px 0 0;
	padding: 0 10px 56px;
	color: #282828;
}

#footer-extra ul {
	display: flex;
}
#footer-extra li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #282828;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#footer-extra ul li + li::before {
	content: "／";
	margin: 0 10px;
	font-size: 12px;
	font-weight: 300;
}
#footer-extra .copyright {
	margin: 12px 0 0;
	font-size: 12px;
	font-weight: 400;
	color: #282828;
}

#footer-extra li a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: #282828;
	visibility: hidden;
}
/*
#footer-extra li a:hover::after {
	visibility: visible;
}
*/

#footer-extra li a:hover {
	color: #807979;
}




#sp-toolbar {
	position: fixed;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: calc(100vw - 22px);
	height: 46px;
	left: 0;
	bottom: 0;
	z-index: 1000;
	padding: 0 11px;
	background: #f9f7f1;
	padding-bottom: env(safe-area-inset-bottom);
}

#sp-toolbar .logo {
	position: relative;
	width: 50px;
	top: 2px;
	margin-right: 36px;
}
#sp-toolbar .logo a {
	display: block;
	width: 50px;
	height: 14px;
	background: url(../img/logo_mini.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#sp-toolbar ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 46px;
}
#sp-toolbar li + li {
	margin-left: 22px;
}
#sp-toolbar a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 400;
	transition: all 300ms ease-out;
}

#sp-toolbar li a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -2px;
	background: #000;
	visibility: hidden;
}
/*
#sp-toolbar li a:hover::after {
	visibility: visible;
}
*/
#sp-toolbar li.shop a::after {
	visibility: visible;
}


#sp-toolbar li a:hover {
	color: #807979;
}
#sp-toolbar li.shop a:hover {
	color: #000 !important;
}





#mainContent {
	padding: 50px 0 0;
}






#index-menu {
	display: none;
}









#shop-list {
	padding: 60px 28px 120px;
}
#shop-list li + li {
	margin-top: 80px;
}
#shop-list a {
	position: relative;
	display: block;
}


#shop-list .itemTitle {
	padding-right: 80px;
}
#shop-list h2 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 4%;
}
#shop-list h2.en {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 4%;
}
#shop-list .itemTitle p {
	margin: 14px 0 0;
	font-size: 11px;
	line-height: 18px;
}

#shop-list .main-list .itemDetail {
	position: absolute;
	width: 80px;
	right: 0;
	top: 0;
	text-align: right;
}
#shop-list .itemPrice {
	font-size: 13px;
	font-weight: 700;
}

#shop-list .itemImg {
	position: relative;
	margin: 38px 35px 0;
}
#shop-list img {
	width: 100%;
	height: auto;
}


#shop-list .itemImg::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(22,80,42,0.15);
	opacity: 0;
	transition: opacity 400ms ease-out;
}
#shop-list a:hover .itemImg::after {
	opacity: 1;
}
#shop-list li.comingsoon a {
	pointer-events: none;
}


#shop-list li.seasonal .itemTitle p,
#shop-list li.shipping .itemTitle p {
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -1.5%;
}
#shop-list li.shipping .itemTitle h2 {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -1.5%;
}


#shop-list h2.subscription {
	width: 48px;
	height: 11px;
	color: rgba(0,0,0,0);
	background: url(../img/subscription_12px_3.svg) 0 0 no-repeat;
	background-size: 100% auto;
	white-space: nowrap;
}





#shop-list li.seasonal .itemTitle p::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 26px;
	height: 24px;
	top: -5px;
	margin-left: -10px;
	background: url(../img/icon_seasonal.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#shop-list li.shipping .itemTitle p::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 28px;
	height: 17px;
	top: -1px;
	margin-left: -3px;
	background: url(../img/icon_shipping.svg) 0 0 no-repeat;
	background-size: 100% auto;
}



#shop-list .extra-list {
	margin: 80px 0 0;
}
#shop-list .extra-notice {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 40px;
	font-size: 11px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -1.5%;
}
#shop-list .extra-notice::after {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% + 26px);
	height: 1px;
	left: -13px;
	bottom: 0;
	background: #000;
}

#shop-list .extra-list .itemTitle p {
	margin: 7px 0 0;
	font-size: 10px;
}
#shop-list .extra-list .itemDetail {
	margin: 7px 0 0;
}
#shop-list .extra-list .itemPrice {
	font-size: 12px;
	font-weight: 700;
}


#shop-list .itemDetail .text {
	display: block;
	margin-top: -3px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -1.5%;
	line-height: 18px;
}

#shop-list .extra-list  .itemImg {
	margin: 28px 67px 0;
}




#reportBtn,
#itemAttention {
	display: none;
}







#shop-detail {
	padding: 60px 0 200px;
}
#shop-detail .alt-title {
	position: relative;
	height: 70px;
	margin: 0 28px;
}
/*
#shop-detail .alt-title dl {
	display: flex;
	justify-content: space-between;
}
*/
#shop-detail .alt-title dt strong {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 4%;
	
	display: none;
}
#shop-detail .alt-title dd {
	position: absolute;
	right: 0;
	top: 0;
}
#shop-detail .alt-title dd .itemPrice {
}
#shop-detail .alt-title dd h2 {
	font-size: 0;
	font-weight: normal;
	line-height: 1;
}
#shop-detail .alt-title dd h2 strong {
	font-size: 13px;
	font-weight: 700;
}
#shop-detail .alt-title dd h2 span {
	margin-left: -3px;
	font-size: 12px;
	font-weight: 700;
}


#shop-detail .alt-title .appsItemDetailCustomTag_description {
	display: none;
}
#shop-detail .alt-title .appsItemDetailCustomTag_heading:nth-child(1) {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 4%;
}
#shop-detail .alt-title .appsItemDetailCustomTag_heading:nth-child(2) {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4%;
}




#shop-detail .alt-title .soldout + h2 {
	display: none;
}
#shop-detail .alt-title .soldout {
	color: #5e5858;
	font-weight: 500;
}




#shop-detail .item-slide {
	/*
	margin: 38px 0 0;
	*/
}

.slick-dots {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 190px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.slick-dots li + li {
}
.slick-dots button {
	box-sizing: border-box;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 12px;
	font-weight: 700;
	color: #e7e7e7;
	border: none;
	background: transparent;
	cursor: pointer;
}
.slick-dots .slick-active button {
	color: #fff;
}


.item-slide-view img {
	width: 100%;
}

.item-slide-pager {
	display: none;
}




#shop-detail .item-detail {
	margin: 38px 28px 0;
}
#shop-detail .title {
	display: none;
}

#appsItemDetailCustomTag p.appsItemDetailCustomTag_description {
	margin: 0;
	word-break: break-all;
	overflow-wrap: anywhere;
	text-align: left;
	font-size: 12px;
	letter-spacing: -1.5%;
	line-height: 24px;
}
#appsItemDetailCustomTag p.appsItemDetailCustomTag_description + p.appsItemDetailCustomTag_description {
	margin-top: 24px;
}

.itemDescription .appsItemDetailCustomTag_heading {
	display: none;
}





#itemSelect {
	margin-top: 38px;
}
#itemSelect label {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
}
#itemSelect .itemOptionElement:nth-child(2n) label {
	display: none !important;
}
#itemSelect .itemOptionElement:nth-child(2n) {
	margin-top: 14px;
}
#itemSelect .itemOptionElement:nth-child(3) {
	margin-top: 30px;
}


#itemSelect select {
	box-sizing: border-box;
	appearance: none;
	width: 100% !important;
	height: 54px !important;
	max-width: 100%;
	min-height: 54px !important;
	line-height: 1 !important;
	padding: 0 21px !important;
	
	color: #000;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -1.5%;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #000;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#itemSelect select:focus {
	outline: none;
}						
#itemSelect select:hover {
	color: #807979 !important;
	border-color: #807979 !important;
}							
							
#itemSelect select {
	background-size: 6px auto !important;
	background-position: right 17px top 50% !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNiA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMi42MjUgNC45MTc5N0wwLjEzNTE3OCAwLjYwNTQ2OUw1LjExNDgyIDAuNjA1NDY5TDIuNjI1IDQuOTE3OTdaIiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=) !important;
}
#itemSelect select:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNiA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMi42MjUgNC43OTY4N0wwLjEzNTE3OCAwLjQ4NDM3NUw1LjExNDgyIDAuNDg0Mzc1TDIuNjI1IDQuNzk2ODdaIiBmaWxsPSIjODA3OTc5Ii8+Cjwvc3ZnPgo=) !important;
}



.shipping-notice {
	margin: 18px 0 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1.5%;
	color: #606060;
}
.shipping-notice a {
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #606060;
}
.shipping-notice a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 4px;
	background: #606060;
	visibility: visible;
}
.shipping-notice a:hover::after {
	visibility: hidden;
}
.shipping-notice br {
	display: none;
}




.purchaseButton {
	margin: 60px 0 0;
}
.purchaseButton .purchaseButton__btn {
	display: block;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 8%;
	border: none;
	background: #5e5858;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.purchaseButton .purchaseButton__btn:hover {
	background: #807979;
}

#shop-detail .return-top {
	margin: 38px 0 0;
	text-align: center;
}
#shop-detail .return-top a {
	position: relative;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 8%;
	transition: all 300ms ease-out;
}
#shop-detail .return-top a:hover {
	text-decoration: none;
	color: #807979;
}

#shop-detail .return-top a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -2px;
	background: #0f0f0f;
	visibility: visible;
}
#shop-detail .return-top a:hover::after {
	background: #807979;
}
/*
#shop-detail .return-top a:hover::after {
	visibility: hidden;
}
*/






#item-supply {
	position: relative;
	margin: 100px 0 0;
	padding: 50px 0;
}
#item-supply::before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 1px;
	left: -10px;
	top: 0;
	background: #000;
}
#item-supply::after {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 1px;
	left: -10px;
	bottom: 0;
	background: #000;
}


#item-supply .item-supply-title {
	position: relative;
	margin: 0 0 46px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -1.5%;
}
#item-supply .item-supply-title::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 14px;
	height: 36px;
	top: -19px;
	margin-left: -4px;
	background: url(../img/icon_supply.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#item-supply dl,
#item-supply dl * {
	color: #0f0f0f;
}

#item-supply dl {
	margin-top: 34px;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -1.5%;
}
#item-supply dd {
	margin-top: 4px;
}
#item-supply dl a {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
#view-shipping {
	letter-spacing: 8%;
}

#item-supply dl a {
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#item-supply dl a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 5px;
	background: #0f0f0f;
	visibility: visible;
	transition: all 300ms ease-out;
}
#item-supply dl a:hover {
	color: #807979;
}
#item-supply dl a:hover::after {
	background: #807979;
}


#item-supply .note {
	margin: 34px 0 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1.5%;
	color: #606060;
}





















#itemSelect {
}
#amountSelectWrap {
	display: none !important;
}





#floating-button {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 68px;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background: #f9f7f1;
}
#floating-button dl {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	padding-left: 25px;
}
#floating-button dt {
	width: 100%;
	font-size: 10px;
	font-family: Inter, sans-serif;
}
#floating-button dd {
	width: 100%;
	margin: 8px 0 0;
}
#floating-button dd h2 {
	font-size: 0;
	font-weight: normal;
	line-height: 1;
}
#floating-button dd h2 strong {
	font-size: 18px;
	font-weight: bold;
	font-family: Inter, sans-serif;
}
#floating-button dd h2 span {
	position: relative;
	top: -1px;
	margin-left: 4px;
	font-size: 11px;
}



#floating-button .button {
	width: 50%;
}
#floating-button button {
	width: 100%;
	height: 68px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: "Gothic MB101 Regular", sans-serif;
	border: none;
	background: #5e5858;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#floating-button button:active {
	opacity: 0.8;
}




#floating-button {
	display: none;
}













.law_anchor:link {
	font-weight: normal !important;
}

#shopStaticPage h2 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -1.5%;
	margin: 0 0 80px;
	text-align: center;
}
#shopStaticPage h3 {
	margin: 65px 0 12px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -1.5%;
}


#shopStaticPage #privacy {
	position: relative;
	padding: 110px 28px 120px;
	color: #5e5858;
}
#shopStaticPage #privacy p,
#shopStaticPage #privacy dt,
#shopStaticPage #privacy dd {
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -1.5%;
}
#shopStaticPage #privacy dl {
	margin: 65px 0 0;
}
#shopStaticPage #privacy dt {
	margin-bottom: 12px;
	font-weight: 500;
}
#shopStaticPage #privacy a {
	text-decoration: underline;
	color: #5e5858;
}
#shopStaticPage #privacy a:hover {
	text-decoration: none;
}


#shopStaticPage #law {
	position: relative;
	padding: 110px 28px 120px;
	color: #5e5858;
}
#shopStaticPage #law p,
#shopStaticPage #law dt,
#shopStaticPage #law dd {
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -1.5%;
}
#shopStaticPage #law dl {
	margin: 65px 0 0;
}
#shopStaticPage #law dt {
	margin-bottom: 120px;
	font-weight: 500;
}
#shopStaticPage #law a {
	text-decoration: underline;
	color: #5e5858;
}
#shopStaticPage #law a:hover {
	text-decoration: none;
}




#about {
	min-height: 500px;
}
#about .social {
	display: none;
}






html.modal,
html.modal body {
	overflow: hidden;
}

#modal {
	box-sizing: border-box;
	position: fixed;
	width: 100vw;
	height: 100dvh;
	left: 0;
	top: 0;
	z-index: 2000;
	background: #f9f7f1;
	
	transition: all 300ms ease-out;
	opacity: 0;
}
html.modal #modal {
	opacity: 1;
}



#modal-inner {
	position: relative;
	width: 100%;
	height: 100dvh;
	overflow: auto;
}

.modal-shipping #modal-inner,
.modal-delivery #modal-inner {
}

#modal-content {
	padding: 58px 28px;
}

#modal-close {
	position: absolute;
	display: block;
	width: 28px;
	height: 22px;
	right: 18px;
	top: 16px;
	cursor: pointer;
}
#modal-close::before,
#modal-close::after {
	position: absolute;
	display: block;
	content: "";
	width: 34px;
	height: 1px;
	left: -3px;
	top: calc(50% - 0.5px);
	background: #000;
}
#modal-close::before {
	transform: rotate(40deg);
}
#modal-close::after {
	transform: rotate(-40deg);
}


.modal-title {
	font-size: 13px;
	letter-spacing: 6%;
}
.modal-lead {
	margin: 28px 0 0;
	font-size: 12px;
	letter-spacing: -1.5%;
	line-height: 24px;
}

.modal-shipping .group {
	position: relative;
	margin: 68px -13px 0;
}
.modal-shipping .group + .group {
	margin-top: 68px;
}

.modal-shipping .modal-notice {
	position: absolute;
	right: 12px;
	top: 2px;
	font-size: 11px;
	color: #606060;
}

.modal-shipping ul {
	margin: 0 12px 16px;
}
.modal-shipping li {
	font-size: 14px;
	font-weight: 400;
}

.modal-shipping dl:nth-of-type(1) {
	border-top: 1px solid #000;
}
.modal-shipping dl {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 16px 12px;
	border-bottom: 1px solid #000;
}
.modal-shipping dt {
	font-size: 12px;
	letter-spacing: -1.5%;
}
.modal-shipping dd {
	font-size: 12px;
	font-weight: 400;
}


.modal-payment .payment-detail {
	margin: 30px -13px 0;
	font-size: 14px;
	line-height: 2;
	border-top: 1px solid #000;
}

.modal-payment .payment-detail dl {
	padding: 28px 12px;
	border-bottom: 1px solid #000;
}
.modal-payment .payment-detail dt {
	font-size: 12px;
	letter-spacing: -1.5%;
}
.modal-payment .payment-detail dd {
	margin: 10px 0 0;
}
.modal-payment .payment-detail p {
	margin: 18px 0 0;
	font-size: 11px;
	line-height: 20px;
}
.modal-payment .payment-detail p + p {
	margin-top: 0;
}
.modal-payment .payment-detail p a {
	text-decoration: underline;
}
.modal-payment .payment-detail p a:hover {
	text-decoration: none;
}


.modal-payment .payment-detail img {
	height: auto;
}
.modal-payment .payment-detail .card img {
	width: 280px;
}
.modal-payment .payment-detail .amazon img {
	width: 158px;
}
.modal-payment .payment-detail .au img {
	width: 114px;
}
.modal-payment .payment-detail .sb img {
	width: 248px;
}
.modal-payment .payment-detail .d img {
	width: 68px;
}
.modal-payment .payment-detail .paypal img {
	width: 128px;
}







#modal.modal-about {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10010;
	border: none;
}
#modal.modal-about #modal-inner {
}
#modal.modal-about #modal-content {
	box-sizing: border-box;
	position: relative;
	padding: 60px 28px 120px;
	color: #0f0f0f;
}

#modal.modal-about .modal-title {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 48px;
	letter-spacing: 6%;
}

#modal.modal-about dl {
	box-sizing: border-box;
	position: relative;
	padding: 35px 0 34px;
}
#modal.modal-about dt {
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -1.5%;
}
#modal.modal-about dd {
	margin: 24px 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -1.5%;
}
#modal.modal-about p + p {
	margin-top: 24px;
}
#modal.modal-about p + p.soft {
	margin-top: 10px;
}

#modal.modal-about dl:nth-child(1)::before,
#modal.modal-about dl::after {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% + 26px);
	height: 1px;
	left: -13px;
	background: #000;
}
#modal.modal-about dl:nth-child(1)::before {
	top: 0;
}
#modal.modal-about dl::after {
	bottom: 0;
}

#modal.modal-about p a {
	text-decoration: underline;
}
#modal.modal-about p a:hover {
	text-decoration: none;
}












.inquirySection {
	position: relative;
	padding: 100px 25px 0;
}
.inquirySection h1 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.inquirySection p,
.inquirySection dt,
.inquirySection dd,
.inquirySection li {
	font-size: 13px;
	line-height: 1.8;
}
.inquirySection dd + dt {
	margin-top: 20px;
}
.inquirySection form {
	margin-top: 20px;
}
.inquirySection input[type="text"],
.inquirySection textarea {
	box-sizing: border-box;
	margin: 5px 0 0;
	padding: 2px 8px;
	line-height: 1.8;
	font-size: 16px;
	font-family: "Gothic MB101 Regular", sans-serif;
	border: 1px solid #000;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.inquirySection input[type="text"] {
	width: 100%;
}
.inquirySection textarea {
	width: 100%;
	height: 120px;
}
.inquirySection input[type="text"]:focus,
.inquirySection textarea:focus,
#buttonLeave:focus {
	outline: none;
	background: rgba(0,0,0,0.05);
}

#buttonLeave {
	margin: 20px 0 0;
	padding: 8px 30px 7px;
	font-size: 14px;
	font-family: "Gothic MB101 Regular", sans-serif;
	border: 1px solid #000;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	transition: all 300ms ease-out;
	box-shadow: none;
}
#buttonLeave:active {
	opacity: 0.8;
}








#shop-list .soldout_cover {
	display: none;
}
#shop-list .itemPrice .soldout {
	font-weight: 500;
	color: #5e5858;
}
#shop-list .itemPrice .soldout + span {
	display: none;
}




.purchaseButton .purchaseButton__btn--soldOut {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 68px;
	margin: 0;
	padding: 0;
	color: #5e5858;
	font-size: 15px;
	font-weight: 500;
	font-family: Inter, sans-serif;
	border: 1px solid #5e5858;
	background: transparent;
	cursor: default;
	transition: none;
}
.purchaseButton .purchaseButton__btn--soldOut:hover {
	opacity: 1;
}


#floating-button .soldout + button {
	display: none;
}

#floating-button .soldout {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 68px;
	margin: 0;
	padding: 0;
	color: #5e5858;
	font-size: 14px;
	font-weight: 500;
	font-family: Inter, sans-serif;
	border: 1px solid #5e5858;
	background: transparent;
	cursor: default;
	transition: none;
}








#index-menu,
#mainContent {
	transition: opacity 400ms ease-out;
}

/*
body.blur #index-menu,
body.blur #mainContent  {
	opacity: 0;
}

#mainContent.pre-hidden {
	transition: opacity 400ms ease-out;
	opacity: 0;
}
#mainContent.pre-hidden.show {
	opacity: 1;
}
*/


#index-menu,
#mainContent {
	opacity: 0;
	transition: all 400ms ease-out;
}
body.show #index-menu,
body.show #mainContent {
	opacity: 1;
}







/*
#sp-menu .head.about a,
#sp-menu .head.service a,
#sp-menu ul.service a
{
	color: #bab9b9;
	pointer-events: none;
}
#sp-menu ul.service a.subscription {
	opacity: 0.26;
}

#sp-toolbar li.about a,
#sp-toolbar li.service a
{
	color: #bab9b9;
	pointer-events: none;
}
*/













