/* CSS Document */
@import url("https://plapla.itembox.design/item/assets/css/reset.css?t=20241107114653");
@import url("https://plapla.itembox.design/item/webfonts/bellmt/stylesheet.css?t=20241107114653");
@import url("https://plapla.itembox.design/item/webfonts/Hannari/stylesheet.css?t=20241107114653");
@import url("https://plapla.itembox.design/item/webfonts/Geneva_CY/stylesheet.css?t=20241107114653");
@import url("https://plapla.itembox.design/item/webfonts/Didot_Regular/stylesheet.css?t=20241107114653");
@import url("https://plapla.itembox.design/item/webfonts/CocoGothic_trial/stylesheet.css?t=20241107114653");
@import url("https://plapla.itembox.design/item/webfonts/Winter_Sans/stylesheet.css?t=20241107114653");
@import url("//unpkg.com/ionicons@4.5.0/dist/css/ionicons.min.css");
/***********************
*
*     common
*
***********************/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	color: #232323;
        background-color: #ffffff;
	letter-spacing: 1px;
	font-size: 1.4rem;
	line-height: 1.7;
	overflow-x: hidden;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p.w100 {
	margin-bottom: 0;
}
p.w100 img {
	width: 100%;
	height: auto;
}
p {
	margin-bottom: 1em;
}
a {
	color: #36240d;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: inherit;
}

