/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


*{font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}
.gothic{font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;}
.mincho{font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;}
body {
    width: 100%;
/*    height: 100%;
*/    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    /*font-family: Montserrat,sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.7em;
}

nav,aside{line-height: 2em;}
.inner nav,.inner aside{font-size: 1.1em;}
.non-padding-rignt{padding-right: 0 !important}

p {
    margin: 0 0 20px;
    font-size: 10pt;
    line-height: 1.8em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #3e3a39;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.menu-sns-icon{width: 32px !important;margin: 9px 2px;}
.menu-sns-icon a{padding: 3px !important;}
.menu-sns-icon a img{width: 100% !important; height: auto;}
.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #3e3a39;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.7);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.7);
}

.navbar-toggle {
    padding: 2px 6px;
    font-size: 22px;
    color: #3e3a39;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.inline-block{display: inline-block;}

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-5{margin-bottom:5px !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-15{margin-bottom:15px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 80px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

#howtouse.home-section {
    padding-bottom: 50px !important;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background-color: #e9e6e7;
}


.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan p {
	color: #3E3A39;
    margin: 60px 0 20px 0!important;
	text-shadow: none;
	line-height: 40px;
	/*font-weight: 700;*/
    font-weight: 300 !important;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
/*	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
*/
}

.intro .slogan .slogan-nav-middle{line-height: 25pt !important;}
.intro .slogan .slogan-nav-small{line-height: 25pt !important;}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	



/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
	
}

footer p {
	color: #444;
}

/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #666;
    border-radius: 50%;
    font-size: 40px;
    color: #666;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-buy {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #666;
    border-radius: 50%;
    font-size: 40px;
    color: #666;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-img{
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../img/buy-button.png);
    background-repeat: no-repeat;
    background-size:cover;
}
.btn-img:hover{
    background: url(../img/buy-button-h.png);
    background-repeat: no-repeat;
    background-size:cover;
    transform: scale(1.2);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-to-top{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../img/totopbtn.png);
    background-repeat: no-repeat;
    background-size:cover;
}
.btn-to-top:hover{
    background: url(../img/totopbtn-h.png);
    background-repeat: no-repeat;
    background-size:cover;
    transform: scale(1.2);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus,
.btn-buy:hover,
.btn-buy:focus,
{
    outline: 0;
    color: #c00;
    border: solid 2px #c00;
    background: rgba(255,255,255,.1);
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;

}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}


.contents-button{margin: 10px 0;}

#howtouse .contents-button{margin: 70px 0 10px 0 !important;}
/* Media queries */
@media(min-width:1200px) {
    #intro.intro{padding-top: 150px !important;padding-bottom: 98px !important;}
    .slogan{position:relative;top: 180px;}
    .intro {
        /*height: 850px;*/
        padding: 0;
    }
    .intro .slogan p{font-size: 24pt;}
    .intro .slogan .slogan-nav-middle{font-size: 15pt !important; margin: 0 auto !important;}
    .intro .slogan .slogan-nav-small{font-size: 11pt  !important; margin: 0 auto !important;}
    .origin-img{margin-top: 70px; width: 69%;height: auto;}
    .hand-img{width: 90% !important; height: auto !important;}
    .inner.bottle img{width:95% !important; height:auto;}
    .powder_img{position: relative; left: -170px !important; top: -40px !important;}
    .buy_index{font-size: 18pt !important;}
    .cartjs_sk_link_other a, .cartjs_sk_link a{width: 65% !important;}
    .cartjs_product_img img{width: 100% !important;}
}


