@charset "UTF-8";
/*
Theme Name: Bibilab
Theme URI: http://www.bibilab.jp/
Author: Bibilab team
Description: Bibilabの企業サイト用テーマ
Version: 1.1
*/

/****************************************

          General Setting

*****************************************/
body {
	color: #595757; 
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

a img:hover {
	opacity: .8;
}

p {
	word-break: break-word;
}

.defs{
 	display: none;
}

.flip-horizontal {
    transform: scale(-1, 1);
}

.bibilab-logo {
	width: 150px;
	height: 25px;
}

.top-bar {
	background-color: #fff;
    padding: 1.5rem 0.5rem;
}

.top-bar ul {
    background-color: #fff;
}

.nav-breadcrumbs {
	background-color: #fdeedb;
	margin-top: 50px;
}

.nav-breadcrumbs .breadcrumbs {
	margin: 0.3rem 0 0.3rem 0;
	font-size: 0.6875rem;
}

.nav-breadcrumbs .breadcrumbs span:not(:last-child)::after {
	position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca;
}

.header-bar {
	background-color: #dc525b;
    padding: 2rem 0;
    margin: 1rem 0 1.5rem;
}

.header-text-big {
	color: #fff;
	font-size: 2rem;
}

.header-text-small {
	display: block;
	color: #fff;
}

.cd-header {
	z-index: 6;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-header.is-fixed {
    position: fixed;
    top: -50px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.cd-header,
.cd-header.is-fixed,
.cd-header.menu-is-open {
	background-color: #fff;
}

.cd-primary-nav-trigger {
	background-color: #fff;
}

.cd-primary-nav-trigger .cd-menu-text {
    color: #3d3a39;
}

.cd-primary-nav {
	z-index: 5;
	margin-left: 0;
	background: #ffffff;
}

.cd-primary-nav li {
	margin: 0;
}

.cd-primary-nav li a {
	color: #595757;
	border-radius: inherit;
	line-height: 1.5;
}

.no-touch .cd-primary-nav .cd-primary-nav-main a:hover {
	background-color: #ffe0ae;
}

.no-touch .cd-primary-nav .cd-primary-nav-sub a:hover {
	background-color: inherit;
    text-decoration: underline;
}

.no-touch .cd-primary-nav .cd-primary-nav-sns a:hover {
	background-color: inherit;
}

.menu.vertical .cd-primary-nav-main {
	border-bottom: 1px solid #9e9e9f;
}

.menu.vertical .cd-primary-nav-sub {
	display: inline-block;
	color: #9e9e9f;
	border-right: 1px solid #9e9e9f;
	font-size:0.8rem;
	margin-top: 1.5rem;
}

.menu.vertical .cd-primary-nav-empty {
	padding: 0.5rem;
}

.menu.vertical .cd-primary-nav-sns {
	display: inline-block;
	margin: 0.5rem 0.3rem 0; 
}

.menu .cd-primary-nav-sns a {
	display: inherit;
	padding: 0;
}

.menu .cd-primary-nav-sns a svg {
	margin-right: 0;
}

.menu .is-accordion-submenu-item {
	border-top: 1px solid  #9e9e9f;
	background-color: #eeeeef;
	font-size: 1rem;
}

.menu.nested {
    margin-left: 0;
}

.menu.vertical .border-right-none {
	border-right: none;
}

.cd-primary-nav-sub a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.is-accordion-submenu-parent > a::after {
	border-color: #595757 transparent transparent;
}

.cd-primary-nav-trigger .cd-menu-icon,
.cd-primary-nav-trigger .cd-menu-icon:after,
.cd-primary-nav-trigger .cd-menu-icon:before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked:after,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked:before {
	background-color: #3d3a39;
}

.menu-anchor {
	margin: 1.5rem auto;
}

.menu-anchor li {
	text-decoration: underline;
}

.article-content .button-group.expanded .button:first-child:nth-last-child(4),
.article-content .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    width: calc(25% - 3px);
    margin-right: 3px;
    border-radius: 0.3rem;
}

.article-content .button-group .button {
    margin-bottom: 1px;
    font-size: 1.1rem;
    padding: 0.7em 1em;
}

.article-content .button-group .facebook {
	background-color: #395591;
}

.article-content .button-group .twitter {
	background-color: #59a2d9;
}

.article-content .button-group .hatebu {
	background-color: #136bb5;
}

.article-content .button-group .pocket {
	background-color: #cf4550;
}

.article-content .button-group .google-plus {
	background-color: #d14b39;
}

.article-content .button-group .line {
	background-color: #3aae36;
}

.article-section {
	margin-bottom: 4rem;
}

.article-list-area-title {
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.article-list-area-title-big {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
}

.sns-btn-list,
.new-product-list,
.new-article-list,
.search-article-list,
.popular-article-list,
.product-series-list,
.sns-article-list,
.shop-list,
.sidebar-news-list {
	list-style-type: none;
	margin-left: 0;
}

.sns-btn-box li {
	display: inline-block;
    margin: 0 0.2rem;
}

.sns-btn-box li .btn-sns{
	width: 60px;
    height: 60px;
}

.new-product-list li,
.new-article-list li,
.search-article-list li,
.popular-article-list li {
	border-top: 1px solid #c8c9ca;
}

.new-product-list li:last-of-type,
.new-article-list li:last-of-type,
.search-article-list li:last-of-type,
.popular-article-list li:last-of-type {
	border-bottom: 1px solid #c8c9ca;
}

.new-product-list li a,
.new-article-list li a,
.search-article-list li a,
.popular-article-list li a {
	color: #595757;
}

.new-product-list li a:hover,
.new-article-list li a:hover,
.search-article-list li a:hover,
.popular-article-list li a:hover {
	color: #1779ba;
}

.new-article-list .list-box-text p,
.search-article-list .list-box-text p,
.popular-article-list .list-box-text p {
	padding-bottom: 1.5rem;
}

.new-article-list .list-box-text time,
.search-article-list .list-box-text time,
.popular-article-list .list-box-text time {
	display: block;
    text-align: right;
    color: #000;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.7rem;
}

.list-box {
	display: table;
	width: 100%;
}

.list-box-img {
	display: table-cell;
	box-sizing: border-box;
	width:40%;
	padding: 1rem;
	padding-left: 0;
	vertical-align: top;
}

.list-box-text {
	display: table-cell;
	box-sizing: border-box;
	width:60%;
	padding: 1rem;
	padding-left: 0;
	vertical-align: top;
	position: relative;
}

.list-box-text h4 {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.3rem;
	font-size: 1rem;
}

.list-box-text p {
	line-height: 1.5;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.product-series-list li {
	margin-bottom: 1rem;
}

.product-series-list .img-caption {
	position: relative;
}

.product-series-list .img-caption figcaption {
	position: absolute;
	bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    padding: 0.3rem;
}

.product-series-list .img-caption figcaption h4 {
	margin-bottom: 0;
    font-weight: bold;
    font-size: 0.9rem;
}

.product-series-list .img-caption figcaption p {
	margin-bottom: 0;
    font-size: 0.6rem;
}

.popular-product-list-box {
	display: table;
}

.popular-product-list-box-half {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	padding: 0 1rem;
	/*height: 300px;*/
}

.popular-product-list-box-half a {
	color: #595757;
}

.popular-product-list-box-img {
	margin-bottom: 1rem;
}

.popular-product-list-box-img .wpp-thumbnail,
.list-box-img .wpp-thumbnail {
	float: none;
	margin: 0;
}

.popular-product-list-box-text h4 {
	font-weight: bold;
    font-size: 1rem;
}

.popular-product-list-box-text p {
	font-size: 0.9rem;
    line-height: 1.5;
}

.popular-product-list .orbit-previous,
.popular-product-list .orbit-next {
	padding: 0;
    z-index: 1;
    top: 30%;
}

.btn-slider-mini {
	width: 30px;
    height: 30px;
}

.sns-article-list li {
	margin-bottom: 1rem;
}

.title-twitter {
	display: block;
    padding: 0.3rem 1rem;
    color: #fff;
    background-color: #53a8e9;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.title-facebook {
	display: block;
    padding: 0.3rem 1rem;
    color: #fff;
    background-color: #3b589e;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.timeline-box {
	background-color: #eeeeef;
	padding: 1rem;
}

.timeline-box p {
	font-size: 0.8rem;
}

.footer {
	background-color: #eeeeef;
    padding: 2rem 0 9rem;
    margin-top: 1rem;
}

.footer a {
	color: #595757;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul {
	margin-bottom: 2rem;
}

.footer-nav-sub li {
	border-right: 1px solid #595757;
    padding-right: 1rem;
}

.footer-nav-sub li:last-of-type {
	border-right: none;
}

.btn-sns {
	width: 47px;
	height: 47px;
}

.btn-box {
	margin-bottom: 1rem;
}

.big-btn {
	position: relative;
	margin-bottom: 0.5rem;
}

.big-btn a {
	color: #595757;
}

.big-btn span {
	display: block;
    padding: 2rem;
    background-color: #fff1dc;
    border: 2px solid #f7a800;
    border-radius: 0.5rem;
    font-size: 1.2rem;
}

.big-btn span:hover {
	display: block;
    padding: 2rem;
    background-color: #fff;
    border: 2px solid #f7a800;
    border-radius: 0.5rem;
    font-size: 1.2rem;
}

.big-btn .fa {
	position: absolute;
    right: 1rem;
    bottom: 41%;
}

.big-btn p {
	padding: 0 0.5rem;
}

.copyright {
	display: block;
	text-align: center;
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    max-width: 180px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
}

#page-top a img:hover {
    text-decoration: none;
    opacity: 1;
}

.product-link-box {
	margin-bottom: 3rem;
}

.product-link-box .product-name {
	display: block;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.product-link-box .btn-amazon {
	display: block;
    text-align: center;
    background-color: #f7a700;
    border: 1px solid #f7a700;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.product-link-box .btn-amazon:hover {
	background-color: #fff;
    color: #f7a700;
}

.product-link-box .link-product-page {
	display: block;
    text-align: center;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: inherit;
}

.movie-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.text-note {
    color: #dc6a66;
    font-size: 0.8rem;
}

.table-header {
	padding: 0.5rem 0.625rem 0.625rem;
	background-color: #f1f1f1;
	font-weight: bold;
	line-height: 1.3;
	font-size: 1.3rem;
}


/****************************************

          Top Setting

*****************************************/
.top-slider {
	margin-top: 50px;
}

.top-slider .orbit-bullets button {
	width: 0.8rem;
    height: 0.8rem;
}

.top-slider .orbit-bullets button.is-active {
	background-color: #f7a800;
}

.top-slider .orbit-previous,
.top-slider .orbit-next {
    padding: 0.5rem;
    z-index: 1;
}

.top-slider .btn-slider {
	width: 29px;
	height: 47px;
}

.sns-btn-list {
	margin: 1rem 0 3rem;
}

.new-product-no {
	display: block;
    color: #f7a800;
    line-height: 1.0;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.7rem;
}

/****************************************

          Product Setting

*****************************************/
#product {
	margin-top: 1rem;
}

#product .article-section {
	margin-bottom: 3rem;
}

.product-top-slider .orbit-bullets button {
	width: 0.8rem;
    height: 0.8rem;
}

.product-top-slider .orbit-bullets button.is-active {
	background-color: #f7a800;
}

.product-top-slider .orbit-previous,
.product-top-slider .orbit-next {
    padding: 0.5rem;
    z-index: 1;
}

.product-top-slider .btn-slider {
	width: 29px;
	height: 47px;
}

#product h1 {
	font-weight: bold;
}

#product h2 {
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 0.5rem;
    border: 1px solid #595757;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
}

