/* reset 一部 */
h1, h2, h3, h4, h5, h6, p, ul, li {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
} 
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
/* 共通 */
body {
  width: 100%;
  min-width: 1000px;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_right {
  justify-content: flex-end;
}
.flex_between {
  justify-content: space-between;
}
.main_wrapper {
  width: 100%;
  /*max-width: 1400px;*/
  min-width: 1000px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.series_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
.red {
  color: #CF251C;
}
.relative {
  position: relative;
}
.fl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}
.fl-wr {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.fl-bw {
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}
.fs-l-main {
  margin: 0 auto 100px;
  padding: 0 25px;
  min-width: 1000px;
  max-width: 100%;
}
.pc_none, .pc-none {
  display: none !important;
}
.sp_none, .sp-none {
  display: block !important;
}
/* PCで電話番号リンクを無効に */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*-- sp共通 --*/
.block_sp {
  margin: 10px;
}
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none, .pc-none {
    display: block !important;
  }
  .sp_none, .sp-none {
    display: none !important;
  }
  .fs-l-main {
    margin-top: 80px;
    min-width: 100%;
    padding: 0;
  }
}
/* font */
.font-b {
  font-weight: bold;
}
.font1_1em {
  font-size: 1.1em;
}
.f20 {
  font-size: 20px;
}
/* margin */
.m-tb10 {
  margin: 10px 0;
}
.m-tb20 {
  margin: 20px 0;
}
.m-tb30 {
  margin: 30px 0;
}
.m-tb40 {
  margin: 40px 0;
}
.m-tb50 {
  margin: 50px 0;
}
.m-tb80 {
  margin: 80px 0;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b90 {
  margin-bottom: 90px;
}
.m-l1em {
  margin-left: 1em;
}
.m-lr10 {
  margin: 0 10px;
}
/*ボタン基本*/
.btn_more a, .btn_more span {
  background: #CF251C;
  color: #000;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  padding: 0 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.btn_more a::after, .btn_more span::after {
  display: block;
  content: "";
  width: 42px;
  height: 7px;
  margin-left: 10px;
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow.svg) center center no-repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.btn_more a:hover, .btn_more span:hover {
  background: #000;
  color: #CF251C;
}
.btn_more a:hover::after, .btn_more span:hover::after {
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow_red.svg) center center no-repeat;
}
.btn_more.btn_long a, .btn_more.btn_long span {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    width: calc(100% - 260px) !important;
    max-width: 100%;
  }
}
.fs-p-drawer {
  padding: 0;
}
/*ヘッダー*/
header.main_wrapper, #shopping-subnav-wrap a, .header_left, #header-bermasclub-btn a, #header-bermasclub-btn, #header-bermasclub-btn dt, #header-bermasclub-btn dd {
  transition: all 0.3s ease-in-out 0s;
}
header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*	height: 180px;
	padding: 35px 20px;*/
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}
header.main_wrapper {
  overflow: inherit;
  padding: 60px 20px 15px;
}
.fs-l-header, #fs_Login header.main_wrapper, #fs_CustomPage header.main_wrapper, header.main_wrapper.flex_wrap {
  width: 100%;
  /*	height: 100px;*/
  background: #fff;
  /*position: fixed;
  top: 0;
  z-index: 10;*/
}
.fs-l-header {
  /*	padding-top: 35px;*/
  padding-top: 0;
}
.header_left {
  /*	margin: 9px 0;*/
}
.scroll-header .header_left {
  margin-top: -8px;
}
h1 {
  margin: 0 60px 0 0;
}
h1 img {
  display: block;
  width: 112px;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  margin-right: 20px;
  line-height: 1.8;
}
#header-bermasclub-btn {
  position: relative;
  z-index: 1;
  line-height: 1;
  max-width: 240px;
}
.scroll-header div#header-bermasclub-btn {
  margin-top: -15px;
}
#header-bermasclub-btn a {
  display: block;
  width: 232px;
  border: 1px solid #bfbfbf;
  background: #fff;
  padding: 8px 5px;
}
#header-bermasclub-btn a:hover {
  color: #CF251C;
  border: 1px solid #000;
  background: #000;
}
.scroll-header div#header-bermasclub-btn a {
  padding: 4px 5px;
}
#header-bermasclub-btn dl {
  text-align: center;
  margin: 0;
}
#header-bermasclub-btn dt {
  color: #CF251C;
}
#header-bermasclub-btn dd {
  font-size: 0.65em;
  font-weight: 300;
  margin: 0;
}
#header-bermasclub-btn dt, #header-bermasclub-btn dd {
  /*
	width:100%;
	display:inline-block;
	vertical-align:middle;
*/
}
.scroll-header div#header-bermasclub-btn dt, .scroll-header div#header-bermasclub-btn dd {
  /* 	width:auto; */
  display: inline-block;
  vertical-align: middle;
}
.scroll-header div#header-bermasclub-btn dd {
  margin-left: 5px;
}
img.cart_icon {
  vertical-align: middle;
  height: 18px;
}
.btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; /* 	margin-left: auto; */
}
header button {
  font-size: 14px;
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
  font-size: inherit;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding: 7px 15px;
}
header button::before, header button::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  position: absolute;
}
#shopping-subnav-wrap {
  /* 	width: 500px; */
  font-size: 0.8em;
  font-weight: 300;
  text-align: right;
  position: absolute;
  top: -50px;
  right: 0;
}
#shopping-subnav-wrap .header-ship{
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: .7em;
}
#shopping-subnav-wrap .header-ship span{
	color: #CF251C;
}
#shopping-subnav-wrap .header-ship br{
	display: none;
}
#shopping-subnav-wrap li {
  line-height: 1;
  margin-left: 20px;
  margin-right: 0;
  transition: all 0.3s ease-in-out 0s;
}
#shopping-subnav-wrap img.cart_icon {
  vertical-align: bottom;
  height: 14px;
}
#shopping-subnav-wrap .fa {
  font-size: 14px;
}
#shopping-subnav-wrap a::before, #shopping-subnav-wrap .fa {
  margin-right: 5px;
}
#openModal {
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
#openModal:hover {
  color: #CF251C;
}
.cart-icon a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/cart_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: bottom;
}
#sidenav-wrap1 .cart-icon a::before {
  background-image: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/cart_wh.svg);
}
.fs-p-scrollingCartButton__button {
  background: transparent;
  opacity: 1;
  padding: 0;
}
span.fs-p-cartItemNumber.fs-client-cart-count.fs-clientInfo.is-ready {
  top: -8px !important;
  left: 1px;
  right: auto !important;
}
.header_wrap .draw {
  line-height: 1.2;
  margin-left: 20px;
}
.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.meet:hover {
  color: #CF251C;
}
.meet::after {
  top: 0;
  left: 0;
}
.meet:hover::before {
  border-top-color: #CF251C;
  border-right-color: #CF251C;
}
.meet:hover::after {
  border-bottom-color: #CF251C;
  border-left-color: #CF251C;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.buttons {
  isolation: isolate;
}
.menu__single {
  cursor: pointer;
}
.menu__single .arrow {
  display: block;
  width: auto;
  line-height: 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  /*	visibility: hidden;*/
  opacity: 0;
  text-align: center;
}
.menu__single:hover .arrow {
  visibility: visible;
  opacity: 1;
}
.menu__single .menu__second-level {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.menu__single .menu__second-level li {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50px;
  width: 200px; /*	height: 25px;*/
}
.menu__single .menu__second-level li a {
  display: block;
  line-height: 1.8;
}
.menu__single .menu__second-level li:first-of-type {
  top: 0px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.menu__single .menu__second-level li:nth-of-type(2) {
  top: 22px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.menu__single .menu__second-level li:last-of-type {
  top: 44px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.menu__single:hover .menu__second-level {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.menu__single:hover .menu__second-level li {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
ul.menu__second-level li:hover a {
  color: #CF251C;
}
.fs-p-inputGroup {
  border: none;
  margin-right: 10px;
}
.fs-p-inputGroup__button {
  background: #ffffff;
}
header .fs-p-scrollingCartButton {
  position: inherit;
  z-index: inherit;
}
span.fs-p-cartItemNumber.fs-client-cart-count.fs-clientInfo.is-ready {
  top: -4px;
  right: -4px;
}
.navToggle2 {
  display: none;
}
#openModal {
  box-shadow: none;
  width: auto;
  font-weight: normal;
  margin-right: 20px;
  outline: none;
  /*	font-size: 18px;
	background: #fff;*/
  border: none;
  cursor: pointer;
  justify-content: center; /*	height: 30px;*/
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.8);
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalWrapper {
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 515px;
  padding: 10px 30px;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 42px;
  cursor: pointer;
  /*	background: #999;
	width: 15px;
	height: 15px;*/
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.closeModal:hover {
  color: #CF251C !important;
}
input.search-field {
  width: 75%;
  border: none;
  font-size: 15px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 0px;
}
input.search-submit {
  width: 15%;
  border: none;
  padding: 11px 10px;
  font-size: 14px;
  box-sizing: border-box;
  background: #CF251C;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
input.search-submit:hover {
  background: #000;
  color: #CF251C;
}
/* ヘッダー マイページ追加 */
.globalMenuSp2.active .login-regist {
  margin: 10px 0;
}
.globalMenuSp2.active a.mypage.logout.my-true {
  color: #fff;
}
/*フッター*/
nav.fs-c-breadcrumb {
  font-size: 12px;
  background-color: #EDF0F0;
  padding: 15px 0;
  margin-bottom: 1px;
}
.fs-l-footer {
  margin-top: 0;
  border-top: none;
}
footer {
  padding: 50px 0;
  background-color: #F7F7F7;
}
.footer_block {
  margin: 0 55px 30px 0;
}
.footer_block ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.footer_block p {
  font-size: 12px;
  font-weight: bold;
}
.footer_block a {
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.contact a {
  display: block;
  width: 220px;
  height: 45px;
  padding: 13px 7px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #999;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.copyright p {
  font-size: 12px;
  color: #666;
}
footer .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyright {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
i.fa.fa-facebook-official {
  margin: 0 20px;
}
i.fa.fa-facebook-official, i.fa.fa-instagram {
  font-size: 24px;
}
footer a:hover {
  opacity: 0.5;
}
.footer_wrap {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* ONLINE TOP */
#fs_CustomPage .fs-l-pageMain h1 {
  display: none;
}
.block {
  margin: 60px 0;
}
.block-tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
#ec_top h2.fs-p-heading--lv2 {
  display: none;
}
.bnr img, .series-img img, .items-img img {
  vertical-align: bottom;
}
.series-img p, .items-img p {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  line-height: 1.1;
  margin: 0;
}
.series-img p {
  text-align: right;
  right: 15px;
  top: 20px;
}
.items-img p {
  left: 20px;
  top: 20px;
}
.series-img, .items-img {
  width: 31.54%;
  position: relative;
}
.series-img p span {
  font-size: 18px;
}
.items-img p span {
  font-size: 12px;
  margin-top: 5px;
}
.series-img p span, .items-img p span {
  font-weight: normal;
  display: block;
}
.series-img a, .items-img a {
  color: #000;
}
@media screen and (max-width: 767px) {
  header.main_wrapper, .scroll-header header.main_wrapper {
    padding: 35px 20px 0;
  }
  .scroll-header .header_left {
    margin-top: 0px;
  }
  .pc_nav {
    display: none;
  }
  header .btn {
    display: none;
  }
  div#header-bermasclub-btn {
    display: none;
  }
  #shopping-subnav-wrap {
    top: -25px;
    right: 0px;
  }
	
  #shopping-subnav-wrap a::before, #shopping-subnav-wrap .fa {
    margin-right: 0;
  }
	#shopping-subnav-wrap .flex_right{
    padding-right: 50px;
	}
  #shopping-subnav-wrap li {
    margin-left: 15px;
  }
  #shopping-subnav-wrap li span.nav-txt {
    display: none;
  }
  #shopping-subnav-wrap li span.fs-p-cartItemNumber.fs-client-cart-count.fs-clientInfo.is-ready {
    /*		display:block;*/
  }
  .cart-icon a::before {
    width: 28px;
    height: 20px;
  }
  #shopping-subnav-wrap .fa {
    font-size: 19px;
  }
  span.fs-p-cartItemNumber.fs-client-cart-count.fs-clientInfo.is-ready {
    left: 6px;
  }
  #header-bermasclub-btn a {
    width: auto;
    border: 0px;
    background: #fff;
    padding: 8px 20px;
    line-height: 1.5;
  }
  #header-bermasclub-btn a:hover {
    border: 0px;
    background: #fff;
  }
  #header-bermasclub-btn dl {
    text-align: left;
  }
  #journal_bnr .txt {
    font-size: 20px;
  }
  .series-img p, .items-img p {
    font-size: 22px;
  }
  .series-img p span {
    font-size: 15px;
  }
  .items-img p {
    left: 10px;
    top: 10px;
  }
  .series-img p {
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 500px) {
  header.main_wrapper, .scroll-header header.main_wrapper {
    padding: 55px 20px 0;
  }
	#shopping-subnav-wrap {
    top: -45px;
  }
	#shopping-subnav-wrap .header-ship br{
		display: block;
	}

}
/* サイドナビ */
@media screen and (min-width: 768px) {
  .fs-l-sideArea {
    max-width: 220px !important;
    position: inherit;
    transform: inherit;
    box-shadow: none;
  }
  .fs-p-drawer .fs-p-drawer__buttonContainer, .fs-p-drawer .fs-clientInfo.is-ready {
    display: none;
  }
}
.fs-p-drawerButton {
  display: none;
}
#sidenav-wrap ul, #sidenav-wrap2 ul {
  /*display: none;*/
  margin: 0;
  padding-left: 1em;
}
#sidenav-wrap ul li ul, #sidenav-wrap2 ul li ul {
  display: none;
}
#sidenav-wrap span, #sidenav-wrap2 span {
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
#sidenav-wrap ul li, #sidenav-wrap2 ul li {
  cursor: pointer;
  margin: 7px 0;
  font-size: 14px;
  list-style: none;
  position: relative;
  font-weight: 400;
}
#sidenav-wrap ul li ul li a, #sidenav-wrap2 ul li ul li a {
  display: block;
  padding: 6px 0;
  color: #000;
  text-decoration: none;
}
#sidenav-wrap2 ul li ul li a {
  color: #fff;
}
#sidenav-wrap ul li ul li a:hover, #sidenav-wrap2 ul li ul li a:hover {
  color: #c52c24;
}
#sidenav-wrap ul li ul li, #sidenav-wrap2 ul li ul li {
  margin: 0;
  font-size: 12px;
}
#sidenav-wrap span::after, #sidenav-wrap ul li::after, #sidenav-wrap2 span::after, #sidenav-wrap2 ul li::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0; /* top: 10px; */
}
#sidenav-wrap ul li::after, #sidenav-wrap2 ul li::after {
  top: 0;
}
#sidenav-wrap ul li ul li::after, #sidenav-wrap2 ul li ul li::after {
  display: none !important;
}
#sidenav-wrap span.selected::after, #sidenav-wrap ul li.selected::after, #sidenav-wrap2 span.selected::after, #sidenav-wrap2 ul li.selected::after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 14px;
  color: #c52c24;
}
.all_list {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin: 10px 0;
}
.all_list::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: #c52c24;
  position: absolute;
  right: 2px;
}
/* サイドナビ価格帯検索 */
.fs-p-productSearch__field {
  display: block;
}
.price-search {
  margin: 40px 0;
}
button.price_search_button {
  background: #808080;
  color: #fff;
  font-size: 13px;
  height: 26px;
}
th.fs-c-inputTable__headerCell.price_title {
  margin: 10px 0;
  font-size: 15px;
  font-weight: bold;
}
td.fs-c-inputTable__dataCell {
  display: flex;
}
.fs-c-inputTextGroup {
  width: 75%;
  margin-right: 7px;
}
input#fs_input_productSearchPrice1 {
  margin-left: 3px;
}
/* サイド 特集バナーエリア */
.side_bnr_area div {
  margin-bottom: 10px;
}
.side_bnr_area div a, .guide_btn a {
  transition: .5s;
  -webkit-transition: .5s;
}
.side_bnr_area div a:hover, .guide_btn a:hover {
  opacity: 0.5;
}
.side_bnr_area2{
	margin-top: 20px;
}
.guide_btn a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}
.guide_btn a:before {
  content: "\f05a";
  font-family: FontAwesome;
  margin-right: 5px;
}
/* 商品詳細 */
.fs-c-productList__list__item .fs-c-productMark > li{
	padding-bottom: 7px;
}
.fs-c-productMark > li .fs-c-productMark__mark--image{
  width: 24px;
  margin-right: 4px;
}
.fs-p-productSummary {
  margin: 30px 0 0;
}
.fs-p-productDescription.fs-p-productDescription--full .detail-cont {
  margin: 40px 0;
}
.fs-p-productDescription.fs-p-productDescription--full .detail-cont th {
  font-weight: normal;
}
.fs-p-productDescription.fs-p-productDescription--full .detail-cont table {
  border-top: solid 1px #bfbfbf;
}
.fs-p-productDescription.fs-p-productDescription--full .detail-cont th, .fs-p-productDescription.fs-p-productDescription--full .detail-cont td {
  border-bottom: solid 1px #bfbfbf;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
.fs-p-productDescription.fs-p-productDescription--short .note-txt {
  padding: 15px;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}
.fs-p-productDescription.fs-p-productDescription--full .tit, .fs-p-productDescription.fs-p-productDescription--short .tit {
  margin-bottom: 5px;
}
.fs-p-productDescription.fs-p-productDescription--short .note-cont {
  margin-bottom: 50px;
}
#item_detail_area .wrap {
  width: 49%;
}
.fs-c-productList__list__item .fs-c-productPrice {
  /*justify-content: flex-end;*/
  font-weight: 400;
  margin: 0 10px 10px;
}
.fs-c-modal__inner .fs-c-productPrice {
  margin: 0;
}
span.fs-c-productName__copy {
  margin: 0 0 5px 0;
}
.fs-c-productPrices--productDetail .fs-c-productPrice {
  justify-content: flex-start;
}
.fs-c-productPrice__main__label {
  font-size: 12px;
}
span.fs-c-productPrice__main__price.fs-c-price {
  margin: 0 8px;
}
.fs-c-productNumber {
  border: none;
  padding: 0;
  margin-top: 20px;
}
.fs-c-productNumber {
  text-align: right;
  display: inherit;
}
.fs-c-button--inquiryAboutProduct {
  border: solid 1px #bfbfbf;
  padding: 10px;
  width: 100%;
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.fs-c-button--inquiryAboutProduct:hover {
  color: #CF251C;
  text-decoration: none;
}
.fs-c-button--inquiryAboutProduct span::before {
  content: "\f003" !IMPORTANT;
  font-family: FontAwesome !IMPORTANT;
  background: none !IMPORTANT;
  height: 20px !IMPORTANT;
  transition: inherit !IMPORTANT;
  margin-right: 10px;
}
.fs-c-returnedSpecialContract {
  font-size: 12px;
  text-align: right;
}
.fs-c-productPrice.fs-c-productPrice--member span {
  color: #cf251c;
}
.fs-c-memberOnlyMessage {
  margin-bottom: 300px;
}
.fs-c-memberOnlyMessage__button.fs-c-buttonContainer.fs-c-buttonContainer--moveToLogin a.fs-c-button--moveToLogin.fs-c-button--primary {
  min-width: 350px;
}
.fs-c-productMark__item .fs-c-productMark__mark--1{
	padding: 5px;
	font-size:12px;
}
.fs-c-productMark__item .day1_2,.fs-c-productMark__item .day3_4,.fs-c-productMark__item .day5,
.fs-c-productMark__item .size_a4,.fs-c-productMark__item .size_a5,.fs-c-productMark__item .size_a3,
.fs-c-productMark__item .size_b4,.fs-c-productMark__item .size_b5,.fs-c-productMark__item .front_a4,
.fs-c-productMark__item .front_a3,.fs-c-productMark__item .front_b4,.fs-c-productMark__item .front_b5,
.fs-c-productMark__item .front_a5,.fs-c-productMark__item .caster{
	color: #808080;
    border: 1px solid #808080;
}

@media screen and (min-width: 768px) {
  .fs-c-variationCart--withImage > li {
    grid-template-columns: auto 1fr 2em 170px;
  }
}
/*再入荷*/
.fs-c-button--addToCart--variation,.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  font-size: 15px !IMPORTANT;
  height: 45px;
}
#fs-recommend--flick {
  margin: 40px 0;
}
.fs-c-productNumber {
  font-size: 1.3rem;
}
.fs-c-productNameHeading__copy {
  font-size: 0.8em;
  display: block;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  #item_detail_area .fl {
    display: block;
  }
  #item_detail_area .wrap {
    width: 100%;
  }
}
/* アイコンの説明 */
.icon_info_block {
  border: solid 1px #bfbfbf;
  padding: 25px;
  margin: 80px 0 !important;
}
.icon_info_block .tit {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.icon_info_block ul {
  margin: 0;
  padding: 0;
}
.icon_info_block li {
  font-size: 12px;
  background-size: 25px !important;
  list-style: none;
  width: 25%;
  padding: 3px 0 5px 33px;
  margin: 0 0 10px 0;
  font-weight: 400;
}
li.icon_2brief {
  background: url(https://bermas2211.itembox.design/item/img/2brief.png) no-repeat;
}
li.icon_3brief {
  background: url(https://bermas2211.itembox.design/item/img/3brief.png) no-repeat;
}
li.icon_pc {
  background: url(https://bermas2211.itembox.design/item/img/pc.png) no-repeat;
}
li.icon_pet {
  background: url(https://bermas2211.itembox.design/item/img/pet.png) no-repeat;
}
li.icon_3way {
  background: url(https://bermas2211.itembox.design/item/img/3way.png) no-repeat;
}
li.icon_carry {
  background: url(https://bermas2211.itembox.design/item/img/carry.png) no-repeat;
}
li.icon_expandable {
  background: url(https://bermas2211.itembox.design/item/img/expandable.png) no-repeat;
}
li.icon_shoulder {
  background: url(https://bermas2211.itembox.design/item/img/shoulder.png) no-repeat;
}
li.icon_hanger {
  background: url(https://bermas2211.itembox.design/item/img/hanger.png) no-repeat;
}
li.icon_115luggage {
  background: url(https://bermas2211.itembox.design/item/img/115_luggage.png) no-repeat;
}
li.icon_157luggage {
  background: url(https://bermas2211.itembox.design/item/img/157_luggage.png) no-repeat;
}

#fs_ProductCategory span.sale_icon.fs-c-productMark__mark--19.fs-c-productMark__mark,#fs_ProductCategory span.outlet_icon.fs-c-productMark__mark--34.fs-c-productMark__mark {
    position: absolute;
    top: 10px;
    left: 5px;
	font-size: 15px;
}


@media screen and (max-width: 767px) {
  .icon_info_block li {
    width: 50%;
  }
}

/* クーポンタグ追記 */
span.b_coupon.fs-c-productMark__mark--5.fs-c-productMark__mark {
    display: none;
}


/* ご利用ガイド 個人情報保護方針 特定商取引法に基づく表示 返品特約 */
#fs_ReturnPolicy .fs-l-pageMain, #guide .guide-bl, #fs_PrivacyPolicy .fs-l-pageMain, #fs_AboutTerms .fs-l-pageMain {
  font-size: 13px;
  line-height: 1.7;
}
#guide {
  font-size: 13px;
  line-height: 1.7;
}
#guide .txt-wr ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
#guide .txt-wr li {
  margin: 10px 0;
}
#guide p {
  margin: 20px 0;
	
}
#guide h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#guide h2::before {
  content: "\f05a";
  display: block;
  font-family: FontAwesome;
  color: #c2261f;
  margin-bottom: 8px;
}
.guide-tb th {
  background: #f7f7f7;
}
.guide-tb {
  border: solid 1px #b2b2b2;
}
.guide-tb th, .guide-tb td {
  padding: 15px 20px;
  border-bottom: dashed 1px #b2b2b2;
}
.guide-tb tr:last-child th, .guide-tb tr:last-child td {
  border-bottom: none;
}
#guide .link-cont {
  background: #f7f7f7;
  padding: 25px 0;
}
.link-cont li {
  border-right: dashed 1px #b2b2b2;
  list-style: none;
  width: 20%;
  text-align: center;
}
#guide .link-cont li:last-child {
  border: none;
}
#guide .link-cont a {
  color: #000;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
#guide .link-cont a:hover {
  color: #c52c24;
}
.guide-bl {
  margin: 60px 0;
}
.guide-bl h3, h3.fs-c-documentColumn__heading {
  border-bottom: solid 2px #000;
  font-size: 18px;
}
.guide-bl h3::before, h3.fs-c-documentColumn__heading::before {
  content: "";
  width: 5px;
  height: 23px;
  background: #000;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 12px 0;
}
h3.fs-c-documentColumn__heading {
  border-left: none;
  color: #000;
  padding: 0;
}
.txt-wr {
  margin: 18px;
}
#guide .contact-tb th {
  font-weight: normal;
}

#guide p.paypay-attn {
    margin: 0 0 35px !important;
}

span.paypay-attn2 {
    display: block;
    margin-bottom: 10px;
}

#guide .paypay a{
	text-decoration: underline;
}