a:hover {
	color: #725229;
	text-decoration: none;
}
a:visited {
    color: #725229;
}
a:link {
    color: #725229;
}
.fs-c-button--primary:link,
.fs-c-button--primary:visited,
.fs-c-button--secondary.fs-c-button--addToAddressbook:link,
.fs-c-button--secondary.fs-c-button--addToAddressbook:visited,
.fs-c-button--secondary.fs-c-button--addReview--guest:link,
.fs-c-button--secondary.fs-c-button--addReview--guest:visited {
    color: #ffffff;
}
.fs-c-button--standard,
.fs-c-button--primary,
.fs-c-button--secondary {
    padding: 1.4em 1.6em;
    font-size: 1.6rem;
}
.fs-c-button--secondary:link {
    color: #ffffff;
    text-decoration: none;
}
h1.clear {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}
.section {
	position: relative;
	padding: 2.5% 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.section:first-of-type {
	padding-top: 0;
}
.inner1280 {
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.inner1150 {
	width: 90%;
	height: auto;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.inner1000 {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inner800 {
	width: 100%;
	height: auto;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
a.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
	pointer-events: none;
}
/***********************
*
*     flexbox
*
***********************/
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.flexbox.clm2 > * {
	width: 48%;
	margin-bottom: 20px;
	line-height: normal;
}
.flexbox.clm3 > * {
	width: 32%;
	margin-bottom: 20px;
	line-height: normal;
}
.flexbox.clm3::after {
	content: "";
	display: block;
	width: 32%;
}
.flexbox.clm4 > * {
	width: 23%;
	margin-bottom: 30px;
}
.flexbox.clm4::before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.flexbox.clm4::after {
	content: "";
	display: block;
	width: 23%;
}
.reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flexcentering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
/*flexboxの孫要素まで高さを揃える*/
.flexHeight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.flexHeight > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flexHeight .height-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.height-inner .topauto {
	margin-top: auto;
}
/*flexboxの孫要素まで高さを揃える END*/

/***********************
*
*     layout
*
***********************/
.centering {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.bgfixed {
	height: 100vh;
	padding: 0;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);/*fixed choromeのちらつき対策*/
}
.hidewrap {
	display: none;
}
@-moz-document url-prefix() {
.bgfixed {
transform:none;/*firefoxのときfixedされなくなるので打ち消し*/
}
}
/***********************
*
*     font
*
***********************/
.f10 {
	font-size: 1.0rem;
}
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f14 {
	font-size: 1.4rem;
}
.f16 {
	font-size: 1.6rem;
}
.f18 {
	font-size: 1.8rem;
}
.f20 {
	font-size: 2.0rem;
}
.f26 {
	font-size: 2.6rem;
}
.f30 {
	font-size: 3.0rem;
}
.f36 {
	font-size: 3.6rem;
}
.f40 {
	font-size: 4.0rem;
}
.f45 {
	font-size: 4.5rem;
}
h2 {
	font-size: 3.0rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;/*margin: .5em 0;*/
}
.serif {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sans-serif {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}
.bellmt {
	font-family: 'bellmt', 'Adobe Caslon Pro', serif;
	font-style: normal;
}
.hannnari {
	font-family: hannari, serif;
}
.genevacy {
	font-family: "Geneva CY", sans-serif;
}
.didot {
	font-family: "Didot Regular", serif;
}
.coco {
	font-family: "CocoGothic trial", sans-serif;
}
.winter_sans {
	font-family: "Winter Sans", sans-serif;
}
/***********************
*
*     responsive
*
***********************/
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
/***********************
*
*     button
*
***********************/

.onlineBtn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	display: inline-block;
	text-align: center;
	padding: 15px 20px;
	background-color: rgba(0,0,0,0.60);
}
.onlineBtn:hover {
	background-color: #fff;
	color: #000;
}
.btn {
	font-size: 1.6rem;
	font-family: "CocoGothic trial", sans-serif;
	display: block;
	max-width: 400px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 16px 0;
	position: relative;
	transition: all .3s ease;
}
.btn.of_a {
	color: #fff;
	border: 2px solid #282828;
	background-color: #282828;
}
.btn.of_a:hover {
	color: #282828;
	background-color: #fff;
	border: 2px solid #fff;
}
.btn.of_b {
	color: #D80C17;
	border: 3px solid #fff;
	background-color: #fff;
}
.btn.of_b:hover {
	color: #fff;
	border: 3px solid #fff;
	background-color: #D80C17;
}
.btn.of_c {
	color: #fff;
	background-color: #D80C17;
}
.viewmore_btn {
	cursor: pointer;
	border-radius: 0;
	font-size: inherit;
}
.product .btn {
	padding: 8px 0;
	position: relative;
	background-color: #282828;
	color: #fff;
    opacity: 0.8;
}
.product .btn {
    opacity: 1;
}
/***********************
*
*     icon
*
***********************/
i.fas {
	margin-right: .5em;
	margin-left: .5em;
}

/***********************
*
*     sns
*
***********************/
@media screen and (max-width:768px) {
html {
	font-size: 60%;
}
}

@media screen and (max-width:480px) {
html {
	font-size: 50%;
}
body {
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
a.anchor {
	display: block;
	padding-top: 55px;
	margin-top: -55px;
}
.btn {
	font-size: 1.8rem;
}
}

@media screen and (max-width:320px) {
html {
	font-size: 45%;
}
}
/* CSS Document */
/***********************parts ***********************/
main,.fs-l-main {
        width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 134px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
.main.top_page{
        width: 100%;
}
@media screen and (max-width:480px) {
main,.fs-l-main {
	padding-top: 57px;
}
}
/***********************
*
*     sec_title
*
***********************/
.sec_title {
	text-align: center;
	margin-bottom: 2em;
	padding-top: 1em;
}
.sec_title h2 {
	font-family: "Winter Sans", sans-serif;
	font-size: 4rem;
	margin-bottom: 0;
	line-height: 1.2;
	position: relative;
}
.sec_title p {
	font-size: 1.8rem;
	color: #a3a3a3;
}
.sec_title .title_line, .sec_title .title_line_logo {
	position: relative;
}
.sec_title .title_line::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 70px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #232323;
}
.sec_title .title_line_logo::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	display: inline-block;
	width: 70px;
	height: 15px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url("");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.sub_title h3 {
	font-family: "CocoGothic trial", sans-serif;
	font-size: 2.4rem;
}
/***********************
*
*     search_box
*
***********************/
.search_box {
	max-width: 400px;
	width: 90%;
	margin: auto;
}
.search_box div {
	border-radius: 7px;
	overflow: hidden;
	border: 2px solid #c2c2c2;
}
.search_box input[type="text"] {
	width: 80%;
	margin: 0;
	border-radius: 0;
	border: none;
	padding: 0px 10px;
	font-size: 1.2rem;
}
.search_box input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #c2c2c2;
}
.search_box input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #c2c2c2;
}
.search_box input[type="text"]::placeholder { /* Others */
color: #c2c2c2;
}
.search_box button {
	width: 20%;
	border: none;
	padding: 8px 0;
	cursor: pointer;
	color: #8E8E8E;
	background-color: #C5C2C2;
	border-radius: 0;
	margin: 0;
}
/***********************
*
*     login_box
*
***********************/  
.login_box {
	width: 30%;
	background-color: #232323;
	bottom: 20px;
	right: 20px;
}
.login_box .tab {
	width: 50%;
	text-decoration: none;
	text-align: center;
	padding: 12px 10px;
	font-size: 14px;
}
.login_box .tab.members {
	background-color: #4D4D4D;
}
.login_box .tab.members.logout {
	width: 100%;
}
.login_box .tab.new.members {
	background-color: #767676;
}
.login_box .login_inner {
	padding: 15px;
}
.login_box .login_inner .input {
	border-radius: 5px;
	overflow: hidden;
	margin: .5em 0;
}
.login_box .login_inner .flexbox {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	background-color: #eee;
}
.login_box p {
	text-align: left;
}
.login_box a {
	color: #fff;
}
.login_box .login_inner dt {
	width: 20%;
	color: #232323;
	text-align: center;
}
.login_box .login_inner dd {
	width: 80%;
}
.login_box .login_inner .input {
	border: 2px solid #eee;
}
.login_box .login_inner input[type="text"] {
	font-size: inherit;
	display: block;
	border: none;
	padding: 8px;
	width: 100%;
	border-radius: 0;
	margin: 0;
}
.login_box .login_inner button {
	border: none;
	padding: 10px 10px;
	font-size: inherit;
	border-radius: 20px;
	margin: auto;
	cursor: pointer;
}
.login_box .fs-c-inputGroup, .login_box .fs-c-inputGroup--vertical, .login_box .fs-c-inputGroup--inline {
	border: none;
}
.login_box input[type="password"] {
	border-radius: 0;
	padding: 8px;
}
.login_box.fs-p-headerUtilityMenu__list > li + li {
	margin-left: 0;
}
.login_box .fs-c-inputInformation__field {
	background: transparent;
	padding: 0;
	margin: 0;
}
.login_box .fs-c-inputInformation__button {
	margin: 0;
	width: 100%;
}
.login_box.fs-pt-menu a {
	padding: 0;
}
.login_box .fs-c-inputInformation__link {
	text-align: center;
	width: 100%;
}
.fs-p-headerUtilityMenu__list a::before {
	content: none;
}
/***********************
*
*     item_toggle_container
*
***********************/  
.toggle_container {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.toggle_container .toggle_wrapper {
	width: 48.6%;
	margin-bottom: 3em;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.toggle_container a {
	color: #232323;
}
.toggle_container dl dd {
	display: none;
}
.toggle_container .toggle_title {
	padding: 10px;
	background-color: #f4f4f4;
}
.toggle_container .toggle_title li {
	width: 46%;
	flex-grow: 1;
	text-align: center;
}
.toggle_container .toggle_title li + li {
	border-left: 1px dotted #000;
}
.toggle_container .toggle_title li:last-child {
	width: 20px;
	border: none;
	flex-grow: 0;
}
.toggle_container .brand_box dd ul li {
	padding: 10px;
	border-bottom: solid 1px #f4f4f4;
}
.toggle_container .category_box dd ul li {
	width: 50%;
	padding: 10px;
	border-bottom: solid 1px #f4f4f4;
}
.toggle_container .category_box dd ul li:nth-child(even) {
	border-left: solid 1px #f4f4f4;
}
.toggle_container .brand_box dd ul li a:hover, .toggle_container .category_box dd ul li a:hover {
	color: #0192a2;
}
.toggle_icon, .toggle_icon span {
	display: inline-block;
	transition: all .4s;
}
.toggle_icon {
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
}
.toggle_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #000000;
}
.toggle_icon span:nth-of-type(1) {
	top: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggle_icon span:nth-of-type(2) {
	top: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggle_icon.active span:nth-of-type(1) {
	top: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle_icon.active span:nth-of-type(2) {
	top: 5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
/***********************parts　end***********************/

/***********************
*
*     header
*
***********************/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.header .logo_h {
	max-width: 150px;
	width: 30%;
	padding: 20px 0;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header .header_wrap {
	position: relative;
	padding: 10px 0;
    background-color: #fff;
}
/*******メインメニュー********/
.header .nav_wrap {
	background-color: #ffffff;
}
.header .navi.flexbox {
	width: 65%;
	letter-spacing: 2px;
}
.header .header_nav.flexbox {
	color: #000;
}
.header .header_nav a {
	color: inherit;
}
.header .header_nav .navi.flexbox {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 1.6rem;
}
.header .header_nav .navi li {
	width: auto;
	text-align: center;
	font-family: "CocoGothic trial", sans-serif;
}
.header .header_nav .navi li a {
	display: block;
	padding: 10px 20px;
}
.header .header_nav .navi li a:hover {
	width: 100%;
	background-color: rgba(255,255,255,0.20);
}
.header .header_nav .member.flexbox {
	font-size: 1.3rem;
	width: 30%;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header .header_nav .member li::after {
	content: "|";
	margin: 0 .8em;
}
.header .header_nav .member li:last-child::after {
	content: none;
}
/*******カテゴリーリスト********/
.header .category_navi.flexbox {
	width: 100%;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 13px;
}
.header .category_navi dt {
	font-weight: bold;
	margin-right: .5em;
}
.header .category_navi dd::after {
	content: "|";
	margin: .5em;
}
.header .category_navi dd:last-child::after {
	content: none;
}
/*******検索********/
.header .sub_navi_wrap {
	background-color: #f2f2f2;
	padding: 8px 0;
}
.header .sub_navi_wrap .search_box {
	width: 20%;
}
/*******カテゴリナビ下のニュース********/

.header .topnews {
	width: 100%;
	background-color: #f19abe;
	/*	background-color: rgba(242, 242, 242, .8);*/
	padding: 8px 0;
}

.header .topnews .category_navi_text {
	margin: 0 auto;
	font-weight: 400;
	letter-spacing: .1em;
	font-size: 14px;
}
/*******マイページ、カート********/
.header .my_cart {
	font-size: 1rem;
	margin-left: auto;
	margin-right: 1em;
	width: 30%;
}
.header .my_cart.flexbox {
	justify-content: flex-end;
}
.header .my_cart li {
	position: relative;
	text-align: center;
	max-width: 50px;
	width: 45%;
}
.header .my_cart li:first-child {
/*margin-right: 5%;*/
}
.header .icon_img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: .5em;
	width: 40px;
}
.header .my_cart li a {
	display: block;
	position: relative;
	padding-top: 50px;
	color: #232323;
}
.header .my_cart a {
	font-family: "CocoGothic trial", sans-serif;
}
.header .my_cart .counter {
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}
/*******ログイン********/
.header .login {
	font-size: 1rem;
	margin-left: auto;
	margin-right: 1em;
	width: 30%;
}
.header .login.flexbox {
	justify-content: flex-end;
}
.header .login li {
	position: relative;
	text-align: center;
	max-width: 50px;
	width: 45%;
}
.header .login li:first-child {
/*margin-left: 5%;*/
}
.header .icon_img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: .5em;
	width: 36px;
}
.header .login li a {
	display: block;
	position: relative;
	padding-top: 50px;
	color: #232323;
}
.header .login a {
	font-family: "CocoGothic trial", sans-serif;
}
.header .login .counter {
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}
.header > div {
	background-color: rgba(255,255,255,0.80);
}
.header .sp_menu {
	display: none;
}
/*******ハンバーガー********/
#hum {
	display: none;
}
#hum {
	width: 25px;
	height: 30px;
	position: relative;
	cursor: pointer;
}
#hum span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #232323;
	position: absolute;
	top: 50%;
	transition: all 0.2s;
}
#hum .top {
	transform: translateY(-8px) scale(1);
}
#hum .middle {
	position: relative;
	background: none;
	transform: translateY(0) scale(1);
}
#hum .middle::before, #hum .middle::after {
	content: "";
	transition: all 0.2s;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #232323;
	transform: rotate(0deg);
}
#hum .bottom {
	transform: translateY(8px) scale(1);
}
.header.active #hum .top {
	transform: translateY(-8px) scale(0);
}
.header.active #hum .middle::before {
	transform: rotate(45deg);
        height:3px;
}
.header.active #hum .middle::after {
	transform: rotate(-45deg);
        height:3px;
}
.header.active #hum .bottom {
	transform: translateY(8px) scale(0);
}
/***********************
*
*     footer
*
***********************/
.footer {
	padding-bottom: 5%;
	text-align: center;
	background-color: #f4f4f4;
	color: rgba(35, 35, 35, 1.00);
}
/*******ロゴ********/
.footer .f_logo {
	margin-bottom: 1em;
}
.footer .f_logo .square {
	width: 50px;
	margin-bottom: 1em;
}
.footer .f_logo .name {
	max-width: 140px;
	width: 60%;
}
/*******コピーライト********/
.footer .copy {
	text-align: center;
	letter-spacing: 2px;
}
.footer .copy p {
	font-family: inherit;
}
/*******オンラインショップ********/
.footer .sec_title {
	margin-bottom: 0;
color: #e795b7;
}
.footer .sec_title h2 {
	margin-bottom: 0;
}
.footer .sec_title p {
	font-size: 1.4rem;
}
.footer .onlineshop_wrap {
	padding: 5% 0;
	margin-bottom: 5%;
	position: relative;
	z-index: 1;
        color: #282828;
        background-color: #f2f2f2;
}
/*.footer .onlineshop_wrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("https://plapla.itembox.design/item/assets/img/footer/onlineshop_bg.jpg?t=20241107114653");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .2;
}*/
.footer .onlineshop_wrap .flexbox.clm4 {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.footer .onlineshop_wrap h3 {
	padding-top: 53%;
	position: relative;
        line-height: 1;
    margin-bottom: 5px;
}
.footer .onlineshop_wrap h3::before {
	content: "";
	width: 50%;
	padding-top: 43%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, 0);
}
.footer .onlineshop_wrap h3 em {
	font-size: 2.4rem;
        line-height: 1.5;
}
/*******オンラインショップアイコン********/
.footer .icon_img {
	position: absolute;
	width: 35%;
	/*	width: 50%;*/
	bottom: auto;
	top: 0;
	left: 50%;
	t-webkit-ransform: translate(-50%, -50%);
	transform: translate(-50%, 0);
}
.footer .footer_icon_navi .icon_img {
	top: -1em;
}
.footer .onlineshop_wrap .icon_img {
	bottom: auto;
}
.footer .footer_navi {
	text-align: left;
	line-height: 2;
	margin-bottom: 50px;
}
.footer .footer_navi a {
	color: #242424;
}
.footer .footer_navi a:hover {
	color: #242424;
}
.footer .footer_navi .flexbox {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.footer .footer_navi dt {
	margin-bottom: 1em;
	font-family: "Geneva CY", sans-serif;
}
.footer .footer_navi dd {
	font-size: 1.3rem;
}
.footer .footer_icon_navi {
	display: none;
}
.footer .footer_icon_navi {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 98;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.footer .footer_icon_navi li {
	width: 25%;
	font-size: 1rem;
}
.footer .footer_icon_navi a {
	color: #242424;
	display: block;
	width: 100%;
	padding-top: 30%;
	position: relative;
	line-height: normal;
}
.footer_text_color {
	color: #e795b7;
}
@media screen and (max-width:768px) {
#hum {
	display: block;
}
.header {
	width: 100%;
	height: auto;
	top: auto;
}
.header .nav_wrap {
	display: none;
	height: auto;
	overflow-y: scroll;
}
.header .header_nav .navi {
	width: 100%;
}
.header .header_nav.flexbox {
	width: 100%;
}
.header .login_box {
	width: 100%;
}
.header .my_cart li a {
	display: block;
	position: relative;
	padding-top: 50px;
	color: #232323;
}
.header .header_nav .member.flexbox {
	width: 90%;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 10px auto;
}
.header .sub_navi_wrap .inner1150 {
	width: 95%;
}
.header .category_navi.flexbox {
	width: 100%;
}
.header .category_navi.flexbox dt {
	display: none;
}
.header .sub_navi_wrap .search_box {
	width: 40%;
	margin-left: auto;
	display: none;
}
.header .sub_navi_wrap .category_navi.flexbox {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.header .sub_navi_wrap .category_navi.flexbox::-webkit-scrollbar {
display: none;
}
.header .sub_navi_wrap {
	position: relative;
	display: flex;
	width: 100%
}
.header .sub_navi_wrap::before, .header .sub_navi_wrap::after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header .sub_navi_wrap::before {
	content: "\f3cf";
	left: 5px;
}
.header .sub_navi_wrap::after {
	content: "\f3d1";
	right: 5px;
}
.header .sub_navi_wrap .inner1150 {
	width: 90%;
}
.toggle_container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.toggle_container .toggle_wrapper {
	width: 100%;
	margin-bottom: 15px;
}
.toggle_container .toggle_title li:first-child {
	width: 35%;
	text-align: left;
	padding-right: 2em;
}
.toggle_container .toggle_title li {
	text-align: left;
	padding-left: 2em;
}
.toggle_container .toggle_title li:last-child {
	padding: 0;
}
.header .toggle_wrapper {
	background-color: #F4F4F4;
}
.header_in_footer {
	width: 90%;
	margin: 30px auto;
	font-size: 14px;
}
.header_in_footer li {
	margin-bottom: .5em;
}
.header_in_footer a {
	color: #000;
}
.footer .onlineshop_wrap h3 {
	padding-top: 53%;
	position: relative;
	line-height: 1;
	margin-bottom: 5px;
}
}

@media screen and (max-width:480px) {
.sec_title {
	margin-bottom: 5%;
}
#hum {
	left: 10px;
}
.header.active {
	height: 100%;
	top: 0!important;
}
.header .header_wrap {
	padding: 0;
}
.header .header_wrap .inner1150 {
	width: 95%;
}
.header .logo_h {
	width: 100px;
	padding: 0;
}
.header .my_cart li a {
	margin: 0;
	padding-top: 35px;
        white-space: nowrap;
}
.header .my_cart li a::before {
	height: 20px;
}
.header .icon_img {
    width: 70%;
}
.header .sp_menu {
	display: block;
	position: static;
}
.header .login_box {
	position: static;
	width: 100%;
}
.login_box .tab {
	padding: 10px 0;
}
.header .header_nav .navi li {
	width: 50%;
}
.header .header_nav.flexbox {
    margin-bottom: 30px;
}
.footer {
	padding-bottom: 70px;
}
.footer .footer_icon_navi {
	display: block;
	width: 100%;
}
.footer .onlineshop_wrap h2 {
	font-size: 3rem;
}
.footer .onlineshop_wrap h3 {
	font-size: 1.6rem;
}
.footer .footer_navi {
	display: none;
}
}

@media screen and (max-width:320px) {
.header .logo_h {
	width: 100px;
}
.header .my_cart {
	margin-right: 0;
}
.header .my_cart li a {
	padding-top: 35px;
}
.footer .sec_title h2 {
	font-size: 2.6rem;
}
}
/**
* future-shop override css
*******************************************************/

/******* 会員ボタン ********/
.login_box .tab.members {
    background-color: #f52c1d;
}
.login_box .tab.members a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    color: #fff;
}
.login_box .tab.new.members {
    background-color: #fff;
}
.login_box .tab.new.members a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    color: #343434;
}
.login_box .tab.members.logout {
    background-color: #6a6a6a;
}
.login_box .tab.members.logout a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    color: #fff;
}
/******* 会員ボタン ********/
.header .header_nav .member li::after {
	display: none;
}
.header .category_navi dd {
	min-width: unset;
}
.fs-p-searchForm__inputGroup.fs-p-inputGroup {
	border: none;
}
.footer_navi ul.fs-pt-list.fs-pt-list--noMarker {
	margin-top: 10px;
}
.footer_navi ul.fs-pt-list.fs-pt-list--noMarker li {
	line-height: 130%;
}

