.container {
  width: 100%;
}
a {
  color: #000 !important;
}
.sm-none {
  display: block;
}
.sm-none-inline {
  display: inline;
}
.sm-only-block {
  display:none;
}
.sm-only-inline {
  display:none;
}
.display-none {
  display: none !important;
}
.drawer-open .display-none {
  display: block !important;
  margin-left: 25px;
}
.drawer-open .display-block {
  display: none;
}
/* ------------ */
/* header START */
/* ------------ */
header .drawer-hamburger {
  position: fixed !important;
}
.drawer-hamburger {
  position: relative !important;
  margin: 25px 35px 5px 0;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}
.drawer-open .drawer-hamburger-icon::before {
  background-color: #fff !important;
}
.drawer-open .drawer-hamburger-icon::after {
  background-color: #fff !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
  background-color: #000 !important;
  height: 4px !important;
  z-index: 4;
}
.drawer-nav {
  z-index: 4 !important;
}
.drawer-overlay {
  background-color: #000000CC !important;
  z-index: 2 !important;
}
.drawer-menu li {
  border-bottom: 2px solid #CDCDCD;
  font-weight: bold;
}
.drawer-menu li.instagram {
  background-image: url(../img/instagram_Social_Icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position:  20px center;
  padding-left: 25px;
}
.drawer-menu li.twitter {
  background-image: url(../img/Twitter_Social_Icon_Rounded_Square_Color.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position:  20px center;
  padding-left: 25px;
}
.drawer-menu-item {
  color: #707070 !important;
  padding: 15px 18px 15px 20px  !important;
}
.drawer-menu li img {
  float: right;
  padding-top: 5px;
  width: 8px;
  height: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0) ;
  background: #fff;
}
.header-wrap { 
  max-width: 1140px;
  width: 100%;
  padding: 0 43px 0 40px;
  /* box-shadow: 0px 3px 3px #00000029; */
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0) ;
  margin: 0 auto;
}
.header-logo-drawer {
  display: flex;
}
.header-logo {
  margin-top: 32px;
  position: relative;
  right: 2%;
}
.header-btns-wrap {
  padding-top: 10px;
}
.lang-change {
  text-align: right;
  margin-bottom: 3px;
}
.lang-change a:hover{
  color: #51BA43 !important;
  text-decoration: none;
}
.header-btns {
  display: flex;
}
.online-btn {
  text-align: center;
  width: 163px;
  height: 50px;
  margin-right: 6px;
}
.header-btn {
  text-align: center;
  width: 172px;
  height: 50px;
}
.header-btn a {
  position: relative;
  top: 13px;
  background-color: #48A33B;
  border: 2px solid #fff;
  border-radius: 5px;
  opacity: 1;
  padding: 12px 30px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.header-btn a:hover {
  background-color: #fff;
  border: 2px solid #48A33B;
  color: #48A33B !important;
  text-decoration: none;
}
.online-btn a {
  position: relative;
  top: 13px;
  right: 0px;
  background-color: #b2e068;
  border: 2px solid #fff;
  border-radius: 5px;
  opacity: 1;
  padding: 12px 20px;
  color: #111 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.online-btn a:hover {
  background-color: #fff;
  border: 2px solid #b2e068;
  color: #111 !important;
  text-decoration: none;
}

/*ヘッダー 企業の皆様へ 追加ボタンcss*/
@media (min-width: 992px)  {
	.header-btn.public{margin-right: 6px;display: block;}
	.header-btn.public a{padding-left: 12px;padding-right: 12px;}
}

/* ------------ */
/* header End */
/* ------------ */


/* ------------ */
/* top START */
/* ------------ */
.top {
  background-image: url(../img/top_v2-2.jpg);
  background-repeat: no-repeat;/* 画像の繰り返しを指定  */
  background-position: 45% center;/* 画像の表示位置を指定  */
  background-size: cover;
  width: 100%;
  /* height: 0;
  padding-top: 66.23%; */
  padding-top: 12%;
}
@media only screen and (max-width: 768px){
  .top {
    background-image: url(../img/top_v3_sp.jpg);
    background-position: 45% 113%;
  }
}
.top-wrap {
  padding: 0 0 300px 30px;
}
.top-text1 {
  font-size: 68px;
  background-color: #fff;
  width: 578px;
  border-radius: 5px;
  margin-top: 120px;
  padding: 0 10px;
  font-family: 'Noto Serif JP', serif;
}
.top-text2-wrap {
  text-align: center;
  margin-top: 37px;
}
.top-text2 { /* #48A33B */
  background-color: #8db629;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 18px;
  font-family: 'Noto Serif JP', serif;
}
.text2-1{
  width: 355px;
}
.text2-2 {
  width: 450px;
}
.text2-3 {
  width: 320px;
}
.top-text3 {
  background-color: rgba(255, 255, 255, 0.5) ;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 180%;
  border-radius: 5px;
  padding: 14px 30px 14px 15px;
  width: 675px;
  margin-top: 25px;
  font-family: 'Noto Serif JP', serif;
}
.wave {
  width: 100%;
}
.wave img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
}
/* ------------ */
/* top End */
/* ------------ */


