/*=======================================================================
  HEADER
=========================================================================*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 37px 90px 23px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo {
  position: relative;
  top: -4px;
}

.logo img {
  width: 150px;
}

.logo h1 {
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}

.logo h1 a {
  color: #fff;
}

.logo.logoText {
  left: -3px;
  position: absolute;
  top: -6px;
}

.mainMenu {
  text-align: right;
}

.mainMenu ul {}

.mainMenu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.mainMenu ul li:last-of-type {
  margin-right: 0;
}

.mainMenu ul li a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  font-size: 14px;
}

.mainMenu ul li.active a,
.mainMenu ul li a:hover {
  color: #6EC300;
}

.mainMenu ul ul.sub-menu {
  position: absolute;
  width: 200px;
  text-align: center;
  left: 0;
  background: #fff;
  top: 60px;
  box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, .08);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mainMenu ul ul.sub-menu:before {
  content: "";
  left: 20px;
  margin: auto;
  position: absolute;
  right: auto;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.fixedHeader .mainMenu ul ul.sub-menu:before {
  border-bottom: 5px solid #fff;
}

.mainMenu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 56px;
}

.mainMenu ul ul.sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
  padding: 8px 0;
}

.mainMenu ul ul.sub-menu li:last-child {
  border-bottom: none;
}

.mainMenu ul ul.sub-menu li a {
  color: #333;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  display: block;
}

.mainMenu ul li:hover>a {
  color: #6EC300 !important;
}

.callus {
  text-align: right;
}

.callus p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  font-size: 14px;
}

.isSticky.fixedHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #fcfcfc;
  z-index: 1009;
  padding: 25px 90px 18px;
  box-shadow: 0 -2px 19px 0px #dadada;
}

.isSticky.fixedHeader .logo {
  top: 0;
}

.isSticky.fixedHeader .mainMenu ul li a,
.isSticky.fixedHeader .callus p {
  color: #333;
  font-weight: 600;
}

.isSticky.fixedHeader .mainMenu ul li.active a,
.isSticky.fixedHeader .mainMenu ul li a:hover {
  color: #6EC300;
}

.isSticky.fixedHeader .logo {
  display: none;
}

.stickyLogo {
  position: absolute;
  display: none;
  width: 150px;
}

.isSticky.fixedHeader .stickyLogo {
  display: block;
}

.isSticky.fixedHeader .logo h1 a {
  color: #6EC300;
}

.fixedHeader .mainMenu ul ul.sub-menu::before {
  border-bottom: 5px solid #6EC300;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/*=======================================================================
  SLIDER
=========================================================================*/
/* .slider {
  background: #020605;
}

.slider .slotholder::after {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.revCon h5 {
  font-weight: 700;
}

.tp-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
}

.slider .tp-bannertimer {
  display: none;
}

.slider .tp-bullets.simplebullets.hidebullets,
.slider .tp-bullets {
  display: block !important;
  opacity: 1 !important;
  left: 76px !important;
  margin-left: 0 !important;
}

.slider .tp-bullets.simplebullets .bullet {
  margin-right: 5px;
  font-size: 14px;
  color: #999999;
  font-weight: 900;
}

.slider .tp-bullets.simplebullets.round .bullet:hover,
.slider .tp-bullets.simplebullets.round .bullet.selected,
.slider .tp-bullets.simplebullets.navbar .bullet:hover,
.slider .tp-bullets.simplebullets.navbar .bullet.selected {
  color: #fff;
}

#slider_count {
  color: #fff;
  font-weight: 700;
}

#slider_count span {
  background: #f80160;
  width: 42px;
  height: 2px;
} */
/* 
.mouseSlider {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 58px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  text-align: center;
  top: -98px;
  width: 58px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mouseSlider a {
  display: block;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
}

.mouseSlider:hover {
  border-color: #6EC300;
}

.mouseSlider a.hover {
  visibility: hidden;
  opacity: 0;
}

.mouseSlider:hover a.normal {
  visibility: hidden;
  opacity: 0;
}

.mouseSlider:hover a.hover {
  visibility: visible;
  opacity: 1;
} */

.mouseSlider2 {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 58px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  text-align: center;
  top: auto;
  width: 58px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mouseSlider2 a {
  display: block;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
}

.mouseSlider2:hover {
  border-color: #6EC300;
}

.mouseSlider2 a.hover {
  visibility: hidden;
  opacity: 0;
}

.mouseSlider2:hover a.normal {
  visibility: hidden;
  opacity: 0;
}

.mouseSlider2:hover a.hover {
  visibility: visible;
  opacity: 1;
}


/*=======================================================================
  CONTACT
=========================================================================*/
/* .contact {
  background: #1d1d1d;
  padding: 81px 0 67px;
}

.contactInner h3 {
  margin-bottom: 70px;
}

.contactForm {
  text-align: left;
  padding: 0px 212px;
}

.single_form {
  margin-bottom: 22px;
  margin-right: 10px;
  margin-left: 10px;
}

.single_form input[type='text'],
.single_form input[type='email'],
.single_form textarea {
  width: 100%;
  background: transparent;
  height: 41px;
  border: none;
  border-bottom: 2px solid #292929;
  font-size: 14px;
}

.single_form textarea {
  resize: none;
  height: 143px;
  margin-bottom: 20px;
}

.single_form label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: .8;
  color: #fff;
  cursor: pointer;
}

.contactForm input[type='submit'] {
  border: transparent;
}

.single_form input.reqError,
.single_form textarea.reqError {
  border-color: #6EC300;
} */

/*=======================================================================
  FOOTER
=========================================================================*/
.footer {
  padding: 72px 75px 55px;
}

.textWidget {
  padding-right: 300px;
}

.widgetTitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
}