@media(min-width:995px) {
    .navbar-brand img{width: 203px; height: auto;}
    #intro.intro{padding-top: 100px;padding-bottom: 98px;}
    .intro .slogan p {text-align: left !important;}
    .slogan{position:relative;top: 130px !important;padding-left:0;}
    .intro {
       /* height: 850px;*/
        padding: 0;
    }
    .intro .slogan p{font-size: 30pt;}
    .intro .slogan nav{width: 100% !important; margin: 0 auto; font-size: 1.2em; text-align: left !important;}
    .intro .slogan .slogan-nav-middle{font-size: 15pt; margin: 0 auto;}
    .intro .slogan .slogan-nav-small{font-size: 11pt; margin: 0 auto;}
    .content-button{margin-top: 30px;}
    .contents-button{text-align: right !important;}
    .btn-buy{font-size: 18px; line-height: 24px; padding:7px 7px !important;}
    .btn-buy i{font-size: 25px; line-height: 30px;}
    .btn-contact{font-size: 20px !important; line-height: 50px; padding:7px 4px !important;}

    .intro_img img{width:100%; height:auto;}
    .inner img{width:100%; height:auto;}
    .inner.bottle img{width:85% ; height:auto;}
    .inner .title_img{width:80% !important; height:auto; margin-top: 0px !important;}
    .howtouse-box{padding: 10px;}
    .howtouse-desc img{width: 100% !important; height: auto; margin-top: 10px;}
    .cycle_img{margin-bottom: 40px;}
    .cycle_img img{width: 60% !important; height:auto;}
    .origin-img{margin-top: 70px;}
    .txt-img-left{text-align: left;}
    .powder_img{position: relative; left: -40px; top: 10px;}
    .hand-img{width: 90% !important; height: auto !important;}
    .risou img{margin-top: 70px; width: 90%;height: auto;}
    .buy_index{font-size: 14.5pt;}
    .cartjs_sk_link_other a, .cartjs_sk_link a{width: 80%;}
    .cartjs_product_img{padding: 20px !important;}
    .cartjs_product_img img{width: 100% !important;}
}

    .powder_img{width: 45%;height: auto;}
@media(max-width:994px) {
    .navbar-brand img{width: 203px; height: auto;}
    .slogan{position:relative;top: 100px; padding-left:0;}
    .intro {
      /*  height: 110%;*/
       /* padding: 0;*/
    }
    .intro .slogan nav{width: 100% !important; margin: 0 auto; font-size: 1.2em; text-align: center !important;}

    .intro .slogan p{font-size: 30pt; text-align: center;}
    .intro .slogan .slogan-nav-middle{font-size: 15pt; margin: 0 auto;}
    .intro .slogan .slogan-nav-small{font-size: 11pt; margin: 0 auto;}

    .intro_img {text-align: center !important;}
    .intro_img img{width:80%; height:auto;}
    .inner img{width:50%; height:auto; margin-top: 40px;}
    .inner .title_img{width:80% !important; height:auto; margin-top: 0px !important;}
    .avatar{margin: 40px 0;}
    .avatar img{margin: 0 auto;}
    .howtouse-box{padding: 0px;}
    .howtouse-desc img{width: 100% !important; height: auto; margin-top: 10px;}
    .contents-button{text-align: center !important;}
    .btn-buy{font-size: 18px; line-height: 24px; padding:7px 7px !important;}
    .btn-buy i{font-size: 25px; line-height: 30px;}
    .btn-contact{font-size: 20px !important; line-height: 50px; padding:7px 4px !important;}
    .cycle_img{margin-bottom: 40px;}
    .cycle_img img{width: 60% !important; height:auto;}
    .origin-img{margin-top: 0px;}
    .txt-img-left{text-align: center;}
    .buy_index{font-size: 18pt !important;}
    .cartjs_sk_link_other a, .cartjs_sk_link a{width: 50%;}
    .cartjs_product_img{padding: 10px ;}
    .cartjs_product_img img{width: 100%;}
}
@media(min-width:768px) {
/*@media(min-width:900px){*/
    #intro.intro{padding-top: 140px;padding-bottom: 98px;}
    .navbar-brand img{width: 163px; height: auto;}
    .navbar {
        padding: 5px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        background: #fff;
    }

    .intro .slogan nav{width: 80%; font-size: 1.2em; text-align: center;}
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .slogan{position:relative;top: 0px; padding-left: 0px;}
    .intro {
/*        height: 100%;
*/        padding: 0;
    }
    .intro .slogan p{font-size: 32px;}

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }

    .howtouse-box{position: relative; width: 100%!important;text-align: left; margin: 0 auto;}
    .howtouse-desc img{width: 100% !important; height: auto;}
    .cartjs_product_img img{width: 100% !important;}
    .contents_title h3{margin-left: 10px;}
    .pc-block{display: block !important;}
}
@media (max-width:767px) {
/*@media (max-width:899px) {
*/	
    .navbar{background: #fff;}
    #intro.intro{padding-top: 100px;padding-bottom: 50px !important;}
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

    .intro .slogan p{font-size: 35px;}
    .slogan{position:relative;top: 0px; padding-left: 0px;}
    .btn-buy{font-size: 18px; line-height: 24px; padding:7px 7px !important;}
    .btn-buy i{font-size: 25px; line-height: 30px;}
    .btn-contact{font-size: 20px !important; line-height: 50px; padding:7px 4px !important;}
	
    .howtouse-box{position: relative; width: 70%!important;text-align: left; margin: 0 auto;}
    .howtouse-desc img{width: 100% !important; height: auto;}
    .cycle_img{margin-bottom: 40px;}
    .cycle_img img{width: 80% !important; height:auto;}
    .contents_title h3{margin-left: 10px;}
    .buy_index{font-size: 20pt !important;}
    .cartjs_product_img{padding: 10px !important;}
    .cartjs_sk_link_other a, .cartjs_sk_link a{width: 70%;}
    .cartjs_product_img img{width: 70% !important;}
    #contact table th{width: 25%;}
    #contact table td{width: 75%;}
}
@media (min-width:481px) {
    .sm-inline{display: inline-block;}
}
@media (max-width:480px) {

    #intro.intro{padding-top: 100px;padding-bottom: 50px;}
    .sm-block{display: block;}
    aside{margin-bottom: 1em;}
	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	.navbar-brand img{width: 175px; height: auto;}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
    .sm-inline{display: inline;}
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #aaa;
		border-radius: 50%;
		font-size: 15px;
	}

    .page-scroll a.btn-buy {
        width: 80px;
        height: 80px;
        margin-top: 10px;
        padding: 7px 0;
        border: 2px solid #aaa;
        border-radius: 50%;
        font-size: 15px;
    }

    .slogan{position:relative;top: 0px; padding-left: 0px;}
    .intro .slogan p{font-size: 30px; padding-left: 10%;}
    .btn-buy{font-size: 15px; line-height: 18px; padding:3px 3px !important;}
    .btn-buy i{font-size: 25px; line-height: 28px;}
    .btn-contact{font-size: 10px !important; line-height: 23px; padding:7px 4px !important;}
    .howtouse-box{position: relative; width: 100% !important;text-align: left; margin: 0 auto;}
    .howtouse-desc img{width: 100% !important; height: auto;}
    .inner img{width:80%; height:auto; margin-top: 40px;}
    .cycle_img{margin-bottom: 40px;}
    .cycle_img img{width: 80% !important; height:auto;}
    .contents_title{text-align: center;}
    .contents_title h3{margin-left: 0px !important;}
    .inner .title_img{width:100% !important; height:auto; margin-top: 0px !important;}
    .buy_index{font-size: 14pt !important;}
    .cartjs_sk_link_other a, .cartjs_sk_link a{width: 100%;}
    .cartjs_product_img{padding: 10px !important;}
    .cartjs_product_img img{width: 100% !important;}
    #contact table th{width:100% !important;display: block; margin-top: 20px; line-height: 1.5em}
    #contact table td{width:100% !important;display: block; margin-left: 15px; line-height: 1.5em}
}
@media (max-width:360px) {
    .intro .slogan p{font-size: 19pt !important; padding-left: 6%;}
    .intro .slogan .slogan-nav-middle{font-size: 13pt !important;}
}
/* CSS */
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
/* サークルのスタイル */
.sns_circle{
    position:relative;
    width: 50px;
    height: 50px;
    margin:0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #999;
    float:left;
    list-style: none;
}
 
