.pc { display: block !important; } 
.sp { display: none !important; }

.fs-l-header{
	padding-top: 0;
}

.fs-l-header_top{
	background-color: #000;
	color: #fff;
}
.fs-l-header__utility{
	grid-template-rows: 1fr;
	-ms-grid-rows: 1fr;
}
ul.fs-p-headerUtilityMenu__list{
	padding: 10px 30px 10px 0;
}
.link-white a:link{color: #fff;}
.link-white a:visited{color: #fff;}
.link-white a:hover{color: #fff;}
.link-white a:active{color: #fff;}

.fs-p-logo__image{
	margin-top: 50px;
}
.fs-p-headerUtilityMenu-brand{
	padding-bottom: 20px;
}

.fs-pt-column__heading {
    margin-top: 20px;
    margin-bottom: 5px;
}

.fs-p-headerNavBar{
	background-color: #000;
	border-bottom: none;
}

.headerInfo{
    color: #fff;
    background-color: #646464;
    text-align: center;
    padding: 4px;
    width: 100%;
}

.category-slider{
	margin-top:40px;
}

.frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.frame-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----- 背景用の動画ファイル ----- */

.wrap_topvideo{
	background-color: #fff;
	height: 500px;
	max-height: 500px;
}

#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url('poster.jpg') no-repeat;
 background-size: cover;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
 position: relative; /*必ず必要*/
 z-index: 2; /*必ず必要*/
 display: flex;
 width: 50%;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
}

/* ----- ドロップダウンメニュー ----- */
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
	list-style: none;
}

.menu > li a {
    display: block;
    color: #000;
}

.menu > li a:hover {
    color: #666;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #f5f5f5;
}

.menu__third-level li {
    border-top: 1px solid #f5f5f5;
}

.menu__second-level li a:hover {
	color: #666;
}

.menu__third-level li a:hover {
    color: #666;
}

.menu__fourth-level li a:hover {
    color: #666;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 5px 0 0 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: super;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 160px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	padding:0 10px;
	margin-left: -10px;
	list-style: none;
	z-index: 2;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.fs-c-heading--page {
    border-bottom: 1px solid #f5f5f5;
    color: #000;
    font-weight: bold;
    font-size: 2.8rem;
	letter-spacing: 0.1em;
}

/* 商品一覧POP UP */
.popupImg{
    position: relative;
    cursor: pointer;
    display:  inline-block;
}
.popupImg img{
    width: 100%;
}
.popupItem {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
	background-color: #ccc;
    width: 224px;
	margin-top: 200px;
	z-index: 10;
}

.popupItem img{
	width: 32%;
}

.popupItem:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 44%;
    border: 15px solid transparent;
    border-top: 15px solid #ccc;
    margin-left: -15px;
    transform: rotateZ(180deg);
}
.popupImg:hover .popupItem{
    display: inline-block;
    top: 30px;
    left: 0px;
}


/* 商品一覧 */

.fs-c-productListItem{
	position: relative;
}
.fs-c-productMark{
	position: absolute;
    top: 10px;
    left:10px;
    z-index: 999;
}
.fs-c-productList__list__item{
	border-bottom: 1px solid #f5f5f5;
}




/* 商品詳細 */

.fs-l-productLayout__item .fs-c-productMark{
	position:relative;
    top: 0;
    left: 0;
    z-index: 999;
}

.fs-c-variationList__item__title{
	padding: 10px 5px;
	border-top: 2px solid #000;
}
.fs-c-variationList__item{
    padding-bottom: 30px;
}

.fs-c-productSelection__name{
	padding: 10px 5px;
	border-top: 2px solid #000;
}
.fs-c-productSelection{
    margin-bottom: 30px !important;
}

.fs-c-subgroupList__link{
	padding: 10px;
}

.fs-c-productNameHeading {
    color: #000;
    font-size: 3.0rem;
	letter-spacing: 0.1em;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 3.0rem;
    letter-spacing: 0.1em;
}

.fs-p-productDescription .spec {
  border-top: dashed 1px #999;
  padding: 15px 0 25px;
}
.fs-p-productDescription .spec dl {
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
}
.fs-p-productDescription .spec dl dt {
    /* float: left; */
    width: 115px;
    /* height: 20px; */
    /* color: #FFF; */
    font-size: 12px;
    line-height: 20px;
    background-color: #f3f3f3;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 1%;
}
.fs-p-productDescription .spec  dl dd {
    /* float: left; */
    /* width: 815px; */
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-left: 0px;
}
.fs-p-productDescription dl {
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
}
.fs-p-productDescription dl dt {
    /* float: left; */
    width: 115px;
    /* height: 20px; */
    /* color: #FFF; */
    font-size: 12px;
    line-height: 20px;
    background-color: #f3f3f3;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 1%;
}
.fs-p-productDescription dl dd {
    /* float: left; */
    /* width: 815px; */
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-left: 40px;
}
.fs-p-productDescription .spec dl dd ul li{
    padding-bottom: 2%;
	list-style: none;
}
.fs-p-productDescription .spec dl dd ul li b{
    display: block;
    padding: 6px 0;
}
.fs-p-productDescription .spec dl dd ul li p{
    line-height: 1.6;
}
#bernSize table{
	    border: 1px solid #f5f5f5;
}
#bernSize td{
	padding: 5px;
	border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5 !important;
    border-left: 1px solid #f5f5f5 !important;
}
#bernSize tr:first-child{
	background-color: #f5f5f5;
}