.product-no {
	display: block;
}

.product-copy {
	display: block;
	margin-bottom: 1rem;
}

.shop-list-box {
	padding: 1rem;
    background-color: #fdeedb;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.shop-list {
	width: 100%;
	font-size: 0;
	margin-bottom: 0;
}

.shop-list li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.5rem;
	width: 50%;
}

.function-box-basic,
.function-box-half,
.function-box-free,
.half-box {
	margin-bottom: 3rem;
}

.function-box-basic img,
.function-box-half img,
.function-box-free img,
.function-box-basic .movie-box,
.function-box-half .movie-box,
.function-box-free .movie-box {
	margin-bottom: 0.5rem;
}

.size-box-half,
.size-box-basic {
	margin-bottom: 3rem;
}

.half-box {
	border: 0;
	color: #595757;
}

#product .table-spec {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    margin-bottom: 2rem;
}

#product .table-spec tbody {
	border: 1px solid rgba(10, 10, 10, 0.25);
}

#product .table-spec tr {
	border-bottom: 0;
	background-color: #fff;
}

#product .table-spec tr th {
	background-color: #F2EDED;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-top: 0;
	width: 25%;
}

#product .table-spec tr:first-of-type th {
	border-top: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0.5rem 0 0 0;
    -webkit-border-radius: 0.5rem 0 0 0;
    -moz-border-radius: 0.5rem 0 0 0;
}