/* ------------ */
/* feature START */
/* ------------ */
.feature {
  margin-top: 20px;
}
.feature-content1 {
  width: 100%;
  position: relative;
  top: -80px;
}
.feature-content1 .container {
  position: relative;
  z-index: 1;
}
.feature-content2 .container {
  position: relative;
  z-index: 1;
}
.feature-content3 .container {
  position: relative;
  z-index: 1;
}
.feature-content2 {
  margin-top: 80px;
  position: relative;
  top: -20px;;
}
.feature-content3 {
  margin-top: 80px;
  position: relative;
  top: 40px;
}
.feature-content-wrap1, .feature-content-wrap2, .feature-content-wrap3 {
  display: flex;
  padding-left: 30px;
}
.feature-text1 {
  writing-mode: vertical-lr;
  color: #48A33B;
  font-size: 24px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 0.2em;
}
.feature-text2 {
  font-size: 52px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.feature-content2 .feature-text2 {
  margin-right: 56px;
}
.feature-content1 .feature-text2 span {
  font-size: 48px;
}
.feature-content2 .feature-text2 span {
  font-size: 80px;
}
.feature-content3 .feature-text2 span {
  font-size: 45px;
}
.feature-text3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 10px;
  font-family: 'Noto Serif JP', serif;
}
.feature-content-wrap1-img{
  position: absolute;
  width: 850px;
  height: 520px;
  top: -50%;
  left: calc(100% - 850px);
}
.feature-content-wrap1-img img {
  width: 100%;
  height: 100%;
}
.feature-content-wrap2-img {
  position: absolute;
  width: 360px;
  height: 470px;
  top: -95%;
  right: calc(100% - 360px);
}
.feature-content-wrap2-img img {
  width: 100%;
  height: 100%;
}
.feature-content-wrap3-img{
  position: absolute;
  width: 810px;
  height: 460px;
  top: -30%;
  left: calc(100% - 810px);
}
.feature-content-wrap3-img img {
  width: 100%;
  height: auto;
}
/* ------------ */
/* feature End */
/* ------------ */


/* ------------ */
/* cateprotect START */
/* ------------ */
.cateprotect {
  margin-top: 240px;
  border-bottom: 1px solid #489b3a;
  position: relative;
  padding-bottom: 150px;
}
.cateprotect-wrap {
  padding-left: 30px;
}
.cateprotect-img {
  position: relative;
  top: -69px !important;
}
.cateprotect-img img{
  width: 100%;
}
.virus-wrap {
  position: relative;
  top: -60px;
}
.virus p {
  width: 270px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.virus3-img {
  margin-left: 15px;
}
.balloon-wrap {
  text-align: center;
}
.balloon-under-wrap {
  width: 100%;
  margin: 0 auto;
}
.balloon-under {
  width: 800px;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto;
  border-bottom: 3px dotted #008743;
}
.under-txt {
  font-size: 60px;
  color: #fcacb9;
  text-shadow:1px 1px 0 red, -1px -1px 0 red,
              -1px 1px 0 red, 1px -1px 0 red,
              0px 1px 0 red,  0-1px 0 red,
              -1px 0 0 red, 1px 0 0 red;
}
.virus2-img {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}
.vs-virus-text1 {
  writing-mode: vertical-lr;
  color: #48A33B;
  font-size: 24px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 0.2em;
  margin-top: 15px;
}
.vs-virus-text2 {
  font-size: 56px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
}
.vs-virus-text3 {
  font-size: 80px;
  font-weight: normal;
}
.vs-virus-content-img {
  position: absolute;
  width: 615px;
  height: 720px;
  top: 56%;
  left: calc(100% - 615px);
}
.vs-virus-content-img img {
  width: 100%;
}
/* ------------ */
/* cateprotect End */
/* ------------ */


/* ------------ */
/* before-after START */
/* ------------ */
.before-after-wrap {
  padding-left: 30px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.ba-title {
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  border-radius: 50px;
  background-color: #48A33B;
  color: #fff;
  width: 500px;
  position: relative;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.before {
  padding-left: 60px;
}
.before p{
  font-size: 46px;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: relative;
  top: 100px;
}
.down-arrow {
  text-align: center;
  margin: 10px 0;
}
.after {
  padding-left: 60px;
}
.after p{
  font-size: 46px;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: relative;
  top: 100px;
  margin-right: 40px;
}
.balloon2 :first-child {
  position: relative;
  top: -30px;
  left: 9%;
}
.balloon2txt-img {
  position: relative;
  top: 20px;
  left: 13%;
}
.smell-text1 {
  writing-mode: vertical-lr;
  color: #48A33B;
  font-size: 24px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 0.2em;
  margin-top: 15px;
}
.smell-text2 {
  font-size: 56px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
}
.smell-text3 {
  font-size: 80px;
  font-weight: normal;
}
.test-result {
  margin-bottom: 95px;
  width: 98%;
}
.nav-tabs {
  border-bottom: 1px solid #fff !important;
}
.nav-link {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-color: #000 #000 #000 !important;
  /* margin-right: 15px; */
  position: relative;
}
.margin {
  width:15px; 
  border-bottom: 1px solid #000; 
  position: relative; 
  top: 1px;
}
.nav-link.active {
  border-color: #000 #000 #fff !important;
  background-color: #fff;
}
.nav-tabs .active::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  color: #48A33B;
  position: absolute;
  top: 35px;
  left: 40.5%;
}
.nav-link:nth-child(5){
  margin-right: 0;
}
#tab1-tab::before {
  content: "＼トイレの臭い／";
  color: #F28E1E;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#tab2-tab::before {
  content: "＼むれた靴の臭い／";
  color: #F28E1E;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#tab3-tab::before {
  content: "＼腐敗臭（魚・魚貝類／";
  color: #F28E1E;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#tab4-tab::before {
  content: "＼汗をかいたすっぱい臭い／";
  color: #F28E1E;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#tab5-tab::before {
  content: "＼野菜の腐敗臭／";
  color: #F28E1E;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.text-content {
  margin-bottom: 22px;
  margin-top: 65px;
}
.price-table {
  margin-top: 30px;
}
.p-table {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 608px;
  width: 100%;
}

.p-table th, .p-table td {
  border: 1px solid #707070;
  vertical-align: middle;
  font-weight: normal;
}
.p-table th:first-child {
  max-width: 160px;
  width: 100%;
}
.p-table th {
  text-align: center;
  width: 100%;
  padding: 20px 0px 11px;
  font-size: 12px;
}
.row-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 12px 0px 11px;
}
.color-blue {
  color: #0071B7;
}
.color-green {
  color: #006837;
}
.table-cotent {
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  padding-right: 20px;
}
.table4-2 {
    padding-top: 10px;
    padding-bottom: 9px;
}
.graph-img {
  margin-top: 65px;
  text-align: center;
}
/* ------------ */
/* before-after End */
/* ------------ */


