  @charset "utf-8";

.pc-only { display: none!important; }
.sp-only { display: block!important; }
body {
    -webkit-text-size-adjust: 100%;
}
img{
	width: 100%;
	height: auto;
}
section .left{
    float: none;
}
section .right{
    float: none;
}
a[href^="tel:"] {
    pointer-events: auto;
}
.pc-only { display: none; }
.sp-only { display: block; }

/*-------------------------------------------
font
--------------------------------------------*/
h2{
  font-size: 44px;
}

/*-------------------------------------------
wrap
--------------------------------------------*/
.allWrap{
  display: block;
  justify-content: center;
}
.contentsWrap{
	width: 100%;
	margin: 0 auto;
}

/*-------------------------------------------
header
--------------------------------------------*/
.header{
  width: 100%;
  min-width: 100%;
}
.header a.logo {
    margin-left: 2%;
}
.header a.logo img{
	width: 70%;
}

/*-------------------------------------------
mvarea
--------------------------------------------*/
.mvarea{
    height: 100vh;
}
@media screen and (min-width:500px){
  .mvarea{
  height: 1080px;
  }
}
.mvarea .videowrap{
  overflow: hidden;
  height: 100%;
  width: 100%;
}
video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.mvarea .mvitem {
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	margin: auto;
	width: 100%;
  height: 100%;
}
.mvarea .mvitem h1{
  position: static;
  font-size: 25px;
  display: block;
  text-align: center;
  margin-top: 5%;
}

.mvarea .mvitem h1 img{
  margin: 0 auto;
  width: 90%;
}
.mvarea .mvitem .mvimg01{
  position: static;
  text-align: center;
  margin-top: 5%;
}
.mvarea .mvitem .mvimg01 img{
  width: 80%;
  margin: 0 auto;
}
.mvarea .mvitem .mvimg02{
	position: static;
  margin-top: 5%;
}
.mvarea .mvitem .mvimg02 img{
  width: 55%;
  margin: 0 auto;
}

.mvarea .mvitem .mvtxt{
 color:#fff;
 margin-top: 2%;
}
.mvarea .mvitem .mvtxt p{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}
.mvarea .mvitem .mvtxt p span{
  font-size:33px;
}
.mvarea .mvitem .mvtxt p.mvtxt02{
  position: relative;
  margin-top: 10px;
}
.mvarea .mvitem .mvtxt p.mvtxt02:before{
  content: "";
  background: url("/corp/kte/new-product/img/mvimg03_sp.png")no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
}

/*-------------------------------------------
section
--------------------------------------------*/
section h3{
	font-size: 20px;
	line-height: 1.2em;
}
.sectext01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectext01 span{
  display: inline;
   font-size: 40px;
}
.sectext01 span:first-child{
	font-size: 20px;
}

.sectext02{
  margin-top: 15px;
  font-size: 14px;
}
.sectext03{
	margin-top: 20px;
	font-size: 13px;
}
.sectext04{
	font-size: 80px;
}
section .countwrap .count {
  font-size: 150px;
  float: none;
}
section .countwrap p {
  	font-size: 60px;
}

/*
.contentsWrap .bg{
  	background: url("/corp/kte/new-product/img/bg_sp.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
    margin-top: -100px;
    position: relative;
}
*/

/*-------------------------------------------
sec01
--------------------------------------------*/
.sec01{
  background: url("/corp/kte/new-product/img/bg01_sp.png");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -66px;
  padding: 75px 0 46px;
  z-index: 3;
}
.sec01 h2{
font-size: 35px;
  text-align: center;
}
.sec01 > div{
  margin-top: 0px;
}
.sec01 .left {
  width: 100%;
}
.sec01 .right {
  width: 80%;
      margin: 0 auto 0;
}
.sec01 .sectext01{

}
.sec01 .sectext02{
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.6em;
}
.sec01 .countwrap{
  display: flex;
      align-items: baseline;
      justify-content: center;
      margin-top: -20px;
}
.sec01 .countwrap p {
    position: initial;
}
.sec01 .right .sectext03 {
  overflow: hidden;
  margin-top: 2%;
}
.sec01 .right .sectext03 img{
  float: none;
  margin:0 auto;
}
.sec01 .right .sectext03 p{
  float: initial;
  width: auto;
  padding: 1em;
  margin: 0 auto;
}
/*-------------------------------------------
sec02
--------------------------------------------*/
.sec02{
  background: url("/corp/kte/new-product/img/bg02_sp.png");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -66px;
  padding: 63px 0 52px;
  z-index: 2;
}
.sec02 h2{
	text-align: center;
}
.sec02 .sectext01 span:first-child {
    font-size: 44px;
}

