/************* CSS Styles ************************
    Version: 1.2
    Copyright 2024
****************************************/


/*=========================================

            Table of Content
            1. Body and Core Css
            2. Preloader
            3. Navbar
            4. Home Banner Section
            5. herbs Section
            6. basis Section
            7. step Section
            8. voice Section
            9. faq Section
            10. Footer Section
            11. cart Section
            12. Site Mobile Responsive
            13. other

===========================================*/


/*============ 1. Body and Core Css ============*/
@font-face {
    font-family: 'DomaniCP';
    src: url('fonts/DomaniCP.eot');
    src: url('fonts/DomaniCP.eot?#iefix') format('embedded-opentype'),
         url('fonts/DomaniCP.woff2') format('woff2'),
         url('fonts/DomaniCP.woff') format('woff'),
         url('fonts/DomaniCP.ttf')  format('truetype'),
         url('fonts/DomaniCP.svg#DomaniCP') format('svg');
}
@font-face {
    font-family: 'Optima Display';
    src: url('fonts/Optima-Display-Light.eot');
    src: url('fonts/Optima-Display-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Optima-Display-Light.woff2') format('woff2'),
         url('fonts/Optima-Display-Light.woff') format('woff'),
         url('fonts/Optima-Display-Light.ttf')  format('truetype'),
         url('fonts/Optima-Display-Light.svg#Optima Display') format('svg');
}

.Optima {
	font-family: 'Optima Display'!important;
}
.DomaniCP {
	font-family: 'DomaniCP'!important;
}
.cblue {
	color: #3a77a6;/*ブルー8591a3*/
}
.cpink {
	color: #aa8a97;/*ピンク*/
}
.blueBG {
	background-color: #d7e6f1;
}
.pinkBG {
	background-color: #ede6e9;
}


* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: "Noto Serif JP", serif;
}
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:200,300,400&display=swap&subset=japanese');
/*ExtraLight 200,Light 300,Regular 400,Medium 500,SemiBold 600,
Bold 700,ExtraBold 800,Black 900*/
h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Serif JP", serif;
}
h1 {
    font-family: "DomaniCP";
}
h2 {
    font-weight: 500;
}
.h2i{
    height:40px!important;
	padding-bottom:0.3em;
}
.h2ii{
    height:40px!important;
	padding-bottom:0.3em;
}
h5 img{
	width:40px!important;
	border:none!important;
	vertical-align: middle;
}
h3,
h4,
h5,
h6 {
    font-weight: 300;
}
.font-size12 {
	font-size:12px!important;
	line-height:16px!important;
}
.font-size14 {
	font-size:14px!important;
	line-height:18px!important;
}
.font-size15 {
	font-size:15px!important;
	line-height:20px!important;
}
.font-size16 {
	font-size:16px!important;
	line-height:24px!important;
	letter-spacing:-0.01em;
}
.font-size20 {
	font-size:20px!important;
	line-height:24px!important;
}
.font-size24 {
	font-size:24px!important;
	line-height:26px!important;
}

p {
    color: #3a4545;
    line-height: 28px;
	word-break: break-all;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    overflow: hidden;
}
ol  {
  margin: 0;
  padding: 0
}
ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height:2em;
  padding-bottom:1em;
}

/*Margins*/

.padtop-20 {
    padding-top: 20px;
}
.padtop-40 {
    padding-top: 40px;
}
.padtop-60 {
    padding-top: 60px;
}
.padtop-90 {
    padding-top: 90px;
}
.padbtm-20 {
    padding-bottom: 20px;
}
.padbtm-40 {
    padding-bottom: 40px;
}
.padbtm-60 {
    padding-bottom: 60px;
}
.padbtm-90 {
    padding-bottom: 90px;
}
.martop-20 {
    margin-top: 20px;
}
.martop-40 {
    margin-top: 40px;
}
.martop-60 {
    margin-top: 60px;
}
.marbtm-20 {
    margin-bottom: 20px;
}
.marbtm-40 {
    margin-bottom: 40px;
}
.marbtm-60 {
    margin-bottom: 60px;
}
.pmb0 {
margin-bottom: 0px!important;
padding-bottom:0px!important;
}
.pmb4 {
margin-bottom: 4px!important;
padding-bottom:4px!important;
}
.pmb10 {
margin-bottom: 10px!important;
padding-bottom:10px!important;
}
.main-button {
    text-decoration: none;
    border: 1px solid #aaa;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: transparent;
}