.widgetTitle b {
  font-weight: 600;
}

.flogo {
  width: 266px;
  margin-bottom: 29px;
}

.flogo img {
  width: 85%;
  height: auto;
}

.textWidget p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  opacity: 0.5;
}

.textWidget p:last-of-type {
  margin-bottom: 39px;
}

.socialIcon a {
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  margin-right: 11px;
}

.socialIcon a:hover {
  background: #6EC300;
  color: #fff;
}

.socialIcon a.fb:hover {
  background: #3A559F;
}

.socialIcon a.tw:hover {
  background: #50ABF1
}

.socialIcon a.gp:hover {
  background: #DD4B39
}

.socialIcon a.dr:hover {
  background: #CF3F72
}

.socialIcon a.be:hover {
  background: #0071B9
}

.newsletterwid {
  padding-top: 85px;
  padding-left: 40px;
}

.newsletter {
  position: relative;
  margin-bottom: 27px;
  padding-top: 5px;
}

.newsletter input[type='email'] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  background: transparent;
  font-size: 18px;
  color: #a89f9f;
  font-weight: 300;
}

.newsletter input[type='email']:input-placeholder {
  color: #a89f9f;
  opacity: 1;
}

.newsletter input[type='email']::-webkit-input-placeholder {
  color: #a89f9f;
  opacity: 1;
}

.newsletter input[type='email']:-moz-placeholder {
  color: #a89f9f;
  opacity: 1;
}

.newsletter input[type='email']::-moz-placeholder {
  color: #a89f9f;
  opacity: 1;
}

.newsletter input[type='email']:-ms-input-placeholder {
  color: #a89f9f;
  opacity: 1;
}

.newsletter input[type='submit'] {
  position: absolute;
  right: -5px;
  background: transparent;
  font-size: 14px;
  color: #6EC300;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  line-height: .8;
  top: 15px;
}

.fooInfo p {
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 38px;
  font-weight: 300;
  margin-left: 2px;
}

.fooInfo p:last-of-type {
  margin-right: 0;
  margin-left: 0;
}

.fooInfo p i {
  font-size: 16px;
  margin-right: 11px;
  position: relative;
  top: 1px;
}

.fooInfo p b {
  color: #000;
  font-weight: 700;
}

.copyright {
  background: #fff;
  padding: 44px 0 39px;
}

.copyPera {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.widget-link-area-p {
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.35em;
}

@media (max-width: 768px) {
  .widget-link-area-p {
    font-size: 1.1em;
  }
}

.widget-link-area a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
}

.widget-link-area a:hover {
  background-size: 100% 1px;
}

.widget-link-office {
  font-weight: bold;
  font-size: 18px;
}

.widget-link-office span {
  opacity: 0.5;
  font-size: 0.85em;
  display: block;
  font-weight: normal;
}

/*=======================================================================
  BACK TO TOP
=========================================================================*/
.showit {
  background: #6EC300;
  bottom: 60px;
  color: #ffffff;
  font-size: 25px;
  height: 60px;
  /* line-height: 1.1; */
  padding: 10px 12px;
  position: fixed;
  right: 60px;
  text-align: center;
  width: 60px;
  z-index: 99;
  border-radius: 50%;
}

.showit i {
  color: #ffffff;
}

.showit:hover {
  background: #115327;
  color: #ffffff;
}


/*=======================================================================
[17] WORK DETAIL
=========================================================================*/
/* .header.workDetail {
  padding: 21px 90px 31px;
  position: relative;
}

.header.workDetail .mainMenu ul li a,
.header.workDetail .callus p {
  color: #000;
}

.workDetailHead {
  padding: 118px 0 94px;
}

.wdhContent {
  padding-bottom: 9px;
}

.wdhContent h6 {
  color: #fa0060;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.wdhContent h3 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 70px;
}

.wdhContent h6 a {
  color: #fa0060;
}

.wdhContent h6 a:hover {
  color: #000;
}

.workMetas {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}

.workMeta {}

.workMeta.servic {
  padding-left: 15px;
}

.workMeta h6 {
  font-size: 14px;
  line-height: .9;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.workMeta p {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 100;
}

.wdFeactureImage img {
  width: 100%;
  height: auto;
}

.featcureImage {
  margin-bottom: 111px;
}

.workContentSec {
  padding-bottom: 100px;
}

.wdContent {
  padding: 0 170px;
}

.wdContent h5 {
  text-transform: uppercase;
  color: #6EC300;
  margin-bottom: 21px;
}

.wdContent p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
}

.rewdContent {
  padding: 230px 173px 0;
  text-align: center;
}

.rewdContent h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #6EC300;
  margin-bottom: 40px;
}

.rewdContent p {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 300;
}

.shareTheProject {
  text-align: center;
  padding: 75px 0 96px;
}

.shareTheProject h6 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 23px;
}

.shareSocial a {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  color: #000000;
  display: inline-flex;
  height: 62px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  line-height: 1;
  margin-right: 5px;
  text-align: center;
  width: 62px;
  font-size: 19px;
}

.shareSocial a.fb:hover {
  color: #3A559F;
  border-color: #3A559F;
}

.shareSocial a.tw:hover {
  color: #50ABF1;
  border-color: #50ABF1;
}

.shareSocial a.pi:hover {
  color: #C9353D;
  border-color: #C9353D;
}

.relatedWorlSec {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 52px;
}

.nexprevPagination {
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 65px;
}

.paginationnp {
  padding-left: 229px;
  position: relative;
  min-height: 120px;
  text-align: left;
  padding-top: 20px;
}

.paginationnp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 120px;
}

.paginationnp.right {
  padding-left: 0;
  padding-right: 229px;
  text-align: right;
  border-left: 1px solid #e9e9e9;
}

.paginationnp.right img {
  left: auto;
  top: 0;
  right: 0;
}

.paginationnp h6 {
  line-height: 0.8;
  margin: 0 0 14px;
}

.paginationnp h6 a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4.8px;
}

.paginationnp h6 a:hover {
  color: #fe0060;
}

.paginationnp h1 {
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.workDetail.isSticky.fixedHeader {
  position: fixed;
  padding: 21px 90px;
} */