.sec02 .right{
	margin-top: 5px;
	width: 100%;
}
.sec02 .left{
  margin-top: 10px;
  width: 80%;
  margin: 3% auto 0;
}

.sec02 .countwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.sec02 .countwrap p {
  margin-top: 13px;
  text-align: left;
}
.sec02 .countwrap p span {
  font-size: 17px;
}
.sec02 .right .sectext04 {
  font-size: 35px;
      text-align: center;
      margin-top: 0;
}
.sec02 .left .sectext03 {
margin-top: 10px;
}
.sec02 .left .sectext03 p{
  float: none;
  position: initial;
  padding: 0 1em;
  width: auto;
}
.sec02 .left .sectext03 img{
  float: none;
  margin: 0 auto;
}
.sec02 .sectext02 {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.6em;
}
/*-------------------------------------------
sec03
--------------------------------------------*/
.sec03{
  background: url("/corp/kte/new-product/img/bg03_sp.png") #f9f9f9;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -66px;
  padding: 63px 0 25px;
  z-index: 1;
}
.sec03 h2 {
  margin-top: 5px;
  text-align: center;
}

.sec03 .left {
    margin-top: 5px;
    width: auto;
}
.sec03 .right {
  width: 80%;
  margin: 0 auto;
}
.sec03 .sectext01 span:first-child {
    font-size: 40px;
}
.sec03 .countwrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: -20px;
}
.sec03 .countwrap p {
    position: initial;
  margin-top: 0;
}
/*-------------------------------------------
sec04
--------------------------------------------*/
.sec04{
	background: #000;
	position: relative;
	margin-top: 0;
	padding: 0 0 0;
	color: #fff;
}
.sec04 h2 {
  margin-top: -7px;
  text-align: center;
}
.sec04 h3 {
  font-size: 25px;
  margin-top: 3%;
  text-align: center;
}
.sec04 > div {
    overflow: hidden;
    margin-top: 15px;
    width: 80%;
    margin: 0 auto;
}
.sec04 .sectext02 {
    float: none;
    width: auto;
    margin-top: 0;
}
.sec04 .sectext03 {
  width: auto;
  float: none;
  margin: 5% 0 8%;
}
.sec04 .sectext02 img {
  width: 150px;
  float: none;
  margin: 0 auto;
}
.sec04 .sectext02 span {
  float: none;
  width: auto;
  margin-top: 0;
}
/*-------------------------------------------
sec05
--------------------------------------------*/
.sec05{
	background: #fff;
  position: relative;
	padding: 0 0 0;
}
.sec05 h2 {
  text-align: center;
  margin-top: -7px;
}
.sec05 h3 {
  font-size: 25px;
  margin-top: 3%;
  text-align: center;
}
.sec05 div {
  margin-top: 20px;
  overflow: hidden;
  width: 80%;
  margin: 3% auto 6%;
}
.sec05 div img {
    width: 200px;
    float: none;
    margin:0 auto;
}
.sec05 div .sectext02 {
    width: auto;
    float: none;
    margin-top: 25px;
}
/*-------------------------------------------
sec06
--------------------------------------------*/
.sec06{
  background: #251e1c;
  position: relative;
  padding: 0 5% 7%;
  color: #fff;
}
.sec06 h2 {
    text-align: center;
    margin-top: -7px;
}
.sec06 h3 {
  font-size: 14px;
  margin-bottom: 1%;
}
.sec06 div p {
  float: none;
  width: 40px;
  margin-top: 4px;
}
.sec06 div ul {
  float: none;
  width: auto;
}
.sec06 div ul li {
    text-indent: -2em;
    line-height: 1.6em;
    padding-left: 8%;
}
/*-------------------------------------------
sec07
--------------------------------------------*/
.sec07{
	background:#fff;
	position: relative;
}
.sec07 h2 {
  color: #e1e2e2;
  text-align: center;
  margin-top: -7px;
}
.sec07 h3 {
  font-size: 25px;
  margin-top: 3%;
  text-align: center;
}
.telnamber h4 {
    font-size: 25px;
    text-align: center;
}
.telnamber {
  margin-top: 0;
  text-align: center;
}
.telnamber p {
  font-size: 18px;
}
.telnamber p a{
	font-size: 32px;
	color: #E60012;
	margin-left: 12px;
  text-decoration: underline;
}
.sec07 .formArea > div {
  width: 90%;
  margin: 20px auto 0;
}
.telnamber h4 span {
    padding-left: 30px;
}
.telnamber h4 span:before {
    background-size: 30px;
    width: 30px;
    height: 22px;
    left: 0;
    top: 6px;
}
.telnamber h4 span {
    padding-left: 20px;
}
.telnamber h4 span:before {
  background-size: 20px;
  width: 20px;
  height: 27px;
  left: 0;
}