.main-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.main-button:hover,
.main-button:focus {
    outline: none;
}

.main-button.success {
    border-color: #558560;
	background-color: #558560;
    color: #fff;
    
}

.main-button.success:hover {
	border-color: #558560;
    background-color: #ffffff;
    color: #558560;
}

.main-button.close {
    border-color: #a5a5a5;
	background-color: #a5a5a5;
    color: #fff;
    
}

.main-button.close:hover {
	border-color: #a5a5a5;
    background-color: #a5a5a5;
    color: #fff;
}

.main-button.red {
    border-color: #dc3545;
    color: #dc3545;
}

.main-button.red:hover {
    background-color: #dc3545;
    color: #fff;
}
#topcontrol {
	z-index: 2;
}
.wave {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    fill: #fff;
    z-index: 1;
    visibility: hidden;
}

.wave-primary {
    position: relative;
}

.wave-primary .wave {
    fill: #fff;
    display: block;
    visibility: visible;
}

.wave-secondary {
    position: relative;
}

.wave-secondary .wave {
    fill: #f3f3f3;
	display: block;
    visibility: visible;
}

.wave-purple {
    position: relative;
}

.wave-purple .wave {
    fill: #ece6ff;
	display: block;
    visibility: visible;
}
.wave-blue {
    position: relative;
}

.wave-blue .wave {
    fill: #d2f1ff;
	display: block;
    visibility: visible;
}
.wave-pink {
    position: relative;
}

.wave-pink .wave {
    fill: #fadbf1;
	display: block;
    visibility: visible;
}
.wave-yellow {
    position: relative;
}

.wave-yellow .wave {
    fill: #f8f59c;
	display: block;
    visibility: visible;
}
.wave-footer {
    position: relative;
}
.wave-footer .wave {
    fill: #a79967;
    visibility: visible;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}


/*============ 2. Preloader ============*/

body.loaded p {
    opacity: 1;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

#loader-wrapper .loader-section {
    position: fixed;
    top: -500%;
    width: 101%;
    height: 1000%;
    background: #f2d4eb;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: -50%;
}

#loader-wrapper .loader-section.section-right {
    right: -50%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1.5s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 1.5s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1.5s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1.5s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 1.5s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1.5s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loading {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loading {
    z-index: 1001;
    display: inline-block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid transparent;
    border-left: 10px solid #ee97b4;
    border-bottom: 10px solid #ee97b4;
    -webkit-animation: spin-one 2s linear infinite;
    animation: spin-one 2s linear infinite;
}

.loading:before,
.loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid transparent;
    border-left: 10px solid #ee97b4;
    border-bottom: 10px solid #ee97b4;
}

.loading:before {
    -webkit-animation: spin-two 1s linear infinite;
    animation: spin-two 1s linear infinite;
}

.loading:after {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

@-webkit-keyframes spin-one {
    0% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(360deg);
        transform: rotateX(0) rotateY(0) rotateZ(360deg);
    }
}

@keyframes spin-one {
    0% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(360deg);
        transform: rotateX(0) rotateY(0) rotateZ(360deg);
    }
}