/*=======================================================================
[18] BLOG LIST
=========================================================================*/
/* .blogTitleSec {
  padding-bottom: 50px;
  padding-top: 88px;
}

.blogTitleList h2 {
  font-size: 140px;
  line-height: 160px;
  margin: 0;
  font-weight: 600;
}

.blogCat {
  position: relative;
  top: 63px;
  width: 185px;
}

.blogCat h6 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  padding: 20px 16px;
  height: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  width: 186px;
  position: relative;
  color: #000;
  font-weight: 600;
  line-height: .8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blogCat.active h6 {
  background: #000;
  color: #fff;
  border-color: #000;
}

.blogCat h6 i {
  position: absolute;
  right: 18px;
  top: 18px;
}

.blogCat ul {
  border: 1px solid #c3c3c3;
  position: absolute;
  width: 186px;
  border-radius: 3px;
  border-radius: 0 0 3px 3px;
  display: none;
  top: 49px;
  z-index: 9;
  background: #fff;
}

.blogCat.active ul {
  display: block;
}

.blogCat ul li {
  border-bottom: 1px solid #cccccc;
}

.blogCat ul li:last-of-type {
  border-bottom: none;
}

.blogCat ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 14px 10px 14px 26px;
}

.blogCat ul li a:hover {
  color: #6EC300;
}

.blogContents {
  background: #f3f3f3;
  padding: 22px 0 68px;
}

.singleBlog2 {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.singleBlog2.bigpost .blogTitle {
  min-height: 0;
}

.singleBlog2.bigpost .blogTitle {
  font-weight: 600;
}

.singleBlog2.bigpost .blogTitle a {
  font-size: 46px;
  line-height: 60px;
}

.singleBlog2.bigpost .bperaDiv {
  min-height: 0;
}

.blogLoadmore {
  margin-top: 65px;
}

.singleBlog2.bigpost .blogDec {
  padding: 61px 45px 45px 41px;
} */

