﻿/*--------------------------------------------
 色 ・　文字
----------------------------------------------*/
:root{
    --color1: #00bfff;
    --color2: #ffe207;
    --color3: #9691ff;
    --color4: #a7d28f;
	--text: #111111;
    --base: #ffffff;
    
    --font1: 16px;
    --fontB1: 32px;
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", sans-serif;
}
/* スマホ */
@media screen and (max-width: 667px){
    :root{
        --fontB1: 22px;
    }
}


/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}

/* --------------------------------------------
 リンクボタン 
---------------------------------------------*/
.linkStyle,a{
	color: var(--color1);
	text-decoration: underline;
	transition: all 0.5s;
}
a{
    text-decoration: none;
}
.linkStyle:hover,a:hover{
	opacity: 0.7;
	text-decoration: none;
}

/*.cate_list li a,#page10 ul li a,.more a{
    background-color: var(--color1);
    color: var(--base);
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.8s;
}
#page10 ul li a{
    padding-top: 15px;
    padding-bottom: 15px;
}
.cate_list li a:hover,#page10 ul li a:hover,.more a:hover{
    background-color:var(--color3);
    opacity: 0.7;
}*/
.cate_list li a,.more a{
    background-color: var(--color1);
    /*background: linear-gradient(90deg, var(--color3)5%, var(--color1)95%);*/
    color: var(--base);
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.8s;
}

.cate_list li a:hover,.more a:hover{
    background-color:var(--color3);
    opacity: 0.7;
}

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}
/*--------------------------------------------
 色 ・　文字
----------------------------------------------*/
html,body,.font_10,.font_11,.font_12,.font_13,.font_14,.font_15{font-size: var(--font1);}
.font_2up{font-size: max(calc(var(--font1) + 2px), calc(1rem  + 2px));}
.font_4up{font-size: max(calc(var(--font1) + 4px), calc(1rem  + 4px));}
.font_2dw{font-size: max(calc(var(--font1) - 2px), calc(1rem  - 2px));}
.font_4dw{font-size: max(calc(var(--font1) - 4px), calc(1rem  - 4px));}
.font_6dw{font-size: max(calc(var(--font1) - 6px), calc(1rem  - 6px));}






/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}


/* color */
body, .txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--text);}
.linkStyle{transition: 0.5s;color: var(--text)}
.linkStyle:hover{opacity: 0.7}

.txt_white, .hvr_txt_white:hover{color: white;}
.txt_red, .hvr_txt_red:hover{color: var(--red);}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_white, .hvr_bg_white:hover{background-color: white} /* 白背景 */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.border_white, .hvr_border_white:hover{border-color: white}
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}



h2, h3, #con2 .font_22, #con3 .box .txt, .close_bt, .modal_bt {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.bg_color5 {
    background-color: #f9f9f9;
}
#page7 .info .title {
    color: var(--color1);
    font-weight: bold;
}
.pagetitle h2, .pagetitle p {
    color: #fff;
}
.topTxt1 .arrow {
    left: 50%;
    transform: translateX(-50%);
}
.fa-arrow-circle-right:before {
    color: #fff;
}
.date {
    color: #D94352;
}
.privacy .no {
    background-color: var(--color1);
}
.pc_nav .font_16, .privacy h3 {
    color: var(--color1);
}
#pagetop {
    background-color: var(--color2);
}
#con2 .font_22 {
    font-size: 25px;
    color: #fff;
}
.cate_list li a {
    border: none;
}
.linkStyle {
    color: var(--color3);
}
.ari {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0.7;
    width: 30%;
    animation: purupuru_anim 1.5s infinite;
}
@keyframes purupuru_anim {
	0% {	transform: translate(-50%, -50%);}
	5% {	transform: translate(-51%, -50%);}
	10% {	transform: translate(-49%, -50%);}
	15% {	transform: translate(-51%, -50%);}
	20% {	transform: translate(-49%, -50%);}
	25% {	transform: translate(-51%, -50%);}
	30% {	transform: translate(-50%, -50%);}
	100% {	transform: translate(-50%, -50%);}
}