@-webkit-keyframes spin-two {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes spin-two {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}


/*============ 3 .Navbar ============*/

.navbar {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: .90rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar .navbar-brand img {
    width: 60%;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
    outline: none;
}

.navbar .navbar-nav .back-button {
    color: #000;
}

.navbar-scroll-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-scroll-fixed .navbar-nav .back-button {
    color: #000;
}

a.nav-link {
	color:#748182!important;
}
/*============ Home Page ============*/

h2.title {
	width:300px;
	text-align:center;
	margin:0 auto 20px auto;
}
/*============ 4. Home Banner Section ============*/

/*Banner Section*/

#banner {
	-webkit-background-position: top center;
    background-position: top center;
    -webkit-background-size: cover;
	background-size: cover;
    position: relative;
	-webkit-background-attachment: fixed;
    background-attachment: fixed;
	background-repeat:no-repeat;
	
}

#banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*
    background-color: #000;
    opacity: 0.4;
	*/
    z-index: 1;
}

#banner .banner-text {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 24%;
	left: 10%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#banner .gold2 {font-size:20px;
		line-height:1.2em;
	}
#banner {
	 background-image: url('../images/background/home-header-bg-2.jpg');
}

@media screen and (max-width: 480px) {
#banner {
	 background-image: url("../images/background/home-header-bg-sm.jpg")!important;
}
}
@media screen and (max-width: 767px) {
#banner {
	 background-image: url('../images/background/home-header-bg-md.jpg');
}
}

@media screen and (max-width: 767px) {
	#banner .banner-text { top: 30%;}
	#banner .gold2 {font-size:18px;
		line-height:1.2em;}
}
#banner .banner-text h1 {
    font-weight: 800;
    color: #aa8a97;/*ピンク*/
    font-size: 70px;
    line-height: 100px;
    letter-spacing: -1px;
}
@media screen and (max-width: 992px) {
    #banner .banner-text h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 767px) {
    #banner .banner-text h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 576px) {
    #banner .banner-text h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
	
#banner .banner-text {
    color: #8591a3;/*ブルー*/
    font-size: 32px;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
.camp_bud {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index:2;
}
.camp_bud img{
	width: 300px;
}
}
@media screen and (max-width: 767px) {
.camp_bud {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.camp_bud img{
	width: 240px;
}
}
@media screen and (max-width: 576px) {
h2 {
	font-size:20px;
}
.h2i,.h2ii {
	width:50px;
}
.webp #banner {
	 background-image: url('../images/background/home-header-bg-sm.webp');
}
.no-webp #banner {
	 background-image: url('../images/background/home-header-bg-sm.jpg');
}
.camp_bud {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
.camp_bud img{
	width: 180px;
}
#banner .banner-text {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 27%;
	left: 5%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#banner .gold2 {font-size:16px;
		line-height:1.2em;}
}
.hidden-pc {
        display: none;
    }

    .hidden-sp {
        display: block;
    }
@media screen and (max-width: 767px) {
    .hidden-pc {
        display: block;
    }

    .hidden-sp {
        display: none;
    }
}

/*Animations*/

/*Typed Cursor Blink*/

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 35px;
    font-weight: 900;
    color: #8591a3;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*============ 5. herbsso Section ============*/

#herbsso {
    padding-top: 120px;
    padding-bottom: 60px;
}

#herbsso .about-info-container {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.02);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	background: rgba(200, 200, 200, .05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#herbsso .about-info-container .about-intro h3 {
font-size:80%;
}
#herbsso .about-info-container .about-info {
    text-align: left;
}

#herbsso .about-info-container .about-info .info-item img {
    width: 100%;
    border: 5px solid #fff;
    margin-bottom: 20px;
}

#herbsso .about-info-container .about-info .info-item p {
    margin-bottom: 10px;
}

#herbsso .about-info-container .about-info .info-item span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
}
.webp .bg-water01 {
	background:url(../images/background/bg-water01.webp) center center no-repeat;

}
.no-webp .bg-water01 {
	background:url(../images/background/bg-water01.jpg) center center no-repeat;

}

/*============ 6. basis Section 成分と科学的根拠 ============*/