/*=======================================================================
[19] BLOG DETAIL
=========================================================================*/
/* .blogDetailsSec {
  background: url(../images/bg/11.jpg) no-repeat scroll center center/cover;
  position: relative;
  height: 80vh;
}

.blogDetailsSec:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .30);
}

.BdContent {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.BdContent h6 {
  color: #fa0060;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.BdContent h6 a {
  color: #fa0060;
}

.BdContent h6 a:hover {
  color: #fff;
}

.BdContent h3 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 70px;
  color: #fff;
}

.singleJournal_meta a.jon_date {
  color: #000;
  margin-right: 13px;
  font-weight: 600;
}

.singleJournal_meta a.jon_date:hover {
  color: #6EC300;
}

.singleJournal_meta {
  line-height: .8;
  padding: 10px 0;
}

.singleJournal_meta a {
  font-size: 14px;
  color: #6EC300;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  font-weight: 500;
}

.singleJournal_meta a:hover {
  color: #000;
}

.jon_comment {
  width: 31px;
  height: 24px;
  background: #6EC300;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: .8;
  padding: 7px 0;
  float: right;
  top: 5px;
  position: relative;
  font-weight: 600;
}

.jon_comment:hover {
  background: #333;
  color: #fff;
}

.jon_comment:hover:before {
  border-color: #333 transparent transparent;
}

.jon_comment::before {
  border-color: #6EC300 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 0;
  bottom: -8px;
  content: "";
  height: 0;
  left: 8px;
  position: absolute;
  width: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.journal_wrap {
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 65px;
  padding: 34px 0 27px;
}

.blogDescriptionTop {
  margin-bottom: 26px;
}

.journal_content h2 {
  font-size: 50px;
  line-height: 65px;
  color: #000;
  font-weight: 400;
  margin-bottom: 70px;
}

.journalImg {
  margin-right: 20px;
  overflow: hidden;
}

.journalImg img {
  width: 100%;
  height: auto;
}

.journal_contentWrap {
  margin-bottom: 91px;
}

.journal_content p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 100;
  margin-bottom: 35px;
}

.relatedTitle {
  text-transform: uppercase;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 35px;
}

.relatedProduct {
  margin-top: 5px;
}

.journalImgRela {
  margin-right: 20px;
  margin-bottom: 23px;
}

.journalImgRela img {
  width: 100%;
  height: auto;
}

.journalmeta.relatedMeta {
  margin-bottom: 19px;
}

.journalmeta a.jnalDate {
  border-bottom: 2px solid #6EC300;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.journalmeta a:hover,
.authorName a:hover {
  color: #6EC300;
}

.journal_content {
  padding-bottom: 67px;
}

.j_contentRel h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 13px;
}

.j_contentRel h3 a:hover {
  color: #6EC300
}

.authorName {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.8;
}

.commentTitle {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.socialShare {
  position: relative;
  top: -9px;
}

.socialShare span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #000;
  margin-right: 10px;
}

.socialShare a {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  color: #b2b2b2;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 0.7;
  padding: 10px 0;
  text-align: center;
  width: 35px;
  margin-right: 0;
}

.socialShare a i.fa-google-plus {
  position: relative;
  left: 2px;
  top: -1px;
}

.socialShare a.fb:hover {
  border-color: #38559B;
  color: #38559B;
}

.socialShare a.tw:hover {
  border-color: #01B1FD;
  color: #01B1FD;
}

.socialShare a.gp:hover {
  border-color: #E4492A;
  color: #E4492A;
}

.commentList {
  margin-bottom: 61px;
}

.singleCom {
  padding-left: 130px;
  position: relative;
}

.singleCom img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.comHead {
  margin-bottom: 21px;
}

.comDate {
  font-size: 12px;
  color: #6EC300;
  line-height: .8;
}

.comAutReply {
  line-height: 0.8;
  position: relative;
  top: -7px;
}

.comAutReply a {
  color: #000000;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2.6px;
  line-height: 0.9;
  margin-right: 41px;
  text-transform: uppercase;
}

.comAutReply a:hover {
  color: #6EC300;
}

.comAutReply a.reply {
  color: #6EC300;
  position: relative;
}

.comAutReply a.reply:hover,
.comDate:hover {
  color: #000;
}

.comAutReply a.reply::before {
  background: #cccccc;
  content: "";
  height: 1px;
  left: -24px;
  position: absolute;
  top: 5px;
  width: 15px;
}

.commentList ol li div.singleCom {
  padding-top: 15px;
}

.commentList ol>li {
  min-height: 180px;
  padding-bottom: 1px;
  position: relative;
  margin-bottom: 35px;
}

.commentList ol>li:after {
  width: 100px;
  height: 1px;
  background: #e5e5e5;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.commentList ol>li:last-child:after {
  width: 100%;
}

.commentList ol>li:last-child {
  margin-top: 45px;
}

.singleCom>p {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.commentList ol li ul.ChildCom {
  padding-left: 140px;
  margin-bottom: 60px;
}

.commentList ol li ul.ChildCom li {
  position: relative;
}

.commentList ol li ul.ChildCom li:before {
  position: absolute;
  left: -10px;
  width: 10px;
  height: 180px;
  background: #f2f2f2;
  content: '';
}

.commentList ol li ul.ChildCom li .singleCom {
  margin-left: 20px;
}

.commentList ol li>.singleCom {
  position: relative;
}

.comReplyTitle {
  margin-bottom: 46px;
}

.commentForm input[type="text"],
.commentForm input[type="email"],
.commentForm textarea {
  border-color: -moz-use-text-color -moz-use-text-color #000;
  border-style: none none solid;
  border-width: medium medium 2px;
  color: #818181;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1.96px;
  line-height: 28px;
  margin-bottom: 27px;
  padding: 0 0 14px;
  text-transform: uppercase;
  width: 100%;
}

.commentForm textarea {
  height: 100px;
  margin-bottom: 68px;
}

.commentForm input[type='text']::-webkit-input-placeholder,
.commentForm input[type='email']::-webkit-input-placeholder,
.commentForm textarea::-webkit-input-placeholder {
  color: #818181;
  opacity: 1;
}

.commentForm input[type='text']:-moz-placeholder,
.commentForm input[type='email']:-moz-placeholde,
.commentForm textarea:-moz-placeholde {
  color: #818181;
  opacity: 1;
}

.commentForm input[type='text']::-moz-placeholder,
.commentForm input[type='email']::-moz-placeholder,
.commentForm textarea::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

.commentForm input[type='text']:-ms-input-placeholder,
.commentForm input[type='email']:-ms-input-placeholder,
.commentForm textarea:-ms-input-placeholder {
  color: #818181;
  opacity: 1;
}

.wdhContent.bdetail {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 94px;
}

.workDetailHead.bdetail {
  padding-bottom: 0;
}

.singleBlog .blogThumb img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.singleBlog .blogThumb {
  overflow: hidden;
}

.singleBlog:hover .blogThumb img {
  transform: scale(1.08) rotate(-2deg);
  -moz-transform: scale(1.08) rotate(-2deg);
  -o-transform: scale(1.08) rotate(-2deg);
  -ms-transform: scale(1.08) rotate(-2deg);
  -webkit-transform: scale(1.08) rotate(-2deg);
} */


/*=======================================================================
[20] HOME THREE
=========================================================================*/
.parallaxOne,
.parallaxTwo,
.parallaxThree,
.parallaxFour {
  height: 100vh;
  position: relative;
  width: 100%;
}

.abcontentTP,
.parTwoContent,
.parallaxThreeCon,
.parallaxfirstCon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.bgCover {
  width: 460px;
  height: 640px;
  background: #101010;
}

.parTwoContent {
  /* background: #101010; */
  /* height: 640px; */
  position: absolute;
  width: 560px;
  padding: 112px 50px;
  right: auto;
  left: auto;
}

