@charset "UTF-8";
/*---  BIAS LITE – ショーン 2020/8  ---*/
header.main_wrapper {
/*    box-sizing: content-box;*/
    letter-spacing: 0;
}
@media only screen and (max-width: 768px){
    header.main_wrapper {
/*        box-sizing: border-box;*/
    }
    .enter-btn ul a {
/*        box-sizing: content-box;*/
    }
}
/* Setup
---------------------------------------------*/
body {
/*    letter-spacing: 1px;*/
    min-width: initial;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.fl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.white-theme {
    color: #fff;
    text-shadow: 0 0 0.8em rgba(0, 0, 0, 0.4);
}
.grey-bg {
    background: #EDF0F0;
    padding: 60px 50px;
}
.inner-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 901px) {
    .sp-content {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .pc-content {
        display: none;
    }
}


.bg-box {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

/* Section
---------------------------------------------*/
section section {
    padding: 80px 16px;
    font-size: 15px;
    line-height: 1.8;
}
@media only screen and (max-width: 768px){
    section section {
        padding: 40px 15px;
    }
}

/* Top Header
---------------------------------------------*/

.bl-header {
/*    margin-top: 200px;*/  /* factor in site header */
    min-height: 500px;
    background-image: url(https://www.bermas.co.jp/wp-content/uploads/2020/09/header_img.jpg);
}
@media only screen and (max-width: 768px){
    .bl-header {
        margin-top: 50px;
        min-height: 350px;
    }
}

/* Main Tit
---------------------------------------------*/

.main-tit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px;

	text-align: center;
}
.main-tit h2 {
	font-size: 66px;
	font-weight: bold;
}
.main-tit h2 span {
	font-size: 42px;
	display: block;
}
.main-tit h2::after {
	content: "";
	display: block;
	border-bottom: solid 2px #FFF;
	width: 60px;
	margin: 20px auto 20px;
}
.main-tit p {
	font-size: 20px;
}

@media only screen and (max-width: 768px){
    .main-tit h2 {
        font-size: 42px;
    }
    .main-tit h2 span {
        font-size: 28px;
    }
    .main-tit p {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* Intro Paragraph
---------------------------------------------*/
.bl-intro-p {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
}
@media only screen and (max-width: 768px){
    .bl-intro-p {
        font-size: 15px;
    }
}

/* What Wrap
---------------------------------------------*/
.what-wrap {
    display: flex;
    justify-content: center;
}
.what-wrap__title {
	border-left: solid 4px #808080;
	padding-left: 20px;
	margin-bottom: 60px;
}
.what-wrap__title p {
    width: 500px; /* overflows */
    font-size: 14px;
}
.what-wrap__title h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.what-wrap__title h3 span {
	margin-left: 10px;
}
/* Columns */
.what-wrap .col-thin {
    max-width: 280px;
}
@media screen and (min-width:0\0){
    .what-wrap .col-thin {
        max-width: 220px;
    }
}
.what-wrap .col-thin.spread {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.what-wrap .col-thick {
    align-self: center;
}

/* Info Box */

.info-box {
	margin-top: 35px;
}
.info-box .img {
    width: 100%;
    margin-right: 2em;
	position: relative;
}
.info-box .img img {
    display: block;
    width: 100%;
}
.info-box .num {
	position: absolute;
	bottom: 10px;
	right: 15px;
	border: solid 1px #d02720;
	border-radius: 50%;
	padding: 2px;
}
.info-box .num span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #D0261F;
	width: 45px;
	height: 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.info-box .txt .tit {
	font-weight: bold;
	margin: 12px auto;
	line-height: 1.6;
}

@media only screen and (max-width: 1300px){
    .what-wrap {
        flex-wrap: wrap;
        max-width: 700px;
        margin: 0 auto;
    }
    .what-wrap > *:nth-child(1) {
        order: 2;
    }
    .what-wrap > *:nth-child(2) {
        order: 1;
    }
    .what-wrap > *:nth-child(3) {
        order: 3;
    }

    .what-wrap__title p {
        width: auto;
    }

    .what-wrap .col-thin,
    .what-wrap .col-thick {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .what-wrap .col-thick img {
        max-width: 400px;
    }
    .what-wrap .col-thin {
        max-width: 100%;
    }
    .what-wrap .col-thin.spread {
        flex-direction: row;
    }

    .what-wrap__title {
        width: 100%;
        margin-bottom: 0;
    }
    .info-box {
        margin-top: 25px;
        display: flex;
    }
    .info-box .img {
        flex-shrink: 0;
        display: table;
        width: auto;
        margin: 0 2rem 0 0;
    }
    .info-box .img img {
        width: auto;
    }
}
@media only screen and (max-width: 600px){
    .info-box {
        display: block;
    }
    .info-box .img {
        margin: 0 auto;
    }
    .what-wrap .col-thick img {
        max-width: 100%;
    }
}

/* New Model
---------------------------------------------*/
.new-model-wrap{
	background: linear-gradient(157deg, #ee8351 0%, #ee8351 50%, #e65a15 50%, #e65a15 100%);
}
.new-model-wrap.new-model-wrap-bottom {
	background: linear-gradient(157deg, #e65a15 0%, #e65a15 50%, #ee8351 50%, #ee8351 100%);
	padding-top: 0px;
}

.new-model-wrap h3 {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}
.new-model-wrap h3::after {
	content: "";
	display: block;
	border-bottom: solid 1px #fff;
	width: 60px;
	margin: 20px auto 30px;
}
.new-model-wrap .fl {
	justify-content: center;
}
.new-model-wrap__item {
	width: 305px;
	background: #EDF0F0;
	border-radius: 10px;
	text-align: center;
	margin: 0 20px;
	position: relative;
}
.new-model-wrap__item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 15px 90px;
	box-sizing: border-box;
}
.new-model-wrap__item img+p::after {
	content: "\f103";
	font-family: FontAwesome;
	color: #808080;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.new-model-wrap__item .tit {
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0 0 20px;
	border-bottom: solid 1px;
}

.new-model-wrap__item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.new-model-wrap-top .new-model-wrap__item:last-child img {
    margin-top: 50px;
}

.new-model-wrap__item img+p {
	font-weight: bold;
	line-height: 1.5;
}
.new-model-wrap__item img+p {
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 0;
}
@media only screen and (max-width: 768px){
    .new-model-wrap h3 {
        font-size: 32px;
    }
    .new-model-wrap h3::after {
        display: none;
    }
    .new-model-wrap .fl {
        display: block;
    }
    .new-model-wrap__item {
        width: 100%;
        margin: 20px 0;
    }
    .new-model-wrap__item .tit {
        font-size: 16px;
        padding: 0;
        margin: 0 0 20px;
        border-bottom: none;
    }
    .new-model-wrap__item a {
        padding: 15px 15px 30px;
    }
    .new-model-wrap__item img {
        max-width: 150px;
    }
    .new-model-wrap__item img+p {
        margin: 10px 0 0;
    }
    .new-model-wrap__item img+p::after {
        display: none;
    }
}

/* Product Title Box
---------------------------------------------*/

.bl-product-title-box {
    text-align: center;
    margin-bottom:15px;
}
.bl-product-title-box > * {
    position: relative;
}
.bl-product-title-box h3,
.bl-product-title-box h2 {
    font-size: 28px;
    font-weight: 600;
}
.bl-product-title-box h3 {
    margin-bottom: 2em;
    line-height: 1.8;
}
.bl-product-title-box h3:after {
    content: '';
    display: block;
    width: 2.4em;
    margin: 0 auto;
    border-bottom: 2px solid;

}
.bl-product-title-box h2 {
    line-height: 1.4;
}
.bl-product-title-box p {
    margin-top: 1.5em;
    font-weight: lighter;
}
.bl-product-title-box a {
    margin: 110px auto 0;
    font-size: 14px;
    line-height: 1;
    box-sizing: content-box;
}
@media only screen and (max-width: 900px){
    .bl-product-title-box {
        padding: 20px 15px;
        color: #000;
        text-shadow: none;
        background-image: none !important;
    }
    .bl-product-title-box:before {
        display: none;
    }
    .bl-product-title-box h3,
    .bl-product-title-box h2 {
        font-size: 18px;
    }
    .bl-product-title-box h3 {
        margin-bottom: 1em;
    }
    .bl-product-title-box p {
        font-size: 14px;
        margin-top: 1em;
    }
    .bl-product-title-box a {
        margin: 20px auto 0;
    }
}

/* Product Content Box
---------------------------------------------*/

.bl-product-content-box {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.bl-product-content-box__main {
    margin-right: 10px;
    flex-shrink: 0;
    align-self: center;
}
.bl-product-content-box__main h4,
.bl-product-content-box__main p {
    line-height: 1.4;
}
.bl-product-content-box__main h4 {
    font-weight: bold;
}

.bl-product-content-box > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bl-product-content-box__title {
    width: 100%;
    font-size: 22px;
    margin-bottom: 40px;

}
.bl-product-content-box__item {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bl-product-content-box__item p {
    font-size: 13.5px;
    letter-spacing: 0;
}
.bl-product-content-box__item > div:first-of-type h4 {
    margin-bottom: 2rem;
}
.bl-product-content-box__item > div:last-of-type {
    margin-top: 1em;
    padding-top: 1em;
    text-align: left;
    border-top: 2px solid;
}
.bl-product-content-box__item > div:last-of-type h4 {
    font-weight: bold;
}

@media only screen and (max-width: 1250px){
    .bl-product-content-box__main {
        flex-shrink: 1;
    }
}
@media only screen and (max-width: 1000px){
    .bl-product-content-box {
        flex-direction: column;
    }
    .bl-product-content-box__main {
        margin: 0 auto;
        max-width: 350px;
    }
}
@media only screen and (max-width: 768px){
    .bl-product-content-box > div:nth-child(2) {
        justify-content: center;
    }
    .bl-product-content-box__title {
        font-size: 16px;
        font-weight: bold;
        border-top: 1px solid;
        padding-top: 20px;
        margin: 30px 0 35px;
    }
    .bl-product-content-box__main {
        max-width: 250px;
    }
    .bl-product-content-box__item {
        width: 48%;
    }
    .bl-product-content-box__item:nth-child(3n) {
        margin-left: 4%;
    }
    .bl-product-content-box__item:nth-child(4n) {
        margin-top: 20px;
    }
    .bl-product-content-box__item > div:first-of-type h4 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 0;
    }
    .bl-product-content-box__item p {
        font-size: 13px;
        letter-spacing: 0;
    }
}




.bias-lite_fp .item_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.bias-lite_fp .item_wrap_li {
    width: 21%;
    margin: 1% 4% 4% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bias-lite_fp .mark_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.bias-lite_fp .mark_wrap li {
    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;
    width: 120px;
    margin: 0 3px 0 0;
    font-size: 11px;
    line-height: 2.8;
}
.bias-lite_fp .mark_wrap li::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 4px;
}
.bias-lite_fp .mark_wrap .hanger_icon::before{
	background: url(https://bermas2211.itembox.design/item/img/hanger.png?t=20190617174309) center center no-repeat;
    background-size: contain;
}
.bias-lite_fp .mark_wrap .luggage_icon::before{
	background: url(https://bermas2211.itembox.design/item/img/157_luggage.png?t=20190617174309) center center no-repeat;
    background-size: contain;
}
.bias-lite_fp .item_wrap_li:last-child .luggage_icon::before{
	background: url(https://bermas2211.itembox.design/item/img/115_luggage.png) center center no-repeat;
    background-size: contain;
}
.bias-lite_fp .item_wrap_li img{
	opacity: 1;
	transition: all .3s ease;
}
.bias-lite_fp .item_wrap_li:hover img {
    opacity: .5;
}


@media screen and (max-width: 768px) {
	.bias-lite_fp .item_wrap_li {
	    width: 50%;
	    margin: 15px 0;
	    padding: 0 10px;
	}
	.bias-lite_fp .mark_wrap {
	    margin-top: 5px;
	}
	.bias-lite_fp .mark_wrap li {
	    width: 100%;
	    padding: 0;
	}
}
