body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.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;
  padding: 0 !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.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position:  20px center;
  padding-left: 25px;
}
.drawer-menu li.facebook {
  background-image: url(../img/facebook.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: 150px;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0) ;
  background: #fff;
}
.header-wrap { 
  max-width: 1100px;
  width: 100%;
  /* 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 {
  padding-top: 15px;
  display: flex;
}

.header-logo {
 position: relative;
 top: 20px;
}
.header-logo img { width: 80%; }

.header-menu-box {
 display: flex;
 position: relative;
 top: 60px;
}
.sp-header-menu-box {
 display: none;
}
.contents-menu {
 text-align: left;
}
.contents-menu ul {
 display: flex;
 }
.contents-menu ul li {
 display: inline;
 margin-right: 30px;
 padding-top: 3px;
 font-weight: 400;
 font-size: 14px;
 letter-spacing: 0.2rem;
 font-family: Helvetica , "Helvetica Neue" , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.sns-menu {
 text-align: right;
}
.sns-menu ul {
 display: flex;
 }
.sns-menu ul li {
 display: inline;
 margin-left: 15px;
}
.sns-menu ul li img{
 width: 25px;
}

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



/* ------------ */
/* main V START */
/* ------------ */
.page {
 padding-top: 150px;
}
.main-visual {
 width: 100%;
 max-width: 1250px;
 margin: 0 auto;
 background-image: url(../img/mainv.jpg); 
 background-repeat: no-repeat;
 background-position: right top;
 background-size: 1080px;
 height: 500px;
}
.brand-name {
 width: 1100px;
 margin: 0 auto;
}
.brand-name img {
 width: 40px;
}
.brand-name-sp {
 display: none;
}

/* ------------ */
/* main V End */
/* ------------ */

/* ------------ */
/* .about START */
/* ------------ */
.about-contents {
 width: 100%;
 background-image: url(../img/aboutv.jpg); 
 background-repeat: no-repeat;
 background-position: right top;
 background-size: 580px;
}
.about-contents-area {
 width: 1100px;
 margin: 0 auto;
 padding-top: 80px;
}

h2.abouttitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 220px;
 width: 450px;
 padding-bottom: 10px;
}
h2.abouttitle-img img {
 width: 150px;
}
.about-contents-area h3 {
 font-size: 24px;
 font-weight: 200;
 margin-bottom: 80px;
}
.about-contents-area h3 .tokkyo {
 color: #E71C24;
 font-size: 60px;
}
.about-contents-area h3 .about-point-01 {
 font-size: 26px;
 font-weight: 400;
}
.about-text {
 width: 560px;
 font-size: 16px;
 line-height: 240%;
 margin-bottom: 100px;
}
.about-box-area {
 margin-bottom: 100px;
}
.about-box {}
.about-box h4 {
 font-size: 20px;
 line-height: 120%;
 font-weight: 600;
}
.about-box h4 .number {
 font-size: 72px;
 color: #002063;
 font-weight: 100;
 margin-right: 15px;
}
.about-box img {
 margin-bottom: 10px;
}
.about-box p {
 font-size: 16px;
}

.covid { 
 width: 100%;
 background-image: url(../img/covidv.jpg); 
 background-repeat: no-repeat;
 background-position: bottom;
 text-align: center;
 padding-bottom: 600px; 
 margin-bottom: 100px;
}
.covid h3 {
 font-size: 60px;
 color: #0071B6;
 font-weight: 200;
 margin-bottom: 40px;
}
.covid h3 .anzen {
 font-size: 72px;
 font-weight: 400;
}
.covid {
 font-size: 16px; 
}
/* ------------ */
/* .about END */
/* ------------ */


/* ------------ */
/* .mechanism START */
/* ------------ */
.mechanism-contents {
 width: 100%;
}
.mechanism-contents-area {
 width: 1100px;
 margin: 0 auto;
 padding-top: 80px;
}
h2.mechanismtitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 220px;
 width: 450px;
 padding-bottom: 10px;
}
h2.mechanismtitle-img img {
 width: 220px;
}
.mechanism-subtitle {
 font-size: 48px;
 font-weight: 400;
}
.mechanism-text {
 font-size: 16px;
 margin-bottom: 50px;
}
.rekka-box img {
 margin-bottom: 10px;
}
.rekka-box p {
 font-size: 16px;
 text-align: center;
}
.alcohol-contents {
 width: 90%;
 margin: 0 auto;
 margin-bottom: 100px;
 background-image: url(../img/alcohol.png); 
 background-repeat: no-repeat;
 background-position: 20px bottom;
 background-size: 100px;
 padding: 20px;
 padding-left: 140px;
 border-bottom: 1px solid #ADADAD;
}
.alcohol-contents p {
 font-size: 16px;
 line-height: 200%;
}
.alcohol-contents p.alcohol-contents-point {
 color: #FF0000;
 padding-left: 28px;
 background-image: url(../img/alcohol_point.png); 
 background-repeat: no-repeat;
 background-position: left 6px;
 background-size: 20px;
 margin-bottom: 0;
}
/* ------------ */
/* .mechanism END */
/* ------------ */