/* Webフォントに関する指定 */
.sns_circle span{
    position:absolute;
    padding:10px;
    font-size:30px;
    color:#FFF;/* 文字の色 */
}
 
/* リンク領域をブロック全体に */
.sns_circle a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent:-999px;
    color:#FFF;/* 文字の色 */
}
 
/* マウスオーバー */
.sns_circle a:hover{
    background-color:#FFF;
/*    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
*/}
 
/* 横幅を300pxに固定して真ん中に表示 */
ul.circle_group{
    width:300px;
    margin:auto;
    list-style: none;
    padding:0;
}
 
/* アイコン毎の配色と配置 */
 



ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-dribbble:before, .icon-twitter:before, .icon-facebook:before, .icon-pinterest:before,
.icon-flickr:before, .icon-google-plus:before, .icon-tumblr:before, .icon-github:before,
.icon-dribbble:after, .icon-twitter:after, .icon-facebook:after, .icon-pinterest:after,
.icon-flickr:after, .icon-google-plus:after, .icon-tumblr:after, .icon-github:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/*.icon-dribbble:before, .icon-dribbble:after {
  content: "\e00a"; }

.icon-github:before, .icon-github:after {
  content: "\e004"; }
*/
.icon-twitter:before, .icon-twitter:after {
  content: "\ea96"; }

.icon-feedly:before, .icon-feedly:after {
  content: "\e900"; }

.icon-facebook:before, .icon-facebook:after {
  content: "\ea90"; }

