/*
Theme Name: ISP-OfficialWeb
Description: ISP Official Website
Version: 2022
Tags: SDGs,ICHINODAI,coffee
Author: Livingimage Ltd.
This theme was created using Blocs (blocsapp.com).
*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1100px;
}
.footer-copy{
	font-size:0.9rem;
	text-align:center;
	color:#FFFFFF!important;
}
.com-content-card-bg{
	background-color:#FFFFFF;
	position:relative;
	box-shadow:0px 20px 50px rgba(0,0,0,0.16);
	z-index:1;
	display:flex;
	flex-direction:column;
	padding:24px 40px 24px 40px;
	border-radius:12px 12px 12px 12px;
}
.top-hero-slider-wrap{
	background-size:cover;
	position:absolute;
	margin-top:40px;
	margin-bottom:-40px;
	z-index:0;
	top:0px;
	right:0px;
	width:55vw;
	height:100%;
	border-radius:18px 18px 18px 18px;
}
.top-hero-logo-wrap{
	margin-top:100px;
	margin-left:32px;
	height:720px;
}
.menu-btn-store{
	background-color:#007C16;
	text-align:center;
	height:150px;
	width:150px;
	position:fixed;
	top:0px;
	right:0px;
	display:flex;
	color:#FFFFFF!important;
	justify-content:center;
	align-items:center;
	min-height:150px;
	min-width:150px;
	z-index:1000;
	font-size:0.9rem;
	font-weight:bold;
}
.top-about-bg{
	background-image:url("img/top_about_member.png");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	max-height:474px;
	height:474px;
	align-items:flex-end;
	display:flex;
	justify-content:flex-end;
}
.com-content-subtitle{
	color:#D3AA38!important;
	font-size:1rem;
	font-weight:600;
}
.top-hero-card-xy{
	position:relative;
	bottom:120px;
	margin-bottom:-100px;
}
.top-community{
	left:-20px;
	position:relative;
}
.top-community-card-xy{
	bottom:40px;
}
p{
	color:rgba(0,0,0,0.70)!important;
	line-height:180%;
	font-size:1.1rem;
}
.com-content-card-img{
	margin-left:-40px;
	margin-right:-40px;
}
.com-page-project-title{
	color:#000000!important;
	text-align:center;
	font-size:2.2em;
	font-weight:600;
}
.com-flex-align-center{
	display:flex;
	align-items:center;
}
.com-hr-b{
	border-style:_popUpItemAction:;
}
.com-page-project-subtitle{
	text-align:center;
	color:#D4AA39!important;
	font-size:1rem;
	font-weight:600;
}
.com-magin-btm{
	margin-bottom:52px;
}
.top-project-satoyama-phtitle{
	font-size:1rem;
	color:rgba(0,0,0,0.60)!important;
	font-weight:600;
	text-align:center;
}
.top-project-satoyama-phcap{
	text-align:center;
	color:rgba(0,0,0,0.70)!important;
	font-size:0.95rem;
}
.top-member-name{
	font-size:1.2rem;
	color:rgba(0,0,0,0.85)!important;
}
.top-community-icon-examine{
	left:50px;
	margin-bottom:20px;
	position:relative;
	margin-left:0px;
}
.top-community-icon-learn{
	left:180px;
	margin-bottom:20px;
	position:relative;
}
.top-community-icon-rebirth{
	left:70px;
	margin-bottom:20px;
	position:relative;
}
.top-community-bg{
	background-image:url("img/top_about_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:length;
}
.top-hero-bg{
	background-size:50% auto;
	background-position:right top;
	background-image:url("img/top_hero_bg.jpg");
}
.top-hero-logoimg{
	width:22vw;
	min-width:260px;
	max-width:400px;
	margin-bottom:32px;
	z-index:1;
	position:relative;
}
.com-content-text{
	font-size:1.2rem;
	text-align:left;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
.menu-ecbtn-icon{
	width:22px;
	margin-bottom:10px;
}
.menu-ecbutton-label{
	color:#FFFFFF!important;
	font-size:0.9rem;
}
.menu-btn-store:hover{
	background-color:#166305;
}
.menu-global-wrap{
	height:0px;
}
.com-footer-hero{
	height:60vh;
	background-image:url("img/footer_hero_ph.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
}
.bloc-divider-b-fill{
	fill:transparent;
}
.bloc-divider-t-fill{
	fill:#298475;
	height:70px;
}
.top-member-cap{
	font-size:1rem;
	line-height:155%;
}
.top-coffee-img-koya{
	margin-bottom:0px;
}
.top-roast-chart-deep{
	text-align:center;
	align-items:center;
	justify-content:center;
	background-color:#673B10;
	color:#FFFFFF!important;
	font-weight:bold;
	font-size:14px;
	margin-right:0.5em;
	padding:0.5em 1em 0.5em 1em;
	border-radius:50px 50px 50px 50px;
}
.top-roast-wrap{
	margin-bottom:2em;
}
.top-roast-chart-cap{
	font-size:1rem;
}
.top-roast-chart-light{
	text-align:center;
	align-items:center;
	justify-content:center;
	background-color:#9C5C1D;
	color:#FFFFFF!important;
	font-size:14px;
	font-weight:bold;
	margin-right:0.5em;
	padding:0.5em 1em 0.5em 1em;
	border-radius:50px 50px 50px 50px;
}
.com-btn-label{
	font-weight:bold;
}
.com-content-title{
	font-size:1.8rem;
	line-height:150%;
	color:#007C16!important;
	font-weight:600;
}
.com-page-hero-title{
	font-size:2.6rem;
	color:#000000!important;
	line-height:150%;
	letter-spacing:0.1rem;
	font-weight:600;
	position:relative;
	z-index:1;
}
.top-community-icon-bg{
	font-size:22px;
	color:#007C16!important;
	font-weight:600;
	letter-spacing:2px;
	background-color:#FEFFFF;
	width:196px;
	height:196px;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0px 20px 30px rgba(0,0,0,0.10);
	border-style:solid;
	border-color:rgba(0,124,22,0.30)!important;
	border-radius:100px 100px 100px 100px;
	border-width:0px 0px 0px 0px;
}
.top-project-satoyama-flowersubtitle{
	font-size:1.5rem;
	color:#D4AA39!important;
	text-align:center;
	font-weight:600;
}
.top-project-satoyama-flowertitle{
	font-size:5rem;
	color:#D4AA39!important;
	text-align:center;
	font-weight:600;
	line-height:100%;
}
.top-coffee-delicious-title{
	font-size:1.5em;
	font-weight:600;
	color:#007C16!important;
	margin-top:30px;
}
.com-text-bold{
	font-weight:bold;
}
.top-project-satoyama-zairai{
	font-size:0.8em;
	text-align:center;
	background-color:rgba(0,0,0,0.06);
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	border-radius:100px 100px 100px 100px;
}
.top-project-satoyama-gairai{
	font-size:0.8em;
	text-align:center;
	background-color:rgba(255,195,0,0.17);
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	border-radius:100px 100px 100px 100px;
}
.top-coffee-btn-cap{
	font-size:0.9em;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:20px;
	color:rgba(0,0,0,0.65)!important;
}
.footer-qr{
	width:50px;
}
.com-text-w{
	color:#FEFFFF!important;
}
.top-rost-description{
	margin-top:20px;
	min-height:200px;
}
.top-roast-cap{
	font-size:1rem;
}
.com-text-link{
	text-decoration:none;
	color:#007C16!important;
}
.com-text-link:hover{
	color:rgba(0,124,22,0.75)!important;
}
.top-slider{
	height:100%;
	width:100%;
}
.top-hero-slider{
	width:100%;
	height:100%;
	border-radius:18px 18px 18px 18px;
}
.top-roast-buybtn{
	display:block;
	margin-top:auto;
}
.top-roast-chart-wrap{
	margin-top:0px;
	margin-bottom:2em;
}
.top-roast-row-wrap{
	display:flex;
	justify-content:space-around;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-platinum{
	background-color:#E6EDEB;
}
.bgc-hunter-green{
	background-color:rgba(45,106,52,0.50);
}
.bgc-ghost-white{
	background-color:#F9F9F9;
}
.bgc-viridian{
	background-color:#288375;
}

/* Button colour styles */