contact-tb {
  margin: 10px 0;
  line-height: 2;
}
.contact-tb td {
  padding: 0 0 0 10px;
}
.fs-c-documentArticle__heading {
  background: #f7f7f7;
  color: #000;
  padding: 10px;
}
.fs-p-address {
  font-style: normal;
}
.fs-c-list li::before {
  border: 4px solid #999;
}
table.contact-tb th {
  vertical-align: top;
  font-weight: normal;
}
table.contact-tb th, table.contact-tb td {
  padding: 5px;
}
table.contact-tb {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  table.contact-tb th, table.contact-tb td {
    padding: 5px;
    display: block;
    text-align: left;
  }
  table.contact-tb th {
    background: #f7f7f7;
  }
}
/* シリーズカテゴリーページ共通 */
body.fs-body-category-travel .fs-c-subgroup, body.fs-body-category-travel h1.fs-c-heading.fs-c-heading--page, body.fs-body-category-business .fs-c-subgroup, body.fs-body-category-business h1.fs-c-heading.fs-c-heading--page, body.fs-body-category-businesstravel .fs-c-subgroup, body.fs-body-category-businesstravel h1.fs-c-heading.fs-c-heading--page {
  display: none;
}
body.fs-body-category-travel .fs-c-productList, body.fs-body-category-business .fs-c-productList, body.fs-body-category-businesstravel .fs-c-productList {
  margin: 0px 0 0;
}
.cat_title {
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.cat_title h2 span {
  font-size: 18px;
  margin: 5px 0 0 0;
  display: block;
}
.cat_title h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0;
}
.pick_collection .btn_more a {
  width: 220px;
  font-size: 18px;
  font-weight: bold;
}
/* トラベルシリーズカテゴリーページ */
#series01 .cat_main_img, #series02 .cat_main_img, #series03 .cat_main_img {
  margin-bottom: 30px;
  background-size: 100%;
}
/*
#series01 .cat_main_img {
	background: url(https://bermas2211.itembox.design/item/img/series01_main.jpg) left top no-repeat;
	background-size: 100%;
}
*/
.cat_main_img + .main_txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 18px 0;
}
body.fs-body-category-travel .pick_collection {
  background: url(https://bermas2211.itembox.design/item/img/series01_pick.jpg) left top no-repeat;
  background-size: cover;
}
.pick_collection {
  position: relative;
  background-size: 100%;
  padding: 60px 60px calc(100%*800/1490 - 180px) 60px;
}
.pick_collection .btn_more {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.pick_collection h2 {
  color: #c52c24;
}
.pick_collection span {
  color: #000;
}
.collection .txt {
  width: 70%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30px;
}
.collection .txt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.collection .txt p {
  font-size: 12px;
}
.collection .img {
  width: 49.1%;
  position: relative;
  margin-bottom: 13px;
}
.collection .img a{
	display: block;
	width: 100%;
	height: 100%;
}
.collection .img img{
  vertical-align: bottom;
  object-fit: cover;
}

@media screen and (min-width:769px){
.collection .img img {
  height: 100%;
  vertical-align: bottom;
}
}
.layer {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
}
.collection .img a:hover .txt {
  color: #000;
}
.collection .img a:hover .layer {
  background: rgba(208, 38, 31, 0.9);
}
.layer, .scene li a, .collection .txt, #journal_bnr .txt {
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.scene li {
  list-style: none;
  width: 15.4%;
  text-align: center;
  min-height: 80px;
  display: flex;
}
.scene li a {
  color: #000;
  border: solid 1px #808080;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
}
.scene li a:hover {
  background: #CF251C;
  border: solid 1px #CF251C;
}
/* ビジネスシリーズ */
/*
#series02 .cat_main_img {
	background: url(https://bermas2211.itembox.design/item/img/series02_main.jpg) left top no-repeat;
	background-size: 100%;
}
*/
body.fs-body-category-business .pick_collection {
  background: url(https://bermas2211.itembox.design/item/img/series02_pick.jpg) center top no-repeat;
  background-size: cover;
}
/*
#series02 .cat_main_img .cat_title {
	color: #fff;
}
*/
/* ビジネストラベルシリーズ */
/*
#series03 .cat_main_img {
	background: url(https://bermas2211.itembox.design/item/img/series03_main.jpg) left top no-repeat;
	background-size: 100%;
}
*/
body.fs-body-category-businesstravel .pick_collection {
  background: url(https://bermas2211.itembox.design/item/img/series03_pick.jpg) left center no-repeat;
  background-size: cover;
  padding: 60px 60px calc(100%*800/1490 - 240px) 60px;
}
/*
#series03 .cat_main_img .cat_title {
	text-align: right;
}
*/
/* シリーズ sp*/
@media screen and (max-width: 767px) {
  /*
#series01 .cat_main_img, #series02 .cat_main_img, #series03 .cat_main_img {
 padding: 20px 20px calc(100%*760/1490 - 100px) 20px;
	height: auto;
}
*/
  .cat_title h2 {
    font-size: 32px;
  }
  .pick_collection {
    padding: 20px 20px calc(100%*1000/1490 - 100px) 20px;
    height: auto;
  }
  #series03 .pick_collection {
    padding: 20px 20px calc(100%*900/1490 - 130px) 20px;
  }
.pick_collection .btn_more {
    bottom: 15px;
    right: 15px;
}
.pick_collection .btn_more a {
    width: 170px;
    height: 40px;
    font-size: 15px;
}
  .cat_main_img + .main_txt h3 {
    font-size: 16px;
  }
  .cat_title .f20 {
    font-size: 18px;
  }
  .cat_title h2 span {
    font-size: 15px;
  }
  .scene li {
    width: 32%;
    margin-bottom: 8px;
  }
  .collection .txt {
    width: 100%;
    top: 0;
    transform: none;
    left: 0;
    padding: 10px;
  }
  .collection .txt p {
    display: none;
  }
  .collection .txt h4 {
    font-size: 16px;
  }
}
/* カテゴリーページ */
h1.fs-c-heading.fs-c-heading--page {
  text-align: left;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  border-bottom: none;
  padding: 0;
  margin-top: 70px;
}
@media (min-width: 768px) {
  h1.fs-c-heading.fs-c-heading--page {
    margin-top: 0px;
  }
}
.fs-system-product {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .fs-system-product {
    margin-top: 0px;
  }
}
h1.fs-c-heading.fs-c-heading--page::before {
  content: "";
  display: inline-block;
  background: #c52c24;
  width: 5px;
  height: 50px;
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 2.5px;
}
.fs-c-subgroupList {
  margin: 10px 42.5px;
}
.fs-c-subgroupList__link::after {
  display: none;
}
li.fs-c-subgroupList__item {
  margin: 0 15px 15px 0;
  flex-grow: inherit;
  flex-basis: 22.7%;
}
li.fs-c-subgroupList__item:nth-child(4n) {
  margin-right: 0;
}
li.fs-c-subgroupList__item a {
  background: #fff;
  display: block;
  padding: 30px 0;
  border: solid 1px #808080;
  color: #000;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
li.fs-c-subgroupList__item a:hover {
  background: #CF251C;
  border: solid 1px #CF251C;
}
.fs-c-sortItems__list__item.is-active {
  background: #000;
}
li.fs-c-sortItems__list__item a:hover {
  background: #000;
  color: #fff;
}
.fs-c-productList__controller {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
span.fs-c-sortItems__label {
  border: none;
}
.fs-c-sortItems, .fs-c-listControl {
  margin: 0;
}
/*
.fs-c-productList__list__item button.like_on.fs-c-button--addToWishList--icon.fs-c-button--image, .fs-c-productList__list__item button.like_off.fs-c-button--removeFromWishList--icon.fs-c-button--image {
	position: absolute;
	bottom: 77px;
	left: 10px;
}
*/
.fs-c-productListItem__image.fs-c-productImage a img, article.fr2-listItem a img {
  transition: .5s;
  -webkit-transition: .5s;
}
.fs-c-productListItem__image.fs-c-productImage a:hover img, article.fr2-listItem a:hover img {
  opacity: 0.5;
}
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  border: none;
}
button.like_off.fs-c-button--removeFromWishList--icon.fs-c-button--image, button.like_on.fs-c-button--addToWishList--icon.fs-c-button--image {
  margin-right: 10px;
}
.fs-c-modal__contents button.like_on.fs-c-button--addToWishList--icon.fs-c-button--image.is-disabled {
  position: inherit;
}
h2.fs-c-productListItem__productName.fs-c-productName {
  margin: 10px;
}
h2.fs-c-productListItem__productName.fs-c-productName a {
  color: #000;
  font-weight: bold;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
h2.fs-c-productListItem__productName.fs-c-productName a:hover {
  color: #CF251C;
}
.fs-c-productList__list__item {
  border-bottom: 0;
  padding: 0;
  border-right: solid 2px #f7f7f7;
}
.fs-c-productList__list__item:nth-child(4n) {
  border-right: none;
}
article.fs-c-productList__list__item.fs-c-productListItem {
  position: relative;
  padding: 0 0 20px 0;
  background: #f7f7f7;
}
article.fs-c-productList__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer {
  background: #fff;
}
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  background: #fff;
}
.fs-c-productListItem__prices.fs-c-productPrices {
  padding-right: 10px;
}
.fs-c-productList__list .fs-c-productMarks {
  margin: 10px 10px 3px;
}
.fs-c-mark--preorder {
  margin: 10px 0 0 0;
}
.fs-c-productList__list .fs-c-productListItem__preorderMessage.fs-c-preorderMessage {
  margin: 5px 10px;
}
.fs-c-productList__list ul.fs-c-productMark {
  /*height: 23px;*/
}
span.fs-c-productName__name {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList {
    margin: 10px;
  }
  li.fs-c-subgroupList__item {
    margin: 0 10px 10px 0;
  }
  li.fs-c-subgroupList__item a {
    display: flex;
    padding: 10px 0;
  }
  .fs-c-subgroupList__label {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
  }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
/* カートボタン */
button.fs-c-button--addToCart--list, .fs-c-button--addToCart--variation {
  display: block;
  color: #000;
  padding: 5px 10px;
  margin: 0 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: none;
}
.fs-c-button--addToCart--list:hover, .fs-c-button--addToCart--variation:hover, .fs-c-button--addToCart--detail:hover {
  background: #000 !important;
  color: #CF251C !important;
  text-decoration: none;
}
.fs-c-button--addToCart--list::before {
  content: normal !important;
}
.fs-c-button--addToCart--list span.fs-c-button__label::before, .fs-c-button--addToCart--variation span.fs-c-button__label::before, .fs-c-button--addToCart--detail span.fs-c-button__label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/cart_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.fs-c-button--addToCart--list:hover span.fs-c-button__label::before, .fs-c-button--addToCart--variation:hover span.fs-c-button__label::before, .fs-c-button--addToCart--detail:hover span.fs-c-button__label::before {
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/cart_red.svg) no-repeat;
}
button.fs-c-button--addToCart--list.fs-c-button--plain:hover {
  border-color: #000;
}
/*再入荷*/
button.fs-c-button--secondary/*.fs-c-button--subscribeToArrivalNotice--variation*/{
	margin: 0 10px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	box-shadow: none;
}
button.fs-c-button--secondary:hover{
	color: #CF251C;
	border: 1px solid #cf251c;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
button.fs-c-button--subscribeToArrivalNotice--variation {
	padding: 0;
}
button.fs-c-button--subscribeToArrivalNotice--detail{
	margin: 0;
}

article.fs-c-productList__list__item button.fs-c-button--addToCart--list.fs-c-button--plain, .fs-c-modal__inner button.fs-c-button--addToCart--detail.fs-c-button--primary, .fs-c-productListCarousel__list .fs-c-button--addToCart--list, a.fs-c-button--viewProductDetail {
  /*border:solid 2px #fff;*/
  background: #ccc;
  border: none;
  box-shadow: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
article.fs-c-productList__list__item button.fs-c-button--addToCart--list.fs-c-button--plain:hover, .fs-c-modal__inner button.fs-c-button--addToCart--detail.fs-c-button--primary:hover, .fs-c-productListCarousel__list .fs-c-button--addToCart--list:hover {
  background: #000;
  color: #fff !important; /*border:solid 2px #000;*/
}
article.fs-c-productList__list__item button.fs-c-button--addToCart--list.fs-c-button--plain:hover span.fs-c-button__label::before, .fs-c-modal__inner button.fs-c-button--addToCart--detail.fs-c-button--primary:hover span.fs-c-button__label::before, .fs-c-productListCarousel__list .fs-c-button--addToCart--list:hover span:before {
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/cart_wh.svg) no-repeat;
}
/* モダール */
.fs-c-modal__inner button.like_on.fs-c-button--addToWishList--icon.fs-c-button--image {
  position: inherit !IMPORTANT;
}
.fs-c-modal__inner button.fs-c-button--addToCart--variation {
  font-size: 13px !IMPORTANT;
}
/* カルーセル商品一覧 */
article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  background: #f7f7f7;
}
.slick-track span.fs-c-productName__name {
  margin-top: 0px !important;
}
.fs-c-productListCarousel__list__item span.fs-c-productName__name {
  margin: 0 0 10px 10px
}
.fs-c-productListCarousel__list__item ul.fs-c-productMark {
  margin: 10px;
}
.slick-track .fs-c-productPrice, .slick-track span.fs-c-productName__copy {
  margin-left: 10px;
}
.slick-track span.fs-c-productName__name {
  font-weight: bold;
}
a.fs-c-button--viewProductDetail {
  padding: 5px;
  margin-left: 10px;
  color: #000;
}
span.fs-c-productName__variation {
  margin: 0 10px;
}
a.fs-c-button--viewProductDetail span::after {
  display: inline-block;
  content: "";
  width: 42px;
  height: 7px;
  margin-left: 10px;
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow.svg) center center no-repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  display: none;
}
a.fs-c-button--viewProductDetail:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.fs-c-productListCarousel__list .fs-c-button--addToCart--list:hover {
  color: #fff !important;
}
.fs-c-productListCarousel__list .fs-c-button--addToCart--list:hover span.fs-c-button__label::before {
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/cart_wh.svg) no-repeat;
}
a.fs-c-button--viewProductDetail:hover span::after {
  background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow_wh.svg) center center no-repeat;
}
.slick-slide {
  border-right: solid 2px #f7f7f7;
}
.fs-c-productListCarousel__list__item, .fs-c-productListCarousel__list__item {
  margin: 0 !IMPORTANT;
}
h2.rcmd_tag_cont_tit, .fs-p-heading--lv2, .fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 2px #d0261f;
  padding: 0 0 8px 0;
}
h2.rcmd_tag_cont_tit {
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 767px) {
  article.fs-c-productList__list__item button.fs-c-button--addToCart--list.fs-c-button--plain {
    font-size: 12px;
  }
  .fs-c-productListCarousel__list__item {
    flex-basis: 150px;
    max-width: 150px;
    min-width: 150px;
    margin: 0 4px;
  }
  a.fs-c-button--viewProductDetail {
    padding: 5px;
    font-size: 13px;
  }
  a.fs-c-button--viewProductDetail span::after {
    width: 22px;
    height: 8px;
  }
}
/* レコメンド商品一覧 */
.fr2-productList--col4 {
  grid-gap: 0 !important;
}
article.fr2-listItem {
  /*border-bottom: solid 2px #f7f7f7;*/
  /*background: #f7f7f7;*/
  padding: 0;
}
.fr2-listItem__link {
  display: block;
}
article.fr2-listItem:nth-child(4n) {
  border-right: none;
}
h2.fr2-listItem__productName {
  margin: 10px;
  font-weight: bold;
}
.fr2-price {
  margin: 10px 10px 20px 10px;
}
/* new item */
.fr2-listItem__imageContainer {
  position: relative;
}
#ec_top #_rcmdjp_display_1 .fr2-listItem__imageContainer::before, #ec_top #_rcmdjp_display_2 .fr2-listItem__imageContainer::before, #ec_top #_rcmdjp_display_3 .fr2-listItem__imageContainer::before {
  width: 32px;
  height: 32px;
  z-index: 1;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#ec_top #_rcmdjp_display_1 .fr2-listItem__imageContainer::before {
  content: "NEW";
  background: #CF251C;
}
#ec_top #_rcmdjp_display_2 .fr2-productList--col4 > *:nth-child(1) .fr2-listItem__imageContainer::before,#ec_top #_rcmdjp_display_3 .fr2-productList--col4 > *:nth-child(1) .fr2-listItem__imageContainer::before {
  content: "1";
  background: #EDD865;
}
#ec_top #_rcmdjp_display_2 .fr2-productList--col4 > *:nth-child(2) .fr2-listItem__imageContainer::before,#ec_top #_rcmdjp_display_3 .fr2-productList--col4 > *:nth-child(2) .fr2-listItem__imageContainer::before {
  content: "2";
  background: #6E7E85;
}
#ec_top #_rcmdjp_display_2 .fr2-productList--col4 > *:nth-child(3) .fr2-listItem__imageContainer::before,#ec_top #_rcmdjp_display_3 .fr2-productList--col4 > *:nth-child(3) .fr2-listItem__imageContainer::before {
  content: "3";
  background: #583E23;
}
@media screen and (max-width: 767px) {
  .fr2-productList--col4 {
    grid-template-columns: calc(50% - 0px) calc(50% - 0px) !Important;
  }
  .fr2-productList--col4 > *:nth-child(3) {
    -ms-grid-column: 1 !Important;
    grid-column: 1 !Important;
    -ms-grid-row: 2 !Important;
    grid-row: 2 !Important;
  }
  .fr2-productList--col4 > *:nth-child(4) {
    -ms-grid-column: 2 !Important;
    grid-column: 2 !Important;
    -ms-grid-row: 2 !Important;
    grid-row: 2 !Important;
  }
  .fr2-productList--col4 > *:nth-child(4) {
    -ms-grid-column: 2 !Important;
    grid-column: 2 !Important;
    -ms-grid-row: 2 !Important;
    grid-row: 2 !Important;
  }
  .fr2-productList--col4 > *:nth-child(5) {
    -ms-grid-column: 1 !Important;
    grid-column: 1 !Important;
    -ms-grid-row: 3 !Important;
    grid-row: 3 !Important;
  }
  .fr2-productList--col4 > *:nth-child(6) {
    -ms-grid-column: 2 !Important;
    grid-column: 2 !Important;
    -ms-grid-row: 3 !Important;
    grid-row: 3 !Important;
  }
  .fr2-productList--col4 > *:nth-child(7) {
    -ms-grid-column: 1 !Important;
    grid-column: 1 !Important;
    -ms-grid-row: 4 !Important;
    grid-row: 4 !Important;
  }
  .fr2-productList--col4 > *:nth-child(8) {
    -ms-grid-column: 2 !Important;
    grid-column: 2 !Important;
    -ms-grid-row: 4 !Important;
    grid-row: 4 !Important;
  }
  .fr2-productList--col4 > *:nth-child(9) {
    -ms-grid-column: 1 !Important;
    grid-column: 1 !Important;
    -ms-grid-row: 5 !Important;
    grid-row: 5 !Important;
  }
  .fr2-productList--col4 > *:nth-child(10) {
    -ms-grid-column: 2 !Important;
    grid-column: 2 !Important;
    -ms-grid-row: 5 !Important;
    grid-row: 5 !Important;
  }
}
/* コレクション カテゴリーページ */
.fs-body-category .cate_title {
  padding: 50px;
  height: 250px;
  background-size: 100%;
  color: #fff;
  font-weight: bold;
}
.fs-body-category .cate_title h2 {
  font-size: 38px;
}
.fs-body-category .cate_title .txt {
  font-weight: bold;
}
.fs-body-category .cate_title .txt p {
  font-size: 18px;
  margin: 10px 0 0 0;
  width: 365px;
}
.fs-c-productList {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .fs-c-productList {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(52% - 35px / 2) calc(48% - 35px / 2);
    grid-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .fs-body-category .cate_title {
    padding: 20px 20px calc(100%*500/1490 - 70px) 20px;
    height: auto;
    margin-top: 80px;
  }
  .fs-body-category .cate_title .txt p {
    width: auto;
  }
  .fs-body-category .cate_title h2 {
    font-size: 30px;
  }
  .fs-body-category .cate_title .txt p {
    font-size: 15px;
  }
}
/* カート画面 */
.fs-c-continueShopping {
  margin: 40px 0;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  padding: 10px 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  nav.globalMenuSp, nav.globalMenuSp2 {
    display: none;
  }
}
/* ログイン画面 ロゴ */
.fs-l-header__logo {
  width: 180px;
  margin: 0 auto;
}
/* スマホ */
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .main_wrapper {
    min-width: auto;
    max-width: none;
  }
  h1 {
    margin-right: 45px;
  }
  header .btn a {
    margin-right: 10px;
  }
  /*ハンバーガーメニュー*/
  header {
    height: 115px;
  }
  .pc_nav {
    display: none;
  }
  header .globalMenuSp2 ul li {
    margin-right: 0px;
  }
  header .btn {
    display: none;
  }
  nav.globalMenuSp, nav.globalMenuSp2 {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    background: rgba(7, 7, 7, 0.8);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  nav.globalMenuSp ul {
    margin: 95px auto 30px 0;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    font-size: 15px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #fff;
    line-height: 50px;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 0 0 0 20px;
    text-align: left;
  }
  nav.globalMenuSp.active, nav.globalMenuSp2.active {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  .navToggle, .navToggle2 {
    display: block;
    position: fixed;
    right: 13px;
    top: 53px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }
  /*
	.navToggle2 {
		right: 60px;
	}
	*/
  .navToggle span, .navToggle2 span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle.active span, .navToggle2.active span {
    border-bottom: solid 2px #c52c24;
  }
  .navToggle span:nth-child(1), .navToggle2 span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2), .navToggle2 span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3), .navToggle2 span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4), .navToggle2 span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  .navToggle.active span:nth-child(1), .navToggle2.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3), .navToggle2.active span:nth-child(2), .navToggle2.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  li.accordion p {
    margin: 0 0 0 20px;
    color: #fff;
    text-align: left;
    cursor: pointer;
  }
  .sp_leagal {
    margin: 20px 0;
    font-size: 0.9em;
  }
  .sp_leagal li {
    margin: 5px 0;
  }
  .sp_leagal a {
    color: #fff;
  }
  .sp_leagal a:hover {
    color: #cf251c;
  }
  /*//ハンバーガーメニュー*/
  /* sp商品カテゴリーメニュー */
  .sidenav-wrapper {
    width: 60%;
    padding: 20px;
  }
  #sidenav-wrap1 {
    text-align: left;
    color: #fff;
    padding: 0px 0;
  }
  .fs-p-drawer__welcomeMsg {
    margin: 3px 0;
  }
  #sidenav-wrap1 .fs-p-scrollingCartButton__label {
    display: inline;
    color: #FFF;
    text-align: left;
  }
  #sidenav-wrap1 .fs-p-scrollingCartButton__button {
    text-align: left;
  }
  #sidenav-wrap2 {
    margin-top: 20px;
    text-align: left;
    color: #fff;
    padding: 0 0 20px;
  }
  #sidenav-wrap2 a {
    color: #fff;
  }
  div#breadcrumb {
    padding: 10px 0;
  }
  .footer_block {
    display: none;
  }
  .footer_wrap.flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .copyright.flex_wrap {
    display: block;
  }
  .copyright {
    text-align: center;
  }
  .copyright p {
    margin-bottom: 15px;
  }
  i.fa.fa-facebook-official {
    margin: 0 20px 0 0;
  }
  header li.accordion ul.inner {
    display: none;
    position: static;
    margin: 0 0 10px 15px;
  }
  header li.accordion ul.inner li {
    border: none;
    line-height: 10px;
  }
  header li.accordion ul.inner li a {
    font-size: 13px;
    color: #fff;
    text-align: left;
    padding: 1em 0;
  }
  header li.accordion ul.inner li a::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
  }
  .ec_nav {
    color: #fff;
    text-align: left;
    /*padding: 20px;
    width: 70%;*/
  }
  .fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login {
    border: none;
    color: #000;
    text-align: left;
    display: inline-block;
    background: #CF251C;
    padding: 10px 30px;
    line-height: 1;
    margin: 10px 0;
  }
  .fs-p-drawer__loginLogout__logout:hover, .fs-p-drawer__loginLogout__login:hover {
    background: #000;
  }
  .ec_nav .fs-p-scrollingCartButton__label {
    display: inline;
  }
  .ec_nav .fs-p-scrollingCartButton {
    position: inherit;
    left: 0;
    width: 130px;
    margin: 15px 0;
    bottom: inherit;
    z-index: 100;
  }
  .search-wrapper .fs-p-inputGroup {
    background: none;
  }
  .search-wrapper span::after {
    display: none;
  }
  .search-wrapper .fs-p-searchForm__input {
    width: calc(100% - 3em);
  }
  .search-wrapper .fs-p-inputGroup {
    margin-right: 0;
  }
  .search-wrapper {
    margin: 0 0 20px 0;
  }
  .globalMenuSp2 .side_bnr_area img {
    vertical-align: bottom;
  }
  /*
.globalMenuSp2 .side_bnr_area div {
	background: #000;
}
*/
  /* 全体 */
  section.fs-l-pageMain {
    margin: 10px 10px 0px;
  }
}
@media screen and (max-width: 500px) {
	.navToggle, .navToggle2 {
    top: 73px;
}
}