#fakeloader .fl {
    max-width: 340px;
}
#con2 {
    background-color: var(--color1);
}



.con1_squ span {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    z-index: 1;
}
#con2 .font_15 {
    color: #fff;
}
.scrollanim {
    bottom: 0;
    left: 50%;
    width: 300px;
}

.scrollanim {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.scrollanim.active{
  opacity : 1;
  transform : translate(0, 0);
}
#pagetop {
    z-index: 1;
}

.logo1 {
    max-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
}

.f_contact_box h4 {
    margin-bottom: 10px;
}

/*.catch {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 80px;
}*/
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0%;
  height: 12px;
  background: var(--color2);
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}

/**************modal*******************/
.modal_bt {
    cursor: pointer;
    margin: 30px auto 10px;
    border-radius: 15px;
}
.modal_bg{
     top: 0;left: 0;
     background-color: rgba(0,0,0,0.8);
     z-index: 9
}
.modal_box{
     max-height: 80%;
     overflow-y: auto;
     z-index: 10
}
.close_bt{
    cursor: pointer;
    border-radius: 15px;
}
/***************************************/
/*******************コンテンツアニメ*******************************/
.demo_item{
	width: 100px;
    height: 100px;
    border-radius: 10px;
    background-image: url(/img/demo/car/101.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}


.demo_stage {
    position: relative;
    width: 100%;
    height: 0px;
    top: 50px;
    display: block;
    z-index: 1;
}


.demo_wrap{
	display: block;
    position: absolute;
    top: 20px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
	margin-right: -25px;
}
.demo_wrap[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap[data-order="right"] {
    animation-name: GoRight;
}

[data-order="right"] > .demo_item {
    transform: rotateY(180deg);
}
@keyframes GoLeft {
    0% {
        right: 10%;
    }
    100% {
        right: 90%;
    }
}
@keyframes GoRight {
    0% {
        right: 90%;
    }
    100% {
        right: 10%;
    }
}

@keyframes upDown {
    0% {
        top: 0;
    }
    100% {
        top: 3px;
    }
}
/**********************************************/
.hidden {
  opacity:0;
}
.console-container {
 
  font-family:Khula;
  font-size:3em;
  text-align:center;
  height:200px;
  width:900px;
  display:block;
  position:absolute;
  color:white;
  /*top:0;*/
  bottom:100px;
  /*left:0;*/
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}
/**********************************************/


/* タブレット */
@media screen and (max-width: 768px){
.console-container {
    font-size: 2em;
    width: 700px;
    bottom: -100px;
}
.ari {
    width: 40%;
}
.header-in {
    height: 80px;
}
.scrollanim {
    bottom: 0;
    left: 10%;
    width: 300px;
}
#con3 .box .txt {
    font-size: 14px;
}
#cms_6-a .cate_list li, .BA_type1 .cate_list li, #cms_2-d .cate_list li {
    width: 50% !important;
}
}
/* スマホ */
@media screen and (max-width: 667px){
.demo_item{
	width: 70px;
    height: 70px;
}
.demo_stage {
    top: 11px;
}
.console-container {
    font-size: 22px;
    width: 290px;
    bottom: -101px;
    right: 10px;
}
.topTxt1 {
    font-size: 15px;
}
.ari {
    width: 35%;
}
.logo1 {
    max-width: 150px;
    padding-left: 10px;
    margin-top: 9px;
}
.scrollanim {
    bottom: 0;
    left: 10%;
    width: 150px;
}
.f_contact_box h4 {
    font-size: 35px;
}
.modal_box {
    padding: 20px 20px;
}
#con3 .box .txt {
    font-size: 18px;
}
#fakeloader .fl {
    max-width: 200px;
}
#cms_6-a .cate_list li, .BA_type1 .cate_list li, #cms_2-d .cate_list li {
    width: 100% !important;
}
#con2 .font_22 {
    font-size: 22px;
    color: #fff;
}
#cms_2-d .cate_title {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
    padding-right: 0px;
    padding-left: 0px;
}
}