﻿@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */

.fs-body-top {
	background-color: #FFF;
	overflow: hidden;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
 input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
 input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
.tp_act {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: 5%;
}
.tp_act li {
	list-style: none;
	font-size: 8px;
	text-align: center;
	line-height: 1em;
	margin: 0 10px 0 0;
	position: relative;
	list-style: none;
}
.tp_act img {
	padding-bottom: 4px;
	-webkit-transition: .3s;
	transition: .3s;
	width: 16px;
	height: 16px;
}
.tp_act li:last-child {
	margin-right: 0;
}
/*ナビゲーション固定*/
.fixed_nav {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	background-color: #FFF;
	padding-bottom: 8px;
}
#global-nav .tp_act_test {
	width: 24%;
	margin: auto 0 auto auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: right;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
#global-nav .tp_act_test li {
	width: 17%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	margin-left: 24px;
}
/*アイコン3つ
#global-nav .tp_act_test {
	width:32%;
	margin:auto 0 auto	auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	float:right;
	text-align:right;
	padding-right:14px;
	position:absolute;
	top:0;
	right:0;
}
#global-nav .tp_act_test li {
	width:15%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	margin-left:19px;
}
*/
.logo_test {
	width: 100px;
	position: absolute;
	left: 75px;
	top: 0;
	opacity: 0.8;
}
.logo_test img {
	width: 90%;
	height: auto;
	padding-top: 5px;
}
/* Header */
.header-bg:before {
	background: url("https://pierrot.itembox.design/item/common/img/top_header.jpg") no-repeat center center /cover;
	content: "";
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-color: #FFF;
}
.main_wrapper {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
header, .header {
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #FFF;
}
header a, .header a, .header span {
	text-decoration: none;
	display: block;
}
.header .fs-clientInfo {
	background-color: #222;
}
#area_hoge2 {
	position: absolute;
	right: -10px;
	top: 40px;
	padding: 9px 50px 9px 10px;
	background: rgba(0,0,0,0.6);
	border-radius: 8px;
}
.search_top {
	width: 280px;
}
.search_top input {
	margin: 3px 0;
	border-radius: 0px;
}
.search_btn {
	position: absolute;
	background: none;
	border: none;
	top: 40px;
	right: 10px;
	width: 25px;
	height: 25px;
}
/* カートアイテム個数表示 */
.fs-p-cartItemNumber {
	border-radius: 1em;
	font-size: 0.5rem;
	line-height: 1em;
	top: 7px !important;
	padding: 0.25em 0.4em !important;
}
/* 会員・非会員の表示切り替え */
.m_register.my-true {
	display: none;
}
.m_mypage.my-false {
	display: none;
}
.m_login.my-true {
	display: none;
}
.m_logout.my-false {
	display: none;
}
.tp_sarea_test {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tp_sarea_test input[type="text"] {
	width: 200px;
	padding: 10px;
	font-size: 14px;
}
.tp_sarea_test button {
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	margin-left: 12px;
}
.tp_sarea_test img {
	width: 100%;
	height: auto;
}
.send_fee {
	position: relative;
	top: inherit;
	left: inherit;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	text-align: center;
	background: #f3f3f3;
	border-top: 1px solid #ddd;
	padding: 10px 5%;/*変更箇所*/
	font-size: 0.85em;/*変更箇所*/
	font-weight: bold;
}
.gnav {
	display: none;
	background: #f3f3f3;
	border-top: 1px solid #ddd;
}
.gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*max-width: 990px;*/
	margin: 0 auto;
}
.gnav li {
	list-style: none;
	width: 20%;
	text-align: center;
}
.gnav a {
	display: block;
	padding: 20px;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: .3s;
	transition: .3s;
}
.gnav a:hover {
	background: #ddd;
}
/* Main */
/* MV */
#mv_slide {
	margin-bottom: 20px;
}
.sp-slide {
	opacity: .3;
	list-style: none;
}
.sp-selected {
	opacity: 1;
}
.sp-buttons {
	padding-top: 20px !important;
}
.sp-button {
	background: #d1c0a5;
	border: none !important;
	width: 10px !important;
	height: 10px !important;
}
.sp-selected-button {
	background: #222 !important;
}
/* 新作アイテム */
.bs_cont_2 {
	/*max-width: 990px;*/
	margin: 0 auto 0px;
	padding-bottom: 40px;
}
.mid_bx {
	border: none;
	border-top: 1px solid #CCC;
	margin-top: 120px;
}
.mid_bx_test {
	border-bottom: none;
	position: relative;
	padding: 25px 2% 10px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.mid_bx_test2 {
	border-bottom: none;
	border-top: 1px solid #ccc;
	width: 98%;
	margin: 100px auto 0;
}
.mid_bx_3 {
	border-bottom: none;
	position: relative;
	padding: 0 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.mid_bx_3 a {
	background: url(../../../../img/r_arrow.svg) no-repeat right center;
	background-size: 10px 10px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
}
.mid_bx_test a {
	background: url(../../../../img/r_arrow.svg) no-repeat right center;
	background-size: 10px 10px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
}
.mid_bx_test a:hover {
	text-decoration: underline;
}
.mid_bx_test h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 1.5em;
}
.mid_bx_test2 h2 {
	font-family: 'Noto Serif JP', serif;
	margin: 44px 0 49px;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 1.7em;
	color: #555;
}
.children {
	position: absolute;
	top: 40%;
}
.children2 {
	position: absolute;
	top: 40%;
}
h6 {
	margin: 0 13px;
	display: block;
	text-align: center;
	position: relative;
	font-size: 1.0em;
	font-weight: normal;
	left: 90%;
	top: -33px;
	color: #999;
	font-weight: normal;
	letter-spacing: 1px;
	bottom: 3px;
}
h6 a {
	color: #999;
}
h6 a:visited {
	color: #999;
}
h6:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -5px;
	margin-right: -4em;
	right: 50%;
	top: 52%;
	width: 8px;
	height: 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	letter-spacing: 1px;
}
h5 {
	margin: 0 15px;
	display: block;
	text-align: center;
	position: relative;
	font-size: 1.0em;
	font-weight: normal;
	bottom: 5px;
	left: 45%;
	color: #999;
	font-weight: normal;
	letter-spacing: 1px;
}
h5:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -5px;
	margin-right: -4em;
	right: 50%;
	top: 57%;
	width: 8px;
	height: 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