.series_cat {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .series_cat {
    /*margin-top: 50px;*/
  }
}
/* パンくず */
.item_detail_breadcrumb .fs-c-breadcrumb__list {
  padding: 0 20px;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " / ";
  color: #999;
}
li.fs-c-breadcrumb__listItem:first-child a {
  color: #999;
}
/* ページネーション */
.fs-c-pagination__item.is-active {
  background: #000000;
}
/* ページ上部へ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 7px;
}
/* ヘッダーのお知らせ お知らせがない時は消す*/
/*
.fs-l-header {
	height:158px;
}
*/
.head_attention {
  font-weight: normal;
  /*	font-size: 12px;*/
  border: solid 1px #CF251C;
  padding: 10px;
  color: #FFF;
  /*	margin:20px 0 20px 0;*/
  margin-bottom: 20px;
  background: #CF251C;
}
/*
.header_attention_wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 100;
    background: #fff;
}
*/
#fs_CustomPage .head_attention {
  /*    margin: 20px;
    position: fixed;
    top: 0;
    height: 58px;
    width: calc(100% - 40px);
    z-index: 100;
    background: #fff;*/
}
.head_attention .tit {
  font-weight: bold;
}
.fs-l-header {
  /*    padding-top: 0px;*/
}
#fs_CustomPage header.main_wrapper {
    top: auto;
}
@media screen and (max-width: 767px) {
  .fs-l-header {
    padding-top: 0px;
  }
  #fs_CustomPage header.main_wrapper, .fs-l-header {
    position: inherit;
  }
  #fs_CustomPage .head_attention {
    height: auto;
    position: inherit;
  }
}
/* wrapping */
.free_wrapping {
  background: #F9F7F8;
  padding: 20px;
  align-items: center;
}
.free_wrapping .wrapping_tit {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px #CF241C;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.free_wrapping .wrapping_tit::before {
  content: "\f06b";
  font-family: FontAwesome;
  color: #CF241C;
  margin-right: 10px;
}
.free_wrapping .wrapping_tit span {
  margin-right: 15px;
}
.free_wrapping .wrapping_tit + p {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.free_wrapping .img-wrap {
  margin-right: 20px;
  width: 25%;
}
.free_wrapping .txt-wrap {
  width: 74%;
}
.free_wrapping .txt-wrap p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .free_wrapping {
    display: block;
  }
  .free_wrapping .txt-wrap {
    width: 100%;
  }
  .free_wrapping .img-wrap {
    width: 100%;
  }
  .free_wrapping .wrapping_tit {
    margin-top: 10px;
  }
}
.header_attention {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 40px 0;
  background: #f7f7f7;
  padding: 20px;
}
.header_attention .tit {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}
.header_attention p {
  margin: 10px 0;
}
.header_info {
  text-align: center;
  max-width: 232px;
  font-size: 13px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 678px) {
  .header_wrap .draw {
    margin-left: 10px;
  }
  /*header.main_wrapper .btn::after {
    content: "5,500円(税込)以上の購入で送料無料！";
    font-size: 0.95em;
    font-weight: normal;
    margin-top: 5px;
    position: absolute;
    right: 0;
  }*/
}
@media screen and (min-width: 1320px) {
  header.main_wrapper .btn {
    display: flex;
    align-items: flex-start;
  }
  header.main_wrapper .btn::before {
    /*content: "5,500円(税込)以上の購入で送料無料！";
    font-size: 0.95em;
    font-weight: normal;
    margin-top: 7px;*/
  }
  header.main_wrapper .btn::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  header.main_wrapper::after {
    /*content: "5,500円(税込)以上の購入で送料無料！";
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 10px;
    position: absolute;
    right: 10px;*/
  }
}
.fs-l-pageMain iframe {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .fs-l-pageMain iframe {
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .fs-l-pageMain iframe {
    height: 240px;
  }
}
/*商品詳細ページ用BERMASCLUBボタン*/
#header-bermasclub-btn.item_sp_bermasbtn {
  margin: auto;
}
#header-bermasclub-btn.item_sp_bermasbtn a {
  padding: 3px 35px;
  border: 1px solid #bfbfbf;
}
#header-bermasclub-btn.item_sp_bermasbtn dl {
  text-align: center;
}
#header-bermasclub-btn.item_sp_bermasbtn a:hover {
  color: #CF251C;
  border: 1px solid #000;
  background: #000;
}
.enter-btn {
  width: 95%;
  margin: 0px auto 0px;
}
@media only screen and (min-width: 768px) {
  .enter-btn {
    display: none;
  }
}
.enter-btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.enter-btn ul li {
  width: 48%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
.enter-btn ul li:nth-child(1) a {
  color: #CF251C;
}
.enter-btn ul a {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border: 1px solid #CCC;
  padding: 10px 0;
  font-weight: bold;
}
.enter-btn ul a span {
  display: block;
  color: #000 !important;
  font-weight: normal;
  font-size: 10px;
  margin-top: 5px;
}
.fs-c-subgroup {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .fs-c-subgroup {
    margin-top: 0px;
  }
}
#series01, #series03, #series02 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  #series01, #series03, #series02 {
    margin-top: 0px;
  }
}
/* 20200529 */
.top_bnr-area .box {
  position: relative;
  text-align: center;
  background: #f7f7f7;
  min-height: 240px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .top_bnr-area .box {
    margin-bottom: 50px;
  }
}
.top_bnr-area .box img {
  max-height: 530px;
}
.top_bnr-area .box .btn_more.btn_long {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .top_bnr-area .box .btn_more.btn_long {
    bottom: 30px;
    right: 30px;
  }
}
/* 20200618 */
.top_bnr-area .box2 {
  background: #eef0ef !important;
  max-height: 530px;
}
/* ショッピングトップ更新作業　2020/10/26　ショーン */
#sidenav-wrap span::after, #sidenav-wrap ul.no-grandchildren li::after, #sidenav-wrap2 .no-grandchildren span::after, #sidenav-wrap2 ul.no-grandchildren li::after {
  display: none;
}
/*#futureshop-top-news {
  margin-bottom: 60px;
}*/
.fs-news-accordion-list {
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  .fs-news-accordion-list {
    font-size: 13.5px;
  }
}
.fs-news-accordion-list__item {
  border: 2px solid #ddd;
}
.fs-news-accordion-list__item:not(:first-child) {
  margin-top: 10px;
}
.fs-news-accordion-list__item__title {
  position: relative;
  padding: 10px 20px;
  background: #ddd;
}
.fs-news-accordion-list__item__title:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 150ms ease;
}
.fs-news-accordion-list__item__title.accordion-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.fs-news-accordion-list__item__content {
  padding: 1em 2em;
  font-size: 0.8em;
  background: #fff;
}
/* Accordion Styles */
.accordion-button {
  cursor: pointer;
}
.accordion-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}
.accordion-open.accordion-content {
  display: block;
  height: auto;
}
/* Type Overview Archive */
.type-overview-archive {
  display: flex;
  font-size: 15px;
}
.type-overview-archive + .type-overview-archive {
  margin-top: 40px;
}
.type-overview-archive__title {
  width: 15%;
  min-width: 160px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 192px;
  margin-right: 20px;
  padding: 3rem 0;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background: #000;
}
.type-overview-archive__list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.type-overview-archive__list__item {
  width: calc(33.3333% - 0.67em);
  margin-right: 1em;
  margin-top: 1em;
}
.type-overview-archive__list__item:nth-child(-n + 3) {
  margin-top: 0;
}
.type-overview-archive__list__item:nth-child(3n) {
  margin-right: 0;
}
.type-overview-archive__list__item a {
  display: block;
  padding: 1em;
  border: 1px solid #ddd;
}