#product .table-spec tr:last-of-type th {
	border-radius: 0 0 0 0.5rem;
    -webkit-border-radius: 0 0 0 0.5rem;
    -moz-border-radius: 0 0 0 0.5rem;
}

#product .table-spec tr td {
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-top: 0;
	border-left: 0;
	padding: 0.5rem 1rem 0.625rem;
}

#product .table-spec tr:first-of-type td {
	border-top: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0 0.5rem 0 0;
    -webkit-border-radius: 0 0.5rem 0 0;
    -moz-border-radius: 0 0.5rem 0 0;
}

#product .table-spec tr:last-of-type td {
	border-radius: 0 0 0.5rem 0;
    -webkit-border-radius: 0 0 0.5rem 0;
    -moz-border-radius: 0 0 0.5rem 0;
}

#product .only-img-margin {
	margin-bottom: 1rem;
}

#product .only-img-margin-end {
	margin-bottom: 3rem;
}

.note-box ul {
	margin-left: 0;
    list-style-type: none;
}

.note-box ul li {
	color: #dc6a66;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
}

.related-product-list-box {
	border-radius: 0.5rem;
	padding: 0.5rem;
}

.related-product-list-box h4 {
	font-weight: bold;
	font-size: 0.8rem;
}

.related-product-list-box p {
	font-size: 0.8rem;
}