.tecIcon ul{
	display: block;
	margin-bottom: 20px;
	padding-left: 0;
	width: 100%;
}
.tecIcon li{
	display: inline-block;
	width: 19%;
	padding: 20px;
	text-align: center;
	list-style: none;
}
.tecIcon li img{
	height:auto;
}
.pageTec{
    width: 115px;
    font-size: 12px;
    line-height: 20px;
    background-color: #f3f3f3;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 1%;
}

/* スペックテーブル */

#specTable table {
    border-top: 1px solid #4f4d47;
    border-right: 1px solid #4f4d47;
    width: 640px;
    border-spacing: 0;
    margin: 0 auto;
}
#specTable th, td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    text-align: center;
    padding: 5px;
}
#specTable th { background-color: #000; color: #fff;}



/* ページ */
img.resimg {
	display: block;
	margin: 0 auto 20px auto;
}

.fs-c-documentColumn__heading{
	color: #000;
    border-color: #ccc;
}
.bern_tec h2{
	font-weight: bold;
	color: #000;
}
.bern_tec img{
	margin-bottom: 20px;
}
.page100{
	width: 100%;
	margin: 0 auto;
}
.page80{
	width: 80%;
	margin: 0 auto;
}
.page60{
	width: 60%;
	margin: 0 auto;
}


/* TOPページ */
.fs-p-logo__image{
	height: 48px;
}

.fs-p-dateList > li{
	border: none;
	border-bottom :1px solid #f5f5f5;
	padding: 8px 0 16px 0;
}
.fs-p-dateList > li:last-child{
	padding-bottom: 16px;
}
.top-brandlogo img{
	height: 40px;
}
.fs-p-heading--lv2{
	color: #000;
	padding-bottom: 10px;
}

/* 基本ページ */
.fs-c-subSection__title{
	color: #000;
	padding-bottom: 10px;
}

.fs-c-documentArticle__heading{
	background: #f5f5f5;
    border-top: 4px #000 solid;
    color: #000;
	font-size: 1.8rem;
	padding: 20px 8px;
}
.fs-p-announcement__title{
	color: #000;
	border-bottom: 1px solid currentColor;
	padding-bottom: 10px;
}
.fs-c-documentArticle + .fs-c-documentArticle{
	margin-top: 40px;
}
.fs-p-address__zipCode{
	margin-top:	18px;
}


/* コンタクト */
.contactForm{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.contactForm iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
dl#formarea dt{
	border-top: 1px #f5f5f5 solid;
	padding-top: 20px;
}

