@charset "utf-8";
/* CSS Document */
/*メインビジュアル*/
#mainvisual{display:flex;
flex-direction: column;
margin:0!important;
padding:0!important;}

#mainvisual img{border:0;}

.btn_pd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30%;
    height: 60px;
    margin:0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    border-radius:30px;

}

.btn_pd a{
    display: block;
    color: #4A1F19;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0;}

.btn_pd a::after {
    content: "";
    position: absolute;
    background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg) no-repeat;
    width: 10px;
    height: 10px;
    right: 48%;
    top: 85%;
    transform: translateY(-50%) rotateZ(90deg);
}

/*タイトル*/
h2.title{
color: #4a1e19;
font-size:18px;	
margin-bottom: 55px;
text-align: center;
font-weight: bold;}

.title-bg03 {
    text-align: center;
    margin-bottom: 35px;
    padding: 20px 10px;
    background-color: #4a1e19;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
}


h3.title{
color:#4a1e19;
font-size:16px;	
margin-bottom: 30px;
font-weight: bold;}


.number-lead{
color: #4a1e19;
font-size:18px;	
margin-bottom: 15px;
font-weight: bold;}
.number-lead__number{background-color:#4a1e19;}

.headline02{color:#222!important;}

.title-image {
    height: 240px;
	padding-top:50px;
    background-image: url(../images/lmre/lmre_07.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.headline03{color:#098138;}

.headline08 {
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 5px solid #098138;
  color: #098138;
  font-size: 14px;
  font-weight: bold;
}


.title_h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 8px solid #fcc14b;
    color: #333;
}

/*約束*/
#promise h2{color:#4a1e19;
size:18px;
text-align:center;
padding-bottom:10px;
border-bottom:solid 1px #4a1e19;
margin:0 5px 35px;
}

/*こだわり*/
#kodawari{background-color:#4a1e19;
padding:50px 20px;}

#kodawari h2{color:#fff;
size:16px;
padding:15px 0;
border-top:solid 1px #fff;
border-bottom:solid 1px #fff;}

#kodawari p{color:#fff;}

.product-content01__heading{font-size:16px;}
.product-content01__img{box-shadow:none;}

/*使用感*/
.title-circle{width:100%;
position: relative;
left:30px;
color:#4a1e19;
font-size:22px;
padding-left:30px;	
	margin-bottom: 50px;
}
.title-circle:before {
  content: "";
  position: absolute;
  background: #EDE5E4;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: 60%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.title-circle span{display:block;font-size:12px;}

#usability h3{font-family:"Monotype Corsiva",cursive,"MS UI Gothic";
text-align: center;
font-size:40px;
color:#4a1e19;}
.comment{background-color:#EDE5E4;
padding:20px;
font-size:13px;
color:#444;
line-height: 1.4rem;}

.comment span{color:#4a1e19;
font-weight:bold;
font-size:14px;}

/*ラスト*/
#last{background-color:#4a1e19;
padding:30px 20px;
margin-bottom:15px;}

#last h2{
display: inline-block;
color:#fff;
size:15px;
padding:10px 0;
margin-bottom:35px;
border-bottom:solid 1px #fff;}
#last p{color:#fff;}


/*リスト*/
#promise ul{list-style: disc inside!important;
}

#promise li{
margin-bottom: 5px;	
  padding-left: 1em;
  text-indent: -1em;
}

#usability ul{list-style: disc inside!important;
}

#usability li{
margin-bottom: 5px;	
  padding-left: 1em;
  text-indent: -1em;
}

/*商品エリア*/
.product-name{font-weight:bold;
	color:#4A1E19;
font-size:14px;
margin-bottom:10px;}

.image-container img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 4 / 3;/* ここにアスペクト比を入れる */ }

/*オリジナル定型*/

.col2{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	box-sizing: border-box;
}

.col2 .col2_innner{
width:50%;	
margin-bottom:15px;
padding:10px;	
box-sizing: border-box;	
}
.col2_innner .product-img{margin-bottom:15px;
box-shadow: rgba(0,0,0,0.2) 0 0 6px;
border-radius:6px;}

.product-img img{width:100%;
opacity: 0.5;	
}




/*装飾*/
.txt-content{padding:0 20px;}

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner{width:90%;}



/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*枠*/
.border-box-wh{border:1px solid #fff;
	padding:20px;
	border-radius:5px;
box-sizing: border-box;}

/*タグ*/

.tag-br{
	display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 10px;
 	background-color:#e3cfbd;
    color: #4a1e19!important;
    font-size: 12px;
	font-weight:bold;
    line-height: 1;
	}
/*ボタン*/
.detail-btn01{
	 background: #b77951;
	 border:1px solid #b77951;
	 color: #f6f5f1;}


/*背景*/
.bk_wh{padding:15px;
background-color: #fff;
box-sizing: border-box;
border-radius:6px;
}
.bk_wh p{color:#4a1e19!important;
font-size:13px;
line-height: 1.45rem;}

.bk_paper {
    background-image: url(../images/lmre/paper.png);
    padding:50px 15px 20px;
}

.youtube {
    display: block;
    margin: 0 auto 50px;
    box-sizing: border-box;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.p5{padding:0 5px;}
.top-img{margin-bottom:0!important;}
/*dw-only*/

.monitor__img img{
    flex: 0 0 auto;
    width: 90px;
    height: auto;
}

@media print, screen and (max-width: 767px){
#mainvisual{display:flex;
flex-direction: column;
margin:0!important;
padding:0!important;}

#mainvisual img{border:0;}

.item_center_inner {
    width: 100%;
}
.btn_pd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 55px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    border-radius: 30px;
}
.number-lead {
    font-size: 17px;
}
.title-circle{
width:80%;
position: relative;
left:30px;
color:#4a1e19;
font-size:22px;
padding-left:30px;	
margin-bottom: 50px;
}
.title-circle:before {
    content: "";
    position: absolute;
    background: #EDE5E4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
#usability h3 {
    font-size: 30px;
}
}