/* ------------ */
/* .graph START */
/* ------------ */
.graph-contents {
 width: 100%;
 background-color: #e5f5fe;
 background-image: url(../img/graph_background.png); 
 background-repeat: no-repeat;
 background-position: bottom;
 background-size: 100%;
 padding: 80px 0;
 padding-bottom: 280px;
 text-align: center;
}
.graph-contents h3 {
 font-size: 48px;
 margin-bottom: 40px;
 font-weight: 400;
}
.graph-contents .logo {
 margin-bottom: 40px;
}
.graph-img {
 width: 940px;
 padding: 40px;
 margin: 0 auto;
 margin-bottom: 40px;
 background: #FFF;
}
/* ------------ */
/* .graph END */
/* ------------ */

/* ------------ */
/* .evidence START */
/* ------------ */
.evidence-contents {
 width: 1100px;
 margin: 0 auto;
 margin-bottom: 100px;
}
.evidence-contents h3 {
 font-size: 40px;
 font-weight: 600;
 text-align: center;
 letter-spacing: 0.4rem;
}
.evidence-contents h4 {
 font-size: 28px;
 letter-spacing: 0.2rem;
 font-weight: 400;
 line-height: 140%;
}
.evidence-contents h4 .evidenc-number {
 background: #002063;
 padding: 5px;
 color: #FFF;
 font-size: 16px;
}
.evidence-time {
 text-align: center;
 letter-spacing: 0.2rem;
 font-size: 18px;
 font-weight: 600;
}
.evidence-time .evidence-time-number {
 font-size: 72px;
 font-weight: 200;
}
.evidence-time .evidence-time-text {
 border-top: 1px solid #000;
 padding-top: 10px;
}
.evidence-area {
 width: 720px;
 margin: 0 auto !important;
 margin-bottom: 40px !important;
}
.evidence-border {
 padding-bottom: 10px;
 border-bottom: 1px solid #000;
}
.evidence-box { text-align: center; }
.evidence-box img {
 border: 5px solid #000;
 margin-bottom: 10px;
}

/* ------------ */
/* .evidence END */
/* ------------ */



/* ------------ */
/* .products 01/02 START */
/* ------------ */
.products-contents-CLEANER,
.products-contents-PREMIUM {
 width: 100%;
 background-image: url(../img/products_titlebackground.jpg); 
 background-repeat: repeat-x;
 background-position: top;
 background-size: 47px;
}
.products-bg {
 width: 100%;
 background-image: url(../img/products_001_bg.jpg); 
 background-repeat: no-repeat;
 background-position: right 300px;
 background-size: 700px;
}
.products-bg2 {
 width: 100%;
 background-image: url(../img/products_002_bg.jpg); 
 background-repeat: no-repeat;
 background-position: right 300px;
 background-size: 700px;
}
h2.products-contents-CLEANER-title,
h2.products-contents-PREMIUM-title {
 width: 100%;
 padding-top: 50px;
 text-align: center;
}
h2.products-contents-CLEANER-title img,
h2.products-contents-PREMIUM-title img {
 width: 450px;
}

h2 .products-contents-CLEANER-title-img {
 width: 1100px;
 margin: 0 auto;
 padding-top: 100px;
 background-image: url(../img/products_001.png);
 background-repeat: no-repeat;
 background-position: ;
 background-size: 200px; 
 height: 300px; 
}
h2 .products-contents-PREMIUM-title-img {
 width: 1100px;
 margin: 0 auto;
 padding-top: 100px;
 background-image: url(../img/products_002.png);
 background-repeat: no-repeat;
 background-position: ;
 background-size: 200px; 
 height: 300px; 
}

.premium-title-01,
.premium-title-02 {}
.premium-title-01 img,
.premium-title-02 img {
 width: 300px;
}

.products-text {
 width: 1100px;
 margin: 0 auto;
 padding: 80px 0;
}
.products-text-text {
 width: 500px;
}
.products-text h3 {
 font-size: 42px;
 font-weight: 200;
 color: #002063;
 margin-bottom: 10px;
}
.products-text p {
 margin-bottom: 30px;
}
h2.products01-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 220px;
 width: 950px;
 padding-bottom: 10px;
}
h2.products01-img img {
 width: 700px;
}
h2.products02-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 220px;
 width: 950px;
 padding-bottom: 10px;
}
h2.products02-img img {
 width: 700px;
}

.coating-flex {
 display: flex;
}

.products-box-area {
 width: 1100px;
 margin: 0 auto;
 padding: 40px 0;
 margin-bottom: 40px;
}

