@charset 'utf-8';

* {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
ul, li {
  list-style-type: none;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.1vw;
}
@media screen and (max-width: 768px) {
body {
	font-size: 3.5vw;
}
}
a {
  text-decoration: none;
}
/***************
COLOR PALETS
***************/
.txt-lightblue {
  color: #dff5ff;
}
.txt-blue {
  color: #3a7ebd;
}
.txt-deepblue {
  color: #0d6fb8;
}
.txt-fadedblue {
  color: #4a92c6;
}
.txt-white {
  color: #ffffff;
}
.bg-lightblue {
  background-color: #dff5ff;
}
.bg-white {
  background-color: #ffffff;
}
.bg-blue {
  background-color: #3a7ebd;
}
.bg-deepblue {
  background-color: #0d6fb8;
}
.bg-gray {
  background-color: #616161;
}

/***************
FONT PALETS
***************/
.txt-center {
  text-align: center;
}
.txt-bold {
  font-weight: bold;
}
.txt-small {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
.fontsize1vw {
	font-size: 0.8vw;
}

/***************
LAYOUT PALETS
***************/
.is-flex {
  display: flex;
}
.spreadline {
  width: 40px;
  height: 2px;
  margin: 0 auto;
}
.certification-section .spreadline {
  width: 10vw;
  height: 2px;
}
html, body {
  overflow-x:hidden;
}



/**************
FV
**************/
.logo {
  width: 5%;
  margin-left: 3%;
}
.fv-section {
  position: relative;
}
.fv-section .news {
  position: relative;
  z-index: 30;
  padding: 0.5rem 5%;
  font-size: 0.75rem;
}
.fv-section .news a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.inner-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  background-color: transparent;
  background-image: url("../img/bg-fv.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 10vw;
}
/*
.inner-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -107%;
  background: #519bcb;
  opacity: 0.3;
  transform: scale(3) rotate(20deg);
  border-radius: 50%;
  transform-origin: center center;
}
*/
.maincontent {
  position: relative;
}
.fv-box {
  width: 43%;
  margin: 0 auto;
}
.fv-note {
  width: 80%;
    font-size: 0.7vw;
    margin: 0 auto;
}
.maincatch {
  font-size: 4.3vw;
  letter-spacing: 15px;
  margin-top: 3rem;
  text-shadow: 2px 2px 0px #3d7eb1;
  padding-left: 2vw;
}
.maincatch .ruby {
  position: relative;
}
.maincatch .ruby::before {
  content: '本格除菌剤';
  position: absolute;
  top: -3vw;
  font-size: 1.75vw;
  letter-spacing: 4px;
      margin-left: 26%;
    /* transform: translateX(-50%); */
    width: 80%;
}
.txt-modifier {
  font-size: 3.5vw;
    letter-spacing: 5px;
    margin-bottom: 1vw;
}
.fv-box .fv-datashow {
  justify-content: center;
}
.fv-box .left {
  width: 35%;
}
.fv-box .right {
  width: 45%;
}
.fv-box .ratio {
  align-items: flex-end;
}
.fv-box .ratio .unit{
  font-size: 2vw;
  font-weight: bold;
}
.fv-box .ratio .unit span{
  font-size: 0.75rem;
  padding-top: 4px;
  padding-left: 2px;
}
.fv-box .ratio p:nth-child(2n){
  width: 10vw;
  display: inherit;
}
.fv-box .left .ratio p:first-child {
  width: calc(74% - 2vw);
}
.fv-box .right .ratio p:first-child {
  width: calc(95% - 2vw);
}
.fv-box .catename {
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
}
.fv-box .catename span {
  font-size: 1.8vw;
  font-weight: normal;
}
.onlysp {
  display: none;
}
.onlydesk {
  display: block;
}
.fv-product {
  position: absolute;
  width: 24vw;
  right: 3.5%;
  bottom: -2%;
  z-index: 300;
}
.smoke {
  position: absolute;
  width: 29vw;
  right: 2%;
  bottom: 10%;
}
.smoke.sp {
  display: none;
}
.smoke.desk {
  display: block;
}
.maincatch .minispace{
  letter-spacing: -10px;
}
.js-spraysprash {
  transition: 0.6s;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom right;
}
.js-spraysprash.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
	.fontsize1vw {
	font-size: 2.8vw;
}

	
	
  .logo {
    width: 13%;
    margin-left: 1%;
    margin-bottom: 0;
  }
  .fv-box {
    width: 75%;
  }
  .fv-box .fv-datashow {
    margin-top: 0rem;
  }
  .fv-box .catename {
    font-size: 4.5vw;
  }
  .fv-box .left {
    width: 44%;
  }
  .fv-box .right {
    width: 56%;
  }
  .fv-box .right .catename {
    padding-left: 1rem;
  }
  .fv-box .catename span {
    font-size: 3vw;
  }
  .fv-box .left .ratio p:first-child {
    width: calc(59% - 2vw)
  }
  .fv-box .right .ratio p:first-child {
    width: calc(70% - 2vw);
  }
  .fv-box .ratio .unit {
    font-size: 2vw;
  }
  .fv-box .ratio .unit span {
    font-size: 1vw;
    padding-left: 0;
    padding-top: 2px;
  }
  .fv-box .ratio p:nth-child(2n) {
    transform: scale(2);
    transform-origin: bottom left;
  }
  .txt-modifier {
    font-size: 8vw;
    /*display: none;*/
  }
  .fv-note {
	 width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 2.8vw;
  }
  .maincatch {
    font-size: 11vw;
    margin-top: 60vw;
    line-height: 1.1;
    position: relative;
    z-index: 100;
    padding-left: 1rem;
    text-shadow: 3px 3px 0px #3d7eb1;
  }
  .spindent {
    padding-left: 1.2rem;
  }
  .onlysp {
    display: block;
  }
  .onlydesk {
    display: none;
  }
  .inner-box {
    padding-top: 0.5rem;
    background-image: url("../img/bg-fv-sp.jpg");
    padding-bottom: 24vw;
  }
  /*
  .inner-box::before {
    top: -180%;
    left: 175%;
    transform: scale(5) rotate(20deg);
  }
  */
  .maincatch .minispace{
    letter-spacing: -5px;
  }
  .maincatch .ruby::before {
    top: -6vw;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    letter-spacing: 6px;
	margin-left: 0%;
  }
  .fv-product {
    width: 50%;
    bottom: 46vw;
    right: 25%;
  }
  .smoke.sp {
    display: block;
    width: 100%;
    transform-origin: center;
  }
  .smoke.desk {
    display: none;
  }
  .smoke {
    position: absolute;
    width: 90%;
    right: 7.5%;
    bottom: 18%;
  }
}




/**************
subsc
**************/
.subsc {
	width: 80%;
    margin: 0 auto;
    border-radius: 1vw;
    margin-bottom: 9vw;
    padding: 4vw;
    box-sizing: border-box;
}

.subsc ul {
	display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.subsc {
	width: 85%;
    margin-bottom: 27vw;
    /* padding: 4vw; */
    padding: 0vw;
}
}

/**************
POINTs
**************/
.point-section {
  padding-top: 3rem;
}
.point-subttl {
  letter-spacing: 4px;
}
.point-subttl span {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  position: relative;
}
.point-subttl span::before {
  content: '';
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.6s;
  /* transform: translateY(0); */
}
.point-mainttl {
  letter-spacing: 6px;
  font-size: 1.5rem;
}
.points {
  justify-content: space-between;
  padding: 0 20%;
  margin-top: 2rem;
}
.points .point {
  border: 0.3vw solid #3a7ebd;
  border-radius: 10px;
  width: 31%;
  box-sizing: border-box;
  padding: 0.5rem 0;
}
.txt-point {
  margin: 1.5rem 0;
  letter-spacing: 4px;
}
.img-point {
  margin: 0 auto 1.5rem;
}
.point-desc {
  margin-top: 4rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: 5px;
}
.points .point:nth-child(1) .img-point {
  width: 50%;
}
.points .point:nth-child(2) .img-point {
  width: 80%;
}
.points .point:nth-child(3) .img-point {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .points {
    padding: 0 5%;
  /*
    flex-wrap: wrap;
    justify-content: center;
  */
  }
  .points .point {
    /*
    width: 40%;
    margin-left: 4%;
    margin-right: 4%;
    */
	  border: 0.5vw solid #3a7ebd;
    box-sizing: border-box;
    margin-bottom: 8%;
  }
  .point-desc {
    margin-bottom: 3rem;
    margin-top: 2rem;
	    font-size: 4.5vw;

  }
  .txt-point {
    font-size: 3vw;
  }
  .img-point {
    margin-bottom: 0.5rem;
  }
}

/**************
list section 
**************/
.list-section {
  background: linear-gradient(to bottom left, #1f5bad, #67aed3);
  position: relative;
  padding-top: 22vw;
  padding-bottom: 20rem;
}
.list-section::after{
  content: "";
  background: linear-gradient(to bottom, transparent 70%, #ffffff);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
}
.list-section::before{
  content: "";
  background-image: url("../img/object.png");
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.list-ttl {
	font-size: 1.25rem;
  letter-spacing: 6px;
}
.list-mainttl {
  letter-spacing: 10px;
  font-size: 3.5vw;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.list-desc {
  letter-spacing: 6px;
}
.list-display {
  width: 48%;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -36%;
  position: relative;
  z-index: 1000;
}
.list-display .arrow {
  width: 15%;
  margin: 0 auto;
  margin-top: 8%;
}
.list-display li{
  width: 48%;
}

.bottoleimg {
	width: 80%;
    margin: 0 auto;
}
/*.list-display li:nth-child(2){
  width: 56%;
}*/
.list-display .spray-pic{
  transform: scale(0.4);
  transform-origin: bottom;
}
.list-usecase {
  letter-spacing: 4px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
	font-size: 1.8vw;
}
.list-usetype {
  background: #fff;
  letter-spacing: 4px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 1.5vw;
}
@media screen and (max-width: 768px) {
  .list-section {
    padding-top: 6rem;
  }
  .list-display {
    width: 90%;
    margin-top: -75%;
  }
  .list-usetype {
    min-width: 100px;
    font-size: 0.75rem;
  }
  .list-usecase {
    font-size: 0.75rem;
  }
  .list-display .arrow {
    width: 25%;
    margin-top: 11%;
  }
  .list-desc {
    font-size: 0.8rem;
  }
.list-ttl {
    font-size: 4vw;
	}
.list-mainttl {
  letter-spacing: 10px;
  font-size: 9vw;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
}


/**************
global standars
**************/
.certification-section {
  padding: 6% 5% 0;
  margin-bottom: 18%;
  background: #ffffff;
  width: 80%;
  margin-left: auto;
  margin-top: -15rem;
  position: relative;
  z-index: 340;
  box-sizing: border-box;
  border-radius: 20px;
  margin-right: auto;
}
.globalstandards {
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  width: 60%;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.globalstandard {
  border-radius: 50%;
  background-color: #4a92c6;
  width: 30%;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  box-sizing: border-box;
}
.globalstandard p:first-child {
  padding-bottom: 0.5rem;
}
	.chusyaku {
	width: 32%;
    font-size: 0.8vw;
    margin: 0 auto;
    margin-top: 3vw;
    color: #b3d8f9;
    line-height: 1.6vw;
	}

.annotation {
  margin-top: 3rem;
  text-align: center;
  padding: 1.5rem 0;
  line-height: 1.8;
  border-radius: 20px;
  letter-spacing: 4px;
  position: relative;
}
.annotation::before {
  content: '';
  width: 0px;
  height: 20px;
  border-top: 0px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 50px solid #dff5ff;
  position: absolute;
  top: -60px;
  left: 75px;
  left: 9%;
  display: block;
}

.usecases {
  justify-content: space-between;
}
.usecases .usecase {
  border-radius: 50%;
  border: 2px solid #3a7ebd;
  width: 23%;
  box-sizing: border-box;
}
.usecases .usecase.king {
  position: relative;
}
.usecases .usecase.king::before {
  content: '';
  background: url('../img/king.png') no-repeat;
  width: 24px;
  position: absolute;
  top: -20px;
  display: block;
  height: 20px;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.usecase .icon {
  width: 10%;
  margin: 0 auto;
}
.usecase .icon.lock {
  width: 6.5%;
}
.usecase .casettl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #3a7ebd;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
	font-size: 1.2vw;
}
.usecase .casetxt {
  font-size: 1vw;
  width: 80%;
  margin: 0 auto;
}
.business-catch {
  line-height: 2;
  letter-spacing: 6px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.data-visualize {
  padding: 2rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.data-visualize .ttl {
  letter-spacing: 6px;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  /*font-weight: bold;*/
}
.data-visualize .figurebox {
  justify-content: space-between;
}
.data-visualize .comments {
  width: 43%;
  line-height: 1.8;
  letter-spacing: 4px;
}
.data-visualize .figure {
  width: 55%;
}
.data-visualize .figurebox-btm {
  margin-top: 4rem;
}
.data-visualize .figurebox-btm .figure02{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.figure-note {
  font-size: 0.75rem;
  line-height: 1.9;
}
.material-ttl {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  letter-spacing: 4px;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.material-note {
  margin-top: 4.5vw;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  letter-spacing: 6px;
}
.certification-section .mainttl {
  font-size: 1.75rem;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .certification-section .mainttl, .material-ttl {
    font-size: 5vw;
  }
  .certification-section {
    width: 90%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .certification-section .spreadline {
    width: 30vw;
  }
  .material-note {
    font-size: 0.8rem;
  }
  .data-visualize .figurebox {
    flex-wrap: wrap;
  }
  .data-visualize .comments {
    width: 100%;
    font-size: 0.8rem;
  }
  .data-visualize .figure {
    width: 100%;
	  margin-top: 6vw;
  }
  .data-visualize {
    padding: 1rem;
  }
	.chusyaku {
		width: 68%;
    font-size: 2.8vw;
    margin: 0 auto;
    margin-top: 6vw;
	line-height: 5vw;
	}
  .globalstandards {
    width: 100%;
  }
  .usecases {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .usecases .usecase {
    width: 48%;
    margin-bottom: 1rem;
  }
	.usecase .casettl {
		font-size: 4vw;
	padding-bottom: 0.5vw;
    margin-bottom: 0.5vw;
	}
	.usecase .casetxt {
    font-size: 3vw;
    line-height: 4vw;
	}
  .org {
    font-size: 0.75rem;
  }
  .data-visualize .ttl {
    font-size: 4.5vw;
  }
  .business-catch {
    font-size: 0.9rem;
  }
  .annotation {
    font-size: 0.8rem;
    padding: 1.5rem 0.5rem;
  }
}

/**************
SiTUAtION
**************/
.situation-section {
  padding-top: 5rem;
}
.situations {
  width: 70%;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.situationttl {
  font-size: 3vw;
  letter-spacing: 6px;
  margin-bottom: 8rem;
}
.situations .situation {
  width: 32%;
  border: 0.25vw solid #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 0.5rem;
  box-sizing: border-box;
}
.model-box {
  width: 80%;
  margin: 2rem auto 0;
  justify-content: space-between;
}
.model01.spray {
  width: 43%;
  padding: 0 25%;
  position: relative;
  z-index: 1000;
}
.model01.spray::before {
  content: '';
  background: url(../img/smoke03.png) no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -20%;
  left: 19%;
  background-size: 100%;
  opacity: 0;
  transform: scale(0);
  transition: 0.6s;
}
.model01.spray.active::before {
  opacity: 1;
  transform: scale(1.3);
}
.model01.stand{
  position: relative;
  z-index: 1000;
}
.model01.stand::before {
  content: '';
  background: url(../img/smoke02.png) no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -7%;
  top: -56%;
  background-size: 100%;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: 0.8s;
  transform-origin: bottom;
}
.model01.stand.active::before {
  transform: scale(1);
  opacity: 1;
}
.duration {
  border-radius: 20px;
  border: 1px solid #fff;
  overflow: hidden;
}
.duration span {
  display: inline-block;
}
.model-box .duration {
  width: 16vw;
  margin-left: 7vw;
	margin-top: 1vw;
  font-size: 0.75rem;
  min-width: 140px;
  line-height: 1.25rem;
  letter-spacing: 4px;
}
.model-box .spray + .duration {
  margin-top: 1rem;
  margin-left: 7vw;
}
.model-box .duration .left {
  width: 30%;
}
.model-box .duration .right{
  width: 70%;
}
.model-box .modeltype {
  letter-spacing: 6px;
  width: 10vw;
  line-height: 2;
}
.model-box .modeldesc {
  font-size: 1.5rem;
  letter-spacing: 6px;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.model-box .modelsubdesc {
  letter-spacing: 6px;
  font-size: 1vw;
  line-height: 2;
}
.model-image {
  width: 40%;
}
.model-image:nth-child(1) {
  
    width: 34%;
    margin-left: 2vw;
    
}
.model-caption{
  width: 55%;
}
.model-to-cart-txt {
  font-size: 2.5vw;
  letter-spacing: 10px;
  padding-top: 1rem;
  margin-top: -1rem;
}
.shizuku {
  font-size: 0;
}
.comingsoon-oneline {
  margin-bottom: 1rem;
}
.situation-dot {
  letter-spacing: 4px;
}
.situation-dot span {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  position: relative;
}
.situation-dot span::before {
  content: '';
  background: #3a7ebd;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.2s;
  /* transform: translateY(0); */
}
@media screen and (max-width: 768px) {
  .model-box {
    width: 90%;
    flex-wrap: wrap;
  }
  .situations {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 13rem;
  }
  .situations .situation {
    width: 46%;
    margin: 4% auto 0;
    box-sizing: border-box;
  }
  .model-box .duration {
    width: 87%;
    margin-left: 0;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .model-box .spray + .duration {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
	.model-box .modelsubdesc {
		font-size: 3.5vw;
	}
	.model-box .modeltype {
    width: 32vw;
}
  .model-box .modeldesc {
    font-size: 1.25rem;
  }
  .model-to-cart-txt {
    font-size: 1.5rem;
	padding-top: 6rem;
	letter-spacing: 4px;
  }
  .model-image {
    width: 70%;
    margin: 0 auto;
    order: 2;
    margin-top: 4rem;
  }
  .model-caption {
    width: 100%;
  }
  .model01.stand::before {
    left: -3%;
    top: -43%;
    transform: scale(0);
    opacity: 0;
    transition: 0.8s;
    transform-origin: bottom;
  }
.model-image:nth-child(1) {
    width: 64%;
    margin-left: 14vw;
}	
	.model01.spray {
		width: 55%;
	}
	
  .model01.stand.active::before {
    transform: scale(1.3);
    opacity: 1;
  }
  .situationttl {
    margin-bottom: 3rem;
    font-size: 7vw;
  }
  .model-image.standimage {
    margin-top: 32vw;
  }
}

/**************
Product
**************/
.product-section {
  padding: 0 15%;
  margin: 5rem 0 2rem;
  margin-bottom: 10%;
}
.product_wrapper {
    border: 0.1vw solid #3a7dbd;
    border-radius: 1vw;
    box-sizing: border-box;
	margin-bottom: 6vw;
	position: relative;
}
.subicontitle {
	width: 20%;
    margin: 0 auto;
}
.subicon {
	width: 10%;
    position: absolute;
    top: 2vw;
    left: 2vw;
}
.product-displays {
  width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 1vw;
}
.product-display {
  width: 37%;
	padding-top: 3vw;
}
.product-display.spray {
  width: 15%;
  padding: 0 12.5%;
  padding-top: 5vw;
}
.display-name {
  letter-spacing: 6px;
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.product-desc {
  width: 55%;
}
.product-desc dl {
  line-height: 2;
}
.product-desc dt {
  width: 10%;
}
.product-desc dt, .product-desc dd{
  font-size: 1vw;
}
.product-desc .duration {
  border-radius: 20px;
  border: 1px solid #3a7ebd;
  width: 50%;
  min-width: 100px;
  font-size: 1vw;
  margin-bottom: 1rem;
}
.product-desc .duration .left{
  width: 30%;
}
.product-desc .duration .right{
  width: 70%;
}
.pricebox {
	padding-bottom: 0.5vw;
	padding-top: 1vw;
}
.priceflex {
	align-items: center;
    justify-content: space-between;
}
.souryou {
    /* height: 74%; */
    border-radius: 0.5vw;
    /*background: linear-gradient(to top right, #fa9140, #f3ab26);*/
	background: #fd2f3e;
    color: #ffffff;
    font-weight: bold;
    line-height: 1vw;
    font-size: 1.1vw;
    padding: 0.8vw;
    box-sizing: border-box;
    text-align: center;
}
.price {
  width: 85%;
    font-size: 4vw;
    font-weight: bold;
}
.price .yen{
  font-size: 1vw;
  font-weight: normal;
}
.cart-midashi {
	font-weight: bold;
    text-align: center;
    font-size: 2vw;
    /* border-bottom: 0.1vw solid #000; */
    margin-bottom: 6vw;
    color: #397cbd;
    /*background: #000;*/
}
.cart-btnbg {
	/*background: #3a7dbd;*/
    padding: 1vw 0 1vw 0;
    border-radius: 0 0 1vw 1vw;
}
.cart-btn {
  /*background: #000;*/
  background: linear-gradient(to top right, #fbbb10, #ffd626);
  text-align: center;
  line-height: 4.5vw;
  box-sizing: border-box;
  border: none;
  margin: 0 auto;
  margin-top: 1vw;
    margin-bottom: 2vw;
    width: 40%;
	color: #000;
}
.cart-btn a{
	color: #000;
	display: block;
}
.produntsCon {
	margin-bottom: 23vw;
}
.uchikeshi {
	text-decoration: line-through;
}
.txt-pink {
color: #e83880;
}
.products-single {
	width: 20%;
    margin: 0 auto;
}
.single-txt02 {
	margin: 0 auto;
	text-align: center;
}



/*ふきだし*/
.balloon2 {
  position: relative;
    display: inline-block;
    /* margin: 0 auto; */
    margin-left: 20%;
    /* margin: 0 auto; */
    margin-bottom: 6vw;
    padding: 7px 10px;
    min-width: 60%;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border-bottom: solid 0.3vw #397cbd;
    /* border-top: none; */
    box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #397cbd;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
.cart-midashi {
	font-size: 6vw;
}
.balloon2 {
	min-width: 100%;
	margin-left: 0;
	margin-bottom: 13vw;
	border-bottom: solid 0.6vw #397cbd;

}
.priceflex {
    margin-top: 8vw;
    margin-bottom: 3vw;
}
.cart-btnbg {
    padding: 1vw 0 10vw 0;
}
.product_wrapper {
    border: 0.3vw solid #3a7dbd;
    border-radius: 2vw;
    margin-bottom: 15vw;
}
.balloon2 p.subicontitle {
    margin: 0 auto;
}
.subicon {
	width: 21%;
    top: 4vw;
    left: 4vw;
}

}






@media screen and (max-width: 768px) {
  .product-section {
    padding: 0 5%;
    margin: 6rem 0;
  }
  .product-section:last-child {
    margin: 23vw 0;
  }
  .product-section .product-displays:first-child {
    margin-bottom: 9vw;
  }
.product-displays {
	width: 100%;
	display: block;
	}
  .product-desc {
    width: 85%;
    margin: 0 auto;
  }
  .product-display {
    width: 58%;
    margin: 0 auto;
    margin-left: 26%;
  }
	.display-name {
		text-align: center;
		font-size: 4.5vw;
    margin-bottom: 2.5vw;
	}
	.product-desc .duration {
		width: 85%;
		font-size: 3.5vw;
		margin: 0 auto;
		margin-bottom: 5vw;
	}
	.product-desc dl {
    line-height: 6vw;
}
	.price {
	width: 78%;
    font-size: 10vw;
	padding-top: 4vw;
}
	.priceflex .price {
		line-height: 4vw;
	}
	.souryou {
		line-height: 4vw;
		font-size: 4.1vw;
		padding: 1.8vw;
	}
	.price .yen {
    font-size: 3.5vw;
}
  .product-display.spray {
    padding: 0 10%;
  }
  .product-desc dt {
    width: 16%;
  }
  .product-desc dt, .product-desc dd {
    font-size: 3.5vw;
  }
	.cart-btn {
		width: 100%;
		line-height: 17.5vw;
	}
	.product_wrapper .cart-btn {
    width: 85%;
    line-height: 17.5vw;
}
.ama {
    width: 90%;
    margin: 0 auto;
    padding: 1vw 0 10vw 0;
}
	.products-single {
    width: 44%;
    margin: 0 auto;
}
}



/**************
ATTENTION
**************/
.attention {
  padding: 2rem 10%;
  justify-content: space-between;
}
.attention .column {
  width:48%;
}
/**************
FOOOTRER
**************/
.footer-logo {
  width: 10%;
  margin: 0 auto 1.5rem;
}
.social {
  margin: 1.5rem auto;
}

/**************
ATTENTION
**************/
.attention {
  padding: 3rem 10%;
  justify-content: space-between;
}
.attention .column {
  width:48%;
}
.attention .ttl {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .attention .inner {
    flex-wrap: wrap;
  }
  .attention .column {
    width: 100%;
  }
  .attention .column:nth-child(2n){
    margin-top: 2.5rem;
  }
}

/**************
FOOOTRER
**************/
footer {
  margin-top: 3rem;
}
.footer-logo {
  width: 7%;
  margin: 0 auto 1.5rem;
}
.social {
  margin: 1.5rem auto;
}
.social li {
  width: 30px;
  margin: 0 auto;
}
.copyright {
  padding: 1rem 0;
  border-top: 0.2vw solid #3a7ebd;
}
.corp-info {
  width: 660px;
  margin: 1rem auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 5rem;
  }
  .footer-logo {
    width: 26%;
	margin: 0 auto 1rem;
  }
  .corp-info {
    width: 100%;
    flex-wrap: wrap;
  }
  .corp-info li{
    width: 100%;
    text-align: center;
  }
  .copyright {
    font-size: 3vw;
  }
}


@media screen and (min-width: 768px) {
  .point-mainttl {
    font-size: 2rem;
  }
  .point-subttl {
    font-size: 1.25rem;
  }
  .txt-point {
    font-size: 1.25rem;
  }
  .point-desc {
    font-size: 1.5vw;
  }
  .certification-section {
    /*max-width: 960px;*/
  }
  .model-box {
    max-width: 960px;
  }
  .situations {
    max-width: 960px;
  }
/*  .product-section {
    max-width: 960px;
  }*/
  .attention .inner{
    max-width: 960px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }
}

.cvbtn {
  position: fixed;
  font-size: 0;
  z-index: 5000;
  bottom: 0%;
  right: 5%;
  width: 10%;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
.cvbtn.active {
  opacity: 1;
  transform: translateY(0%);
}
#spr01, #oki01 {
  padding-top: 2rem;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  #spr01 {
    padding-top: 4rem;
    margin-top: -4rem;
	  padding-bottom: 12vw;
  }
  #oki01 {
    padding-top: 7rem;
    margin-top: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .cvbtn {
    width: 90%;
    bottom: 2%;
  }
}