@media screen and (max-width:768px) {
.header .category_navi dd:last-child {
	padding-right: 20px;
}
}
/**
* future-shop 基本ページ css
*******************************************************/
.counter.fs-p-cartItemNumber {
	background: none;
	border-radius: unset;
	color: #ffffff;
	display: block;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	position: relative;
	top: 0;
	right: 0;
}
.fs-p-headerUtilityMenu__list a:visited {
	color: #eee;
}
.fs-p-headerUtilityMenu__list a:link {
	color: #eee;
}
.fs-pt-menu a {
	margin: 0px;
}
.fs-l-pageMain {
	margin: 0 auto;
	padding: 0;
	max-width: 1280px;
	width: 100%;
}
/**
* future-shop トップページキービジュアル css
*******************************************************/
@media screen and (max-width:480px) {
section.section.keyV {
    margin-bottom: 2.5%;
}
}

/**
* future-shop トップページニュース css
*******************************************************/
section.section.news {
    padding-top: 0;
}
.news .sec_title {
	text-align: center;
	margin-bottom: 5em;
	padding-top: 0em;
}
.news li.fs-pt-list__item {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ccc;
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0px;
}
/**
* future-shop トピックステキスト css
*******************************************************/
.fs-pt-column__heading {
	text-align: center;
	font-size: 98%;
	color: #a3a3a3;
	font-weight: normal;
}