.parTwoContent h2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 46px;
}

.parTwoContent h1 {
  font-size: 150px;
  font-weight: 900;
  color: #fff;
  line-height: 150px;
  margin-bottom: 19px;
  position: relative;
  left: -50px;
}

.parTwoContent p {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  /* height: 150px; */
}

.chooseUsContent.home_page3 {
  padding-top: 215px
}

.chooseUsContent.home_page3 h3,
.chooseUsContent.home_page3 .signatureandname h4 {
  color: #fff;
}

.parallaxThreeCon {
  text-align: center;
  padding: 0 220px;
}

.parallaxThreeCon h2,
.parallaxThreeCon h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
}

.parallaxThreeCon h2 {
  font-size: 90px;
  line-height: 80px;
  margin-bottom: 5px;
}

.parallaxThreeCon h1 {
  font-size: 120px;
  line-height: 110px;
  margin-bottom: 35px;
}

.parallaxThreeCon p {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.parallaxfirstCon {
  text-align: center;
}

.mouseSlider2.home_page3 {
  bottom: 40px;
  margin: auto;
  position: absolute;
  top: auto;
}

/*** header ***/
.fixednavHeader {
  z-index: 9;
  text-align: right;
  width: 180px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.header.active .fixednavHeader {
  top: -150px;
}

.fixednavHeader li {
  line-height: 1;
  margin-bottom: 33px;
  position: relative;
  display: inline-block;
}

.fixednavHeader li:last-of-type {
  margin-bottom: 0;
}

.fixednavHeader li:before {
  position: absolute;
  right: 0;
  content: '';
  width: 40px;
  height: 2px;
  display: inline-block;
  /* background: #fff; */
  bottom: -14px;
  opacity: .20;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* デフォルト（暗い背景用） */
.fixednavHeader.dark-text li:before {
  background: #fff;
}

/* 明るい背景用：線を黒に */
.fixednavHeader.light-text li:before {
  background: #999;
}

.fixednavHeader li:hover:before,
.fixednavHeader li.active:before {
  width: 100%;
}

/* .fixednavHeader li.active a,
.fixednavHeader li:hover a {
  color: #fff;
  opacity: 1;
} */

.fixednavHeader li a {
  /* color: #fff; */
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-right: 0;
  padding-right: 46px;
  display: inline-block;
  opacity: .20;
}

.parTwoContent {}

.parTwoContent h1 span {
  color: #fff;
}

.typewrite>.wrap {
  border: none !important;
  position: relative;
}

.typewrite>.wrap:after {
  background: #fff;
  content: "";
  height: 120px;
  left: auto;
  padding-left: 3px;
  position: absolute;
  right: -21px;
  top: 48px;
  width: 10px;
}

.copyright2 {
  background: #171717;
}

.footer2 .widgetTitle,
.footer2 .fooInfo p b {
  color: #fff;
}

.footer2 .newsletter input[type="email"] {
  border-color: #313131
}

/* 背景色に応じてメニューのカラーを変える */
.fixednavHeader.light-text li a {
  color: #999;
  opacity: 0.8;
}

.fixednavHeader.dark-text li a {
  color: #fff;
  opacity: 0.8;
}

.fixednavHeader.light-text li.active a,
.fixednavHeader.light-text li:hover a {
  color: #999;
  opacity: 1;
}

.fixednavHeader.dark-text li.active a,
.fixednavHeader.dark-text li:hover a {
  color: #fff;
  opacity: 1;
}


/*** メイン画像（動画）部分 ***/
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 1;
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

#home h1.lead span {
  font-size: 0.5em;
  font-weight: 500;
  color: #fff;
  display: block;
}


.parallaxOne {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.parallaxOne {
  position: relative;
  overflow: hidden;
}



/*=======================================================================
  slick_slider（Enjoy Powdered Tea_SAMPLEImage）
=========================================================================*/
.bl_headblock {
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .bl_headblock {
    font-size: 18px;
  }
}

.bl_sliderBlock {
  margin-left: -15px;
  margin-right: -15px;
}

.el_menuSliderCounter {
  padding: 10px 0 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.slick-initialized .slick-slide {
  position: relative;
}

.bl_sliderBlock_slide>img {
  width: 100%;
  max-width: 790px;
}


/*スライダー送り矢印のCSS*/
/* .slider-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: calc(50%);
  transform: translateY(-50%);
}

.slider-arrow.slider-prev {
  left: calc((100% - 800px)/2 - 30px);
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 640px) {
  .slider-arrow.slider-prev {
    transform: translate(0, -50%);
    left: 20px;
  }
}

.slider-arrow.slider-next {
  right: calc((100% - 800px)/2 - 30px);
  transform: translate(100%, -50%);
}

@media screen and (max-width: 640px) {
  .slider-arrow.slider-next {
    transform: translate(0, -50%);
    right: 20px;
  }
}

.slider-arrow img {
  width: 35px;
  height: 50px;
} */

/*スライダー送り矢印のCSSここまで*/


/*=======================================================================
共通スタイル
=========================================================================*/
.img-responsive-overwrite {
  /*img-responsive した画像を中央寄せに*/
  margin: 0 auto;
}

.img-rounded {
  border-radius: 15px;
}

/*深蒸し茶の写真かさなってるとこ　後でクラス名とか調整する*/
.img-container {
  position: relative;
  width: 100%;
  max-width: 570px;
  /* img_01の最大幅 */
  margin: 0 auto;
  /* 中央寄せ */
  padding-bottom: 150px;
  /* img_02の高さ分の余白を追加 */
}

.img_01 {
  width: 80%;
  height: auto;
}

.img_02 {
  position: absolute;
  bottom: 0;
  /* img_01の下側に配置 */
  right: 0px;
  /* img_01の右側にはみ出す */
  width: 307px;
  /* img_02の幅 */
  height: auto;
}

@media (max-width: 768px) {
  .img-container {
    padding-bottom: 0;
    /* スマホ表示用に調整 */
  }

  .img_01,
  .img_02 {
    position: static;
    /* 絶対位置を解除 */
    width: 100%;
    /* 幅を100%に設定 */
    margin-bottom: 20px;
    /* 画像間の余白を追加 */
  }
}


/* PCサイズ（Bootstrapのブレークポイント md 以上）でのみ有効 */
@media (min-width: 768px) {
  .pc {
    display: block;
    /* 改行を有効にする */
  }
}

/* それ以外のサイズでは非表示 */
@media (max-width: 767.98px) {
  .pc {
    display: none;
    /* 改行を無効にする */
  }
}

/* スマホサイズ（Bootstrapのブレークポイント xs ~ sm）でのみ有効 */
@media (max-width: 767.98px) {
  .sp {
    display: block;
    /* 改行を有効にする */
  }
}

/* それ以外のサイズでは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none;
    /* 改行を無効にする */
  }
}

/* タブレットサイズ（Bootstrapのブレークポイント sm ~ md）でのみ有効 */
@media (min-width: 576px) and (max-width: 991.98px) {
  .tab {
    display: block;
    /* 改行を有効にする */
  }
}

/* それ以外のサイズでは非表示 */
@media (max-width: 575.98px),
(min-width: 992px) {
  .tab {
    display: none;
    /* 改行を無効にする */
  }
}

.product {
  padding: 0 15px;
}

.sub-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.2em;
  color: #115327;
}

.main-title {
  margin: 0;
  font-weight: 800;
  font-size: 2.5em;
  color: #115327;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .sub-title {
    font-weight: 700;
    font-size: 1.1em;
    padding-bottom: 10px;
  }

  .main-title {
    font-weight: 800;
    font-size: 1.8em;
    line-height: 1.2;
  }
}