.products-box-img {
 text-align: center;
 padding: 15px;
}
.img-products {
 width: 70%;
}
.img-shop {
 width: 100%;
}
.products-mg-bottom {
 margin-top: 15px;
}
.products-title-name {
 border: 1px solid #000;
 padding: 15px;
 font-weight: 500;
 font-family: Helvetica , "Helvetica Neue" , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
 letter-spacing: 0.1rem;
}
.products-dec {
 font-size: 14px;
}
.price {
 border-left: 2px solid #FF0000;
 padding: 10px;
 font-size: 16px;
 margin-bottom: 15px;
}
.price-sum { margin-bottom: 15px; line-height: 160%; letter-spacing: 0.1rem; }
.price-sum2 { margin-bottom: 5px; line-height: 100%; color: #FF0000; letter-spacing: 0.1rem; }
.price-sum3 { letter-spacing: 0.1rem; }
.price .kakaku{
 font-size: 36px;
 font-family: Avenir;
 background-image: linear-gradient(#fe3464, #fe3464);
 background-position: 0 50%;
 background-size: 100% 3px;
 background-repeat: repeat-x;
 text-decoration: none;
}
.price .kakaku2{
 font-size: 36px;
 font-family: Avenir;
 text-decoration: none;
}
.price .kakakutokubetsu {
 font-size: 36px;
 font-family: Avenir;
}
ul.shop-store {
list-style: none;
padding:0;
margin: 0;
margin-bottom: 20px;
}
ul.shop-store li { 
font-size: 14px;
}
ul.shop-store li .fa-shopping-bag { color: #002063 }

.imagetouse {
 width: 1100px;
 margin: 0 auto;
 margin-bottom: 80px;
}

.products-point-box {
 width: 800px;
 margin: 40px auto;
}
.products-point {
    position: relative;
    padding: 30px;
    border: solid 1px #000;
}
.products-point .products-point-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.products-point p {
    margin-bottom: 0 !important;
}

.movie-box {
 text-align: center;
 margin-bottom: 80px;
}
.movie-box iframe {
 width: 800px;
 height: 460px;
}

/* ------------ */
/* .products 01/02 END */
/* ------------ */

/* ------------ */
/* .story START */
/* ------------ */
.story-contents {
 width: 100%;
 background-image: url(../img/story_photo.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 800px;
 padding-top: 500px;
}

.story-contents-area {
 width: 1100px;
 margin: 0 auto; 
 margin-bottom: 100px;
}
.story-contents-area h2 {
 font-size: 40px;
 color: #002063;
 margin-bottom: 20px;
 letter-spacing: 0.2rem;
 font-weight: 400;
}
.story-contents-area p {
 line-height: 200%;
 padding-left: 40px;
}
/* ------------ */
/* .story END */
/* ------------ */


/* ------------ */
/* footer START */
/* ------------ */
footer {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background-color: #002063;
  color: #fff;
  margin: 0 auto;
}
.footer-contents {
 width: 1100px;
 margin: 0 auto;
}
.company-link {
 width: 300px;
 margin:0 auto;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 background: #FFF;
 padding: 10px;
 font-size: 18px;
 text-align: center;
 margin-bottom: 40px;
}
.f-logo {
 width: 350px;
 margin-bottom: 40px;
}
.copy {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 200;
}

/* ------------ */
/* footer End */
/* ------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 幅が1114pxより小さい 横向き・タブレット対策 */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 1114px) { 
  
/* ------------ */
/* header START */
/* ------------ */
  .drawer-open .display-none {
    margin-left: 0px;
    width: 40px !important;
  }
  .drawer-hamburger {
    padding: 0 !important;
  }
  .header {
    padding: 0;
    height: 115px;
    width: 100%;
  }
  .header-wrap {
    height: 100%;
    padding: 0;
    max-width: 650px;
    padding: 0;
  }
  .header-logo-drawer {
	padding: 0;
  }
  .drawer-hamburger {
    margin: 10px 15px 5px 25px;
    width: 35px !important;
  }
  .header-logo {
   top: 35px;
   text-align: center;
  }
  .header-logo img { width: 180px; }
  .header-menu-box {
   display: none;
  }
  .sp-header-menu-box {
   display: block;
   position: relative;
   top: 47px;
   padding-right: 15px;
  }
  .sp-header-menu-box ul {
   width: 100%;
   margin: 0 auto;
   text-align: center;
  }
  .sp-header-menu-box ul li {
   font-size: 12px;
   list-style: none;
   text-align: center;
  }
  
/* ------------ */
/* header End */
/* ------------ */  
  
 /* ------------ */
/* main V START */
/* ------------ */
.page {
 padding-top: 120px;
 overflow: hidden;
}
.main-visual {
 width: 100%;
 background-image: url(../img/mainv.jpg); 
 background-repeat: no-repeat;
 background-position: center 20px;
 background-size: 820px;
 height: 360px;
}
.brand-name {
 display: none;
}
.brand-name img {
 width: 40px;
}

.brand-name-sp {
 display: block;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 padding-top: 335px;
 padding-left: 30px;
}
.brand-name-sp img {
 width: 200px;
}

 
/* ------------ */
/* main V End */
/* ------------ */  

/* ------------ */
/* .about START */
/* ------------ */
.about-contents {
 width: 100%;
 background-image: url(../img/aboutv.jpg); 
 background-repeat: no-repeat;
 background-position: right 20px ;
 background-size: 320px;
}
.about-contents-area {
 width: 90%;
 margin: 0 auto;
 padding-top: 150px;
}

h2.abouttitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 80px;
 width: 200px;
 padding-bottom: 10px;
 padding-top: 50px;
}
h2.abouttitle-img img {
 width: 120px;
}
.about-contents-area h3 {
 font-size: 20px;
 font-weight: 200;
 margin-bottom: 30px;
}
.about-contents-area h3 .tokkyo {
 color: #E71C24;
 font-size: 46px;
}
.about-contents-area h3 .about-point-01 {
 font-size: 20px;
 font-weight: 400;
}
.about-text {
 width: 100%;
 font-size: 16px;
 line-height: 240%;
 margin-bottom: 40px;
}
.about-box-area {
 margin-bottom: 20px;
}
.about-box {}
.about-box h4 {
 font-size: 14px;
 line-height: 120%;
 font-weight: 600;
 margin-bottom: 10px;
}
.about-box h4 .number {
 font-size: 46px;
 color: #002063;
 font-weight: 100;
 margin-right: 15px;
}
.about-box img {
 margin-bottom: 10px;
}
.about-box p {
 font-size: 16px;
 margin-bottom: 40px;
}
.covid { 
 width: 100%;
 background-image: url(../img/covidv.jpg); 
 background-repeat: no-repeat;
 background-position: bottom;
 background-size: 800px;
 text-align: center;
 padding-bottom: 300px; 
 margin-bottom: 40px;
}
.covid h3 {
 font-size: 40px;
 color: #0071B6;
 font-weight: 200;
 margin-bottom: 40px;
}
.covid h3 .anzen {
 font-size: 42px;
 font-weight: 400;
}
.covid {
 font-size: 16px; 
}
/* ------------ */
/* .about END */
/* ------------ */

h2.abouttitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 80px;
 width: 200px;
 padding-bottom: 10px;
}
h2.abouttitle-img img {
 width: 120px;
}
.about-contents-area h3 {
 font-size: 20px;
 font-weight: 200;
 margin-bottom: 30px;
}

/* ------------ */
/* .mechanism START */
/* ------------ */
.mechanism-contents {
 width: 100%;
}
.mechanism-contents-area {
 width: 90%;
 margin: 0 auto;
 padding-top: 40px;
}
h2.mechanismtitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 80px;
 width: 260px;
 padding-bottom: 10px;
}
h2.mechanismtitle-img img {
 width: 160px;
}
.mechanism-subtitle {
 font-size: 32px;
 font-weight: 400;
}
.mechanism-text {
 font-size: 16px;
 margin-bottom: 20px;
}
.rekka-box img {
 margin-bottom: 10px;
}
.rekka-box p {
 font-size: 16px;
 text-align: center;
}
.alcohol-contents {
 width: 100%;
 margin: 0 auto;
 margin-bottom: 40px;
 background-image: url(../img/alcohol.png); 
 background-repeat: no-repeat;
 background-position: 20px bottom;
 background-size: 80px;
 padding-left: 110px;
 padding-bottom: 20px;
 border-bottom: 1px solid #ADADAD;
}
.alcohol-contents p {
 font-size: 16px;
 line-height: 200%;
}
.alcohol-contents p.alcohol-contents-point {
 color: #FF0000;
 padding-left: 20px;
 background-image: url(../img/alcohol_point.png); 
 background-repeat: no-repeat;
 background-position: left 6px;
 background-size: 15px;
 margin-bottom: 0;
 font-size: 13px;
}
/* ------------ */
/* .mechanism END */
/* ------------ */


/* ------------ */
/* .graph START */
/* ------------ */
.graph-contents {
 width: 100%;
 background-color: #e5f5fe;
 background-image: url(../img/graph_background.png); 
 background-repeat: no-repeat;
 background-position: bottom;
 background-size: 800px;
 padding: 40px 0;
 padding-bottom: 160px;
 text-align: center;
}
.graph-contents h3 {
 font-size: 24px;
 line-height: 180%;
 padding: 0 20px;
 margin-bottom: 20px;
 font-weight: 600;
}
.graph-contents .logo {
 margin-bottom: 40px;
}
.graph-contents .logo img {
 width: 200px;
}
.graph-img {
 width: 90%;
 padding: 20px;
 margin: 0 auto;
 margin-bottom: 15px;
 background: #FFF;
}
/* ------------ */
/* .graph END */
/* ------------ */

/* ------------ */
/* .evidence START */
/* ------------ */
.evidence-contents {
 width: 90%;
 margin: 0 auto;
 margin-bottom: 40px;
}
.evidence-contents h3 {
 font-size: 34px;
 font-weight: 400;
 text-align: center;
 letter-spacing: 0.4rem;
 margin-bottom: 40px;
}
.evidence-contents h4 {
 font-size: 20px;
 letter-spacing: 0.2rem;
 font-weight: 400;
 line-height: 160%;
}
.evidence-contents h4 .evidenc-number {
 background: #002063;
 padding: 5px;
 color: #FFF;
 font-size: 14px;
}
.evidence-time {
 text-align: center;
 letter-spacing: 0.2rem;
 font-size: 18px;
 font-weight: 600;
}
.evidence-time .evidence-time-number {
 font-size: 72px;
 font-weight: 200;
}
.evidence-time .evidence-time-text {
 border-top: 1px solid #000;
 padding-top: 10px;
}
.evidence-area {
 width: 90%;
 margin: 0 auto !important;
 margin-bottom: 40px !important;
}
.evidence-border {
 padding-bottom: 10px;
 border-bottom: 1px solid #000;
}
.evidence-box { text-align: center; }
.evidence-box img {
 border: 5px solid #000;
 margin-bottom: 10px;
}
/* ------------ */
/* .evidence END */
/* ------------ */

/* ------------ */
/* .products 01/02 START */
/* ------------ */
.products-contents-CLEANER,
.products-contents-PREMIUM {
 width: 100%;
 background-image: url(../img/products_titlebackground.jpg); 
 background-repeat: repeat-x;
 background-position: top;
 background-size: 47px;
}
.products-bg {
 width: 100%;
 background-image: url(../img/products_001_bg.jpg); 
 background-repeat: no-repeat;
 background-position: right 280px;
 background-size: 400px;
}
.products-bg2 {
 width: 100%;
 background-image: url(../img/products_002_bg.jpg); 
 background-repeat: no-repeat;
 background-position: right 280px;
 background-size: 400px;
}
h2.products-contents-CLEANER-title,
h2.products-contents-PREMIUM-title {
 width: 100%;
 padding-top: 50px;
 text-align: center;
}
h2.products-contents-CLEANER-title img,
h2.products-contents-PREMIUM-title img {
 width: 300px;
}

h2 .products-contents-CLEANER-title-img {
 width: 90%;
 margin: 0 auto;
 padding-top: 100px;
 background-image: url(../img/products_001.png);
 background-repeat: no-repeat;
 background-position:;
 background-size: 150px; 
 height: 300px; 
}
h2 .products-contents-PREMIUM-title-img {
 width: 90%;
 margin: 0 auto;
 padding-top: 100px;
 background-image: url(../img/products_002.png);
 background-repeat: no-repeat;
 background-position: ;
 background-size: 150px; 
 height: 300px; 
}
.premium-title-01,
.premium-title-02 {}
.premium-title-01 img,
.premium-title-02 img {
 width: 300px;
}

.products-text {
 width: 90%;
 margin: 0 auto;
 padding: 40px 0;
 padding-top: 300px;
}
.products-text-text {
 width: 100%;
}
.products-text h3 {
 font-size: 24px;
 font-weight: 400;
 color: #002063;
 line-height: 160%;
 margin-bottom: 10px;
}
.products-text p {
 margin-bottom: 30px;
}
h2.products01-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 20px;
 width: 440px;
 padding-bottom: 10px;
}
h2.products01-img img {
 width: 360px;
}
h2.products02-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 20px;
 width: 440px;
 padding-bottom: 10px;
}
h2.products02-img img {
 width: 360px;
}
.coating-flex {
 display: flex;
}
.products-box-area {
 width: 90%;
 margin: 0 auto;
 padding: 20px 0;
 margin-bottom: 0;
}
.products-box {
 margin-bottom: 20px;
 border-bottom: 1px solid #CDCDCD;
}
.products-box-img {
 text-align: center;
 padding: 5px;
}
.coating-flex .products-box-img {
 text-align: center;
 padding: 0;
}
.img-products {
 width: 100%;
}
.coating-flex .products-box-img .img-products {
 width: 100%;
}
.coating-flex-area {
 padding: 5px;
}
.coating-flex-area p { font-size: 14px; }
.products-mg-bottom {
 margin-top: 5px;
}
.products-title-name {
 border: 1px solid #000;
 padding: 15px;
 font-weight: 500;
 font-family: Helvetica , "Helvetica Neue" , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
 letter-spacing: 0.1rem;
}
.products-dec {
 font-size: 14px;
}
.price {
 border-left: 2px solid #FF0000;
 padding: 10px;
 font-size: 13px;
 margin-bottom: 15px;
}
.coating-flex-area .price { font-size: 13px; }
.price-sum { margin-bottom: 15px; line-height: 180%; letter-spacing: 0.1rem; }
.price-sum2 { margin-bottom: 5px; line-height: 180%; color: #FF0000; letter-spacing: 0.1rem; }
.coating-flex-area .price-sum2 { line-height: 180%; }
.price-sum3 { letter-spacing: 0.1rem; }
.price .kakaku{
 font-size: 26px;
 font-family: Avenir;
 background-image: linear-gradient(#fe3464, #fe3464);
 background-position: 0 50%;
 background-size: 100% 3px;
 background-repeat: repeat-x;
 text-decoration: none;
}
.coating-flex-area .price .kakaku { font-size: 20px; }
.price .kakaku2{
 font-size: 26px;
 font-family: Avenir;
 text-decoration: none;
}
.coating-flex-area .price .kakaku2 { font-size: 20px; }
.price .kakakutokubetsu {
 font-size: 26px;
 font-family: Avenir;
}
.coating-flex-area .price .kakakutokubetsu { font-size: 28px; }

ul.shop-store {
list-style: none;
padding:0;
margin: 0;
margin-bottom: 20px;
}
ul.shop-store li { 
font-size: 12px;
}
ul.shop-store li .fa-shopping-bag { color: #002063 }

.imagetouse {
 width: 100%;
 margin: 0 auto;
 margin-bottom: 40px;
}

.products-point-box {
 width: 90%;
 margin: 20px auto;
}
.products-point {
    position: relative;
    padding: 20px;
    border: solid 1px #000;
}
.products-point .products-point-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.products-point p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.movie-box {
 text-align: center;
 margin-bottom: 40px;
}
.movie-box iframe {
 width: 680px;
 height: 500px;
}

/* ------------ */
/* .products 01/02 END */
/* ------------ */

/* ------------ */
/* .story START */
/* ------------ */
.story-contents {
 width: 100%;
 background-image: url(../img/story_photo.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 620px;
 padding-top: 360px;
}
.story-contents-area {
 width: 90%;
 margin: 0 auto; 
 margin-bottom: 100px;
}
.story-contents-area h2 {
 font-size: 28px;
 color: #002063;
 margin-bottom: 20px;
 letter-spacing: 0.2rem;
 font-weight: 400;
}
.story-contents-area p {
 line-height: 200%;
 padding-left: 0;
}
/* ------------ */
/* .story END */
/* ------------ */

/* ------------ */
/* footer START */
/* ------------ */
footer {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: #002063;
  color: #fff;
  margin: 0 auto;
}
.footer-contents {
 width: 90%;
 margin: 0 auto;
}
.company-link {
 width: 250px;
 margin:0 auto;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 background: #FFF;
 padding: 10px;
 font-size: 14px;
 text-align: center;
 margin-bottom: 40px;
}
.f-logo {
 width: 250px;
 margin-bottom: 40px;
}
.copy {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 200;
}

/* ------------ */
/* footer End */
/* ------------ */



}





/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 幅が480pxより小さい スマートフォン対策 */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 480px) { 
  
/* ------------ */
/* header START */
/* ------------ */
  .drawer-open .display-none {
    margin-left: 0px;
    width: 40px !important;
  }
  .drawer-hamburger {
    padding: 0 !important;
  }
  .header {
    padding: 0;
    height: 115px;
    width: 100%;
  }
  .header-wrap {
    height: 100%;
    padding: 0;
    max-width: 540px;
    padding: 0;
  }
  .header-logo-drawer {
	padding: 0;
  }
  .drawer-hamburger {
    margin: 10px 15px 5px 25px;
    width: 35px !important;
  }
  .header-logo {
   top: 35px;
   text-align: center;
  }
  .header-logo img { width: 180px; }
  .header-menu-box {
   display: none;
  }
  .sp-header-menu-box {
   display: block;
   position: relative;
   top: 47px;
   padding-right: 15px;
  }
  .sp-header-menu-box ul {
   width: 100%;
   margin: 0 auto;
   text-align: center;
  }
  .sp-header-menu-box ul li {
   font-size: 12px;
   list-style: none;
   text-align: center;
  }
  
/* ------------ */
/* header End */
/* ------------ */  
  
 /* ------------ */
/* main V START */
/* ------------ */
.page {
 padding-top: 120px;
 overflow: hidden;
}
.main-visual {
 width: 100%;
 background-image: url(../img/mainv.jpg); 
 background-repeat: no-repeat;
 background-position: center;
 background-size: 450px;
 height: 250px;
}
.brand-name {
 display: none;
}
.brand-name img {
 width: 30px;
} 
.brand-name-sp {
 display: block;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 padding-top: 205px;
 padding-left: 15px;
}
.brand-name-sp img {
 width: 200px;
}

/* ------------ */
/* main V End */
/* ------------ */  

/* ------------ */
/* .about START */
/* ------------ */
.about-contents {
 width: 100%;
 background-image: url(../img/aboutv.jpg); 
 background-repeat: no-repeat;
 background-position: center 80px ;
 background-size: 340px;
}
.about-contents-area {
 width: 90%;
 margin: 0 auto;
 padding-top: 400px;
}

h2.abouttitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 80px;
 width: 200px;
 padding-bottom: 10px;
 padding-top: 0px;
}
h2.abouttitle-img img {
 width: 120px;
}
.about-contents-area h3 {
 font-size: 20px;
 font-weight: 200;
 margin-bottom: 30px;
}
.about-contents-area h3 .tokkyo {
 color: #E71C24;
 font-size: 46px;
}
.about-contents-area h3 .about-point-01 {
 font-size: 20px;
 font-weight: 400;
}
.about-text {
 width: 100%;
 font-size: 16px;
 line-height: 240%;
 margin-bottom: 40px;
}
.about-box-area {
 margin-bottom: 20px;
}
.about-box {}
.about-box h4 {
 font-size: 20px;
 line-height: 120%;
 font-weight: 600;
 margin-bottom: 10px;
}
.about-box h4 .number {
 font-size: 72px;
 color: #002063;
 font-weight: 100;
 margin-right: 15px;
}
.about-box img {
 margin-bottom: 10px;
}
.about-box p {
 font-size: 16px;
 margin-bottom: 40px;
}
.covid { 
 width: 100%;
 background-image: url(../img/covidv.jpg); 
 background-repeat: no-repeat;
 background-position: bottom;
 background-size: 800px;
 text-align: center;
 padding-bottom: 300px; 
 margin-bottom: 40px;
}
.covid h3 {
 font-size: 40px;
 color: #0071B6;
 font-weight: 200;
 margin-bottom: 40px;
}
.covid h3 .anzen {
 font-size: 42px;
 font-weight: 400;
}
.covid {
 font-size: 16px; 
}
/* ------------ */
/* .about END */
/* ------------ */

h2.abouttitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 80px;
 width: 200px;
 padding-bottom: 10px;
}
h2.abouttitle-img img {
 width: 120px;
}
.about-contents-area h3 {
 font-size: 20px;
 font-weight: 200;
 margin-bottom: 30px;
}

/* ------------ */
/* .mechanism START */
/* ------------ */
.mechanism-contents {
 width: 100%;
}
.mechanism-contents-area {
 width: 90%;
 margin: 0 auto;
 padding-top: 40px;
}
h2.mechanismtitle-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 80px;
 width: 260px;
 padding-bottom: 10px;
}
h2.mechanismtitle-img img {
 width: 160px;
}
.mechanism-subtitle {
 font-size: 32px;
 font-weight: 400;
}
.mechanism-text {
 font-size: 16px;
 margin-bottom: 20px;
}
.rekka-box img {
 margin-bottom: 10px;
}
.rekka-box p {
 font-size: 16px;
 text-align: center;
}
.alcohol-contents {
 width: 100%;
 margin: 0 auto;
 margin-bottom: 40px;
 background:none;
 padding: 0;
 padding-bottom: 20px;
 border-bottom: 1px solid #ADADAD;
}
.alcohol-contents p {
 font-size: 16px;
 line-height: 200%;
}
.alcohol-contents p.alcohol-contents-point {
 color: #FF0000;
 padding-left: 20px;
 background-image: url(../img/alcohol_point.png); 
 background-repeat: no-repeat;
 background-position: left 6px;
 background-size: 15px;
 margin-bottom: 0;
 font-size: 13px;
}
/* ------------ */
/* .mechanism END */
/* ------------ */