/* ------------ */
/* lineup START */
/* ------------ */
.lineup {
  background-color: #E1E1E1;
}
.lineup-wrap {
  padding: 50px 0 10px;
}
.lineup-title {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 0.2em;
}
.lineup-title .message {
  font-size: 20px;
  letter-spacing: 0.1em;
}

ul.sns-icon {
 padding-left: 0;
 text-align: center;
 list-style: none;
 margin-bottom: 55px;
}

ul.sns-icon li {
 margin: 0 5px ;
 font-size: 20px;
 display: inline-block; 
}

ul.sns-icon li a.instagram {}
ul.sns-icon li a.instagram img { width: 32px;}
ul.sns-icon li a.instagram img:hover { opacity: 0.7; }
ul.sns-icon li a.twitter {}
ul.sns-icon li a.twitter img { width: 32px;}
ul.sns-icon li a.twitter img:hover { opacity: 0.7; }

.product {
  background-color: #fff;
  padding: 30px 25px;
  margin-bottom: 35px;
}
.product-name {
  color: #006837;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
.roommistImg {
  position: relative;
  right: 12px;
}
.masksprayImg {
  padding: 0 28px;
}
.product-contents {
  padding: 0 35px;
}
.product-contents img{
  height: 326px;
}
.brandname-wrap {
  display: flex;
}
.brandname {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.brandname::after {
  content: "グリーンティーラボ";
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  display: block;
  position: relative;
  left: 12px;
  bottom: 3px;
  letter-spacing: 0.1px;
}
.after-none::after {
  content: none;
}
.brandname2 {
  font-size: 16px;
  font-weight: 300;
  margin-left: 7px;
  letter-spacing: 0.1px;
  position: relative;
  top: 6px;
}
.product-name2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}
.bar2 {
  border: 1px solid #48A33B;
  width: 100%;
  margin-bottom: 26px;
}
.text {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}
.product-introduce ul {
  margin-top: 18px;
  margin-bottom: 23px;
  padding: 0 0 0 20px;
}
.product-introduce ul li {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.price {
  font-size: 26px;
  letter-spacing: 0.05em;
}
.tax {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.product-detail {
  width: 500px;
  padding-top: 33px;
}
.product-detail a:hover{
  text-decoration: none;
}
.lineup-table {
  margin-bottom: 15px;
}
.lineup-row-title {
  font-weight: 600;
  width: 45px;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-right: 10px;
  padding: 5px 0;
}
.lineup-table-cotent {
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 5px 0;
}
.text2 {
  color: #757474;
  margin-bottom: 0px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.text3 {
  color: #757474;
  margin-bottom: 30px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.text4 {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.lineup-btn {
  border: 2px solid #48A33B;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  position: relative;
  width: transparent;
  height: 60px;
  color: #48A33B !important;
  font-size: 15px;
  letter-spacing: 0.2rem;
}
.lineup-btn:hover {
  cursor: pointer;
  background-color: #48A33B;
  border: 2px solid #fff;
  color: #fff !important;
  text-decoration: none;
}
.lineup-btn::after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #489B3B;
  float: right;
}
.lineup-btn::after:hover {
  color: #fff;
}
/* ------------ */
/* lineup End */
/* ------------ */


/* ------------ */
/* voice START */
/* ------------ */
.voice {
  margin-bottom: 280px;
}
.voice-wrap {
  padding: 110px 80px 10px;
  position: relative;
}
.voice-text1 {
  font-size: 52px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-family: 'Noto Serif JP', serif;
}
.voice-text2 {
  text-align: justify;
  width: 880px;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-family: 'Noto Serif JP', serif;
}
.voice-text3 {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 200%;
  font-family: 'Noto Serif JP', serif;
}
.voice-wrap img {
  position: absolute;
  top: 60%;
  left: calc(100% - 600px);
  width: 600px;
  height: 400px;
  z-index: -1;
}
/* ------------ */
/* voice End */
/* ------------ */


/* ------------ */
/* anywhere START */
/* ------------ */
.anywhere {
  margin-bottom: 110px;
}
.anywhere-wrap {
  padding: 0 0 10px;
  margin-bottom: 45px;
}
.imgs {
  text-align: center;
}
.anywhere-wrap .row img {
  width: 350px;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.anywhere-title {
  text-align: center;
  font-size: 80px;
  margin-bottom: 50px;
}
.anywhere-txt {
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
/* ------------ */
/* anywhere End */
/* ------------ */


/* ------------ */
/* faq START */
/* ------------ */
.faq-wrap {
  padding: 0px 20px 75px;
}
.faq-title {
  text-align: center;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 55px;
}
.nav-tabs .faq-link {
  padding: 10px 18px !important;
  position: relative;
}
.faq-tabs .active::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  color: #48A33B;
  position: absolute;
  top: 49px;
  left: 40.5%;
}
.faq-about1 {
  margin-top: 50px;
  margin-left: 30px;
  margin-bottom: 40px;
  font-size: 26px;
  letter-spacing: 0.05em;
}
.faq-about2{
  margin-top: 80px;
  margin-left: 30px;
  margin-bottom: 40px;
  font-size: 26px;
  letter-spacing: 0.05em;
}
.accordion-faq {
  padding: 0 10%;
}
.card1-faq, .card2-faq, .card3-faq, .card4-faq, .card5-faq, .card6-faq, .card7-faq, .card8-faq, .card9-faq, .card10-faq, .card11-faq, .card12-faq, .card13-faq, .card14-faq, .card15-faq {
  margin-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.card-header-faq {
  padding: 0px 15px;
  border-radius: 4px;
}
.card-header-faq a {
  width: 100%;
  height: 63px;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: 1.5px;
}
.card-header-faq .collapsed:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333333;
}
.card-header-faq a::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  color: #333333;
}
.faq-answer {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
/* ------------ */
/* faq End */
/* ------------ */


/* ------------ */
/* insta START */
/* ------------ */
.insta {
  margin-top: 75px;
  margin-bottom: 55px;
}
.insta-wrap {
  padding: 0 20px 0;
}
.insta-wrap p {
  text-align: center;
  font-size: 48px;
}
/* ------------ */
/* insta End */
/* ------------ */


/* ------------ */
/* footer START */
/* ------------ */
.footer {
  padding: 55px 0 16px;
  text-align: center;
  background-color: #48A33B;
  color: #fff;
  margin: 0 auto;
}
.footer .logo2 {
  margin-bottom: 30px;
}
.footer p {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.footer-list {
  margin-top: 35px;
  margin-bottom: 35px;
}
.footer-list a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
  margin: 0 10px;
  padding: 8px 0;
}
.footer-list a:hover {
  text-decoration: none;
  border-bottom: none;
}
/* ------------ */
/* footer End */
/* ------------ */


/* ------------ */
/* company START */
/* ------------ */
.company {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 150px;  
}

.company h2 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-family: 'Noto Serif JP', serif;
}


/* ------------ */
/* 幅が1000px<1200px */
/* ------------ */
@media (min-width: 991px) and (max-width: 1200px){ 
  .header-wrap { 
    max-width: 960px;
    padding: 0 15px 0 40px;
  }
  /* ------------ */
  /* top Start */
  /* ------------ */
  .top-text1 {
    font-size: 60px;
    width: 510px;
  }
  /* ------------ */
  /* top End */
  /* ------------ */


  /* ------------ */
  /* feature Start */
  /* ------------ */
  .feature-text2 {
    font-size: 52px;
  }
  .feature-text3 {
    margin-top: 20px;
  }
  .feature-content2 {
    margin-top: 30px;
  }
  .feature-content1 .feature-text2 span {
    font-size: 48px;
  }
  .feature-content2 .feature-text2 span {
    font-size: 70px;
  }
  .feature-content3 .feature-text2 span {
    font-size: 45px;
  }
  .feature-content-wrap1-img{
    width: 600px;
    height: 350px;
    top: -30%;
    left: calc(100% - 600px);
  }
  .feature-content-wrap2-img {
    width: 260px;
    height: 400px;
    top: -65%;
    right: calc(100% - 260px);
  }
  .feature-content-wrap3-img{
    width: 650px;
    height: 400px;
    top: -15%;
    left: calc(100% - 650px);
  }
  .feature-content-wrap1, .feature-content-wrap2, .feature-content-wrap3 
  {
    padding-left: 0px;
  }
  /* ------------ */
  /* feature End */
  /* ------------ */


  /* ------------ */
  /* careprotect Start */
  /* ------------ */
  .cateprotect-wrap {
    padding-left: 0px;
  }
  .cateprotect-img {
    top: -59px !important;
  }
  .virus p {
    width: 100%;
  }
  .virus img {
    width: 100%;
  }
  .virus3img {
    margin-left: 0;
    width: 70% !important;
    height: 120px;
  }
  .balloon-wrap img {
    width: 100%;
  }
  .balloon-under {
    width: 72%;
    font-size: 20px;
  }
  .under-txt {
    font-size: 50px;
  }
  .vs-virus-text1 {
    margin-left: 0;
  }
  .vs-virus-text2 {
    font-size: 50px;
  }
  .vs-virus-text3 {
    font-size: 75px;
  }
  .vs-virus-content-img {
    width: 450px;
    height: 320px;
    top: 56%;
    left: calc(100% - 450px);
}
  /* ------------ */
  /* careprotect End */
  /* ------------ */


  /* ------------ */
  /* beforeafter Start */
  /* ------------ */
  .before-after-wrap, .before, .after {
    padding-left: 0px;
  }
  .before img {
    width: 60%;
  }
  .after img {
    width: 65%;
  }
  .balloon2 :first-child {
    top: -20px;
  }
  .balloon2txt-img{
    width: 60%;
  }
  .smell-text2 {
    font-size: 45px;
  }
  .smell-text3 {
    font-size: 70px;
  }
  .nav-link {
    font-size: 14px;
    /* margin-right: 8px; */
    padding: 8px 8px !important;
  }
  .margin {
    width: 8px;
  }
  #tab1-tab::before {
    font-size: 12px;
  }
  #tab2-tab::before {
    font-size: 12px;
  }
  #tab3-tab::before {
    font-size: 12px;
  }
  #tab4-tab::before {
    font-size: 12px;
  }
  #tab5-tab::before {
    font-size: 12px;
  }
  .graph-img img{
    width: 100%;
  }
  .nav-tabs .active::after {
    font-size: 45px;
    top: 30px;
    left: 39%;
  }
  /* ------------ */
  /* beforeafter End */
  /* ------------ */


  /* ------------ */
  /* lineup Start */
  /* ------------ */
  .product {
    padding: 30px 15px;
  }
  .product-contents {
    padding: 0 10px;
  }
  .product-detail {
    width: 450px;
  }
  .lg-only {
    display: none;
  }
  .brandname::after {
    left: 7px;
  }
  .brandname2 {
    font-size: 15px;
    left: 2px;
  }
  /* ------------ */
  /* lineup End */
  /* ------------ */


  /* ------------ */
  /* voice Start */
  /* ------------ */
  .voice-text2 {
    width: 100%;
  }
  /* ------------ */
  /* voice End */
  /* ------------ */


  /* ------------ */
  /* anywhere Start */
  /* ------------ */
  .anywhere-wrap .row img {
    width: 280px;
    height: 200px;
  }
  /* ------------ */
  /* anywhere End */
  /* ------------ */
}