.btn-ao-english{
	background:#007C16;
	color:#FFFFFF!important;
}
.btn-ao-english:hover{
	background:#006312!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.top-hero-logo-wrap{
		margin-top:30px;
		height:500px;
	}
	.top-hero-slider-wrap{
		margin-top:0px;
		right:20px;
		top:0px;
	}
	.top-hero-card-xy{
		top:-70px;
	}
	.menu-btn-store{
		z-index:100;
		position:fixed;
	}
	.com-content-card-bg{
		z-index:1;
	}
	.com-content-subtitle{
		text-align:center;
	}
	.com-text-right{
		text-align:left;
	}
	.com-content-text{
		width:100%;
	}
	.top-community{
		z-index:0;
	}
	.top-community-icon-examine{
		left:auto;
		right:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.top-community-icon-learn{
		left:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.top-community-icon-rebirth{
		left:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.com-footer-hero{
		height:50vh;
		background-image:url("img/footer_hero_ph.jpg");
		background-attachment:fixed;
		background-position:center bottom;
		background-size:100% auto;
		background-repeat:no-repeat;
	}
	.top-hero-logoimg{
		position:relative;
		z-index:1;
		width:22vw;
		min-width:210px;
	}
	.top-community-bg{
		background-size:100% auto;
	}
	.top-member-cap{
		font-size:0.95rem;
	}
	.top-community-card-xy{
		bottom:0px;
		margin-top:32px;
		margin-bottom:32px;
	}
	.com-content-title{
		text-align:center;
	}
	.com-page-hero-title{
		font-size:2.2rem;
	}
	.top-community-icon-bg{
		margin-bottom:40px;
		border-width:0px 0px 0px 0px;
	}
	.top-rost-description{
		height:auto;
		min-height:0px;
	}
	.top-hero-slider{
		height:100%;
	}
	.top-roast-chart-wrap{
		margin-bottom:2em;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.com-content-text{
		text-align:center;
		font-size:1rem;
	}
	.com-text-right{
		text-align:center;
	}
	.top-hero-logoimg{
		width:22vw;
		min-width:180px;
	}
	.top-hero-logo-wrap{
		margin-top:30px;
		height:350px;
	}
	.top-hero-card-xy{
		top:10px;
		bottom:0px;
		margin-bottom:0px;
	}
	.top-community-icon-examine{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		left:auto;
	}
	.top-community-icon-learn{
		left:auto;
	}
	.top-community-icon-rebirth{
		left:auto;
	}
	.top-community{
		left:0px;
	}
	p{
		font-size:1rem;
	}
	.menu-btn-store{
		width:120px;
		min-width:120px;
		min-height:120px;
		height:120px;
		font-size:0.7rem;
	}
	.com-footer-hero{
		background-image:url("img/footer_hero_ph.jpg");
		background-position:center bottom;
		height:40vh;
		background-size:100% auto;
		background-repeat:no-repeat;
		background-attachment:fixed;
	}
	.top-coffee-img-koya{
		margin-bottom:30px;
	}
	.top-community-card-xy{
		bottom:0px;
		margin-top:32px;
		margin-bottom:32px;
	}
	.com-page-hero-title{
		font-size:1.8rem;
	}
	.top-community-icon-bg{
		width:130px;
		height:130px;
		margin-bottom:40px;
		background-color:#FEFFFE;
		border-style:solid;
		border-color:#007C16!important;
		font-weight:600;
		box-shadow:0px 20px 30px rgba(0,0,0,0.02),0px 20px 30px transparent;
		border-width:1px 1px 1px 1px;
	}
	.top-project-satoyama-flowersubtitle{
		font-size:1.5rem;
		color:#D4AA39!important;
		text-align:center;
		font-weight:600;
	}
	.com-text-bold{
		font-weight:bold;
	}
	.top-hero-slider{
		height:100%;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.top-hero-logoimg{
		margin-left:auto;
		margin-right:auto;
		position:relative;
		margin-bottom:10px;
		width:30vw;
		min-width:150px;
	}
	.top-hero-slider-wrap{
		position:relative;
		right:0px;
		width:100vw;
		margin-bottom:0px;
		height:400px;
		border-radius:0px 0px 0px 0px;
	}
	.top-hero-logo-wrap{
		height:auto;
		margin-left:0px;
	}
	.top-hero-bg{
		background-size:0% auto;
	}
	p{
		font-size:1rem;
	}
	.com-page-project-title{
		font-size:1.3em;
	}
	.com-content-card-bg{
		box-shadow:0px 20px 50px rgba(0,0,0,0.16);
		padding:30px 20px 30px 20px;
	}
	.com-footer-hero{
		height:180px;
		background-size:100% auto;
		background-image:url("img/footer_hero_ph.jpg");
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center bottom;
	}
	.com-content-text{
		text-align:left;
	}
	.menu-btn-store{
		width:64px;
		min-width:64px;
		height:100px;
		min-height:60px;
		font-size:0.6rem;
		top:0px;
	}
	.top-community-bg{
	}
	.footer-copy{
		font-size:0.8rem;
	}
	.top-roast-wrap{
		margin-bottom:4px;
	}
	.top-community-card-xy{
		bottom:0px;
		margin-top:20px;
	}
	.com-content-card-img{
		margin-left:-20px;
		margin-right:-20px;
	}
	.com-btn-label{
		font-weight:bold;
	}
	.com-content-title{
		font-size:1.5rem;
	}
	.com-page-hero-title{
		text-align:center;
		position:relative;
		font-size:1.8rem;
	}
	.top-community-icon-bg{
		width:75px;
		background-color:#FEFFFF;
		font-size:16px;
		letter-spacing:0px;
		height:75px;
	}
	.top-community-icon-examine{
		left:auto;
	}
	.top-project-satoyama-flowersubtitle{
		font-size:1.2rem;
		color:#D4AA39!important;
	}
	.top-project-satoyama-flowertitle{
		font-size:3rem;
	}
	.top-coffee-img-koya{
		margin-bottom:20px;
	}
	.com-webfont{
	}
	.top-coffee-delicious-title{
	}
	.com-content-subtitle{
		font-size:0.9rem;
	}
	.com-content-title-about{
		font-size:1.8rem;
	}
	.top-project-satoyama-zairai{
		width:80px;
	}
	.top-project-satoyama-phcap{
		font-size:0.7rem;
	}
	.top-project-satoyama-gairai{
		width:80px;
		background-color:rgba(255,195,0,0.17);
	}
	.top-roast-chart-deep{
		display:block;
		margin-right:1em;
		margin-left:1em;
		padding:0.1em 0em 0em 0em;
		border-radius:50px 50px 50px 50px;
	}
	.top-roast-chart-cap{
		text-align:center;
		margin-bottom:0.5em;
	}
	.top-roast-chart-light{
		display:block;
		margin-right:1em;
		margin-left:1em;
		padding:0em 0em 0.1em 0em;
	}
	.top-hero-slider{
		height:100%;
		width:100vw;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