.caption {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5;
  padding-bottom: 0.5em;
}

/* 抹茶の栄養、効能エリア高さ揃え */
/* #matcha .row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .matcha_kounou {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .matcha_kounou {
    width: 49%;
  }
}

.matcha_kounou,
.matcha_kounou_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.matcha-kounou-title {
  font-size: 1.35em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
}

.matcha_kounou_img {
  align-items: center;
}

.matcha-kounou-table {
  width: 100%;
  min-width: 800px;
}

.matcha-kounou-table td {
  padding: 1.5em;
  border: solid #ccc 1px;
  font-size: 0.9em;
}

.matcha-kounou-table .table-top-header {
  background-color: #D8DAD0;
  text-align: center;
}

.matcha-kounou-table .tr-cat6A {
  background-color: #DAE9F2;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
} */

/* .scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
} */


.cd-fixed-bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  justify-content: flex-end;
  min-height: 100vh;
  /* 画面の高さに合わせる */
  padding: 5%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.aaa {
  color: #FFF;
  padding: 5%;
  width: 55%;
}

@media (max-width: 768px) {
  .aaa {
    width: 100%;
  }
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1 {
  background-image: url('../images/bg/bg_01.jpg');
  background-size: cover;
  /* 背景画像を要素の高さに合わせる */
}

/*--固定背景02--*/
.cd-fixed-bg.cd-bg-2 {
  background-image: url('../images/bg/bg_02.jpg');
  background-size: cover;
  /* 背景画像を要素の高さに合わせる */
}

/*--固定背景03--*/
.cd-fixed-bg.cd-bg-3 {
  background-image: url('../images/bg/bg_03.jpg');
  background-size: cover;
  /* 背景画像を要素の高さに合わせる */
}


/* .matcha-coffee-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.matcha-coffee-title::before,
.matcha-coffee-title::after {
  content: "";
  width: 3.5em;
  height: 3.5em;
  background-size: contain;
  background-repeat: no-repeat;
}

.matcha-coffee-title::before {
  background-image: url('../images/vs_matcha.png');
  margin-right: 0.5em;
}

.matcha-coffee-title::after {
  background-image: url('../images/vs_coffee.png');
  margin-left: 0.5em;
} */


.fixed-bg {
  min-height: 100vh;
  background-size: cover;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  line-height: 1.5;
  transition: background-image 1s ease-in-out;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
}

.image-row .col-md-6,
.image-row .col-md-3 {
  display: flex;
  align-items: stretch;
  /* 高さを揃える */
  padding: 10px;
}

.image-row img {
  width: 100%;
  height: 100%;
  /* 親要素の高さに合わせる */
  object-fit: cover;
  /* 画像の比率を保ちながら、コンテナに合わせる */
  border-radius: 15px;
}

.image-row .col-md-6>div,
.image-row .col-md-3>div {
  width: 100%;
  /* 親要素の幅に合わせる */
  display: flex;
  align-items: stretch;
  /* 高さを揃える */
}

@media (max-width: 767.98px) {
  .image-row {
    display: block;
    /* Flexboxを解除 */
  }

  .image-row .col-md-6,
  .image-row .col-md-3 {
    width: 100%;
    /* 全幅表示 */
  }

  .image-row img {
    height: auto;
    /* 高さを自動調整 */
  }
}

/*** ryokucha ***/
.point_no {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #333;
  /* background-color: white; */
  color: #333;
  font-weight: bold;
  font-size: 0.9em;
  /* text-align: center; */
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
}

.point_no:before {
  position: absolute;
  top: 100%;
  left: 30%;
  transform: translateX(-50%) skew(-35deg);
  height: 13px;
  width: 16px;
  border-right: 2px solid #333;
  background-color: #e0e1db;
  content: "";
}

.ryokucha-point {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.35;
}

.ryokucha-point-matome {
  background-color: #fff;
  border-radius: 15px;
  padding: 3rem 6rem 6rem;
  margin: 6rem 0;
}

@media (max-width: 768px) {
  .ryokucha-point-matome {
    padding: 3rem;
  }
}

.ryokucha-point-list {
  line-height: 1.8 !important;
  list-style-type: none;
}

.ryokucha-point-list li+li {
  margin-top: 8px;
}

.ryokucha-point-list li {
  position: relative;
  padding-left: 25px;
}

.ryokucha-point-list li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(50deg);
  transform: rotate(45deg);
  border-right: 2px solid #6ec300;
  border-bottom: 2px solid #6ec300;
}

