@charset "utf-8";
/* CSS Document */
/*タイトル*/
h2.title{
color: #333333;
font-size:24px;	
            margin-bottom: 35px;
            margin-top: 40px;
            font-weight: bold;

    color: #333333;
    font-size: 24px;
    padding-left: 30px;}
    
    
h3.title{
color: #444444;
font-size:16px;	
margin-bottom: 15px;
font-weight: bold;}

.column-title{
width:90%;	
color:#333333;
font-size:18px!important;	
margin: 20px auto 30px;
padding:15px 0 15px 20px;	
font-weight: bold;
border-top:1px solid #333333;
border-bottom:1px solid #333333;}

.number-lead{
color: #444444;
font-size:18px;	
margin-bottom: 15px;
            padding-left:0px ;
            font-weight: bold;}
.number-lead__number{background-color:#444444;}

.headline08 {
  border-left: 8px solid #addbb0;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
}
.title-image {
    font-size: 35px;
    color: #333;
    text-align: center;
    height: 100px;
    background-image: url(img/leaf.png);
    background-repeat: no-repeat;
    background-position: 50% 5%;
}



/*商品エリア*/
.product-name{font-weight:bold;
	color:#333333;
font-size:14px;
margin-bottom:10px;
text-align: center;}

.image-container img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 4 / 3;/* ここにアスペクト比を入れる */ }

/*オリジナル定型*/
ul.col1{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	box-sizing: border-box;
}

.col1 .col1_innner{
width:60%;
margin: 0 auto 15px;
padding:10px;	
box-sizing: border-box;	
position: relative;	
}

.col1_innner img{width:100%;}

ul.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;	
position: relative;	
}

.col2 .col2_innner img{width:100%;
margin-bottom:10px;}

.col2_innner .coin {
    position: absolute;
    top: -5px;
   left: -5px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 80px;
    height:80px;
    background-color:#e9c232;
	color:#fff;
	font-size:35px;
	font-weight:bold;
    border-radius: 50%;
    align-items: center;
}



/*装飾*/
.top-img02{width:450px;}

/*文字*/

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner{width:85%;}
.item_center_inner img{width:100%;}


/*画像を丸く*/
.circle{border-radius:50%;width:200px;}
.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_or{
	display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
	border-radius:3px;
 	background-color:#F99C03;
    color: #fff;
    font-size: 12px;
    line-height: 1;
	}
.tag_wh{
	display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
	border-radius:3px;
 	background-color:#FFFFFF;
    color: #444444;
	border:1px solid #444444;
    font-size: 12px;
    line-height: 1;
	}
/*ボタン*/
.detail-btn01{
	 background: #b77951;
	 border:1px solid #b77951;
	 color: #f6f5f1;}


/*背景*/
.bk{padding:30px 20px;
box-sizing: border-box;	
}

#thought,#kodawari{width: 100%;
background-color:#f8eeee;
border-radius:25px;
}




#story,#lineup{width: 100%;
background-color:#F8F5EE;
border-radius:25px;
}


.youtube {
    display: block;
    margin: 50px auto 50px;
    box-sizing: border-box;
    max-width: 90%;
    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*/
ul{padding-left:0!important;}
ul li{list-style:none;}
.monitor__img img{
    flex: 0 0 auto;
    width: 90px;
    height: auto;
}

@media print, screen and (max-width: 767px){
	h2.title{
font-size:20px;	
}
.item_center_inner{width:95%;}
	.product-name{
text-align:right;}
}

