<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*ブランドナビ*/
.navi-area{margin-top:50px;
margin-bottom:40px;}
.pb_navi {
    display: flex;
    justify-content: center;
	width:100%;
	margin-top:30px;
    padding: 10px 3px 0px;
	text-align:center;
	font-size:8px;
    box-sizing: border-box;
    background: #FFF;
}
.pb_navi img {
    width: 100%;
}

/*スライダー*/
.slider{position: relative;}
.slider .logo_gdc{
position: absolute;	
left:20px;
top:30px;
width:200px;	
}
.logo_gdc img{width:100%;}

/*タイトル*/
.pb{color:#2ba638;
font-size:18px;
font-weight:bold;}

#cat .pb{color:#610e24;
}

.title-brand {
    width: 100%;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #444;}

.title-food{width:100%;
text-align: center;
	padding:30px;
background-color:#ddeddd;
  color: #444;
  font-size: 20px;
  font-weight: bold;
margin-bottom:45px;
box-sizing: border-box;}

#cat .title-food{
background-color:#ECD7E9;
  color: #333333
}

h3.headline02{
color: #444;
font-size:15px!important;	
margin-bottom: 15px;
font-weight: bold;
border-bottom:1px solid #444;}

.logo{width:200px;
margin:25px auto 10px;}



.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:#444444;margin-bottom:30px;}

.headline08 {
  margin-bottom: 20px;
  padding-left: 8px;
  border-left: 10px solid #ddeddd;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
}


.title_h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 8px solid #fcc14b;
    color: #333;
}

#cat .number-lead__number {
background:#610e24;}

/*商品エリア*/
.product-name{font-weight:bold;
	color:#444444;
font-size:14px;
margin-bottom:10px;}

.product-name::before {
  margin-right: 5px;
  display: inline-block;
  content: "";
  background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
}

.image-container img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 2 / 1;/* ここにアスペクト比を入れる */ }

/*オリジナル定型*/

.shadow-box .col1{max-width:660px;}


.col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
}

.col2_inner {
    width: 48%;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 30px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}

.col2 .col2_inner img{width:100%;
margin-bottom:10px;}

.col2_inner:nth-child(2n) {
    margin-right: 0px;
}

.vis {
    visibility: visible;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0px;
}
/*装飾*/
/*枠*/
.box-promise{border:1px solid #2ba638;
padding:15px;
margin:auto 5px;
	border-radius:6px;
box-sizing: border-box;}

#cat .box-promise{border:1px solid #610e24;
}

/*文字*/
.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner{width:90%;}
.item_center_inner .img100 {
    width:60%;
}


/*画像を丸く*/
.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 {
    padding: 5px;
    margin-bottom: 10px;
	margin-right:5px;
    display: inline-block;
    color: #fff;
font-weight:bold;
    font-size: 14px;
    line-height: 1;
    max-width: 330px;
    z-index: 1;
}

.title-food .tag {
    padding: 10px;
    margin-bottom: 10px;
	margin-right:0px;
    display: inline-block;
    color: #fff;
font-weight:normal;
    font-size:16px;
    line-height: 1;
    max-width: 330px;
    z-index: 1;
}

.tag_gdgreen{background-color:#2BA638;}
.tag_gdpl{background-color:#610e24;}
.tag_green{background-color:#6eb659;}
.tag_blue{background-color:#0075bf;}
.tag_lo{background-color:#ea8458;}
.tag_lb{background-color:#56beed;}
.tag_gray{background-color:#555555;}
.tag-dog {
    display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
    background: #439D42;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
	border-radius:3px;
}
.tag-cat {
    display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
    background: #610e24;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
	border-radius:3px;
}
.tag-wh {
    display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
    background: #fff;
    color: #444;
	border:1px solid #555555;
    font-size: 12px;
    line-height: 1;
	border-radius:3px;
}

/*ボタン*/
.detail-btn02 {
    width: 300px;
	font-size: 13px;}

/*背景*/
.bk_lg{padding:30px 20px;
background-color: #bfdaac;
box-sizing: border-box;	
}

#cat .bk_lg{
background-color: #cca3c6;
}

.bk_gy{padding:30px 20px;
background-color: #f0ece5;
box-sizing: border-box;
	
}

.bk_beige{padding:35px 15px;
background-color: #FEF5E8;
box-sizing: border-box;
}

.shadow-box{background-color: #fff;
border-radius:6px;
padding:15px;	
box-shadow: rgba(0,0,0,0.2) 0 0 6px;
box-sizing: border-box;	
margin-bottom: 30px;	
}

.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*/
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){}

</pre></body></html>