@charset "utf-8";
/*--------------------------------------------
  variable
----------------------------------------------*/
/*pc-max-width content 1500px;*/
/*pc-s-max-width shrink 1250px;*/
/*pc-min-width shrink 768px = ipad*/
/*sp-max-width shrink 767px*/
/*sp-s-max-width shrink 667px;	Android*/
/*--------------------------------------------
  general
----------------------------------------------*/
html {
	font-size: 62.5%;
/* 	height: 100%; */
	position:relative;
	min-height:100%;
}
body {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 1.6em;
	/*chrome bug fix*/
	line-height: 1.7;
	position: relative;
	color: #000000;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	margin-bottom:5em;
	position: static;
}
a:link, a:visited {
	/*color: #0e7ac2;*/
	text-decoration: none;
}
a:active {
/*text-decoration: underline;*/
}
a:hover, button:hover {
	opacity: 0.7;
	transition: .3s;
}
/*#wrapper a:hover img{opacity: 0.7;}
img {	width: 100%;}*/

/*clearfix -------------------------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*--------------------------------------------
  contents
----------------------------------------------*/
* {
	box-sizing: border-box;
}
a {
	color: #000000;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.pc_only {
	display: block !important
}
.sp_only {
	display: none !important
}
.tb_only{
	display: none !important
}
.section_inner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
}
.content {
	margin-top: 85px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
	.pc_only {
		display: none !important
	}
	.sp_only {
		display: block !important
	}
}
@media screen and (max-width: 1000px) {
	.tb_only{
		display: block !important
	}
}
@media screen and (max-width: 768px) {
	.content {
		margin-top: 58px;
	}
}
/*--------------------------------------------
  icon
----------------------------------------------*/
.icon_warn span {
	position: relative;
	padding-right: 25px;
	font-size: inherit;
	font-weight: inherit;
	cursor: pointer;
}
.icon_warn span:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background: url("/item/mat/collection/renew2020/common/images/icon/icon_warn.svg") center no-repeat;
}
.arr_link span {
	position: relative;
	padding-right: 25px;
	line-height: 1;
	font-weight: bold;
	margin-top: 7px;
}
.arr_link span:before {
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
	width: 18px;
	height: 6px;
	background: url("/item/mat/collection/renew2020/common/images/icon/arr_right_red.svg") center no-repeat;
	background-size: contain;
	transition: transform .3s, -webkit-transform .3s;
}
.arr_link:hover span:before {
	transform: translateX(15px)
}
.icon_all:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_all.svg");}
.icon_northern_europe:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_northern_europe.svg");}
.icon_flower:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_flower.svg");}
.icon_animal:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_animal.svg");}
.icon_kids:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_kids.svg");}
.icon_retro:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_retro.svg");}
.icon_japanese_style:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_japanese_style.svg");}
.icon_negai:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_negai.svg");}
.icon_dusken:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_dusken.svg");}
.icon_tradition:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_tradition.svg");}
.icon_all_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_all_w.svg");}
.icon_northern_europe_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_northern_europe_w.svg");}
.icon_flower_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_flower_w.svg");}
.icon_animal_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_animal_w.svg");}
.icon_kids_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_kids_w.svg");}
.icon_retro_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_retro_w.svg");}
.icon_japanese_style_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_japanese_style_w.svg");width: 26px;height: 26px;}
.icon_negai_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_negai_w.svg");}
.icon_dusken_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_dusken_w.svg");}
.icon_tradition_w:before {background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_tradition_w.svg");}


@media screen and (max-width: 767px) {
.arr_link span:before {
	width: 16px;
	height: 5px;
	top: 3px;
}
}

/*--------------------------------------------
  Header
----------------------------------------------*/
.header {
	padding: 15px 0 0;
	z-index: 1030;
	transition: padding 0.4s;
	will-change: padding;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: #ededed solid 1px;
}
.header.header_sticky {padding: 0;}
.header.header_sticky .header_menu>li>a {padding-bottom: 20px;}
.header.header_sticky .header_logo {padding-bottom: 5px;}
.header.header_sticky .header_search {margin-bottom: 5px;}
.header.header_sticky .header_favorite {padding-bottom: 15px;}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
}
.header_right {
	display: flex;
	align-items: center;
	max-width: 72%;
	min-width: 67px;
}
.header_logo {
	display: flex;
	width: 24.1%;
	max-width: 270px;
	padding-bottom: 15px;
}
.logo_duskin {
	width: 40%;
	margin-right: 15px;
}
.logo_collec {
	width: 50%;
	margin-top: 2px;
	max-width: 134px;
	min-width: 92px;
/* 	transition: none; */
}
.logo_collec a{
/*   transition:none; */
}
.logo_collec img{
	max-width:auto;
	width:100%;
/* 	transition:none; */
}
.header_menu {
	display: flex;
}
.header_menu li {
	margin-right: 30px;
}
.header_menu a {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
.header_search {
	margin: 0 28px 15px 0;
	border: 1px solid #c4c4c4;
	min-width: 213px;
}
.input_search {
	position: relative;
	font-size: 1.4rem;
	border: 0;
	outline: none;
	padding: 6px 0 6px 7px;
	width: 177px;
}
.input_search_btn {
	width: 28px;
	height: 28px;
	background: #fff url("/item/mat/collection/renew2020/common/images/icon/icon_search_bla.svg") calc(100% - 5px) center no-repeat;
	background-size:20px;
	outline: none;
	appearance: none;
	border: 0;
	font-size: 0;
	cursor: pointer;
}
.input_search_btn:hover {
	opacity: 0.7;
}
.header_menu>li>a {
	position: relative;
	padding: 15px 0 30px;
}
.header_menu>li>a:before {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	right: calc(50% - 10px);
	width: 0;
	height: 0;
	border-bottom: solid 20px #f2f2f2;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
	transition: all .13s ease-in-out;
}
.header_sticky .header_favorite a svg{
	transition:none;
}
.header_sticky .header_favorite a:before {
	top: calc(100% - 15px);
}
.header_sticky .sub_favor {
	top: calc(100%);
}
/* sub_menu
----------------------------*/
.sub_menu {
	background: #f2f2f2;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 50px 15px 30px;
	display: none;
}
.sub_menu_inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto 14px;
}
#search_index{
	position:relative;
}
.sub_menu .btn_close_sub{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
#search_index .btn_close_form{
	position: absolute;
	width: 24px;
	height: 24px;
	right: -20px;
	top: -20px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#search_index .btn_close_form{
		display:none;
	}
}
.sub_menu .btn_close_sub span,
#search_index .btn_close_form span {
	background: #aaa;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
}
.sub_menu .btn_close_sub span:nth-of-type(1),
#search_index .btn_close_form span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sub_menu .btn_close_sub span:nth-of-type(2),
#search_index .btn_close_form span:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sub_menu ul, .search_wrap ul {
	width: calc(80% - 7px);
	display: flex;
	flex-wrap: wrap;
}
.sub_menu ul {
	padding-top: 4px;
}
.sub_ttl {
	width: calc(20% + 7px);
	font-size: 1.5rem;
	font-weight: bold;
}
.sub_ttl .sub_ttl_small {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 2px;
}
.sub_menu li {
	width: calc(90% / 6);
	margin-bottom: 4px;
}
.sub_menu li {
	margin-right: 2%;
}
.sub_menu li:nth-child(6n) {
	margin-right: 0;
}
.sub_menu_link a span {
	font-weight: normal;
	display: inline-block;
}
/* label_checkbox
----------------------------*/
.sub_menu li.check_all{
	margin: 0 0 8px;
	width: 100%;
}
.label_checkbox {
	display: block;
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	font-size: 1.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.label_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border-radius: 50%;
}
.device_pc .label_checkbox:hover input ~ .checkmark{
	opacity: 0.5;
}
.label_checkbox input:checked ~ .checkmark {
	background-color: #e60044;
}
.label_checkbox input ~ .checkmark {
	background-color: #c4c4c4;
}
.check_all .label_checkbox .checkmark,
.check_all .label_checkbox input:checked ~ .checkmark{
	border-radius: 0;
	background-color: #fff;
	border: 2px solid #ddd;
	top: 2px;
}
.check_all .label_checkbox input:checked ~ .checkmark:after{
	border: solid #e60044;
	border-width: 0 3px 3px 0;
	top: -2px;
	width: 6px;
	height: 11px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.label_checkbox input ~ .checkmark:after {
	display: block;
}
.label_checkbox .checkmark:after {
	left: 40%;
	top: 3px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* label_radio
----------------------------*/
.label_radio {
	display: block;
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	font-size: 1.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.label_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.check_radio {
	position: absolute;
	top: -3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #cecece;
	border-radius: 50%;
	border: 2px solid #c4c4c4;
	box-sizing: border-box;
}
.label_radio input ~ .check_radio {
	background-color: #fff;
}
.label_radio input:checked ~ .check_radio {
	border-color: #e60044;
}
.check_radio:after {
	content: "";
	position: absolute;
}
.device_pc .label_radio:hover input ~ .check_radio{
	opacity: 0.5;
}
.label_radio input:checked ~ .check_radio:after {
	background: #e60044;
}
.label_radio .check_radio:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c4c4c4;
}
.sub_menu .sub_menu_radio li, .search_wrap .sub_menu_radio li {
	margin-right: 0;
	margin-bottom: 9px;
	line-height: 1;
}
.sub_menu .sub_menu_radio .menu_raido_01, .search_wrap .sub_menu_radio .menu_raido_01 {
	width: calc(30% + 25px);
}
.sub_menu .sub_menu_radio .menu_raido_02, .search_wrap .sub_menu_radio .menu_raido_02 {
	width: calc(70% - 25px);
}
.sub_menu .sub_menu_radio .menu_raido_03, .search_wrap .sub_menu_radio .menu_raido_03 {
	width: 100%;
	font-size: 1.2rem;
	margin-bottom: 14px;
}
.sub_menu_btn {
	display: block;
	border-top: 1px solid #c4c4c4;
	padding-top: 40px;
	margin-top: 33px;
}
.sub_menu .list_btn, .search_wrap .list_btn {
	display: flex;
	width: 480px;
	margin: 0 auto 22px;
}
.sub_menu .list_btn li, .search_wrap .list_btn li {
	width: calc(50% - 20px);
	margin-right: 0;
}
.sub_menu .list_btn li button, .search_wrap .list_btn li button {
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	padding: 14px 0 13px;
}
.sub_menu .list_btn li:first-child, .search_wrap .list_btn li:first-child {
	margin-right: 40px;
}
.btn_clear {
	background: #c4c4c4;
}
.btn_search {
	background: #686e6e;
}
.menu_link {
	text-align: center;
	padding: 0 !important;
	border-bottom: 0 !important;
}
.menu_link span {
	display: inline-block;
}
.sub_menu_select {
	margin-bottom: 37px;
}
/* header_favorite
----------------------------*/
.header_favorite {
	position: relative;
	padding: 10px 0 25px;
}
.header_favorite .svg_fav{
	fill:#fff;
	stroke:#000;
	stroke-width:2px;
}
.header_favorite svg{
  box-sizing:border-box;
}
.sub_favor {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all .13s ease-in-out;
	background: #f2f2f2;
	width: 221px;
	right: -20px;
	top: calc(100% + 7px);
	padding: 20px 19px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.69;
}
.header_favorite a {
	display: block;
	vertical-align: middle;
}
.header_favorite_icon{
	width:23px;
	height:20px;
}
.header_favorite  {
	display: block;
	vertical-align: middle;
}
.header_favorite:hover .sub_favor {
	opacity: 1;
	visibility: visible;
}
.header_favorite:hover a:before {
	display: block;
}
.header_favorite a:before {
	content: "";
	position: absolute;
	display: none;
	top: calc(100% - 7px);
	right: 5px;
	width: 0;
	height: 0;
	border-bottom: solid 15px #f2f2f2;
	border-left: solid 9px transparent;
	border-right: solid 9px transparent;
}
.btn_trigger {
	display: none;
}

@media screen and (max-width: 1560px) {
	.sub_favor {
		right: 0;
	}
}

@media screen and (max-width: 840px) {
	.header_menu li,
	.header_search {
    margin-right: 15px;
	}
	.header_menu a{
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 769px) {
	.device_sp .header_menu > li{
		cursor: pointer;
	}
	.device_sp .header_menu > li .btn_acc{
		pointer-events: none;
	}
	.header_menu .hoverOn .sub_menu{
		display: block!important;
	}
	.header_menu .hoverOn a:before{
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 768px) {
	.header .pc_only{
		display: none!important;
	}
	.header .sp_only{
		display: block!important;
	}
.header {
	padding: 16px 0px;
	border-bottom: #ededed solid 2px;
}
.header.header_sticky {
	padding: 16px 0px;
}
.header.header_sticky .header_search {margin-bottom: 0;}
.header.header_sticky .header_menu>li>a,
.header.header_sticky .header_logo,
.header.header_sticky .header_favorite {padding-bottom: 0;}
.header_logo {
	align-items: center;
	width: 210px;
	padding: 0;
}
.logo_duskin {
	max-width: 72px;
	margin-right: 10px;
	margin-top: 0;
}
.logo_duskin img{
	width:100%;
}
.logo_collec {
	max-width: 110px;
	margin-top: 3px;
}
.header_favorite {
	padding: 0;
	margin-right: 25px;
}
.header_sticky .sub_favor,
.sub_favor {
	right: -20px;
	top: calc(100% + 17px);
}
.header_favorite a:before {
	top: calc(100% + 3px) !important;
	right: 2px;
}
.btn_trigger {
	display: block;
}
.btn_trigger {
	position: relative;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.btn_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
}
.btn_trigger, .btn_trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
.btn_trigger span:nth-of-type(1) {
	top: 0;
}
.btn_trigger span:nth-of-type(2) {
	top: 7px;
}
.btn_trigger span:nth-of-type(3) {
	bottom: 0;
}
.btn_trigger.active {
	position: fixed;
	top: 20px;
	right: 14px;
	z-index: 1060;
}
.btn_trigger.active span {
	background: #fff;
}
.btn_trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.btn_trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.btn_trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
.header_inner {
	padding: 0 20px;
}
.header_menu {
	position: fixed;
	width: calc(100% - 50px);
	max-width: 400px;
	top: 0;
	left: -100%;
	height: 100%;
	background: #f2f2f2;
	transition: 0.5s all;
	z-index: 1050;
	overflow-x: hidden;
	overflow-y: auto;
	/*-webkit-overflow-scrolling: touch;*/
	display: block;
}
.header_menu.active {
	left: 0;
}
.blackMask {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1040;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none; /* Safari、Chromeなど */
}
.blackMask.active {
	display: block;
}
.header_menu li {
	margin-right: 0;
}
.header_menu a {
	font-size: 1.4rem;
}
.header_menu>li>a {
	padding: 14px 20px 13px;
	border-bottom: 1px solid #c4c4c4;
}
.header_menu>li>a:before {
	opacity: 1;
	visibility: visible;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	border: none;
	width: 14px;
	height: 14px;
	background: url("/item/mat/collection/renew2020/common/images/icon/icon_plus.svg") center no-repeat;
	background-size: contain;
	transition: none;
}
.sp_search {
	margin: 30px 0 50px;
	padding: 0 20px;
}
.sp_search form{
	background-color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 10px 0 10px;
}
.sp_search .input_search {
	width: 90%;
	font-size: 1.6rem;
	padding: 10px 0;
	transform: scale(0.8);
	transform-origin: center left;
}
.sp_search .input_search_btn {
	width: 10%;
	background:url("/item/mat/collection/renew2020/common/images/icon/icon_search_bla.svg") center no-repeat;
	background-size: 20px;
	min-width: 20px;
	min-height: 20px;
}
.sub_menu {
	position: static;
	display: none;
	padding: 0;
	opacity: 1;
	visibility: visible;
	transition: none;
}
.sub_menu .btn_close_sub{
	display: none;
}
.sub_menu_select {
	margin-bottom: 0;
}
.sub_menu_inner {
	flex-direction: column;
	padding: 15px 20px 0 20px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 0;
}
.sub_ttl {
	width: 100%;
	margin-bottom: 21px;
	font-size: 1.4rem;
}
.sub_menu_link .sub_ttl {
	display: none;
}
.sub_menu ul,
.search_wrap ul  {
	padding-top: 0;
	width: 100%;
}
.sub_menu_link .sub_menu_inner {
	padding: 0;
}
.sub_menu_link ul {
	flex-direction: column;
}
.sub_menu li {
	width: 50%;
	margin-bottom: 15px;
}
.sub_menu li.check_all {
	margin-bottom: 15px;
}
.sub_menu_link li {
	width: 100%;
	margin-bottom: 0;
}
.sub_menu a {
	position: relative;
	padding: 15px 20px 14px;
	border-bottom: 1px solid #c4c4c4;
}
.sub_menu a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	margin: auto;
	background-size: contain;
}
.sub_menu_link li:last-child a {
	border-bottom: 0;
}
.sub_menu .icon_northern_europe:before {
	width: 16px;
	height: 23px;
}
.sub_menu .icon_flower:before, .sub_menu .icon_animal:before, .sub_menu .icon_japanese_style:before {
	width: 21px;
	height: 20px;
}
.sub_menu .icon_kids:before {
	width: 19px;
	height: 18px;
}
.sub_menu .icon_retro:before {
	width: 22px;
	height: 14px;
}
.sub_menu .icon_negai:before {
	width: 19px;
	height: 19px;
}
.sub_menu .icon_dusken:before {
	width: 20px;
	height: 16px;
}
.sub_menu .icon_tradition:before {
	width: 20px;
	height: 16px;
}
.sub_menu_link a span {
	display: block;
	padding-left: 35px;
	line-height: normal;
}
.header_menu>li>a.active:before {
	width: 14px;
	height: 2px;
	background: url(/item/mat/collection/renew2020/common/images/icon/icon_minius.svg) center no-repeat;
}
.label_checkbox, .label_radio {
	font-size: 1.4rem;
}
.label_radio {
	line-height: 1.5;
}
.check_radio {
	top: 1px;
}
.sub_menu .sub_menu_radio .menu_raido_01, .search_wrap .sub_menu_radio .menu_raido_01, .sub_menu .sub_menu_radio .menu_raido_02, .search_wrap .sub_menu_radio .menu_raido_02 {
	width: 100%;
	margin-bottom: 20px;
}
.sub_menu .sub_menu_radio .menu_raido_03, .search_wrap .sub_menu_radio .menu_raido_03 {
	font-size: 1.2rem;
	line-height: 1.5;
}
.sub_menu .list_btn, .search_wrap .list_btn {
	width: 100%;
	margin-bottom: 20px;
	flex-direction: column-reverse;
}
.sub_menu .list_btn li, .search_wrap .list_btn li {
	width: 100%;
	margin-bottom: 20px;
}
.sub_menu .list_btn li:first-child, .search_wrap .list_btn li:first-child  {
	margin-right: 0px;
}
.sub_menu_btn {
	border-top: 0;
	border-bottom: 0;
	margin-top: 15px;
	padding-bottom: 0;
}
.dis_scroll {
	overflow: hidden;
	/* height: 100%; */
	position: fixed;
}
#btnCloseSearch {
	display: none;
}
#btnCloseSearch.active {
	display: block;
}
}

@media screen and (max-width: 320px) {
.header_favorite {
	margin-right: 15px;
}
}
/*--------------------------------------------
  mat_block
----------------------------------------------*/
.mat_ttl_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}
.mat_ttl {
	position: relative;
	font-size: 2.2rem;
	/* padding-left: 43px; */
	line-height: 1;
	/* display: inline-block; */
	/* vertical-align: middle; */
}
.mat_block .arr_link span {
	display: block;
	font-size: 1.4rem;
}
.mat_item_text {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	margin-top: 10px;
}
.mat_item_dtl{
	font-size: 1.4rem;
	margin-top: 5px;
	line-height: 1.4;
}
.mat_content .favor_item {
	cursor: pointer;
}
.mat_content .favor_item svg{
	width:22px;
	height:20px;
}
.mat_content .favor_item .svg_fav {
	fill: #fff;
	stroke: #c4c4c4;
	stroke-linejoin: round;
	stroke-width: 2px;
	fill-rule: evenodd;
}
.mat_content .favor_item.active .svg_fav {
  fill: #ea526b;
  stroke: #ea526b;
}
.mat_img {
	overflow: hidden;
}
.mat_img img {
	opacity: 1;
	transition: 0.3s all;
}
.mat_img img.on_load {
	opacity: 1;
}
.mat_content .mat_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
@media screen and (max-width: 1000px) {
.mat_ttl {
	font-size: 2.1rem;
}
}
@media screen and (max-width: 767px) {
	.mat_ttl_block {
		margin-bottom: 20px;
		display: block;
	}
	.mat_ttl {
		font-size: 1.9rem;
	}
	.mat_ttl_block .arr_link{
		text-align: right;
	}
}
/*--------------------------------------------
  Footer
----------------------------------------------*/
.footer {
	background: #eeeeee;
	font-size: 1.2rem;
	line-height: 1;
	padding: 26px 0 23px;
	position:absolute;
	left:0;
	right: 0;
	bottom:0;
	width: 100%;
	min-height: 5em;
}
.footer_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
}
.copyright {
	font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
.mat_item_dtl {
  margin-top: 0px;
}
.footer {
	padding: 18px 5px 18px;
	text-align: center;
}
.footer_inner {
	flex-direction: column;
}
.copyright {
	margin-top: 12px;
	font-size: 1.2rem;
}
}
/*--------------------------------------------
  breadcrumbs
----------------------------------------------*/
.breadcrumbs {
	min-width: auto;
	padding: 20px 20px 0;
	max-width: 1500px;
	margin: 0 auto;
}
.breadcrumbs > ol {
	display: block;
	width: 100%;
	letter-spacing: -0.4em;
}
.breadcrumbs > ol > li {
	display: inline-block;
	position: relative;
	padding-right: 1em;
	letter-spacing: normal;
	font-size: 1.2rem;
}
.breadcrumbs > ol > li > a, .breadcrumbs > ol > li > a > span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.5em;
}
.breadcrumbs .ct {
	display: inline-block;
}
.breadcrumbs > ol > li::after {
	content: '';
	position: relative;
	display: inline-block;
	margin: auto;
	width: 0.65em;
	height: 0.65em;
	background: url("/item/mat/collection/renew2020/common/images/icon/breadcrumb_bla.svg") transparent top center no-repeat;
	background-size: contain;
}
.breadcrumbs > ol > li:last-child::after {
	display: none;
}