/* ------------ */
/* .graph START */
/* ------------ */
.graph-contents {
 width: 100%;
 background-color: #e5f5fe;
 background-image: url(../img/graph_background.png); 
 background-repeat: no-repeat;
 background-position: bottom;
 background-size: 800px;
 padding: 40px 0;
 padding-bottom: 160px;
 text-align: center;
}
.graph-contents h3 {
 font-size: 18px;
 line-height: 180%;
 padding: 0 20px;
 margin-bottom: 20px;
 font-weight: 600;
}
.graph-contents .logo {
 margin-bottom: 40px;
}
.graph-contents .logo img {
 width: 200px;
}
.graph-img {
 width: 100%;
 padding: 20px;
 margin: 0 auto;
 margin-bottom: 10px;
 background: #FFF;
}
/* ------------ */
/* .graph END */
/* ------------ */

/* ------------ */
/* .evidence START */
/* ------------ */
.evidence-contents {
 width: 90%;
 margin: 0 auto;
 margin-bottom: 40px;
}
.evidence-contents h3 {
 font-size: 34px;
 font-weight: 400;
 text-align: center;
 letter-spacing: 0.4rem;
 margin-bottom: 40px;
}
.evidence-contents h4 {
 font-size: 20px;
 letter-spacing: 0.2rem;
 font-weight: 400;
 line-height: 160%;
}
.evidence-contents h4 .evidenc-number {
 background: #002063;
 padding: 5px;
 color: #FFF;
 font-size: 14px;
}
.evidence-time {
 text-align: center;
 letter-spacing: 0.2rem;
 font-size: 18px;
 font-weight: 600;
}
.evidence-time .evidence-time-number {
 font-size: 72px;
 font-weight: 200;
}
.evidence-time .evidence-time-text {
 border-top: 1px solid #000;
 padding-top: 10px;
}
.evidence-area {
 width: 90%;
 margin: 0 auto !important;
 margin-bottom: 40px !important;
}
.evidence-border {
 padding-bottom: 10px;
 border-bottom: 1px solid #000;
}
.evidence-box { text-align: center; }
.evidence-box img {
 border: 5px solid #000;
 margin-bottom: 10px;
}
/* ------------ */
/* .evidence END */
/* ------------ */