#basis {
    padding-top: 120px;
    padding-bottom: 110px;
	background-color:#d7e6f1; /*#ece6ff*/
}
#basis h5 {
	font-weight:500;
	color: #686836;
}
#basis h5 {
	font-weight:600;
	color: #686836;
	position: relative;
  padding: 0.2em;
}
#basis h5.zabu {
	padding: 0.2em 1em;
	color: #ffffff;
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
#basis h6 {
	line-height:1.7em;
}
#basis h6 span.es{
	 border: 1px solid #aa8a97;
	 padding:0.2em 0.5em;
	 font-size:14px;
	 margin-right: 1em;
}
#basis h6 span.ws{
	 border: 1px solid #3a77a6;
	 padding:0.2em 0.5em;
	 font-size:14px;
}
/*
#basis h5:before,*/
#basis h5:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

#basis h5:before {
  top: 0;
}

#basis h5:after {
  bottom: 0;
}

#basis .about-info-container {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.02);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	background: rgba(200, 200, 200, .05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#basis .about-info-container .about-intro h3 {
font-size:80%;
}
#basis .about-info-container .about-info {
    text-align: left;
}
#basis .about-info-container .about-info .info-item {
	position:relative;
}
#basis .about-info-container .about-info .info-item img {
    width: 100%;
    border: 5px solid #fff;
    margin-bottom: 20px;
}
#basis .about-info-container .about-info .info-item .caption {
	position:absolute;
	font-family:sans-serif;
	font-size:12px;
	text-align:right;
	bottom:24px;
	right:1em;
	color:#fff;
}
#basis .about-info-container .about-info .info-item p {
	font-size:15px;
	line-height:24px;
    margin-bottom: 20px;
	color: #000;
}
#basis .about-info-container .about-info .info-item p span{
	font-family:"M PLUS 1p",sans-serif!important;
	font-weight:300;
	color: #885569;
}
#basis .about-info-container .about-info .info-item span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.no-webp .bg-green02 {
	background:
	url(../images/background/bg-water02.png),
	url(../images/background/bg-water03.png);
	background-repeat: no-repeat, no-repeat;
　　background-blend-mode:lighten;
	background-position:
    bottom right,
    top left;
}
.webp .bg-green02 {
	background:
	url(../images/background/bg-water02.webp),
	url(../images/background/bg-water03.webp);
	background-repeat: no-repeat, no-repeat;
　　background-blend-mode:lighten;
	background-position:
    bottom right,
    top left;
}

/*============ 7. step Section ============*/

#step {
    padding-top: 120px;
    padding-bottom: 110px;
	background-color: #f2f2f2;
}
.step1 {
	position: absolute;
	z-index:3;
	top: -30px;left: -10px;
	width:120px;
}
#step .services-item {
    text-align: center;
    padding: 30px 20px;
    background-color: #f2f2f2;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#step .services-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

#step .services-item .fa {
    margin-bottom: 20px;
}

#step .services-item h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.step-post {
    color: #000;
    margin-bottom: 40px;
}

.step-post:hover {
    color: #000;
    text-decoration: none;
}

.step-post .post-image {
    position: relative;
}

.step-post .step-image img {
    width: 100%;
}

.step-post .step-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.step-post .post-image:hover:before {
    opacity: 0;
}

.step-post .post-title {
    font-size: 15px;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.step-post .post-body {
    font-size: 15px;
    line-height: 25px;
}

.step-post .post-meta {
    font-size: 13px;
    font-weight: 400;
    color: #b8b8b8;
    float: right;
}

.step-post .post-meta span {
    color: #000;
    font-weight: 600;
}

/*============ 7-2. campagin Section ============*/

#camp {
    padding-top: 120px;
    padding-bottom: 110px;
	background-repeat: no-repeat;
font-family:"M PLUS 1p",sans-serif!important;
font-weight:300;
}