@media screen and (max-width: 767px) {
.breadcrumbs {
	width: auto;
	display: block;
	padding: 15px 20px 0.5em;
	box-sizing: border-box;
}
.breadcrumbs > ol {
	letter-spacing: normal;
	line-height: 1.35;
}
.breadcrumbs > ol > li {
	font-size: 1.1rem;
}
}
/*--------------------------------------------
  Modal
----------------------------------------------*/
.modalArea {
	visibility: hidden;
	opacity : 0;
	position: fixed;
	z-index: 1060;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .6s;
}
.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	max-width: 580px;
  padding: 30px 30px;
	background-color: #fff;
	height: auto;
	max-height: 80vh;
	overflow: auto;
}
/* #modalArea03 .modalWrapper {
	height:80vh;
	padding: 0;
}
#modalArea03 .modal_content,
#modalArea03 iframe{
	width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#modalArea03 #headerPup,
#modalArea03 #logo{
	display:none;
} */
.closeModal {
	position: absolute;
	top: -0.5rem;
	right: 0.5rem;
	cursor: pointer;
	font-size: 3rem;
}
.is-show {
	visibility: visible;
	opacity : 1;
}
.modalWrapper::-webkit-scrollbar,
.modalWrapper iframe::-webkit-scrollbar { 
 width: 10px;
}
 .modalWrapper::-webkit-scrollbar-track,