.type-overview-archive__list__item a{
	padding: 1em 1em 1em 4em;
	background-size: 50px!important;
	background-position: top 0 left 5px !important;
}
.grid-carry .type-overview-archive__list .type-overview-archive__list__item:nth-child(1) a{
	background: url(https://bermas2211.itembox.design/product/002/000000000230/000000000230-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-carry .type-overview-archive__list__item:nth-child(2) a{
	background: url(https://bermas2211.itembox.design/product/002/000000000226/000000000226-03-xs.jpg?t=20211210094304) no-repeat;
}
.grid-carry .type-overview-archive__list__item:nth-child(3) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000147/000000000147-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-carry .type-overview-archive__list__item:nth-child(4) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000148/000000000148-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-carry .type-overview-archive__list__item:nth-child(5) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000151/000000000151-18-xs.jpg?t=20220117143906) no-repeat;
}
.grid-carry .type-overview-archive__list__item:nth-child(6) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000188/000000000188-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-carry .type-overview-archive__list__item:nth-child(7) a{
	background: url(https://bermas2211.itembox.design/product/003/000000000325/000000000325-01-xs.jpg?t=20220117143906) no-repeat;
}
.grid-bag .type-overview-archive__list__item:nth-child(1) a{
	background: url(https://bermas2211.itembox.design/product/002/000000000237/000000000237-06-xs.jpg?t=20211210094304) no-repeat;
}
.grid-bag .type-overview-archive__list__item:nth-child(2) a{
	background: url(https://bermas2211.itembox.design/product/003/000000000322/000000000322-01-xs.jpg?t=20220117143906) no-repeat;
}
.grid-bag .type-overview-archive__list__item:nth-child(3) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000127/000000000127-01-xs.jpg?t=20220117143906) no-repeat;
}
.grid-bag .type-overview-archive__list__item:nth-child(4) a{
	background: url(https://bermas2211.itembox.design/product/000/000000000047/000000000047-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-bag .type-overview-archive__list__item:nth-child(5) a{
	background: url(https://bermas2211.itembox.design/product/002/000000000234/000000000234-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-bag .type-overview-archive__list__item:nth-child(6) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000153/000000000153-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-bag .type-overview-archive__list__item:nth-child(7) a{
	background: url(https://bermas2211.itembox.design/product/003/000000000322/000000000322-02-xs.jpg?t=20211210094304) no-repeat;
}
.grid-accesories .type-overview-archive__list__item:nth-child(1) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000102/000000000102-01-xs.jpg?t=20211210094304) no-repeat;
}
.grid-accesories .type-overview-archive__list__item:nth-child(2) a{
	background: url(https://bermas2211.itembox.design/product/001/000000000131/000000000131-01-xs.jpg?t=20211210094304) no-repeat;
}
.fs-c-productList__list__item .fs-c-mark--preorder {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 1.1em;
}
@media only screen and (max-width: 1100px) {
  .type-overview-archive {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 750px) {
  .type-overview-archive {
    flex-direction: column;
    font-size: 12px;
  }
  .type-overview-archive + .type-overview-archive {
    margin-top: 20px;
  }
  .type-overview-archive__title {
    width: 100%;
    min-height: initial;
    margin: 0 0 0.8em;
    padding: 0.8em;
  }
  .type-overview-archive__list__item {
    width: calc(50% - 0.8em);
    margin-right: 1em;
    margin-top: 1em;
  }
  .type-overview-archive__list__item:nth-child(-n + 3) {
    margin-top: 1em;
  }
  .type-overview-archive__list__item:nth-child(3n) {
    margin-right: 1em;
  }
  .type-overview-archive__list__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .type-overview-archive__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .type-overview-archive__list__item a {
    padding: 0.6em;
  }
}
/* SP Fixes for "Series" section */
#top_series a:hover .layer {
  background: rgba(207, 37, 28, 0.9);
}
@media screen and (max-width: 767px) {
  #top_series > .fl.fl-bw {
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_series .series-img {
    width: 48%;
    margin-bottom: 4%;
  }
  #top_series .series-img:nth-child(even) {
    margin-left: 4%;
  }
  #top_series .series-img p {
    color: #fff;
    text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.9);
  }
}
/* accordion img */
.accordion-content.accordion-open a:hover {
  opacity: 0.5;
}
.accordion-content.accordion-open a {
  transition: .5s;
  -webkit-transition: .5s;
}
/* 関連商品（商品詳細のおすすめ商品） */
h2.fs-c-featuredProduct__title {
  display: none;
}
.fs-c-featuredProduct .fs-c-featuredProduct__header::after {
  content: "関連商品";
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
}
.fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-featuredProduct__header {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 2px #d0261f;
}
/* パンくず商品詳細 */
#fs_ProductDetails .item_detail_breadcrumb {
  background-color: #EDF0F0;
  padding: 15px 0;
  margin-bottom: 1px;
}
#fs_ProductDetails .fs-c-breadcrumb {
  background: none;
  padding: 0;
}