/**
* future-shop 新着商品 css
*******************************************************/
.newarrives_list .fs-c-productListCarousel__list__item {
	flex-basis: 250px;
	max-width: 250px;
	min-width: 250px;
}

@media screen and (max-width: 480px) {
.newarrives_list .fs-c-productListCarousel__list__item {
	flex-basis: 120px;
	max-width: 120px;
	min-width: 120px;
}
}

/**
* future-shop 商品一覧 css
*******************************************************/
main.item {
        width:100%;
}
.fs-c-button--primary {
    padding: 1.4em 1.6em;
    font-size: 1.6rem;
}
.fs-c-subgroupList__label {
	font-size: 1.4rem;
}
.fs-c-listControl__status {
    font-size: 1.4rem;
}
.fs-c-subgroup .fs-c-listControl:first-child {
	display: none;
}
.fs-c-subgroup .fs-c-listControl__status {
	font-size: 90%;
}
.fs-c-productImageModal__inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.fs-c-productImageModal__contents {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .fs-c-productListItem__productDescription {
	display: none;
}
.fs-c-subgroupList__item {
    position: relative;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #f2f2f2 0%, #a0a8af 100%);
    border-image-slice: 1;
}
/*
.fs-c-subgroupList__item::before,
.fs-c-subgroupList__item::after {
    content: "";
    display: block;
    position: absolute;
    background: #ccc;
}
.fs-c-subgroupList__item::before {
    bottom: 0px;
    right: -5px;
    width: 30px;
    height: 1px;
}
.fs-c-subgroupList__item::after {
    bottom: -5px;
    right: 0px;
    width: 1px;
    height: 22px;
}
*/
.fs-c-productList__list__item.fs-c-productListItem form {
    position: relative;
}
.fs-c-productListItem__imageContainer {
    margin-bottom: 5px;
}
.fs-c-productListItem__viewMoreImageButton {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
    padding: 5px;
}
.fs-c-subgroupList__link {
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0);
	border: none;
	/*border-right: 1px solid #c6ccd2;*/
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
}
.fs-c-subgroupList__link::after {
    color: #a0a8af;
}
.fs-c-subgroupList__link:hover {
  background: rgba(192, 192, 192, 0.5);
}
.fs-c-productListItem__lowInStock, .fs-c-productListItem__numberOfStock {
    border: 1px solid #777;
    margin-top: 28px;
    padding: 13px;
    font-size: 95%;
}
.fs-c-sortItems__label {
    border: none;
}
.fs-c-sortItems {
    border: 1px solid #aaa;
}
.fs-c-sortItems__list {
    border-left: 1px solid #aaa;
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
    line-height: 1.6em;
    text-align: left;
}
.fs-c-productListItem__productName.fs-c-productName {
    text-align: left;
}
#yamiichi_group {
    display: none;
}
.yamiichi_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
        margin-bottom: 5%;
}
.yamiichi_item li {
    width:48%;
    margin-bottom:30px;
}
.yamiichi_item li p {
    margin-bottom:0;
}
.yamiichi_item.fs-pt-list--noMarker > li + li, .yamiichi_item.fs-pt-list--unordered > li + li, .yamiichi_item.fs-pt-list--ordered > li + li, .yamiichi_item.fs-pt-list--note > li + li {
    margin-top: 0;
}

