@charset "utf-8";
/* reset---- */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,figure,figcaption {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica,Verdana, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #222;
}
*,input[type="checkbox"]::-ms-check,input[type="radio"]::-ms-check,*:before,*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,ol {
	list-style: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	border: none;
	vertical-align: top;
}
picture {
	display: block;
	position: relative;
	width: 100%;
}
a {
	text-decoration: underline;
	color: #222;
}
.device_click a,.device_click input[type="submit"],.device_click input[type="button"],.device_click button,.sp_search_narrowing {
	transition: ease 0.3s;
}
.device_click a:hover,.device_click input[type="submit"]:hover,.device_click input[type="button"]:hover,.device_click button:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* clearfix---- */
.clearfix {
	clear: both;
	*zoom: 1;
}
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* parts---- */
.fGibson {
	font-family: canada-type-gibson, sans-serif;
}
.fRed {
	color: #e60012;
}
/* wrapper---- */
.wrapper {
	position: relative;
	top: 0 !important;
}
.wrap {
	position: relative;
	margin: 0 auto;
}
.campaign--header {
	position: relative;
	text-align: center;
}
.campaign--header a {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
/* np-keyword-suggest */
.np-keyword-suggest {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 0;
	width: 100%;
	background: #fff;
	border: none;
}
.np-keyword-suggest div {
	width: auto;
}
.np-keyword-suggest .group {
}
.np-keyword-suggest .group .item {
	position: relative;
	padding: 12px 40px 12px 105px;
	min-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1.2;
	cursor: pointer;
}
.np-keyword-suggest .group .item:before {
	position: absolute;
	top: 8px;
	left: 12px;
	width: 84px;
	height: 20px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9rem;
	line-height: 20px;
}
.np-keyword-suggest .group .history:before {
	content: "検索履歴";
	background: #ffe8ab;
}
.np-keyword-suggest .group .ranking:before {
	content: "人気のキーワード";
	background: #c5e89c;
}
.np-keyword-suggest .group .query:before {
	content: "キーワード";
	background: #c5e89c;
}
.np-keyword-suggest .group .title:before {
	content: "商品名";
	background: #8ad4f7;
}
.np-keyword-suggest .group .item button {
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -0.7em;
	text-decoration: none;
	font-size: 1.5rem;
}
.np-keyword-suggest .group .item button {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
}
.device_click .np-keyword-suggest .group .item:hover {
	background: #dcdcdc;
}
.np-item-suggest {
	margin-left: 10px;
	width: 360px;
	border: solid #dcdcdc 1px;
	box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.3);
}
.np-item-suggest > div {
	position: relative;
	padding: 10px 22px 24px;
}
.np-item-suggest .title {
	margin-bottom: 15px;
	text-align: left;
	font-family: canada-type-gibson, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.np-item-suggest .upper {
}
.np-item-suggest ul {
}
.np-item-suggest ul li {
	position: relative;
	margin-top: 20px;
}
.np-item-suggest ul li:first-child {
	margin-top: 0;
}
.np-item-suggest ul li > a {
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
}
.np-item-suggest ul li .suggest_detail_image {
	width: 60px;
}
.np-item-suggest ul li .suggest_detail_info {
	margin-left: 20px;
	width: calc(100% - 80px);
}
.np-item-suggest ul li .suggest_detail_title {
	font-size: 1.2rem;
}
/* space */
.mt--5 {
	margin-top: 5px !important;
}
.mt--10 {
	margin-top: 10px !important;
}
.mt--15 {
	margin-top: 15px !important;
}
.mt--20 {
	margin-top: 20px !important;
}
.mt--25 {
	margin-top: 25px !important;
}
.mt--30 {
	margin-top: 30px !important;
}
.mt--35 {
	margin-top: 35px !important;
}
.mt--40 {
	margin-top: 40px !important;
}
.mt--45 {
	margin-top: 45px !important;
}
.mt--50 {
	margin-top: 50px !important;
}
.mt--55 {
	margin-top: 55px !important;
}
.mt--60 {
	margin-top: 60px !important;
}
.mt--65 {
	margin-top: 65px !important;
}
.mt--70 {
	margin-top: 70px !important;
}
.mt--75 {
	margin-top: 75px !important;
}
.mt--80 {
	margin-top: 80px !important;
}
.mt--85 {
	margin-top: 85px !important;
}
.mt--90 {
	margin-top: 90px !important;
}
.mt--95 {
	margin-top: 95px !important;
}
.mt--100 {
	margin-top: 100px !important;
}
.add_bdr4 {
	display: none;
}
@media only screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
	.sp--table {
		display: table !important;
	}
	.pc,.pc--table {
		display: none !important;
	}
	/* np-keyword-suggest */
	.np-keyword-suggest {
		border: solid #ddd 1px;
		border-top: none;
		border-radius: 0 0 20px 20px;
	}
	/* space */
	.mt--sp--5 {
		margin-top: 5px !important;
	}
	.mt--sp--10 {
		margin-top: 10px !important;
	}
	.mt--sp--15 {
		margin-top: 15px !important;
	}
	.mt--sp--20 {
		margin-top: 20px !important;
	}
	.mt--sp--25 {
		margin-top: 25px !important;
	}
	.mt--sp--30 {
		margin-top: 30px !important;
	}
	.mt--sp--35 {
		margin-top: 35px !important;
	}
	.mt--sp--40 {
		margin-top: 40px !important;
	}
	.mt--sp--45 {
		margin-top: 45px !important;
	}
	.mt--sp--50 {
		margin-top: 50px !important;
	}
	.mt--sp--55 {
		margin-top: 55px !important;
	}
	.mt--sp--60 {
		margin-top: 60px !important;
	}
	.mt--sp--65 {
		margin-top: 65px !important;
	}
	.mt--sp--70 {
		margin-top: 70px !important;
	}
	.mt--sp--75 {
		margin-top: 75px !important;
	}
	.mt--sp--80 {
		margin-top: 80px !important;
	}
	.mt--sp--85 {
		margin-top: 85px !important;
	}
	.mt--sp--90 {
		margin-top: 90px !important;
	}
	.mt--sp--95 {
		margin-top: 95px !important;
	}
	.mt--sp--100 {
		margin-top: 100px !important;
	}
}
@media only screen and (min-width: 769px) {
	.sp,.sp--table {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.pc--table {
		display: table !important;
	}
	.wrap {
		padding: 0 20px;
		max-width: 1620px;
	}
	.container .wrap {
		max-width: 1400px;
	}
	.pane-contents .container {
		display: block;
	}
	/* np-keyword-suggest */
	.np-keyword-suggest {
		padding: 15px 0 5px;
		width: 350px;
		border-radius: 20px;
		box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.3);
	}
	.np-keyword-suggest .group .item {
		padding: 13px 40px 13px 120px;
		min-height: 21px;
		font-size: 1.2rem;
	}
	.np-keyword-suggest .group .item:before {
		top: 10px;
		left: 16px;
		width: 95px;
		height: 21px;
		border-radius: 5px;
		font-size: 1rem;
	}
	.np-keyword-suggest .group .item a {
		right: 14px;
		margin-top: -0.65em;
		font-size: 1.4rem;
	}
	/* space */
	.mt--pc--5 {
		margin-top: 5px !important;
	}
	.mt--pc--10 {
		margin-top: 10px !important;
	}
	.mt--pc--15 {
		margin-top: 15px !important;
	}
	.mt--pc--20 {
		margin-top: 20px !important;
	}
	.mt--pc--25 {
		margin-top: 25px !important;
	}
	.mt--pc--30 {
		margin-top: 30px !important;
	}
	.mt--pc--35 {
		margin-top: 35px !important;
	}
	.mt--pc--40 {
		margin-top: 40px !important;
	}
	.mt--pc--45 {
		margin-top: 45px !important;
	}
	.mt--pc--50 {
		margin-top: 50px !important;
	}
	.mt--pc--55 {
		margin-top: 55px !important;
	}
	.mt--pc--60 {
		margin-top: 60px !important;
	}
	.mt--pc--65 {
		margin-top: 65px !important;
	}
	.mt--pc--70 {
		margin-top: 70px !important;
	}
	.mt--pc--75 {
		margin-top: 75px !important;
	}
	.mt--pc--80 {
		margin-top: 80px !important;
	}
	.mt--pc--85 {
		margin-top: 85px !important;
	}
	.mt--pc--90 {
		margin-top: 90px !important;
	}
	.mt--pc--95 {
		margin-top: 95px !important;
	}
	.mt--pc--100 {
		margin-top: 100px !important;
	}
}
.form-error {
	font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
	.form-error {
		font-size: 1.4rem;
	}
}
.required:after {
	display: inline-block;
	padding: 0 0 0 0.8em;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
	color: #cd201f;
	font-size: 1.2rem;
	background: none;
	content: "必須";
}
@media only screen and (min-width: 769px) {
	.required:after {
		font-size: 1.4rem;
	}
}
select {
	padding: 0 25px;
	width: 100%;
	height: 100%;
	min-height: 38px;
	background: url(../../img/usr/icon/select_arrow1.png) no-repeat right 15px center;
	background-size: 11px;
	border: solid #dbdbdb 1px;
	border-radius: 20px;
	font-size: 1.2rem;
	-webkit-appearance: none;
	appearance: none;
}
@media only screen and (min-width: 769px) {
	select {
		padding: 0 30px;
		background-position: right 20px center;
		background-size: 16px;
		border-radius: 40px;
		font-size: 1.4rem;
	}
}
.checktype_pref select[name="d_pref"],.checktype_pref select[name="pref"] {
	max-width: 10em;
}
.block-genre-page--header-freespace {
	margin-bottom: 20px;
}
.block-event-page--header-freespace {
	margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
	.block-genre-page--header-freespace {
		margin-bottom: 40px;
	}
	.block-event-page--header-freespace {
		margin-bottom: 40px;
	}
}
/* header---- */
#header {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 10;
}
#header-top {
	position: relative;
	width: 100%;
	height: 55px;
	border-bottom: solid #ddd 1px;
	background: #ffffff;
	z-index: 10;
}
#gnav {
	position: relative;
	height: 40px;
	border-bottom: solid #ddd 1px;
}
.header--logo {
	margin: 0 auto;
	padding-top: 10px;
	width: 153px;
	height: 44px;
	font-size: 1rem;
	line-height: 1.2;
}
.header--logo a {
	display: block;
}
.header--menu {
	position: absolute;
	top: 12px;
	left: 9px;
	width: 30px;
	height: 30px;
}
.header--menu a,.header--menu span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.header--menu a {
	background: #fff;
	border: solid #fff 1px;
}
.header--menu span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header--menu a:after,.header--menu span:before,.header--menu span:after {
	content: " ";
	position: absolute;
	left: 4px;
	transition: ease 0.3s;
	width: 20px;
	height: 2px;
	background: #222;
	border-radius: 1px;
}
.header--menu a:after {
	top: 6px;
}
.header--menu span:before {
	top: 14px;
}
.header--menu span:after {
	top: 22px;
}
.header--menu a.active {
	/*	border-color: #bbb;
	*/
}
.header--menu a.active:after {
	display: none;
}
.header--menu a.active span:before {
	top: 14px;
	transform: rotate(45deg);
}
.header--menu a.active span:after {
	top: 14px;
	transform: rotate(-45deg);
}
.header--menu a.show-child:after {
	display: none;
}
.header--menu a.show-child span:before,.header--menu a.show-child span:after {
	left: 7px;
	width: 13px;
}
.header--menu a.show-child span:before {
	top: 9px;
	transform: rotate(-45deg);
}
.header--menu a.show-child span:after {
	top: 17px;
	transform: rotate(45deg);
}
.header--menu--close {
	margin: 32px auto 0;
	width: 53.3333333333%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.header--menu--close a {
	display: block;
	padding: 11px 0;
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 20px;
	text-decoration: none;
}
.header--menu--close a:before {
	content: " ";
	display: inline-block;
	margin: 3px 8px 0 0;
	width: 10px;
	height: 10px;
	background: url(../../img/usr/icon/close1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.header--menu--return {
	display: none;
	margin: 32px auto 0;
	width: 53.3333333333%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.header--menu--return a {
	display: block;
	padding: 11px 0;
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 20px;
	text-decoration: none;
}
.header--menu--return a:before {
	content: " ";
	display: inline-block;
	margin-right: 15px;
	width: 8px;
	height: 14px;
	background: url(../../img/usr/icon/arrow_l4.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.header__search {
	position: absolute;
	top: 12px;
}
.header__search__box {
	display: none;
	position: relative;
	align-items: center;
	width: 80%;
	height: 40px;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 20px;
}
.header__search__box input {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
}
.header__search--keyword {
	position: relative;
	width: calc(100% - 38px);
	height: 38px;
}
.header__search--keyword input {
	padding: 0 16px;
	font-size: 1.6rem;
}
.header__search--keyword input:hover {
	border: none;
}
.header__search--submit {
	position: relative;
	width: 22px;
	height: 22px;
}
.header__search--submit #search_btn,#search_btn_detail {
	background: #222;
	cursor: pointer;
	color: transparent;
}
.header__search__box .np-keyword-suggest {
	z-index: 3 !important;
}
.header__account {
	display: none;
}
.header--guide {
	display: none;
}
.header--cart {
	position: absolute;
	top: 16px;
	right: 14px;
	width: 23px;
}
.header--cart a {
	display: block;
	position: relative;
	text-decoration: none;
}
.header--cart .num {
	position: absolute;
	top: -5px;
	left: -9px;
	width: 14px;
	height: 14px;
	background: #3bafdf;
	border-radius: 50%;
	text-align: center;
	font-size: 0.675rem;
	line-height: 14px;
	color: #fff;
	z-index: 1;
}
.header--cart .num:empty {
	display: none;
}
.gnav__links {
	display: flex;
	justify-content: center;
	position: relative;
	height: 100%;
	z-index: 2;
}
.gnav__links--item {
	position: relative;
	margin: 0 14px;
	height: 100%;
	font-size: 1.1rem;
}
.gnav__links--item a {
	display: block;
	position: relative;
	padding-top: 10px;
	height: 100%;
	text-decoration: none;
}
.gnav__links--item a:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: ease 0.3s;
	width: 0;
	height: 3px;
	background: #222;
	opacity: 0;
}
.device_click .gnav__links--item a:hover {
	opacity: 1;
}
.gnav__links--item a.active:after,.device_click .gnav__links--item a:hover:after {
	width: 100%;
	opacity: 1;
}
.gnav__sub .wrap,.header__menu .wrap {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.gnav__sub {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: #eee;
	z-index: 1;
}
.header__menu {
	display: none;
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	background: #eee;
	z-index: 10;
}
/* gnav__brand */
#gnav-brand {
}
.gnav__brand {
	position: relative;
	padding: 25px 0 32px;
}
.gnav__brand__lists {
}
.gnav__brand__lists--item {
	margin: 20px auto 0;
	width: calc(100% - 75px);
}
.gnav__brand__lists--item:first-child {
	margin-top: 0;
}
.gnav__brand__lists--item > a {
	display: block;
	position: relative;
	text-decoration: none;
}
.gnav__brand__lists--photo {
	text-align: center;
}
.gnav__brand__lists--name {
	margin-top: 12px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.gnav__brand__lists--explain {
	margin-top: 10px;
	text-align: center;
	font-size: 1.1rem;
}
/* gnav__category */
#gnav-category {
}
.gnav__category {
	position: relative;
	padding-bottom: 32px;
}
.gnav__category__box {
}
.gnav__category--title {
	border-bottom: solid #ddd 1px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.gnav__category--title a {
	display: block;
	position: relative;
	padding: 18px 30px 18px 15px;
	text-decoration: none;
}
.gnav__category--title a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.gnav__category__content {
}
.gnav__category__links {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.gnav__category__links:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.gnav__category__links--item {
	width: 50%;
	border-bottom: solid #ddd 1px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.gnav__category__links--item:nth-of-type(2n + 1) {
	border-right: solid #ddd 1px;
}
.gnav__category__links--item a {
	display: block;
	position: relative;
	padding: 13px 25px 13px 15px;
	text-decoration: none;
}
.gnav__category__links--item a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
/* gnav__gendar */
#gnav-gendar {
}
gnav__gendar {
	position: relative;
	padding-bottom: 32px;
}
.gnav__gendar__links {
}
.gnav__gendar__links--item {
	border-bottom: solid #ddd 1px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.gnav__gendar__links--item a {
	display: block;
	position: relative;
	padding: 18px 30px 18px 15px;
	text-decoration: none;
}
.gnav__gendar__links--item a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
/* header-menu */
#header-menu {
}
.h__m__guide {
	margin: 34px 15px 0;
	padding: 26px 0;
	background: #fff;
	border-radius: 10px;
}
.h__m__guide--title {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.h__m__guide__links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
.h__m__guide__links--item {
	margin-top: 22px;
	width: 33.33333%;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.2;
}
.h__m__guide__links--item:nth-of-type(-n + 3) {
	margin-top: 0;
}
.h__m__guide__links--item a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
.h__m__guide__links--item i {
	display: block;
	margin: 0 auto;
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.h__m__guide__links--item .icon--guide {
	width: 38px;
	background-image: url(../../img/usr/icon/cart1.png);
}
.h__m__guide__links--item .icon--delivery {
	width: 43px;
	background-image: url(../../img/usr/icon/truck1.png);
}
.h__m__guide__links--item .icon--return {
	width: 38px;
	background-image: url(../../img/usr/icon/change1.png);
}
.h__m__guide__links--item .icon--size {
	width: 36px;
	background-image: url(../../img/usr/icon/measure1.png);
}
.h__m__guide__links--item .icon--member {
	width: 32px;
	background-image: url(../../img/usr/icon/resume1.png);
}
.h__m__guide__links--item .icon--ticket {
	width: 41px;
	background-image: url(../../img/usr/icon/ticket1.png);
}
.h__m__guide__links--item .icon--gift {
	width: 37px;
	background-image: url(../../img/usr/icon/gift1.png);
}
.h__m__guide__links--item .icon--faq {
	width: 40px;
	background-image: url(../../img/usr/icon/faq1.png);
}
.h__m__guide__links--item .icon--contact {
	width: 44px;
	background-image: url(../../img/usr/icon/support1.png);
}
/* header-search */
#header-search {
}
.h__s__content {
	position: relative;
	padding-bottom: 50px;
}
.h__s__content .header--menu--close {
	margin-top: 20px;
}
/* header-menu */
.h__m__content {
	position: relative;
	padding-bottom: 38px;
}
.h__m__top {
	position: relative;
}
.h__m__account {
	position: relative;
	margin: 0 15px;
	padding-top: 38px;
}
.h__m__account--name {
	margin-bottom: 26px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.2;
}
.h__m__account__btns {
	display: flex;
	justify-content: center;
}
.h__m__account__btns--item {
	margin-left: 5.79710144928%;
	width: 40.5797101449%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.h__m__account__btns--item:first-child {
	margin-left: 0;
}
.h__m__account__btns--item a {
	display: block;
	padding: 10px 0;
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 20px;
	text-decoration: none;
}
.h__m__account--link {
	margin-top: 18px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.h__m__account--link a {
	text-decoration: none;
}
.h__m__search {
	margin-top: 25px;
}
.h__m__search .header__search__box {
	display: flex;
	margin: 0 auto;
}
#header-menu {
	height: calc(100vh - 55px);
}
#header-menu > .wrap {
	height: 100%;
}
.h__m__links {
	margin-top: 48px;
	border-top: solid #ddd 1px;
}
.h__m__links--item {
	border-bottom: solid #ddd 1px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.h__m__links--item > a {
	display: block;
	position: relative;
	padding: 16px 15px;
	text-decoration: none;
}
.h__m__links--item > a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 8px;
	height: 14px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.h__m__mid {
	display: none;
	position: relative;
}
.h__m__mid--close {
	position: absolute;
	top: 16px;
	left: 24px;
	width: 19px;
	height: 35px;
}
.h__m__mid--close > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.h__m__mid--close > a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
	width: 100%;
	height: 100%;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.h__m__mid--target {
}
.h-m-brand--photo {
	margin: 0 auto 10px;
	padding-top: 25px;
	width: calc(100% - 75px);
}
.h-m-brand--name {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.h-m-links {
	position: relative;
	margin-top: 24px;
}
.h-m-links:first-child {
	margin-top: 0;
}
.h-m-links__lists {
	border-top: solid #ddd 1px;
}
.h-m-links__lists--item {
	border-bottom: solid #ddd 1px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.h-m-links__lists--item > a {
	display: block;
	position: relative;
	padding: 16px 15px;
	text-decoration: none;
}
.h-m-links__lists--item > a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 8px;
	height: 14px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.h-m-links__sub {
	border-top: solid #ddd 1px;
}
.h-m-links__sub--item {
	border-bottom: solid #ddd 1px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.h-m-links__sub--item > a {
	display: block;
	position: relative;
	padding: 18px 15px;
	text-decoration: none;
}
.h-m-links__sub--item > a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 8px;
	height: 14px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.h-m-links__gender {
}
.h-m-links__gender--item {
	border-bottom: solid #ddd 1px;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.2;
}
.h-m-links__gender--item > a {
	display: block;
	position: relative;
	padding: 17px 15px;
	text-decoration: none;
}
.h-m-links__gender--item > a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 8px;
	height: 14px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.h-m-links__box {
}
.h-m-links__box--title {
	padding: 16px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.h-m-links__box__content {
}
.h__m__btm {
	margin-top: 36px;
}
.h__m__nav {
}
.h__m__nav--item {
	margin-top: 22px;
}
.h__m__nav--item:first-child {
	margin-top: 0;
}
.h__m__nav--item > a {
	display: flex;
	align-items: center;
	padding: 0 25px;
	text-decoration: none;
}
.h__m__nav--photo {
	margin-right: 12px;
	width: 78px;
}
.h__m__nav--name {
	width: calc(100% - 90px);
	font-size: 1.2rem;
	line-height: 1.2;
}
/* header-search */
.h__s__input__lists--item {
	margin: 6.25% 10.4166666667% 0 0;
	width: 41.6666666667%;
}
.h__s__input__lists--item:nth-of-type(-n + 2) {
	margin-top: 0;
}
.h__s__input__lists--item:nth-of-type(2n) {
	margin-right: 0;
}
.h__s__input__colors--item {
	margin: 8.33333333333% 10.4166666667% 0 0;
	width: 16.6666666667%;
}
.h__s__input__colors--item:nth-of-type(-n + 4) {
	margin-top: 0;
}
.h__s__input__colors--item:nth-of-type(4n) {
	margin-right: 0;
}
.h__s__about {
	padding-top: 32px;
}
.h__s__about .header__search {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
}
.h__s__about .header__search__box {
	display: flex;
	margin: 0 auto;
}
.h__s__tag {
	margin-top: 16px;
}
.h__s__tag--title {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.h__s__tag--title a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
.h__s__tag--title a:after {
	content: " ";
	display: inline-block;
	margin: 1px 0 0 15px;
	width: 14px;
	height: 14px;
	background: url(../../img/usr/icon/plus1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.h__s__tag--title a.active:after {
	background-image: url(../../img/usr/icon/minus1.png);
}
.h__s__tag__content {
	display: flex;
	margin: 22px auto 0;
	width: calc(100% - 52px);
}
.h__s__tag--pic {
	width: 41.7956656347%;
}
.h__s__tag__info {
	margin-left: 3.86996904025%;
	width: 54.3343653251%;
	font-size: 1.1rem;
}
.h__s__tag__info .line {
	border-bottom: solid #e60012 1px;
}
.h__s__detail {
	margin: 22px 15px 0;
}
.h__s__detail input,.h__s__detail select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
}
.h__s__detail input[type="checkbox"]::-ms-check,.h__s__detail input[type="radio"]::-ms-check {
	border: none;
}
.h__s__detail select {
	padding: 0 12px;
	width: 100%;
	height: 40px;
	background: url(../../img/usr/icon/select_arrow1.png) no-repeat right 15px center #fff;
	background-size: 12px;
	border: solid #ccc 1px;
	border-radius: 20px;
	font-size: 1.2rem;
}
.h__s__detail select::-ms-expand {
	display: none;
}
.h__s__input {
	border-bottom: solid #ddd 1px;
}
.h__s__input__box {
	display: flex;
	padding: 22px 8px 20px 5px;
	border-top: solid #ddd 1px;
}
.h__s__input--title {
	padding-top: 6px;
	width: 90px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.h__s__input__content {
	width: calc(100% - 90px);
}
.h__s__input__content .search--change {
	display: none;
	margin-bottom: 1rem;
}
.h__s__input__content .search--change--wear {
	display: block;
}
.h__s__input__lists {
	display: flex;
	flex-wrap: wrap;
}
.h__s__input__lists--item {
	width: 41.6666666667%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.h__s__input__lists--item label {
	display: block;
	position: relative;
	cursor: pointer;
}
.h__s__input__lists--item label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 15px;
	z-index: 1;
}
.h__s__input__lists--item label input::-ms-check {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 15px;
	z-index: 1;
}
.h__s__input__lists--item label span {
	position: relative;
	display: block;
	padding: 8px 0;
	z-index: 2;
}
.h__s__input__lists--item label input:checked {
	background: #3bafdf;
	color: #3bafdf;
}
.h__s__input__lists--item label input:checked::-ms-check {
	background: #3bafdf;
	color: #3bafdf;
}
.h__s__input__lists--item label input:checked + span {
	color: #fff;
}
.h__s__input__colors {
	display: flex;
	flex-wrap: wrap;
}
.h__s__input__colors--item {
}
.h__s__input__colors--item label {
	display: block;
	position: relative;
}
.h__s__input__colors--item label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.h__s__input__colors--item label input::-ms-check {
	display: none;
}
.h__s__input__colors--item label img {
	border-radius: 50%;
	overflow: hidden;
}
.h__s__input__colors--item label input:checked + img {
	border: solid #3bafdf 3px;
}
.h__s--submit {
	margin: 34px auto 0;
	width: 89.8550724638%;
}
.h__s--submit input {
	display: block;
	padding: 13px 0;
	width: 100%;
	background: #222;
	border-radius: 20px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
}
.body--header--fixed #header-top {
	position: fixed;
	top: 0;
	left: 0;
}
.header--overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}
/* header-guide */
#header-guide {
	top: 60px;
	right: 36px;
	left: auto;
	width: 410px;
	background: none;
}
#header-guide .h__m__guide__links--item {
	margin-top: 22px;
	width: 33.33333%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
#header-guide .h__m__guide__links--item:nth-of-type(-n + 3) {
	margin-top: 0;
}
.body--menu--open #header {
	z-index: 50;
}
@media only screen and (max-width: 768px) {
	.header__search--keyword,.header__search--submit {
		z-index: 4;
	}
	.header__search__box .np-keyword-suggest {
		top: 38px !important;
		left: 1.5rem !important;
		width: calc(100% + 2px);
		border-top: 1px dotted #ddd;
	}
	.header__search {
		right: 51px;
		width: 30px;
		height: 30px;
	}
	.header__search--link {
		width: 100%;
		height: 100%;
	}
	.header__search--link a,.header__search--link span {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.header__search--link a {
		background: #fff;
		border: solid #fff 1px;
	}
	.header__search--link span {
		background: url(../../img/usr/icon/search1.png) no-repeat center center;
		background-size: 19px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.header__search--link span:before,.header__search--link span:after {
		content: " ";
		position: absolute;
		top: 14px;
		left: 4px;
		transition: ease 0.3s;
		width: 20px;
		height: 1px;
		background: #222;
		opacity: 0;
	}
	.header__search--link a.active {
		border-color: #bbb;
	}
	.header__search--link a.active span {
		background: none;
	}
	.header__search--link a.active span:before,.header__search--link a.active span:after {
		opacity: 1;
	}
	.header__search--link a.active span:before {
		transform: rotate(45deg);
	}
	.header__search--link a.active span:after {
		transform: rotate(-45deg);
	}
	.header__menu .header--menu {
		display: none !important;
	}
	.body--menu--open {
		position: fixed;
		top: 0;
		left: 0;
	}
	.body--menu--open #header {
		position: fixed;
		top: 0 !important;
		left: 0;
	}
}
@media only screen and (min-width: 769px) {
	#header-top {
		height: 67px;
	}
	#gnav {
		height: 39px;
	}
	.header--logo {
		padding-top: 10px;
		width: 220px;
		height: 52px;
	}
	.header--menu {
		top: 10px;
		left: 24px;
		width: 46px;
		height: 46px;
	}
	.header--menu a:after,.header--menu span:before,.header--menu span:after {
		width: 36px;
		height: 3px;
		border-radius: 2px;
	}
	.header--menu a:after {
		top: 8px;
	}
	.header--menu span:before {
		top: 20px;
	}
	.header--menu span:after {
		top: 32px;
	}
	.header--menu a.active span:before,.header--menu a.active span:after {
		top: 20px;
	}
	.header__menu .header--menu {
		top: 10px;
		left: 10px;
		z-index: 10;
	}
	.header__menu .header--menu a {
		background: none;
		border: none;
	}
	.header__menu .header--menu span:before,.header__menu .header--menu span:after {
		width: 41px;
	}
	.header__menu .header--menu a.show-child span:before,.header__menu .header--menu a.show-child span:after {
		width: 26px;
	}
	.header__menu .header--menu a.show-child span:before {
		top: 15px;
	}
	.header__menu .header--menu a.show-child span:after {
		top: 32px;
	}
	.header__search {
		display: flex;
		align-items: center;
		top: 16px;
		left: 96px;
	}
	.header__search__box {
		display: flex;
		width: 200px;
		height: 34px;
	}
	.header__search--keyword {
		width: 165px;
		height: 32px;
	}
	.header__search--keyword input {
		padding: 0 12px;
		font-size: 1.2rem;
	}
	.header__search--submit {
		width: 21px;
		height: 21px;
	}
	.header__search--link {
		margin-left: 20px;
		font-size: 1.2rem;
	}
	.header__search--link a {
		display: inline-block;
		vertical-align: top;
	}
	.header__account {
		display: flex;
		position: absolute;
		top: 27px;
		right: 160px;
	}
	.header__account--name {
		font-size: 1rem;
		line-height: 1.2;
	}
	.header__account__links {
		display: flex;
		margin-left: 15px;
		padding-left: 15px;
		border-left: solid #6b6b6b 1px;
	}
	.header__account__links--item {
		margin-left: 22px;
		font-size: 1rem;
		line-height: 1.2;
	}
	.header__account__links--item:first-child {
		margin-left: 0;
	}
	.header__account__links--item a {
		text-decoration: none;
	}
	.device_click .header__account__links--item a:hover {
		text-decoration: underline;
	}
	.header--guide {
		display: block;
		position: absolute;
		top: 18px;
		right: 102px;
		width: 30px;
	}
	.header--guide a {
		display: block;
	}
	.header--cart {
		top: 19px;
		right: 36px;
		width: 31px;
	}
	.header--cart .num {
		top: -3px;
		left: -14px;
		width: 20px;
		height: 20px;
		font-size: 0.9rem;
		line-height: 20px;
	}
	.gnav__links--item {
		margin: 0 40px;
		font-size: 1.2rem;
	}
	.gnav__links--item a {
		padding: 10px 5px 0;
	}
	.gnav__links--item a:after {
		bottom: -2px;
		height: 4px;
	}
	.gnav__sub {
		top: 39px;
		background: rgba(238, 238, 238, 0.95);
	}
	.header__menu {
		position: fixed;
		top: 0;
	}
	/*.header--menu--close {
		display: none;
	}
	*/
	/* gnav__brand */
	#gnav-brand .wrap {
		max-width: 1350px;
	}
	.gnav__brand {
		padding: 48px 0 70px;
	}
	.gnav__brand__lists {
		display: flex;
		justify-content: center;
	}
	.gnav__brand__lists--item {
		margin: 3.125% 3.125% 0 0;
		width: 31.25%;
	}
	.gnav__brand__lists--item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
	.gnav__brand__lists--item:nth-of-type(4n) {
		margin-right: 0;
	}
	.gnav__brand__lists--name {
		margin-top: 18px;
	}
	.gnav__brand__lists--explain {
		margin-top: 12px;
		font-size: 1.2rem;
	}
	/* gnav__category */
	#gnav-category .wrap {
		max-width: 1040px;
	}
	.gnav__category {
		display: flex;
		justify-content: space-between;
		padding: 48px 0 38px;
	}
	.gnav__category--title {
		border-bottom: none;
		font-size: 1.4rem;
		font-weight: normal;
		margin-right: 1rem;
	}
	.gnav__category--title a {
		display: inline-block;
		padding: 0;
		vertical-align: top;
	}
	.gnav__category--title a:after {
		display: none;
	}
	.gnav__category__content {
		margin-top: 15px;
	}
	.gnav__category__links {
		display: block;
		padding-right: 10px;
	}
	.gnav__category__links:after {
		display: none;
	}
	.gnav__category__links--item {
		margin-top: 15px;
		width: auto;
		border-bottom: none;
		font-size: 1.2rem;
	}
	.gnav__category__links--item:first-child {
		margin-top: 0;
	}
	.gnav__category__links--item:nth-of-type(2n + 1) {
		border-right: none;
	}
	.gnav__category__links--item a {
		display: inline-block;
		padding: 0;
		vertical-align: top;
	}
	.gnav__category__links--item a:after {
		display: none;
	}
	/* gnav__gendar */
	#gnav-gendar .wrap {
		max-width: 1040px;
	}
	.gnav__gendar {
		padding: 70px 0 64px;
	}
	.gnav__gendar__links {
		display: flex;
		flex-wrap: wrap;
	}
	.gnav__gendar__links--item {
		padding-bottom: 10px;
		width: 25%;
		border-bottom: none;
		text-align: center;
		font-size: 1.4rem;
		font-weight: normal;
	}
	.gnav__gendar__links--item a {
		display: inline-block;
		padding: 0;
		vertical-align: top;
	}
	.gnav__gendar__links--item a:after {
		display: none;
	}
	/* header-menu */
	#header-menu {
		top: 0;
		width: 350px;
		height: 100vh;
	}
	#header-menu .wrap {
		padding: 0 26px;
	}
	.h__m__account {
		margin: 0;
		padding-top: 80px;
	}
	.h__m__account__btns--item {
		margin-left: 3.448275862%;
		width: 48.275862069%;
	}
	.h__m__search .header__search__box {
		width: 100%;
		height: 40px;
	}
	.h__m__search .header__search--keyword {
		width: calc(100% - 35px);
	}
	.h__m__links {
		border-top: none;
	}
	.h__m__links--item {
		margin-top: 24px;
		border-bottom: none;
		font-size: 1.6rem;
	}
	.h__m__links--item:first-child {
		margin-top: 0;
	}
	.h__m__links--item > a {
		padding: 0 105px 0 0;
	}
	.h__m__links--item > a:after {
		right: 95px;
		margin-top: -10px;
		width: 10px;
		height: 19px;
	}
	.h__m__mid {
	}
	.h__m__mid--target {
		padding-top: 80px;
	}
	.h-m-brand--photo {
		padding-top: 0;
		width: calc(100% - 48px);
	}
	.h-m-links__lists {
		margin: 0 15px;
		border-top: none;
	}
	.h-m-links__lists--item {
		margin-top: 14px;
		border-bottom: none;
		font-size: 1.4rem;
	}
	.h-m-links__lists--item:first-child {
		margin-top: 0;
	}
	.h-m-links__lists--item > a {
		display: inline-block;
		padding: 0;
		text-decoration: underline;
		vertical-align: top;
	}
	.h-m-links__lists--item > a:after {
		display: none;
	}
	.h-m-links__box {
	}
	.h-m-links__sub {
		border-top: none;
	}
	.h-m-links__sub--item {
		margin-top: 14px;
		border-bottom: none;
	}
	.h-m-links__sub--item:first-child {
		margin-top: 0;
	}
	.h-m-links__sub--item > a {
		display: inline-block;
		padding: 0;
		min-width: 140px;
		vertical-align: top;
	}
	.h-m-links__sub--item > a:after {
		display: none;
	}
	.h-m-links__sub--item > a.has-next:after {
		display: block;
		right: 0;
		width: 7px;
		height: 11px;
	}
	.h-m-links__gender {
		margin: 0 15px;
	}
	.h-m-links__gender--item {
		margin-top: 20px;
		border-bottom: none;
		font-size: 1.6rem;
		font-weight: 400;
	}
	.h-m-links__gender--item:first-child {
		margin-top: 0;
	}
	.h-m-links__gender--item > a {
		display: inline-block;
		padding: 0;
		vertical-align: top;
	}
	.h-m-links__gender--item > a:after {
		display: none;
	}
	.h-m-links__box {
		margin: 30px 15px 0;
	}
	.h-m-links__box:first-child {
		margin-top: 0;
	}
	.h-m-links__box--title {
		padding: 0;
		font-size: 1.4rem;
		font-weight: none;
	}
	.h-m-links__box__content {
		padding: 14px 0 0 25px;
	}
	.h__m__btm {
		margin-top: 40px;
	}
	.h__m__nav {
		margin-bottom: 40px;
	}
	.h__m__nav--item {
		margin-top: 16px;
	}
	.h__m__nav--item > a {
		padding: 0;
	}
	.h__m__nav--photo {
		margin-right: 16px;
		width: 104px;
	}
	.h__m__nav--name {
		width: calc(100% - 120px);
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.h__m__guide {
		margin: 0;
		padding: 22px 0 46px;
		border: solid #ddd 1px;
	}
	.h__m__guide--title {
		font-size: 1.4rem;
	}
	.h__m__guide__links {
		margin: 40px 28px 0;
	}
	.h__m__guide__links--item {
		margin-top: 20px;
		width: 50%;
		font-size: 1.2rem;
	}
	.h__m__guide__links--item:nth-of-type(-n + 2) {
		margin-top: 0;
	}
	.h__m__guide__links--item:nth-of-type(3) {
		margin-top: 20px;
	}
	/* header-search */
	#header-search .wrap {
		max-width: 1600px;
	}
	.h__s__content {
		display: flex;
		align-items: center;
		padding: 56px 0 80px;
	}
	.h__s__content .header--menu--close {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 60px;
		height: 60px;
	}
	.h__s__content .header--menu--close a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		background: #eee;
		border: solid #bbb 1px;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
	}
	.h__s__content .header--menu--close a:before,.h__s__content .header--menu--close a:after {
		content: " ";
		position: absolute;
		top: 27px;
		left: 50%;
		margin-left: -20px;
		width: 40px;
		height: 4px;
		background: #222;
	}
	.h__s__content .header--menu--close a:before {
		transform: rotate(45deg);
	}
	.h__s__content .header--menu--close a:after {
		transform: rotate(-45deg);
	}
	.h__s__about {
		padding-top: 0;
		width: 35.9375%;
	}
	.h__s__about .header__search__box {
		width: 100%;
		height: 70px;
		border-radius: 35px;
	}
	.h__s__about .header__search--keyword {
		width: calc(100% - 76px);
		height: 68px;
	}
	.h__s__about .header__search--submit {
		width: 26px;
		height: 26px;
	}
	.h__s__about .np-keyword-suggest {
		top: 72px !important;
		width: 100%;
	}
	.h__s__tag {
		margin-top: 36px;
	}
	.h__s__tag--title {
		font-size: 1.6rem;
	}
	.h__s__tag--title:after {
		margin: -1px 0 0 20px;
		width: 19px;
		height: 19px;
	}
	.h__s__tag__content {
		margin-top: 44px;
		width: auto;
	}
	.h__s__tag--pic {
		width: 35.2173913043%;
	}
	.h__s__tag__info {
		margin-left: 3.47826086957%;
		width: 61.3043478261%;
		font-size: 1.2rem;
	}
	.h__s__detail {
		margin: 0 0 0 7.8125%;
		width: 56.25%;
	}
	.h__s__detail select {
		padding: 0 30px;
		width: 85.910652921%;
		height: 50px;
		background-position: right 26px center;
		background-size: 16px;
		border-radius: 25px;
		font-size: 1.4rem;
	}
	.h__s__input {
	}
	.h__s__input__box {
		padding: 24px 10px 24px 10px;
	}
	.h__s__input--title {
		padding-top: 14px;
		width: 118px;
		font-size: 1.6rem;
	}
	.h__s__input__content {
		width: calc(100% - 118px);
	}
	.h__s__input__lists {
		padding: 6px 0 6px 18px;
	}
	.h__s__input__lists--item {
		margin: 3.43642611684% 3.43642611684% 0 0;
		width: 20.618556701%;
	}
	.h__s__input__lists--item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
	.h__s__input__lists--item:nth-of-type(4n) {
		margin-right: 0;
	}
	.h__s__input__lists--item label input {
		border-radius: 20px;
	}
	.h__s__input__lists--item label input::-ms-check {
		border-radius: 20px;
	}
	.h__s__input__lists--item label span {
		padding: 13px 0;
	}
	.h__s__input__colors--item {
		margin: 3.43642611684% 6.87285223368% 0 0;
		width: 10.3092783505%;
	}
	.h__s__input__colors--item:nth-of-type(-n + 6) {
		margin-top: 0;
	}
	.h__s__input__colors--item:nth-of-type(6n) {
		margin-right: 0;
	}
	.h__s__input__colors--item label input:checked + img {
		border-width: 6px;
	}
	.h__s--submit {
		margin-top: 52px;
		width: 55.5555555556%;
	}
	.h__s--submit input {
		padding: 20px 0;
		border-radius: 30px;
		text-align: center;
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 990px) and (min-width: 769px) {
	.header__search {
		left: 20px;
	}
	.header__search__box {
		width: 180px;
	}
	.header__search--keyword {
		width: 152px;
	}
	.header__search--link {
		margin-left: 10px;
	}
	.header--cart {
		right: 20px;
	}
	.header--guide {
		right: 82px;
	}
	.header__account {
		display: block;
		top: 16px;
		right: 120px;
		width: 140px;
	}
	.header__account__links {
		margin: 10px 0 0;
		padding-left: 0;
		border-left: none;
	}
}
@media only screen and (min-width: 1280px) {
	.h__s__about {
		width: 460px;
	}
	.h__s__detail {
		margin-left: 100px;
		width: 720px;
	}
}
@media only screen and (min-width: 1440px) {
	.h__s__content .header--menu--close {
		top: 17px;
		right: 48px;
	}
}
/* contents---- */
.pane-contents {
	padding-bottom: 0px;
	min-height: inherit;
}
.container {
	position: relative;
	width: 100%;
}
.pane-main {
	display: block;
	position: relative;
	width: 100%;
}
.pane-left {
	position: relative;
}
@media only screen and (max-width: 768px) {
	.container {
		position: relative;
		margin-bottom: -84px;
	}
	.pane-contents .container {
		display: block;
	}
	/*.pane-contents > .container {
		display: flex;
		flex-flow:column;
	}
	.pane-contents > .container > .pane-main {
		order: 1;
	}
	.pane-contents > .container > .pane-left {
		order: 2;
	}
	.pane-contents > .container > .pane-right-menu {
		order: 3;
	}
	*/
	.container .pane-main:not(:first-child) {
		padding-bottom: 100px;
	}
	.container .pane-main:first-child {
		padding-bottom: 70px;
	}
}
@media only screen and (min-width: 769px) {
	.container {
		display: flex;
		margin-bottom: -120px;
	}
	/*.container .pane-main:not(:first-child) {
		order: 2;
		padding-bottom: 92px;
		*/
		/*width: calc(100vw - 260px);
		*/
		/*width: calc(100vw - 277px);
		border-left: solid #ddd 1px;
	}
	.container .pane-main:first-child {
		padding-bottom: 106px;
	}
	.pane-left {
		order: 1;
		margin-right: -1px;
		width: 261px;
		border-right: solid #ddd 1px;
	}
	*/
}
/* main---- */
/* block-topic-path--list */
.block-topic-path--list {
	overflow: scroll;
	background: #eee;
	padding: 2px;
}
.block-topic-path--list li {
	font-size: 1rem;
	line-height: 1.2;
	padding-right: 10px;
}
.block-topic-path--list li a {
	text-decoration: none;
	margin-left: 5px;
	color: #808080;
}
.block-topic-path--list li > span {
	margin-left: 5px;
}
/* link */
.link--back {
	font-size: 1rem;
	line-height: 1.2;
}
.link--back a {
	text-decoration: none;
}
.link--back a:before {
	content: " ";
	display: inline-block;
	margin: 2px 8px 0 0;
	width: 6px;
	height: 10px;
	background: url(../../img/usr/icon/arrow_l1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.link-all {
	margin-top: 10px;
	text-align: center;
	font-size: 1.2rem;
}
.link-all > a {
	display: inline-block;
	vertical-align: top;
}
/* title */
h2 {
	background: none;
}
.title--1 {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.title--1.ja {
	font-size: 1.5rem;
}
.title--1.en {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
}
.title--2 {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
}
.title--3 {
	position: relative;
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
}
.title--4 {
	position: relative;
	margin-bottom: 30px;
	padding: 16px 20px 15px;
	background: #eee;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
}
.title--5 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid #ddd 1px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}
.title--thanks {
	position: relative;
	margin-bottom: 6px;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
}
.title--page {
	position: relative;
	margin-bottom: 36px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.title--page.en {
	margin-bottom: 18px;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	margin-top: 2rem;
}
.title--more {
	display: block;
	position: absolute;
	top: -4px;
	right: 13px;
	padding: 5px 15px;
	border: solid #060001 1px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.2;
}
.device_click .title--more:hover {
	background: #060001;
	color: #fff;
	opacity: 1;
}
.title--brand {
	position: relative;
	height: 40px;
	border-bottom: solid #ddd 1px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
}
.title--brand img {
	position: relative;
	top: 8px;
	width: auto;
	height: 24px;
	max-width: inherit;
}
/* text */
.text--1 {
	margin-top: 10px;
	font-size: 1.2rem;
}
.text--1:first-child {
	margin-top: 0;
}
.text--center {
	text-align: center;
}
.text--right {
	text-align: right;
}
.text--left {
	text-align: left;
}
/* more */
.more--1 {
	margin: 38px auto 0;
	width: 53.3333333333%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.more--1 a {
	display: block;
	padding: 11px 0;
	border: solid #060001 1px;
	border-radius: 20px;
	text-decoration: none;
}
.device_click .more--1 a:hover {
	background: #060001;
	color: #fff;
	opacity: 1;
}
.more-1 {
	margin: 25px auto 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.more-1-wide {
	margin-top: 28px;
}
.more-1 a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	min-width: 200px;
	height: 38px;
	border: solid #222 1px;
	border-radius: 20px;
	text-decoration: none;
	vertical-align: top;
	background: #222;
	color: #fff;
}
.device_click .more-1 a:hover {
	opacity: 0.7;
}
/* btn */
.btn--1 {
	position: relative;
	margin: 40px auto 0;
	width: 69.3333333333%;
	height: 50px;
}
.btn--1 a,.btn--1 input {
	display: block;
	width: 100%;
	height: 100%;
	border: solid #222 1px;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 48px;
	cursor: pointer;
}
.device_click .btn--1 a:hover,.device_click .btn--1 input:hover {
	background: #222;
	color: #fff;
	opacity: 1;
}
.btn-search-move {
	position: relative;
	margin: 35px auto 0;
	width: 69.3333333333%;
	height: 40px;
	min-width: 260px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.btn-search-move > a {
	display: block;
	width: 100%;
	height: 100%;
	border: solid #222 1px;
	border-radius: 20px;
	text-decoration: none;
	line-height: 38px;
}
.btn-search-move > a:before {
	content: " ";
	display: inline-block;
	margin: 10px 10px 0 0;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/icon/search1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.device_click .btn-search-move > a:hover {
	background: #222;
	color: #fff;
	opacity: 1;
}
.device_click .btn-search-move > a:hover:before {
	background-image: url(../../img/usr/icon/search2.png);
}
/* tab__style__trigger */
.tab__style__trigger {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 52px;
	z-index: 5;
}
.tab__style__trigger--item {
	margin-left: 6%;
	width: 20%;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
}
.tab__style__trigger--item:first-child {
	margin-left: 0;
}
.tab__style__trigger--item a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.tab__style__trigger--item a:after {
	content: " ";
	display: block;
	margin-top: 4px;
	width: 100%;
	height: 1px;
	background: #bebebe;
}
.tab__style__trigger--item a.active:after {
	background: #222;
}
.tab__style__sub {
	display: none;
	position: absolute;
	top: 30px;
	left: 12px;
	padding: 18px 25px;
	width: calc(100vw - 24px);
	background: rgba(34, 34, 34, 0.9);
}
.tab__style__sub:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: solid transparent 8px;
	border-top: none;
	border-bottom: solid rgba(34, 34, 34, 0.9) 8px;
}
.tab__style__sub__lists {
	display: flex;
	justify-content: space-between;
}
.tab__style__sub__lists--item {
	font-size: 1.2rem;
}
.tab__style__sub__lists--item > a {
	color: #fff;
}
.tab__style__sub__lists--item > a:after {
	display: none;
}
.tab__style__sub__lists--item > a.all:after {
	display: block;
}
.tab__style__target {
	display: none;
	position: relative;
}
/* tab__links */
.tab__links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tab__links--item {
	text-align: center;
	background-color: #eee;
	border-radius: 12px;
}
.tab__links--item a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #222;
}
.tab__links--item.active {
	background-color: #222;
}
.tab__links--item.active a {
	color: #fff;
}
.tabs-1 {
}
.tabs-1-trigger {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tabs-1-trigger--item {
	text-align: center;
	font-size: 1.2rem;
}
.tabs-1-trigger--item > a {
	display: block;
	padding: 6px 4px;
	width: 100%;
	background: #eee;
	border-radius: 25px;
	text-decoration: none;
}
.tabs-1-trigger--item > a.active,.device_click .tabs-1-trigger--item > a:hover {
	background: #222;
	color: #fff;
	opacity: 1;
}
.tabs-1-target {
	display: none;
}
/* lists */
.lists--1 {
}
.lists--1--item {
	float: left;
}
.lists--1--item > a {
	display: block;
	position: relative;
	text-decoration: none;
}
.lists--1--rank {
	position: absolute;
	top: -22px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	z-index: 2;
}
.lists--1--rank:before {
	content: " ";
	display: inline-block;
	margin: 0 10px 0 0;
	width: 21px;
	height: 17px;
	background-size: 100%;
	vertical-align: top;
}
.lists--1--photo {
	position: relative;
	text-align: center;
	z-index: 1;
}
.lists--1__info {
	position: relative;
	margin-top: 5px;
	word-break: break-all;
}
.lists--1--title {
	text-align: center;
	font-size: 1.1rem;
	font-weight: normal;
}
.lists--1__price {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 4px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.2;
}
.lists--1__price--title {
	margin-bottom: 2px;
	width: 100%;
	font-size: 1rem;
}
.lists--1__price--normal {
}
.lists--1__price--strike {
	color: #999;
}
.lists--1__price--strike:after {
	content: "→";
	display: inline-block;
	margin: 0 6px 0 5px;
	text-align: top;
}
.lists--1__price--strike:after {
	margin: 0 6px 0 5px;
}
.lists--1__price--strike.black {
	color: inherit;
}
.lists--1__price--sale {
	color: #cd201f;
	font-weight: 700;
}
.lists--1__price--off {
	margin-top: 3px;
	width: 100%;
	font-size: 1rem;
	color: #cd201f;
}
.lists--1--variation {
	margin-top: 5px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
	margin-right: 15px;
	margin-left: 15px;
}
.lists--1--variation a {
	display: block;
	padding: 6px 0;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 12px;
	text-decoration: none;
}
/* ****************↓↓カラーサイズ選ぶボタンに▼追加↓↓******************** */
.lists--1--variation a::before {
	content: "▼";
	display: inline-block;
	margin-right: 3px;
	color: #000;
}
@media screen and (max-width: 360px) {
	.lists--1--variation {
		font-size: 0.8rem;
	}
}
/* *****************↑↑カラーサイズ選ぶボタンに▼追加↑↑********************* */
/* topics__lists */
.topics__lists {
}
.topics__lists--item {
	border-bottom: solid #ddd 1px;
	padding: 15px 0;
}
.topics__lists--item > a {
	display: flex;
	text-decoration: none;
	flex-wrap: nowrap;
	align-items: center;
}
.topics__lists--photo {
	position: relative;
	text-align: center;
	width: 30%;
}
.topics__lists__info {
	width: 70%;
	padding-left: 10px;
}
.topics__lists--date {
	font-size: 1rem;
	line-height: 1.2;
	color: #999;
}
.topics__lists--title {
	font-size: 1.2rem;
	padding-bottom: 15px;
	font-weight: bold;
}
/* news */
.news--cat {
	display: inline-block;
	padding: 3px 2px;
	min-width: 55px;
	border-radius: 9px;
	text-align: center;
	vertical-align: top;
	font-size: 0.9rem;
	font-style: normal;
	line-height: 1.2;
}
.news--cat--info {
	background: #eee;
}
.news--cat--update {
	background: #cbeff3;
}
.news--cat--item {
	background: #f6e8f1;
}
.news__lists {
	position: relative;
	border-top: solid #bbb 1px;
}
.news__lists--item {
	border-bottom: solid #bbb 1px;
}
.news__lists--item > div,.news__lists--item > a {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 10px 28px 12px 16px;
	text-decoration: none;
}
.news__lists--item > a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -9px;
	width: 10px;
	height: 19px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.news__lists--date {
	font-size: 1rem;
}
.news__lists--date span {
	display: inline-block;
	vertical-align: top;
}
.news__lists--cat {
}
.news__lists--cat .news--cat {
}
.news__lists--title {
	margin-top: 6px;
	width: 100%;
	font-size: 1.2rem;
}
/* coordinate__lists */
.coordinate__lists {
}
.coordinate__lists--item {
	float: left;
}
.coordinate__lists--item > a {
	display: block;
	position: relative;
}
.coordinate__lists--photo {
	position: relative;
}
/* instagram__lists */
.instagram__lists {
}
.instagram__lists--item {
	position: relative;
	float: left;
}
.instagram__lists--item > a {
	display: block;
	position: relative;
}
.instagram__lists--item > a img {
	width: 100%;
	max-width: inherit;
}
/* catitem-lists */
.catitem-lists {
}
.catitem-lists-item {
	position: relative;
}
.catitem-lists-item > a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.catitem-lists-photo {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	border: solid #ddd 1px;
	border-radius: 50%;
	overflow: hidden;
}
.catitem-lists-photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 67.6991150442%;
}
.catitem-lists-title {
	margin-top: 4px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.catitem-lists.lists--sp--3 {
		margin: 0 auto;
		width: calc(100% - 15px);
	}
	.catitem-lists.lists--sp--3 .catitem-lists-item {
		float: left;
		margin: 20px 2.91666666665% 0 0;
		width: 31.3888888889%;
	}
	.catitem-lists.lists--sp--3 .catitem-lists-item:nth-of-type(-n + 3) {
		margin-top: 0;
	}
	.catitem-lists.lists--sp--3 .catitem-lists-item:nth-of-type(3n) {
		margin-right: 0;
	}
	.catitem-lists.lists--sp--3 .catitem-lists-item:nth-of-type(3n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 769px) {
	.catitem-lists-item {
		float: left;
		margin-right: 30px;
		width: 300px;
	}
	.catitem-lists.lists--pc--5 {
		margin: 0 auto;
		max-width: 1465px;
	}
	.catitem-lists.lists--pc--5 .catitem-lists-item {
		float: left;
		margin: 36px 3.6689419795% 0 0;
		width: 17.0648464164%;
	}
	.catitem-lists.lists--pc--5 .catitem-lists-item:nth-of-type(-n + 5) {
		margin-top: 0;
	}
	.catitem-lists.lists--pc--5 .catitem-lists-item:nth-of-type(5n) {
		margin-right: 0;
	}
	.catitem-lists.lists--pc--5 .catitem-lists-item:nth-of-type(5n + 1) {
		clear: both;
	}
	.catitem-lists-title {
		margin-top: 12px;
		font-size: 1.4rem;
	}
}
/* brand-lists */
.brand-lists {
}
.brand-lists-item {
	position: relative;
}
.brand-lists-item > a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.brand-lists-photo {
	border: solid #ddd 1px;
}
.brand-lists-name {
	margin-top: 6px;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.33333333333;
}
.brand-lists-text {
	margin-top: 12px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.brand-lists-explain {
	margin-top: 8px;
	font-size: 1.1rem;
	line-height: 1.54545454545;
}
@media only screen and (max-width: 768px) {
	.brand-lists.lists--sp--1 {
		margin: 0 auto;
		width: calc(100% - 98px);
	}
	.brand-lists.lists--sp--1 .brand-lists-item {
		margin-top: 35px;
	}
	.brand-lists.lists--sp--1 .brand-lists-item:first-child {
		margin-top: 0;
	}
	.brand-lists.lists--sp--1 .brand-lists-item .brand-lists-photo {
		margin: 0 auto;
		width: calc(100% - 37px);
	}
	.brand-lists.lists--sp--3 {
		margin: 0 auto;
		width: calc(100% - 15px);
	}
	.brand-lists.lists--sp--3 .brand-lists-item {
		float: left;
		margin: 20px 2.0833333334% 0 0;
		width: 31.9444444444%;
	}
	.brand-lists.lists--sp--3 .brand-lists-item:nth-of-type(-n + 3) {
		margin-top: 0;
	}
	.brand-lists.lists--sp--3 .brand-lists-item:nth-of-type(3n) {
		margin-right: 0;
	}
	.brand-lists.lists--sp--3 .brand-lists-item:nth-of-type(3n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 769px) {
	.brand-lists.lists--pc--4 {
		margin: 0 auto;
		max-width: 1290px;
	}
	.brand-lists.lists--pc--4 .brand-lists-item {
		float: left;
		margin: 38px 2.32558139535% 0 0;
		width: 23.2558139535%;
	}
	.brand-lists.lists--pc--4 .brand-lists-item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
	.brand-lists.lists--pc--4 .brand-lists-item:nth-of-type(4n) {
		margin-right: 0;
	}
	.brand-lists.lists--pc--4 .brand-lists-item:nth-of-type(4n + 1) {
		clear: both;
	}
	.brand-lists.lists--pc--6 {
		margin: 0 auto;
		max-width: 1465px;
	}
	.brand-lists.lists--pc--6 .brand-lists-item {
		float: left;
		margin: 32px 1.48148148152% 0 0;
		width: 15.4320987654%;
	}
	.brand-lists.lists--pc--6 .brand-lists-item:nth-of-type(-n + 6) {
		margin-top: 0;
	}
	.brand-lists.lists--pc--6 .brand-lists-item:nth-of-type(6n) {
		margin-right: 0;
	}
	.brand-lists.lists--pc--6 .brand-lists-item:nth-of-type(6n + 1) {
		clear: both;
	}
	.brand-lists-name {
		margin-top: 12px;
		font-size: 1.4rem;
	}
	.brand-lists-text {
		margin-top: 16px;
	}
	.brand-lists-explain {
		margin-top: 12px;
		font-size: 1.2rem;
		line-height: 1.66666666667;
	}
}
/* slide */
.slide--1 {
	position: relative;
}
.slide--1__frame {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.slide--1__move {
	position: relative;
}
.slide--1--item {
	float: left;
}
.slide--1__bullets {
	margin-top: 20px;
	height: 8px;
	text-align: center;
	z-index: 2;
}
.slide--1__bullets--item {
	display: inline-block;
	margin: 0 11px;
	width: 8px;
	height: 100%;
	background: #fff;
	border: solid #222 1px;
	border-radius: 50%;
	text-indent: -9999px;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
}
.slide--1__bullets--item.active {
	background: #222;
}
.slide--1--direct {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	width: 12px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
}
.slide--1--direct--prev {
	left: 17px;
	background-image: url(../../img/usr/icon/slide_prev1.png);
}
.slide--1--direct--next {
	right: 17px;
	background-image: url(../../img/usr/icon/slide_next1.png);
}
/* instagram__slide */
.instagram__slide {
	position: relative;
}
.instagram__slide__frame {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.instagram__slide__move {
	position: relative;
}
.instagram__slide__box {
	position: relative;
	clear: none;
	float: left;
}
.instagram__slide--item {
	float: left;
}
.instagram__slide--item a {
	display: block;
}
.instagram__slide--direct {
	display: none;
}
/* banners */
.banners--1 {
	position: relative;
	margin-top: 65px;
}
.banners--1__lists {
}
.banners--1__lists--item {
	float: left;
}
.banners--1__lists--item a {
	display: block;
}
/* refine__result */
.refine__result {
	position: relative;
	margin: 12px auto 12px;
	width: calc(100% - 33px);
	display: none !important;
}
.refine__result.refine__result_show {
	display: block !important;
}
.refine__result--title {
	position: relative;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.refine__result--title span {
	display: inline-block;
	position: relative;
	padding: 0 12px;
	background: #fff;
	vertical-align: top;
}
.refine__result--title span:before,.refine__result--title span:after {
	content: " ";
	position: absolute;
	top: 50%;
	width: 25px;
	height: 1px;
	background: #222;
}
.refine__result--title span:before {
	left: -25px;
}
.refine__result--title span:after {
	right: -25px;
}
.refine__result__content {
	margin: 18px auto 0;
	width: calc(100% - 33px);
}
.refine__result__lists {
	display: flex;
	flex-wrap: wrap;
	margin: -8px 0 0 -5px;
}
.refine__result__lists--item {
	margin: 8px 0 0 5px;
	font-size: 10px;
	line-height: 1.2;
}
.refine__result__lists--item a {
	display: block;
	position: relative;
	padding: 6px 30px 6px 14px;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 15px;
	text-decoration: none;
}
.refine__result__lists--item a:before,.refine__result__lists--item a:after {
	content: " ";
	position: absolute;
	top: 47%;
	right: 12px;
	width: 8px;
	height: 1px;
	background: #222;
}
.refine__result__lists--item a:before {
	transform: rotate(45deg);
}
.refine__result__lists--item a:after {
	transform: rotate(-45deg);
}
.refine__result__btns {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}
.refine__result__btns--item {
	position: relative;
	margin-left: 10px;
	font-size: 1rem;
	line-height: 1;
}
.refine__result__btns--item:first-child {
	margin-left: 0;
}
.refine__result__btns--item a {
	display: inline-block;
	padding: 7px 9px;
	border: solid #ddd 1px;
	border-radius: 2px;
	text-decoration: none;
	vertical-align: top;
}
.refine__result__btns--item .reset {
	background: #ddd;
}
.refine__result__btns--item .more {
	background: #999;
	color: #fff;
}
.refine__result__btns--item .more:before {
	content: " ";
	display: inline-block;
	margin: 1px 6px 0 0;
	width: 13px;
	height: 13px;
	background: url(../../img/usr/icon/search2.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.refine__result--showall {
	display: none;
	position: relative;
	padding-top: 10px;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
}
.refine__result--showall:after {
	content: "";
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(rgba(255, 255, 255, 0.4) 0, #fff 100%);
}
.refine__result--showall > a {
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
/* lists__sort */
.lists__sort {
	display: flex;
	align-items: center;
	position: relative;
	margin: 15px 0 15px;
	padding-top: 50px;
	/*  border-top: solid #ddd 1px;
	*/
}
.lists__sort--total {
	padding-left: 12px;
	width: 35%;
	font-weight: bold;
	line-height: 1.2;
}
.lists__sort--total .num {
	font-size: 2rem;
	font-weight: bold;
	margin-right: 5px;
}
.lists__sort--total span {
	font-size: 1.2rem;
	font-weight: normal;
}
.lists__sort__right {
	padding-right: 12px;
	text-align: right;
	width: 65%;
}
.lists__sort--page {
	font-size: 1.2rem;
	line-height: 1.2;
}
.lists__sort--select {
	position: absolute;
	top: 0;
	left: 12px;
	width: 140px;
	height: 30px;
	min-height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23222"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"/></svg>') no-repeat right 7px center #fff; */
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5MiA5LjE5MiI+IDxwYXRoIGQ9Ik02LjUsNmgtMVYuNUgwdi0xSDYuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguODM5IDQuMjQzKSByb3RhdGUoMTM1KSIgZmlsbD0iIzQ0NCIvPjwvc3ZnPg==") no-repeat right 10px top calc(50% - 3px) #fff;
	background-size: 9px;
	border: solid #ccc 1px;
	border-radius: 20px;
	font-size: 1.1rem;
}
.lists__sort--select::-ms-expand {
	display: none;
}
.lists__sort__layout {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 12px;
	width: 100px;
	height: 40px;
	background: #eee;
}
.lists__sort__layout--item {
	margin: 0 10px;
}
.lists__sort__layout--item > * {
	display: block;
	width: 23px;
	height: 23px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-indent: -9999rem;
}
.lists__sort__layout--item > span {
	opacity: 0.5;
}
.lists__sort__layout--item.lists__sort__layout--item__styleW > * {
	background: url(../../img/usr/icon/layout1.png) center / contain no-repeat;
}
.lists__sort__layout--item.lists__sort__layout--item__styleV > * {
	background: url(../../img/usr/icon/layout2.png) center / contain no-repeat;
}
/* top_banner_wrap */
.top_banner_wrap {
}
.top_banner_wrap .ep_imglink {
	padding: 0;
}
.top_banner_wrap .ep_imglink > a {
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	max-width: inherit;
	text-align: left;
}
.top_banner_wrap .ep_imglink > a > img {
	width: 24%;
}
.top_banner_wrap .ep_imglink > a > span {
	display: block;
	width: 72.3076923077%;
}
.top_banner_wrap .ep_imglink > a > span > p {
	text-align: left;
}
/* paging */
.paging--1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 70px;
}
.paging--1 a,.paging--1 span {
	margin: 0 8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 1.2rem;
}
.paging--1 a:first-child,.paging--1 span:first-child {
	margin-left: 0;
}
.paging--1 a:last-child,.paging--1 span:last-child {
	margin-right: 0;
}
.paging--1--link,.paging--1--current,.paging--1--omit {
	text-align: center;
	font-size: 1rem;
	line-height: 30px;
}
.paging--1--link {
	text-decoration: none;
}
.paging--1--current {
	background: #eee;
	border-color: #eee;
}
.paging--1--omit {
}
.paging--1--prev,.paging--1--first,.paging--1--next,.paging--1--last {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	border: solid #dedede 1px;
	text-align: left;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.paging--1--prev {
	background-image: url(../../img/usr/icon/paging_prev1.png);
	background-size: 6px;
}
.paging--1--first {
	background-image: url(../../img/usr/icon/paging_first1.png);
	background-size: 11px;
}
.paging--1--next {
	background-image: url(../../img/usr/icon/paging_next1.png);
	background-size: 6px;
}
.paging--1--last {
	background-image: url(../../img/usr/icon/paging_last1.png);
	background-size: 11px;
}
/* refine */
.refine--trigger {
}
.refine--target {
	display: none;
}
/* variation */
.variation--trigger {
}
.variation--target {
	display: none;
}
/* noUi */
.noUi-target {
	background: #ddd;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.noUi-horizontal {
	height: 4px;
}
.noUi-base {
}
.noUi-connects {
	border-radius: 0;
}
.noUi-connect {
	background: #3bafdf;
}
.noUi-handle {
	border: solid #ddd 1px;
	border-radius: 50%;
	box-shadow: none;
}
.noUi-handle:after,.noUi-handle:before {
	display: none;
}
.noUi-horizontal .noUi-handle {
	top: -11px;
	width: 25px;
	height: 25px;
}
@media only screen and (max-width: 768px) {
	/* tab__links */
	.tab__links--item {
		margin: 15px 3% 0 0;
		width: 31.3%;
	}
	.tab__links--item:first-child {
		margin: 0;
		width: 100%;
	}
	.tab__links--item:nth-of-type(3n + 1) {
		margin-right: 0;
	}
	/* lists */
	.lists--1 {
		margin: 0 auto;
		width: 100%;
	}
	.lists--1.lists--sp--2 {
		width: calc(100% - 20px);
	}
	.lists--sp--2 .lists--1--item {
		margin-top: 26px;
		width: 47.8571428571%;
	}
	.lists--sp--2 .lists--1--item:nth-of-type(-n + 2) {
		margin-top: 0 !important;
	}
	.lists--sp--2 .lists--1--item:nth-of-type(2n) {
		float: right;
	}
	.lists--sp--2 .lists--1--item:nth-of-type(2n + 1) {
		clear: both;
	}
	.lists--sp--3 .lists--1--item {
		margin: 14px 4.3571428571% 0 0;
		width: 30.4285714286%;
	}
	.lists--sp--3 .lists--1--item:nth-of-type(-n + 3) {
		margin-top: 0 !important;
	}
	.lists--sp--3 .lists--1--item:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	.lists--sp--3 .lists--1--item:nth-of-type(3n + 1) {
		clear: both;
	}
	/* news */
	.news__lists {
		margin: 0 auto;
		width: calc(100% - 25px);
	}
	.news__lists--date span {
		width: 62px;
	}
	/* coordinate__lists */
	.coordinate__lists {
		margin: 0 auto;
		width: calc(100% - 55px);
	}
	.coordinate__lists--item {
		margin-top: 6.25%;
		width: 46.875%;
	}
	.coordinate__lists--item:nth-of-type(-n + 2) {
		margin-top: 0;
	}
	.coordinate__lists--item:nth-of-type(2n) {
		float: right;
	}
	.coordinate__lists--item:nth-of-type(2n + 1) {
		clear: both;
	}
	/* instagram__slide */
	.instagram__slide {
	}
	.instagram__slide__move {
		margin-left: 0.93333333333%;
	}
	.instagram__slide__box {
	}
	.instagram__slide--item {
		margin: 0.27173913043% 0.40760869565% 0 0 !important;
		width: 33.0163043478% !important;
	}
	.instagram__slide--item:nth-of-type(-n + 3) {
		margin-top: 0 !important;
	}
	.instagram__slide--item:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	.instagram__slide--item:nth-of-type(3n + 1) {
		clear: both;
	}
	/* banners */
	.banners--1 .wrap {
		width: calc(100% - 33px);
	}
	.banners--1__lists--item {
		margin-top: 5.40935672515%;
		width: 47.0760233918%;
	}
	.banners--1__lists--item:nth-of-type(-n + 2) {
		margin-top: 0;
	}
	.banners--1__lists--item:nth-of-type(2n) {
		float: right;
	}
	.banners--1__lists--item:nth-of-type(2n + 1) {
		clear: both;
	}
	/* refine__result */
	.refine__result__lists {
		max-height: 110px;
		overflow: hidden;
		justify-content: center;
	}
	.refine__result__lists.show {
		max-height: inherit;
	}
	.refine__result__lists .refine__result__btns--item {
		display: none;
	}
	.refine__result--showall {
		display: block;
	}
}
@media only screen and (min-width: 769px) {
	/* block-topic-path--list */
	.block-topic-path--list {
		margin: 20px auto 0px;
		padding: 0px 20px;
		max-width: 1400px;
		padding-bottom: 20px;
	}
	.block-topic-path--list li {
		font-size: 1.2rem;
	}
	/* link */
	.link-all {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	/* title */
	.title--1 {
		margin-bottom: 38px;
		font-size: 3rem;
	}
	.title--1.ja {
		font-size: 2.6rem;
	}
	.title--2 {
		margin-bottom: 18px;
		font-size: 1.4rem;
	}
	.title--3 {
		margin-bottom: 18px;
		font-size: 1.8rem;
		font-weight: 600;
	}
	.title--4 {
		padding: 15px 22px 14px;
		font-size: 1.8rem;
	}
	.title--5 {
		padding: 0 5px 10px;
		font-size: 1.8rem;
	}
	.title--thanks {
		margin-bottom: 20px;
		font-size: 4rem;
	}
	.title--page {
		margin-bottom: 56px;
		font-size: 3rem;
	}
	.title--page.en {
		margin-bottom: 42px;
	}
	.title--more {
		top: -7px;
		right: 0;
		padding: 6px 20px;
		border-radius: 15px;
		font-size: 1.2rem;
	}
	.title--brand {
		height: 68px;
	}
	.title--brand img {
		top: 18px;
		height: 28px;
	}
	/* text */
	.text--1 {
		margin-top: 14px;
		font-size: 1.4rem;
	}
	/* more */
	.more--1 {
		margin-top: 34px;
		width: 240px;
		font-size: 1.4rem;
	}
	.more--1 a {
		padding: 14px 0;
		border-radius: 23px;
	}
	.more-1 {
		margin-top: 34px;
		font-size: 1.4rem;
	}
	.more-1 a {
		padding: 15px 24px;
		min-width: 240px;
		height: 46px;
		border-radius: 25px;
	}
	.more-1-br a {
		height: 60px;
		border-radius: 50px;
	}
	.more-1-wide a {
		max-width: 320px;
	}
	/* btn */
	.btn--1 {
		margin-top: 100px;
		width: 406px;
		height: 66px;
	}
	.btn--1 a,.btn--1 input {
		font-size: 1.8rem;
		line-height: 64px;
	}
	.btn-search-move {
		margin-top: 54px;
		width: 320px;
		height: 46px;
		min-width: 320px;
		font-size: 1.4rem;
	}
	.btn-search-move > a {
		border-radius: 26px;
		line-height: 44px;
	}
	.btn-search-move > a:before {
		margin: 12px 10px 0 0;
		width: 18px;
		height: 18px;
	}
	/* tab__style__trigger */
	.tab__style__trigger {
		margin-bottom: 62px;
	}
	.tab__style__trigger--item {
		position: relative;
		margin-left: 30px;
		width: 100px;
		font-size: 1.6rem;
	}
	.tab__style__trigger--item a:after {
		margin-top: 5px;
	}
	.tab__style__sub {
		top: 42px;
		left: 50%;
		transform: translateX(-50%);
		padding: 28px 60px;
		width: auto;
		min-width: 574px;
	}
	.tab__style__sub:before {
		top: -16px;
		margin-left: -16px;
		border: solid transparent 16px;
		border-top: none;
		border-bottom: solid rgba(34, 34, 34, 0.9) 16px;
	}
	.tab__style__sub__lists--item {
		font-size: 1.6rem;
	}
	/* tab__links */
	.tab__links {
		margin: 0 auto;
		max-width: 630px;
		justify-content: space-between;
	}
	.tab__links--item {
		margin-bottom: 15px;
		min-width: 120px;
		border-radius: 18px;
	}
	.tab__links--item a {
		padding: 11px 0;
		border-radius: 18px;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}
	.tabs-1-trigger--item {
		font-size: 1.6rem;
	}
	/* lists */
	.lists--1--rank {
		top: -28px;
	}
	.lists--1--title {
		font-size: 1.2rem;
	}
	.lists--1__price {
		margin-top: 2px;
		font-size: 1.2rem;
	}
	.lists--1__price--off {
		/*margin-left: 6px;
		width: auto;
		*/
	}
	.lists--1--variation {
		margin: 8px auto 0;
		width: calc(100% - 30px);
		max-width: 150px;
	}
	.lists--1--variation a {
		border-radius: 14px;
	}
	.lists--pc--2 .lists--1--item {
		margin-top: 36px;
		width: 46.1538461538%;
	}
	.lists--pc--2 .lists--1--item:nth-of-type(-n + 2) {
		margin-top: 0;
	}
	.lists--pc--2 .lists--1--item:nth-of-type(2n) {
		float: right;
	}
	.lists--pc--2 .lists--1--item:nth-of-type(2n + 1) {
		clear: both;
	}
	.lists--pc--3 .lists--1--item {
		margin: 30px 0.34482758615% 0 0;
		width: 33.1034482759%;
	}
	.lists--pc--3 .lists--1--item:nth-of-type(-n + 3) {
		margin-top: 0;
	}
	.lists--pc--3 .lists--1--item:nth-of-type(3n) {
		margin-right: 0;
	}
	.lists--pc--3 .lists--1--item:nth-of-type(3n + 1) {
		clear: both;
	}
	.lists--pc--4 .lists--1--item {
		margin: 44px 3.89705882353% 0 0;
		width: 22.0588235294%;
	}
	.lists--pc--4 .lists--1--item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
	.lists--pc--4 .lists--1--item:nth-of-type(4n) {
		margin-right: 0;
	}
	.lists--pc--4 .lists--1--item:nth-of-type(4n + 1) {
		clear: both;
	}
	.lists--pc--5 .lists--1--item {
		margin: 44px 1.85185185188% 0 0;
		width: 18.5185185185%;
	}
	.lists--pc--5 .lists--1--item:nth-of-type(-n + 5) {
		margin-top: 0;
	}
	.lists--pc--5 .lists--1--item:nth-of-type(5n) {
		margin-right: 0;
	}
	.lists--pc--5 .lists--1--item:nth-of-type(5n + 1) {
		clear: both;
	}
	.lists--pc--6 .lists--1--item {
		margin: 44px 1.47058823529% 0 0;
		width: 15.4411764706%;
	}
	.lists--pc--6 .lists--1--item:nth-of-type(-n + 6) {
		margin-top: 0;
	}
	.lists--pc--6 .lists--1--item:nth-of-type(6n) {
		margin-right: 0;
	}
	#block_of_itemhistory .lists--pc--6 .lists--1--item:nth-of-type(n + 13) {
		display: none;
	}
	.lists--pc--6 .lists--1--item:nth-of-type(6n + 1) {
		clear: both;
	}
	/* topics__lists */
	.topics__lists--title {
		margin-top: 6px;
		font-size: 1.4rem;
	}
	/* news */
	.news--cat {
		padding: 7px 3px;
		min-width: 80px;
		border-radius: 14px;
		font-size: 1.2rem;
	}
	.news__lists--item > div,.news__lists--item > a {
		padding: 26px 30px 26px 70px;
	}
	.news__lists--item > a:after {
		right: 8px;
		margin-top: -12px;
		width: 13px;
		height: 25px;
	}
	.news__lists--date {
		padding-top: 5px;
		width: 70px;
		text-align: center;
		font-size: 1.2rem;
	}
	.news__lists--cat {
		margin-left: 36px;
		width: 118px;
	}
	.news__lists--title {
		margin-top: 0;
		padding-top: 4px;
		width: calc(100% - 224px);
		font-size: 1.4rem;
	}
	/* coordinate__lists */
	.coordinate__lists {
	}
	.coordinate__lists--item {
		margin: 1.47058823529% 1.47058823529% 0 0;
		width: 15.4411764706%;
	}
	.coordinate__lists--item:nth-of-type(-n + 6) {
		margin-top: 0;
	}
	.coordinate__lists--item:nth-of-type(6n) {
		margin-right: 0;
	}
	.coordinate__lists--item:nth-of-type(6n + 1) {
		clear: both;
	}
	/* instagram__slide */
	.instagram__slide--direct {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -11px;
		width: 32px;
		height: 32px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
	}
	.instagram__slide--direct--prev {
		left: 10px;
		background-image: url(../../img/usr/icon/slide_prev2.png);
	}
	.instagram__slide--direct--next {
		right: 10px;
		background-image: url(../../img/usr/icon/slide_next2.png);
	}
	/* banners */
	.banners--1 {
		margin-top: 60px;
	}
	.banners--1 .wrap {
		max-width: 1510px;
	}
	.banners--1__lists--item {
		width: calc((100% - 1.2rem) / 5);
	}
	*::-ms-backdrop,.banners--1__lists--item {
		width: 19.8%;
		/* IE11 */
	}
	.banners--1__lists--item:nth-of-type(n + 11) {
		display: none;
	}
	.banners--1__lists--item:not(:nth-child(5n)) {
		margin-right: 0.3rem;
	}
	.banners--1__lists--item:nth-of-type(n + 6) {
		margin-top: 0.3rem;
	}
	.banners--1__lists--item:nth-of-type(5n + 1) {
		clear: both;
	}
	/* refine__result */
	.refine__result {
		display: block;
		margin: 4em auto 45px;
		max-width: 1130px;
	}
	.refine__result--title {
		padding: 10px 0 0 6px;
		width: 134px;
		text-align: left;
		font-size: 1.4rem;
	}
	.refine__result--title:after {
		content: "：";
		padding-left: 1em;
	}
	.refine__result--title span {
		display: inline-block;
		padding: 0;
		vertical-align: top;
	}
	.refine__result--title span:before,.refine__result--title span:after {
		display: none;
	}
	.refine__result__content {
		margin: 0;
		width: calc(100% - 134px);
	}
	.refine__result__lists {
		margin: -10px 0 0 -10px;
		justify-content: center;
	}
	.refine__result__lists--item {
		margin: 10px 0 0 10px;
		font-size: 12px;
	}
	.refine__result__lists--item a {
		padding: 12px 40px 12px 18px;
		border-radius: 20px;
	}
	.refine__result__lists--item a:before,.refine__result__lists--item a:after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 12px;
		width: 8px;
		height: 1px;
		background: #222;
	}
	.refine__result__lists--item a:before {
		transform: rotate(45deg);
	}
	.refine__result__lists--item a:after {
		transform: rotate(-45deg);
	}
	.refine__result__lists .refine__result__btns--item {
		margin: 16px 0 0 20px;
		font-size: 12px;
	}
	.refine__result__btns {
		margin-top: 26px;
	}
	.refine__result__btns--item {
		margin: 0;
		text-align: center;
	}
	.refine__result__btns .refine__result__btns--item .reset,.refine__result__btns--item.refine__result__btns--item__clear {
		display: none;
	}
	.refine__result__btns--item .more {
		padding: 14px 12px;
		min-width: 240px;
		background: #fff;
		border: solid #222 1px;
		border-radius: 24px;
		font-size: 1.4rem;
		color: #222;
	}
	.refine__result__btns--item .more:before {
		margin: -2px 20px 0 0;
		width: 18px;
		height: 18px;
		background-image: url(../../img/usr/icon/search1.png);
	}
	/* lists__sort */
	.lists__sort {
		margin-bottom: 53px;
		padding-top: 43px;
	}
	.lists__sort--total {
		padding-left: 0;
	}
	.lists__sort--total .num {
		font-size: 3.6rem;
	}
	.lists__sort--total span {
		font-size: 2rem;
	}
	.lists__sort__right {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 0;
	}
	.lists__sort--select {
		position: relative;
		top: auto;
		left: auto;
		padding: 0 20px;
		width: 160px;
		height: 40px;
		font-size: 1.2rem;
		background-position: right 10px top calc(50% - 1px);
	}
	.lists__sort--page {
		margin-left: 20px;
	}
	.lists__sort__layout {
		position: relative;
		top: auto;
		right: auto;
		margin-left: 20px;
	}
	/* top_banner_wrap */
	.top_banner_wrap {
		display: flex;
		flex-wrap: wrap;
		border-top: solid #ddd 1px;
	}
	.top_banner_wrap .ep_imglink {
		padding: 8px 0 !important;
		width: 33.3333333%;
		border-bottom: solid #ddd 1px;
	}
	.top_banner_wrap .ep_imglink > a {
		padding: 25px 30px;
		border: none !important;
		border-right: solid #ddd 1px !important;
	}
	.top_banner_wrap .ep_imglink:nth-of-type(3n) > a {
		border-right: none !important;
	}
	.top_banner_wrap .ep_imglink > a > img {
		width: 24%;
		height: auto;
	}
	.top_banner_wrap .ep_imglink > a > span {
		display: block;
		width: 72.3076923077%;
	}
	.top_banner_wrap .ep_imglink > a > span > p {
		text-align: left;
	}
	/* paging */
	.paging--1 {
		margin-top: 100px;
	}
	/* noUi */
	.noUi-horizontal {
		height: 3px;
	}
	.noUi-horizontal .noUi-handle {
		top: -9px;
		width: 20px;
		height: 20px;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.tab__links--item {
		min-width: 110px;
	}
}
/* side---- */
/* title */
.side--title--1 {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}
.side--title--2 {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
/* side__search */
.side__search {
	position: relative;
}
.s__s__links {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-top: solid #ddd 1px;
}
.s__s__links:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.s__s__links--item {
	width: 50%;
	border-bottom: solid #ddd 1px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.s__s__links--item:nth-of-type(2n + 1) {
	border-right: solid #ddd 1px;
}
.s__s__links--item a {
	display: block;
	position: relative;
	padding: 13px 25px 13px 15px;
	text-decoration: none;
}
.s__s__links--item a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
.s__s__refine {
	position: relative;
	margin-top: 6px;
	padding-top: 20px;
}
.s__s__input input,.s__s__input select,.s__s--submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
}
.s__s__input input[type="checkbox"]::-ms-check,.s__s__input input[type="radio"]::-ms-check {
	background: #fff;
	color: #fff;
}
.s__s__input select::-ms-expand {
	display: none;
}
.s__s__input select {
	padding: 0 12px;
	width: 100%;
	height: 40px;
	background: url(../../img/usr/icon/select_arrow1.png) no-repeat right 15px center #fff;
	background-size: 12px;
	border: solid #ccc 1px;
	border-radius: 20px;
	font-size: 1.2rem;
}
.s__s__input {
	margin: 0 15px;
	border-top: solid #ddd 1px;
}
.s__s__input__box {
	position: relative;
}
.s__s__input--title {
	font-weight: bold;
}
.s__s__input__content {
	position: relative;
}
.s__s__input--text {
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.s__s__input__sub {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid #ddd 1px;
}
.s__s__input__sub:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.s__s__input__sub--title {
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-weight: bold;
}
.s__s__input__choices__lists {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}
.s__s__input__choices__lists--item {
	position: relative;
	margin: 10px 0 0 10px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.s__s__input__choices__lists--item > label {
	display: block;
	position: relative;
	cursor: pointer;
}
.s__s__input__choices__lists--item > label input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 15px;
	z-index: 1;
}
.s__s__input__choices__lists--item > label input::-ms-check {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 15px;
	z-index: 1;
}
.s__s__input__choices__lists--item > label span {
	position: relative;
	display: block;
	padding: 8px 30px 8px 14px;
	z-index: 2;
}
.s__s__input__choices__lists--item > label span:before,.s__s__input__choices__lists--item > label span:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 1px;
	background: #222;
}
.s__s__input__choices__lists--item > label span:after {
	transform: rotate(90deg);
}
.s__s__input__choices__block {
	margin: 0 0 0 4px;
}
.s__s__input__choices__box {
	display: flex;
	margin-top: 15px;
}
.s__s__input__choices__box--title {
	padding-top: 14px;
	width: 70px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.s__s__input__choices__box__content {
	position: relative;
	width: calc(100% - 95px);
}
.s__s__input__choices__box--item {
	position: relative;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #999;
}
.s__s__input__choices__box--item > label {
	display: block;
	position: relative;
	cursor: pointer;
}
.s__s__input__choices__box--item > label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 20px;
	z-index: 1;
}
.s__s__input__choices__box--item > label input::-ms-check {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 20px;
	z-index: 1;
}
.s__s__input__choices__box--item > label span {
	position: relative;
	display: block;
	padding: 13px 38px 13px 14px;
	z-index: 2;
}
.s__s__input__choices__box--item > label span:before,.s__s__input__choices__box--item > label span:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 1px;
	background: #222;
}
.s__s__input__choices__box--item > label span:after {
	transform: rotate(90deg);
}
.s__s__input__choices__box--item > label input:checked {
	background: #3bafdf;
	color: #3bafdf;
}
.s__s__input__choices__box--item > label input:checked::-ms-check {
	background: #3bafdf;
	color: #3bafdf;
}
.s__s__input__choices__box--item > label input:checked + span {
	color: #fff;
}
.s__s__input__choices__box--item > label input:checked + span:before {
	background: #fff;
}
.s__s__input__choices__box--item > label input:checked + span:after {
	background: #fff;
}
.s__s__input__choice__selected {
	display: none;
	position: relative;
	margin-top: 5px;
}
.s__s__input__choice__selected__lists {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.s__s__input__choice__selected--item {
	position: relative;
	margin: 10px 0 0 10px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.s__s__input__choice__selected--item a {
	display: block;
	position: relative;
	padding: 8px 28px 8px 14px;
	background: #3bafdf;
	border: solid #ddd 1px;
	border-radius: 15px;
	text-decoration: none;
	color: #fff;
}
.s__s__input__choice__selected--item a:before,.s__s__input__choice__selected--item a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 1px;
	background: #fff;
}
.s__s__input__choice__selected--item a:before {
	transform: rotate(45deg);
}
.s__s__input__choice__selected--item a:after {
	transform: rotate(-45deg);
}
.s__s__input__lists {
	display: flex;
	flex-wrap: wrap;
}
.s__s__input__lists--item,.modal__refine__lists--item.s__s__input__lists--item {
	text-align: center;
	margin: 0;
}
.s__s__input__lists--item label {
	display: block;
	position: relative;
	cursor: pointer;
}
.s__s__input__box.kakakutype {
	padding: 0 20px;
}
.s__s__input__lists--item label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 15px;
	z-index: 1;
}
.s__s__input__lists--item label input::-ms-check {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 15px;
	z-index: 1;
}
.s__s__input__lists--item label span {
	position: relative;
	display: block;
	padding: 8px 0;
	z-index: 2;
}
.s__s__input__lists--item label input:checked {
	background: #3bafdf;
	color: #3bafdf;
}
.s__s__input__lists--item label input:checked::-ms-check {
	background: #3bafdf;
	color: #3bafdf;
}
.s__s__input__lists--item label input:checked + span {
	color: #fff;
}
.s__s__input__choices__lists--item label input:checked {
	background: #3bafdf;
	color: #3bafdf;
}
.s__s__input__choices__lists--item label input:checked::-ms-check {
	background: #3bafdf;
	color: #3bafdf;
}
.s__s__input__choices__lists--item label input:checked + span {
	color: #fff;
}
.s__s__input__choices__lists--item label input:checked + span:before {
	background: #fff;
}
.s__s__input__choices__lists--item label input:checked + span:after {
	background: #fff;
}
.s__s__input__colors {
	display: flex;
	flex-wrap: wrap;
}
.s__s__input__colors--item {
}
.s__s__input__colors--item label {
	display: block;
	position: relative;
}
.s__s__input__colors--item label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.s__s__input__colors--item label input::-ms-check {
	display: none;
}
.s__s__input__colors--item label img {
	border-radius: 50%;
	overflow: hidden;
}
.s__s__input__colors--item label input:checked + img {
	border: solid #3bafdf 3px;
}
.s__s__input__colors--item label input + span {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #ccc;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-indent: -999rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.s__s__input__colors--item label input:checked + span:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: solid #fff 4px;
}
.s__s__input__colors--item label input:checked + span:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: solid #3bafdf 2px;
}
.s__s__input__colors--item label[data-color-name="ホワイト"] input + span {
	background: #fff;
	border: 1px solid #ddd;
}
.s__s__input__colors--item label[data-color-name="ホワイト"] input:checked + span {
	border: none;
}
.s__s__input__colors--item label[data-color-name="ブラック"] input + span {
	background: #222;
}
.s__s__input__colors--item label[data-color-name="グレー"] input + span {
	background: #999;
}
.s__s__input__colors--item label[data-color-name="ピンク"] input + span {
	background: #ffcbe2;
}
.s__s__input__colors--item label[data-color-name="レッド"] input + span {
	background: #cd201f;
}
.s__s__input__colors--item label[data-color-name="オレンジ"] input + span {
	background: #ec9000;
}
.s__s__input__colors--item label[data-color-name="ブラウン"] input + span {
	background: #4e3a15;
}
.s__s__input__colors--item label[data-color-name="イエロー"] input + span {
	background: #f5f32e;
}
.s__s__input__colors--item label[data-color-name="グリーン"] input + span {
	background: #24a04d;
}
.s__s__input__colors--item label[data-color-name="ブルー"] input + span {
	background: #3687e2;
}
.s__s__input__colors--item label[data-color-name="パープル"] input + span {
	background: #a117ce;
}
.s__s__input__colors--item label[data-color-name="その他カラー"] input + span {
	background-image: url(../../img/usr/share/color12.png);
}
.s__s--check {
	margin-top: 35px;
	text-align: center;
	font-size: 1.2rem;
}
.s__s--check input {
	margin-top: -1px;
	width: 16px;
	height: 16px;
}
.s__s__input__price {
	position: relative;
	margin: 0 42px;
}
.s__s__input__price--range {
	margin-right: 8px;
}
.s__s__input__price__num {
	margin-top: 32px;
}
.s__s__input__price__num--item {
	float: left;
}
.s__s__input__price__num--item:last-child {
	float: right;
}
.s__s__input__price__num--item input,.s__s__input__price__num--item span {
	display: inline-block;
	vertical-align: bottom;
}
.s__s__input__price__num--item input {
	padding: 0 4px;
	width: 70px;
	height: 35px;
	border: solid #ddd 1px;
	border-radius: 2px;
	text-align: center;
	font-size: 1.3rem;
}
.s__s__input__price__num--item span {
	margin: 0 0 -3px 5px;
	font-size: 1.2rem;
}
.s__s--submit {
	margin: 30px auto 0;
	width: 82.6666666667% !important;
	opacity: 1 !important;
}
.s__s--submit input {
	display: block;
	padding: 13px 0;
	width: 100%;
	background: #4e4e4e;
	border-radius: 20px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
}
.s__s__search {
}
.s__s__search__box {
	position: relative;
	align-items: center;
	background-color: #EDEDED;
}
.s__s__search__box input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
}
.s__s__search--keyword {
	position: relative;
}
.s__s__search--keyword input {
	width: 100%;
	height: 100%;
}
.s__s__search--keyword input:hover {
	border: none;
}
.s__s__search--submit {
	position: relative;
}
.s__s__search__box .np-keyword-suggest {
	z-index: 3 !important;
}
aside.side__search.active #search_side_refine .ft-fixed-s__tag--title {
	text-align: left;
}
.s__s__hash {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 20px 0 30px;
}
.s__s__hash--item {
	margin: 8px 8px 0 0;
	font-size: 0.9rem;
	line-height: 1.2;
}
.s__s__hash--item > a {
	display: inline-block;
	padding: 6px 12px;
	background: #313131;
	border-radius: 15px;
	text-decoration: none;
	vertical-align: top;
	color: #fff;
}
.body--ftfixedmenu--open .ft-fixed {
	z-index: 50;
}
/* side__guide */
.side__guide {
}
@media only screen and (max-width: 768px) {
	/* side__search */
	.side__search {
		margin-top: 20px;
		padding: 10px 0 60px;
		display: none;
		/* border-top: solid #ddd 1px;
		*/
	}
	/* side__search */
	aside.side__search.active .s__s__input {
		gap: 4rem;
	}
	.s__s__input__box {
	}
	.s__s__input--title {
		font-size: 1.3rem;
	}
	.s__s__input__content {
		margin-top: .8rem;
	}
	.s__s__search--submit {
		display: flex;
		align-items: center;
		width: 3.9rem;
		height: 100%;
		padding-left: 2rem;
	}
	.s__s__search--submit input {
		width: 1.664rem;
		height: 1.664rem;
	}
	.s__s__search--keyword {
		width: calc(100% - 3.9rem);
		height: 100%;
	}
	.s__s__search--keyword input {
		font-size: 1.3rem;
		padding: 0 1.2rem;
	}
	aside.side__search.active #search_side_refine .ft-fixed-s__tag {
		margin-top: 0.8rem;
	}
	.s__s__input__colors--item {
		margin: 5.75667655784% 5.75667655784% 0 0;
		width: 11.8694362018%;
	}
	.s__s__input__colors--item:nth-of-type(-n + 6) {
		margin-top: 0;
	}
	.s__s__input__colors--item:nth-of-type(6n) {
		margin-right: 0;
	}
	.s__s__search__box {
		display: flex;
		border-radius: 3rem;
		height: 4rem;
	}
	.s__s__search--link {
		margin-left: 20px;
		font-size: 1.2rem;
	}
	.s__s__search--link a {
		display: inline-block;
		vertical-align: top;
	}
	.s__s__input__lists {
		gap: .8rem;
	}
	.s__s__input__lists--item,.modal__refine__lists--item.s__s__input__lists--item {
		font-size: 1.2rem;
		line-height: calc(20 / 12);
	}
	.s__s__input__lists--item {
		width: calc((100% - .8rem * 2) / 3);
	}
	.s__s__input__lists--item label {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 4rem;
	}
	.s__s__input__lists--item label input {
		padding: 0 1rem;
	}
	.s__s__input__choices__box:first-child {
		margin-top: 0;
	}
	/* side__guide */
	.side__guide {
		display: none;
	}
	.side__guide__sub {
		margin: 0 25px 64px;
		border-top: solid #bbb 2px;
		border-bottom: solid #bbb 2px;
	}
	.side__guide__sub--item {
		border-top: solid #999 1px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.side__guide__sub--item:first-child {
		border-top: none;
	}
	.side__guide__sub--item > a {
		display: block;
		position: relative;
		padding: 15px 0;
		text-decoration: none;
	}
	.side__guide__sub--item > a:after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: rotate(90deg);
		margin-top: -4px;
		width: 5px;
		height: 9px;
		background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
		background-size: 100%;
	}
}
@media only screen and (min-width: 769px) {
	/* title */
	.side--title--1 {
		margin-bottom: 20px;
		padding: 0 4px;
		text-align: left;
	}
	.side--title--2 {
		margin-bottom: 20px;
		padding: 0 4px;
		text-align: center;
		font-size: 2.4rem;
	}
	/* side__search */
	.side__search {
		padding: 36px 80px 40px;
	}
	.s__s__links {
		display: block;
		border-top: solid #ddd 1px;
	}
	.s__s__links:after {
		display: none;
	}
	.s__s__links--item {
		width: auto;
		font-size: 1.2rem;
	}
	.s__s__links--item:nth-of-type(2n + 1) {
		border-right: none;
	}
	.s__s__links--item a {
		padding: 18px 12px 18px 20px;
	}
	.s__s__links--item a:after {
		right: 2px;
		margin-top: -7px;
		width: 8px;
		height: 14px;
	}
	.s__s__input {
		margin: 0;
		border-top: none;
	}
	.s__s__input__box {
		display: flex;
		padding: 32px 22px;
	}
	.s__s__input__box:first-child {
		/*padding-top: 0;
		*/
	}
	.s__s__input--title {
		padding: 8px 0 0;
		width: 156px;
		font-size: 1.6rem;
	}
	.s__s__input__content {
		width: calc(100% - 156px);
	}
	.s__s__input__sub {
	}
	.s__s__input__sub:first-child {
		padding-top: 8px;
	}
	.s__s__input__sub--title {
		font-size: 1.4rem;
	}
	.s__s__input--text {
		padding-top: 8px;
		font-size: 1.4rem;
	}
	.s__s__input__choices__lists {
		margin: -20px 0 0 -20px;
	}
	.s__s__input__choices__lists--item,.s__s__input__choices__lists > .modal__refine__lists--item.s__s__input__lists--item {
		margin: 20px 0 0 20px;
	}
	.s__s__input__choices__lists--item > label input {
		border-radius: 20px;
	}
	.s__s__input__choices__lists--item > label input::-ms-check {
		border-radius: 20px;
	}
	.s__s__input__choices__lists--item > label span {
		padding: 13px 46px 13px 28px;
	}
	.s__s__input__choices__block {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: -30px 0 0 -30px;
	}
	.s__s__input__choices__box {
		display: flex;
		align-items: center;
		margin: 30px 0 0 30px;
	}
	.s__s__input__choices__box--title {
		margin-right: 20px;
		padding: 0 4px;
		width: auto;
		font-size: 1.2rem;
	}
	.s__s__input__choices__box__content {
		width: auto;
	}
	.s__s__input__choice__selected--item a {
		padding: 13px 25px 13px 10px;
		border-radius: 20px;
	}
	.s__s__input__lists {
		margin: -20px 0 0 -20px;
	}
	.s__s__input__lists--item {
		margin: 20px 0 0 20px;
	}
	.s__s__input__choices__box--item > label {
		width: 200px;
	}
	.s__s__input__lists--item > label input {
		border-radius: 20px;
	}
	.s__s__input__lists--item > label input::-ms-check {
		border-radius: 20px;
	}
	.s__s__input__lists--item > label span {
		padding: 13px 0;
	}
	.s__s__input__colors {
		margin: -34px 0 0 -34px;
	}
	.s__s__input__colors--item {
		margin: 34px 0 0 34px;
		width: 52px;
	}
	.s__s__input__price {
		margin: 0;
		width: 204px;
	}
	.s__s__input__price--range {
		margin-right: 17px;
	}
	.s__s__input__price__num {
		margin-top: 24px;
	}
	.s__s__input__price__num--item input {
		width: 65px;
		height: 40px;
		border-radius: 3px;
		font-size: 1.2rem;
	}
	.s__s__input__price__num--item span {
		margin-left: 4px;
	}
	.s__s__search {
		display: flex;
		align-items: center;
	}
	.s__s__search__box {
		display: flex;
		width: 276px;
		height: 42px;
	}
	.s__s__search--keyword {
		width: 234px;
		height: 42px;
	}
	.s__s__search--keyword__filter {
		width: 276px;
	}
	.s__s__search--keyword input {
		padding: 0 12px;
	}
	.s__s__search--submit {
		width: 22px;
		height: 22px;
	}
	.s__s__search--link {
		margin-left: 20px;
		font-size: 1.2rem;
	}
	.s__s__search--link a {
		display: inline-block;
		vertical-align: top;
	}
	.s__s__hash {
		margin: -6px 0 0 22px;
		width: calc(100% - 298px);
	}
	.s__s__hash--item {
		margin: 6px 0 0 6px;
		font-size: 1.2rem;
	}
	.s__s__hash--item > a {
		padding: 11px 16px;
		border-radius: 30px;
	}
	.s__s--check {
		font-size: 1.4rem;
	}
	p.s__s--submit {
		margin-top: 34px;
		width: 400px !important;
	}
	.s__s--submit input {
		padding: 20px 0;
		border-radius: 40px;
		font-size: 1.8rem;
	}
	/* side__guide */
	.side__guide {
		padding: 36px 30px 40px;
	}
	.side__guide__lists {
	}
	.side__guide__lists--item {
		border-bottom: solid #999 1px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.side__guide__lists--item a {
		display: flex;
		align-items: center;
		position: relative;
		height: 49px;
		text-decoration: none;
	}
	.side__guide__lists--item > a {
		padding: 0 6px;
	}
	.side__guide__sub {
		display: none;
		position: relative;
		border-top: solid #999 1px;
	}
	.side__guide__sub--item {
		border-top: solid #ddd 1px;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.side__guide__sub--item:first-child {
		border-top: none;
	}
	.side__guide__sub--item > a {
		padding: 0 20px;
	}
	.side__guide__sub--item > a:after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 2px;
		margin-top: -7px;
		width: 8px;
		height: 14px;
		background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
		background-size: 100%;
	}
}
/* footer---- */
#footer {
	position: relative;
	/* margin-top: 44px;
	*/
	width: 100%;
}
#footer-main {
	position: relative;
	padding: 26px 15px 80px;
	background: #eee;
}
.footer--pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	z-index: 8;
}
.footer--pagetop a {
	display: block;
	padding-top: 10px;
	width: 100%;
	height: 100%;
	background: #3bafdf;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
}
.footer__content {
	position: relative;
}
.footer__box {
	position: relative;
	padding-bottom: 32px;
	background: #fff;
	border-radius: 10px;
}
.footer--title {
	position: relative;
	padding-top: 32px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.footer__calendar {
}
.footer__calendar__content {
}
.footer__calendar__cell {
	margin: 0 auto;
	width: 60.2898550725%;
}
.footer__calendar__cell table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.footer__calendar__cell table:nth-child(n + 3) {
	display: none;
}
.footer__calendar__cell table caption {
	padding-bottom: 6px;
	text-align: center;
	font-size: 1rem;
}
.footer__calendar__cell table thead {
	border-bottom: solid #bbb 1px;
}
.footer__calendar__cell table th,.footer__calendar__cell table td {
	padding: 2px 0;
	text-align: center;
	font-size: 1rem;
}
.footer__calendar__cell tbody tr:first-child td {
	padding-top: 6px;
}
.footer__calendar__cell table td span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	vertical-align: top;
	line-height: 24px;
}
.footer__calendar__cell table .holiday span {
	background: #f6e8f1;
}
.footer__calendar__open {
	display: flex;
	align-items: center;
	margin: 24px 34px 0;
	font-size: 1.2rem;
	line-height: 1.2;
}
.footer__calendar--holiday {
}
.footer__calendar--holiday:before {
	content: " ";
	display: inline-block;
	margin-right: 12px;
	width: 16px;
	height: 16px;
	background: #f6e8f1;
	border-radius: 50%;
	vertical-align: top;
}
.footer__calendar--time {
	margin-left: 36px;
}
.footer__calendar--text {
	margin: 14px 25px 0;
	font-size: 1.2rem;
}
.footer__calendar--btn {
	margin: 16px auto 0;
	width: 60.8695652174%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.footer__calendar--btn a {
	display: block;
	padding: 11px 0 13px;
	width: 100%;
	border: solid #060001 1px;
	border-radius: 20px;
	text-decoration: none;
}
.device_click .footer__calendar--btn a:hover {
	background: #060001;
	color: #fff;
	opacity: 1;
}
.footer__guide {
}
.footer__guide__links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
.footer__guide__links--item {
	margin-top: 22px;
	width: 33.33333%;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.2;
}
.footer__guide__links--item:nth-of-type(-n + 3) {
	margin-top: 0;
}
.footer__guide__links--item a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
.footer__guide__links--item i {
	display: block;
	margin: 0 auto;
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.footer__guide__links--item .icon--guide {
	width: 38px;
	background-image: url(../../img/usr/icon/cart1.png);
}
.footer__guide__links--item .icon--delivery {
	width: 43px;
	background-image: url(../../img/usr/icon/truck1.png);
}
.footer__guide__links--item .icon--return {
	width: 38px;
	background-image: url(../../img/usr/icon/change1.png);
}
.footer__guide__links--item .icon--size {
	width: 36px;
	background-image: url(../../img/usr/icon/measure1.png);
}
.footer__guide__links--item .icon--member {
	width: 32px;
	background-image: url(../../img/usr/icon/resume1.png);
}
.footer__guide__links--item .icon--ticket {
	width: 41px;
	background-image: url(../../img/usr/icon/ticket1.png);
}
.footer__guide__links--item .icon--gift {
	width: 37px;
	background-image: url(../../img/usr/icon/gift1.png);
}
.footer__guide__links--item .icon--faq {
	width: 40px;
	background-image: url(../../img/usr/icon/faq1.png);
}
.footer__guide__links--item .icon--contact {
	width: 44px;
	background-image: url(../../img/usr/icon/support1.png);
}
.footer__sns {
}
.footer__sns .footer--title {
	margin-bottom: 25px;
}
.footer__sns__lists {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 6px;
}
.footer__sns__lists__box {
	position: relative;
}
.footer__sns__lists--title {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.footer__sns__lists--title i {
	display: block;
	margin: 0 auto 6px;
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.footer__sns__lists--title .icon--instagram {
	width: 35px;
	background-image: url(../../img/usr/icon/sns_instagram1.png);
}
.footer__sns__lists--title .icon--tw {
	width: 34px;
	background-image: url(../../img/usr/icon/sns_tw1.png);
}
.footer__sns__lists--title .icon--fb {
	width: 33px;
	background-image: url(../../img/usr/icon/sns_fb1.png);
}
.footer__sns__lists--title .icon--line {
	width: 37px;
	background-image: url(../../img/usr/icon/sns_line1.png);
}
.footer__sns__lists__content {
	margin-top: 18px;
}
.footer__sns__links {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer__sns__links--item {
}
.footer__sns__links--item svg {
	width: 50px;
	height: 50px;
	fill: #222;
}
.footer__sns__links--item a {
	display: flex;
	text-decoration: none;
	flex-wrap: wrap;
	justify-content: center;
}
.footer__app {
	padding-bottom: 0;
}
.footer__app .footer--title {
	margin-bottom: 18px;
}
.footer__app__content {
	display: flex;
	margin: 0 22px;
}
.footer__app--logo {
	position: relative;
	padding-bottom: 16.253869969%;
	width: 16.253869969%;
	height: 0;
	border: solid #ccd 1px;
	border-radius: 11px;
	text-align: center;
	overflow: hidden;
}
.footer__app--logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 33.9622641509%;
}
.footer__app__info {
	margin-left: 5.26315789474%;
	width: 78.4829721363%;
}
.footer__app--text {
	font-size: 1.1rem;
}
.footer__app__btns {
	display: flex;
	margin-top: 8px;
}
.footer__app__btns--item {
	margin-left: 5.652173913%;
	width: 47.1739130435%;
}
.footer__app__btns--item:first-child {
	margin-left: 0;
}
.footer__app__btns--item a {
	display: block;
}
.footer__brand {
}
.footer__brand .footer--title {
	margin-bottom: 22px;
}
.footer__brand__links {
	display: flex;
	justify-content: center;
	margin: 0 15px;
}
.footer__brand__links--item {
	position: relative;
	text-align: center;
	width: calc(100% / 3);
	font-size: 1rem;
	line-height: 1;
}
.footer__brand__links--item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
}
.footer__brand__links--item:first-child:before {
	display: none;
}
.footer__brand__links--item a {
	display: table;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.footer__brand__links--item span {
	display: table-cell;
	vertical-align: middle;
}
.footer__brand__links--item img {
	vertical-align: middle;
}
.footer__other {
	padding-top: 24px;
}
.footer__links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer__links--item {
	margin: 12px 16px 0 0;
	padding-right: 16px;
	border-right: solid #3d3d3d 1px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.footer__links--item:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.footer__links--item a {
	text-decoration: none;
	color: #3d3d3d;
}
.device_click .footer__links--item a:hover {
	text-decoration: underline;
}
.footer--copyright {
	margin-top: 28px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.2;
}
.footer--copyright small {
	font-size: inherit;
}
.footer--copyright a {
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.footer--title {
		text-align: center;
	}
	.footer__box {
		margin-top: 20px;
	}
	.footer__box:first-child {
		margin-top: 0;
	}
	.footer__calendar {
		padding-bottom: 0;
	}
	.footer__calendar__cell table {
		margin-top: 10px;
	}
	.footer__calendar__cell table:first-child {
		margin-top: 0;
	}
	.footer__calendar .footer--title {
		padding-bottom: 32px;
		cursor: pointer;
	}
	.footer__calendar .footer--title:after {
		content: " ";
		position: absolute;
		top: 25px;
		right: 38px;
		width: 26px;
		height: 26px;
		background: url(../../img/usr/icon/plus2.png) no-repeat center center #222;
		background-size: 10px;
		border-radius: 50%;
	}
	.footer__calendar .footer--title.active:after {
		background-image: url(../../img/usr/icon/minus2.png);
	}
	.footer__calendar__content {
		padding-bottom: 32px;
	}
	.footer__sns__lists__box {
		margin: 40px 4.65465465467% 0;
		width: 24.024024024%;
	}
	.footer__sns__lists__box:nth-of-type(1) {
		margin: 0;
		width: 100%;
	}
	.footer__sns__lists__box:nth-of-type(1) .footer__sns__links--item {
		margin: 0 2.25225225225%;
		width: 24.024024024%;
	}
	.footer__brand__links--branshes img {
		width: 49.5238095238%;
	}
	.footer__brand__links--radchap img {
		width: 66.1904761905%;
	}
	.footer__brand__links--legurusstandard img {
		width: 38.5714285714%;
	}
}
@media only screen and (min-width: 769px) {
	#footer {
		margin-top: 120px;
		padding-top: 50px;
	}
	#footer-main {
		padding: 84px 0 180px;
	}
	#footer-main .wrap {
		max-width: 1100px;
	}
	.footer--pagetop {
		bottom: 30px;
		right: 44px;
		width: 80px;
		height: 80px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
	}
	.footer--pagetop a {
		padding-top: 22px;
	}
	.footer__content {
		display: flex;
		flex-wrap: wrap;
	}
	.footer__box {
		padding-bottom: 28px;
	}
	.footer--title {
		padding-top: 22px;
		font-size: 1.6rem;
	}
	.footer__calendar {
		width: calc(60% - 15px);
		margin-top: 30px;
	}
	.footer__calendar__content {
		display: block !important;
		margin: 16px 60px 0;
	}
	.footer__calendar__cell {
		display: flex;
		margin: 0 8px;
		width: auto;
	}
	.footer__calendar__cell table {
		width: 43.5146443515%;
	}
	.footer__calendar__cell table:nth-of-type(2n) {
		margin-left: 12.970711297%;
	}
	.footer__calendar__open {
		margin: 24px 0 0;
	}
	.footer__calendar--text {
		margin: 14px 0 0;
	}
	.footer__calendar--time {
		margin-left: 46px;
	}
	.footer__calendar--btn {
		margin-top: 16px;
		width: 200px;
	}
	.footer__calendar--btn a {
		padding: 6px 0 8px;
	}
	.footer__guide {
	}
	.footer__guide__links {
		margin: 40px 28px 0;
	}
	.footer__guide__links--item {
		margin-top: 52px;
		font-size: 1.2rem;
	}
	.footer__guide {
		width: calc(40% - 15px);
		margin-top: 30px;
		margin-right: 30px;
	}
	.footer__sns {
		margin: 0;
		width: calc(60% - 15px);
	}
	.footer__sns .footer--title {
		margin: 0 0 24px 42px;
		text-align: left;
	}
	.footer__sns__lists {
		margin: 0;
		justify-content: center;
	}
	.footer__sns__lists__box {
		padding: 0 40px;
	}
	.footer__sns__lists__box:before,.footer__sns__lists__box:after {
		content: " ";
		position: absolute;
		top: 50%;
		margin-top: -70px;
		width: 1px;
		height: 140px;
		background: #ddd;
	}
	.footer__sns__lists__box:before {
		left: 0;
	}
	.footer__sns__lists__box:after {
		right: -1px;
	}
	.footer__sns__links--item {
		margin: 0 10px;
		width: 82px;
	}
	.footer__app {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	.footer__app .footer--title {
		margin: 0 0 12px 40px;
		text-align: left;
	}
	.footer__app__content {
		align-items: center;
		margin: 0 0 0 36px;
	}
	.footer__app--logo {
		padding-bottom: 68px;
		width: 70px;
		border-radius: 14px;
	}
	.footer__app--logo img {
		width: 24px;
	}
	.footer__app__info {
		margin-left: 22px;
		width: calc(100% - 94px);
	}
	.footer__app--text {
		font-size: 1.2rem;
	}
	.footer__app__btns--item {
		margin-left: 12px;
		width: 92px;
	}
	.footer__brand {
		margin-left: 30px;
		width: calc(40% - 15px);
	}
	.footer__brand .footer--title {
		margin: 0 0 24px 26px;
		text-align: left;
	}
	.footer__brand__links {
		margin: 0 25px;
	}
	.footer__brand__links--item:before {
		top: 50%;
		margin-top: -30px;
		height: 60px;
	}
	.footer__brand__links--branshes img {
		width: 77px;
	}
	.footer__brand__links--radchap img {
		width: 103px;
	}
	.footer__brand__links--legurusstandard img {
		width: 61px;
	}
	.footer__other {
		padding-top: 50px;
	}
	.footer__links {
		float: left;
	}
	.footer__links--item {
		margin: 0 18px 0 0;
		padding-right: 18px;
	}
	.footer--copyright {
		float: right;
		margin-top: 0.1em;
		text-align: right;
		font-size: 1rem;
	}
}
@media only screen and (max-width: 1030px) and (min-width: 769px) {
	.footer__sns__lists {
		justify-content: center;
		margin: 0 auto;
		width: 60%;
	}
	.footer__sns__lists__box {
		margin-top: 40px;
		width: 33.3%;
	}
	.footer__sns__lists__box:nth-of-type(1) {
		margin: 0 16%;
		width: 68%;
	}
}
@media only screen and (max-width: 990px) and (min-width: 769px) {
	.footer__links--item {
		margin-bottom: 12px;
	}
	.footer--copyright {
		margin-top: 28px;
	}
}
/* modal---- */
/* modal--close */
.modal--close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	z-index: 2;
}
.modal--close a,.modal--close span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.modal--close a {
	background: #eee;
	border: solid #bbb 1px;
}
.modal--close span {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.modal--close span:before,.modal--close span:after {
	content: " ";
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 2px;
	background: #222;
}
.modal--close span:before {
	transform: rotate(45deg);
}
.modal--close span:after {
	transform: rotate(-45deg);
}
/* modal__refine */
.modal__refine {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 25px);
	background: #eee;
	z-index: 100;
}
.modal__refine .frame {
	padding: 0 20px 24px;
}
.modal__refine input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	margin-top: -2px;
	width: auto;
	height: auto;
	border: solid #222 1px;
	border-radius: 2px;
}
.modal__refine input[type="checkbox"]:checked {
	background: #3bafdf;
	border-color: #3bafdf;
}
.modal__refine--title {
	margin-bottom: 25px;
	padding-top: 48px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
}
.modal__refine--all {
	position: relative;
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #002421;
}
.modal__refine--all > label {
}
.modal__refine--all > label input {
}
.modal__refine--all > label span {
}
.modal__refine__lists {
	display: flex;
	flex-wrap: wrap;
	margin: -25px 0 0 -10px;
}
.modal__refine__lists--item {
	position: relative;
	margin: 25px 0 0 10px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.modal__refine .modal__refine__lists--item > label {
	display: inline-block;
	padding: 0;
}
.modal__refine .modal__refine__lists--item > label input {
	position: static;
}
.modal__refine .modal__refine__lists--item > label span {
	padding: 0;
	color: inherit !important;
	display: inline-block;
}
.modal__refine--btn {
	margin: 44px auto 0;
	width: 64.5161290323%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.modal__refine--btn a {
	display: block;
	padding: 12px 0;
	background: #fff;
	border: solid #222 1px;
	border-radius: 20px;
	text-decoration: none;
}
.device_click .modal__refine--btn a:hover {
	background: #222;
	color: #fff;
	opacity: 1;
}
/* modal__variation */
.modal__variation {
	display: none;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 25px);
	background: #eee;
	z-index: 100;
}
.modal__variation .frame {
	padding: 0 25px;
}
.modal__variation__block {
	position: relative;
	padding-top: 34px;
}
.modal__variation__box {
	margin: 20px 0 26px;
	padding-top: 24px;
	border-top: solid #ddd 1px;
}
.modal__variation__box:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.modal__variation__photo {
	display: flex;
	align-items: center;
	margin: 0 4px;
}
.modal__variation__photo img {
	width: 33.3333333333%;
}
.modal__variation__photo--caption {
	padding-left: 6.66666666667%;
	width: 60%;
	font-size: 1.2rem;
	line-height: 1.2;
}
.modal__variation__select {
	margin-top: 22px;
}
.modal__variation__select--item {
	float: left;
	text-align: center;
}
.modal__variation__select--val {
	margin-bottom: 6px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.modal__variation__select--item label {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.modal__variation__select--item label input,.modal__variation__select--item label span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.modal__variation__select--item label input {
	opacity: 0;
	z-index: 2;
}
.modal__variation__select--item label span {
	border: solid #ddd 1px;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1;
}
.modal__variation__select--item label .cart {
	background: url(../../img/usr/icon/cart2.png) no-repeat 16px 11px #fff;
	background-size: 30px;
}
.modal__variation__select--item label .delete {
	background-color: #ddd;
}
.modal__variation__select--item label .delete:before,.modal__variation__select--item label .delete:after {
	content: " ";
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 2px;
	background: #fff;
}
.modal__variation__select--item label .delete:before {
	transform: rotate(45deg);
}
.modal__variation__select--item label .delete:after {
	transform: rotate(-45deg);
}
.modal__variation__select--item-cart a,.modal__variation__select--item-nostock span {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: solid #ddd 1px;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1;
}
.modal__variation__select--item-cart a {
	background: url(../../img/usr/icon/cart2.png) no-repeat 16px 11px #fff;
	background-size: 30px;
}
.modal__variation__select--item-nostock span {
	background-color: #ddd;
}
.modal__variation__select--item-nostock span:before,.modal__variation__select--item-nostock span:after {
	content: " ";
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 2px;
	background: #fff;
}
.modal__variation__select--item-nostock span:before {
	transform: rotate(45deg);
}
.modal__variation__select--item-nostock span:after {
	transform: rotate(-45deg);
}
.modal__variation__select--stock {
	margin-top: 4px;
	font-size: 1rem;
	line-height: 1.2;
	color: #3bafdf;
}
.modal__variation__btns {
	padding: 24px 0;
	border-top: solid #ddd 1px;
}
.modal__variation__btns--item {
	margin: 20px auto 0;
	width: 66.6666666667%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.modal__variation__btns--item:first-child {
	margin-top: 0;
}
.modal__variation__btns--item a {
	display: block;
	padding: 12px 0;
	background: #fff;
	border: solid #222 1px;
	border-radius: 20px;
	text-decoration: none;
}
.modal__variation__btns--item .detail {
}
.modal__variation__btns--item .cart {
	background: #222;
	color: #fff;
}
.modal__variation__btns--item .close {
	border-color: #ccc;
}
.modal__variation__btns--item .close:before {
	content: " ";
	display: inline-block;
	margin: 2px 8px 0 0;
	width: 10px;
	height: 10px;
	background: url(../../img/usr/icon/close1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.modal__side--overlay,.modal__variation--overlay,.modal__material--overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 51;
}
@media only screen and (max-width: 768px) {
	.modal__variation__select--item {
		margin: 30px 6.66666666667% 0 0;
		width: 20%;
	}
	.modal__variation__select--item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
	.modal__variation__select--item:nth-of-type(4n) {
		margin-right: 0;
	}
	.modal__variation__select--item:nth-of-type(4n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 769px) {
	/* modal--close */
	.modal--close {
		top: 18px;
		right: 18px;
		width: 60px;
		height: 60px;
	}
	.modal--close span:before,.modal--close span:after {
		top: 27px;
		margin-left: -20px;
		width: 40px;
		height: 3px;
	}
	/* modal__refine */
	.modal__refine {
		max-width: 900px;
	}
	.modal__refine .frame {
		padding: 55px 50px;
	}
	.modal__refine--title {
		margin-bottom: 30px;
		padding-top: 0;
		font-size: 1.8rem;
	}
	.modal__refine--all {
		margin-bottom: 34px;
		font-size: 1.4rem;
	}
	.modal__refine__lists {
		margin: -34px 0 0 -26px;
	}
	.modal__refine__lists--item,.modal__refine__lists--item.s__s__input__lists--item {
		margin: 34px 0 0 26px;
		font-size: 1.4rem;
	}
	.modal__refine--btn {
		margin-top: 50px;
		width: 240px;
		font-size: 1.4rem;
	}
	.modal__refine--btn a {
		padding: 14px 0;
		border-radius: 23px;
	}
	/* modal__variation */
	.modal__variation {
		top: 12px;
		max-width: 1100px;
	}
	.modal__variation .frame {
		padding: 0 150px;
	}
	.modal__variation__block {
		padding-top: 66px;
	}
	.modal__variation__box {
		margin: 15px 0;
		padding-top: 38px;
	}
	.modal__variation__comment {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.modal__variation__photo {
		margin: 0;
	}
	.modal__variation__photo img {
		width: 15%;
	}
	.modal__variation__photo--caption {
		padding-left: 3.25%;
		width: 81.75%;
		font-size: 1.4rem;
	}
	.modal__variation__select {
		margin-top: 36px;
	}
	.modal__variation__select--item {
		margin-top: 30px;
		width: 12.5%;
	}
	.modal__variation__select--item:nth-of-type(-n + 8) {
		margin-top: 0;
	}
	.modal__variation__select--item:nth-of-type(8n) {
		margin-right: 0;
	}
	.modal__variation__select--item:nth-of-type(8n + 1) {
		clear: both;
	}
	.modal__variation__select--val {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.modal__variation__select--stock {
		margin-top: 3px;
	}
	.modal__variation__btns {
		display: flex;
		justify-content: center;
		padding: 54px 0;
	}
	.modal__variation__btns--item {
		margin: 0 0 0 5.25%;
		width: 45%;
		font-size: 1.8rem;
	}
	.modal__variation__btns--item:first-child {
		margin-left: 0;
	}
	.modal__variation__btns--item a {
		padding: 20px 0;
		border-radius: 30px;
	}
	.modal__variation__btns--btm {
		display: none;
	}
}
@media only screen and (max-width: 940px) and (min-width: 769px) {
	/* modal__refine */
	.modal__refine {
		width: calc(100% - 40px);
	}
}
@media only screen and (max-width: 1140px) and (min-width: 769px) {
	/* modal__variation */
	.modal__variation {
		width: calc(100% - 40px);
	}
	.modal__variation .frame {
		padding: 0 60px;
	}
}
.block-order-estimate--dest-address-item-buttons input.btn {
	width: 100%;
}
.block-order-estimate--guest-address-input-form button,.block-order-estimate--dest-address-item-register-input-form button {
	background: #ffffff;
	color: #333333;
}
.pane-main h1 {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.pane-main h1 {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
		max-width: 1400px;
		font-size: 26px;
	}
}
.wrapper .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
	z-index: 9;
}
::selection {
	background: #222;
	color: #fff;
}
/* トップページ下部テキスト */
/*SPの時*/
@media only screen and (max-width: 768px) {
	article.top__btmtext {
		display: block;
		background: #eee;
	}
	article.top__btmtext .t1 {
		display: block;
		font-size: 1.1rem;
		margin-left: 1rem;
	}
	article.top__btmtext .t2 {
		display: block;
		font-size: 1.1rem;
		font-weight: bold;
		margin-top: 1rem;
	}
	article.top__btmtext div {
		max-width: 1060px;
		margin: 0 auto;
		padding-top: 3rem;
		border-bottom: 1px solid #bbb;
		padding-bottom: 3rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
/*PCの時*/
@media only screen and (min-width: 769px) {
	article.top__btmtext {
		display: block;
		background: #eee;
	}
	article.top__btmtext .t1 {
		display: block;
		font-size: 1.1rem;
		margin-left: 1rem;
	}
	article.top__btmtext .t2 {
		display: block;
		font-size: 1.1rem;
		font-weight: bold;
		margin-top: 1rem;
	}
	article.top__btmtext div {
		max-width: 1060px;
		margin: 0 auto;
		padding-top: 4rem;
		border-bottom: 1px solid #bbb;
		padding-bottom: 3rem;
	}
}
/* トップページ下部テキスト ここまで */
/* ft-fixed */
.ft-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.ft-fixed-menu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #eee;
	z-index: 2;
}
.ft-fixed-menu .frame {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}
.ft-fixed-close--top {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 10;
}
.ft-fixed-close--top > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #bbb 1px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.ft-fixed-close--top > a:before,.ft-fixed-close--top > a:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 4px;
	width: 21px;
	height: 2px;
	background: #222;
}
.ft-fixed-close--top > a:before {
	transform: rotate(45deg);
}
.ft-fixed-close--top > a:after {
	transform: rotate(-45deg);
}
.ft-fixed-close--btm {
	margin: 25px auto 0;
	padding-bottom: 90px;
	width: 53.3333333333%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.ft-fixed-close--btm a {
	display: block;
	padding: 11px 0;
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 20px;
	text-decoration: none;
}
.ft-fixed-close--btm a:before {
	content: " ";
	display: inline-block;
	margin: 3px 8px 0 0;
	width: 10px;
	height: 10px;
	background: url(../../img/usr/icon/close1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.ft-fixed-menu--target {
	position: relative;
	padding-top: 70px;
}
.f-m-brand--photo {
	margin: 0 auto 12px;
	width: 80%;
}
.f-m-brand--name {
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 10px;
}
.f-m-hd {
	position: relative;
	margin: 0 15px 20px;
	padding-bottom: 10px;
	border-bottom: solid #ddd 1px;
}
.f-m-hd--title {
	padding: 0 4px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.f-m-hd__lists {
	margin: 12px 5px 0;
	padding-bottom: 15px;
}
.f-m-hd__lists--item {
	font-size: 1.2rem;
	line-height: 1.2;
}
.f-m-hd__lists--item > a {
	display: inline-block;
	vertical-align: top;
}
.f-m-links {
	margin: 0 15px;
}
.f-m-links__box {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid #ddd 1px;
}
.f-m-links__box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.f-m-links__box--title {
	margin-bottom: 20px;
	padding: 0 4px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.f-m-links__box__content {
	margin: 0 5px;
}
.f-m-links__sub {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}
.f-m-links__sub--item {
	margin: 10px 0 0 10px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.f-m-links__sub--item > a {
	display: inline-block;
	padding: 8px 22px;
	background: #fff;
	min-width: 85px;
	border-radius: 15px;
	text-decoration: none;
	vertical-align: top;
	position: relative;
}
.ft-fixed-s__content {
	position: relative;
}
.ft-fixed-s__about {
}
.ft-fixed-s__form {
	margin: 0 auto;
	width: 80%;
}
.ft-fixed-s__form__box {
	display: flex;
	position: relative;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 20px;
}
.ft-fixed-s__form__box input {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
}
.ft-fixed-s__form--keyword {
	position: relative;
	width: calc(100% - 38px);
	height: 38px;
}
.ft-fixed-s__form--keyword input {
	padding: 0 16px;
	font-size: 1.6rem;
}
.ft-fixed-s__form--keyword input:hover {
	border: none;
}
.ft-fixed-s__form--submit {
	position: relative;
	width: 22px;
	height: 22px;
}
.ft-fixed-s__form__box .np-keyword-suggest {
	z-index: 3 !important;
}
.ft-fixed-s__hash {
	display: flex;
	flex-wrap: wrap;
	margin: 14px 6px 0 12px;
}
.ft-fixed-s__hash--item {
	margin: 8px 8px 0 0;
	font-size: 0.9rem;
	line-height: 1.2;
}
.ft-fixed-s__hash--item > a {
	display: inline-block;
	padding: 6px 12px;
	background: #313131;
	border-radius: 15px;
	text-decoration: none;
	vertical-align: top;
	color: #fff;
}
.ft-fixed-s__tag {
	margin-top: 20px;
}
.ft-fixed-s__tag--title {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.ft-fixed-s__tag--title a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
.ft-fixed-s__tag--title a:after {
	content: " ";
	display: inline-block;
	margin: 1px 0 0 15px;
	width: 14px;
	height: 14px;
	background: url(../../img/usr/icon/plus1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
.ft-fixed-s__tag--title a.active:after {
	background-image: url(../../img/usr/icon/minus1.png);
}
.ft-fixed-s__tag__content {
	display: flex;
	margin-top: 22px;
	width: calc(100% - 52px);
	transition: none !important;
}
.ft-fixed-s__tag--pic {
	width: 41.7956656347%;
}
.ft-fixed-s__tag__info {
	margin-left: 3.86996904025%;
	width: 54.3343653251%;
	font-size: 1.1rem;
}
.ft-fixed-s__tag__info .line {
	border-bottom: solid #e60012 1px;
}
.ft-fixed-s__detail {
	margin: 22px 15px 0;
}
.ft-fixed-s__detail input,.h__s__detail select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
}
.ft-fixed-s__detail input[type="checkbox"]::-ms-check,.h__s__detail input[type="radio"]::-ms-check {
	border: none;
}
.ft-fixed-s__detail select {
	padding: 0 12px;
	width: 100%;
	height: 40px;
	background: url(../../img/usr/icon/select_arrow1.png) no-repeat right 15px center #fff;
	background-size: 12px;
	border: solid #ccc 1px;
	border-radius: 20px;
	font-size: 1.2rem;
}
.ft-fixed-s__detail select::-ms-expand {
	display: none;
}
.ft-fixed-s__input {
	border-bottom: solid #ddd 1px;
}
.ft-fixed-s__input__box {
	display: flex;
	padding: 22px 8px 20px 5px;
	border-top: solid #ddd 1px;
}
.ft-fixed-s__input--title {
	padding-top: 14px;
	width: 90px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.ft-fixed-s__input__content {
	width: calc(100% - 90px);
}
.ft-fixed-s__input__content select + select {
	margin-top: 20px;
}
.ft-fixed-s__input__lists {
	display: flex;
	flex-wrap: wrap;
}
.ft-fixed-s__input__lists--item {
	width: 41.6666666667%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.ft-fixed-s__input__lists--item label {
	display: block;
	position: relative;
	cursor: pointer;
}
.ft-fixed-s__input__lists--item label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 15px;
	z-index: 1;
}
.ft-fixed-s__input__lists--item label input::-ms-check {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 15px;
	z-index: 1;
}
.ft-fixed-s__input__lists--item label span {
	position: relative;
	display: block;
	padding: 8px 0;
	z-index: 2;
}
.ft-fixed-s__input__lists--item label input:checked {
	background: #3bafdf;
	color: #3bafdf;
}
.ft-fixed-s__input__lists--item label input:checked::-ms-check {
	background: #3bafdf;
	color: #3bafdf;
}
.ft-fixed-s__input__lists--item label input:checked + span {
	color: #fff;
}
.ft-fixed-s__input__colors {
	display: flex;
	flex-wrap: wrap;
}
.ft-fixed-s__input__colors--item {
}
.ft-fixed-s__input__colors--item label {
	display: block;
	position: relative;
}
.ft-fixed-s__input__colors--item label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ft-fixed-s__input__colors--item label input::-ms-check {
	display: none;
}
.ft-fixed-s__input__colors--item label img {
	border-radius: 50%;
	overflow: hidden;
}
.ft-fixed-s--submit {
	margin: 34px auto 0;
	width: 89.8550724638%;
}
.ft-fixed-s--submit input {
	display: block;
	padding: 13px 0;
	width: 100%;
	background: #222;
	border-radius: 20px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
}
.ft-fixed-nav {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.ft-fixed-nav__links--item,.ft-fixed-nav--search {
	position: relative;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
}
.ft-fixed-nav__links--item > a,.ft-fixed-nav--search > a {
	display: block;
	position: relative;
	padding: 42px 0 5px;
	background: #222;
	text-decoration: none;
	color: #fff;
	transition: ease 0.3s;
}
.ft-fixed-nav__links--item > a:before,.ft-fixed-nav--search > a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: ease 0.3s;
}
.ft-fixed-nav__links {
	display: flex;
	width: 80%;
}
.ft-fixed-nav__links--item {
	width: 25%;
	border-right: solid #fff 1px;
}
.ft-fixed-nav--search {
	width: 20%;
}
.ft-fixed-nav__links--item > a.active,.device_click .ft-fixed-nav__links--item > a:hover,.ft-fixed-nav--search > a.active,.device_click .ft-fixed-nav--search > a:hover {
	background: #ddd;
	color: #222;
	opacity: 1;
}
.body--ftfixedmenu--open {
	position: fixed;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 768px) {
	#ft-fixed-gender .f-m-links__box--title {
		display: none;
	}
	.ft-fixed-s__input__lists--item {
		margin: 6.25% 10.4166666667% 0 0;
		width: 41.6666666667%;
	}
	.ft-fixed-s__input__lists--item:nth-of-type(-n + 2) {
		margin-top: 0;
	}
	.ft-fixed-s__input__lists--item:nth-of-type(2n) {
		margin-right: 0;
	}
	.ft-fixed-s__input__colors--item {
		margin: 8.33333333333% 10.4166666667% 0 0;
		width: 16.6666666667%;
	}
	.ft-fixed-s__input__colors--item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
	.ft-fixed-s__input__colors--item:nth-of-type(4n) {
		margin-right: 0;
	}
	.ft-fixed-nav__links--item > a span {
		display: none;
	}
	#ft-fixed-search .side__search {
		display: block;
		padding-top: 0;
		margin-top: 0;
	}
	#ft-fixed-search .s__s__refine {
		margin-top: 0;
		padding-top: 0;
	}
	#ft-fixed-search .s__s__refine .s__s__input {
		border-top: none;
	}
}
@media only screen and (min-width: 769px) {
	.ft-fixed-close--top {
		top: 36px;
		right: 48px;
		width: 60px;
		height: 60px;
	}
	.ft-fixed-close--top > a:before,.ft-fixed-close--top > a:after {
		top: 27px;
		left: 9px;
		width: 41px;
		height: 4px;
	}
	.ft-fixed-close--btm {
		display: block;
		width: 100%;
	}
	.ft-fixed-close--btm > a {
		display: none;
	}
	span.c_top_return.show {
		max-width: 210px;
		margin: 0 auto;
		cursor: pointer;
		margin-bottom: 180px !important;
	}
	.ft-fixed-menu .frame {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.ft-fixed-menu--target {
		margin: 0 auto;
		padding: 2vw 20px 180px;
		max-width: 840px;
	}
	.f-m-brand--photo {
		margin: 10px auto;
		width: 250px;
	}
	.f-m-brand--name {
		margin-bottom: 50px;
		width: 250px;
	}
	.f-m-hd {
		display: flex;
		margin: 0 0 20px;
		padding: 0 10px 28px;
	}
	.f-m-hd--title {
		padding: 0;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.f-m-hd__lists {
		margin: 2px 0 0 40px;
		padding-bottom: 0;
	}
	.f-m-hd__lists--item {
		font-size: 1.4rem;
	}
	.f-m-links {
		margin: 0;
	}
	.f-m-links__box {
		display: flex;
		margin-bottom: 30px;
		padding: 0 10px 30px;
	}
	.f-m-links__box--title {
		margin-bottom: 0;
		padding: 10px 0 0;
		width: 200px;
		font-size: 1.6rem;
	}
	.f-m-links__box__content {
		margin: 0;
		width: calc(100% - 200px);
	}
	#ft-fixed-topics .f-m-links__box__content {
		width: 100%;
	}
	.f-m-links__sub {
		margin: -20px 0 0 -20px;
	}
	.f-m-links__sub--item {
		margin: 20px 0 0 20px;
	}
	.f-m-links__sub--item > a {
		padding: 13px 30px;
		min-width: 120px;
		border-radius: 30px;
	}
	#ft-fixed-search {
		max-width: 1320px;
	}
	.ft-fixed-s__content {
		display: flex;
		justify-content: space-between;
	}
	.ft-fixed-s__about {
		padding-top: 92px;
		width: 35.9375%;
	}
	.ft-fixed-s__form {
		margin: 0;
		width: 100%;
	}
	.ft-fixed-s__form__box {
		height: 70px;
		border-radius: 40px;
	}
	.ft-fixed-s__form--keyword {
		width: calc(100% - 80px);
		height: 68px;
	}
	.ft-fixed-s__form--keyword input {
		padding: 0 16px;
		font-size: 1.8rem;
	}
	.ft-fixed-s__form--submit {
		width: 30px;
		height: 30px;
	}
	.ft-fixed-s__form__box .np-keyword-suggest {
		z-index: 3 !important;
	}
	.ft-fixed-s__hash {
		margin: 20px 46px 0 56px;
	}
	.ft-fixed-s__hash--item {
		margin: 10px 10px 0 0;
		font-size: 1.2rem;
	}
	.ft-fixed-s__hash--item > a {
		padding: 11px 16px;
		border-radius: 30px;
	}
	.ft-fixed-s__tag {
		width: 100%;
		max-width: 460px;
		margin-top: 20px;
		padding-bottom: 0;
	}
	.ft-fixed-s__tag--title {
		max-width: 276px;
		font-size: 1.6rem;
	}
	.ft-fixed-s__tag--title a:after {
		margin: -1px 0 0 18px;
		width: 19px;
		height: 19px;
	}
	.ft-fixed-s__tag__content {
		width: auto;
		margin-top: 20px;
	}
	.ft-fixed-s__tag--pic {
		width: 35.2173913043%;
	}
	.ft-fixed-s__tag__info {
		margin-left: 3.47826086957%;
		width: 61.3043478261%;
		font-size: 1.2rem;
	}
	.ft-fixed-s__detail {
		margin: 0;
		width: 56.25%;
	}
	.ft-fixed-s__detail select {
		padding: 0 30px;
		width: 85.910652921%;
		height: 50px;
		background-position: right 26px center;
		background-size: 16px;
		border-radius: 25px;
		font-size: 1.4rem;
	}
	.ft-fixed-s__input {
	}
	.ft-fixed-s__input__box {
		padding: 24px 10px 24px 10px;
	}
	.ft-fixed-s__input--title {
		padding-top: 14px;
		width: 118px;
		font-size: 1.6rem;
	}
	.ft-fixed-s__input__content {
		width: calc(100% - 118px);
	}
	.ft-fixed-s__input__lists {
		padding: 6px 0 6px 18px;
	}
	.ft-fixed-s__input__lists--item {
		margin: 3.43642611684% 3.43642611684% 0 0;
		width: 20.618556701%;
	}
	.ft-fixed-s__input__lists--item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
	.ft-fixed-s__input__lists--item:nth-of-type(4n) {
		margin-right: 0;
	}
	.ft-fixed-s__input__lists--item label input {
		border-radius: 20px;
	}
	.ft-fixed-s__input__lists--item label input::-ms-check {
		border-radius: 20px;
	}
	.ft-fixed-s__input__lists--item label span {
		padding: 13px 0;
	}
	.ft-fixed-s__input__colors--item {
		margin: 3.43642611684% 6.87285223368% 0 0;
		width: 10.3092783505%;
	}
	.ft-fixed-s__input__colors--item:nth-of-type(-n + 6) {
		margin-top: 0;
	}
	.ft-fixed-s__input__colors--item:nth-of-type(6n) {
		margin-right: 0;
	}
	.ft-fixed-s__input__colors--item label input:checked + img {
		border-width: 6px;
	}
	.ft-fixed-s--submit {
		margin-top: 52px;
		width: 55.5555555556%;
	}
	.ft-fixed-s--submit input {
		padding: 20px 0;
		border-radius: 30px;
		text-align: center;
		font-size: 1.8rem;
	}
	.ft-fixed-nav {
		justify-content: space-between;
		align-items: center;
		bottom: 18px;
		left: 50%;
		margin-left: -328px;
		width: 651px;
	}
	.ft-fixed-nav__links--item,.ft-fixed-nav--search {
		font-size: 1.5rem;
	}
	.ft-fixed-nav__links--item > a,.ft-fixed-nav--search > a {
		padding: 88px 0 0;
		height: 100%;
	}
	.ft-fixed-nav__links--item > a:before,.ft-fixed-nav--search > a:before {
		top: 22px;
		margin-left: -25px;
		width: 50px;
		height: 50px;
	}
	.ft-fixed-nav__links {
		width: 523px;
	}
	.ft-fixed-nav__links--item {
		width: 130px;
		height: 120px;
	}
	.ft-fixed-nav__links--item:last-child {
		border-right: none;
	}
	.ft-fixed-nav--search {
		width: 130px;
		height: 120px;
	}
	.ft-fixed-nav--search > a {
		padding-top: 88px;
	}
	.ft-fixed-nav--search > a:before {
		top: 18px;
	}
}
/*検索結果一覧　絞込みボタン*/
.sp_search_narrowing {
	position: fixed;
	z-index: 2;
	right: 10px;
	bottom: 150px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #3bafdf;
}
.sp_search_narrowing > .sp_search_narrowing_btn {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 60px;
	align-items: center;
	width: 60px;
}
.sp_search_narrowing > .sp_search_narrowing_btn > img {
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: 1px;
}
.sp_search_narrowing > .sp_search_narrowing_btn > span {
	display: block;
	color: #fff;
	font-weight: bold;
}
/*SP*/
@media only screen and (max-width: 768px) {
}
/*PC*/
@media only screen and (min-width: 769px) {
	.sp_search_narrowing {
		width: 80px;
		height: 80px;
		border-radius: 80px;
		cursor: pointer;
	}
	.sp_search_narrowing > .sp_search_narrowing_btn {
		width: 80px;
		height: 80px;
	}
	.sp_search_narrowing > .sp_search_narrowing_btn > img {
		width: 30px;
		height: 30px;
		margin-top: -5px;
		margin-bottom: 2px;
	}
	.sp_search_narrowing > .sp_search_narrowing_btn > span {
		font-size: 14px;
		padding-bottom: 0px;
	}
	.refine__result__btns {
		display: none;
	}
	.sp_search_narrowing:hover {
		opacity: 0.7;
	}
}
/*END 検索結果一覧　絞込みボタン*/
/*絞込みエリア 固定*/
aside.side__search.active {
	position: fixed;
	top: 0;
	z-index: 51;
	margin-top: 0;
	visibility: visible;
	height: 100%;
	padding: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
aside.side__search.active .s__s__input {
	display: flex;
	flex-direction: column;
	overflow: scroll;
	/*height: 547px;
	*/
	border-top: none;
	margin: 0;
}
aside.side__search.active .side--title--2 {
	margin: 0 0 2.4rem;
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: calc(26 / 18);
}
aside.side__search.active #search_side_refine {
	margin: 5.4rem 1.6rem;
	padding: 2.4rem 1.6rem;
	border-radius: 2rem;
	background-color: #fff;
}
aside.side__search.active .s__s--submit {
	position: fixed;
	bottom: 0;
	margin: 0;
	width: 100% !important;
	padding: 10px;
	padding-top: 5px;
}
aside.side__search.active .s__s--check {
	position: fixed;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	box-shadow: 0px 10px 7px 10px #00000057;
	height: 200px;
	z-index: 1;
}
aside.side__search.active .s__s__input > dl:last-child {
	border-bottom: none;
}
aside.side__search.active h3 > .return {
	position: absolute;
	top: -3.2rem;
	right: -2.4rem;
	font-weight: normal;
	display: flex;
	align-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #3C3C3C;
	text-indent: -9999px;
	border: solid #fff .2rem;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
}
aside.side__search.active h3 > .return > span {
}
aside.side__search.active {
	animation: asideside__search_show 0.3s both;
}
@keyframes asideside__search_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*SP*/
@media only screen and (max-width: 768px) {
	.ft-fixed-nav__links--item {
		border-right: solid #222 1px;
	}
	.ft-fixed-nav.ver_search li.ft-fixed-nav__links--item.ft-fixed-nav__links--topics {
		border-color: #3bafdf;
	}
	aside.side__search.active .s__s--submit {
		z-index: 1;
	}
}
/*PC*/
@media only screen and (min-width: 769px) {
}
/*END 絞込みエリア 固定*/
/*絞込みエリアのクリアボタン*/
.s__s__input__box dd.narrowing_clear {
	width: 50px;
	display: inline-block;
	float: right;
	padding-top: 6px;
	font-size: 13px;
	text-align: right;
	color: #c7c7c7;
}
.s__s__input__box dd.narrowing_clear.selected {
	color: #3bafdf;
	font-weight: bold;
}
/*PC*/
@media only screen and (min-width: 769px) {
	.s__s__input__box dd.narrowing_clear {
		position: absolute;
		top: 60px;
		text-align: left;
	}
	.s__s__input__box dd.narrowing_clear.selected:hover {
		cursor: pointer;
	}
	.s__s__input__box dd.narrowing_clear:hover {
		cursor: default;
	}
}
/*絞込みエリアのクリアボタン*/
/*ジャンルページ*/
.block-genre-page,.block-event-page {
	position: relative;
	margin: 0 auto;
}
.pane-main h2.h1 {
	padding-left: 12.5px;
	padding-right: 12.5px;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 20px;
	text-align: center;
}
/*PC*/
@media only screen and (min-width: 769px) {
	.block-genre-page,.block-event-page {
		max-width: 1400px;
		padding: 0 20px;
	}
	.pane-main h2.h1 {
		font-size: 26px;
	}
}
/*ジャンルページ*/
/*カテゴリページ*/
.block-category-list {
	position: relative;
	margin: 0 auto;
}
dl.s__s__input__box.c_onlyone .narrowing_clear,dl.s__s__input__box.c_onlyone .s__s__input__sub--title {
	display: none;
}
dl.s__s__input__box.c_onlyone li.s__s__input__lists--item {
	width: 100%;
}
dl.s__s__input__box.c_onlyone li.s__s__input__lists--item label {
	background: #ddd;
	cursor: default;
}
dl.s__s__input__box.c_onlyone li.s__s__input__lists--item input {
	border: none;
	background: none;
	cursor: default;
}
dl.s__s__input__box.c_onlyone li.s__s__input__lists--item span {
	color: #222;
}
/*PC*/
@media only screen and (min-width: 769px) {
	.block-category-list {
		max-width: 1400px;
		padding: 0 20px;
	}
}
/*カテゴリページ*/
li.f-m-links__sub--item > a.has-next:after {
	content: " ";
	position: absolute;
	top: 47%;
	right: 10px;
	width: 10px;
	height: 2px;
	background: #222;
}
li.f-m-links__sub--item > a.has-next:before {
	content: " ";
	position: absolute;
	top: 47%;
	right: 10px;
	width: 10px;
	height: 2px;
	background: #222;
	transform: rotate(90deg);
}
.f-m-links__sub--item > a.has-next {
	padding-right: 35px;
}
.f-m-links__box.isnext {
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}
.f-m-links__box.hide {
	display: none;
}
.f-m-links__box.isnext.show {
	animation: f-m-show 0.3s both;
}
@keyframes f-m-show {
	0% {
		opacity: 0;
		width: 0%;
		height: 0%;
	}
	1% {
		opacity: 0;
		width: 100%;
		height: 100%;
	}
	100% {
		opacity: 1;
		width: 100%;
		height: 100%;
	}
}
span.c_top_return {
	opacity: 0;
	height: 0;
	overflow: hidden;
	width: 0;
	display: block;
	background: #fff;
	border-radius: 20px;
}
span.c_top_return.show {
	animation: f-m-show2 0.3s both;
}
@keyframes f-m-show2 {
	0% {
		opacity: 0;
		width: 0%;
		height: 0%;
		padding: 0px 0;
		margin-bottom: 0px;
		border: solid #ccc 0px;
	}
	1% {
		opacity: 0;
		width: 100%;
		height: 100%;
		padding: 11px 0;
		margin-bottom: 20px;
		border: solid #ccc 1px;
	}
	100% {
		opacity: 1;
		width: 100%;
		height: 100%;
		padding: 11px 0;
		margin-bottom: 20px;
		border: solid #ccc 1px;
	}
}
aside.side__search.active .s__s--check > label {
	line-height: 30px;
}
.ft-fixed-nav.ver_search .ft-fixed-nav--search {
	display: none;
}
.ft-fixed-nav.ver_search .sp_search_narrowing {
	position: relative;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
	right: auto;
	width: 20%;
	bottom: auto;
	border-radius: 0;
	z-index: auto;
	height: auto;
}
.sp_search_narrowing {
	font-size: 1.2rem;
}
.ft-fixed-nav.ver_search .sp_search_narrowing > .sp_search_narrowing_btn {
	width: auto;
	flex-wrap: wrap;
	height: auto;
}
.ft-fixed-nav.ver_search .sp_search_narrowing > .sp_search_narrowing_btn > span {
	font-weight: normal;
	width: 100%;
	margin-bottom: 5px;
}
.ft-fixed-nav.ver_search .sp_search_narrowing > .sp_search_narrowing_btn > img {
	margin-top: 10px;
	width: 25px;
	height: 25px;
	margin-bottom: 7px;
}
aside.side__search.active h3 > .return:before,aside.side__search.active h3 > .return:after {
	content: "";
	position: absolute;
	top: 1.2rem;
	left: .5rem;
	width: 1.6rem;
	height: .2rem;
	background: #fff;
}
aside.side__search.active h3 > .return:before {
	transform: rotate(45deg);
}
aside.side__search.active h3 > .return:after {
	transform: rotate(-45deg);
}
/*PC*/
@media only screen and (min-width: 769px) {
	.ft-fixed-nav.ver_search .sp_search_narrowing {
		width: 130px;
		height: 120px;
	}
	.ft-fixed-nav.ver_search .sp_search_narrowing > .sp_search_narrowing_btn > span {
		font-size: 1.5rem;
		margin-top: 14px;
	}
	.ft-fixed-nav.ver_search .sp_search_narrowing > .sp_search_narrowing_btn > img {
		width: 40px;
		height: 40px;
		margin-top: 22px;
		margin-bottom: 12px;
	}
}
.ft-fixed.hidden {
	display: none !important;
}
.ft-fixed-s__input__colors--item label input:checked:before {
	content: "";
	border: solid #3bafdf 2px;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: -1px;
}
.ft-fixed-s__input__colors--item label input:checked:after {
	content: "";
	border: solid #fff 4px;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	display: block;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	bottom: -1px;
}
span.block-icon--src1 {
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
}
span.block-icon--src1 > img {
	height: 10px;
	width: auto;
}
span.block-icon--src2,span.block-icon--src3 {
	display: none;
}
.footer__sns__links--item a img {
	height: 35px;
}
.footer__sns__links--item a span {
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
	text-align: center;
}
.footer__app.footer__box img {
	border-radius: 10px;
}
.h1.block-genre-page--header-freespace {
	margin-top: 0;
}
/*PC*/
@media only screen and (min-width: 769px) {
	span.block-icon--src1 > img {
		height: 15px;
	}
	span.block-icon--src1 {
		padding-bottom: 7px;
		padding-top: 2px;
	}
	.footer__sns__links--item a img {
		height: 50px;
	}
}
.block-genre-style--item {
	width: calc((100% - 15px) / 3);
	margin-bottom: 20px;
}
.block-genre-style--item.non {
	display: none;
}
.block-genre-style {
	display: flex;
	flex-wrap: wrap;
	margin: 0 7.5px;
}
.block-genre-style--item a {
	text-decoration: none;
	display: block;
	transition: ease 0.3s;
}
#pankuzulist_wrap {
	background: #eee;
	padding: 7px;
	overflow: scroll;
	display: none;
}
.block-topic-path--category-item_wrap {
	width: max-content;
	transform: scale(0.9);
	transform-origin: left;
	margin-right: -8rem;
	margin-left: 0.5rem;
}
.block-topic-path--list li.block-topic-path--item__home a {
	margin-left: 0;
}
.topics__lists--cate {
	color: #9c9c9c;
}
#ft-fixed-topics .f-m-hd {
	margin-bottom: 0;
}
.square_topics_move {
}
.square_topics_move .topics__lists--item {
	border: none;
	padding: 0;
	width: calc((100% - 2px) / 3);
	margin-bottom: 1px;
}
.square_topics_move .topics__lists__info {
	display: none;
}
.square_topics_move .topics__lists--photo {
	width: 100%;
}
.square_topics_move {
	display: flex;
	flex-wrap: wrap;
	background: #eee;
}
.top-panel-checked #block_of_itemhistory ul li:nth-of-type(n + 7) {
	display: none;
}
article.top-pickup .top__pickup--focus {
}
article.top-pickup .top__pickup--focus a {
	display: flex;
	flex-wrap: nowrap;
	justify-items: center;
	text-decoration: none;
	padding: 0 10px;
}
article.top-pickup .top__pickup--focus a img {
	width: 40%;
	height: 100%;
}
article.top-pickup .top__pickup--focus a div {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-left: 10px;
	font-size: 12px;
}
article.top-pickup .top__pickup--focus a div span {
	width: 100%;
}
.top__pickup__multi:nth-of-type(1) {
	margin-top: 0;
}
article.top-pickup .top__pickup--focus a div p {
	text-align: center;
	border: 1px solid #222;
	border-radius: 100px;
	background: #222;
	color: #fff;
	margin: 20px auto 0 auto;
	padding: 5px 0;
	width: 150px;
}
.refine__result.refine__result_show:before {
	content: "絞り込み中の条件";
	width: 100%;
	text-align: center;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
.block-topic-path--list a.pankuzu_notlink {
	color: #222;
}
.block-topic-path--list a.pankuzu_notlink:hover {
	cursor: default;
	opacity: 1;
}
.side__search * {
	transition: ease 0.2s;
}
.f-m-brand--photo > a {
	text-decoration: none;
}
ul.h__m__nav.square_topics_move_hamburger {
	margin: 0 20px;
}
.square_topics_move_hamburger .topics__lists--item {
	border: none;
}
.ft-fixed-s__hash__clone {
	display: flex;
	flex-wrap: wrap;
}
.block-event-page .event_thumbnail,.block-genre-page .event_thumbnail,.block-category-list .event_thumbnail {
	margin: auto;
	display: block;
}
article.ep__ranking h2 {
	margin: 50px 0;
}
.block-event-page .event_thumbnail:not(.rectangle) {
	max-width: 40%;
	margin: 10px auto;
}
.block-icon--src2.list_nisf {
	display: inline-block;
	font-size: 10px;
	background: #cd201f;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
	height: fit-content!important; /* 2025 renewal */
}
.block-icon--src2.list_nisf div {
	display: block;
}
p.product__detail__price--brcustom .product_nisf {
	display: block;
	width: max-content;
	margin-bottom: 3px;
}
p.product__detail__price--brcustom .product_nisf div {
	display: inline;
}
.header-link a {
	text-decoration: none;
	margin: 5px;
	display: block;
	background: #fff9c8;
	padding: 5px 15px;
	font-size: 11px;
}
/* COUT */
.block-icon--src2.list_cout {
	display: inline-block;
	font-size: 10px;
	background: #b7b7b7;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src2.list_cout div {
	display: block;
}
p.product__detail__price--brcustom .product_cout {
	display: block;
	width: max-content;
	margin-bottom: 3px;
}
p.product__detail__price--brcustom .product_cout div {
	display: inline;
}
.header-link a {
	text-decoration: none;
	margin: 5px;
	display: block;
	background: #fff9c8;
	padding: 5px 15px;
	font-size: 11px;
}
.lists--sp--3 .block-icon--src2.list_cout {
	padding: 0.5px 1.5px 0.5px 1.5px;
	margin-left: 2px;
}
/* COUT */
/* アイコン3 */
.block-icon--src3.list_nisfw {
	display: inline-block;
	font-size: 10px;
	background: #cd201f;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src3.list_nisfw div {
	display: block;
}
p.product__detail__price--brcustom .product_nisfw {
	display: block;
	width: max-content;
	margin-bottom: 3px;
}
p.product__detail__price--brcustom .product_nisfw div {
	display: inline;
}
@media only screen and (max-width: 768px) {
	.lists--sp--3 .block-icon--src3.list_nisfw {
		padding: 0.5px 1.5px 0.5px 1.5px;
		margin-left: 2px;
	}
}
/* event02 */
.block-icon--src3.list_EVENT02W {
	display: inline-block;
	font-size: 10px;
	background: #cd201f;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src3.list_EVENT02W div {
	display: block;
}
p.product__detail__price--brcustom .product_EVENT02W {
	display: block;
	width: max-content;
	margin-bottom: 3px;
}
p.product__detail__price--brcustom .product_EVENT02W div {
	display: inline;
}
@media only screen and (max-width: 768px) {
	.lists--sp--3 .block-icon--src3.list_EVENT02W {
		padding: 0.5px 1.5px 0.5px 1.5px;
		margin-left: 2px;
	}
}
/* COUTW */
.block-icon--src3.list_COUTW {
	display: inline-block;
	font-size: 10px;
	background: #b7b7b7;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src3.list_COUTW div {
	display: block;
}
p.product__detail__price--brcustom .product_COUTW {
	display: block;
	width: max-content;
	margin-bottom: 3px;
}
p.product__detail__price--brcustom .product_COUTW div {
	display: inline;
}
@media only screen and (max-width: 768px) {
	.lists--sp--3 .block-icon--src3.list_COUTW {
		padding: 0.5px 1.5px 0.5px 1.5px;
		margin-left: 2px;
	}
}
/* アイコン3 */
/* まとめ割 アイコン2 */
.block-icon--src2.list_matome {
	display: inline-block;
	font-size: 10px;
	background: #fca400;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src2.list_matome div {
	display: block;
}
.lists--sp--3 .block-icon--src2.list_matome {
	padding: 0.5px 1.5px 0.5px 1.5px;
	margin-left: 2px;
}
/* まとめ割 アイコン3 */
.block-icon--src3.list_matome {
	display: inline-block;
	font-size: 10px;
	background: #fca400;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src3.list_matome div {
	display: block;
}
.lists--sp--3 .block-icon--src3.list_matome {
	padding: 0.5px 1.5px 0.5px 1.5px;
	margin-left: 2px;
}
/* 優待セール アイコン2 */
.block-icon--src2.list_yutai {
	display: inline-block;
	font-size: 10px;
	background: #fca400;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src2.list_yutai div {
	display: block;
}
.lists--sp--3 .block-icon--src2.list_yutai {
	padding: 0.5px 1.5px 0.5px 1.5px;
	margin-left: 2px;
}
/* 優待セール アイコン3 */
.block-icon--src3.list_yutai {
	display: inline-block;
	font-size: 10px;
	background: #fca400;
	color: #fff;
	padding: 0.5px 1.5px 0.5px 1.5px;
	border-radius: 2px;
	line-height: 1.5;
}
.block-icon--src3.list_yutai div {
	display: block;
}
.lists--sp--3 .block-icon--src3.list_yutai {
	padding: 0.5px 1.5px 0.5px 1.5px;
	margin-left: 2px;
}
/*SPの時*/
@media only screen and (max-width: 768px) {
	.block-genre-style--item:nth-of-type(3n-1) {
		margin-right: 7.5px;
		margin-left: 7.5px;
	}
	main.pane-main .block-topic-path--list {
		border-bottom: solid #ddd 1px;
	}
	.square_topics_move .topics__lists--item:nth-of-type(3n + 1) {
		margin: 0 1px;
	}
	.square_topics_move [data-squarebannernumber="1"],.square_topics_move [data-squarebannernumber="2"] {
		width: calc((100% - 1px) / 2);
		margin-top: 1px;
	}
	.square_topics_move .topics__lists--item:nth-of-type(1) {
		border-left: none;
		margin-left: 0;
		margin-top: 1px;
	}
	.top__pickup__multi {
		margin-top: 60px;
	}
	.ft-fixed-s__hash__clone {
		padding: 0 20px;
	}
	.lists--sp--3 .block-icon--src2.list_nisf div {
		/*		display: none;
		*/
	}
	.lists--sp--3 .block-icon--src2.list_nisf {
		padding: 0.5px 1.5px 0.5px 1.5px;
		margin-left: 2px;
	}
	.ft-fixed-nav__open_close {
		display: none;
	}
}
/*PCの時*/
@media only screen and (min-width: 769px) {
	.block-genre-style--item {
		max-width: 220px;
		margin-bottom: 40px;
		margin-right: 10px;
	}
	.block-genre-style--item a:hover {
		opacity: 0.7;
	}
	.block-genre-style {
		margin: 0;
		justify-content: center;
		margin-top: 36px;
	}
	.block-topic-path--list {
		background: none;
		overflow: hidden;
	}
	.block-topic-path--category-item_wrap {
		width: fit-content;
		transform: none;
		margin-left: 0;
		padding-right: 0;
	}
	.ft-fixed-menu--target#ft-fixed-topics {
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
	}
	.topics__lists--cate {
		font-size: 12px;
	}
	.topics__lists--title {
		font-size: 16px;
	}
	.square_topics_move .topics__lists--item {
		width: calc((100% - 12px) / 5);
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.square_topics_move .topics__lists--item:nth-of-type(n + 11) {
		display: none;
	}
	.square_topics_move .topics__lists--item:nth-of-type(5n + 1) {
		margin-left: 2px;
	}
	.square_topics_move .topics__lists--item:nth-of-type(-n + 5) {
		margin-top: 2px;
	}
	.top__pickup__multi .lists--pc--3 .lists--1--item {
		width: calc(100% / 4);
		margin-right: 0;
	}
	.top__pickup__multi .lists--pc--3 .lists--1--item:nth-of-type(3n + 1) {
		clear: none;
		margin-top: 0;
	}
	article.top-pickup .top__pickup--focus a {
		max-width: 1200px;
		margin: 0 auto;
	}
	article.top-pickup .top__pickup--focus a div {
		font-size: 14px;
		padding-left: 60px;
	}
	article.top-pickup .top__pickup--focus a div p {
		margin: 40px 0px 0px 20px;
	}
	.refine__result.refine__result_show:before {
		font-size: 14px;
	}
	ul.h__m__nav.square_topics_move_hamburger {
		margin: 0;
	}
	ul.h__m__nav.square_topics_move_hamburger .topics__lists__info h3 {
		font-size: 12px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	ul.h__m__nav.square_topics_move_hamburger .topics__lists__info div {
		display: none;
	}
	ul.h__m__nav.square_topics_move_hamburger .topics__lists--photo {
		width: 50%;
	}
	ul.h__m__nav.square_topics_move_hamburger .topics__lists__info {
		width: 50%;
	}
	.block-event-page .event_thumbnail:not(.rectangle) {
		max-width: 400px;
	}
	.block-event-page .listpage_topcustm_wrap {
		margin-top: 30px;
	}
	.ft-fixed-nav__open_close {
		background: #222;
		color: #fff;
		position: absolute;
		top: -30px;
		line-height: 29px;
		font-size: 15px;
		border-radius: 10px 10px 0 0;
		padding: 0 30px 0 20px;
		cursor: pointer;
		border-bottom: 1px solid #fff;
		transition: ease 0.3s;
	}
	.ft-fixed-nav__open_close:after,.ft-fixed-nav__open_close:before {
		border: 1px solid #fff;
		display: block;
		content: "";
		position: absolute;
		right: 16px;
		top: 14px;
		width: 10px;
		transition: ease 0.3s;
	}
	.ft-fixed-nav__open_close:before {
		transform: rotate(-45deg);
		right: 10px;
	}
	.ft-fixed-nav__open_close:after {
		transform: rotate(45deg);
	}
	.ft-fixed-nav__open_close:hover {
		background: #ddd;
		color: #222;
	}
	.ft-fixed-nav__open_close:hover:after,.ft-fixed-nav__open_close:hover:before {
		border: 1px solid #222;
		transition: ease 0.3s;
	}
	.ft-fixed-nav.close > *:not(.ft-fixed-nav__open_close) {
		display: none;
	}
	.ft-fixed-nav.close .ft-fixed-nav__open_close:after,.ft-fixed-nav.close .ft-fixed-nav__open_close:before {
		top: 13px;
	}
	.ft-fixed-nav.close .ft-fixed-nav__open_close:after {
		transform: rotate(-45deg);
	}
	.ft-fixed-nav.close .ft-fixed-nav__open_close:before {
		transform: rotate(45deg);
	}
	.ft-fixed-nav.close {
		bottom: 0;
	}
	.ft-fixed-nav.close .ft-fixed-nav__open_close {
		top: -29px;
	}
	div#ft-fixed-product.ft-fixed-menu--target {
		padding-bottom: 20px;
	}
	dl.f-m-links__box.f-m-links__box_kidsselect {
		margin-bottom: 180px;
	}
	.footer__sns__links--item svg {
		width: 70px;
		height: 70px;
	}
	/* ランキングが出ないので一時隠す */
	article#top__ranking {
		display: none;
	}
}
#head_slim_banner,#square_banner {
	display: none;
}
.lists--1--item[data-brand="coordina"] .lists--1--variation [data-ref-goods^="cd"] {
	visibility: hidden;
}
/* Search Filter----*/
:is(body.page-genre,body.page-category,.body.page-event,body.page-search) #search-filter{
	display: none;
}
#search-filter.search-filter {
	display: block;
	width: 100%;
	padding: 32px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
}
#search-filter .search-filter-mainOverlay {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
}
#search-filter .search-filter-overlay {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 52;
}
#search-filter .search-filter-subListItemModal {
	display: none;
	width: 600px;
	max-width: 100%;
	height: fit-content;
	max-height: 100vh;
	background-color: #ddd;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 53;
}
#search-filter .search-filter-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
#search-filter .search-filter-title {
	font-size: 1.6rem;
	font-weight: bold;
}
#search-filter .search-filter-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
}
#search-filter .search-filter-list-i {
	display: block;
	width: fit-content;
	height: fit-content;
}
#search-filter .search-filter-list-i button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: fit-content;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 12px 30px 12px 18px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
}
#search-filter .search-filter-list-i.-active button,#search-filter .search-filter-list-i button:hover {
	border-color: #222;
}
#search-filter .search-filter-list-i button::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	rotate: 45deg;
	position: absolute;
	right: 10px;
	top: 50%;
	translate: 0 -50%;
}
#search-filter .search-filter-contents {
	width: fit-content;
	max-width: 800px;
	height: fit-content;
	padding: 20px;
	background-color: #eee;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#search-filter .search-filter-contents:not(.-active) {
	display: none;
}
#search-filter .search-filter-contents-close {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
}
#search-filter .search-filter-contents-close span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#search-filter .search-filter-contents-close span::before,#search-filter .search-filter-contents-close span::after {
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #222;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#search-filter .search-filter-contents-close span::before {
	rotate: -45deg;
}
#search-filter .search-filter-contents-close span::after {
	rotate: 45deg;
}
#search-filter .search-filter-contents-i {
	display: block;
}
#search-filter .search-filter-contents-i:not(.-active) {
	display: none;
}
#search-filter .s__s__input__box {
	display: block;
	padding: 0;
	border: none;
}
#search-filter .s__s__input--title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	width: 100%;
	padding: 0;
}
#search-filter .s__s__input--title .search-filter-clear {
	display: block;
	font-weight: normal;
	font-size: 12px;
}
#search-filter .s__s__input--title .search-filter-clear.-selected {
	cursor: pointer;
	color: #3BAFDF;
}
#search-filter .s__s__input__content {
	display: block;
	width: 100%;
	margin-top: 15px;
	position: static;
}
#search-filter .s__s__input__lists {
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
	row-gap: 20px;
	margin: 0;
}
#search-filter .s__s__input__lists--item {
	margin: 0;
}
#search-filter .s__s__input__lists--item label {
	display: block;
	position: relative;
	padding: 0 24px;
	cursor: pointer;
}
#search-filter .s__s__input__lists--item > label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 20px;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#search-filter .s__s__input__lists--item > label input:checked {
	background-color: #3BAFDF;
}
#search-filter .s__s__input__lists--item > label span {
	position: relative;
	display: block;
	padding: 12px 0;
	z-index: 2;
	pointer-events: none;
}
/* form */
#search-filter .s__s__input__choices__lists--item > label > input,#search-filter .s__s__input__choices__box--item > label > input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#search-filter .s__s__input__choices__box--item > label > input:checked {
	background-color: #3BAFDF;
	color: #fff;
}
#search-filter .s__s__input__choices__lists--item > label > span,#search-filter .s__s__input__choices__box--item > label > span {
	padding: 13px 46px 13px 28px;
}
#search-filter .search-filter-contents-submitBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #4E4E4E;
	border: none;
	border-radius: 50px;
	margin: 30px auto 0;
	cursor: pointer;
}
#search-filter .s__s__input__choices__lists {
	column-gap: 20px;
	row-gap: 20px;
	margin: 0;
}
#search-filter .s__s__input__choices__lists--item {
	position: static;
	margin: 0;
}
#search-filter .search-filter-subListItemModal .replace--target {
	padding: 20px;
}
#search-filter .search-filter-subListItemModal .modal__refine--title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
#search-filter .search-filter-subListItemModal .modal__refine--title .search-filter-subModal-clear {
	font-size: 12px;
	font-weight: normal;
}
#search-filter .search-filter-subListItemModal .modal__refine--title .search-filter-subModal-clear.-selected {
	cursor: pointer;
	color: #3BAFDF;
}
#search-filter .search-filter-subListItemModal .modal__refine__lists {
	column-gap: 20px;
	row-gap: 20px;
	margin: 0;
}
#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all {
	margin-bottom: 20px;
}
#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all > label {
	display: block;
	width: fit-content;
	position: relative;
	padding: 0 24px;
	cursor: pointer;
}
#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all > label > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 20px;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all > label > input:checked {
	background-color: #3BAFDF;
}
#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all > label > span {
	position: relative;
	display: block;
	padding: 12px 0;
	z-index: 2;
	pointer-events: none;
}
#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all > label > input:checked + span {
	color: #fff;
}
#search-filter .search-filter-subListItemModal-close {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
}
#search-filter .search-filter-subListItemModal-close span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#search-filter .search-filter-subListItemModal-close span::before,#search-filter .search-filter-subListItemModal-close span::after {
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #222;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#search-filter .search-filter-subListItemModal-close span::before {
	rotate: -45deg;
}
#search-filter .search-filter-subListItemModal-close span::after {
	rotate: 45deg;
}
@media only screen and (max-width: 768px) {
	#search-filter.search-filter {
		padding: 0;
	}
	.refine__result.refine__result_show + #search-filter.search-filter {
		margin-top: -30px;
		border-top: none;
	}
	#search-filter .search-filter-subListItemModal {
		overflow-y: scroll;
	}
	#search-filter .search-filter-inner {
		display: block;
		width: 100%;
		overflow: auto hidden;
	}
	#search-filter .search-filter-wrap {
		width: 460px;
		justify-content: flex-start;
		column-gap: 10px;
		padding: 20px 10px;
	}
	#search-filter .search-filter-title {
		font-size: 1.4rem;
		width: fit-content;
	}
	#search-filter .search-filter-list {
		column-gap: 10px;
	}
	#search-filter .search-filter-list-i button {
		height: 30px;
		font-size: 1.1rem;
		padding: 6px 30px 6px 14px;
	}
	#search-filter .search-filter-list-i button::after {
		width: 6px;
		height: 6px;
		right: 10px;
	}
	#search-filter .search-filter-contents {
		width: 100%;
		height: 100vh;
		padding: 24px 12px;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: 22;
		/* overflow-y: scroll;
		*/
	}
	/* form */
	#search-filter .search-filter-contents form {
		display: block;
		width: 100%;
		height: calc(100% - 60px);
		overflow-y: scroll;
	}
	#search-filter .s__s__input__lists,#search-filter .s__s__input__choices__lists {
		column-gap: 10px;
		row-gap: 10px;
	}
	#search-filter .s__s__input__lists--item label {
		padding: 0 20px;
	}
	#search-filter .s__s__input__lists--item > label span {
		padding: 10px 0;
	}
	#search-filter .s__s__input__choices__lists--item > label > input,#search-filter .s__s__input__choices__box--item > label > input {
		border-radius: 20px;
	}
	#search-filter .s__s__input__choices__lists--item > label > span,#search-filter .s__s__input__choices__box--item > label > span {
		padding: 10px 30px 10px 20px;
	}
	#search-filter .search-filter-contents-submitBtn {
		width: 174px;
		height: 36px;
		font-size: 1.2rem;
		border-radius: 50px;
		margin: 0;
		position: absolute;
		bottom: 20px;
		left: 50%;
		translate: -50% 0;
	}
	#search-filter .search-filter-subListItemModal .replace--target {
		padding: 20px 10px;
	}
	#search-filter .search-filter-subListItemModal .modal__refine--title {
		padding-top: 0;
	}
	#search-filter .search-filter-subListItemModal .modal__refine__lists {
		column-gap: 10px;
		row-gap: 10px;
	}
	#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all {
		margin-bottom: 10px;
	}
	#search-filter .search-filter-subListItemModal .replace--target .modal__refine--all > label > span {
		padding: 10px 0;
	}
}
/* size */
#search-filter .search-filter-contents-i.-size .s__s__input__choices__block {
	display: block;
	margin: 0;
}
#search-filter .search-filter-contents-i.-size .s__s__input__choices__box {
	display: block;
	margin: 0;
}
#search-filter .search-filter-contents-i.-size .s__s__input__choices__box + .s__s__input__choices__box {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid #ddd 1px;
}
#search-filter .search-filter-contents-i.-size .s__s__input__choices__box--title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 8px;
}
#search-filter .search-filter-contents-i.-size .modal__refine__lists {
	column-gap: 20px;
	row-gap: 20px;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#search-filter .search-filter-contents-i.-size .s__s__input__choices__block {
		column-gap: 10px;
		row-gap: 10px;
	}
	#search-filter .search-filter-contents-i.-size .s__s__input__choices__box__content {
		width: 100%;
	}
	#search-filter .search-filter-contents-i.-size .modal__refine__lists {
		column-gap: 10px;
		row-gap: 10px;
	}
}
/* color */
#search-filter .search-filter-contents-i.-color {
	max-width: 500px;
}
#search-filter .search-filter-contents-i.-color .s__s__input__colors {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	margin: 0;
}
#search-filter .search-filter-contents-i.-color .s__s__input__colors--item {
	margin: 0;
}
#search-filter .search-filter-contents-i.-color .s__s__input__colors--item label input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#search-filter .search-filter-contents-i.-color .s__s__input__colors {
		column-gap: 10px;
		row-gap: 10px;
	}
	#search-filter .search-filter-contents-i.-color .s__s__input__colors--item {
		width: 40px;
	}
}
.topic-header {
	display: flex;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: silver;
	align-items: center;
	justify-content: center;
}
.topic-header .topic-header-comment {
	margin-left: 20px;
}
@media screen and (min-width: 769px) {
	.topic-header {
		margin-bottom: 34px;
	}
}
.items__block__box .title--1 {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	font-size: 1.5rem;
}
.items__block.js-naviplus-recommend .slick-prev::before,.items__block.js-naviplus-recommend .slick-next::before {
	opacity: 1;
}
.items__block.js-naviplus-recommend .slick-prev.slick-disabled::before,.items__block.js-naviplus-recommend .slick-next.slick-disabled::before {
	opacity: .25;
}
@media screen and (max-width: 768px) {
	.items__block__box_wrap {
		overflow-x: auto;
	}
	.items__block__box .title--1 {
		margin-bottom: 20px;
		font-size: 2rem;
		font-weight: bold;
	}
	.js-naviplus-recommend  .items__block__box .title--1 {
		font-weight: bold;
		line-height: 1.2;
		font-size: 1.5rem;
		padding: 0 10px;
	}
	.items__block.js-naviplus-recommend .lists--1 {
		display: flex;
		gap: .8rem;
	}
	.items__block.js-naviplus-recommend .lists--1::after {
		content: '';
		display: block;
		min-width: 1px;
		height: 1px;
	}
	.items__block.js-naviplus-recommend .lists--1--item {
		width: 17.2rem;
		min-width: 17.2rem;
		margin: 0;
	}
}
@media screen and (min-width: 769px) {
	.items__block__box .title--1 {
		margin-bottom: 24px;
		padding-left: 0;
		padding-right: 0;
		font-size: 26px;
		font-weight: 600;
		line-height: calc(38 / 26);
		letter-spacing: .1em;
	}
	.items__block.js-naviplus-recommend .lists--pc--6.slick-slider {
		clear: none;
	}
	.items__block.js-naviplus-recommend .lists--pc--6.slick-slider::before {
		content: none;
	}
	.items__block.js-naviplus-recommend .lists--pc--6.slick-slider .slick-list {
		/*margin: 0 -.7dvw;
		*/
	}
	.page-goods .items__block.js-naviplus-recommend .lists--pc--6.slick-slider .slick-list {
		padding: 0 calc(10px - .7dvw);
	}
	.items__block.js-naviplus-recommend .lists--pc--6.slick-slider .lists--1--item {
		margin: 0 .7dvw;
	}
	.items__block.js-naviplus-recommend .lists--pc--6.slick-slider .lists--1--item:nth-of-type(6n+1) {
		clear: none;
	}
	.items__block.js-naviplus-recommend .slick-prev,.items__block.js-naviplus-recommend .slick-next {
		top: 7.5dvw;
		width: 50px;
		height: 50px;
		z-index: 9;
	}
	.items__block.js-naviplus-recommend .slick-prev:hover,.items__block.js-naviplus-recommend .slick-next:hover {
		opacity: 1;
	}
	.items__block.js-naviplus-recommend .slick-prev {
		left: 16px;
	}
	.items__block.js-naviplus-recommend .slick-next {
		right: 16px;
	}
	.items__block.js-naviplus-recommend .slick-prev::before,.items__block.js-naviplus-recommend .slick-next::before {
		content: '';
		display: block;
		width: 50px;
		height: 50px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.items__block.js-naviplus-recommend .slick-prev::before {
		background-image: url('../../img/usr/btn_slider_prev_circle100x100.png');
	}
	.items__block.js-naviplus-recommend .slick-next::before {
		background-image: url('../../img/usr/btn_slider_next_circle100x100.png');
	}
	.items__block.js-naviplus-recommend .slick-prev:hover::before {
		background-image: url('../../img/usr/btn_slider_prev_circle_hover100x100.png');
	}
	.items__block.js-naviplus-recommend .slick-next:hover::before {
		background-image: url('../../img/usr/btn_slider_next_circle_hover100x100.png');
	}
	.js-naviplus-recommend  .items__block__box .title--1 {
		margin-bottom: 38px;
	}
	.js-naviplus-recommend  .items__block .wrap{
		max-width: 1620px;
	}
	.js-naviplus-recommend .items__block .wrap .slick-track{
		display: flex;
		flex-wrap: nowrap;
	}
	.js-naviplus-recommend .items__block .wrap .slick-list{
		container-name: naviplus-recommend-slick-list;
		container-type: inline-size;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.js-naviplus-recommend .items__block .wrap .slick-list .slick-slide{
		margin-left: 0;
		margin-right: calc((100cqw - (213.09 / (1400 - 20) * 100cqw) * 6) / 5);
		width: calc(213.09 / (1400 - 20) * 100cqw)!important;
		flex-shrink: 0;
	}
}
@media screen and (min-width: 1401px) {
	.items__block.js-naviplus-recommend .slick-prev,.items__block.js-naviplus-recommend .slick-next {
		top: 103.5px;
	}
}
/* 2025 renewal 
article.top-panel-slider-block {
	border-bottom: 0;
}*/
/* 2025 renewal 
.top-panel-slider-block .top-wrap-display {
	padding-left: 0;
	padding-right: 0;
}*/
/* 2025 renewal 
.top-panel-slider-block .br-list-slider-image-wrapper {
	overflow-x: auto;
}*/
/* 2025 renewal 
.top-panel-slider-block .title--1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	padding-left: 4.07dvw;
	padding-right: 4.07dvw;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: calc(26 / 18);
	letter-spacing: .06em;
}*/
.select-topics-wrapper ul.br-list-slider-image {
	display: flex;
	flex-wrap: nowrap;
	max-width: none;
	gap: 2.04dvw;
	padding-left: 4.07dvw;
	padding-right: 4.07dvw;
}
.select-topics-wrapper ul.br-list-slider-image::after {
	content: '';
	display: block;
	min-width: 2.04dvw;
	height: 1px;
}
.br-list-slider-image .br-list-image-item {
	margin: 0;
}
.br-list-slider1-image .br-list-image-item {
	width: 87.28dvw;
	min-width: 87.28dvw;
	height: 87.28dvw;
}
.br-list-slider2-image .br-list-image-item {
	width: 69.07dvw;
	min-width: 69.07dvw;
}
.br-list-slider-image li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.br-list-slider1-image li a {
	position: relative;
}
.br-list-slider1-image li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	mix-blend-mode: multiply;
	pointer-events: none;
	height: 14rem;
	border-radius: 0 0 2rem 2rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 17.5%, rgba(0, 0, 0, 0.3) 100%);
}
.br-list-slider-image li a:hover {
	text-decoration: none;
}
.br-list-slider-image li figure {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}
.br-list-slider-image li img {
	width: 100%;
	height: 100%;
	border-radius: 5.09dvw;
	object-fit: cover;
	border: 1px solid #D9D9D9;
}
.topic-slider1-description {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 2.04dvw;
	width: 100%;
	height: 100%;
	padding: 6.11dvw;
	z-index: 1;
}
.topic-slider1-description p {
	color: #fff;
}
.topic-slider1-description .topic-slider-title {
	font-size: 4.07dvw;
	font-weight: bold;
	line-height: calc(24 / 16);
	letter-spacing: .1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
}
.topic-slider1-description .topic-slider-text {
	font-size: 2.8dvw;
	line-height: calc(20 / 11);
	letter-spacing: .06em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
.topic-slider2-description {
	margin-top: 15px;
}
.topic-slider2-description .topic-slider-date {
	font-size: 2.8dvw;
	line-height: calc(20 / 11);
	letter-spacing: .06em;
}
.topic-slider2-description .topic-slider-comment {
	margin-top: 1.02dvw;
	font-size: 3.56dvw;
	line-height: calc(22 / 14);
	letter-spacing: .06em;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
/* .top-panel-slider-block .title--1 .more-topic-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #787878;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
	text-decoration: none;
}
.top-panel-slider-block .title--1 .more-topic-link a:hover {
	text-decoration: none;
}
*/
@media only screen and (min-width: 769px) {
	article.top-panel-slider-block {
		width: 100%;
		padding: 120px 20px;
		border: 0;
	}
	article.top-panel-slider-block + article.top-panel-slider-block {
		padding-top: 0;
	}
	.top-panel-slider-block .title--1 {
		margin-bottom: 24px;
		padding-left: 0;
		padding-right: 0;
		font-size: 26px;
		font-weight: 600;
		line-height: calc(38 / 26);
		letter-spacing: .1em;
	}
	/* .top-panel-slider-block .title--1 .more-topic-link a {
		width: 160px;
		height: 50px;
		font-size: 15px;
		letter-spacing: .06em;
	}
	*/
	.top-panel-slider-block .br-list-slider-image-wrapper {
		overflow: hidden;
		position: relative;
	}
	.select-topics-wrapper ul.br-list-slider-image {
		justify-content: flex-start;
		gap: calc((100% - 23% * 4) / 3);
		padding-left: 0;
		padding-right: 0;
	}
	.select-topics-wrapper .slick-list ul.br-list-slider-image {
		gap: 0;
	}
	.select-topics-wrapper ul.br-list-slider-image::after {
		content: none;
	}
	.br-list-slider-image .slick-list {
		margin-left: -1.334dvw;
		margin-right: -1.334dvw;
	}
	.br-list-slider-image .br-list-image-item {
		width: 23%;
		min-width: auto;
		height: auto;
	}
	.br-list-slider-image .slick-list .br-list-image-item {
		padding: 0 1.334dvw;
	}
	.br-list-slider1-image li a::after {
		height: 160px;
		border-radius: 0 0 20px 20px;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 17.5%, rgba(0, 0, 0, 0.3) 100%);
	}
	.br-list-slider2-image li figure {
		width: calc(100% - 3px);
	}
	.br-list-slider-image li a img {
		border-radius: 20px;
	}
	.topic-slider1-description {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 8px;
		padding: 24px 30px;
	}
	.topic-slider1-description .topic-slider-title {
		font-size: 20px;
		line-height: calc(30 / 20);
	}
	.topic-slider1-description .topic-slider-text {
		font-size: 13px;
		line-height: calc(20 / 13);
	}
	.topic-slider2-description .topic-slider-date {
		font-size: 13px;
		line-height: calc(20 / 13);
	}
	.topic-slider2-description .topic-slider-comment {
		margin-top: 8px;
		font-size: 18px;
		line-height: calc(28 / 18);
	}
	.br-list-slider-image .slick-prev,.br-list-slider-image .slick-next {
		width: 50px;
		height: 50px;
		z-index: 10;
	}
	.br-list-slider2-image .slick-prev,.br-list-slider2-image .slick-next {
		top: 10.14dvw;
	}
	.br-list-slider-image .slick-prev {
		left: 16px;
	}
	.br-list-slider-image .slick-next {
		right: 16px;
	}
	.br-list-slider-image .slick-prev::before,.br-list-slider-image .slick-next::before {
		content: '';
		display: block;
		width: 50px;
		height: 50px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.br-list-slider-image .slick-prev::before {
		background-image: url('../../img/usr/btn_slider_prev_circle100x100.png');
	}
	.br-list-slider-image .slick-next::before {
		background-image: url('../../img/usr/btn_slider_next_circle100x100.png');
	}
}
