@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
input, textarea {
	max-width: 100%;
	font-size: inherit;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	padding: 5px 10px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
    vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover, a:active {
	color:#fff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
*{box-sizing:border-box; }
/*page
----------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	background-color: #FFFDF1;
	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4B3213;
	text-decoration: none;
	line-height: 1.7;
	position: relative;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

.bold{
	font-weight: bold;
}
.mobile {
	display: none;
}
.text-center{
    text-align: center;
}
.text-right{
	text-align: right;
}
.relative {
	position: relative;
}
table td, table th {
	border: 1px solid #000000;
	padding: 10px;
	vertical-align: middle;
	width: auto;
}
input, textarea {
	border: 1px solid #000000;
	padding: 3px 10px;
}
a:hover img {
	opacity: 0.8;
}
.container{
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}
.container-sm{
	max-width: 830px;
}
.icon-dot{
    position: relative;
    padding-left: 25px;
    display: block;
}
.icon-dot:before{
    content: '';
    position: absolute;
    background: url(../img/icon-dot.png) center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}
.icon-arrow{
    position: relative;
    padding-right: 20px;
}
.icon-arrow:before{
    content: '';
    position: absolute;
    background: url(../img/icon-arrow.png) center no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
/*.bg-green{
    background: #eaf3da;
}*/
.txt-green{
	color:#2aa562;
}
.btn-animation.btn-ft {
    background: #fff;
    color: #09572C;
    font-size: 16px;
}
.btn-animation {
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #09572C;
    background: #09572C;
    border-radius: 33px;
    font-size: 18px;
}
.btn-animation:before {
    -webkit-transition: right .6s cubic-bezier(.46, .05, .02, .99);
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #09572c99;
    content: '';
    pointer-events: none;
    transition: right .6s cubic-bezier(.46, .05, .02, .99);
}
.btn-animation > .wrap-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.btn-animation span {
    z-index: 3;
    position: relative;
    overflow: hidden;
}
.btn-animation:hover span {
    color: #fff;
}
.btn-animation:hover::before {
    -webkit-transition: right .5s cubic-bezier(.46, .05, .02, .99);
    right: 0;
    border-radius: 10px;
    transition: right .5s cubic-bezier(.46, .05, .02, .99);
}
/*header*/
.img-wave{
	max-width: 152px;
}
.desc-award h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 21px;
    color: #09572C;
}
.wrap-cnt-header {
    padding: 60px 0 80px 0;
}
.bloc-scroll {
    background: #09572C;
    padding: 30px 0;
    text-align: center;
}
.bloc-scroll .item-scroll {
    padding: 7px 0;
    background: #eaf3da;
    color:#09572C;
    font-weight: bold;
    border-radius: 5px;
    width: 259px;
    display: inline-block;
    position: relative;
    font-size: 20px;
}
.bloc-scroll .item-scroll:hover{
    color:#2aa562;
    transition:all .1s linear;
}
.pd-section {
    padding: 0 0 100px 0;
}
.header-sec{
	background: url('../img/bg-green.png') center no-repeat;
	background-size: cover;
	padding:103px 0 130px 0;
}
#sec-award-1 .header-sec,
#sec-award-3 .header-sec{
	background: url('../img/bg-orange.png') center no-repeat;
	background-size: cover;
}
.wrap-cnt-sec{
	margin-top: -140px;
}
.line {
	background: url('../img/bg-line.png') center no-repeat;
	height: 4px;
	width: 100%;
	margin-bottom: 20px;
    background-size: cover;
}
.tit-header{
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
    color: #09572C;
    position: relative;
    top: -25px;
}
.icon-number {
    max-width: 90px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-award {
    background: #fff;
    padding: 23px;
}
.wrap-list-product .product-award{
    padding:23px 23px 35px 23px;
}
.product-award.award-1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    box-shadow: 7px 4px 17px #888888b8;
}
.product-award.award-1 .l-award {
    width: 30%;
    position: relative;
    text-align: center;
}
.product-award.award-1 .l-award .img-product-1 {
    max-width: 165px;
    margin-left: 15px;
}
.product-award.award-1 .r-award {
    width: 70%;
}
.list-note li {
    position: relative;
    padding-left: 20px;
    border-bottom: 1px dotted;
    padding-bottom: 8px;
}
.wrap-no-border .list-note li{
	border-bottom: unset;
	padding-bottom: 0;
}
.list-note li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #2d2113;
    border-radius: 50%;
    top: 8px;
    left: 5px;
}
.list-note li.no-dot:before{
	display: none;
}