/* 対談 */
.interview-line {
  position: relative;
  display: block;
	padding-left: 55px;
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 40px;
}
.interview-line:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.interview-line:before {
  left:0;
}
.boxBlack {
    padding: 0.5em 1em;
    margin: 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.profile_title{
border-bottom: 2px solid currentColor;
    font-size: 2.1rem;
	font-weight: bold;
    margin-top: 8px;
    text-align: center;
    padding-bottom: 16px;
	letter-spacing: 0.1em;
}
.profile_name{
	font-size: 2.8rem;
	font-weight: bold;
	padding: 0 16px;
	letter-spacing: 0.1em;
}
.profile_name span{
	font-size: 1.6rem;
	font-weight: 400;
}

.interview-headline p:nth-child(3){
        margin-top:120px;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 1.4rem;
  background: #f5f5f5;
  border-radius: 15px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 70px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;
}

.balloon p {
  margin: 0;
  padding: 0;
}


/* 共通 */

hr.space20{
	padding: 10px 0;
	border: none;
}

.spMenu{
	display: none;
}

/* 70億人 */

.msr_list06{
	margin:0 -10px;
	min-height: 200px;
}
.msr_list06 li{
  width:25%;
  padding:0 10px;
  display:inline-block;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.msr_list06 li a{
  width:100%;
  padding:25px 0;
  color:#fff;
  font-size:16px;
  background:#6cb8e5;
  border:2px solid #6cb8e5;
  text-decoration:none;
  text-align:center;
  display:block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_list06 li a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #FBF107;
  border-right: solid 2px #FBF107;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_list06 li a:hover{
  background:#fff;
  color:#1B73BA;
}
.msr_list06 li a:hover::after{
  border-bottom: solid 2px #6cb8e5;
  border-right: solid 2px #6cb8e5;
}

.msr_list06 li.lineup{
	width:100%;
	margin-bottom: 20px;	
}


.ac-container {
    max-width: 100%x;
}

.ac-container label {
    height: 80px !important;
    line-height: 40px !important;
    padding: 20px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
	font-size: 18px;
	font-weight: bold;
}

.ac-container label span{
	margin-right: 20px;
	color:#6cb8e5;
}
.ac-container article p span{
	margin-left: 2px;
	margin-right: 20px;
	color:#6cb8e5;
}


.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #f5f5f5;
    font-size: 18px;
	font-weight: bold;
    height: 50px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}

.ac-container input:checked + label:hover:after {
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
	font-size: 16px;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    padding: 20px;
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-small {
    height: 100px;
}

.ac-container input:checked ~ article.ac-medium {
    height: 140px;
}

.ac-container input:checked ~ article.ac-large {
    height: 200px;
}

.YouTube {
	display: block;
	text-align: center
}

.YouTube iframe {
}

/* bern LP */

.msr_list06_2{
	margin:0 -10px;
	min-height: 200px;
}
.msr_list06_2 li{
  width:25%;
  padding:0 10px;
  display:inline-block;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.msr_list06_2 li a{
  width:100%;
  padding:25px 0;
  color:#fff;
  font-size:16px;
  background:#000;
  border:2px solid #000;
  text-decoration:none;
  text-align:center;
  display:block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_list06_2 li a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #FBF107;
  border-right: solid 2px #FBF107;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_list06_2 li a:hover{
  background:#fff;
  color:#000;
}
.msr_list06_2 li a:hover::after{
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}

.msr_list06_2 li.lineup{
	width:100%;
	margin-bottom: 20px;	
}

/* bern LP ADULT↓ */

.msr_list06_3{
	margin:0 -10px;
	min-height: 200px;
}
.msr_list06_3 li{
  width:25%;
  padding:0 10px;
  display:inline-block;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.msr_list06_3 li a{
  width:100%;
  padding:25px 0;
  color:#fff;
  font-size:16px;
  background:#000;
  border:2px solid #000;
  text-decoration:none;
  text-align:center;
  display:block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_list06_3 li a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #FBF107;
  border-right: solid 2px #FBF107;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_list06_3 li a:hover{
  background:#fff;
  color:#000;
}
.msr_list06_3 li a:hover::after{
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}

.msr_list06_3 li.lineup{
	width:100%;
	margin-bottom: 20px;	
}

/* ↑bern LP ADULT */

body{
	font-family: Montserrat, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-weight: normal;
	font-weight: 500;
}

.text-center{
	text-align: center;
}
.font-bold{
	font-weight: bold;
}
.letter-sp{
	letter-spacing: 0.1em;
}

hr.space40{
	padding: 20px 0;
	border: none;
}
hr.space60{
	padding: 30px 0;
	border: none;
}
hr.space80{
	padding: 40px 0;
	border: none;
}
hr.space100{
	padding: 50px 0;
	border: none;
}
hr.dot40{
	padding: 0;
	margin: 40px;
	border-top: #999 dashed 1px;
}

h3.sectionTitle {
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h3.sectionTitle:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h3.sectionTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3.sectionTitle:before {
  left:0;
}
h3.sectionTitle:after {
  right: 0;
}

.img-center img{
	display: block;
	margin: 0 auto;
}

.fs-c-sortItems__label{
	display: block;
}

.anchor{
	display: block;
	height: 100px;
}
.btn-square-black {
    position: relative;
    display: table;
    padding: 12px 20px 8px;
    margin: 20px auto 40px;
    text-decoration: none;
    color: #FFF;
    background: #333;
    border-bottom: solid 2px #000;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	font-size:1.2em;
}

.btn-square-black:hover {
    background: #666;
    border-bottom: solid 2px #999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

a:hover.btn-square-black {
	color: #fff;
	text-decoration: underline;
}