/*-------------------------------------------
footer
--------------------------------------------*/
.footer{
  background: #323232;
  color: #fff;
  padding: 10px;
  display: block;
  margin-top: 8%;
  margin-bottom: 50px;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.footer{
  font-size: 13px;
}
.footer .privacy{
  color: #fff;
  margin-bottom: 2%;
  display: block;
  text-decoration: underline;
}
/*-------------------------------------------
info_btn
--------------------------------------------*/
.info_btn {
  z-index: 5;
  background: none;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  top: auto;
  height: auto;
  width: 100%;
  clip-path: none;
}
.info_btn > div{
background: linear-gradient(344deg, #990000, #ffab00);
background-size: 400% 400%;
-webkit-animation: AnimationName 4s ease infinite;
-moz-animation: AnimationName 4s ease infinite;
animation: AnimationName 4s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:35% 0%}
    50%{background-position:66% 100%}
    100%{background-position:35% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:35% 0%}
    50%{background-position:66% 100%}
    100%{background-position:35% 0%}
}
@keyframes AnimationName {
    0%{background-position:35% 0%}
    50%{background-position:66% 100%}
    100%{background-position:35% 0%}
}

.info_btn span::after{
  content: none;
}
.info_btnmenu{
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.info_btnmenu > *{
  width: calc(100% / 2);
  text-align: center;
}
.info_btnmenu a{
  position: relative;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-top: 21px;
}
.info_btnmenu a:before{
  content: "";
	position: absolute;
	background: url("/corp/kte/new-product/img/icon_mail_wh.svg");
  width: 24px;
  background-size: 24px;
  height: 18px;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
}
.info_btnmenu p{
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-top: 21px;
}
.info_btnmenu p:before{
  content: "";
	position: absolute;
	background: url("/corp/kte/new-product/img/icon_tel_wh.svg");
  width: 14px;
  background-size: 14px;
  height: 19px;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
}


/* =========================================================
¡ömodal-menu
========================================================= */
#modal-menu {
  /* position: fixed; */
  /* width: 100%; */
  /* height: 100%; */
  background-color: rgba(88, 78, 58, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  pointer-events: none;
  color: #fff;
  display: none;
  /* padding: 42px 3% 0; */
  box-sizing: border-box;
  position: relative;
}
#modal-menu.zindex{
  z-index: 103;
	display: block;
}
html.is-menu-open{
	height: 100%;
	overflow: hidden;
}

/* body¤Ëis-menu-open¥¯¥é¥¹¤¬¸¶¤¤¤¿¤é¥â©`¥À¥ë±íÊ¾ */
body.is-menu-open #modal-menu {
  opacity: 1;
  pointer-events: auto;
	overflow-y: auto;
}

/* body¤Ëis-menu-open¥¯¥é¥¹¤¬¸¶¤¤¤¿¤é#content¤ò¤Ü¤«¤·¥Õ¥£¥ë¥¿©`¸¶Óë */
body.is-menu-open #content {
  pointer-events: none;
	-webkit-transition: all .2s ease-out;
		 -moz-transition: all .2s ease-out;
			 -o-transition: all .2s ease-out;
					transition: all .2s ease-out;
}

#modal-menu h4{
  text-align: center;
  padding-top: 4%;
}
#modal-menu h4 span{
  position: relative;
  padding-left: 20px;
}
#modal-menu h4 span:before{
  content: "";
	position: absolute;
	background: url("/corp/kte/new-product/img/icon_tel_wh.svg");
  width: 14px;
  background-size: 14px;
  height: 19px;
  left: 0;
  top: -3px;
  margin: auto;
}
#modal-menu div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
  padding: 0 2% 3%;
}
#modal-menu div a{
  display: block;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #fff;
  width: calc(100% / 3);
  padding-left: 5px;
  margin: 2px;
}
#modal-menu div a:last-child{
  border-right:none;
}
#modal-menu div a span{
  display: block;
      margin-bottom: 0;
      font-size: 15px;
      margin-top: 3px;
}

.closebtn{
  position: absolute;
  top: 3%;
  right: 1%;
}
.close{
  display: inline-block;
  position: relative;
  margin: 0 12px 0 9px;
  padding: 0;
  width: 2px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
}
.close:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 25px;
  height: 2px;
  margin-top: -2px;
  background: #fff;
}
/*-------------------------------------------
pagetop
--------------------------------------------*/
#pagetop {
  bottom: 52px;
}
#pagetop img{
  width: 26px;
}