.related-product-list-box a {
	color: #595757;
}


/****************************************

          Product-list Setting

*****************************************/
#product-list .header-bar {
	background-color: #f7a700;
}

.product-list-box {
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
}

.product-list-box a {
	color: #595757;
}

.product-list-box a:hover {
	color: #1779ba;
}

.product-list-box img {
	margin-bottom: 1rem;
}

.product-list-box h4 {
	line-height: 1.2;
	margin-bottom: 0.3rem;
	font-weight: bold;
	font-size: 1.3rem;
}

.product-list-box p {
	line-height: 1.5;
	font-size: 1rem;
}

.product-list-product-no {
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 0.8rem;
	font-weight: bold;
}

#product-list .pagination {
	text-align: center;
}

#product-list .pagination .current {
    background: #f7a700;
}


/****************************************

          Features Setting

*****************************************/
#series .header-bar {
	background-color: #f7a700;
}


/****************************************

          Features Setting

*****************************************/
#features .article-content {
	margin-bottom: 4rem;
}

#features  h1 {
	margin-bottom: 1rem;
}

#features  h2 {
	background-color: #F3F3F3;
	border-radius: 0.5rem;
	padding: 0.7rem;
	margin: 3rem 0 1.5rem;
}

#features  h3 {
	padding: 0.6rem 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 3rem 0 1.5rem;
}

#features .article-content img {
	margin-bottom: 0.5rem;
}

#features .new-article-list {
	margin-bottom: 3rem;
}

#features .pagination {
	text-align: center;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #dc525b;
}


/****************************************

          Campaign Setting

*****************************************/
#campaign .header-bar {
	background-color: #f7a700;
}

#campaign h1 {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: bold;
}

#campaign h2 {
	font-size: 1.3rem;
    color: #3d3a39;
    background-color: #f1c7bf;
    border-radius: 0.5rem;
	padding: 0.7rem;
	margin: 1rem 0;
	line-height: 1.3;
	font-weight: bold;
}

#campaign h2.no-band {
    color: #dc6a66;
    background-color: inherit;
    padding: 0;
    line-height: 1.3;
    font-weight: bold;
}

#campaign h3 {
	font-weight: bold;
	margin: 1.5rem auto 0.5rem;
	line-height: 1.3;
}