#camp h2 {
	background-color: #ede6e9;
	color: #9f9459;
	padding:0.2em 0 0.2em 0;
	border: 1px solid #9f9459;
	font-family:"M PLUS 1p",sans-serif!important;
	font-weight:200;
}
#camp p {
	color: #706a4a;
	font-family:"M PLUS 1p",sans-serif!important;
	font-weight:200;
	font-size:18px;
	line-height:26px;
}
#camp p.date {
	font-size:20px;
	font-weight:400;
}
#camp ol li{
}
#camp ol li {
	color: #706a4a;
	font-family:"M PLUS 1p",sans-serif!important;
	font-weight:400;
	font-size:18px;
	line-height:26px;
}
#camp ol li {
	padding-left: 50px!important;
	text-indent:0px;
	background: left top no-repeat;
	background-size: 40px auto;
}
#camp ol li:nth-child(1) {
	background-image: url(../images/svg/no1.svg);
}
#camp ol li:nth-child(2) {
	background-image: url(../images/svg/no2.svg);
}
#camp ol li:nth-child(3) {
	background-image: url(../images/svg/no3.svg);
}
.original-gradient {
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1) 40%, rgba(154, 39, 238, 1) 68%, rgba(35, 102, 247, 1) 90%);
}
.gradient
{
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 18.5%;
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7     85%, #515ECF);
    margin-bottom:30px;
}

/*============ 8. voice Section ============*/

#voice {
    padding-top: 120px;
    padding-bottom: 130px;
    background-color: #ffffff;
}
#voice .row .row {
 margin-right:-8px;
	margin-bottom:8px;
}
#voice .row .row:last-child {
	margin-right:0px;
}
#voice .row .row span {
	font-weight:700;
}
.portfolio-header .portfolio-filter {
    padding-top: 5px;
}

.portfolio-header .portfolio-filter ul {
    margin: auto;
    display: inline-block;
    padding-left: 0px;
}

.portfolio-header .portfolio-filter ul li {
    float: left;
    color: #748182;
    list-style: none;
    margin-right: 10px;
    cursor: pointer;
    font-size: 15px;
}

.portfolio-header .portfolio-filter ul li.sel-item {
    color: #000 !important;
    font-weight: bold;
}

.portfolio-header .portfolio-filter ul li li:last-child {
    margin-right: 0;
}

.portfolio-items .single-item {
    margin-bottom: 30px;
}

.portfolio-items .single-item .popup {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.portfolio-items .single-item .popup img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.portfolio-items .single-item .popup:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    transition: background-color .6s ease-in-out;
}

.portfolio-items .single-item .popup:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-items .single-item .popup:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/*============ 9. faq Section ============*/

#faq {
    background-color: #efffff;
    padding-top: 120px;
    padding-bottom: 160px;
}



.accordion-wrap{
    border-bottom: 1px solid #ddba4d;
}

.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;

  margin-top: 30px;
}

.accordion-header{
  transition: ease-in-out 100ms;
}

.accordion-text{
  width: 100%;
  
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }

 .fa{
  transition: ease-in-out 300ms;
 }

 .rotate-fa{
  transform: rotate(180deg);
 }


 .accordion-header .fa{
  float: right;
  line-height: 35px;
 }

 .accordion-gold{
  color: #ddba4d;
 }

 .accordion-no-bar{
  border-bottom: 0;
}

.view-button {
    text-align: center;
    margin-top: 20px;
}

.view-button a {
    display: inline-block;
}


/*============ 10. Footer ============*/

footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #a79967;
    text-align: center;
}

