@charset "utf-8";
/* CSS Document */
/*タイトル*/
h2.title{
color: #a0357d;
font-size:24px;	
            margin-bottom: 45px;
            text-align: center;
            font-weight: bold;}
h3.title{
color: #a0357d;
font-size:16px;	
margin-bottom: 15px;
            padding-left: 15px ;
            font-weight: bold;}

.column-title{
width:90%;	
color:#a0357d;
font-size:16px!important;	
margin: 20px auto 30px;
padding:15px 0 15px 20px;	
font-weight: bold;
border-top:1px solid #a0357d;
border-bottom:1px solid #a0357d;}

.number-lead{
color: #a0357d;
font-size:18px;	
margin-bottom: 15px;
            padding-left:0px ;
            font-weight: bold;}
.number-lead__number{background-color:#a0357d;}

#new2 .number-lead{
	font-size:16px;	}

.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%;
}
.headline03{color:#098138;}

.headline08 {
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 5px solid #a0357d;
  color: #a0357d;
  font-size: 18px;
  font-weight: bold;
}
/*キャンペーン*/
#cp .headline08 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: none;
  color: #a0357d;
  font-size: 16px;
  font-weight: bold;
}


/*商品エリア*/
.product-name{font-weight:bold;
	color:#333333;
font-size:14px;
margin-bottom:10px;}

.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;
}



/*装飾*/
/*文字*/
.txt-wh{color:#FFF;
font-size:14px;
line-height: 1.6rem;}
.txt-bl{color: #1f3034;;
}

.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: #F99C03;
	border:1px solid #F99C03;
    font-size: 12px;
    line-height: 1;
	}
/*ボタン*/
.detail-btn01{
	 background: #b77951;
	 border:1px solid #b77951;
	 color: #f6f5f1;}


/*背景*/
#point,#thought{padding:60px 20px;
background-color: #f6edf8;
box-sizing: border-box;
	
}

#sozai,#column{padding:60px 15px 25px;
background-color: #FDFAEF;
box-sizing: border-box;
}
.bk_yellow,#new,#new2{padding:30px 15px 25px;
background-color: #FCF5DC;
box-sizing: border-box;
}


.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%;}
}

