﻿@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

.font_14{
    font-size: 16px;
}

/*----- FVアニメーション -----*/
#fv_item01{
    position: absolute;
    z-index: 1;
    bottom: -44%;
}
.slick-nav{
  position: relative;
  z-index: 2;
}

/*----- FV -----*/
#main_img{
    max-width: 2000px !important;
    width: 90%;
}

.slick-list{
    height: 100vh;
}

.fv_item02{
    width: 40%;
    position: absolute;
    top: 87%;
    left: 30%;
}
@media screen and (max-width: 1024px){
    .slick-list {
    height: 38vh;
}
.fv_item02{
    top:41%;
}
#fv_item01{
    bottom:34%;
}
}

@media screen and (max-width: 820px){
.slick-list {
    height: 36vh;
}
#fv_item01{
    bottom:28%;
}
.fv_item02 {
    top:49%;
}
}

@media screen and (max-width: 780px){
.slick-list {
    height: 35vh;
}
#fv_item01 {
    bottom: 39%;
}
.fv_item02{
    top:37%;
}
}

@media screen and (max-width: 678px) {
    #fv_item01 {
        bottom: 23%;
    }
    .fv_item02 {
        top: 52%;
        width: 64%;
        left: 17%;
    }
#main_img .slick-list{
    height: 50vh;
}
.slick-initialized .slick-slide{
    height: 50vh;
}
.slick-slide img{
     width: auto;
    height: 50vh;
}
#main_img .slick-slide:first-child{
    left:-16%!important;
}
#main_img .slick-slide:nth-child(2){
    left:-55%!important;
}
#main_img .slick-slide:nth-child(3){
    left:-77%!important;
}
}

/*-----TOPコンテンツ-----*/
.demo_item{
	width: 230px;
    height: 124px;
    border-radius: 10px;
    background-image: url("../img/con_item02.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 2.0s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}
.demo_stage{
    position: relative;
    width: 36%;
    /* height: 65px; */
    top: -214px;
    left:60%;
    display: block;
}
.demo_wrap{
	display: block;
    position: absolute;
    top: 0;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 30s;
    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;}
}

#intro .font_14{
    font-size:18px!important;
}
#contents1_txt .title{
    color:var(--color1);
}

#contents1_txt .font_14{
    font-size:18px!important;
}

.con_item01{
    width: 67%;
    margin-left: 12%;
}

.title{
    font-weight:600;
    font-size:26px;
}
#contents2 .font_14{
    font-size:18px!important;
}

@media screen and (max-width: 780px){
.demo_stage{
   display:none;
}
}

@media screen and (max-width: 678px) {
    .con_item01 {
    width: 90%;
    margin-left: 2%;
}
#intro .font_14,#contents1_txt .font_14,#contents2 .font_14{
    font-size:16px!important;
}
.title{
    font-weight:500;
    font-size:20px;
}
}

/*-----ご利用の流れ-----*/
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: var(--color2);
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/*----- サイトマップ -----*/
#page10 .title{
    font-size:20px;
}

/*----- 共通ヘッダー -----*/
h1 img{
    width: 90%!important;
    margin-bottom:5%!important;
}

.fa-comment{
    font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "\f007";
  margin-right:5px;
}

/*----- 共通フッダー -----*/
@media (min-width: 768px) and (max-width: 780px){
    #contact_bar{
        padding:20px 10px;
    }
}