/* ------------ */
/* 幅が769px<991px */
/* ------------ */
@media (min-width: 769px) and (max-width: 991px) {
  .header-wrap {
    max-width: 720px;
    padding: 0 5% 0 40px;
  }
  .header-logo {
    right: 7%;
  }
  .header-btn, .online-btn {
    width: 150px;
  }
  .online-btn a {
    padding: 12px 12px;
    left: 20px;
  }
  .header-btn a {
    padding: 12px 15px;
    left: 25px;
  }
  /* ------------ */
  /* top Start */
  /* ------------ */
  .top-wrap {
    padding: 0 0 200px 30px;
  }
  .top-text1 {
    font-size: 60px;
    width: 510px;
  }
  /* ------------ */
  /* top End */
  /* ------------ */


  /* ------------ */
  /* feature Start */
  /* ------------ */
  .feature-text2 {
    font-size: 48px;
  }
  .feature-text3 {
    margin-top: 20px;
  }
  .feature-content2 {
    margin-top: 30px;
  }
  .feature-content3 {
    margin-top: 30px;
  }
  .feature-content1 .feature-text2 span {
    font-size: 44px;
  }
  .feature-content2 .feature-text2 span {
    font-size: 65px;
  }
  .feature-content3 .feature-text2 span {
    font-size: 40px;
  }
  .feature-content-wrap1-img{
    width: 540px;
    height: 350px;
    top: -20%;
    left: calc(100% - 540px);
  }
  .feature-content-wrap2-img {
    width: 260px;
    height: 350px;
    top: -65%;
    right: calc(100% - 260px);
  }
  .feature-content-wrap3-img{
    width: 560px;
    height: 350px;
    top: -15%;
    left: calc(100% - 560px);
  }
  .feature-content-wrap1, .feature-content-wrap2, .feature-content-wrap3 
  {
    padding-left: 0px;
  }
  /* ------------ */
  /* feature End */
  /* ------------ */


  /* ------------ */
  /* careprotect Start */
  /* ------------ */
  .cateprotect {
    margin-top: 170px;
  }
  .cateprotect-wrap {
    padding-left: 0px;
  }
  .cateprotect-img {
    top: -44px !important;
  }
  .virus-wrap {
   top: -25px;
  }
  .virus p {
    width: 100%;
  }
  .virus img {
    width: 100%;
  }
  .virus2img {
    position: relative;
    top: 20px;
  }
  .virus3img {
    margin-left: 0;
    width: 75% !important;
    height: 120px;
  }
  .balloon-wrap img {
    width: 100%;
  }
  .balloon-under {
    width: 80%;
    font-size: 18px;
  }
  .under-txt {
    font-size: 38px;
  }
  .virus2-img {
    margin-bottom: 70px;
  }
  .virus2-img img {
    width: 80%;
  }
  .vs-virus-text1 {
    margin-left: 0;
    font-size: 20px;
  }
  .vs-virus-text2 {
    font-size: 35px;
  }
  .vs-virus-text3 {
    font-size: 60px;
  }
  .vs-virus-content-img {
    width: 350px;
    height: 220px;
    top: 56%;
    left: calc(100% - 350px);
  }
  .ba-title {
    font-size: 20px;
    width: 400px;
}
  /* ------------ */
  /* careprotect End */
  /* ------------ */


  /* ------------ */
  /* beforeafter Start */
  /* ------------ */
  .before-after-wrap, .before, .after {
    padding-left: 15px;
  }
  .before p {
    font-size: 35px;
    top: 50px;
  }
  .after p {
    font-size: 35px;
    top: 50px;
  }
  .before img {
    width: 60%;
  }
  .after img {
    width: 65%;
  }
  .balloon2 :first-child {
    top: -20px;
  }
  .balloon2txt-img{
    width: 60%;
  }
  .smell-text1 {
    font-size: 20px;
    margin-left: 0;
  }
  .smell-text2 {
    font-size: 35px;
  }
  .smell-text3 {
    font-size: 60px;
  }
  .nav-link {
    font-size: 12px;
    /* margin-right: 8px; */
    padding: 8px 8px !important;
  }
  .margin {
    width: 8px;
  }
  #tab1-tab::before {
    font-size: 10px;
  }
  #tab2-tab::before {
    font-size: 10px;
  }
  #tab3-tab::before {
    font-size: 10px;
  }
  #tab4-tab::before {
    font-size: 10px;
  }
  #tab5-tab::before {
    font-size: 10px;
  }
  .graph-img img{
    width: 80%;
  }
  .nav-tabs .active::after {
    font-size: 45px;
    top: 23px;
    left: 39%;
  }
  /* ------------ */
  /* beforeafter End */
  /* ------------ */


  /* ------------ */
  /* lineup Start */
  /* ------------ */
  .lineup-wrap {
    padding: 50px 0 10px;
  }
  .product {
    padding: 30px 30px;
  }
  .product-contents {
    padding: 0 50px;
  }
  .product-img {
    text-align: center;
  }
  .product-introduce {
    width: 100%;
  }
  .product-name2 {
    font-size: 18px;
  }
  .product-detail {
    width: 100%;
    margin-top: 30px;
  }
  .lg-only {
    display: none;
  }
  /* ------------ */
  /* lineup End */
  /* ------------ */


  /* ------------ */
  /* voice Start */
  /* ------------ */
  .voice {
    margin-bottom: 150px;
  }
  .voice-wrap {
    padding: 90px 60px 10px;
    position: relative;
  }
  .voice-text1 {
    font-size: 45px;
    margin-bottom: 50px;
  }
  .voice-text2 {
    width: 80%;
  }
  .voice-wrap img {
    left: calc(100% - 480px);
    width: 480px;
    height: 320px;
  }
  /* ------------ */
  /* voice End */
  /* ------------ */


  /* ------------ */
  /* anywhere Start */
  /* ------------ */
  .anywhere-title {
    font-size: 60px;
    margin-bottom: 35px;
  }
  .anywhere-txt {
    font-size: 16px;
  }
  /* ------------ */
  /* anywhere End */
  /* ------------ */


  /* ------------ */
  /* faq Start */
  /* ------------ */
  .nav-tabs .faq-link {
    padding: 10px 7px !important;
  }
  .faq-tabs .active::after {
    font-size: 40px;
    top: 31px;
    left: 40.5%;
  }
  .card-header-faq a {
    font-size: 16px;
    letter-spacing: 1.5px;
    padding-top: 22px !important;
    margin-bottom: 4px;
    line-height: 23px;
  }
  .faq-answer {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* ------------ */
  /* faq End */
  /* ------------ */
}







