@charset "utf-8";
/* CSS Document */
/*ナビ*/
#navi-area{
width:100%;
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: flex-start;
margin-bottom:80px;	
box-sizing: border-box;}

.navi{padding: 10px;
    flex-basis: 33%;
    position: relative;
    margin-bottom: 10px;
    align-self: stretch;
    box-sizing: border-box;}

.navi a{
	display: block;
    padding: 12px 30px 12px 15px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 1px dotted #fff;}

.navi a::after {
  position: absolute;
  content: "";
  background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/white/arrow.svg) no-repeat;
  transform: rotateZ(90deg) translateX(-50%);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
}

.navi:nth-child(3n) {
    margin-right: 0;
}


/*タイトル*/

.wave {
    position: relative;
    display: inline-block;
    left: 50%;
	color:#fff;
	font-size:23px;
	font-weight:bold;
  padding:0 8px 10px;
  margin-bottom:30px;
  background: url("../img/line_02.png") repeat-x bottom left / auto 5px;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.ribbon_gr {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    background: #e71518;
    color: #FFF;
    box-sizing: border-box;
}

.ribbon_gr:before, .ribbon_gr:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_gr:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #005E32;
  border-style: solid;
}

.ribbon_gr:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #005E32 transparent transparent;
  border-style: solid;
}

.search_sho {
    position: relative;
    display: inline-block;
    left: 50%;
    color: #FDFDFD;
    font-size: 20px;
    font-weight: bold;
    padding: 0 55px;
    margin:15px auto 20px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.search_sho:before, .search_sho:after {
    content:url("../img/line_snow.png");
    position: absolute;
    top: 0%;
    display: inline-block;

}

.search_sho:before {
    left: 0;
}
.search_sho:after {
    right: 0;
}

.headline02{border-bottom: 1px solid #fff;
	color: #FFFFFF;}



/*商品エリア*/
.product-name{font-weight:bold;
font-size:16px;
color:#fff;	
margin-bottom:10px;}

/*オリジナル定型*/
.col1{max-width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.col1 .col1_innner{max-width:100%;
box-sizing: border-box;
	
}


.col1_innner img{
border-radius:5px;max-width:630px;box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

ul.col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	justify-content: space-between;
    box-sizing: border-box;
}

.col2 .col2_innner {position: relative;
padding:10px;
    width: calc((100% - 15px)/2);
    border-radius: 6px;
    box-sizing: border-box;}

.col2 .col2_innner img{width:100%;border-radius:5px;
box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

.col2 .col2_innner:nth-child(2n) {
    margin-right: 0;}

.col2_innner .product-name{font-weight:bold;
	font-size:14px;}
/*3カラム*/
ul.col3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	justify-content:space-around;
	align-content: center;
    box-sizing: border-box;
}

.col3 .col3_innner {
    margin: 0 10px 15px 0;
    width:40%;
    border-radius: 6px;
    box-sizing: border-box;}

.col3 .col3_innner img{width:90%;border-radius:50%;text-align: center;}

.col3_innner .product-name{font-weight:bold;
	font-size:14px;}


/*1コインイメージ*/
.col1{
    position: relative;
}
.col1 .image-coin{position: absolute;
    left: 5px;
    bottom: 100px;
z-index:10;}
.image-coin img{width:180px;}


.col2_innner .image-coin{position: absolute;
    top: -10px;
    left:-5px;
z-index:10;}
.col2_innner .image-coin img{width:120px;}

/*2コイン*/
.col1 .wrap {
    width: 120px;
    height: 120px;
    margin-top: 10px;
    position: relative;
}

.col1 .images {
    width: 120px;
    height:120px;
    background-color: #ff8875;
    border-radius: 50%;
}

.col1 .title {
   font-size: 20px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1.2;
}


.col2 .wrap {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    position: relative;
}

.col2 .images {
    width: 100px;
    height: 100px;
    background-color: #ff8875;
    border-radius: 50%;
}

.col2 .title {
   font-size: 20px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 25%;
    left: 25%;
-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1.2;
}


/*レイアウト*/
.howto {
    display: flex;
    align-items: center;
    justify-content: center;
}
.howto_innner {
    width: 90%;
}

/*装飾*/
.product-content01{border-color: whitesmoke;
padding-top:50px;}

/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*文字*/
.txt-gray{color:#666;}
.txt{color:#FFFFFF;}
.txt-green{color:#2BA638;}
.txt-s{font-size:13px;color:#fdfdfd;line-height: 1.7rem;}
.line-up__name{color:#fff;}
/*タグ*/
.tag {
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    max-width: 330px;
    z-index: 1;
}

.tag-rd {
    display: inline-block;
    padding: 4px 8px;
    margin: 20px 3px 10px;
    background: #e71518;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.tag-rd-navi {
    display: inline-block;
    padding: 4px 8px;
    margin-right:5px;
    background: #e71518;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.tag_green {
    background: #75c9a5;
}
.tag_blue{ display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
	background-color:#fdfdfd;color:#00AAE7;
font-size: 12px;
	font-weight:bold;
  line-height: 1;}

.tag_gray{background-color:#555555;}
.img-tag_orange {
  background: #eb6100;
}
.tag-wh {
  display: inline-block;
  padding: 4px 8px;
margin:20px 3px 10px;
  background:#00371D;
	border-radius:3px;
  color:#FFFFFF;
  font-size: 12px;
	font-weight:bold;
  line-height: 1;
}
.tag-cp {
  display: inline-block;
  padding: 4px 8px;
margin-right:10px;
  background:#EFA738;
  color:#9B0117;
  font-size: 12px;
  line-height: 1;
}
.tag-dog {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 10px;
  background:#439D42;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}
.tag-cat {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 10px;
  background:#772D46;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}

/*背景*/
.bk_red{padding:50px 20px 30px;
background-color:#9b0117;	
box-sizing: border-box;
}
.bk_red .txt{color:#FDFDFD;}

.bk_gr{padding:10px 15px 30px;
background-color: #005e32;
box-sizing: border-box;
}

.bk_wh{
position:relative;
padding:20px;
margin-top:30px;	
background-color: #FFFFFF;
box-sizing: border-box;
}

.bk_wood{padding:30px 30px 20px 30px;
	background-image: url("../img/bk_wood.png");
	box-sizing: border-box;
	}

/*ボタン*/
.detail-btn02{background-color:#b36516;
color:whitesmoke;}

/*余白*/
.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){
.navi-area {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: flex-start;
        box-sizing: border-box;
    }
.navi {
        flex-basis: 50%;
        position: relative;
        margin-bottom: 0px;
        align-self: flex-end;
        box-sizing: border-box;
    }
.navi a {
    display: block;
    padding: 12px 30px 12px 15px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 1px dotted #fff;
}	
	.col1_innner img {
    max-width: 100%;
}
.search_sho {
font-size: 18px;

}
}