.section.news {
    margin-bottom: 10%;
}

.ranking .sec_title {
    margin-bottom: 3em;
}

.brand_item.flexbox.clm3 {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.brand_item.flexbox.clm3 li {
    margin-bottom: 20px;
    text-align:center;
}
.brand_item.fs-pt-list--noMarker > li + li, .brand_item.fs-pt-list--unordered > li + li, .brand_item.fs-pt-list--ordered > li + li, .brand_item.fs-pt-list--note > li + li {
    margin-top: 0;
}
.brand_item.flexbox.clm3 li p.w100 {
    margin-bottom: 5px;
}
.fs-c-button--plain {
    color: #725229;
}
.fs-c-productListItem__salesPeriod.fs-c-salesPeriod + .btn_wrap .fs-c-productListItem__control.fs-c-buttonContainer button.fs-c-button--addToWishList--icon.fs-c-button--particular, button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
    top: 2px;
}
button.fs-c-button--addToWishList--icon.fs-c-button--particular, button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
    right: 10px !important;
}
.fs-c-productListItem__salesPeriod.fs-c-salesPeriod + .btn_wrap .fs-c-productListItem__control.fs-c-buttonContainer::before {
    display:none;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    letter-spacing: 0;
}

@media screen and (max-width:480px) {
.fs-c-listControl {
    width: 100%;
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
    font-size: 1.6rem;
    line-height: 1.4em;
}
.yamiichi_item li {
    width:100%;
    margin-bottom:20px;
}
.brand_item.flexbox.clm3 li {
    width:100%;
    margin-bottom: 0px;
}
/*
.fs-c-subgroupList__item::before {
    width: 25px;
    height: 1px;
}
*/
.fs-c-subgroupList__item::after {
    width: 1px;
    height: 18px;
}
.fs-c-subgroupList__label {
	font-size: 1.8rem;
}
.fs-c-sortItems{
	font-size: 1.6rem;
}
.fs-c-pagination {
	font-size: 1.8rem;
}
}
/**
* future-shop 商品詳細画像 css
*******************************************************/
.fs-l-pageMain.product_dtl {
    padding-top: 4%;
}
.fs-c-breadcrumb {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 1%;
    margin-bottom: 1%;
}
@media screen and (min-width: 960px) {
.fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(50% - 30px / 2) calc(50% - 30px / 2);
    grid-gap: 30px;
}
}
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
    max-width: 350px;
    margin: 0 auto;
}
.fs-c-productMainImage__image {
	margin-bottom: 15px;/*justify-content: flex-start;*/
}
.fs-c-productMainImage__expandButton.fs-c-buttonContainer {
	display: none;
}
.fs-c-productThumbnail {
	justify-content: space-between;
	margin: 0 auto;
}
.fs-c-productThumbnail__image {
	margin: 0;
	flex-basis: auto;
	min-width: auto;
	width: 31.5%;
}
.fs-c-productThumbnail__image.is-active > img {
    border: 1px solid #aaaaaa;
}
@media screen and (max-width: 480px) {
.fs-c-breadcrumb {
    font-size: 1.6rem;
}
}
/**
* future-shop 商品詳細テキスト部分 css
*******************************************************/
h1.fs-c-productNameHeading.fs-c-heading {
	text-align: justify;
}
.fs-c-productNumber {
	border: none;
	color: #a3a3a3;
	padding: 0;
    letter-spacing: 0;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: inherit;
	margin-right: 5px;
}
.fs-c-productNumber__number {
	font-weight: normal;
}