#campaign section {
	margin: 1rem auto 3rem;
}

#campaign p {
	line-height: 1.9;
}

#campaign .flow-ambassador-box-small {
	padding: 0.5rem;
    background-color: #fefbf4;
    border: 1px solid #f5d2d2;
    font-size: 0.9rem;
    margin: 0;
}

#campaign .flow-ambassador-box-big {
	padding: 0.5rem;
    background-color: #fefbf4;
    border: 1px solid #f5d2d2;
    font-size: 0.9rem;
}

#campaign .flow-ambassador-box-big .list-title-review-example {
	margin-bottom: 0;
}

#campaign .ambassador-box-present {
	color: #fff;
    background-color: #dc6a66;
    border-radius: 0.5rem;
    padding: 0.7rem;
    margin-bottom: 1rem;
}

#campaign .ambassador-box-present p {
	margin-bottom: 0;
}

#campaign .ambassador-box-present-title {
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
}

#campaign .flow-ambassador-box-table {
    font-size: 0.9rem;
    margin-top: 1rem;
    border-collapse: collapse;
}

#campaign .flow-ambassador-box-table table {
	border-collapse: collapse;
	margin-bottom: 0;
}

#campaign .flow-ambassador-box-table table th {
	background-color: #faece8;
	border: 1px solid #f5d2d2;
	width: 40%;
}

#campaign .flow-ambassador-box-table table td {
	background-color: #fefbf4;
	border: 1px solid #f5d2d2;
}

#campaign .flow-ambassador-box-big p,
#campaign .flow-ambassador-box-small p {
	padding: 0.5rem;
	color: #636363;
	padding-top: 0.3rem;
	box-sizing: border-box;
}

#campaign .flow-ambassador-box-title {
	color: #dc6a66;
	border-bottom: 1px solid;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	display: block;
	font-size: 1rem;
}

#campaign .campaign-yajirushi {
    width: 100%;
    height: 25px;
    margin: 0.2rem 0;
}

#campaign .note-caution {
	margin-top: 1.5rem;
}

#campaign .note-caution li {
	margin-bottom: 0.5rem;
    font-size: 0.8rem;
    color: #dc6a66;
}


/****************************************

          Support Setting

*****************************************/
#support .article-content {
	max-width: inherit;
}

#support .article-section {
	margin-bottom: 1rem;
}

#support h1 {
	color: #f7a800;
    font-size: 1.8rem;
}

#support p {
    font-size: 0.8rem;
}

/****************************************

          News Setting

*****************************************/
#news .header-bar {
	background-color: #00a199;
}

#news h1 {
	color: #f7a800;
    font-size: 1.8rem;
}

#news h3 {
	font-size: 1.3rem;
	margin-bottom: 0;
    line-height: 1;
}

#news .text-jp {
	line-height: 1;
}

#news p {
    font-size: 0.8rem;
}

#news .side-bar {
	width: 100%;
}

.sidebar-news-heading {
	background-color: #eeeeef;
	margin-bottom: 0.5rem;
}

.sidebar-news-heading a {
	display: block;
	padding: 0.6rem;
	color: #595757;
}

.sidebar-news-list li {
	border-top: 1px solid;
}

.sidebar-news-list li:last-of-type {
	border-bottom: 1px solid;
}

.sidebar-news-list li a {
	display: block;
	color: #595757;
	padding: 0.5rem 0;
}

.sidebar-news-list li a {
	display: block;
	color: #595757;
	padding: 0.5rem 0;
}

.sidebar-news-list li.current-menu-item a {
	background-color: #fdeedb;
}

.sidebar-news-list li a:hover {
	color: #1779ba;
}

.news-date {
	padding: 0 0.5rem;
}

.news-text {
	padding: 0.5rem;
}

.text-description {
	margin-bottom: 1.5rem;
}

.update-table {
	border-collapse: collapse;
}

.update-table tbody {
	border: 0;
}

.update-table tbody td {
    padding: 1rem;
}

.update-table tbody .update-table-date {
	padding-bottom: 0.2rem;
}

.update-table tbody .update-table-text {
	padding-top: 0;
}

span.media,
span.press {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #DC525B;
    color: #fefefe;
    font-weight: bold;
}

