@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none; }
html {
  font-size: 62.5%;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }
body {
  font-family:tbchibirgothicplusk-pro, sans-serif,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, "メイリオ", "Meiryo";
  letter-spacing: .08em;
  font-size: 1.5rem;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
font-weight: 400;
	font-style: normal;
}

.sr{
	opacity: 0;
}
.in{
	opacity: 1.0;
	-webkit-animation: fadeIn 2s ease forwards;
    animation: fadeIn 2s ease forwards;
	animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.img-rp{
	width: 100%;
	height: auto;
}

.flex02 {
	width: 100%;
	-ms-display: flex;
	display: flex;
	-ms-flex-direction: row;
  flex-direction: row;
	
}
h2,h3{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}
h2{
	text-align: center;
	color: #FFF;
	padding: 50px;
	font-weight: 400;
	font-size: 2.5rem;
}
h2 span{
	font-size: 2.3rem;
}
h3{
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 2rem;
}
p{
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
.fukidashi{
	border-radius: 6px;
	padding: 30px 50px;
	position: relative;
}
.fukidashi:before{
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 36px;
}
.fukidashi p+p{
	margin-top: 20px;
}
.inner{
	width: 850px;
	margin: 0px auto;
}
.inner-img{
	width: 30%;
}
.inner-voice{
	width: 70%;
}
.inner-voice ul{
	margin-top: 20px;
	align-items: center;
}
.inner-voice ul li{
	width: 35%;
}
.inner-voice ul li:last-child{
	width: 65%;
}
.sub-main{
	position: relative;
    width: 100%;
}
.sub-main:before {
    content:"";
    display: block;
    padding-top: 50%;
}
.sub-main-inner{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.l-main{
	position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	background: url(../../../../image/lp/berubaio/main.webp) no-repeat center center;
    background-size: cover;
}
.title{
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 70%;
	text-align: center;
}
.title p{
	font-size: 1.8rem;
    font-weight: bold;

}
.title h1{
	position: relative;
    top: -20px;
	margin-left: 25px;
}
.scroll{
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
}
.title p{
	display: inline-block;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	padding: 12px 0px;
}
.l-main-text{
	width: 780px;
	margin: 50px auto 100px;
	padding-top: 50px;
}
.l-main-text.flex02 {
	align-items: center;
}
.l-main-text-img{
	width: 30vw;
	padding: 0px 25px;
}
.l-main-text-voice{
	width: 70vw;
}
.l-main-text .fukidashi{
	background: #FFFF9F;
	margin-left: 40px;
	
}

.l-main-text .fukidashi:before{
	left: -32px;
	content: url(../../../../image/lp/berubaio/icon_fukidashi01.png);
	background-size: cover;
	top: 50%;
	transform: translate(0, -50%);
}



.l-bl01 h2{
	background: #FF9E9C;
	margin-bottom: 70px;
}
.l-bl01 .inner{
	align-items: flex-end;
	margin-bottom: 70px;
}
.l-bl01 .fukidashi{
	background: #EFEEEA;
	margin-right: 40px;
}
.l-bl01 .fukidashi:before{
	right: -32px;
	content: url(../../../../image/lp/berubaio/icon_fukidashi02.png);
	background-size: cover;
	bottom: 60px;
}


.l-bl02 h2{
	background: #8ED6BF;
}
.l-bl02 .sub-main{
	background: url(../../../../image/lp/berubaio/2027/bl02_pic01.webp) no-repeat center center;
    background-size: cover;
}
.l-bl02 .inner{
	margin-bottom: 40px;
}
.l-bl02 .fukidashi{
	background: #FFFF9F;
	position: absolute;
	top: 55%;
    left: 45%;
	padding: 30px;
	width: 35%;
}
.l-bl02 .fukidashi:before{
	left: -31px;
	content: url(../../../../image/lp/berubaio/icon_fukidashi01.png);
	background-size: cover;
	top: 50%;
	transform: translate(0, -50%);
}
.l-bl02 .l-bl02-flow{
	background: #fcebc4;
	padding: 100px 0px;
}
.l-bl02 .l-bl02-flow h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 2rem;
}
.l-bl02 .l-bl02-flow h3.icon-flow{
	padding-top: 30px;
	background: url(../../../../image/lp/berubaio/icon_flow.png) no-repeat center 0;
	background-size: 45px auto;
}
.l-bl02 .l-bl02-flow ul li{
	background: #FFF;
	border-radius: 6px;
	width: 50%;
	padding: 5%;
	position: relative;
}
.l-bl02 .l-bl02-flow ul li:last-child{margin-left: 8%;}
.l-bl02 .l-bl02-flow ul li .num{
	background: #8ED6BF;
	color: #FFF;
	text-align: center;
    border-radius: 50px;
	font-weight: 600;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	position: absolute;
	top: 30px;
	left: 30px;
	width:40px;
	height: 40px;
}
.l-bl02 .l-bl02-flow ul li span{
	padding-top: 10px;
	display: inline-block;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .l-bl02 .l-bl02-flow ul li span {
	padding-top: 13px;
}

.l-bl02 .leather{
	align-items: center;
}
.l-bl02 .leather .img{
	width: 30%;
	margin-left: 5%;
}
.l-bl02 .leather .text{
	width: 60%;
	margin-left: 5%;
}
.l-bl02 .contact{
	margin: 50px auto;
	align-items: center;
}
.l-bl02 .contact .img{
	width: 15%;
	margin-right: 15%;
}
.l-bl02 .contact .text{
	width: 60%;
	margin:0px  5% 0px 15%;
}


.l-bl03 h2{
	background: #B8D152;
}
.l-bl03 .sub-main{
	background: url(../../../../image/lp/berubaio/bl03_pic01.jpg) no-repeat center center;
    background-size: cover;
}
.l-bl03 .inner{
	margin-bottom: 40px;
}
.l-bl03 .fukidashi{
	background: #FFFF9F;
	position: absolute;
	top: 55%;
    left: 45%;
	padding: 30px;
}
.l-bl03 .fukidashi:before{
	left: -31px;
	content: url(../../../../image/lp/berubaio/icon_fukidashi01.png);
	background-size: cover;
	top: 50%;
	transform: translate(0, -50%);
}
.l-bl03 .l-bl03-flow{
	background: #fbe5dd;
	padding: 100px 0px;
}
.l-bl03 .l-bl03-flow ul li{
	background: #FFF;
	border-radius: 6px;
	width: 50%;
    padding: 25px 2%;
}

.l-bl03 .l-bl03-flow ul li h3 span{
	font-family: tbchibirgothicplusk-pro, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	padding: 0px 2px;
}
.l-bl03 .l-bl03-flow ul li:nth-child(2){margin-left: 3%;}
.l-bl03 .l-bl03-flow ul li p{
	padding: 0px 2px;
	font-weight: 600;
    margin-bottom: 10px;
}
.l-bl03 .l-bl03-flow ul li p+p{
	font-weight: normal;
    margin-bottom: 0px;
}
.l-bl04 .sub-main{
	background: url(../../../../image/lp/berubaio/bl04_pic01.jpg) no-repeat center center;
    background-size: cover;
}
.l-bl04 .sub-main-inner .fukidashi{
	background: #FFFF9F;
	position: absolute;
	top: 50%;
    left: 3%;
	padding: 30px;
	width: 40%;
	transform: translate(0, -50%);
}
.l-bl04 .sub-main-inner .fukidashi:before{
	right: -31px;
	content: url(../../../../image/lp/berubaio/icon_fukidashi01_2.png);
	background-size: cover;
	bottom:20px;
	left: auto;
}
.l-bl04 .randosel{
	position: relative;
	margin-bottom: 150px;
}
.l-bl04 .randosel p{
	border-radius: 6px;
	padding: 30px 3%;
	background: #FFFF9F;
	position: absolute;
	top: 85%;
	right: 5%;
	width: 37%;
}
.l-bl04 .fukidashi{
	background: #FFFF9F;
}
.l-bl04 .fukidashi:before {
    left: -31px;
    content: url(../../../../image/lp/berubaio/icon_fukidashi01.png);
    background-size: cover;
	top: 50%;
	transform: translate(0, -50%);
}
.l-bl04 .inner{
	align-items: center;
}
.l-bl04 .inner-img {
    width: 38%;
}
.l-bl04 .inner-voice {
    width: 55%;
    margin-left: 7%;
}
.link{
	width: 850px;
	margin: 100px auto;
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	padding-bottom: 100px;
}
.link p{
	font-size: 2rem;
    line-height: 2;
}
.link p.btn{
	margin-top: 50px;
	line-height: 0;
	width: 250px;
	margin: 50px auto;
}
.link .btn a{
	display: block;
	color: #FFF;
	background: #FF9E9C;
	padding: 25px 0px;
	border-radius: 30px;
	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
}
_:-ms-input-placeholder, :root .link .btn a{
	padding: 25px 0px 15px;
}
@media (min-width: 1000px){
.l-main {
	background: url(../../../../image/lp/berubaio/main_w.webp) no-repeat center center;
	background-size: cover;
}
.title {
    width: 700px;
}
}
@media screen and (max-width: 851px) {
	.title {
    width: 80%;
	}
	.l-main-text,.inner,.link{
	width: 93%;
	}
	
	.l-bl04 .sub-main-inner .fukidashi {
    width: 35%;
	}
	.l-bl04 .randosel p {
    width: 65%;
	}
	
}

@media screen and (max-width: 641px) {
.title {
    width: 90%;
}
.title p {
    padding: 10px 0px;
    font-size: 1.4rem;
}
.title h1{
	top: 0px;
}
h2 {
    padding: 20px;
	font-size: 2.3rem;
}
h2 span{
	font-size: 2.1rem;
}
h3 {
    font-size: 1.8rem;
}
.fukidashi p+p {
    margin-top: 10px;
}
.l-main-text {
   margin: 0px auto 50px;
}
.l-main-text .fukidashi {
    margin-left: 20px;
}
.l-main-text .fukidashi:before {
    left: -20px;
}
.l-main-text-img {
    width: 25%;
    padding: 0px 15px 0 0;
}
.fukidashi {
    padding: 20px;
}
.inner-voice {
    width: 100%;
}
.l-bl01 .flex02,.l-bl02 .l-bl02-flow .flex02,.l-bl03-flow .flex02,.l-bl04 .flex02{
    -ms-flex-direction: column;
    flex-direction: column;
}
.l-bl01 .fukidashi {
    margin-right: 0px;
}
.inner-img {
    width: 50%;
    margin: 28px auto 0px;
}
.l-bl01 h2 {
    margin-bottom: 30px;
}
.l-bl01 .inner {
    margin-bottom: 30px;
}
.l-bl01 .fukidashi:before {
    right: auto;
    content: url(../../../../image/lp/berubaio/icon_fukidashi02_sp.png);
    bottom: -20px;
    left: 50%;
	transform: translate(-50%, 0);
}
.inner-voice ul {
    margin: 10px 0px;
}
.inner-voice ul li {
    width: 100%!important;
	text-align: center;
}
.inner-voice ul li img{width: 40%;}
.l-bl02 .sub-main {
    background: url(../../../../image/lp/berubaio/2027/bl02_pic01_sp.webp) no-repeat center center;
    background-size: cover;
}
.sub-main:before {
    padding-top: 61%;
}
.l-bl02 .l-bl02-flow ul li .num {
    top: 15px;
    left: 15px;
}
.l-bl02 .l-bl02-flow .inner {
   margin-bottom: 20px;
}
.l-bl02 .fukidashi {
    top: 46%;
    left: 35%;
    padding: 10px 4%;
    width: 57%;
}
.l-bl02 .fukidashi:before {
    left: -18px;
}
.l-bl02 .l-bl02-flow h3 {
    font-size: 1.8rem;
}
.l-bl02 .l-bl02-flow {
    padding: 50px 0px 20px;
}
.l-bl02 .l-bl02-flow ul li {
   width: 75%;
    padding: 5%;
    margin: 0 auto 20px!important;
}
.l-bl02 .leather .img,.l-bl02 .leather .text {
    width: 80%;
    margin: 0 auto 30px;
}
.l-bl02 .leather .img {text-align: center;}
.l-bl02 .leather .img img{
	width: 55%;
}
.l-bl02 .contact .text {
    width: 75%;
    margin: 0;
    margin-right: 5%;
}
.l-bl02 .contact .img {
    width: 15%;
    margin-right: 0;
}
.l-bl03 .l-bl03-flow ul li h3 {
    font-size: 1.8rem;
}
.l-bl03 .l-bl03-flow ul li h3 span {
    font-size: 1.6rem;
}
.l-bl03 .l-bl03-flow {
    padding: 50px 0px;
}
.l-bl03 .l-bl03-flow ul li {
    width: 92%;
    padding: 25px 4%;
	margin: 0px auto 40px!important;
}
.l-bl03 .inner {
    margin-bottom: 0px;
}
.l-bl03 .fukidashi {
    top: 45%;
    left: 40%;
    padding: 10px 4%;
	width: 55%;
}
.l-bl03 .fukidashi:before {
    left: -18px;
}
.l-bl04 .sub-main {
    background: url(../../../../image/lp/berubaio/bl04_pic01_sp.jpg) no-repeat center center;
    background-size: cover;
}
.l-bl04 .sub-main:before {
    padding-top: 100%;
}
.l-bl04 .sub-main-inner .fukidashi {
    width: 55%;
    padding: 10px 4%;
}
.l-bl04 .sub-main-inner .fukidashi:before {
    right: -18px;
}
.l-bl04 .randosel p {
    width: 87%;
	left: 50%;
	transform: translate(-50%, 0);
}
.l-bl04 .inner-img{
	order: 2;
	width: 60%;
}
.l-bl04 .inner-voice {
    width: 93%;
    margin: 0;
}
.l-bl04 .inner-voice .fukidashi:before {
    left: 50%;
    content: url(../../../../image/lp/berubaio/icon_fukidashi01_3.png);
    background-size: cover;
    top: auto;
	bottom: -20px;
    transform: translate(-50%, 0);
}
.link {
    margin: 50px auto 0px;
	width: 80%;
	padding-bottom: 100px;
}
.link p {
    font-size: 1.6rem;
    line-height: 1.6;
}
.link .btn {
	width: 60%;
	margin-top: 30px;
}
}
@media screen and (max-width: 480px) {
		.l-main {
		 background: url(../../../../image/lp/berubaio/main_sp.webp) no-repeat center center;
    background-size: cover;
		}
	    .title {
        width: 100%;
    }
	}