/*ショップトップコンテンツ*/
.pickup-bnr{
	margin-bottom: 70px;
}
.feature-bnr{
	margin-bottom: 60px;
		}
.shop-top-bnr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shop-top-bnr .bnr-item{
	width: 49.4%;
}
.sho-top-bnr-block{
	 margin-bottom: 50px;
}
.sho-top-bnr-block .shop-top-bnr .bnr-item{
	padding-bottom: 20px;
}
.shop-top-bnr a:hover,.shop-top-bnr-1column a:hover{
	opacity: 0.5;
	transition: .5s;
    -webkit-transition: .5s;
}
.shop-top-bnr-1column{
	width: 100%;
	}
.shop-top-btn a,list-btn a{
	width: 205px;
	margin: 25px auto 0;
	padding: 15px 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #000;
}
.shop-top-btn a:hover{
	color: #CF251C;
	transition: .5s;
    -webkit-transition: .5s;
}
/*hot keyword*/
.hot-keyword-block{
	padding-top: 30px;
}
.hot-keyword ul{
	width: 100%;
	max-width: 1045px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hot-keyword ul li{
	margin: 0 0 30px;
}
.hot-keyword ul li a{
	display: block;
	padding: 10px 25px;
	font-size: 15px;
	background: #e6ecec;
	border-radius: 5px;
}
.hot-keyword ul li a:hover{
	transition: .5s;
}
.rank-wrapper{
	margin: 0 0 70px;
}
.rank-wrapper:last-child{
	margin: 0 0 120px;
}
.rank-wrapper .rank-tit{
	margin: 0 0 20px;
	text-align: center;
	font-size: 15px;
	position: relative;
}
.rank-wrapper .rank-tit:before,.rank-wrapper .rank-tit:after{
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
}
.rank-wrapper .rank-tit:before{
	left: calc(50% - 185px);
}
.rank-wrapper .rank-tit:after{
	right: calc(50% - 185px);
}

/*fsランキング----------------------------------*/
.rank-wrapper .fs-c-productListCarousel {
    display: block !important;
}
.rank-wrapper .fs-c-productListCarousel__ctrl.slick-disabled, .rank-wrapper .fs-c-button--carousel{
    display: none !important;
}
.rank-wrapper .fs-c-productListCarousel__list {
	display: block;
}
.rank-wrapper article.fs-c-productListCarousel__list__item.fs-c-productListItem {
	background: #fff;
}
.rank-wrapper .fs-c-slick .slick-track {
	width: 100% !important;
	border-right: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: static;
	transform: none;
}
.rank-wrapper .fs-c-slick .slick-track:before, .rank-wrapper .fs-c-slick .slick-track:after {
    display: none !important;
}
.rank-wrapper .fs-c-slick .slick-slide {
	width: 25% !important;
    float: none;
}
.rank-wrapper .slick-slide {
	border-right: none;
}
.rank-wrapper .fs-c-productListCarousel__list__item {
	flex-basis: 100%;
	max-width: 100%;
}
.rank-wrapper span.fs-c-productName__copy {
    display: none;
}
.rank-wrapper .fs-c-productMark{
	display: none;
}
.rank-wrapper .fs-c-productListItem__control {
	display: none;
}
.rank-wrapper .fs-c-productListItem__imageContainer{
	position: relative;
}
.rank-wrapper .slick-slide:nth-child(1) .fs-c-productListItem__imageContainer::before {
	content: "1";
	background: #EDD865;
}
.rank-wrapper .slick-slide:nth-child(2) .fs-c-productListItem__imageContainer::before {
	content: "2";
	background: #6E7E85;
}
.rank-wrapper .slick-slide:nth-child(3) .fs-c-productListItem__imageContainer::before {
	content: "3";
	background: #583E23;
}
.rank-wrapper .slick-slide .fs-c-productListItem__imageContainer::before {
	width: 32px;
	height: 32px;
	z-index: 1;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.rank-wrapper .fs-c-productListItem__productName {
    margin: 8px 0 0;
}
.rank-wrapper .fs-c-productListCarousel__list__item > * + * {
    margin-top: 0px;
}
.rank-wrapper .fs-c-productListCarousel__list__item ul.fs-c-productMark {
    display: none;
}
.rank-wrapper .fs-c-productPrice__main__label {
    display: none;
}
.rank-wrapper .fs-c-productPrice {
    margin: 0 0 20px 10px;
}
.rank-wrapper span.fs-c-productPrice__main__price.fs-c-price {
    margin: 0;
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1100px){
	.type-overview-archive__list__item a {
		padding: 1em 1em 1em 3.5em;
    	background-size: 40px!important;
    	background-position: top 0 left 2px !important;
	}
}/*1100px*/
@media only screen and (max-width: 750px){
	.shop-top-bnr {
		display: block;
	}
	.shop-top-bnr .bnr-item{
		width: 100%;
		margin: 0 0 20px;
	}
	.sho-top-bnr-block .shop-top-bnr .bnr-item{
		padding-bottom: 0px;
	}
	.hot-keyword ul{
		justify-content: flex-start;
	}
	.hot-keyword ul li {
		margin: 0 2% 15px;
	}
	.hot-keyword ul li a {
		padding: 10px 15px;
		font-size: 14px;
	}
	.rank-wrapper .fs-c-slick .slick-track {
	    grid-template-columns: repeat(2, 1fr);
	}
	.rank-wrapper .fs-c-slick .slick-slide {
	    width: 100% !important;
	}
}/*750px*/



/*ネームタグ------------------------------------------------*/
	.nametag_wrapper{
		margin: 0 0 100px;
		padding: 4px;
		border: 10px solid #000;
	}
	.nametag_innner{
		padding: 40px 50px 50px;
		border: 2px solid #000;
	}
	.nametag_wrapper .tit_wrap{
		padding: 0 0 50px;
		text-align: center;
		position: relative;
	}
	.nametag_wrapper .tit_wrap img:first-child{
		width: 130px;
	}
	.nametag_wrapper .tag_img{
		width: 216px;
		position: absolute;
		top: 70px;
		left: calc(50% - 480px);
	}
	.nametag_wrapper h3{
		font-size: 30px;
		font-weight: bold;
	}
	.nametag_wrapper .sub_tit{
		padding:5px 0 15px; 
		font-size: 25px;
		font-style: italic;
		position: relative;
	}
	.nametag_wrapper .sub_tit:before, .nametag_wrapper .sub_tit:after{
		content: "";
		display: block;
		width: 70px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 24px;
	}
	.nametag_wrapper .sub_tit:before{
		left: calc(50% - 195px);
	}
	.nametag_wrapper .sub_tit:after{
		right: calc(50% - 195px);
	}
	.nametag_wrapper .img_wrap{
		margin-bottom: 100px;
	}

	.nametag_wrapper .txt{
		font-size: 16px;
		line-height: 28px;
	}
	.nametag_wrapper .img_wrap img:not(last-child){
		margin-bottom: 25px;
	}
	.nametag_text h4{
		margin: 40px 0 30px;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	.nametag_text h4:after{
		content: "";
		display: block;
		width: 25px;
		height: 2px;
		background: #000;
		position: absolute;
		bottom: -12px;
		left: calc(50% - 13px);
	}
	.nametag_font{
		max-width: 1000px;
	}
	.nametag_text ul{
		padding: 30px 0;
	}
	.nametag_text li{
		font-size: 16px;
		list-style: none;
		line-height: 30px;
	}
	.sample_felx{
		margin: 0 0 50px;
		display: flex;
		justify-content: space-between;
	}
	.sample_item{
		width: 23%;
		text-align: center;
	}
	.sample_item p{
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 26px;
	}
	.sample_item p span{
		font-size: 16px;
	}
	.nametag_font .font_tit{
		display: inline-block;
		padding: 10px;
		background: #f0f0f0;
		border-left: 10px solid #868686;
		font-size: 18px;
		font-weight: bold;
	}
	.nametag_font .font_tit span{
		font-size: 15px;
	}
	.bookman{
		font-family: Bookman Old Style; 
	}
	.bos{
		margin: 20px 0;
		position: relative;
	}
	.bos img{
		width: 180px;
	}
	.bos:after{
		content: "";
		display: block;
		width: 1px;
		height: 15px;
		background: #000;
		position: absolute;
		bottom: -25px;
		left: 23px;
	}
	.font_line .bos_flex{
		padding: 15px 0;
		display: flex;
		align-items: center;
	}
	.font_type{
		width: 200px;
	}
	.bos_flex:last-child .font_type{
		width: 100px;
	}
	.font_type p{
		font-size:16px;
	}
	.bos_flex img{
		width: 100%;
	}
	.pc{image-rendering: -webkit-optimize-contrast;}
	.sp{display: none!important;}
	.font_line .bookman {
		font-size: 30px;
	}
	.line{
		height: 1px;
  		position: relative;
	}
	.line:after{
		content: "";
		background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 5.3px);
	    background-size: 5.3px 1px;
		background-repeat: repeat-x;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.notes li{
		margin-left: 20px;
		font-size: 16px;
		list-style: initial;
		line-height: 28px;
	}
	.free_wrapping{
		margin: 70px 0!important;
	}
	@media screen and (max-width: 1200px){
		.nametag_wrapper .tag_img{
			width: 170px;
   			top: 0;
    		left: calc(50% - 320px);
		}
		.sample_felx {
			margin: 0 0 25px;
    		flex-wrap: wrap;
		}
		.sample_item {
    		width: 45%;
			padding-bottom: 25px;
		}
		.bos_flex:last-child .font_type {
			width: 70px;
		}
	}/*1200px*/
	@media screen and (max-width: 500px){
		.nametag_wrapper .pc{display: none!important;}
		.nametag_wrapper .sp{display: block!important;
            width: calc(100% - 70px);}
		.nametag_innner{
			padding: 80px 15px 50px;
		}
		.nametag_wrapper .tag_img{
			top: -75px;
			left: calc(50% - 80px);
			transform: rotate(12deg);
		}
		.nametag_wrapper .tit_wrap img:first-child {
			width: 100px;
		}
		.nametag_wrapper .tit_wrap h3{
			line-height: 1.3;
		}
		.nametag_wrapper .tit_wrap h3 span{
			display: block;
			font-size: 25px;
		}
		.nametag_wrapper .sub_tit{
			font-size: 20px;
		}
		.nametag_wrapper .sub_tit:before,.sub_tit:after{
			width: 30px;
			top: 20px;
		}
		.nametag_wrapper .sub_tit:before{
			left: calc(50% - 130px);
		}
		.nametag_wrapper .sub_tit:after{
			right: calc(50% - 130px);
		}
		.nametag_wrapper .img_wrap{
			margin-bottom: 50px;
		}
		.nametag_wrapper .txt{
			font-size: 16px;
			line-height: 28px;
			text-align: left;
		}
		.nametag_wrapper h4{
			font-size: 20px;
		}
		.nametag_text li {
			font-size: 14px;
			line-height: 25px;
		}
		.sample_item{
			width: 100%;
		}
		.nametag_font .font_tit {
			font-size: 16px;
		}
		.nametag_font .font_tit span {
    		font-size: 14px;
		}
		
		.font_type {
			width: 70px;
		}
		.font_line{
			font-size: 13px;
		}
		.font_line .bos_flex{
			padding: 15px 0 5px;
		}
		.font_line .bookman {
    		font-size: 22px;
		}
		.notes li{
			padding-bottom: 10px;
		}
		.free_wrapping{
		margin: 40px 0!important;
	}
		.free_wrapping .img-wrap {
			text-align: center!important;
		}
	}/*500px*/

.sale-group img,.original_bnr img{
	width: 100%;
}




/*比較表-----------------------------------------------------------------*/

.cf-table-block{
	margin: 120px 0 50px;
}
.cf-table-block h3{
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #d0261f;
}
.cf-table-block table,.cf-table-block th,.cf-table-block td{
    border-spacing: 0;
}
.cf-table-wrapper{
	width: 100%;
	border: solid 1px #ddd;
  box-sizing: border-box;
}
.cf-table-wrapper table{
	font-size: 14px;
	background: #fff;
	border: none;
}
.cf-table-wrapper table tr{
	border-bottom: none;
}


.cf-table-wrapper table tr th{
/*
	max-width: 130px;
	min-width: 130px;
	padding: 12px 0 12px 15px;
	text-align: left;
	font-weight: bold;
	background: #fff;
	border-right: 1px solid #dddddd;
	vertical-align: middle;
	z-index: 1;
*/
    max-width: 160px;
    min-width: 160px;
    padding: 12px 0 12px 15px;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    z-index: 1;
    position: sticky;
    left: 0;
}
.cf-table-wrapper table tr:nth-child(even),
.cf-table-wrapper table tr:nth-child(even) th{
	background: #efefef;
}
.cf-table-wrapper table tr td{
	/*width: 15%;*/
	padding: 12px 0;
	vertical-align: baseline;
	text-align: center;
}
.cf-table-wrapper table tr:first-child td{
	padding: 0 0 10px;
}
.cf-table-wrapper table tr:nth-child(3) td{
	vertical-align: middle;
}

.cf-table-wrapper table tr td .img-wrapper{
	position: relative;
}
.cf-table-wrapper table tr td .img-wrapper img:nth-child(2){
	cursor: pointer;
	position: absolute;
	top: 0%;
	left:0%;
}
.cf-table-wrapper table tr:first-child td:hover img:nth-child(2){
	opacity: 0;
	transition: opacity .5s;
}
.cf-table-wrapper table tr:first-child td p{
	margin-bottom: 0;
	padding: 0 5px;
	line-height: 2;
	font-weight: 600;
}
.cf-table-wrapper table tr:first-child td:hover p{
	color: #d0261f;
	transition: .5s;
}
.cf-table-wrapper table tr td img{
	width: 100%;
}
.cf-table-wrapper table tr td span{
	font-size: 16px;
}
.cf-table-wrapper table tr:nth-child(2) td span{
	    margin: 0 -5px 0 5px;
}
.cf-table-wrapper table tr td li{
	margin: 0 5% .5rem;
	list-style: none;
    text-align: left;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
.cf-table-wrapper{
  overflow-x: scroll;
}
.cf-table-wrapper table tr th{
	max-width: 180px;
	min-width: 180px;
	padding: 12px 15px;
        background-color: #fff;
}
.freelancer2-cf-table-block .cf-table-wrapper table tr td{
  width: 20%;
  max-width: 250px;
  min-width: 250px;
}
.freelancer2-cf-table-block .cf-table-wrapper table {
    width: 100%;
}

@media screen and (max-width: 1440px){
/*
	.cf-table-wrapper{
		z
		-webkit-overflow-scrolling:touch;
	}
*/
	.cf-table-wrapper::-webkit-scrollbar { 
	  height:8px; 
	} 
	.cf-table-wrapper::-webkit-scrollbar-track { 
		  margin: 0 0 0 130px; 
		  background: #ddd; 
		  border-radius: 5px; 
	} 
	.cf-table-wrapper::-webkit-scrollbar-thumb { 
	  border-radius: 5px; background: #999; 
	}
/*
	.cf-table-wrapper table tr {
		display: block;
	}
*/
	.cf-table-wrapper table tr th{
		max-width: 130px;
		min-width: 130px;
		position: sticky;
		left: 0;
	}
	.cf-table-wrapper table tr th:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
	}
	.cf-table-wrapper table tr td{
		max-width: 200px;
    	min-width: 200px;
	}
	.cf-table-wrapper table tr td .img-wrapper img:first-child {
	}
}/*860px*/
@media screen and (max-width:650px){
	.cf-table-wrapper table {
    font-size: 13px;
	}
	.cf-table-wrapper table tr td span {
    font-size: 15px;
}
	.cf-table-wrapper table tr th{
		max-width: 100px;
		min-width: 100px;
		padding: 5px 0 5px 10px;
	}
	.cf-table-wrapper table tr td {
		max-width: 150px;
		min-width: 150px;
	}
	.cf-table-wrapper table tr:not(:first-child) td {
		padding: 8px 0;
	}
	.cf-table-wrapper table tr:first-child td p{
		line-height: 1.6;
	}
	.cf-table-wrapper::-webkit-scrollbar-track{
		margin: 0 0 0 100px;
	}
.freelancer2-cf-table-block .cf-table-wrapper table tr td{
  max-width: 150px;
  min-width: 150px;
}

}/*650px*/


/*--DuliteFlex-----------------------------*/


.DuliteFlexcf-table-block h3{
	margin-bottom: 10px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #d0261f;
	
	/*
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 15px;
	border-bottom: none;
*/
}
.DuliteFlexcf-table-block .cf-table-wrapper {
	width: 98%;
    max-width: 1620px;
    margin: 30px auto 0;
    border: solid 1px #ddd;
    overflow-x: scroll;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr:first-child td{
	padding: 10px;
	adding: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(odd){
	background: #efefef;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr td:nth-child(6){
	border-right: 1px solid #dddddd;
}

.DuliteFlexcf-table-block .cf-table-wrapper table tr th{
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(odd) th {
	background: #efefef;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(even) th {
	background: #fff;
}
	
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(even){
	background: #fff;
	margin-bottom: 0;
    line-height: 2;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr td {
	padding: 12px 20px;
    text-align: center;
	width: 240px;
}

.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(2) td{
	padding: 0 0 10px;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(5) td{
	vertical-align: middle;
}

.DuliteFlexcf-table-block .cf-table-wrapper table tr:first-child td:nth-child(2){
	border-right: 1px solid #dddddd;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr td li{
	margin: 0 0 0.5rem 30px;
    list-style: none;
    text-align: left;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
} 
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(2) p{
	font-weight: bold;
}



/*---画像----*/

.DuliteFlexcf-table-block .cf-table-wrapper table tr td .img-wrapper{
	position: relative;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr td .img-wrapper img:nth-child(2){
	cursor: pointer;
	position: absolute;
	top: 0%;
	left:0%;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(2) td:hover img:nth-child(2){
	opacity: 0;
	transition: opacity .5s;}

/*---画像----*/

/*---1400px----*/
@media screen and (min-width: 1400px){
.DuliteFlexcf-table-block .cf-table-wrapper table tr td:nth-child(7) li {
	padding-left: 3em;
	}
}
/*---1400px----*/

/*---650px----*/
@media screen and (max-width: 650px){
.DuliteFlexcf-table-block .cf-table-wrapper table tr:nth-child(2) p {
    font-weight: bold;
    padding: 0 3px;
    line-height: 1.6;
}
.DuliteFlexcf-table-block .cf-table-wrapper table tr th{
	padding: 12px 5px;
	}
}
/*---650px----*/

/*--DuliteFlex-----------------------------*/


/*--------------------------------------------------*/

	.pc_img { display: block!important; }
    .sp_img { display: none!important; }
#frontopen_bnr{
	margin: 100px 0;
	position: relative;
}
#frontopen_bnr img{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;

}
#frontopen_bnr .bnr_text, #frontopen_bnr .btn_more{
	position: absolute;
}
#frontopen_bnr .bnr_text{
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	top: 25%;
	left: calc(50% - 6em);
}
#frontopen_bnr .btn_more{
	bottom: 25%;
	left: calc(50% - 90px);
}
	#frontopen_bnr .btn_more a{
		width: 180px;
		border: 1px solid #fff;
		background: transparent;
		color: #fff;
	}
	.btn_more a::after, .btn_more span::after {
    background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow_wh.svg) center center no-repeat;
	}
	
	#frontopen_bnr .btn_more a:hover{
		border: 1px solid #fff;
		background: #fff;
		color: #000;
	}
	.btn_more a:hover::after, .btn_more span:hover::after {
    background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow_wh.svg) center center no-repeat;
}
	@media only screen and (max-width: 750px){
		.pc_img { display: none !important; }
    .sp_img { display: block !important; }
	#frontopen_bnr{
		margin: 50px auto;
	}
	#frontopen_bnr .bnr_text{
		top: 25%;
		font-size: 25px;
	}
	#frontopen_bnr .btn_more {
    bottom: 20%;
	}
}/*750px*/

