@charset "utf-8";
@import 'js/fullpage.css';
/*
Theme Name: KMAX
Version: 1.0
*/

/* CSS Document */
body{font-family: "Hannari";
font-family: 'Playfair Display', serif;
	font-family: 'Aboreto', cursive;
font-family: 'Roboto Slab', serif;
	font-size: 16px;
	padding:0;
	margin:0;
	overflow-x: hidden;
}
.marginText{margin:30px 0;}
.tc{text-align:center;}
.purple{color:#a100b0;}
.Ttl{
	color: #760081;
	text-shadow: -1px -2px 3px #fff;
	
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.copy{font-size: 8px;
    margin: 15px auto;
    text-align: center;

}
.fp-watermark{display:none;}
.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
padding: 5px 0;
    border: none;
	font-size:12px;
}
#table01 td{padding-left:15px;}
#table01 th {
  width: 30%;
background: #000;
    color: #fff;
}
#section0{
	position:relative;
 overflow-x: hidden;
	height:100vh;
width: 100vw;
}
#section0 header{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 3;
}

#section0 h1{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 3;
	white-space: nowrap;
}
.swiper-container{
  width: 100%;
  height: auto;
}
/* スライドの背景画像設定 */
.slide-img {
  background-size: cover;
  background-position: center center;
  height: auto;

}
swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}

/* それぞれの画像 */
.slide01{

}
.slide02{

}
.slide03{

}
.para{
	padding:30px 8px;
	background-image: url('../../uploads/2022/09/strong.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.marginlr{margin-left:15px;
margin-right:15px;
}
#strength{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width:1120px;
	margin: 30px auto;
    background: #fff;
    line-height: 0;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 16%);
}
#strength .strength{
	width:50%;
	
}
#strength .strength p{line-height: 1.5em;}
#strength .strength img{
	width:100%;
	
}
footer{position:relative;}
#section4{position:relative;}
header img{max-width:240px;
	width:100%;
	height: auto;
	
}

.slideinner{
	max-width:80%;
margin:0 auto;
	position: relative;
	min-height: 600px;
}

.slideText{
	padding:30px 15px;
	position:absolute;
	top:20%;
	left:0;
	width:90%;
background-color: rgb(255,255,255,0.9);
z-index:2;
	text-align:center;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 16%);
}
.slideImg{position:absolute;
right:0;
	z-index:1;
	text-align: right;
}
.slideImg img{width:90%;}
//CSS
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}
.smooth.is-animated {
  clip-path: inset(0);
}
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
	z-index:-1;
	overflow:hidden;
}


#video{
/* ビデオの位置調整のために指定 */
  width: 100vw;
  height:100vh;
  /* ビデオが画面からはみ出ないようにする */
  overflow-x: hidden;
  /* オーバーレイをかける場合は指定する */
  background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5));
}
#video video {
  /* ビデオの真ん中が表示されるようにする */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  /* 後ろにずらして文字が隠れないようにする */
	position:relative;
	z-index:-1;
}
#video::-webkit-scrollbar{
  display: none;
}
#section1{z-index:1;}

#contactform{margin: 0 auto;
    padding: 0 5px;
max-width: 800px;
}
#contactform input[type=text],#contactform input[type=email]  {
 line-height: 2em;
    border: 1px solid #666;
    border-radius: 5px;
}
#contactform input[type=submit]  {
    min-width: 240px;
    margin: 30px auto 30px;
    color: #fff;
    border: none;
    background: #000;
    padding: 15px;
    display: block;
}
#contactform textarea{
	    width: 90%;
	
}
#circle {
  width: 95vw;
  height: 95vh;
top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index:7;
  position:absolute;
   background: radial-gradient(#0B853D 3px, transparent 5px, #000 7px, transparent 9px, #0B853D 11px, transparent 13px,  15px, transparent 17px, #000 19px, transparent 21px, #0B853D 23px, transparent 25px, #fff 27px, transparent 29px, #000 31px, transparent 33px);


  background-size: 30px 30px;
 
}
.a {
   -webkit-animation: adjustHue 1s alternate infinite;
}
     
@-webkit-keyframes adjustHue {
   0% { -webkit-filter: hue-rotate(30deg); }
   50% { -webkit-filter: hue-rotate(60deg); }
   100% { -webkit-filter: hue-rotate(90deg); }   
}
@-webkit-keyframes loading {
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes loading {
  to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes loading {
  to { -ms-transform: rotate(360deg); }
}
@keyframes loading {
  to { transform: rotate(360deg); }
}
#circle { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: red; 
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}
.a{
   background: radial-gradient(#0B853D 3px, transparent 5px, #000 7px, transparent 9px, #0B853D 11px, transparent 13px,  15px, transparent 17px, #000 19px, transparent 21px, #0B853D 23px, transparent 25px, #fff 27px, transparent 29px, #000 31px, transparent 33px);
  background-color:#000;
  background-size: 32px 32px;
  overflow:hidden;
  width:100vw;
  height:100vh;
  margin:-10px;
 
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 1;
  visibility: visible;
}
.loading img{max-width:280px;
height:auto;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:9;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #20a3ea;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.tab-wrap {
background: White;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 8px 20px;
    max-width: 800px;
    margin: 30px auto;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background-color:rgba(0,0,0,0.4);
	color:#fff;
}

.tab-switch:checked + .tab-label {
	color: #000;
}

.tab-label::after {
	background: #000;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
	font-size:12px!important;
}
.tab-content table{max-width:800px;
margin:0 auto;
width: 100%;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}


#section3{position:relative:}
#section3 canvas{
    position: absolute;
    bottom: 0;
  left:0;
    width: 100%;
}
#section2{position:relative;}
#section2 canvas {
  width: 100%;
  height: 100%;
	position: absolute;
	z-index: -1;
}
@media screen and (max-width: 800px) {
	#strength .strength {
    width: 100%;
}
	h1 {
    display: block;
    font-size: 1.2em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

		h2 {
    display: block;
    font-size: 1.1em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
	.slideinner {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
}
	.slideText {
    padding: 30px 15px;
    position: absolute;
    top: 20%;
    left: 0;
    width: 90%;
    background-color: rgb(255,255,255,0.9);
    z-index: 2;
    text-align: left;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 16%);
}
}