span.press {
    background-color: #fdd947;
    color: #000;
}


/****************************************

          Concept Setting

*****************************************/
.page-id-215 .footer {
	margin-top: 0;
}

#concept {
	background-image: url(img/concept_img.jpg);
	background-size: cover;
	background-position: center bottom;
	color: #fff;
	padding: 2rem 1rem 22rem;
}

.title-box {
	margin-bottom: 1.5rem;
}

.concept-title {
	width: 300px;
	height: 57px;
}

.concept-small {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
}

.concept-text p {
	margin-bottom: 1.5rem;
}


/****************************************

          Search Setting

*****************************************/
.search-box {
	background-color: #f7a800;
}

#searchform {
	padding: 1rem;
}

#searchform div {
	position: relative;
}

#searchform [type='text'] {
	width: 100%;
    border: 0;
    border-radius: 0.3rem;
}

#searchform [type='submit'] {
	width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    height: 2.4375rem;
    padding: 0.5rem;
    font-size: 1rem;
    background-color: #000;
    color: #fff;
    border: 0;
    border-radius: 0.3rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#searchform .screen-reader-text {
	display: none;
}

#search .new-article-list {
	margin-bottom: 3rem;
}


/****************************************

          Gallery Setting

*****************************************/



/****************************************

          404 Setting

*****************************************/
#page-404 {
	padding: 3rem 1rem 10rem;
}

#page-404 h1 {
	font-weight: bold;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

.error404 .footer {
	margin-top: 0;
	padding: 2rem 0 16rem;
}


/****************************************

          Small only

*****************************************/
@media screen and (max-width: 39.9375em) {
	.article-content {
		padding: 0 0.5rem;
	}
	
	.cd-primary-nav-sub a {
	    padding: 0 0.5rem !important;
	}
	
	.half-box {
		padding: 0;
	}
	
	.size-box-half img {
		margin-bottom: 2rem;
	}
	
	.count-number {
		display: block;
		font-size: 0.8rem;
	}
}