/* ------------ */
/* .products 01/02 START */
/* ------------ */
.products-contents-CLEANER,
.products-contents-PREMIUM {
 width: 100%;
 background-image: url(../img/products_titlebackground.jpg); 
 background-repeat: repeat-x;
 background-position: top;
 background-size: 47px;
}
.products-bg {
 width: 100%;
 background-image: url(../img/products_001_bg.jpg); 
 background-repeat: no-repeat;
 background-position: center 380px;
 background-size: 340px;
}
.products-bg2 {
 width: 100%;
 background-image: url(../img/products_002_bg.jpg); 
 background-repeat: no-repeat;
 background-position: center 380px;
 background-size: 340px;
}
h2.products-contents-CLEANER-title,
h2.products-contents-PREMIUM-title {
 width: 100%;
 padding-top: 50px;
 text-align: center;
}
h2.products-contents-CLEANER-title img,
h2.products-contents-PREMIUM-title img {
 width: 300px;
}

h2 .products-contents-CLEANER-title-img {
 width: 90%;
 margin: 0 auto;
 padding-top: 100px;
 background-image: url(../img/products_001.png);
 background-repeat: no-repeat;
 background-position:;
 background-size: 150px; 
 height: 300px; 
}
h2 .products-contents-PREMIUM-title-img {
 width: 90%;
 margin: 0 auto;
 padding-top: 100px;
 background-image: url(../img/products_002.png);
 background-repeat: no-repeat;
 background-position: ;
 background-size: 150px; 
 height: 300px; 
}
.premium-title-01,
.premium-title-02 {}
.premium-title-01 img,
.premium-title-02 img {
 width: 300px;
}