/* ------------ */
/* 幅が768pxより小さい */
/* ------------ */
@media (max-width: 768px) { 
  .drawer-open .display-none {
    margin-left: 0px;
    width: 40px !important;
  }
  .drawer-hamburger {
    padding: 18px 0 30px !important;
  }
  .header {
    padding: 10px 0;
    height: 85px;
  }
  .header-wrap {
    height: 100%;
    padding: 0;
    max-width: 540px;
    padding: 0 15px 0 0;
  }
  .header-logo-drawer {
   display: block; 
  }
  .drawer-hamburger {
    margin: 20px 15px 5px 15px;
    width: 30px !important;
  }
  .header-logo {
    margin-left: 0px;
    margin-top: 0px; 
    right: 0;
    bottom: 85px;
  }
  .header-logo img {
    width: 116px;
  }
  .header-btns-wrap {
    padding-top: 4px;
  }
  .lang-change {
    margin-bottom: 3px;
    font-size: 12px;
  }
  .header-btns {
    width: 166px;
    position: relative;
    top: 0;
  }
  .online-btn {
    text-align: right;
    margin-top: 0px;
    width: 82px;
     margin-left: auto; 
    margin-right: 6px;
  }
  .online-btn a {
    display: inline-block;
    font-size: 10px;
    padding: 10px 3px;
    width: 82px;
    height: 39px;
    text-align: center;
    top: 0px;
    right: 0px;
    letter-spacing: 0px;
  }

  .header-btn {
    text-align: right;
    margin-top: 0px;
/*    width: 78px;*/
    /* margin-left: auto; */
  }
  .header-btn a {
    display: inline-block;
    font-size: 10px;
    padding: 10px 6px;
    width: 78px;
    height: 39px;
    text-align: center;
    top: 0px;
    letter-spacing: 0px;
  }
	
	
	.header-btns{width: 195px;justify-content:space-between;}
	.header-btn , .online-btn{width:39px;height:39px;margin:0;}
	.online-btn a,.header-btn a{
		font-size: 0px;
		width: 39px;
		height: 39px;
		display: block;
		padding: 0;
		top: 0;
	}
	
	.online-btn a:before {
    	display: inline-block;
   		content: '';
		width: 37px;
		height: 36px;
		background-image: url(../img/cart-icon.png);
	  	background-size: contain;
	  	background-position: center -1px;
	}
	.header-btn a:before {
    	display: inline-block;
   		content: '';
		width: 35px;
		height: 36px;
		background-image: url(../img/contact-icon.png);
	  	background-size: contain;
	}
	
	.online-btn a:hover:before {
		background-image: url(../img/cart-hover.png);
	}
	.header-btn a:hover:before {
		background-image: url(../img/contact-hover.png);
	}
	
	.header-btn.public {width:110px;}
	.header-btn.public a{width:110px;font-size: 11px;line-height: 36px;}
	.header-btn.public a:before{display: none;}
	
	
  /* ------------ */
  /* top Start */
  /* ------------ */
  .top-wrap {
    padding: 0 0 100px 0;
    width: 100%;
    margin: 0 auto;
  }
  .top-text1 {
    text-align: center;
    font-size: 40px;
    width: 100%;
    margin-top: 100px;
  }
  .top-text2-wrap {
    text-align: center;
    margin-top: 37px;
    margin: 0 auto;
  }
  .text2-1,.text2-2, .text2-3 {
    width: 100%;
    font-size: 14px;
  }
  .top-text3 {
    width: 100%;
  }
  
  /* ------------ */
  /* top End */
  /* ------------ */


  /* ------------ */
  /* feature Start */
  /* ------------ */
  .feature-content1 {
    width: 100%;
    position: relative;
    top: -50px;
  }
  .feature-content1 .container {
    padding-top: 30px;
  }
  .feature-content2 .container {
    padding-top: 30px;
  }
  .feature-content3 .container {
    padding-top: 50px;
  }
  .feature-content2 .feature-text2 {
    margin-right: 0px;
  }
  .feature-content-wrap1 {
    margin-top: 0px;
  }
  .feature-text1 {
    font-size: 18px;
    line-height: 2;
    margin-left: 0;
    margin-right: 0;
  }
  .feature-text23 {
    /* margin: 0 auto; 20200508 */
  }
  .feature-text2 {
    text-align: left;
    font-size: 25px;
  }
  .sm-none {
    display: none;
  }
  .feature-text3 {
    margin-top: 20px;
  }
  .white-color {
    color: white;
  }
  .feature-content2 {
    margin-top: 50px;
  }
  .feature-content3 {
    margin-top: 30px;
  }
  .feature-content1 .feature-text2 span {
    font-size: 30px;
  }
  .feature-content2 .feature-text2 span {
    font-size: 46px;
    color: #FFF;
    text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/

  }
  .feature-content3 .feature-text2 span {
    font-size: 40px;
  }
  .feature-content-wrap1-img{
    max-width: 100%;
    height: auto;
    top: 20px;
    left: 0;
  }
  .feature-content-wrap2-img {
    width: 230px;
    height: 300px;
    top: 0%;
    right: calc(100% - 230px);
  }
  .feature-content-wrap3-img{
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
  .feature-content-wrap1, .feature-content-wrap2, .feature-content-wrap3 
  {
    padding-left: 0px;
  }
  /* ------------ */
  /* feature End */
  /* ------------ */


  /* ------------ */
  /* careprotect Start */
  /* ------------ */
  .cateprotect {
    margin-top: 175px;
  }
  .cateprotect-wrap {
    padding-left: 0px;
  }
  .cateprotect-img {
    top: -32px !important;
  }
  .virus-wrap {
   top: -25px;
  }
  .virus p {
    width: 100%;
  }
  .virus img {
    width: 100%;
  }
  .virus2img {
    position: relative;
    top: 20px;
  }
  .virus3img {
    margin-left: 0;
    width: 75% !important;
    height: 120px;
  }
  .balloon-wrap img {
    width: 100%;
  }
  .balloon-under {
    width: 80%;
    font-size: 18px;
  }
  .under-txt {
    font-size: 38px;
  }
  .virus2-img {
    margin-bottom: 70px;
  }
  .virus2-img img {
    width: 80%;
  }
  .vs-virus-text1 {
    margin-left: 0;
    font-size: 14px;
    margin-right: 0;
  }
  .vs-virus-text2 {
    font-size: 22px;
  }
  .vs-virus-text3 {
    font-size: 34px;
  }
  .vs-virus-content-img {
    width: 188px;
    height: 200px;
    top: 56%;
    left: calc(100% - 189px);
    z-index: -1;
  }
  .vs-virus-text23 img {
    width: 100%;
  }
  .ba-title {
    font-size: 16px;
    max-width: 280px;
    width: 100%;
    padding: 6px 8px;
}
  /* ------------ */
  /* careprotect End */
  /* ------------ */


  /* ------------ */
  /* beforeafter Start */
  /* ------------ */
  .before-after-wrap, .before, .after {
    padding-left: 0px;
    text-align: center;
  }
  .before p {
    font-size: 35px;
    top: 0px;
    text-align: center;
  }
  .after p {
    font-size: 35px;
    top: 0px;
    margin-right: 0;
  }
  .before img {
    width: 60%;
  }
  .after img {
    width: 65%;
  }
  .balloon2 {
    width: 100%;
  }
  .balloon2 img {
    width: 140px;
  }
  .balloon2 :first-child {
    top: -20px;
    left: 0;
  }
  .balloon2txt-img{
    width: 50% !important;
    top: 0;
    left: 0;
  }
  .smell-text1 {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
  }
  .smell-text2 {
    font-size: 18px;
  }
  .smell-text3 {
    font-size: 26px;
  }
  .nav {
    display: block !important;
  }
  .nav-item {
    padding: 0 20px;
  }
  .nav-link {
    font-size: 8px;
    margin-right: 0px;
    padding: 10px 8px !important;
  }
  .margin {
    width: 0px;
  }
  .nav-link .active {
    border-bottom: none;
  }

  #tab1-tab::before {
    font-size: 8px;
  }
  #tab2-tab::before {
    font-size: 8px;
  }
  #tab3-tab::before {
    font-size: 8px;
  }
  #tab4-tab::before {
    font-size: 8px;
  }
  #tab5-tab::before {
    font-size: 8px;
  }
  .graph-img img{
    width: 80%;
  }
  .nav-tabs .active {
    border-bottom: none;
  }
  .nav-tabs .active::after {
    font-size: 35px;
    top: 0;
    left: 70%;
  }
  /* ------------ */
  /* beforeafter End */
  /* ------------ */


  /* ------------ */
  /* lineup Start */
  /* ------------ */
  .lineup-wrap {
    padding: 50px 0 10px;
  }
  .lineup-title .message {
	font-size: 14px;
	letter-spacing: 0.05em;
  }
  .product {
    padding: 30px 40px;
  }
  .product-contents {
    padding: 0 0px;
  }
  .product-img {
    text-align: center;
  }
  .product-introduce {
    margin-top: 20px;
    width: 100%;
  }
  .brandname-wrap {
    display: block;
  }
  .brandname {
    font-size: 21px;
  }
  .brandname::after {
    font-size: 12px;
    left: 0px;
  }
  .brandname2 {
    font-size: 18px;
    margin-left: 0px;
    top: -13px;
  }
  .product-name2 {
    font-size: 18px;
  }
  .product-detail {
    margin-top: 30px;
    width: 100%;
  }
  .lg-only {
    display: none;
  }
  .text-content {
    padding: 0 20px;
  }
  .row-title {
    font-size: 10px;
  }
  /* ------------ */
  /* lineup End */
  /* ------------ */


  /* ------------ */
  /* voice Start */
  /* ------------ */
  .voice {
    margin-bottom: 220px;
  }
  .voice-wrap {
    padding: 50px 0 10px;
    position: relative;
  }
  .voice-text1 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .voice-text2 {
    width: 100%;
  }
  .voice-wrap img {
    top: 88%;
    left: 0;
    margin-left: 20%;
    max-width: 100%;
    width: 80%;
    height: auto;
  }
  /* ------------ */
  /* voice End */
  /* ------------ */


  /* ------------ */
  /* anywhere Start */
  /* ------------ */
  .anywhere {
    margin-bottom: 80px;
  }
  .anywhere-wrap .row img {
    width: 100%;
    height: auto;
  }
  .anywhere-title {
    font-size: 45px;
    margin-bottom: 35px;
  }
  .anywhere-txt {
    font-size: 14px;
  }
  /* ------------ */
  /* anywhere End */
  /* ------------ */


  /* ------------ */
  /* faq Start */
  /* ------------ */
  .faq-wrap {
    padding: 0px 0px 75px;
  }
  .faq-about1 {
    margin-top: 50px;
    margin-left: 10px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .accordion-faq {
    padding: 0 0;
  }
  .card-header-faq a {
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.5px;
  }
  .nav-tabs .faq-link {
    padding: 15px 15px !important;
  }
  .faq-tabs .active::after {
    font-size: 40px;
    top: 0;
    left: 70%;
  }
  .card-body-faq {
    padding: 10px 22px !important;
  }
  .faq-answer {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* ------------ */
  /* faq End */
  /* ------------ */

  /* ------------ */
  /* insta START */
  /* ------------ */
  .insta {
    margin-top: 35px;
    margin-bottom: 75px;
  }
  .insta-wrap {
    padding: 0;
  }
  .insta-wrap p {
  }
  /* ------------ */
  /* insta End */
  /* ------------ */


  /* ------------ */
  /* footer START */
  /* ------------ */
  .footer {
    padding: 35px 0 16px;
  }
  .footer img {
    width: 40%;
  }
  .footer .logo2 {
  margin-bottom: 15px;
  width: 20%;
  }
  .footer p {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .footer-list {
    margin: 20px;
    
  }
  .footer-list a {
    display: block;
    border-bottom: none;
    text-decoration: underline;
    padding: 4px 0;
    font-size: 14px;
  }
  .sm-only-block {
    display: block;
  }
  .sm-none-inline {
    display: none;
  }
  .sm-only-inline {
    display:inline
  }
  /* ------------ */
  /* footer End */
  /* ------------ */
}