/****************************************

          Medium and up

*****************************************/
@media screen and (min-width: 40em) {
	.cd-header.is-fixed {
    	top: -80px;
	}
	
	.cd-primary-nav-trigger {
	    padding-left: 0.5em;
	}
	
	.nav-breadcrumbs {
		background-color: #fdeedb;
		margin-top: 80px;
	}
	
	.article-content .button-group .button {
	    font-size: 1.5rem;
	}
	
	.menu-anchor {
	    margin: 3rem auto;
	    font-size: 1.2rem;
	}
	
	.article-list-area-title-big {
	    font-size: 1.8rem;
	}
	
	.list-box-text {
		padding: 1rem;
	}
	
	.list-box-text h4 {
	    margin-bottom: 1rem;
	    font-size: 1.5rem;
	}
	
	.list-box-text p {
	    font-size: 1rem;
	}
	
	.list-box-img {
	    padding: 1rem;
	}
	
	.product-series-list li {
		margin-bottom: 2rem;
	}
	
	.product-series-list .img-caption figcaption h4 {
	    font-size: 1.2rem;
	}
	
	.product-series-list .img-caption figcaption p {
	    font-size: 0.9rem;
    	line-height: 1.5;
	}
	
	.new-article-list .list-box-text time,
	.search-article-list .list-box-text time,
	.popular-article-list .list-box-text time {
	    font-size: 1.2rem;
	    bottom: 1rem;
	    right: 1rem;
	}
		
	.popular-product-list-box-text h4 {
	    font-size: 1.5rem;
	}
	
	.popular-product-list-box-text p {
	    font-size: 1rem;
	}
	
	.title-twitter,
	.title-facebook {
	    padding: 0.5rem 1rem;
	    font-size: 1.5rem;
	}
	
	.timeline-box p {
	    font-size: 1rem;
	}
	
	.orbit-previous, .orbit-next {
		font-size: 2.5rem;
	}
	
	/* Medium and up Top */
	.top-slider {
	    margin-top: 80px;
	}
	
	#top {
	    margin-top: 3rem;
	}
	
	.new-product-list h4 {
		margin-bottom: 0.5rem;
	}
	
	.new-product-list .new-product-no {
		font-size: 1.2rem;
	    margin-bottom: 1.2rem;
	}
	
	.list-box-text p {
	    font-size: 1.2rem;
	}
	
	/* Medium and up Product */
	#product h1 {
	    font-size: 1.5rem;
	}
	
	#product h2 {
	    font-size: 1.5rem;
	}
	
	#product h3 {
	    font-size: 1.3rem;
	}
	
	.product-no,
	.product-copy {
	    font-size: 1.3rem;
	}
	
	.shop-list li {
	    width: 25%;
	}
	
	.count-number {
		margin-left: 0.5rem;
		display: inherit;
	}
	
	/* Medium and up Product-list */
	.product-list-box {
		padding: 1rem;
	}

	.product-list-box img {
		margin-bottom: 1rem;
	}

	.product-list-box h4 {
		line-height: 1.4;
		margin-bottom: 0.3rem;
		font-size: 1.5rem;
	}

	.product-list-box p {
		font-size: 1.2rem;
	}

	.product-list-product-no {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
	
	/* Medium and up Product */
	#features h1 {
		font-size: 2rem;
	}
	
	#features  h2 {
	    font-size: 1.5rem;
	}
	
	#features  h3 {
	    font-size: 1.5rem;
	}
	
	/* Medium and up Campaign */
	#campaign h1 {
    	font-size: 2rem;
	}
	
	#campaign h2 {
    	font-size: 1.5rem;
	}
	
	#campaign h3 {
    	font-size: 1.3rem;
	}
	
	#campaign .flow-ambassador-box-title {
	    font-size: 1.2rem;
	}
	
	#campaign .flow-ambassador-box-small {
	    height: 150px;
	}
	
	#campaign section {
	    margin: 1rem auto 4rem;
	}
	
	/* Medium and up Concept */
	#concept {
    	padding: 4rem 0 35rem;
	}

	.title-box {
		margin-bottom: 2.5rem;
	}

	.concept-title {
		width: 480px;
	    height: 92px;
	}

	.concept-small {
		margin-bottom: 0.5rem;
	}

	.concept-text p {
		margin-bottom: 2rem;
	}
	
	/* Medium and up 404 */
	#page-404 {
	    padding: 8rem 0 20rem;
	}
	
	#page-404 h1 {
		margin-bottom: 0.5rem;
	}
	.error404 .footer {
	    padding: 2rem 0 15rem;
	}
	
	/* Medium and up Search */
	#searchform {
		width: 60%;
		margin: auto;
	}
}


/****************************************

          Medium only

*****************************************/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}