.icon-pinterest:before, .icon-pinterest:after {
  content: "\ead1"; }

.icon-hatebu:before, .icon-hatebu:after {
  content: "\e901"; }

.icon-line:before, .icon-line:after {
  content: "\e902"; }

.icon-pocket:before, .icon-pocket:after {
  content: "\e903"; }

.icon-flickr:before, .icon-flickr:after {
  content: "\e001"; }

.icon-google-plus:before, .icon-google-plus:after {
  content: "\ea8b"; }

.icon-tumblr:before, .icon-tumblr:after {
  content: "\eab9"; }

ul.social,ul.list-circle {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0 !important;
}
ul.social {
  text-align: center; 
}
ul.list-circle {
    text-align: left; 
    margin-top: 20px;
    font-size: 0;
}
ul.social li {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background: #ccc;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom:.5em;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s; 
}
ul.list-circle li {
    text-align: center !important;
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    margin-bottom:5px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #aaa;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s; 
    vertical-align: top;
}
ul.list-circle li p{
    font-size: 15px;
    line-height: 26px;
}
ul.list-circle .two-rows p{margin-top: 25px;}
ul.list-circle .three-rows p{margin-top: 11px;}

/*@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    ul.list-circle .three-rows { margin-top: 30px; }
}}*/

  ul.social li:hover {
    background: #33cc99;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); }
    ul.social li:hover a {
      top: -50px; 
  }
.icon-feedly:hover{
    background-color: #6cc655;
}
 
.icon-facebook:hover{
    background-color: #265a96;
}
 
.icon-twitter:hover{
    background-color: #00acec;
}
 
.icon-hatebu:hover{
    background-color: #006fbb;
}

.icon-pinterest:hover{
    background-color: #bd081c;
}
 
.icon-pocket:hover{
    background-color: #EE4256;
}
 
.icon-google-plus:hover{
    background-color: #dd4b39;
}
 
.icon-line:hover{
    background-color: #2cbf13;
}
 
.icon-tumblr:hover{
    background-color: #36465d;
}

  ul.social li a {
    display: block;
    width: 100%;
    height: 200%;
    position: relative;
    top: 0;
    color: #fff;
    font-size:2.5em;
    line-height: 1.4em;
    -webkit-transition: top 0.7s;
    -moz-transition: top 0.7s;
    -o-transition: top 0.7s;
    transition: top 0.7s; 
  }
  ul.social li a:after {
    text-align: center;
    position: absolute;
    width: inherit;
    height: 50%;
    left: 0;
    bottom: 0;
    line-height: 60px;
    color: #fff; 
  }

/*.inner h3{vertical-align: middle !important;}
*/
section h2,.section-heading{text-align: center !important;}
.contents_title .nav_title,.contents_title h3{  display: inline-block; vertical-align: middle;}
.contents_title .nav_title,.contents_title h3 img{ width: 200px;height:auto;}
.inner .contents_title .nav_title{
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    background: #E8E7DF;
    border-radius: 100%;
    font-size: 17px !important;
    text-align: center;
    font-weight: normal;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s; 
}
.contents_title{margin-bottom: 20px;}
.contents_title h2{margin-bottom: 0px !important;}
/*.contents_title h3{margin-bottom: 0;position: relative;top: -42px; left:20px;}
*/#origin h4{margin-bottom: 20px !important;margin-top: 35px;}
.nav_text{text-align: left !important; /*text-indent: 1em;*/}


table.ingredients{margin: 40px 0;}
dl.ingredients{ margin-top: 20px;}

table.ingredients tr th:before{ content:'● '; color: #666;}
table.ingredients tr th{width: 80px; font-size: 1.1em; vertical-align: top;line-height: 2em;}
table.ingredients tr td,dl.ingredients dt,dl.ingredients dd{font-size: 1.1em; line-height: 2em;}

h6.circle{
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    width: 138px;
    height: 138px;
    padding-top: 15px;
    margin: 0 auto;
    border: 1px solid #666;
    overflow: hidden;
    line-height: 24px;
    font-weight: normal !important;
    background: #fff;
    border-radius: 100%;
    font-size: 17px !important;
    text-align: center;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s; 

}
.row.step_div{margin-top: 40px;}
h6.circle span{display: block;}
h6.circle span{font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;}
.font-15{font-size: 15px;}
.letter-herf{letter-spacing: -0.1em;}
.small_span{font-size: 0.9em;}
.step{font-size: 1.1em !important;line-height: 1.6em !important;}
.catch_copy{font-size: 2.5em; text-align: center;}

.t_value.strong{font-size: 1.5em;color:#ff0000;}

.cartjs_product_table table{
    width: 80% !important;
}
.cartjs_product_table table tr th,.cartjs_product_table table tr td{
    font-size: 16px;
    padding: 5px;
}
.cartjs_sk_link_other, .cartjs_sk_link{
    margin: 30px 0 !important;
}
.cartjs_sk_link_other a, .cartjs_sk_link a{
    display: block;
    /*margin: 0 auto;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #777;
    padding: 7px 20px;
    background: -moz-linear-gradient(
        top,
        #e8e7df 0%,
        #e8e7df);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#e8e7df),
        to(#e8e7df));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #7d0000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
/*    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
*/}
.cartjs_cart_in input[type=submit]{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #777;
    padding: 10px 30px;
    background: -moz-linear-gradient(
        top,
        #e8e7df 0%,
        #e8e7df);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#e8e7df),
        to(#e8e7df));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #7d0000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
}
.cartjs_sales_price td{color: #666 !important; font-weight: normal !important;}
.step_title{font-size: 1.5em; border-bottom: 1px solid #333; }
.howtouse-desc p{width: 100%; height:80px; display: inline-block;}
.step_div{width: 80%;position: relative; margin: 30px auto !important;}
.synergy .row .text-grid{float: right !important;}


#synergy{ 
  background: url(../img/image14.jpg) 17% 0 no-repeat fixed;
  background-attachment: fixed;
  background-size: cover;
}
#voice{ 
  background: url(../img/material.jpg) 17% 0 no-repeat fixed;
  background-attachment: fixed;
  background-size: cover;
}
.syn-text{float: right;}
.cycle_img{text-align: center;}
.cycle_img img{/* background-color: #e6e7ec;*/margin-top: 20px;}
.service-box,.howtouse-box{margin-bottom: 50px;}
.top_40{margin-top: 40px !important;}
.top_30{margin-top: 30px !important;}
.top_20{margin-top: 20px !important;}
.top_15{margin-top: 15px !important;}
.top_10{margin-top: 10px !important;}
.bottom_0{margin-bottom: 0 !important;}
.title_img{padding: 10px}

footer .social{margin-top: 20px !important;margin-bottom: 20px;}
.footer-links{text-align: center;/* z-index: 10;*/ padding-left: 0 !important;}
.footer-links li{display: inline-block; margin: 5px 15px 5px 0;}
.footer-links li a{color: #444;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
}

.footer-links li a:hover{color: #888;}

.inner.kiyaku dt{ font-size: 1.2em;margin: 20px 0 10px 0;}
.inner.kiyaku dd,.inner.kiyaku p{ padding-left: 15px;text-indent: 1em;}
.inner.kiyaku p{font-size: 1.1em; line-height: 1.3em;}
.inner.kiyaku dd ul li{padding-left:1em;
text-indent:-1em;}
.inner.kiyaku dd .prohibited_matter li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: count;
}
.inner.kiyaku dd .prohibited_matter li:before{
    display: marker;
    content: "(" counter(count) ")";
}
#contact table th{padding: 5px; font-size: 1.1em;}
#contact table td{padding: 5px; font-size: 1.1em;}
.gmap iframe{width: 100%;}
.voice-list{margin: 0 auto; width: 70%; text-align: center;}
.voice-box{width:215px; height:215px; padding:20px; display: inline-block; vertical-align: top; margin: 20px; background: rgba(255,255,255,0.8); }
.voice-box p{font-size:80%;line-height: 1.8em; font-feature-settings: "palt";text-align: left;}
.voice-box .voice-desc{position: relative;}
.voice-box .voice-name{position: absolute;bottom: 0;}
.howtomake{background-color: #FFFBF8; padding-bottom: 130px; padding-top: 28px;}
.howtomake h4{text-align: center;}
.howtomake h4.kouka{margin-bottom: 30px !important; margin-top: 68px;}
.youtube{margin:0 auto;position: relative; padding-top: 42.45%;width:75.5%;}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.howtomake ul{width: 75.5%; border: 2px solid #bbb; margin: 0 auto;  padding: 20px 65px 20px 50px;}
.howtomake ul li{position:relative;list-style: none; text-indent: -56px; font-size: 1.2em; left:52px; line-height: 2em;}
.howtomake ul li:before{margin-right: 10px;}
.howtomake ul .list_one:before{content:"効果①";}
.howtomake ul .list_two:before{content: "効果②";}
.howtomake ul .list_three:before{content: "効果③";}