.products-text {
 width: 90%;
 margin: 0 auto;
 padding: 40px 0;
 padding-top: 340px;
}
.products-text-text {
 width: 100%;
}
.products-text h3 {
 font-size: 24px;
 font-weight: 400;
 color: #002063;
 line-height: 160%;
 margin-bottom: 10px;
}
.products-text p {
 margin-bottom: 30px;
}
h2.products01-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 20px;
 width: 360px;
 padding-bottom: 10px;
}
h2.products01-img img {
 width: 300px;
}
h2.products02-img {
 border-bottom: 1px solid #000;
 text-align: right;
 padding-left: 20px;
 width: 360px;
 padding-bottom: 10px;
}
h2.products02-img img {
 width: 300px;
}
.coating-flex {
 display: flex;
}
.products-box-area {
 width: 90%;
 margin: 0 auto;
 padding: 20px 0;
 margin-bottom: 0;
}
.products-box {
 margin-bottom: 20px;
 border-bottom: 1px solid #CDCDCD;
}
.products-box-img {
 text-align: center;
 padding: 15px;
}
.coating-flex .products-box-img {
 text-align: center;
 padding: 0;
}
.img-products {
 width: 70%;
}
.coating-flex .products-box-img .img-products {
 width: 100%;
}
.coating-flex-area {
 padding: 5px;
}
.coating-flex-area p { font-size: 14px; }
.products-mg-bottom {
 margin-top: 15px;
}
.products-title-name {
 border: 1px solid #000;
 padding: 15px;
 font-weight: 500;
 font-family: Helvetica , "Helvetica Neue" , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
 letter-spacing: 0.1rem;
}
.products-dec {
 font-size: 14px;
}
.price {
 border-left: 2px solid #FF0000;
 padding: 10px;
 font-size: 16px;
 margin-bottom: 15px;
}
.coating-flex-area .price { font-size: 13px; }
.price-sum { margin-bottom: 15px; line-height: 160%; letter-spacing: 0.1rem; }
.price-sum2 { margin-bottom: 5px; line-height: 100%; color: #FF0000; letter-spacing: 0.1rem; }
.coating-flex-area .price-sum2 { line-height: 180%; }
.price-sum3 { letter-spacing: 0.1rem; }
.price .kakaku{
 font-size: 36px;
 font-family: Avenir;
 background-image: linear-gradient(#fe3464, #fe3464);
 background-position: 0 50%;
 background-size: 100% 3px;
 background-repeat: repeat-x;
 text-decoration: none;
}
.coating-flex-area .price .kakaku { font-size: 20px; }
.price .kakaku2{
 font-size: 36px;
 font-family: Avenir;
 text-decoration: none;
}
.coating-flex-area .price .kakaku2 { font-size: 20px; }
.price .kakakutokubetsu {
 font-size: 36px;
 font-family: Avenir;
}
.coating-flex-area .price .kakakutokubetsu { font-size: 28px; }

ul.shop-store {
list-style: none;
padding:0;
margin: 0;
margin-bottom: 20px;
}
ul.shop-store li { 
font-size: 14px;
}
ul.shop-store li .fa-shopping-bag { color: #002063 }

.imagetouse {
 width: 100%;
 margin: 0 auto;
 margin-bottom: 40px;
}

.products-point-box {
 width: 90%;
 margin: 20px auto;
}
.products-point {
    position: relative;
    padding: 20px;
    border: solid 1px #000;
}
.products-point .products-point-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.products-point p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.movie-box {
 text-align: center;
 margin-bottom: 40px;
}
.movie-box iframe {
 width: 360px;
 height: 300px;
}

/* ------------ */
/* .products 01/02 END */
/* ------------ */

/* ------------ */
/* .story START */
/* ------------ */
.story-contents {
 width: 100%;
 background-image: url(../img/story_photo.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 420px;
 padding-top: 260px;
}
.story-contents-area {
 width: 90%;
 margin: 0 auto; 
 margin-bottom: 100px;
}
.story-contents-area h2 {
 font-size: 28px;
 color: #002063;
 margin-bottom: 20px;
 letter-spacing: 0.2rem;
 font-weight: 400;
}
.story-contents-area p {
 line-height: 200%;
 padding-left: 0;
}
/* ------------ */
/* .story END */
/* ------------ */

/* ------------ */
/* footer START */
/* ------------ */
footer {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: #002063;
  color: #fff;
  margin: 0 auto;
}
.footer-contents {
 width: 90%;
 margin: 0 auto;
}
.company-link {
 width: 250px;
 margin:0 auto;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 background: #FFF;
 padding: 10px;
 font-size: 14px;
 text-align: center;
 margin-bottom: 40px;
}
.f-logo {
 width: 250px;
 margin-bottom: 40px;
}
.copy {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 200;
}

/* ------------ */
/* footer End */
/* ------------ */



}