.ryokucha-point-list li:after {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
}

/*** enjoy ***/
.enjoy-img {
  max-width: 100%;
  display: block;
  padding: 3rem !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .enjoy-img {
    max-width: 250px !important;
  }
}

/*** background-color ***/
section {
  padding-top: 3.0em;
  padding-bottom: 3.0em;
}

#feature,
#enjoy,
#matcha-farm,
#matcha,
#ryokucha,
#wholesale,
#faq,
#sales_partner,
#contact {
  background-color: #e0e1db;
}

.product {
  background-color: #e0e1db;
}


/*** feature ***/
a.btn_to_yamecha {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted #115327;
  padding: .5rem 2.6rem .5rem .5rem;
  transition: all .3s;
  color: #115327;
  font-size: 1.5em;
  opacity: 0.5;
  margin: 1.0em 0 2.0em 0;
}

a.btn_to_yamecha:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 0;
  height: 0;
  bottom: 30%;
  border-left: 5px solid #115327;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: all .3s;
}

a.btn_to_yamecha:hover {
  color: #115327;
  opacity: 0.35;
}

a.btn_to_yamecha:hover:before {
  right: 0;
}


/*** yame-tea ***/
#Yamecha {
  position: relative;
  z-index: 1;
  padding: 10em 0 5em 0;
}

#Yamecha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    url(../images/bg/bg_01.jpg),
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  z-index: -1;
}

/* モバイル対応 */
@media (max-width: 768px) {
  #Yamecha {
    padding: 25rem 0 12.5rem 0;
  }

  #Yamecha::before {
    background-attachment: scroll;
  }
}

#Yamecha .row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 内側の .row は Flexbox を無効化 */
#Yamecha .Yamecha_charm_area .row {
  display: block;
  /* Flexbox を解除 */
  margin-left: -15px;
  margin-right: -15px;
}

.Yamecha_charm_area {
  border-radius: 15px;
  padding: 5.0em;
  background-size: cover;
  background-color: #fff;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .Yamecha_charm_area {
    padding: 3.0em 1.5em;
    opacity: 0.8;
  }
}

.Yamecha_charm_area h3 {
  color: #115327;
  padding-bottom: 0.5em;
}

/* 背景画像を持つセクション */
#Yamecha {
  position: relative;
  /* 基準位置を設定 */
  z-index: 1;
  /* 背景画像を下層に */
}

/* 基本の楕円スタイル */
.Yamecha_charm_area::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  height: 427px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  transition: all 0.3s ease;
  /* スムーズな変化 */
}

/* タブレットサイズ（768px～992px） */
@media (max-width: 992px) {
  .Yamecha_charm_area::before {
    width: 450px;
    height: 350px;
    top: -80px;
  }
}

/* スマホ横（576px～768px） */
@media (max-width: 768px) {
  .Yamecha_charm_area::before {
    width: 350px;
    height: 300px;
    top: -80px;
  }
}

/* スマホ縦（～576px） */
@media (max-width: 576px) {
  .Yamecha_charm_area::before {
    width: 350px;
    height: 300px;
    top: -50px;
  }
}

/* 極小サイズで非表示にする場合 */
@media (max-width: 400px) {
  .Yamecha_charm_area::before {
    display: none;
  }
}

/* テキストを楕円内に配置するスタイル */
.Yamecha_charm_area .lead span {
  position: relative;
  z-index: 2;
  /* 楕円より前面に */
  display: block;
  text-align: center;
  margin-top: -170px;
  /* 楕円内に収める位置調整 */
  padding-bottom: 30px;
  font-size: 0.5em;
  color: #115327;
  /* 緑色で統一 */
}

/* レスポンシブ調整 */
@media (max-width: 992px) {
  .Yamecha_charm_area .lead span {
    margin-top: -160px;
  }
}

@media (max-width: 768px) {
  .Yamecha_charm_area .lead span {
    margin-top: -150px;
    font-size: 0.4em;
  }
}

@media (max-width: 576px) {
  .Yamecha_charm_area .lead span {
    margin-top: -140px;
  }
}


/*** matcha-farm ***/
.matcha-farm-strengths-outer {
  background-color: #fff;
  border-radius: 15px;
}