.list-note li:not(:last-child) {
    margin-bottom: 10px;
}
.product-award .l-award{
	position: relative;
}
.cate {
    font-size: 18px;
}
.tit-award {
    font-size: 25px;
    line-height: 1.5;
}
.desc-product {
    font-size: 18px;
    margin-top: 10px;
}
.desc-product.desc-product-6 {
    margin-top: 50px;
}
.tit-bloc-note {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.bloc-note {
    padding: 15px 20px;
    background: #f9ffcc;
    border-radius: 10px;
    margin: 25px 0 20px 0;
}
#sec-award-2 .item-product:last-child .bloc-note{
	margin-top: 0;
}
#sec-award-3 .item-product:last-child .bloc-note{
	margin-top: 65px;
}
.wrap-list-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-list-product > div {
    width: calc( 100% / 2 - 10px);
    background: #fff;
    box-shadow: 7px 4px 17px #888888b8;
}
.wrap-list-product .l-award .img-product-2{
	max-width: 120px;
}
.wrap-list-product .l-award .img-product-3{
	max-width: 93px;
}
.wrap-list-product .r-award {
    margin-top: 15px;
    margin-bottom: 80px;
}
.item-product .wrap-btn-award {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.item-product {
    position: relative;
}
.img-product-4{
	max-width: 155px;
}
.img-product-5{
	max-width: 70px;
}
.img-product-6{
	max-width: 95px;
}
.img-product-7{
	max-width: 130px;
}
.img-product-8{
	max-width: 80px;
}
.img-product-9{
	max-width: 80px;
}
#colophon {
    background: #09572C;
    padding: 25px;
}
.wrap-cnt-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright{
	font-size: 12px;
}
.wrap-cnt-ft .copyright {
    color: #fff;
}
.note-desc{
	margin-top: 14px;
	font-size: 11px;
}
.cnt-desc-award {
    color: #09572C;
}
.mb-20{
	margin-bottom: 20px;
}

@media screen and (max-width: 980px){
	.tit-award {
	    font-size: 21px;
	}
	.desc-product {
	    font-size: 15px;
	}
	.cate {
	    font-size: 16px;
	}
	.product-award.award-1 .l-award{
		width: 40%;
	}
	.product-award.award-1 .r-award {
	    width: 60%;
	}
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .product-award.award-1,.wrap-list-product,.wrap-cnt-ft{
	    flex-direction: column;
	}
	.product-award.award-1 > div,.wrap-list-product > div {
	    width: 100% !important;
	}
	.wrap-list-product > div:not(:last-child){
		margin-bottom: 20px;
	}
	.tit-header {
	    font-size: 30px;
	    margin-top: 40px;
	    top: 0;
	}
	.bloc-note{
		padding:10px;
	}
	.icon-number{
		max-width: 70px;
	}
    .desc-award h3{
    	margin:20px 0;
    }
    .bloc-scroll .item-scroll{
    	margin-bottom: 10px;
    }
    .pd-section {
	    padding: 0 0 40px 0;
	}
	.header-sec{
		padding:40px 0 150px 0;
	}
	.tit-award {
	    font-size: 18px;
	}
	.cate {
	    font-size: 15px;
	}
	.product-award.award-1 .l-award{
		margin-bottom: 15px;
	}
    .award-1 .wrap-btn-award.text-right {
        text-align: center;
    }
    .wrap-cnt-ft .copyright{
        margin-bottom: 10px;
    }
    .desc-product.desc-product-6 {
        margin-top: 15px;
    }
    #sec-award-2 .item-product:last-child .bloc-note,
     #sec-award-3 .item-product:last-child .bloc-note{
    	margin-top: 25px;
    }
}
/*end 767*/
@media screen and (max-width: 375px){

}