footer ul.social-icons {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer ul.social-icons li {
    display: inline-block;
    margin: 0 15px;
}

footer ul.social-icons li:first-child {
    margin-left: 0;
}

footer ul.social-icons li:last-child {
    margin-right: 0;
}

footer ul.social-icons li a {
    color: #eeedd7;
    font-size: 24px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

footer ul.social-icons li a:hover {
    color: #fff;
}

footer ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer ul.footer-menu li {
    display: inline-block;
    margin: 0 15px;
}

footer ul.footer-menu li:first-child {
    margin-left: 0;
}

footer ul.footer-menu li:last-child {
    margin-right: 0;
}

footer ul.footer-menu li a {
    color: #f3f3d5;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

footer ul.footer-menu li a:hover {
    color: #fff;
}

footer p {
    color: #efefd6;
    margin: 24px 0 0 0;
    font-size: 14px;
}


/*============ 11. cart Section ============*/

#cart {
    padding-top: 120px;
    padding-bottom: 110px;
	background-color: #ffffff;
}

#cart .services-item {
    text-align: center;
    padding: 30px 20px;
    background-color: #f2f2f2;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#cart .services-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

#cart .services-item .fa {
    margin-bottom: 20px;
}

#cart .services-item img {
	width:100%;
}
.price {
	color: #8b8b8b;
	font: 30px "Optima Display", sans-serif;
}
/*============ 12. Site Mobile Responsive ============*/

@media screen and (min-width: 993px) {
.navbar a:link {
	text-shadow:
	1px 1px 2px #fff, 
	-1px -1px 2px #fff,
  -1px 1px 2px #fff,
  1px -1px 2px #fff,
  1px 0 2px #fff,
  -1px  0 2px #fff,
  0 1px 2px #fff,
  0 -1px 2px #fff;
  text-decoration:none;
  transition: 0.5s;
}
.navbar a:hover{
  color: #fff!important;
  text-shadow: -1px 1px 3px #ee2d7b, 1px -1px 3px #ee2d7b;
}

}
/*Responsive Max Width 992px*/
@media screen and (max-width: 992px) {
    #banner .banner-text {
        font-size: 30px;
    }
    #banner .banner-text .typed-cursor {
        font-size: 30px;
    }
    #about .about-info-container .about-info {
        text-align: center;
        margin-bottom: 60px;
        padding-right: 15px;
    }
    #about .about-info-container .about-skills {
        padding-left: 15px;
    }
    #about .about-info-container .about-skills h3 {
        text-align: center;
    }
    #blog-posts-area .pagination {
        margin-bottom: 50px;
    }
    .wave {
        height: 25px;
    }
}


/*Max Width 768px*/

@media screen and (max-width: 767px) {
    #banner .banner-text {
        font-size: 20px;
    }
    #banner .banner-text .typed-cursor {
        font-size: 20px;
    }
    .navbar .navbar-brand img {
        width: 40px;
    }
    .navbar.navbar-dark .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.9)!important;
        text-align: center;
    }
	  .navbar.navbar-light .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.9)!important;
        text-align: center;
    }
    .navbar.navbar-dark .navbar-collapse li.nav-item {
        border-bottom: 1px solid #111;
        margin-bottom: 4px;
    }
    .navbar.navbar-dark .navbar-collapse li.nav-item:last-child {
        margin-bottom: 0;
        border-bottom: 0px;
    }
	
    .navbar.navbar-light {
        text-align: center;
    }
    .navbar.navbar-light li.nav-item {
        border-bottom: 1px solid #eee;
        margin-bottom: 4px;
    }
    .navbar.navbar-light li.nav-item:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
    #contact .message-box h2 {
        margin-top: 50px;
        text-align: left !important;
    }
    .blog-banner h1 {
        font-size: 32px;
    }
    .blog-banner .bread-crumb a {
        font-size: 14px;
    }
    .row.reply-area {
        margin-left: 40px;
        margin-top: 20px;
    }
}


/*============ 13. other ============*/

#banner #particles-js {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}


.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.delay-2 {
	-webkit-animation-duration:4s!important;
	animation-duration:4s!important;
	-webkit-animation-delay:2s!important;
animation-delay:2s!important;
}
.delay-3 {
	-webkit-animation-duration:6s!important;
	animation-duration:6s!important;
	-webkit-animation-delay:3s!important;
animation-delay:3s!important;
}
.delay-4 {
	-webkit-animation-duration:8s!important;
	animation-duration:8s!important;
	-webkit-animation-delay:4s!important;
animation-delay:4s!important;
}
.gold {
	color:#8c7537;
}
.gold2 {
	color:#7C7551
}