#series_bnr{
	width: 100%;
    max-width: 500px;
	height: 194px;
	margin: 35px 0 80px;
	background: url(https://bermas2211.itembox.design/item/img/frontopen_bnr.jpg) no-repeat;
	background-size: contain;
}
#series_bnr .bnr_text_box{
	padding: 40px 0;
	text-align: center;
}
#series_bnr .bnr_text{
	padding: 0 0 30px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
	#series_bnr .btn_more a{
		width: 180px;
		border: 1px solid #fff;
		background: transparent;
		color: #fff;
		display: inline-flex;
	}
	.btn_more a::after, .btn_more span::after {
    background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow_wh.svg) center center no-repeat;
	}
	
	#series_bnr .btn_more a:hover{
		border: 1px solid #fff;
		background: #fff;
		color: #000;
	}
	.btn_more a:hover::after, .btn_more span:hover::after {
    background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow.svg) center center no-repeat;
}
	.series_cat .btn_more a:hover::after, .series_cat .btn_more span:hover::after {
    background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow_wh.svg) center center no-repeat;
}
	@media only screen and (max-width: 499px){
		#series_bnr{
			height: 100%;
			margin: 30px 0 50px;
		}
		#series_bnr .bnr_text_box {
			padding: 30px 0;
		}
		#series_bnr .bnr_text{
			padding: 0 0 15px;
			font-size: 20px;
		}
		#series_bnr .btn_more a {
			width: 150px;
			height: 40px;
			padding: 0;
		}
}/*499px*/


