@charset "UTF-8";
* { font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; list-style: none; user-select: unset !important; }
*::selection { background-color: #c3d7ee; }


.fs-l-header{
	padding: 0;
}
.header_nav_primary-item.menuSI a {
	-webkit-flex: flex;
	display: flex; 
	-webkit-align-items: center; 
	align-items: center; 
	height: 2.5rem;
}
.header_nav_primary-item.menuSI img {
	width: 76px;
	display: inline-block;
	margin-top: -0.7em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle; 
}
.header { 
	position: relative;
	height: 4.9rem;
	z-index: 12;
}
.header_container { 
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.header_top { 
	position: fixed;
	display: flex;
	right: 0;
	left: 0;
	margin: 0 auto;
	justify-content: space-between;
	background-color: #fff;
	height: 5.7rem;
	width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	pointer-events: none;
	z-index: 10;
}

.header_top-center { 
	display: flex; 
	flex-shrink: 1; 
	align-items: center; 
	justify-content: center;
	text-align: center;
	margin-right: auto; 
	margin-left: auto;
	width: 100%; 
	position: relative; 
	left: 50%; 
	transform: translate(-50%, 0);
}
.header_top-center_logo { 
	display: flex; 
	align-items: center; 
	height: 3.5rem; 
	width: 7.5rem; 
	margin-top: 0; 
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header_top-center_image { 
	width: 7.5rem;
}
.header_top-list { 
	display: none;
	align-items: center;
}
.header_top-item { 
	display: inline-block; 
	text-align: center;
	vertical-align: middle;
	padding-top: 1.3125rem;
	padding-bottom: 1.3125rem;
	padding-right: 0.75rem;
	padding-left: 0.75rem; 
}
.header_top-link {
	display: block; 
	color: #000; 
	height: 2rem;
	transform:translate(0,0)
}
.header_top-item .icon_user{
	width: 2.8rem;
}
.header_top-item .icon_cart{
	width: 2.4rem;
}
.header_top-link::before { 
	font-size: 1rem; 
	letter-spacing: 0.05rem;
	line-height: 1.25; 
}
.header_top-item:nth-child(1) { 
	height: auto; 
	position: absolute;
	right: 40px;
	top: 0;
	padding-right: 6.2rem;
    padding-top: 1.5rem; 
}
.header_top-item:nth-child(2) { 
	height: auto; 
	position: absolute;
	right: 40px;
	top: 0;
	padding-right: 1.2rem;
    padding-top: 1.7rem; 
	
}
.header_top-link.icon_user:before, .header_top-link.icon_cart:before { 
	font-size: 1.25rem; 
	letter-spacing: 0.05rem;
	line-height: 1.25; 
}
.header_top-hidden { 
	position: absolute; 
	white-space: nowrap;
	height: 0; 
	width: 0; 
	overflow: hidden;
}
.header_open {
	position: absolute;
	top: 0;
	right: 0; 
	background-color: transparent;
	border: none; 
	cursor: pointer; 
	height: 3.5rem; 
	width: 3.5rem; 
	pointer-events: auto; 
}

.header #navCart { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.header #navCart a { 
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center; 
	-webkit-align-items: center; 
	align-items: center; 
	height: 3.5rem; 
	width: 3.5rem; 
	font-size: 1.3rem; 
	color: inherit; 
}
.header_open-icon {
	height: 1.25rem; 
	width: 1.25rem; 
}
.header_overlay { position: fixed;
	top: 0; 
	left: 0;
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, 0.8);
	height: 3.5rem; 
	width: 100%; 
	opacity: 0;
	pointer-events: auto;
	visibility: hidden;
	z-index: 11; 
}
.header_nav { 
	position: fixed; 
	top: 0; 
	right: 0; 
	transform: translateX(100%);
	display: none;
	flex-direction: column; 
	justify-content: flex-start; 
	background-color: #fff;
	height: 100%; 
	width: 20rem; 
	margin-right: 0; 
	pointer-events: none; 
	box-sizing: content-box;
	z-index: 12;
}

.header_close { 
	display: block; 
	background-color: transparent;
	border: none;
	cursor: pointer; 
	height: 3.5rem;
	width: 3.5rem; 
	margin-left: auto; 
	pointer-events: auto;
}

.header_close-icon { 
	height: 1.25rem;
	width: 1.25rem; 
}
.header_nav_primary { 
	margin-top: 0.75rem;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.header_nav_primary-item {
	display: block;
}

.header_nav_primary-link { 
	position: relative; 
	display: block; 
	font-size: 1.2rem; 
	letter-spacing: 0.075rem;
	font-weight: 800; 
	line-height: 3.6rem;
	color: #000!important;
	padding: 0; 
}
.header_nav_primary-link::after { 
	position: absolute; 
	top: 50%; 
	right: 0; 
	transform: translateY(-50%);
	content: "ꀂ"; 
	font-family: 'two_icon' !important; 
	font-style: normal; 
	font-variant: normal; 
	line-height: 1; 
	speak: none; 
	text-transform: none; 
}
.header_nav_secondary { 
	background-color: #000;
	margin-top: auto;
	margin-right: 0; 
	margin-bottom: 0;
	margin-left: 0; 
}
.header_nav_secondary-item:not(:last-child) {
	border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2); 
}
.header_nav_secondary-link {
	position: relative; 
	display: block; 
	font-size: 0.75rem;
	letter-spacing: 0.075rem; 
	line-height: 1.5; 
	font-weight: 400;
	line-height: 3rem; 
	color: #fff;
	padding-right: 1.25rem; 
	padding-left: 1.25rem; 
}
.header_nav_secondary-link::before { 
	font-size: 0.875rem; 
	letter-spacing: 0.075rem; 
	line-height: 1.5; 
	vertical-align: middle;
	margin-right: 1rem; 
}
.header_nav_secondary-link::after {
	position: absolute; 
	top: 50%; right: 1rem; 
	transform: translateY(-50%);
	content: "ꀂ"; font-family: 'two_icon' !important;
	font-style: normal;
	font-variant: normal; 
	line-height: 1; speak: none;
	text-transform: none; 
}
.header_free{
	position: fixed;
	top: 95px;
	width: 100%;
	text-align: center; 
	background: #000; 
	color: #fff; 
	padding: 3px 0;
	font-weight: 400; 
	font-size: 1.2rem;
}
/* 検索窓 */
.HeadArea .hidden_box {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 35px;
  z-index: 49;
  height: 44px;
}
.hidden_show {
  border-bottom: solid 1px #ededed;
  background: #fff;
}
.hidden_box .search_box_label {
  padding: 15px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 17px;
  width: 30px;
  height: 30px;
  z-index: 2
}
.hidden_box .search_box_check {
  display: none;
}
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.hidden_box input.search_box_check:checked ~ .hidden_show {
  padding: 24px 0;
  height: auto;
  opacity: 1;
  border-top: solid 1px #ededed;
  margin-top: 20px;
}
.search_box_label img {
  position: fixed;
  top: 10px;
  right: 17px;
  width: 30px;
  height: 30px;
  z-index: 2
}
.oy_search .fs-p-searchForm__input {
  border: none;
  padding: 5px 0;
  font-size: 1.3rem;
}
.oy_search .fs-p-searchForm > form {
  position: relative;
  border-bottom: 1px solid #000;
}
.oy_search .fs-p-searchForm > form .fs-p-searchForm__button {
  position: absolute;
  right: -7px;
  background: none;
}
.oy_search .fs-p-searchForm > form .fs-p-inputGroup {
  background: none;
  border: none;
}
.oy_search .fs-p-searchForm > form .fs-p-searchForm__button::before {
  top: -5px;
  right: 0;
  color: #333;
  font-size: 2.8rem;
}
.fs-p-searchForm__button{
	width: 3.2em;
    height: 3em;
}
.hidden_box .fs-p-searchForm {
  max-width: 400px;
  margin-top: 17px;
}
.header_top-map {
	position: fixed;
	display: flex;
	/*width: 100%;*/
	max-width: 1366px;
	top: 0;
	/*right: 0;*/
	left: 2rem;
	margin: 0 auto;
	z-index: 99;
}
.header_top-shop {
	padding-left: 10px;
	margin-left: 20px;
}
.header_top-shop img{
	width: 2.5rem;
	padding-top: 1.7rem;
    margin-left: 14px;
}
.header_top-shop ::before{
	content: ""; 
	position: absolute;
	top: 16px;
	bottom: 0;
	margin: auto;
	width: .0625rem;
	height: 1.5em;
	border-left: .0625rem solid #000;
}
/* メニュー */
.header_nav .child_cate ul {
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.header_nav ul > li div.child_cate {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 0 1em;
  z-index: 20;
  background-color: #fff;
  border-top: 0.1rem solid #333;
  border-bottom: 1px solid #333;	
}
.header_nav ul > li div.child_cate ul {
  flex-wrap: wrap;
  display: inline-flex;
  margin: 0 auto;
  justify-content: space-around;
}
.header_nav ul > li div.child_cate ul li {	
  float: right;
  font-weight: normal;
  font-size: 0.95em;
	color: #000;
	font-size: 1.2rem;
	width: 14rem;
}
.header_nav ul > li div.child_cate ul li:hover a {
  border-bottom: 5px solid transparent !important;
  text-decoration: underline;
}
.header_nav ul > li div.child_cate ul li:last-child:before {
  content: none;
}
.header_nav ul > li div.child_cate ul li.spDis {
  display: none;
}
.header_nav ul > li div.child_cate ul:after {
  content: none;
}
.header_nav ul > li:hover > div.child_cate {
  display: block;
}
.header_nav ul > li.hnavi_new a, header .header_nav ul > li.hnavi_campaign a {
  color: #f24e64;
}
.header_nav ul.header_nav_primary > li.hnavi_stila, header .headNavi ul.content > li.hnavi_body {
  width: 70%;
}
.header_nav .child_cate ul > li a {
    display: block;
    padding: 0.5rem 2rem 0.4rem 2rem;
    box-sizing: border-box;
    border-bottom: 5px solid transparent;
    letter-spacing: -0.3px;
	font-weight: 500;
}
/*ヘッダーメニュー*/
.HeadArea {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 56px;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .5s;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased; /*フォント滑らかに*/
  -moz-osx-font-smoothing: grayscale; /*フォント滑らかに*/
  -webkit-overflow-scrolling: touch; /*慣性スクロール*/
}

/*ハンバーガーメニュー*/
.GlbNav a, .GlbNav a:visited, .GlbNav a:link {
  color: #fff;
}
.HeadArea input, .HeadArea button, .HeadArea textarea, .HeadArea select {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.GlbNav .toggle > ul > li:last-of-type {
  border-bottom: none
}
.GlbNav .wrapper li.btob a {
  margin: 2% auto 6%;
}
.GlbNav .wrapper li a {
  display: block;
}
.GlbNav .wrapper {
  background-image: none;
  padding-bottom: 100px;
}
.GlbNav .wrapper .freecall {
  float: none;
  left: 0;
  text-align: center;
}
.GlbNav .wrapper .freecall span {
  float: none;
}
.GlbNav .wrapper > ul, .GlbNav .wrapper .toggle {
  float: none;
  width: 100%;
  padding: 0;
  margin: auto;
  clear: both;
}
.GlbNav .wrapper > ul:first-of-type {
  padding: 1.0rem 0 0 0;
}
.GlbNav .wrapper > ul a {
  color: #666464;
}
.GlbNav .wrapper > ul a:hover {
  text-decoration: none;
  color: #666464;
}
.GlbNav .wrapper .toggle {
  border-bottom: 1px dotted #888B8D;
  text-align: left;
}
.GlbNav .wrapper > ul > li > ul {
  display: block;
}
.GlbNav .toggle > ul li, .toggle_title_in {
  padding: 8px 0;
  font-size: 13px;
}
.GlbNav .toggle_title{
	color: #fff;
	padding: 0.7rem 0;
}
.GlbNav .toggle ul{
	margin-left: 1.5rem;
}
.GlbNav .IFrmTex_guide ul li{
    padding: 0.8rem 0;
}
.GlbNav .wrapper > ul:first-of-type > li {
  font-weight: 600;
  font-size: 15px;
  padding: 1.0rem 0;
  border-bottom: 1px dotted #888B8D;
}
.HumMenu {
  width: 36px;
  height: 36px;
  margin: auto;
  top: 7px;
  right: 12px;
  position: absolute;
}
.HumMenu input {
  border: none;
}
#toggle {
    width: 45px;
    height: 45px;
    top: -60px;
    right: 0;
    float: right;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
}
.HamBtn{
	position: fixed;
    width: 100%;
    max-width: 1366px;
    right: 0;
    left: 0;
    top: 10px;
    z-index: 999;
    margin: 0 auto;
}
.HamBtn span {
  width: 24px;
  padding-top: 8px;
  right: 4px;
  border-bottom: solid 2px #333;
  display: block;
  position: absolute;
  -webkit-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
.HamBtn span:nth-child(1) {
  top: 2px;
}
.HamBtn span:nth-child(2) {
  top: 10px;
}
.HamBtn span:nth-child(3) {
  top: 18px;
}
input[type=checkbox]:checked ~ .HamBtn {
	width: 100%;
    max-width: 100%;
}
input[type=checkbox]:checked ~ .HamBtn span:nth-child(1){
  top: 10px;
  right: 19px;
  border-bottom: solid 2px #fff;	
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=checkbox]:checked ~ .HamBtn span:nth-child(2), 
input[type=checkbox]:checked ~ .HamBtn span:nth-child(3) {
  top: 10px;
  right: 13px;
  border-bottom: solid 2px #fff;	
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.GlbNav {
  position: fixed;	
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);  
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -15;
  -webkit-overflow-scrolling: touch; /*慣性スクロール*/
  transform: translateX(105%);
  transition: all 0.8s;
  z-index: 99;
  padding: 25px 50px;
}
input[type=checkbox]:checked ~ .GlbNav {
  transform: translateX(0) !important;
	
}
.IFrmTexList{
	margin: 10px 0;
}
.IFrmTex_guide{
	margin-top: -1.2rem;
}
.IFrmTexList_tit{
	font-size: 1.7rem;
	padding-bottom: 1rem;
}
.IFrmTexList_tit::after{
	 background: url(https://lbbrand.itembox.design/item/images/common/icon_right_w.png) no-repeat 99% 50% / 8px auto;
	position: absolute;
	content: "";
	left: 186px;
	width: 12px;
	height: 24px;
	margin-top: 3px;
	background-size: 12px 12px;
}
.txt_gold a{
	color: #d4b572!important;
	font-size: 1.6rem;
}
.IFrmTexList ul{
	 padding: 8px 0;
}
.IFrmTexList ul li{
	padding: .4rem 0; 
}
.IFrmTexList li.IFrmTexList_box{
	display: inline-grid;
    width: 45%;
    margin: 0 auto;
}
.IFrmSns{
	margin-top: 1.8rem;
}
.IFrmSns p{
	width: 45%;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 17px;
	padding-bottom: 5px;
}
.IFrmSns ul{
	display: flex;
	width: 47%;
}
.IFrmSns ul li{
	margin-right: 0.8rem;
}
.IFrmSns img{
	width: 30px;
}
.IFrmTexList li.IFrmTexList_box > ul{
	padding-left: 15px;
}
.GlbRail {
  display: block;
  position: relative;
  white-space: nowrap; /* 一列に並べるのに必要 */
}
.HamCateTit {
  width: 100%;
  margin-bottom: 12px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #2f3a96;
}
.HamTit {
  height: 36px;
  padding: 8px 16px 2px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.HamList {
  margin-bottom: 4px;
  padding: 8px 4px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  border-bottom: solid 1px #ddd;
}
.IFrmTop {
  width: 100%;
  height: 184px !important;
  top: 193px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
}
.IFrmWord {
  width: 100%;
  height: 40px;
  top: 62px;
  left: 0;
  position: fixed;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.1);
  z-index: 20;
}
.IFrmNav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.IFrmSide {
  width: 92px;
  height: 188px;
  bottom: 132px;
  right: 0;
  box-sizing: border-box;
  position: fixed;
  display: block;
  z-index: 9999;
}
.IFrmUnder {
  width: 100%;
  height: 4000px;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.header_privilege {
  font-size: 12px;
  padding: 16px 0;
  font-weight: 500;
}
.header_privilege span {
  font-size: 14px;
}
.header_privilege_free {
  font-size: 15px;
  color: #f3bb96;
}

@media (min-width: 47.9999999rem) { 
	.header_nav_primary-item.menuSI a { 
		display: block;
		height: 4rem;
		line-height: 4rem;
	}
  .header_nav_primary-item.menuSI img {
	  width: 80px;
	  display: inline-block;
	} 
	.header { 
		height: 11.2rem; 
	} 
	.header_container {
		background-color: #fff; 
		height: auto; 
		pointer-events: auto; 
	}
	.header_top { 
		border: none; 
		/*height: 4rem; */
		/*max-width: 1366px;*/
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.header_top-center_logo { 
		height: 10rem; 
		width: 13.5rem;
        margin-top: 0.5rem;
	} 
	.header_top-center_image { 
		width: 10rem; 
	}
	.header_top-list {
	display: flex;
    position: fixed;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    width: 100%;
    max-width: 1366px;
    right: 0;
    left: 0;
    margin: 0 auto;
	} 
	.header_open { 
		display: none; 
	}
	.header #navCart { 
		display: none;
	} 
		.header_nav { 
    position: fixed;
    display: block;
    width: 100%;
    height: 46px;
    transform: translateX(0);
    z-index: 1;
    top: 50px;
}
	.header_close { 
		display: none; 
	}
		.header_nav_primary { 
		margin-top: 0; 
		margin-right: auto;
		margin-bottom: 0; 
		margin-left: auto; 
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		padding-top: 1rem; 
		text-align: center;
	}
	.header_nav_primary-item {
		display: inline-block;
	}
	.header_nav_primary-item:nth-child(n + 2) {
		margin-left: 3.5rem; 
	}
		.header_nav_primary-link::after {
		top: auto;
		bottom: 0;
		left: 0; 
		transform: translateY(0);
		background-color: #000; 
		content: ''; 
		height: 0.2rem; 
		width: 100%; 
		opacity: 0; 
		transition: opacity 100ms cubic-bezier(0.8, 0.4, 0.16, 1);
	} 
	.header_nav_primary-link:hover::after { 
		opacity: 1; 
	} 
	.header_nav_secondary { 
		display: none; 
	}
}
@media only screen and (min-width: 1366px) {
	.header_top-map{
		left: 10rem;
	}
}
@media only screen and (min-width: 1706px) {
	.header_top-map{
		left: 30rem;
	}
}
@media only screen and (max-width: 768px) {
	.header{
		position: fixed;
		height: 52px;
	}
	.header_top{
		height: 52px;
		padding: 0;
		right: unset;
		left: unset;
	}
	.header_top-map {
		display: none;
	}
	.header_top-center{
		width: 100%;
		left: 60px;
	}
	.header_top-center_logo{
		width: 11rem;
		margin-top: 5px;
	}
	.header_top-list{
		display: block;
	}
	.HamBtn span{
		right: 14px;
	}
	.header_top-item:nth-child(1){
		padding-right: 5rem;
		padding-top: 1.3rem;
	}
	.header_top-item:nth-child(2){
		padding-top: 1.5rem;
		right: 43px;
	}
	.header_nav{
		display: none;
	}
	.HamBtn{
		top: 9px;
	}
	.header_free{
		top: 52px;
	}
	.GlbNav{
		width: 90%;
		padding: 6rem 3rem 3rem;
	}
	.IFrmTexList_tit{
		border-bottom: 1px solid #333;
		padding-bottom: 1.3rem;
		font-size: 1.6rem;
	}
	.txt_gold a{
		font-size: 1.5rem;
	}
	.IFrmTexList_tit::after{
		display: none;
	}
	.GlbNav .toggle_title{
		color: #fff;
		border-bottom: 1px solid #333;
		padding-bottom: 1.3rem;
		padding-top: 0;
	}
	li.IFrmTexList_box:nth-of-type(3){
		margin: 0 auto;
	}
	.IFrmTexList li.IFrmTexList_box{
		display: block;
		width: 100%;
		padding: 0.7rem 0;
	}
	.IFrmTexList li.IFrmTexList_box a{
		font-size: 1.4rem;
	}
	.IFrmTex_guide{
		margin-top:0;
	}
	.IFrmTex_guide ul li{
		padding: 0.7rem 0;
		font-size: 1.4rem;
	}
	.IFrmSns{
		margin-top: 2.5rem;
	}
	.IFrmSns p{
		width: 52%;
	}
	.IFrmSns ul{
		width: 55%;
	}
	.fs-l-main{
		margin: 0;
	}
}
/*  iphone6plus用 414x736  */
@media screen and (max-device-width: 767px) and (min-width: 414px) {
  .IFrmUnder {
    width: 100%;
    height: 2260px;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
}
/*  iphone6用 375x667  */
@media screen and (max-device-width: 413px) and (min-width: 375px) {
  .IFrmUnder {
    width: 100%;
    height: 2068px;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
}
/*  iphone5用 320x568  */
@media screen and (min-width: 320px) and (max-device-width: 374px) {
  .IFrmUnder {
    width: 100%;
    height: 1860px;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 415px) {
	.header_top-center{
		/*left: 0;
		width: 73%;*/
	}
}
@media only screen and (max-width: 320px) {
	.header_top-center{
		/*width: 66%;*/
	}
    .IFrmSns ul li{
		margin-right: 0.3rem;
	}
}
#ctgTtl, #topFuncShopPopup, #rstTopSearch, #ipnsh-header, .itemtitle {
  z-index: 999;
  position: relative;
}
#rstTopSearch, #ipnsh-header {
  background-color: #fff;
}
/*@media screen and (max-device-width: 410px) and (min-width: 375px) {*/
#itemImageSlider {
  margin: 180px 0 32px 0 !important;
}
/*}*/
.showToFront {
  z-index: 99 !important;
}