h5 a, h5 a:visited {
	color: #999;
}
h4 {
	margin: 0 10px;
	display: block;
	text-align: center;
	position: relative;
	font-size: 0.8em;
	font-weight: normal;
}
h4:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -5px;
	margin-right: -4em;
	right: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
h4 a {
	color: #222;
}
h3 a {
	margin: 8px auto;
	border: 1px solid #CCC;
	display: block;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	padding: 34px 53px 34px 45px;
	width: 25%;
	color: #CCC;
}
h3 a:hover {
	background-color: #ccc;
	transition: 0.3s;
	text-decoration: none;
	color: #FFF;
}
h3 a:hover:after {
	border-color: #FFF;
}
h3 a:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -7px;
	margin-right: -3em;
	right: 50%;
	top: 53%;
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.it_specs {
	text-align: center;
	margin: auto;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tp_listitems {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.tp_listitems li {
	width: 19.7%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	margin: 0 auto 2%;
}
figure {
	overflow: hidden;
}
figure img {
	transition: .3s;
}
a:hover figure img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.tp_listitems a:hover {
}
/*ランキング*/
.item4 ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.item4 ul li {
	width: 19.7%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	line-height: 1.8;
	margin: 0 auto 2%;
}
.item2 {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.item2 li {
	width: 19.7%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	line-height: 1.8;
	margin: 0 auto 2%;
}
/*------------Ranking------------*/
.rank2 li {
	counter-increment: rank;
	position: relative;
	overflow: hidden;
}
.rank2 li::before {
	content: "";
	border-bottom: 0.5px solid #CCC;
	background-color: #CCC;
	display: block;
	width: 100%;
	height: 2.0rem;
	transform: rotate(-45deg);
	position: absolute;
	left: -50%;
	top: 0;
	z-index: 5;
}
.rank2 li::after {
	content: counter(rank);
	color: #FFF;
	font-size: 0.8em;
	font-weight: 400;
	line-height: initial;
	text-align: center;
	position: absolute;
	left: .6em;
	top: .1em;
	z-index: 10;
}
.tp_listitems a img {
	width: 100%;
	height: auto;
}
.it_specs {
	padding: 5px 1px 25px 3px;
	width: 100%;
}
.it_specs dt {
	font-size: 0.85em;
	text-align: left;
	margin-left: 2%;
	color: #333;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.it_specs dd {
	font-size: 0.75em;
	text-align: left;
	margin-left: 2%;
	color: #333;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.it_specs span {
	font-size: 70%;
}
/*20190905変更*/
.it_specs p:last-child {
/*width: 16px;*/
}
.it_specs p:last-child img {
	width: 100%;
	height: auto;
}
.ranks {
	position: relative;
	display: block;
}
.ranks p {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
}
.code_items_test {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	width: 99%;
	margin: 0 auto;
}
.code_items_test li {
	list-style: none;
	width: 25%;
	margin: 0;
	padding: 0 0.25%;
}
.code_items_test li a:hover {
	opacity: .5;
}
.code_items_test img {
	width: 100%;
	height: auto;
}
/*--------特集------------*/
.tp_tokus ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.tp_tokus ul li {
	list-style: none;
	width: 25%;
	margin: 0;
	padding: 0 0.5%;
}
.tp_tokus img {
	width: 100%;
	height: auto;
}
/* 商品カテゴリー */
.cate_sp {
	display: block;
}
#acMenu {
}
#acMenu dt {
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 12px;
	text-align: left;
	padding: 0.5em;
}
#acMenu dt:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -20px;
	right: 7%;
	width: 8px;
	height: 8px;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#acMenu ul {
	width: 100%;
}
.cate_s {
	background: #222;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}
#acMenu dd {
	background: #fff;
	display: none;
}
#acMenu li {
	list-style: none;
	border-bottom: 1px solid #e9e9e9;
	background-color: rgba(245,245,245,0.5);
	text-align: left;
}
#acMenu li a {
	display: block;
	color: #999;
	font-size: 90%;
	padding: 3% 5%;
}
#acMenu li:last-child a {
	margin-bottom: 0;
}
.tp_category {
	width: 90%;
	margin: 0 auto 25px;
}
.tp_category dt {
	font-size: 120%;
	letter-spacing: 1px;
}
.tp_category dd {
	font-size: 70%;
}
.side-i01 {
	background: url(../../../../img/tp_cate01.jpg) no-repeat 5% center, url(../../../../img/down_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i01.active {
	background: url(../../../../img/tp_cate01.jpg) no-repeat 5% center, url(../../../../img/up_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i02 {
	background: url(../../../../img/tp_cate02.jpg) no-repeat 5% center, url(../../../../img/down_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i02.active {
	background: url(../../../../img/tp_cate02.jpg) no-repeat 5% center, url(../../../../img/up_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i03 {
	background: url(../../../../img/tp_cate03.jpg) no-repeat 5% center, url(../../../../img/down_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i03.active {
	background: url(../../../../img/tp_cate03.jpg) no-repeat 5% center, url(../../../../img/up_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i04 {
	background: url(../../../../img/tp_cate04.jpg) no-repeat 5% center, url(../../../../img/down_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i04.active {
	background: url(../../../../img/tp_cate04.jpg) no-repeat 5% center, url(../../../../img/up_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i05 {
	background: url(../../../../img/tp_cate05.jpg) no-repeat 5% center, url(../../../../img/down_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i05.active {
	background: url(../../../../img/tp_cate05.jpg) no-repeat 5% center, url(../../../../img/up_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i06 {
	background: url(../../../../img/tp_cate06.jpg) no-repeat 5% center, url(../../../../img/down_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i06.active {
	background: url(../../../../img/tp_cate06.jpg) no-repeat 5% center, url(../../../../img/up_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i07 {
	background: url(../../../../img/tp_cate07.jpg) no-repeat 5% center, url(../../../../img/down_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.side-i07.active {
	background: url(../../../../img/tp_cate07.jpg) no-repeat 5% center, url(../../../../img/up_arrow.svg) no-repeat 96% center #fff;
	background-size: 50px 50px, 12px 12px;
}
.fas_bx {
	border-bottom: none;
	position: relative;
	padding: 30px 0;
	margin-bottom: 0px;
}
.fas_bx h2 {
	text-align: center;
	font-size: 14px;
}
.f_tips {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 0px;
	padding: 0;
}
.f_tips li {
	list-style: none;
	width: 48%;
	margin: 0 0 4% 0; /* 6/14変更 */
}
.f_tips li:nth-child(2n) {
	margin-right: 0;
	margin-left: 2%
}
/* 6/14追加 */
.f_tips li dd {
	font-size: 0.9em;
	line-height: 2.0em;
}
.f_tips a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: .3s;
	transition: .3s;
}
.f_tips a:hover {
	opacity: .5;
}
.f_tips .photo {
	width: 40%;
}
.f_tips img {
	width: 100%;
	height: auto;
}
.f_tips dl {
	width: 60%;
	padding-left: 2%;
}
.f_tips dl .uns_r {
	text-align: right;
}
.uns_c {
	text-align: center;
}
.uns_r a, .uns_c a {
	background: url(../../../../img/r_arrow.svg) no-repeat right center;
	background-size: 12px 14px;
	padding-right: 20px;
	text-decoration: none;
}
.uns_r a:hover, .uns_c a:hover {
	text-decoration: underline;
}
.tp_special {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 10%;
}
.tp_special li {
	list-style: none;
	width: 48%;
	margin: 0 4% 4% 0;
}
.tp_special img {
	width: 100%;
	height: auto;
}
.tp_special a {
	-webkit-transition: .3s;
	transition: .3s;
}
.tp_special a:hover {
	opacity: .5;
}
.tp_special li:nth-child(4n) {
	margin: 0 4% 4% 0;
}
.tp_special li:nth-child(2n) {
	margin-right: 0;
}
/*20190924_追加*/
.tp_influencer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 auto;
	width: 95%;
}
.tp_influencer li {
	list-style: none;
	width: 33%;
	margin: 0 0.5% 0.5% 0;
}
.tp_influencer img {
	width: 100%;
	height: auto;
}
.tp_influencer a {
	-webkit-transition: .3s;
	transition: .3s;
}
.tp_influencer a:hover {
	opacity: .5;
}
.tp_influencer li:nth-child(3n) {
	margin-right: 0;
}
.tp_influencer li:nth-child(n+10) {
	display: none;
}
/*20190924_追加*/
#special_slide {
	padding: 0 10%;
}
.tp_tokus .sp-slide li {
	list-style: none;
	width: 48%;
	margin: 0 4% 4% 0;
}
.tp_tokus .sp-slide li:nth-child(2n) {
	margin-right: 0;
}
.bg_insta {
	background: url(../../../../img/icon_insta.gif) no-repeat center center;
	background-size: 44px 44px;
	padding: 20px 0;
}
.bg_influencer {
	background: url(../../../../img/icon_insta.gif) no-repeat center center;
	background-size: 44px 44px;
	padding: 20px 0;
}
.un_50 {
	margin-bottom: 0px !important;
	width: 100%;
	margin: 0 auto;
	margin-top: 120px;
}
/* footer */
.pc {
	display:block;
}
.sp {
	display:none;
}

footer {
	background: #f2f2f2;
	padding: 40px 0 20px;
	margin-top: 100px;
}
footer dl dd {
	padding-left: 6%;
}
.of_sns {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
}
.f_sns {
	width: 100%;
	padding: 25px 5% 45px;
}
.f_sns li {
	list-style: none;
	margin: 0 18px;
	width: 25px;
}
.f_sns li:nth-child(1) {
	margin-left: 0px;
}
.f_sns a {
	-webkit-transition: .3s;
	transition: .3s;
}
.f_sns a:hover {
	opacity: .5;
}
.f_sns img {
	width: 100%;
	height: auto;
}
.f_magazine {
	text-align: center;
	max-width: 80%;
	margin: 3% auto 15%;/*display: none;*/
}
.f_magazine a {
	display: block;
	padding: 30px 50px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #cbcbcb;
	font-size: 12px;
}
.f_magazine a:hover {
	background: #eee;
}
.f_cate li dl dd {
	padding: 0px;
}
.f_link {
	padding: 10px 0 30px;
	margin: 0px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 60%;
}
.f-link ul {
	display: block;
}
.f_link ul li {
	list-style: none;
	margin: 1% auto;
}
.f_cate a {
	text-decoration: none;
	font-size: 12px;
}
.f_cate a:hover {
	text-decoration: underline;
}
.f_cate li:nth-child(1) {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 20px;
}
.f_logo {
	width: 14%;
	display: none;
}
.f_logo img {
	width: 100%;
	height: auto;
}
.copys {
	text-align: center;
	font-size: 10px;
	line-height: 150%;
	width: 70%;
	margin: 50px auto 0;
	color: #666;
}
/*0613追記*/
.smp_f {
	width: 100%;
}
.smp_f li {
	width: 100%;
	list-style: none;
}
/* block */
.close_btn, .close_rev, .close_rank, .close_corde, .close_check {
	display: block;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	display: block;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	padding: 12px 50px;
	width: 50%;
	color: #999;
}
.more_btn, .more_rev, .more_rank, .more_corde, .more_check {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
/* SPNAVI */
.spnav {
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	height: 100vh;
	top: 49px;
	left: 0%;
	z-index: 100;
	overflow: hidden;
}
.inbox {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0%;
	z-index: 80;
	overflow: auto;
	background: #fff;
}
.inmenu {
	width: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.close_area {
	position: absolute;
	width: 24%;
	height: 100vh;
	top: 60px;
	right: 0%;
	z-index: 100;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.users {
	border-bottom: 1px solid #ddd;
	padding: 5%;
	clear: both;
}
.u_hist {
	border-bottom: 1px solid #ddd;
	padding: 5%;
}
.subhis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}
.subhis li {
	list-style: none;
	width: 23.5%;
	font-size: 10px;
	text-align: right;
}
.subhis a, .oss a {
	text-decoration: none;
}
.subhis img {
	width: 100%;
	height: auto;
}
.oss {
	border-bottom: 1px solid #ddd;
}
.oss a {
	padding: 5%;
	display: block;
}
.oss dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.oss dd {
	font-size: 10px;
}
.sp_cat {
	margin-bottom: 20px;
}
.sp_cat li {
	list-style: none;
}
.sp_cat a {
	display: block;
	padding: 5% 3%;
	text-decoration: none;
	background: url(../../../../img/r_arrow.svg) no-repeat 95% center;
	background-size: 10px 10px;
}
/* under */
.pankuzu, .fs-c-breadcrumb {
	width: 100%;
	margin: 0 auto 0;
	padding: 2% 0% 2% 5%; /* 03/25変更 */
	font-size: 70%; /* 6/15変更 */
}
.un_cont {
	margin-top: 30px;
}
/* itemlist */

/* itemsearch */

.list_searchbox {
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
	padding: 0 5% 30px;
	border-bottom: 1px #ddd solid;
}
#listser dt {
	display: block;
	padding: 0 5%;
	width: 50%;
	height: 50px;
	line-height: 50px;
	border: #ddd 1px solid;
	cursor: pointer;
	padding-right: 15px;
	background: url(../img/i_plus.svg) no-repeat 92% center;
	background-size: 12px 12px;
}
#listser dd {
	width: 100%;
	padding: 5%;
	text-align: center;
	border: #ddd 1px solid;
	display: none;
	margin-top: -1px;
}
#listser dt.active {
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	border-bottom: none;
	background: #fff;
	z-index: -1;
	background: url(../img/i_minus.svg) no-repeat 92% center;
	background-size: 12px 12px;
}
.shi_ser li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.shi_ser p {
	font-size: 86%;
	width: 30%;
	display: block;
	text-align: left;
}
.shi_ser select {
	width: 66%;
	padding: 5px;
	display: block;
	font-size: 0.85em;/*変更箇所*/
	font-family: sans-serif;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
	background-color: #fff;
	background: url(../../../../img/un_arrow.svg) no-repeat 92% center;
	background-size: 14px 12px;
}
.priees {
	width: 66%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.narrows button {
	width: 100%;
	padding: 15px 10px;
	background: #7f7f7f;
	color: #fff;
	text-align: center;
}
.priees input {
	width: 42%;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
}
 .shi_ser select::-ms-expand {
 display: none;
}
.shi_ser select:hover {
	border-color: #888;
}
.shi_ser select option {
	font-weight: normal;
}
/*.fs-c-productList__controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px 0;
}
*/
/*.fs-c-sortItems {
    width: 40%;
    position: absolute;
    top: 0;
    right: 5%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 0 1px #ddd inset;
    box-shadow: 0 0 0 1px #ddd inset;
    height: 50px;
    line-height: 50px;
    padding: 0 2%;
    background: url(../../../../img/un_arrow.svg) no-repeat 95% center;
    background-size: 14px 12px;
    border: none;
    font-size: 100%;
}*/



/*.fs-c-sortItems__label {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 5%;
    text-align: left;
}*/

/*.fs-c-sortItems__list {
    display: none;
    border-left: none;
    position: absolute;
    width: 100%;
    left: 0%;
    top: 50px;
    list-style: none;
    z-index: 1;
    background: #fff;
}*/

.clicked {
	display: block;
}
/*.fs-c-sortItems__list__item.is-active {
    background: #eee;
    color: #000;
}

.fs-c-sortItems__list__item {
    border-bottom: 1px solid #d9dbcd;
    border-left: 1px solid #d9dbcd;
    border-right: 1px solid #d9dbcd;
    padding: 0 5%;
}
*/
.fs-c-listControl {
	margin-top: 10px;
}
.fs-c-listControl__status {
	text-align: center;
}
.fs-c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0%;
}
.fs-c-pagination__item.is-active {
	color: #999;
	background: #fff;
	display: grid;
}
.fs-c-pagination__item {
	margin: 0 5px;
	text-decoration: none;
	border: solid 1px #cccccc;/*追記箇所*/
	text-align: center;
}
.item_lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.item_lists li {
	list-style: none;
	width: 33%;
	margin: 0 0.5% 0.5% 0;
	-webkit-box-shadow: 0 0 0 1px #eee inset;
	box-shadow: 0 0 0 1px #eee inset;
}
.item_lists li:nth-child(5n) {
	margin: 0 0.5% 0.5% 0;
}
.item_lists li:nth-child(3n) {
	margin-right: 0;
}
.item_lists a {
	-webkit-transition: .3s;
	transition: .3s;
}
.item_lists a:hover {
	opacity: .5;
}
.item_lists a img {
	width: 100%;
	height: auto;
}
.fs-c-productListItem__productName {
	font-size: 100%;
	font-weight: normal;
	padding: 0 5%;
	line-height: 1.3em;
}
/*.item_lists .fs-c-productMark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}*/

.item_lists .fs-c-productMark__item {
	width: 32% !important;
	padding: 0 !important;
	margin: 0 2% 2% 0 !important;
	line-height: 1em;
}
.item_lists .fs-c-productMark__item:nth-child(3n) {
	margin-right: 0% !important;
}
.fs-c-productMark__item img {
	width: 100%;
	height: auto;
}
/* detail */

.i_ded_mv {
	position: relative;
}
.i_ded_mv img {
	width: 100%;
	height: auto;
}
.tecs {
	text-align: center;
	font-size: 86%;
	line-height: 150%;
	padding: 10px 5%;
}
.i_detail {
	padding: 5%;
	border-top: 1px solid #eee;
}
#insta_slide .sp-slide {
	list-style: none;
	opacity: 1;
}
#insta_slide {
	margin-bottom: 80px;
}
#insta_slide .sp-button {
	background: #d1c0a5;
	border: none !important;
	width: 10px !important;
	height: 10px !important;
}
.detail_insta {
	background: url(../../../../img/icon_insta.gif) no-repeat center center;
	background-size: 68px 68px;
	padding: 50px 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ddd;
}
.stf_cc .stf_cord {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	font-size: 120%;
	margin-bottom: 25px;
}
.cord_dedl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cord_dedl li {
	list-style: none;
	width: 30%;
	margin: 0 5% 5% 0;
	text-align: center;
}
.cord_dedl li:nth-child(3n) {
	margin-right: 0;
}
.cord_dedl img {
	width: 100%;
	height: auto;
}
/*スマホカテゴリ一覧の商品名*/
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
	display: block;
	font-size: 0.8em;/*追加箇所*/
}
.price_d {
	font-size: 170%;
	line-height: 150%;
}
.price_d span {
	font-size: 80%;
}
.de_point {
	font-size: 86%;
	margin-bottom: 20px;
}
/*.i_detail .fs-c-productMark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
}*/

.i_detail .fs-c-productMark__item {
	list-style: none;
	display: inline-block;
	max-width: 80px;
	margin: 0 5px 0px 0;
	padding: 0;
}
.i_detail .fs-c-productMark__item img {
	width: 100%;
	height: auto;
}
.blacks {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.valiat, .size_items {
	margin-bottom: 50px;
}
.valiat_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.valiat_item li {
	list-style: none;
	width: 18.4%;
	margin: 0 2% 2% 0;
	font-size: 86%;
}
.valiat_item li:nth-child(5n) {
	margin-right: 0;
}
.valiat_item img {
	width: 100%;
	height: auto;
}
.size_items li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.fs-c-button--addToCart--variation {
	background: #333;
	border: none;
	width: 150px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	padding: 10px;
}
.fs-c-button--subscribeToArrivalNotice--variation {
	background: #cccccc;
	border: none;
	width: 150px;
	border-radius: 6px;
	font-size: 14px;
	padding: 10px;
}
/*.fs-c-button--addToCart--variation .fs-c-button__label {
    background: url(../../../../img/w_cart.svg) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 26px;
}*/

.fs-c-button--subscribeToArrivalNotice--variation .fs-c-button__label {
	padding-left: 0;
}
.hide {
	display: none;
}
.icon_zo {
	position: absolute;
	left: 5%;
	top: 310px;
	width: 44px;
	height: 44px;
}
.icon_cord {
	position: absolute;
	right: 5%;
	top: 310px;
	width: 140px;
	height: 32px;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
	flex-basis: 92px;
	flex-shrink: 0;
	margin: 0 8px 0 0px;
}
.icon_zo img {
	width: 100%;
	height: auto;
}
/* fs_add */
/* item list */
.fs-c-breadcrumb__list {
	padding: 0;
}
.fs-c-listControl {
	/*display: none;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: unset;
	-ms-flex-positive: unset;
	flex-grow: unset;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}
.fs-c-productPrice {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
}
.fs-c-productPrice__addon {
	font-size: 86%;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before, .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
	content: "";
	font-size: 86%;
}
.fs-c-productNumber {
	font-size: 80%;
}
/*追記箇所*/
.fs-c-productSalesPeriod__date {
	font-size: 80%;
}
.fs-c-productSalesPeriod__label {
	font-size: 80%;
}
/*追記箇所*/

.fs-c-salesPeriod__date {
	/*font-size:100%;*/
	/*7/5追記↓*/
	display: none;
}
.fs-c-productListItem__prices .fs-c-price__value {
	font-size: 100%;
	line-height: 100%;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
	color: #e60000;
	font-weight: normal;
	font-size: 1.2rem;
}
.fs-c-productListItem__control {
	margin: 0px 5% 5%; /* 0614変更 */
	width: 90%;
}
/*.fs-c-productList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}*/

/*.fs-c-productList__list__item {
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #eee inset;
    box-shadow: 0 0 0 1px #eee inset;
    width: 33.33333%;
    width: calc(100% / 2);
}
*/
/*.fs-c-productListItem__prices,
.fs-c-productList__list__item .fs-c-productPrice {
    width: 95%;
    margin: 0 auto;
}
*/
.fs-c-time {
	white-space: unset;
	line-height: 120%;
}
.fs-c-productListItem__notice {
	width: 90%;
	margin: 5px auto; /* 0614変更 */
	font-size: 90%; /* 0614変更 */
	padding: 7px 0; /* 0614追記 */
}
.fs-c-salesPeriod {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 100%;
}
/* item detail */
.fs-c-productCarouselMainImage__expandButton {
	display: none;
}
.itemdetail_an {
	width: 1200px;
	margin: auto;
	padding: 30px 10px 10px;
	border-bottom: solid 1px #CCC;
	font-size: 0.85em;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
	font-size: 100% !important;
}
.fs-c-productNumber {
	font-size: 80%;
	border: 1px solid #ddd;
}
.fs-c-variationCart--withImage > li {
	grid-template-columns: auto 1fr 3em 148px;
}
.fs-c-variationList__item__title {
	background: none;
	text-align: left;
	font-weight: bold;
}
.fs-c-variationList__item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
	text-align: center;
	font-size: 80%;
	line-height: 150%;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 200%;
}
.fs-c-productPointDisplay {
	background: none;
	color: #222;
	font-size: 100%;
	line-height: 150%;
	padding: 0;
    width: 100%;
	margin-bottom: 20px !important;
	margin-top:5px;
}
/*↓6/21 追記↓*/
.fs-c-productPrice--selling {
	font-size: 1.2em;
    float: left;
    padding-right: 10px;	
}
/*↑6/21 追記↑*/
/*↓8/3 追記↓*/
.fs-c-productPrice--listed {
	text-decoration: line-through;
    padding-bottom: 3px;	/*10/30 追記↑*/
}
/*↑8/3 追記↑*/

/*PC商品ページお気に入り*/
.price_set {
    margin-top: 20px;
    margin-bottom: 5px !important;
}
.pc_item_fav {
    color: #666;
    padding-bottom: 10px;
}
.fs-c-productPostage {
    padding-top:4px;
}
.fs-l-productLayout__item .fs-c-productPrice {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	/*margin-bottom: 24px; 10/29 非表示 */
}
.fs-c-slick .slick-slide img {
	display: block;
	width: 100%;
	max-width: 600px;
	padding: 1%;
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
	text-indent: -9999px;
	z-index: 99999;
}
.fs-c-slick .slick-prev {
	background: url(https://pierrot.itembox.design/item/common/img/prev.png) no-repeat center center;
	background-size: 39px 65px;
	position: absolute;
	top: 45%;
	left: 2%;
}
.fs-c-slick .slick-next {
	background: url(https://pierrot.itembox.design/item/common/img/next.png) no-repeat center center;
	background-size: 39px 65px;
	position: absolute;
	top: 45%;
	left: 92%;
}
.fs-c-featuredProduct {
	display: none;
}
.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation, .fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
	font-size: 100%;
}
.fs-c-variationCart__variationName {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: initial;
	flex-direction: initial;
}
.fs-c-variationAndActions {
	padding: 0 5%;
}
.fs-c-aggregateRating {
	margin-bottom: 10px;
}
.fs-c-aggregateRating__rating {
	font-size: 0.85em;
}
.fs-c-aggregateRating__count {
	font-size: 1rem;
	padding-left: 15px;
}
.fs-c-aggregateRating__rating::before {
	margin-bottom: 5px;
	font-size: 1em;
}
.fs-c-reviewerStatus, .fs-c-reviewer__profile, .fs-c-reviewInfo__date {
	font-size: 100%;
}
.fs-c-buttonContainer--viewAllReviews {
	float: left;
	margin-right: 20px;
}
.fs-c-reviewList__item, .fs-c-reviewList__item:first-child {
	border-color: #ddd;
}
.valiat {
	padding: 0 5%;
}
.tab {
	margin: 40px auto 0;
	width: 90%;
}
.fs-c-buttonContainer--inquiryAboutProduct {
	float: left;
	margin-right: 5px;
	border-right: 1px solid #000;
	padding: 0 5px 0 0;
	line-height: 1em;
}
.fs-c-buttonContainer--inquiryAboutProducts {
	float: left;
	padding: 0 5px 0 0;
	line-height: 1em;
}
.fs-c-productThumbnail {
	display: none;
}
#fs_ProductDetails .fs-c-productReview {
	padding: 0 5%;
}
.tp100 {
	margin-top: 40px;
}
#fs_ProductDetails #insta_slide {
	margin-bottom: 30px;
}
.tecs {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.zo_block, .cord_block {
	background: #f3f3f3;
	width: 100vw;
	height: 100vh;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
	position: fixed;
	top: 0px;
	left: 0;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	z-index: 9999;
	opacity: 0;
}
.zo_block.action, .cord_block.action {
	background: #f3f3f3;
	width: 100vw;
	height: 100vh;
	-webkit-transform: translateX(0vw);
	transform: translateX(0vw);
	position: fixed;
	top: 0px;
	left: 0;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	z-index: 9999;
	opacity: 1;
}
.zo_litit, .cord_litit {
	text-align: center;
	background: #efefef;
	padding: 10px;
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
}
.cnts {
	color: #222;
	font-weight: bold;
}
.zo_items, .cord_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.zo_items li, .cord_items li {
	list-style: none;
	width: 33.33333%;
	/* 未対応ブラウザ用フォールバック */
	width: calc(100% / 3);
}
.zo_items li img, .cord_items li img {
	width: 100%;
	height: auto;
}
.bbk, .c_bbk {
	position: absolute;
	top: 25%;
	left: 5%;
}
.bbk a, .c_bbk a {
	color: #222;
	text-decoration: none;
}
.zo_cont, .cord_cont {
	padding: 5%;
	overflow: auto;
}
#fs_ProductDetails .fs-l-productLayout {
	position: relative;
	display: grid;
	grid-template-columns: calc(52.2% - 50px / 2) calc(47.8% - 50px / 2);
	grid-gap: 50px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
/* UNDER PAGE */
/* UNDER COMMON */
.gid_tit {
	font-size: 140%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 30px;
	text-align: center;
}
.sub_gid_tit {
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 30px;
	text-align: center;
}
/* terms */
.policy_a {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.policy_a a {
	text-decoration: underline;
}
.shop_int {
	margin-bottom: 60px;
}
.shop_int li {
	list-style: none;
	padding: 15px;
}
.shop_int li:nth-child(even) {
	background: #f3f3f3
}
.shop_int__blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shop_int__blk dt {
	width: 34%;
	margin-right: 5%;
}
.shop_int__blk dd {
	width: 61%;
}
.poc_did dt {
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.poc_did dd {
	margin-bottom: 40px;
}
.poc_did dd p {
	margin-bottom: 20px;
}
.poc_did dd p:last-child {
	margin-bottom: 0px;
}
.poc_did ul {
	margin: 15px 0 0 20px;
}
.cout_in {
	background: #efefef;
	padding: 6%;
}
.cout_in ul {
	margin-bottom: 30px;
}
.fs-c-heading {
	font-size: 127%;
	padding: 0 0 1em;
	margin: 0 auto 50px;
	letter-spacing:0.01em;
}
.signs {
	text-align: right;
	margin-bottom: 35px;
}
/* mailmagazine */

.un_maga {
	text-align: center;
	margin-bottom: 50px;
}
.un_maga a {
	text-decoration: underline;
}
.fs-p-emailDomainNotice {
	padding: 0 5%;
	text-align: left;
}
.fs-c-inputInformation__message {
	padding: 0 5%;
}
/* guide */
.guidearea {
	width: 100%;
	margin: 0 auto;
}
.guide_intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.guide_intro li {
	list-style: none;
	width: 100%;
	margin: 0 0% 30px 0;
}
.guide_intro dt {
	margin-bottom: 20px;
}
.guide_intro dt a {
	display: block;
	-webkit-box-shadow: 0 0 0 1px #ccc inset;
	box-shadow: 0 0 0 1px #ccc inset;
	padding: 10px 20px;
	background: url(../../../../img/r_arrow.svg) no-repeat 96% center;
	background-size: 12px 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
.g_policy span {
	background: url(../../../../img/pencil.svg) no-repeat left center;
	background-size: 14px 14px;
}
.g_post span {
	background: url(../../../../img/cart.svg) no-repeat left center;
	background-size: 14px 14px;
}
.g_send span {
	background: url(../../../../img/truck.svg) no-repeat left center;
	background-size: 18px 18px;
}
.g_pay span {
	background: url(../../../../img/yen.svg) no-repeat left center;
	background-size: 14px 14px;
}
.g_return span {
	background: url(../../../../img/return.svg) no-repeat left center;
	background-size: 14px 14px;
}
.g_items span {
	background: url(../../../../img/heart.svg) no-repeat left center;
	background-size: 14px 14px;
}
.g_qa span {
	background: url(../../../../img/question.svg) no-repeat left center;
	background-size: 14px 14px;
}
.g_other span {
	background: url(../../../../img/pad.svg) no-repeat left center;
	background-size: 14px 14px;
}
.guide_intro span {
	background-size: 14px 14px;
	padding-left: 24px;
}
.guide_intro dd a:hover {
	text-decoration: none;
}
/* guide_other */
.s_other {
	background: url(../../../../img/pad.svg) no-repeat left 6px;
	background-size: 18px 18px;
	padding: 0 0 0 26px;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
}
.s_gid_tit {
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 20px;
	background: #efefef;
	padding: 15px;
}
.mb_txt {
	margin-bottom: 50px;
}
.mb_txt p {
	margin-bottom: 20px;
}
.mb_txt p:last-child {
	margin-bottom: 0;
}
.line_dod {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 20px;
}
.cout_red {
	color: #dd0000;
}
.guide_base_cp {
	margin-bottom: 50px;
}
.guide_base_cp dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.guide_base_cp dd {
	margin-bottom: 30px;
}
/* guide_item */
.s_items {
	background: url(../../../../img/heart.svg) no-repeat left 6px;
	background-size: 18px 18px;
	padding: 0 0 0 26px;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
}
/* guide_return */
.s_return {
	background: url(../../../../img/return.svg) no-repeat left 6px;
	background-size: 18px 18px;
	padding: 0 0 0 26px;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
}
.an_case {
	-webkit-box-shadow: 0 0 0 2px #dd0000;
	box-shadow: 0 0 0 2px #dd0000;
	padding: 2%;
	margin-bottom: 30px;
	display: inline-block
}
.an_case li {
	list-style: none;
}
/* guide_pay */
.s_pay {
	background: url(../../../../img/yen.svg) no-repeat left 6px;
	background-size: 18px 18px;
	padding: 0 0 0 26px;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
}
.s_paytab {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}
.s_paynp {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	margin: 15px 0;
	width: auto;
}
.s_paytab th {
	border-bottom: 1px dashed #ccc;
}
.s_paytab td {
	border-bottom: 1px solid #ccc;
}
.s_paytab th, .s_paytab td {
	border-right: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.s_paynp th, .s_paynp td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.s_paytab th, .s_paynp th {
	background: #efefef;
	font-weight: bold;
}
.s_paynp td {
	color: #dd0000;
}
.kado1 {
	max-width: 300px;
}
.kado1 img {
	max-width: 100%;
	height: auto;
}
.bg_red {
	font-size: 130%;
	font-weight: bold;
	color: #dd0000;
	line-height: 150%;
}
.cout_blue {
	color: #006699;
}
/* guide_post */
.s_post {
	background: url(../../../../img/cart.svg) no-repeat left 6px;
	background-size: 18px 18px;
	padding: 0 0 0 26px;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
}
.flewch li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background: url(../../../../img/arrow.gif) no-repeat center bottom;
	padding-bottom: 50px;
}
.flewch li:last-child {
	background: none;
}
.flow_c {
	width: 100%;
	margin-bottom: 20px;
}
.flow_c h5 {
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 15px;
}
.flow_p {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.flow_p img {
	width: 100%;
	height: auto;
}
.f_steps {
	font-size: 220%;
	font-weight: bold;
	line-height: 150%;
}
.buy_img {
	text-align: center;
}
.buy_img img {
	max-width: 100%;
	height: auto;
}
.guide_cates {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 40px;
}
.guide_cates li {
	list-style: none;
	text-align: center;
	width: 49%;
	margin: 0 2% 1% 0;
}
.guide_cates li:nth-child(4n) {
	margin-right: 0;
}
.guide_cates li:nth-child(2n) {
	margin-right: 0;
}
.guide_cates li a {
	display: block;
	-webkit-box-shadow: 0 0 0 1px #ccc inset;
	box-shadow: 0 0 0 1px #ccc inset;
	padding: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.guide_cates li a:hover {
	text-decoration: none;
	background: #efefef;
}
.flesh {
	margin: 0 0 30px 20px;
}
.anounce {
	background: #c00;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
.anounce span {
	font-weight: bold;
	color: #ff9;
}
.cnt_att {
	text-align: center;
	font-weight: bold;
	color: #d00;
}
.doukon {
	margin-bottom: 50px;
}
.doukon img {
	max-width: 100%;
	height: auto;
}
/* guide_send */
.s_send {
	background: url(../../../../img/truck.svg) no-repeat left 6px;
	background-size: 18px 18px;
	padding: 0 0 0 26px;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
}
.cout_red_b {
	color: #d00;
	font-weight: bold;
}
.japanmap {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 660px;
}
.japanmap img, .time_s img, .yupacket img {
	max-width: 100%;
	height: auto;
}
.mic {
	font-size: 120%;
	line-height: 150%;
}
/* register */
.fs-p-announcement, .fs-c-inputInformation, .fs-c-otherServiceLogin {
	padding: 0 5%;
}
.fs-p-announcement__title {
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
.fs-p-announcement p {
	font-size: 0.8em; /* 6/17追記 */
}
.fs-c-specTableContainer {
	padding-left: 5%;
}
.fs-c-inputInformation {
	margin-bottom: 40px;
}
/* login */
.fs-c-subSection__title {
	padding: 0 5%;
	border: none;
	color: #111;
	font-size: 18px;
}
.fs-c-newUsers {
	padding: 10% 5% 5%;
	border-top: 1px solid #ddd;
}
.fs-c-newUsers .fs-c-subSection__title {
	padding: 0;
	margin-bottom: 20px;
}
.fs-c-subgroup { /*6/21追記*/
	margin: -8px 0; /*6/21追記*/
}
.fs-c-subgroup .fs-c-listControl { /*6/21追記*/
	display: none; /*6/21追記*/
}
.fs-c-subgroupList__item {
	-ms-flex-preferred-size: calc(50%);
	flex-basis: calc(50%);
}
.fs-c-subgroupList__link {
	background: #fff;
	border: none;
	background: url(../../../../img/r_arrow.svg) no-repeat 96% center;
	background-size: 12px 12px;
	font-size: 90%;
	padding: 7% 5%;
	border-bottom: 1px solid #ddd !important;
}
.fs-c-subgroupList__link:hover {
	background: url(../../../../img/r_arrow.svg) no-repeat 96% center;
	background-size: 12px 12px;
}
.fs-c-subgroupList__link::after {
	content: "" !important;
}
.fs-c-pagination__item[role="button"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#fs_ProductSearch .fs-c-productList {
	position: relative;
}
/* cart */
.fs-l-cart__mainColumn, .fs-c-totalAndActions {
	padding: 0 5%;
}
.fs-c-cartDiscountInfo__note, .fs-c-purchaseHere__message {
	font-size: 100%;
}
.fs-c-cartPayment__button a {
	width: 100%;
	font-size: 120%;
}
.fs-c-payWithAmazon {
	font-size: 100%;
}
.fs-c-continueShopping {
	width: 80%;
	margin: 0 auto 40px;
}
.fs-c-productListItem__viewMoreImageButton {
	margin-top: -20px;
}
/*0613追記*/
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
	font-size: 1.0em;
	padding: 0.7em;
	margin: 0 auto 20px;
	width: 94%;
}
/*0614追記*/
.fs-c-wishlistProduct {
	width: 100%;
	margin: 10px auto;
}
.fs-c-cartTable__actionButton__container > button {
	margin: 0;
	font-size: 1em;
}
.fs-c-accountService__page {
	-ms-flex-preferred-size: 29%;
	flex-basis: 29%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 128px;
	margin: 8px;
}
.fs-c-accountService__pageLink__label {
	font-size: 1em!important;
}
.fs-c-button--carousel::before {
	font-size: 0.6em;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	font-size: 1em;
}
.fs-c-button--viewReview {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 0;
}
.fs-c-productPrice__main__label {
	font-weight: bold;
	color: red;
	font-size: 0.8em;
}
/*.fs-c-productMark > li {
    margin-bottom: 0.5em;
}*/
/*.fs-c-productMark {
    margin: 0 0 0 0.5em;
}*/
.fs-c-productPrice--member {
	margin-top: 0.5em; /* 0614変更 */
}
.fs-c-productPrice--member .fs-c-price__value {
	font-size: 120%;
}
.fs-c-productSelection__name {
	font-size: 1em;
}
.fs-c-productSelection__selection {
	margin: 0 0 2em 0;
	padding: 4px;
	font-size: 1em;
}
.fs-c-productName__name {
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fs-c-dropdown__menu {
	font-size: 1em;
}
/*.fs-c-productList__list .fs-c-button--plain::before{
	font-size: 1.5em;
	line-height: 0;
}*/
.smp_f {
	width: 100%;
	padding: 0;
	margin: 3px 0;
}
.smp_f li {
	padding: 5px;
	background-color: transparent;
	width: 100%;
	padding: 3% 0 3% 12%;
	color: #999;
	font-size: 0.9em;
}
.smp_f li a {
	color: #222222;
	text-decoration: none;
	margin: 0 0 2em 0;
}
/*0620追記*/
.toc {
	width: 100%;
}
.toc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; /* 折り返し */
	-ms-flex-pack: distribute;
	justify-content: space-around;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.toc li {
	border: solid 1px #cccccc;
	width: 30%;
	margin-bottom: 1.6em;
	font-size: 0.85em;
	padding: 0px;
}
.toc li:first-child {
	width: 97%;
}
/*0704追記*/
.fs-c-couponName__name {
	color: #222222;
	font-size: 1.2em;
}
.fs-c-couponName__discount {
	margin-top: 1em;
}
.fs-c-couponName__discount__value {
	font-size: 1.5em;
	font-weight: bold;
}
.fs-c-couponExpiration__list__item__body {
	margin: 1em 0;
}
/*0705追加*/
.review_btn {
	width: 90%;
	border: solid 1px #cccccc;
	padding: 0.5em 0;
	text-align: center;
	background-color: #cccccc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto 1.5em;
}
/*0716追加*/
#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 100%;
}
#page-top a {
	background: #666;
	opacity: 0.6;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 0px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	opacity: 0.6;
}
/*-------------------グリッドデザイン----------------------*/
.container {
	display: grid;
	gap: 4px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 250px 250px;
}
.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item p {
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
}
.box-big1 {
	grid-column: 1;
	grid-row: 1;
	position: relative;
}
.box-big2 {
	grid-column: 1;
	grid-rows: 1;
	position: relative;
}
.box-big3 {
	grid-column: 2;
	grid-row: 1;
	position: relative;
}
.box-big4 {
	grid-column: 2;
	grid-rows: 3 / 5;
	position: relative;
}
.box-big5 {
	grid-column: 3;
	grid-row: 1;
	position: relative;
}
.box-big6 {
	grid-column: 3;
	grid-rows: 2;
	position: relative;
}
.box-big1:before, .box-big2:before, .box-big3:before, .box-big4:before, .box-big5:before, .box-big6:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
}
.box-big1 p, .box-big2 p, .box-big3 p, .box-big4 p, .box-big5 p, .box-big6 p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	color: #FFF;
	padding: 100px 150px;
}
/*====================================================================
slick
====================================================================*/
.mypattern .slick-slide:not(.slick-center) {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-filter: opacity(70%);
	-moz-filter: opacity(70%);
	-o-filter: opacity(70%);
	-ms-filter: opacity(70%);
	filter: opacity(70%);
}
.slider {
	width: 70%;
	margin: 0 auto;
}
.slick-slide img {
	width: 100%;
	height: auto;
	max-height: auto;
}
.mypattern {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.mypattern .slick-slide {
	margin: 10px;
}
.t_text {
	margin-top: 10px;
	color: #333;
}
.t_date {
	font-size: 10px;
	color: #999;
}
/*--------------------------------
アプリアイコン
-----------------------------------*/
#app_icon {
	padding-left: 5%;
	margin-top: 30px;
	clear: both;
}
#app_icon img {
	border-radius: 10px;
	float: left;
	margin-right: 15px;
}
.app_txt {
	font-size: 13px;
	line-height: 1.4;
}
.app_txt span {
	font-size: 10px;
}
.fs-c-productCarouselMainImage__image > img {
	max-width: 100vw;
	max-height: none;
}

@media screen and (min-width: 960px) {
.fs-l-product2 .fs-l-productLayout {
	display: grid;
	grid-template-columns: calc(52.2% - 50px / 2) calc(47.8% - 50px / 2);
	grid-gap: 50px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
}

@media (max-width: 700px) {
.container {
	display: grid;
	gap: 4px;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
	grid-template-rows: 150px 100px 150px 200px auto;
	padding: 1%;
}
.box-big1 {
	grid-column: 1;
	grid-row: 1 / 3;
	position: relative;
}
.box-big2 {
	grid-column: 1 / 4;
	grid-rows: 2 / 4;
	position: relative;
}
.box-big3 {
	grid-column: 2 / 4;
	grid-row: 1 / 3;
	position: relative;
}
.box-big4 {
	grid-column: 1;
	grid-rows: 3 / 5;
	position: relative;
}
.box-big5 {
	grid-column: 4 / 5;
	grid-row: 1 / 4;
	position: relative;
}
.box-big6 {
	grid-column: 2 / 5;
	grid-rows: 4 / 5;
	position: relative;
}
}

/* Responsive */
@media (max-width: 600px) {
.box-big1 {
	grid-column: 1;
	grid-row: 1 / 3;
	position: relative;
}
.box-big2 {
	grid-column: 1 / 2;
	grid-rows: 2 / 4;
	position: relative;
}
.box-big3 {
	grid-column: 2 / 5;
	grid-row: 1 / 2;
	position: relative;
}
.box-big4 {
	grid-column: 1 / 3;
	grid-rows: 4/6;
	position: relative;
}
.box-big5 {
	grid-column: 2 / 5;
	grid-row: 2 / 4;
	position: relative;
}
.box-big6 {
	grid-column: 3 / 5;
	grid-rows: 4 / 6;
	position: relative;
}
}

@media screen and (max-width: 320px) {
.icon_zo {
	position: absolute;
	left: 5%;
	top: 260px;
	width: 44px;
	height: 44px;
}
.icon_cord {
	position: absolute;
	right: 5%;
	top: 260px;
	width: 140px;
	height: 32px;
}
}
