@charset "UTF-8";
/* CSS Document */
/*--
0.618　10
1.000　16
1.618　26
2.125　34
2.617　42
4.235　68

0.714　10
1.000　14
1.414　23
1.999　32
2.826　45
4.571　64
--*/
.no-gutter [class*='col-'] {padding-right:0;padding-left:0;}
.border{
  border:1px solid #000;}
::selection {
	background: #ececec;
}
::-moz-selection {
 background:#ececec;
}
.wf{
	font-family: 'Nunito', sans-serif;
}
.fa-female{
color: #f4b5ca;
}
.fa-male{
color: #000046;
}
.relative{
	position:relative;
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*--
iframe {
	width: 100%;
	height: 360px;
}
--*/
.ud-o {
	display: inline;
	background: linear-gradient(transparent 70%, rgba(252,168,43,0.4) 70%);
}
.ud-p {
	display: inline;
	background: linear-gradient(transparent 70%, rgba(234, 136, 181,0.4) 70%);
}
.ud-b {
	display: inline;
	background: linear-gradient(transparent 70%, rgba(43,127,252,0.4) 70%);
}
.ud-g {
	display: inline;
	background: linear-gradient(transparent 70%, rgba(3,215,130,0.4) 70%);
}
.fwb {
	font-weight: bold;
}
.ud-o {
	display: inline-block;
	background: linear-gradient(transparent 70%, rgba(252,168,43,0.4) 70%);
}
.dn {
	display: none;
}
.db{
	display:block;
}
.lh1{
	line-height:1em;
}
.lh2{
	line-height:2em;
}
.ilb{
	display:inline-block;
}
.bdb{
border-bottom: 1px solid #f2f2f2;
padding-bottom: 1em;
box-sizing: border-box;
}
.bgcol-beige{
	background-color:#f0ebe5;
}
.bgcol-blue{
	background-color:#f3fbff;
}
.bgcol-wht{
  background-color: #fefefe;
}
.bgcol-wht03{
  background-color: rgba(254,254,254,0.3);
}
.bgcol-wht06{
  background-color: rgba(254,254,254,0.6);
}
.col-blk{
	color:#000000;
}
.col-o {
	color: #FF5234;
}
.col-p{
	color:#ea88b5;
}
.col-w{
	color: #fefefe;
}
.col-tb{
  color:#5accc1;
 }
 .col-g{
   color:#c8ae7b;
}
 .fs2{ font-size:2em;}
 .fs3{ font-size:3em;}
 .fs4{ font-size:4em;}
 .fs5{ font-size:5em;} 
 .fs6{ font-size:6em;} 
.fs-xl {
	font-size: 1.4em;
}
.fs-l {
	font-size: 1.2em;
}
.fs-m {
	font-size: 0.8em;
}
.fs-s {
	font-size: 0.6em;
}
.fs-xs {
	font-size: 0.4em;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.pdl10{
	padding-left: 10px;
}
.lh1{
	line-height:1em;
}
.lsn{
	letter-spacing:normal;
}
.fll {
	float: left;
	clear:left;
}
.flr {
	float: right;
	clear:right;
}
.bs {
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	-ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	-o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
}
.mx50 {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.my50 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btnBig {
	letter-spacing:normal;
	text-align: center;
}
.btnBig a {
	display: block;
	padding: 0.625em 1em;
	border: 4px solid #000A02;
	box-sizing: border-box;
	color: #000A02;
}
.btnBig a:hover {
	border: 4px solid #000A02;
	background: #000A02;
	text-decoration: none;
	color: #fefefe;
}
.btnBig a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}
.btnBig2 {
	letter-spacing:normal;
	text-align: center;
}
.btnBig2 a {
	display: block;
	padding: 0.625em 1em;
	background:#FF5234;
	border: 4px solid #FF5234;
	box-sizing: border-box;
	color: #fefefe;
}
.btnBig2 a:hover {
	border: 4px solid #FF5234;
	background: none;
	text-decoration: none;
	color: #FF5234;
}
.btnBig2 a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}
.txtBox{
	background:#000046;
	padding:0.3125em 0.5em;
	color:#fefefe;
}
.txtBox_blk{
	background:#000;
	padding:0.3125em 0.5em;
	color:#fefefe;
}
.txtBox_gld{
	background:#c8ae7b;
	padding:0.3125em 0.5em;
	color:#fefefe;
}
.txtBox_tblue{
	background:#81d8d0;
	padding:0.3125em 0.5em;
	color:#fefefe;
}
.txtBox_pink{
	background:#f4b5ca;
	padding:0.3125em 0.5em;
	color:#fefefe;
}
/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
PC 768px〜
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media print, screen and (min-width: 768px) {
/*================================================================
ガター溝削除
================================================================*/
.pc-dn {
	display: none;
}
.pc-mx50 {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pc-my50 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mb {
	margin-bottom: 30px;
}
.mb2 {
	margin-bottom: 15px;
}
.pc-mb5 {
	margin-bottom: 5px;
}
.pc-mb10 {
	margin-bottom: 10px;
}
.pc-mb15 {
	margin-bottom: 15px;
}
.pc-mb20 {
	margin-bottom: 20px;
}
.pc-mb25 {
	margin-bottom: 25px;
}
.pc-mb30 {
	margin-bottom: 30px;
}
.pc-fs-xl{
	font-size:1.4em;
}
.map {
	width: 100%;
	height: 456px;
	position: relative;
	overflow: hidden;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-l {
	width: 33%;
	height: auto;
	float: left;
	margin: 0 30px 0 0;
}
.img-l img {
	width: 100%;
	height: auto;
}
.img-r {
	width: 33%;
	height: auto;
	float: right;
	margin: 0 0 0 30px;
}
.img-r img {
	width: 100%;
	height: auto;
}
.number {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #81d8d0;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
	font-weight: bold;
	font-size: 1.618em;
}
.number_p {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #ea88b5;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
	font-weight: bold;
	font-size: 1.618em;
}
.number2 {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #81d8d0;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
	font-weight: bold;
	font-size: 2.125em;
}
.txt-bg {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 30px;
	box-sizing: content-box;
}
/*====================================================================
PC sidenavi
====================================================================*/
.sideNavibox {
	position: fixed;
	height: auto;
	right: 0;
	z-index: 100;
}
.sideNavibox li {
	font-size: 0.8em;
	background: rgba(254,254,254,0.7);
	padding: 1.25em 1em;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.sideNavibox li:first-child {
  border-top: 1px solid #f2f2f2;
	-moz-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.sideNavibox li:last-child {
	-border-radius: 0 0 0 6px;
	-ms-border-radius: 0 0 0 6px;
	-o-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.sideNavibox li a {
	color: #000;
}
.sideNavibox li i {
	margin-right: 5px;
}
/*================================================================
PC list.html
================================================================*/
.topicsList-box li{
	border-bottom: 3px double #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.topicsList-box li:last-child{
	margin-bottom: 0;
}
.topicsList-ttl{
	border-left: 6px solid #f2f2f2;
	padding-left: 1em;
}
.topicsList-ttl p:nth-child(1) span{
	display:inline-block;
	line-height:1em;
	font-size:0.625em;
	background:#f2f2f2;
	padding:0.3125em 0.5em;
	margin-bottom: 0.5em;
}
.topicsList-ttl p:nth-child(1) span:nth-child(1){
	/*
	background:#000;
	*/
}
.topicsList-ttl p:nth-child(1) span:nth-child(2){
	/*
	background:#000;
	*/
}
.topicsList-ttl p:nth-child(2){
	display:block;
	width:100%;
	line-height:1em;
	font-size:1.2em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.topicsList-btn{
	margin:2em 0;
}
.topicsList-btn ul li{
	text-align:center;
}
.topicsList-thumbnailBox li {
	border-bottom: 3px double #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.topicsList-thumbnailBox li:last-child{
	margin-bottom: 0;
}
.topicsList-thumbnailImg{
	position:relative;
	width:64px;
	height:39px;
	overflow:hidden;
	text-align:center;
}
.topicsList-thumbnailImg img{
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.archiveBox li{
	border-bottom: 1px dotted #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 1em;
	line-height:1em;
	text-indent:1em;
}
.archiveBox li:last-child{
	margin-bottom: 0;
}
/*================================================================
top 商品紹介
================================================================*/
.item-top-img img{
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.item-top-ttl{
position: relative;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/*================================================================
PC detail.html
================================================================*/
.topicsDetail-body{
	margin-top: 2em;
	padding:0 1em 1em 1em;
	margin-left: 6px;
	margin-right: 6px;
	word-wrap:break-word;
}
.topicsDetail-ttl{
	border-left: 6px solid #f2f2f2;
	padding-left: 1em;
}
.topicsDetail-ttl p:nth-child(1) span{
	display:inline-block;
	line-height:1em;
	font-size:0.625em;
	background:#f2f2f2;
	padding:0.3125em 0.5em;
	margin-bottom: 0.5em;
}
.topicsDetail-ttl p:nth-child(1) span:nth-child(1){
	/*
	background:#000;
	*/
}
.topicsDetail-ttl p:nth-child(1) span:nth-child(2){
	/*
	background:#000;
	*/
}
.topicsDetail-ttl p:nth-child(2){
	display:block;
	width:100%;
	line-height:1em;
	font-size:1.2em;
	word-wrap:break-word;
}
.topicsDetail-btn{
	text-align:center;
	margin-top: 2em;
}
.topicsDetail-btn a{
	display:inline-block;
	border:2px solid #343434;
	padding:0.625em 1em;
	line-height:1em;
}
.topicsDetail-btn a:hover{
	background:#343434;
	color:#fefefe;
	text-decoration:none;
}

/*====================================================================
PC 2nd contents bg
====================================================================*/
.secBg {
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
}
.sec {
	background: rgba(254,254,254,0.3);
	border: 1px solid #ececec;
	padding: 30px;
	box-sizing: border-box;
}
.secTxt {
	background: rgba(254,254,254,0.6);
	border: 1px solid #ececec;
	padding: 30px;
	box-sizing: border-box;
}
.second{
}
.beta100{
	background:#81d8d0;
	font-size:2.617em;
	padding:1.25em 1em;
	color:#fefefe;
	font-weight: bold;
	text-align:center;
  border-top: 1px solid #5accc1;
	border-bottom: 1px solid #5accc1;
}
.beta100_p{
	background:#ea88b5;
	font-size:2.617em;
	padding:1.25em 1em;
	color:#fefefe;
	font-weight: bold;
	text-align:center;
	border-top: 1px solid #e25d9a;
	border-bottom: 1px solid #e25d9a;
}
.second h4{
	display:inline-block;
	font-size:1.2em;
	border:2px solid #c8ae7b;
	color:#c8ae7b;
	font-weight: bold;
	padding:0.625em 1em;
}
.second h5{
	border-left: 4px solid #c8ae7b;
	line-height:1em;
	padding: 0.625em 0 0.625em 1em;
}
}

/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
SP 0〜767px
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media screen and (max-width: 767px) {
.sp-dn {
	display: none;
}
.sp-mx50 {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sp-my50 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mb {
	margin-bottom: 15px;
}
.mb2 {
	margin-bottom: 10px;
}
.sp-mb {
	margin-bottom: 15px;
}
.sp-mb2 {
	margin-bottom: 10px;
}
img {
	width: 100%;
	height: auto;
}
.map {
	width: 100%;
	height: 300px;
}
.img-l {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.img-l img {
	width: 100%;
	height: auto;
}
.img-r {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.img-r img {
	width: 100%;
	height: auto;
}
.number {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #81d8d0;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
	margin-right: 10px;
	font-size: 1.414em;
	font-weight: bold;
}
.number_p {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #ea88b5;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
	font-weight: bold;
	font-size: 1.414em;
}
.number2 {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #000A02;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
	margin-right: 10px;
	font-size: 1.414em;
}
.txt-bg {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 10px;
	box-sizing: content-box;
}
/*====================================================================
SP sidenavi
====================================================================*/
.sideNavibox{
	position:fixed;
	height:auto;
	bottom:0;
	z-index:1;
}
.sideNavibox ul{
	display:block;
	width:100%;
	height:auto;
}
.sideNavibox li{
	display:inline-block;
	width: 50%;
	height: auto;
	float: left;
	background:rgba(254,254,254,1);
	font-size:0.8em;
	padding:1em 3em;
	box-sizing: border-box;
}
.sideNavibox li:nth-child(1), .sideNavibox li:nth-child(2){
	padding-top: 1em;
	padding-bottom: 1em;
}
.sideNavibox li:nth-child(3),.sideNavibox li:nth-child(4),.sideNavibox li:nth-child(5){
	padding-bottom: 1em;
}
.sideNavibox li:nth-child(5){
	/*width:100%;*/
}
.sideNavibox li a{
	color:#000;
}
.sideNavibox li i{
	margin-right: 5px;
}

.sideNavibox2{
	position:fixed;
	height:auto;
	bottom:0;
	z-index:1;
}
.sideNavibox2 ul{
	display:block;
	width:100%;
	height:auto;
}
.sideNavibox2 li{
	display:inline-block;
	width: 50%;
	height: auto;
	float: left;
	letter-spacing:normal;
	background:rgba(254,254,254,1);
	font-size:0.9em;
	padding:1em;
	box-sizing: border-box;
}
.sideNavibox2 li:last-child{
	display:inline-block;
	width: 100%;
	height: auto;
	float: left;
	background:rgba(254,254,254,1);
	font-size:0.9em;
	padding:0 1em;
	box-sizing: border-box;
}
.sideNavibox2 li:nth-child(1), .sideNavibox2 li:nth-child(2){
	padding-top: 1em;
	padding-bottom: 1em;
}
.sideNavibox2 li:nth-child(3),.sideNavibox2 li:nth-child(4),.sideNavibox2 li:nth-child(5),.sideNavibox2 li:nth-child(6),.sideNavibox2 li:nth-child(7){
	padding-bottom: 1em;
}
.sideNavibox2 li a{
	color:#000;
}
.sideNavibox2 li i{
	margin-right: 5px;
}
.sp-slimMbbox{
	margin-bottom: 42px;
}
.sp-facialMbbox{
	margin-bottom: 67px;
}
/*================================================================
SP list.html
================================================================*/
.topicsList-box li{
	border-bottom: 3px double #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.topicsList-box li:last-child{
	margin-bottom: 0;
}
.topicsList-ttl{
	border-left: 6px solid #f2f2f2;
	padding-left: 1em;
}
.topicsList-ttl p:nth-child(1) span{
	display:inline-block;
	line-height:1em;
	font-size:0.625em;
	background:#f2f2f2;
	padding:0.3125em 0.5em;
	margin-bottom: 0.5em;
}
.topicsList-ttl p:nth-child(1) span:nth-child(1){
	/*
	background:#000;
	*/
}
.topicsList-ttl p:nth-child(1) span:nth-child(2){
	/*
	background:#000;
	*/
}
.topicsList-ttl p:nth-child(2){
	display:block;
	width:100%;
	line-height:1em;
	font-size:1.2em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.topicsList-btn{
	margin:2em 0;
}
.topicsList-btn ul li{
	text-align:center;
}
.topicsList-thumbnailBox li{
	border-bottom: 3px double #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.topicsList-thumbnailBox li:last-child{
	margin-bottom: 0;
}
.topicsList-thumbnailImg{
	position:relative;
	width:64px;
	height:39px;
	overflow:hidden;
	text-align:center;
}
.topicsList-thumbnailImg img{
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.archiveBox li{
	border-bottom: 1px dotted #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 1em;
	line-height:1em;
	text-indent:1em;
}
.archiveBox li:last-child{
	margin-bottom: 0;
}
/*================================================================
SP detail.html
================================================================*/
.topicsDetail-body{
	margin-top: 2em;
	padding:0 1em 1em 1em;
	margin-left: 6px;
	margin-right: 6px;
	word-wrap:break-word;
}
.topicsDetail-ttl{
	border-left: 6px solid #f2f2f2;
	padding-left: 1em;
}
.topicsDetail-ttl p:nth-child(1) span{
	display:inline-block;
	line-height:1em;
	font-size:0.625em;
	background:#f2f2f2;
	padding:0.3125em 0.5em;
	margin-bottom: 0.5em;
}
.topicsDetail-ttl p:nth-child(1) span:nth-child(1){
	/*
	background:#000;
	*/
}
.topicsDetail-ttl p:nth-child(1) span:nth-child(2){
	/*
	background:#000;
	*/
}
.topicsDetail-ttl p:nth-child(2){
	display:block;
	width:100%;
	line-height:1em;
	font-size:1.2em;
	word-wrap:break-word;
}
.topicsDetail-btn{
	text-align:center;
	margin-top: 2em;
}
.topicsDetail-btn a{
	display:inline-block;
	border:2px solid #343434;
	padding:0.625em 1em;
	line-height:1em;
}
.topicsDetail-btn a:hover{
	background:#343434;
	color:#fefefe;
	text-decoration:none;
}
/*================================================================
SP top 商品紹介
================================================================*/
.item-top-img{
	position:relative;
	width:280px;
	height:172px;
	background: url(../images/item-thumbnail.jpg) center center;
	background-size: cover;
	overflow:hidden;
	margin: auto;
}
.item-top-img img{
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.item-top-ttl{
position: relative;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/*====================================================================
SP 2nd contents bg
====================================================================*/
.secBg {
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
}
.sec {
	background: rgba(254,254,254,0.3);
	border: 1px solid #ececec;
	padding: 15px;
	box-sizing: border-box;
}
.secTxt {
	background: rgba(254,254,254,0.6);
	border: 1px solid #ececec;
	padding: 15px;
	box-sizing: border-box;
}
.beta100{
	background:#81d8d0;
	font-size:1.3125em;
	padding:0.625em 1em;
	font-weight: bold;
	color:#fefefe;
	text-align:center;
	border-top: 1px solid #5accc1;
	border-bottom: 1px solid #5accc1;
	line-height:1em;
}
.beta100_p{
	background:#ea88b5;
	font-size:1.3125em;
	padding:0.625em 1em;
	font-weight: bold;
	color:#fefefe;
	text-align:center;
	border-top: 1px solid #e25d9a;
	border-bottom: 1px solid #e25d9a;
	line-height:1em;
}
.second h4{
	display:inline-block;
	font-weight: bold;
	border:2px solid #c8ae7b;
	color:#c8ae7b;
	padding:0.625em 1em;
}
.second h5{
	border-left: 2px solid #c8ae7b;
	font-weight: bold;
	line-height:1em;
	padding: 0.625em 0 0.625em 1em;
}


}

/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
TAB
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media screen and (max-width: 991px) and (min-width: 768px) {
.tab-dn {
	display: none;
}
.mb {
	margin-bottom: 20px;
}
.mb2 {
	margin-bottom: 10px;
}
/*====================================================================
TAB 2nd contents bg
====================================================================*/
.secBg {
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
}
.sec {
	background: rgba(254,254,254,0.3);
	border: 1px solid #ececec;
	padding: 20px;
	box-sizing: border-box;
}
.secTxt {
	background: rgba(254,254,254,0.6);
	border: 1px solid #ececec;
	padding: 20px;
	box-sizing: border-box;
}
.second{
}
/*================================================================
tab list.html
================================================================*/
.topicsList-thumbnailImg{
	position:relative;
	width:64px;
	height:39px;
	overflow:hidden;
	text-align:center;
}
/*================================================================
top 商品紹介
================================================================*/
.item-top-img{
	position:relative;
	width:178px;
	height:111px;
	background: url(../images/item-thumbnail.jpg) center center;
	background-size: cover;
	overflow:hidden;
	text-align:center;
}


}

/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
PC 992px〜
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media print, screen and (min-width: 992px) {
.pc-md-dn {
	display: none;
}
/*================================================================
   list.html
================================================================*/
.topicsList-thumbnailImg{
	position:relative;
	width:91px;
	height:56px;
	overflow:hidden;
	text-align:center;
}
/*================================================================
   top 商品紹介
================================================================*/
.item-top-img{
	position:relative;
	width:171px;
	height:106px;
	background: url(../images/item-thumbnail.jpg) center center;
	background-size: cover;
	overflow:hidden;
	text-align:center;
}



}



/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
PC 1200px〜
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media print, screen and (min-width: 1200px) {
.pc-lg-dn {
	display: none;
}

/*================================================================
   list.html
================================================================*/
.topicsList-thumbnailImg{
	position:relative;
	width:116px;
	height:72px;
	overflow:hidden;
	text-align:center;
}
/*================================================================
   top 商品紹介
================================================================*/
.item-top-img{
	position:relative;
	width:238px;
	height:147px;
	background: url(../images/item-thumbnail.jpg) center center;
	background-size: cover;
	overflow:hidden;
	text-align:center;
}



}