/****************************************

          Large and up

*****************************************/
@media screen and (min-width: 64em) {
	.bibilab-logo {
		width: 245px;
		height: 40px;
	}
	
	.menu.vertical .cd-primary-nav-main {
		font-size: 1.5rem;
	}
	
	.menu.vertical .cd-primary-nav-sub {
	    font-size: 1rem;
	    margin-top: 3rem;
	}
	
	.menu.vertical .cd-primary-nav-sns {
	    display: inline-block;
	    margin: 1rem 0.5rem;
	}
	
	.orbit-slide img {
		width:100%;
	}
	
	.orbit-bullets {
	    margin-top: 2rem;
	    margin-bottom: 2rem;
	}
	
	.top-slider .orbit-previous,
	.top-slider .orbit-next {
	    padding: 1rem;
	}
	
	.header-bar {
	    padding: 5.8rem 0;
	}
	
	.header-text-big {
		font-size: 2.5rem;
	}
	
	.article-content {
		max-width: 835px;
    	margin-right: auto;
	}
	
	.new-product-list li:first-of-type .list-box .list-box-img {
		width: 50%;
		vertical-align: middle;
	}
	
	.new-product-list li:first-of-type .list-box .list-box-text {
		width: 50%;
	}
	
	.list-box-img {
		width:35%;
	}

	.list-box-text {
		width:65%;
		padding: 1.5rem 1rem 1.5rem;
	}
	
	.timeline-box {
	    height: 400px;
	}
	
	.sticky.is-stuck {
	    z-index: 3;
	}
	
	.side-bar p {
		margin-bottom: 0.2rem;
		line-height: 1.2;
		font-size: 0.8rem;
	}
	
	.sidebar-popular-article,
	.sidebar-popular-product {
		margin-bottom: 4rem;
	}
	
	.sidebar-popular-article-heading,
	.sidebar-popular-product-heading {
		height: 140px;
	}
	
	.sidebar-popular-article-list,
	.sidebar-popular-product-list {
		list-style: none;
		margin: 0 auto;
	}

	.sidebar-popular-article-list li,
	.sidebar-popular-product-list li {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-left: 1px solid #c8c9ca;
		border-right: 1px solid #c8c9ca;
		border-bottom: 1px solid #c8c9ca;
	}
	
	.sidebar-popular-article-list li:first-of-type,
	.sidebar-popular-product-list li:first-of-type {
		padding-top: 1rem;
	}
	
	.sidebar-popular-article-list li a,
	.sidebar-popular-product-list li a {
		color: #595757;
	}

	.sidebar-popular-article-list li a:hover,
	.sidebar-popular-product-list li a:hover {
		color: #1779ba;
	}
	
	.sidebar-popular-article-box,
	.sidebar-popular-product-box {
		display: table;
	}
	
	.sidebar-popular-article-box-img,
	.sidebar-popular-product-box-img {
		display: table-cell;
		box-sizing: border-box;
		width:40%;
		padding: 0.5rem;
		vertical-align: top;
	}

	.sidebar-popular-article-box-text,
	.sidebar-popular-product-box-text {
		display: table-cell;
		box-sizing: border-box;
		width:60%;
		padding: 0.5rem;
		vertical-align: top;
		line-height: 0;
	}
	
	.sidebar-popular-article-box-text p,
	.sidebar-popular-product-box-text p {
		line-height: 1.4;
	}
	
	.sidebar-popular-article-box-text time {
		display: block;
		margin-bottom: 0.5rem;
	    color: #000;
	    line-height: 1;
	}
	
	.sidebar-popular-product-box-text .product-name {
		display: block;
		margin-bottom: 0.5rem;
	    color: #000;
	    line-height: 1.3;
	}
	
	.right {
		margin-top: 1rem;
	}
	
	#page-top {
	    right: 20px;
	}
	
	/* Large and up Top */
	#top {
	    margin-top: 4rem;
	}
	
	#top .right {
	    margin-top: 0;
	}
	
	
	/* Large and up Product */
	#product .article-content {
	    max-width: 1000px;
	    margin: auto;
	}
	
	#product h1 {
	    font-size: 2.3rem;
	}
	
	#product .only-img-margin {
		margin-bottom: 1.5rem;
	}
	
	.shop-list li {
	    width: 20%;
	}
	
	/* Large and up Product-list */
	#product-list {
		margin-bottom: 4rem;
	}
	
	.product-list-box {
		margin-bottom: 2rem;
	}
	
	.product-list-box h4 {
		line-height: 1.3;
		font-size: 1.1rem;
	}

	.product-list-box p {
		font-size: 0.8rem;
		line-height: 1.5;
	}

	.product-list-product-no {
		font-size: 0.8rem;
		margin-bottom: 0.8rem;
	}
	
	/* Large and up Features */
	#features {
		margin-bottom: 4rem;
	}
	
	#features .article-section {
		margin-top: 1rem;
	}
	
	#features .new-article-list li:first-of-type .list-box .list-box-img {
		width: 50%;
	}
	
	#features .new-article-list li:first-of-type .list-box .list-box-text {
		width: 50%;
		padding-top: 2rem;
	}
	
	/* Large and up Campaign */
	#campaign .article-content {
		max-width: 1000px;
	    margin: auto;
	}
	
	#campaign h1 {
    	margin-bottom: 2rem;
	}
	
	/* Large and up Support */
	#support {
		margin-bottom: 6rem;
	}
	
	/* Large and up News */
	#news {
		margin-bottom: 4rem;
	}
	
	.update-table tbody .update-table-date {
	padding-bottom: 1rem;
}

	.update-table tbody .update-table-text {
		padding-top: 1rem;
	}
	
	/* Large and up 404 */
	.error404 .footer {
	    padding: 2rem 0 10rem;
	}
	
	/* Large and up Search */
	#searchform {
	    width: 30%;
	}
	
	.search-article-list {
		margin-top: 1rem;
	}
}


/****************************************

          Large only

*****************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