/*カテゴリー アイコン説明*/
.icon_wrapper{
	margin: 30px 0;
	text-align: center;
}
.icon_wrapper .icon_tit{
	margin-bottom: 25px;
	text-align: center;
}
.icon_wrapper .icon_tit .fa-circle-question{
	margin-right: 5px;
}
.icon_wrapper .icon_tit .fa-circle-question:before{
	content: "\f059";
}
.icon_wrapper .fs-c-productMark {
    margin-bottom: 10px;
}
.icon_wrapper .fs-c-productMark__mark {
	display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
}
.icon_wrapper .fs-c-productMark:not(.grid) > li {
    margin-right: 40px;
}
.icon_wrapper .fs-c-productMark.grid > li{
	display: flex;
	align-items: center;
}
.icon_wrapper .grid .fs-c-productMark__mark{
    margin-right: 10px;
	margin-bottom: 0;
	text-align: left;
}
.icon_wrapper .fs-c-productMark.grid{
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px 0;
}
@media screen and (max-width:1200px){
.icon_wrapper .fs-c-productMark.grid{
    grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width:768px){
.icon_wrapper .fs-c-productMark.grid{
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width:500px){
.icon_wrapper .fs-c-productMark.grid{
    grid-template-columns: repeat(2, 1fr);
}
}
.icon_wrapper .fs-c-productMark .fz12{
	font-size: 1.2rem;
}
/*グラデーション*/
.icon_list_wrap {
        position: relative;
        height: auto;
        max-height: 70px; 
        overflow: hidden;
        transition: max-height 1s; 
	}
        .icon_list_wrap::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            display: block;
            width: 100%;
            height: 100%;
            transition: 1s;
            background: linear-gradient(
                to bottom,
                transparent 0%,
                #ffffff 100%
            );
        }
        
        .icon_list_wrap.open {
            &:after {
                z-index: -1;
                opacity: 0;
            }
        }
 
    
.icon_wrapper .icon_btn{
    padding: 10px 20px;
	color: #000;
	background: none;
    border: none;
	transition: .4s all ease;
}
.icon_wrapper .icon_btn:hover{
	color: #c52c24;
}


/*フロート・モーダル追加*/
.fixed-rb {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 5;
}

.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    max-width: 370px;
}
.onetime_popup_title_close {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #3e3a3a;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before, .onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 3px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#float_bnr a, .onetime_popup a{
  opacity: 1;
  transition: all ease .3s;
}
#float_bnr a:hover ,.onetime_popup a:hover{
    opacity: 0.8!important;
}
@media screen and (max-width:768px){
  .fixed-rb {
    right: 7px;
    bottom: 100px;
    width: 60px;
}
}