.fs-c-productNameHeading__name {
    font-size: 1.4em;
    line-height: 1.2em;
    display: block;
    margin-bottom: 8px;
}
.fs-c-productNameHeading__copy {
    display: block;
    margin-bottom: 8px;
    font-size: 0.6em;
}
.fs-p-productDescription.fs-p-productDescription--full,
.fs-p-productDescription.fs-p-productDescription--short {
    font-size: 1.6rem;
    line-height: 1.4em;
    letter-spacing: 0;
}
@media screen and (max-width: 480px) {
.fs-p-productDescription.fs-p-productDescription--full,
.fs-p-productDescription.fs-p-productDescription--short {
    font-size: 1.8rem;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.8rem;
    line-height: 1.4rem;
}
}
/**
* future-shop 商品詳細カートボタン 販売期間指定 css
*******************************************************/
.fs-c-productListItem__salesPeriodNotice {
	line-height: 1.6em;
}
.fs-c-productListItem__salesPeriodNotice + .btn_wrap div.fs-c-productListItem__control.fs-c-buttonContainer::before {
	display: none;
}

/**
* future-shop マイページ css
*******************************************************/
.wishlist_inner {
    width: 100%;
}
.mypage_inner {
    width: 100%;
}
.fs-body-my-top .fs-c-accountService {
    flex-basis: 100%;
}
/**
* future-shop ショッピングカート部分 css
*******************************************************/
h2.fs-p-announcement__title {
	position: relative;
	text-align: left;
	padding-left: 15px;
}
h2.fs-p-announcement__title::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #7C8790;
	position: absolute;
	top: 10px;
	left: 0px;
}
a.fs-c-listedProductName__name {
	width: auto;
	max-width: 300px;
	display: block;
}
.fs-c-payWithAmazon__message {
    font-size: 1.6rem;
    line-height: 1.6em;
}
img#OffAmazonPaymentsWidgets0 {
    
}
/**
* future-shop ショッピングカート内お気に入り・おすすめ商品リスト部分 css
*******************************************************/
.fs-c-featuredProduct__header, .fs-c-wishlistProduct__header {
	margin-bottom: 15px;
}
.product.cart .inner1150.product_inner {
    width: 100%;
}
.product .fs-c-productListItem__control.fs-c-buttonContainer {
	display: block;
        padding-top:0px;
        margin-top: 0;
        position: relative;
}
.product .fs-c-productListItem__control.fs-c-buttonContainer::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #282828;
	transform-origin: bottom center;
	transform: translate(-50%, 50%) rotate(45deg);
	margin: auto;
	z-index: -1;
}
button.fs-c-button--addToWishList--icon.fs-c-button--particular,
button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
    position: absolute;
    top: -23px;
    right: 0px;
}
.product .fs-c-productListItem__control.fs-c-buttonContainer form {
	width: 100%;
}
.product .fs-c-productListItem__outOfStock ~ .btn_wrap {
	display: none;
}
.fs-c-productList__list__item {
    border-bottom: none;
}