.matcha-farm-strengths-title {
  background-color: #1b1b1b;
  border-radius: 15px 15px 0 0;
  padding: 5px 10px;
}

.matcha-farm-strengths-title h3 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
}

.matcha-farm-strengths-img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.matcha-farm-strengths-inner-title {
  padding: 5px 20px;
}

.matcha-farm-strengths-inner-title p {
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.matcha-farm-strengths-inner {
  padding: 0px 20px 10px 20px;
}

#matcha-farm {
  position: relative;
  z-index: 1;
  padding-bottom: 35vh;
}

.matcha-farm-background-image {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 70vh;
  background-image: url('../images/bg/bg_002.jpg');
  background-size: cover;
  background-position: 50% bottom;
  z-index: -1;
  filter: brightness(50%);
}

@media (max-width: 992px) {
  .matcha-farm-background-image {
    top: 85%;
    height: 55vh;
  }
}

#wholesale {
  position: relative;
  z-index: 2;
}

/*** wholesale ***/
.wholesale-img {
  max-width: 45%;
  display: block;
  padding: 3rem !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .wholesale-img {
    max-width: 250px !important;
  }
}


/*** product_AREA ***/
.product-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 3.5em 5.0em;
}

@media (max-width: 767px) {
  .product-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 3.0em 1.5em;
  }
}

.product_table {
  margin-top: 2.0em;
}

.product_table dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.product_table dt {
  flex-basis: 38%;
  padding: 5px 8px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}

.product_table dd {
  flex-basis: 62%;
  padding: 5px 8px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.product_table dt:first-child {
  border-top: 1px solid #ccc;
}

.product_table dd:nth-child(2) {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 559px) {
  .product_table dl {
    flex-flow: column;
  }
}

/*** FAQ Start ***/
/* .qa-list dl {
    position: relative;
    margin: 0;
    padding: 18px 80px 18px 30px;
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
}
.qa-list dl:first-child {
    border-top: 1px dotted #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 23px;
    right: 35px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #115327;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #6ec300;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.6;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 23px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 16px;
}
.qa-list dl dt::before {
    font-size: 16px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 16px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 16px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
} */

/* ========== FAQブロック全体 ========== */
/* ========== FAQ 全体 ========== */
.qa {
  margin-bottom: 0;
}

.qa-list dl {
  border-bottom: 1px dotted #ccc;
  margin: 0;
}

.qa-list dl:first-child {
  border-top: 1px dotted #ccc;
}


/* ========== Q（質問）部分 ========== */
.qa-list dl dt {
  position: relative;
  padding: 18px 30px 18px 60px;
  /* 左にインデント */
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.qa-list dl dt .qa-label {
  position: absolute;
  top: 18px;
  left: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #115327;
  white-space: nowrap;
}

.qa-list dl dt .qa-text {
  display: block;
  flex-grow: 1;
  text-align: left;
}

/* 矢印アイコン */
.qa-list dl dt .arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
  margin-left: 10px;
  flex-shrink: 0;
  pointer-events: none;
  user-select: none;
  cursor: default;
  outline: none;
}

.qa-list .open dt .arrow {
  transform: rotate(-45deg);
}


/* ========== A（回答）部分 ========== */
.qa-list dl dd {
  position: relative;
  padding: 10px 30px 20px 60px;
  /* 左にインデント */
  font-size: 16px;
  line-height: 1.6;
  display: block;
  margin: 0;
}

.qa-list dl dd .qa-label {
  position: absolute;
  top: 10px;
  left: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #6ec300;
  white-space: nowrap;
}

.qa-list dl dd .qa-answer {
  display: block;
  text-align: left;
}


/* ========== スマホ対応 ========== */
@media screen and (max-width: 767px) {

  .qa-list dl dt,
  .qa-list dl dd {
    padding-left: 50px;
    padding-right: 15px;
    font-size: 16px;
  }

  .qa-list dl dt .qa-label,
  .qa-list dl dd .qa-label {
    left: 15px;
    font-size: 16px;
  }

  .qa-list dl dd .qa-answer,
  .qa-list dl dt .qa-text {
    font-size: 16px;
  }

  .qa-list dl dt .arrow {
    width: 8px;
    height: 8px;
  }
}

.ryokucha-answer-list li {
  position: relative;
  padding-left: 2.5em;
  /* ◎の位置 + 文字インデント */
  list-style: none;
}

.ryokucha-answer-list li::before {
  content: '◎';
  position: absolute;
  left: 1em;
  /* ◎を1文字分右にずらす */
  top: 0;
  color: #000;
  font-weight: bold;
}




/*** sales_partner start ***/

/*動画*/
.sales-partner-section {
  position: relative;
  overflow: hidden;
  padding: 2.5em;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  /* ← 背景動画は一番奥へ */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.68); */
  /* 黒50% */
  z-index: -1;
  /* 背景動画と同じz-indexだと見えないので、-1または背景より上に */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
}

/*画像*/
@keyframes bgZoomLoop {

  0%,
  100% {
    background-size: 110%;
  }

  50% {
    background-size: 100%;
  }
}

#sales_partner {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5)),
    url(../images/bg/bg_sales-partner.jpg);
  background-size: 120%;
  /* 初期は大きめに */
  background-position: top center;
  background-repeat: no-repeat;
  padding: 5em;
  animation: bgZoomLoop 15s ease-in-out infinite;
}