/*241108ヘッダー告知
=====================================*/

#announcement-bar{
  height: 36px;
  background: #000;
}
#announcement-bar a{
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .1em;
}
#announcement-bar a:after{
  display: block;
    content: "";
    width: 19px;
    height: 7px;
    margin-left: 15px;
    background: url(https://www.bermas.co.jp/wp-content/themes/bermas/img/arrow_st_wh.svg) center center no-repeat;
}
#announcement-bar a{
  -webkit-transition: all .5s ease;
  transition: all .5s ease;

}
#announcement-bar a:hover{
  text-decoration: underline;
}

@media screen and (max-width:768px){
#announcement-bar{
  height: 26px;
  background: #000;
}
#announcement-bar a{
    font-size: 1.1rem;
}

}
.header-fixed{
  width: 100%;
  background: #fff;
}
.header-fixed.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  z-index: 10;
}
header.main_wrapper {
  position: relative !important;
}
.navToggle2 {
  position: absolute;
  top: 28px;
}
@media screen and (max-width: 500px) {
   .navToggle2 {
        top: 45px;
    }
}
.navToggle2.is-fixed {
  position: fixed;
  top: 20px;
  z-index: 10;
}



/*セミロックジッパーの操作方法*/
#bszipper h2 {
    position: relative;
    padding: 7px 0px 7px 20px;
    border-left: solid 7px #CC0119;
    font-size: 26px;
    font-weight: bold;
}
#bszipper h4 {
    font-size: 18px;
    font-weight: bold;
}

.bszipper-movie{
    text-align:center;
    padding: 80px 0px;
}
.bszipper-flow{
    margin-bottom: 75px;
}
.bszipper-txt{
    margin-bottom: 44px;
}
.bszipper-section-ttl {
    background: #EBEBEB;
    padding: 20px;
    margin-bottom: 30px;
}
.bszipper-img {
    display: flex;
    gap: 20px;
    width: 100%;
}
.bszipper-img .img-wrap {
    width: 50%;
    max-width: 400px;
}
.bszipper-step-wrap {
    display: flex;
    margin-bottom: 18px;
    align-items: flex-start;
}
.bszipper-step {
    font-size: 20px;
    color:#CC0218;
    font-weight: bold;
    padding-right: 15px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
}
.bszipper-p{
    font-size: 15px;
    line-height:28px;
}
.bszipper-attention {
    background: #FFF4F5;
    color:#CC0218;
    padding: 20px;
}
@media screen and (max-width: 767px) {
.bszipper-step-wrap {
        flex-direction: column;
        gap: 10px;
}
.bszipper-img {
        flex-direction: column;
        gap: 5px;
}
.bszipper-img .img-wrap {
        width: 100%;
        max-width: 100%;
}
｝

/*春のトラベル・新生活応援キャンペーン*/
.cp_pouch_wrapper{
	margin: 0 0 100px;
	background-color: #EAE9E8;
	padding-bottom: 20px;
	}
.cp_pouch_wrapper .txt_wrap{
	padding: 0px 50px 0px 50px;
	max-width: 1280px;
	text-align: center;
	margin: auto;
	}
.cp_pouch_wrapper p{
	font-size: 16px;
	line-height: 26px;
	}
.cp_pouch_wrapper span{
	font-size: 14px;
	line-height: 28px;
	}
.cp_pouch_text {
	margin: 40px 0 30px;
	text-align: center;
	position: relative;
	}
.cp_pouch_text h4{
	margin: 40px 0 30px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	position: relative;
	}
.cp_pouch_text h4:after{
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 13px);
	}
.cp_pouch_flex{
	display: flex;
	gap: 35px;
	}
.cp_pouch_item{
	text-align: center;
	justify-content: space-between;
	}
.content img {
	width: 50%;
	height: auto;
	}
	
.cp_pouch_item p{
	text-align: start;
	}
	
.cp_pouch_wrapper .img_after {
	position: relative;
	}
	
.cp_pouch_wrapper .img_after:before {
	position: absolute;
	top: 50%;
	left: -25px;
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	background: url(https://bermas2211.itembox.design/item/img/cp_pouch_arrow.png) center center no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	}

.cp_pouch_arrow { 
	max-width: 15px;
	min-width: 15px;
	position: relative;
	}
.cp_pouch_arrow img{
	position: absolute;
  }
@media screen and (min-width: 769px){ 
	.cp_pouch_arrow img{
		top: 45%;
		left: 50%;
		transform: translateX(-50%);
		}
  }
@media screen and (max-width: 768px){ 
	.cp_pouch_wrapper .pc{display: none!important;}
	.cp_pouch_wrapper .sp{display: block!important;
		width: calc(100% - 70px);
	}
	.cp_pouch_wrapper h4{
		font-size: 20px;
	}
	.cp_pouch_item{
		width: 100%;
	}
	.cp_pouch_flex{
		display: block;
	}
	.cp_pouch_arrow {　
		width: 100%;
		height: 40px;
	}
	.cp_pouch_arrow img{
		top: 0%;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
    } 
	.cp_pouch_wrapper .img_after:before {
		top: -25px;
		left: 50%;
		width: 15px;
		height: 13px;
		transform: translateX(-50%) rotate(90deg);
	}
	.cp_pouch_wrapper .img_after{
		margin-top:35px;
	}
	.cp_pouch_wrapper .txt_wrap{
		padding: 0px 30px 0px 30px;
		text-align: center;
		margin: auto;
	}
	}/*768px*/