@media screen and (max-width:480px) {
button.fs-c-button--addToWishList--icon.fs-c-button--particular,
button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
    top: -18px;
}
.fs-c-wishlistProduct .fs-c-productName__copy {
    display: none;
}
}

/**
* future-shop 会員登録ページ css
*******************************************************/
@media screen and (max-width:480px) {
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    font-size:16px;
}
}


/**
* future-shop 会員情報変更ページ css
*******************************************************/
.fs-c-requiredMark::before {
	color: #e20423;
	line-height: 1em;
}
/**
* future-shop Amazonご注文手続き css
*******************************************************/
#fs_CheckoutWithAmazon main {
	padding-top: 190px;
}

/**
* future-shop 送料とお支払い方法について css
*******************************************************/
.fs-c-postage__list dt {
    background: #f5f5f5;
}
.fs-c-postage__table tbody tr:nth-child(2n+1) {
    background: #fff;
}
.fs-c-postage__table tbody tr:nth-child(n+4) {
    display: none;
}

/* 定価表示文言色調整 */
.fs-c-productPrice__main__label{color:#ff0000;}

/*　高額購入割引の送料の文字色・サイズの変更　*/
.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__info{
font-size: 16px; 
color: #FF0000;
line-height: 120%;
font-weight: bold;
}
/* 商品詳細レビュー */
        .voice {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            width: 100%;
            padding: 20px;
            margin-top: 1em;
            border: 1px solid #a0a8af;
        }
        .voice_staff {
            width: 40%;
            text-align: center;
            letter-spacing: 0;
        }
        .voice_staff_photo {
            width: 100%;
            max-width: 80px;
            height: 80px;
            border-radius: 50%;
        }
        .voice_staff_shop {
            margin: 0;
            padding-top: 8px;
            font-size: 10px;
            color: #ed7224;
            letter-spacing: 0;
        }
        .voice_staff_name {
            font-size: 10px;
            text-align: center;
        }
        .voice_wrap {
            width: 60%;
        }
        .voice_wrap_title {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: .1em;
        }
        .voice_wrap_text {
            font-size: 10px;
            margin-top: 8px;
            line-height: 1.8em;
            letter-spacing: .04em;
        }
.fs-c-productQuantityAndWishlist__quantity:after {
    content: '個';
    display: inline-block;
}

.fs-c-productQuantityAndWishlist__quantity {
    display: inline-block;
    max-width: 10em;
}

.fs-c-quantity__number {
    width: 4em;
}
.fs-c-quantity__select {
    width: 4em;
}

/***********************
*
*     検索窓追加分
*
***********************/
ul, ol {
    list-style: none;
}
.pc_menu_wrap_input {
	height: 40px;
	font-size: 14px;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	color: #555;
	padding: 3px;
	padding-right: 60px;
	width: 0px;
	position: absolute;
	top: 10px;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}

.pc_menu_wrap_input:focus:hover {
	border-bottom: 1px solid #BBB;
}

.pc_menu_wrap_input:focus {
	width: 300px;
	padding: 0 8px;
	z-index: 1;
	border-bottom: 1px solid #BBB;
	cursor: text;
	background: #f5f5f5;
	font-size: 16px;
}

input[type="submit"] {
	height: 47px;
	width: 43px;
	display: inline-block;
	color: red;
	float: right;
	background: url(https://plapla.itembox.design/item/assets/img/icon/icon_search_b.svg?t=20241107114653) bottom no-repeat;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity .4s ease;
}

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

.search_container {
	position: relative;
}

.search_container_text {
	padding-top: 50px;
	margin: 0;
}

.search_container_text-hidden {
	visibility: hidden;
}

.login {
	position: relative;
	text-align: center;
	max-width: 50px;
	width: 45%;
}

.login a {
	display: block;
	position: relative;
	padding-top: 50px;
	color: #232323;
	font-size: 10px;
}

.login .login-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 46%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 0.5em;
	width: 32px;
}

@media screen and (max-width:480px) {
	.search_container_text {
		padding-top: 35px;
	}

	input[type="submit"] {
		width: 40px;
		height: 40px;
		top: 3px;
		right: 6px;
	}

	.pc_menu_wrap_input:focus {
		width: 240px;
		margin-top: 40px;
	}

	.header .icon_img.cart {
		width: 40%;
	}

	.login {
		margin-left: 16px;
	}

	.login a {
		padding-top: 35px;
	}
}