.modalWrapper iframe::-webkit-scrollbar-track {
 background: #fff;
 border: none;
 border-radius: 10px;
 box-shadow: inset 0 0 2px #777;
}
.modalWrapper::-webkit-scrollbar-thumb,
.modalWrapper iframe::-webkit-scrollbar-thumb { 
 background: #ccc;
 border-radius: 10px;
 box-shadow: none;
}

.modalArea h3 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}
.modalArea h4 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}
.modalArea h5 {
	font-size: 1.6rem;
	color: #DA5278;
	margin: 10px 0 5px;
}
.modalArea p {
	font-size: 1.3rem;
	line-height: 1.4;
}
.mgTop5 {
	margin-top: 5px;
}
.mgTop10 {
	margin-top: 10px;
}
.mgBottom20 {
	margin-bottom: 20px;
}
.sizeBox {
	display: flex;
	justify-content: center;
}
.sizeBox01 {
	border-top: 1px dotted;
	padding: 20px 0 0;
	margin: 10px 0 0;
}
.modalArea .fStyle {
	font-size: 2.4rem;
	color: #866D52;
	text-align: center;
	margin: 10px 0;
}
.sizeBox span {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}
.modalArea .addTxt {
	font-size: 1.2rem;
	text-align: center;
	border: solid 1px #4f46db;
	padding: 10px;
	margin: 0 0 10px;
	background-color: #f2f1ff;
}
.modalArea .p02 {
	width: 100px;
	color: #fff;
	text-align: center;
	background-color: #DA5278;
	border-radius: 20px;
	padding: 2px 0;
	margin: 20px 0 15px;
	font-size: 1.6rem;
}
.modalArea .pFont {
	font-size: 1.5rem;
	color: #DA5278;
	font-weight: bold;
	text-align: left;
	border-bottom: dotted 2px #000;
}
.cautBox {
	margin: 15px 0;
	text-align: center;
}
.cautBoxL {
	width: 178px;
	float: left;
}
.cautBoxR {
	width: 178px;
	float: right;
}
.cautBox span {
	display: inline-block;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.384;
	margin-top: 5px;
}
.arwBox {
	float: left;
	width: 94px;
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
.arwBox span {
	display: block;
	text-align: center;
}
.arwBox img {
	display: inline-block;
}
.fRed {
	color: #f00;
}
.cautBox img {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.modalWrapper {
	width: 85%;
	max-height: 85%;
	padding: 25px 15px;
}
.closeModal {
	font-size: 2.5rem;
}
.sizeBox {
	flex-direction: column;
	text-align: center;
}
.sizeBox span {
	margin: 0;
}
.sizeBox img {
	margin: 0 auto;
}
.cautBoxL, .cautBoxR {
	width: 40%;
}
.arwBox {
	width: 20%;
}
.modalArea h3 {
	font-size: 1.8rem;
}
.modalArea h4 {
	font-size: 1.6rem;
}
.modalArea h5 {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 320px) {
	.modalWrapper {
		padding: 25px 13px;
	}
}

/*--------------------------------------------
  Mat
----------------------------------------------*/
.mat_content ul{
	display: flex;
	flex-wrap: wrap;
}
.mat_content li {
	width: calc(92% / 5);
	margin-right: 2%;
	margin-bottom: 60px;
}
/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mat_content li {
   width: calc((92% / 5) - 0.1px); 
  }
}
.mat_content li a{
	display: block;
}
.mat_content li:nth-child(5n) {
	margin-right: 0;
}
@media screen and (max-width: 1000px) {
	.mat_content li {
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 767px) {
	.mat_content li {
		width: calc(100% / 2 - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.mat_content li:nth-child(5n) {
		margin-right: 20px;
	}
	.mat_content li:nth-child(2n) {
		margin-right: 0;
	}
}

/*--------------------------------------------
  type_list
----------------------------------------------*/
.type_list{
/* 	font-size: 0; */
}
.type_list .type {
	font-size: 1.4rem;
	font-weight: bold;
	color: #e60044;
	text-align: center;
	border: #e60044 solid 1px;
	padding: 3px 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 5px 0;
}
.type_list .type:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.type_list .type {
    font-size: 1.3rem;
    margin: 0 3px 3px 0;
    padding: 1px 5px;
 }
}
/*--------------------------------------------
  hover color button
----------------------------------------------*/
.about_link li button:hover,
.about_link li a:hover,
.print_link a:hover,
.detail .print:hover {
	background-color:#efefef;
	opacity:1;
}