/* .fixed {
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.grid_txt,
.grid_section .grid_txt {
    height: 100%;
}

.gridline_section_catch,
.gridline_section_catch a,
.grid_section_catch,
.grid_section_catch a,
.grid_section_txt,
.gridline_section_txt,
.gridline_section_txt a {
    color: #ffffff;
}

.blink.imgliq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.blink.imgliq.black_tm::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.blink.imgliq:hover::before {
    background-color: rgba(204, 0, 0, 0.3);
}

.qa_click_a {
    display: none;
}

/*繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ逕ｨ a id*/
/* a[id] {
    display: inline-block;
    padding-top: 130px;
    margin-top: -130px;
}

@media only screen and (max-width: 1150px) {
    a[id] {
        padding-top: 100px;
        margin-top: -100px;
    }
} */

/*main.inner {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 979px) {
	main.inner{display: block;}
}*/

/***************************************************************

on off

****************************************************************/
/* .pc,
.pc.tab,
.pc.sp {
    display: block;
}

.tab,
.sp,
.tab.sp {
    display: none;
}

@media only screen and (max-width: 979px) {

    .pc,
    .pc.sp {
        display: none;
    }

    .tab,
    .pc.tab,
    .tab.sp {
        display: block;
    }
}

@media only screen and (max-width: 690px) {

    .tab,
    .pc.tab {
        display: none;
    }

    .sp,
    .pc.sp {
        display: block;
    }
} */

/***************************************************************

template_c2

****************************************************************/
/* #pagetitle.template_c2 .pagetitle_bg {
    width: 100%;
    height: 100%;
} */

/***************************************************************

template_c3

****************************************************************/
/* @media only screen and (min-width: 980px) {
    .fadein {
        opacity: 0;
        transform: translate(0, 100px);
        transition: all 500ms ease 0s;
    }

    .fadein.fadein01 {
        transition: all 500ms ease .3s;
    }

    .fadein.fadein02 {
        transition: all 500ms ease .7s;
    }

    .fadein.fadein03 {
        transition: all 500ms ease 1.1s;
    }

    .fadein.fadein04 {
        transition: all 500ms ease 1.5s;
    }

    .fadein.fadeinbg {
        transform: translate(-400px, 0);
    } */

    /*	// ._c3_info_block .fadein:nth-child(1){transition : all 500ms ease .3s;}
	// ._c3_info_block .fadein:nth-child(2){transition : all 500ms ease .8s;}
	// ._c3_info_block .fadein:nth-child(3){transition : all 500ms ease 1.3s;}
	// ._c3_info_block .fadein:nth-child(4){transition : all 500ms ease 1.8s;}*/

    /* .fadein.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }
} */


header {
    position: fixed;
}

/*----- loading -----*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 0.5s;
    overflow: hidden;
}
#loading.end {
    opacity: 0;
    z-index: -10;
    transition: all 0.5s;
}
#loading img {
    max-width: 100%;
    width: auto;
    margin: auto;
    position: relative;
}
#loading figure {
    position: relative;
    animation: loading_img 4s forwards;
}
@keyframes loading_img {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media only screen and (max-width: 690px) {
    #loading figure {
        width: 40%;
    }
}
  .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition: all 1s ease 0s;
  }
  .fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
  }
  .fadein2 {
    opacity : 0;
    transform : translate(0, 50px);
    transition: all 1s ease .8s;
  }
  .fadein2.scrollin2 {
    opacity : 1;
    transform : translate(0, 0);
  }
/*### ### ###loadTmpImgAreaSTART### ### ###*/
/* .loadTmpImgArea {
    position: fixed;
    width: 40%;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.loadAnimateTmpImg1 {
    fill: #fff;
}

@media only screen and (min-width: 1200px) {
    .loadTmpImgArea {
        -webkit-animation: loadAnimateTmpImgPc 3.5s ease 1s;
        animation: loadAnimateTmpImgPc 3.5s ease 1s;
        opacity: 0;
        visibility: hidden;
    }

    @-webkit-keyframes loadAnimateTmpImgPc {
        0% {
            top: 50%;
            opacity: 0;
            visibility: hidden;
            width: 40%;
        }

        100% {
            top: -10%;
            opacity: 1;
            visibility: visible;
            width: 1000%;
        }
    }

    @keyframes loadAnimateTmpImgPc {
        0% {
            top: 50%;
            opacity: 0;
            visibility: hidden;
            width: 40%;
        }

        100% {
            top: -10%;
            opacity: 1;
            visibility: visible;
            width: 1000%;
        }
    }

}

@media only screen and (max-width: 1200px) {
    .loadTmpImgArea {
        -webkit-animation: loadAnimateTmpImgSp 3.5s ease 1s;
        animation: loadAnimateTmpImgSp 3.5s ease 1s;
        opacity: 0;
        visibility: hidden;
    }

    @-webkit-keyframes loadAnimateTmpImgSp {
        0% {
            top: 50%;
            opacity: 0;
            visibility: hidden;
            width: 40%;
        }

        100% {
            top: -5%;
            opacity: 1;
            visibility: visible;
            width: 1500%;
        }
    }

    @keyframes loadAnimateTmpImgSp {
        0% {
            top: 50%;
            opacity: 0;
            visibility: hidden;
            width: 40%;
        }

        100% {
            top: -5%;
            opacity: 1;
            visibility: visible;
            width: 1500%;
        }
    }
}

.loadTmpImgAreaIe {
    display: none;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .loadTmpImgArea {
        display: none;
    }

    .loadTmpImgAreaIe {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 10000;
        width: 30%;
    }

    .loadTmpImgAreaIe {
		opacity: 0;
        animation: loadAnimateTmpImgIe 3.5s ease 1s forwards;
    }
}
@-webkit-keyframes loadAnimateTmpImgIe {
	0% {
		opacity: 0;
		width: 30%;
		top: 50%;
	}

	100% {
		opacity: 1;
		width: 500%;
		top: -6%;
	}
}

@keyframes loadAnimateTmpImgIe {
	0% {
		opacity: 0;
		width: 30%;
		top: 50%;
	}

	100% {
		opacity: 1;
		width: 500%;
		top: -6%;
	}
} */
/*### ### ###loadTmpImgAreaEND### ### ###*/


/* #loading .heart {
    position: absolute;
    width: 127px;
    top: 0;
    left: 298px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    animation: heart 4s forwards;
}


@keyframes heart {
    0% {
        opacity: 1;
        transform: scale(1);
        top: 0;
    }

    50% {
        opacity: 1;
        transform: scale(1);
        top: 0;
    }

    100% {
        opacity: 1;
        transform: scale(110);
        top: -500px;
    }
} */

@media only screen and (max-width: 979px) {
/*    #loading figure {
        width: 500px;
    }*/
/*
    #loading .heart {
        width: 90px;
        left: 205px;
    } */
}

@media only screen and (max-width: 690px) {
/*    #loading figure {
        width: 330px;
    }*/

    /* #loading .heart {
        width: 57px;
        left: 137px;
    } */
}


/*----- mainimg -----*/

/* .main_img ul {
    position: relative;
    height: 900px;
}

.main_img .main01,
.main_img .main02 {
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.main_img .main01 {
    opacity: 1;
}*/

/*#mainA.start {
    animation: main 5s infinite forwards;
}
@keyframes main {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}*/

/*.main_img .main02 {
    opacity: 0;
}

.main_img.start .main02 {
    animation: mainimg02 18s infinite forwards;
}

@keyframes mainimg02 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0
    }
} */

/*
@media only screen and (max-width: 690px) {

    .main_img ul,
    .main_img .main01,
    .main_img .main02 {
        height: 550px;
    }
} */



/*---- top h2 -----*/

/* #top .float_area .float1,
#top .float_area .float2,
#top .float_area .float3,
#top .float_area .float4,
#top .float_area .float5,
#top .float_area .float6,
#top .float_area .float7,
#top .float_area .float8,
#top .float_area .float9,
#top .float_area .float10 {
    opacity: 0;
    color: transparent;
    text-shadow: 0px 0px 10px #59C3E1;
}

#top .float_area.white .float1,
#top .float_area.white .float2,
#top .float_area.white .float3,
#top .float_area.white .float4,
#top .float_area.white .float5,
#top .float_area.white .float6,
#top .float_area.white .float7,
#top .float_area.white .float8,
#top .float_area.white .float9,
#top .float_area.white .float10 {
    opacity: 0;
    color: transparent;
    text-shadow: 0px 0px 10px #fff;
}

#top .float_area .float1 {
    transition: all 1s;
}

#top .float_area .float2 {
    transition: all 1.5s;
}

#top .float_area .float3 {
    transition: all 2s;
}

#top .float_area .float4 {
    transition: all 2.5s;
}

#top .float_area .float5 {
    transition: all 3s;
}

#top .float_area .float6 {
    transition: all 3.5s;
}

#top .float_area .float7 {
    transition: all 4s;
}

#top .float_area .float8 {
    transition: all 4.5s;
}

#top .float_area .float9 {
    transition: all 5s;
}

#top .float_area .float10 {
    transition: all 5.5s;
}

#top .float_area.start.on .float1,
#top .float_area.start.on .float2,
#top .float_area.start.on .float3,
#top .float_area.start.on .float4,
#top .float_area.start.on .float5,
#top .float_area.start.on .float6,
#top .float_area.start.on .float7,
#top .float_area.start.on .float8,
#top .float_area.start.on .float9,
#top .float_area.start.on .float10 {
    opacity: 1;
    color: #59C3E1;
    text-shadow: none;
}

#top .float_area.white.start.on .float1,
#top .float_area.white.start.on .float2,
#top .float_area.white.start.on .float3,
#top .float_area.white.start.on .float4,
#top .float_area.white.start.on .float5,
#top .float_area.white.start.on .float6,
#top .float_area.white.start.on .float7,
#top .float_area.white.start.on .float8,
#top .float_area.white.start.on .float9,
#top .float_area.white.start.on .float10 {
    opacity: 1;
    color: #fff;
    text-shadow: none;
} */

/*----- wave -----*/

/* @keyframes wave {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
} */


/*----- other animation -----*/

/* #top .move {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s;
}

#top .move.on.start {
    opacity: 1;
    transform: translateY(0px);
} */

/*----- back_on -----*/

/* .back_on.right:before {
    opacity: 0;
    top: -20px;
    left: -20px;
}

.back_on.start:before {
    animation: back_on_b 1s forwards;
}

@keyframes back_on_b {
    0% {
        opacity: 0;
        top: -20px;
        left: -20px;
    }

    100% {
        opacity: 1;
        top: 0;
        left: 0;
    }
}

.back_on.left:before {
    opacity: 0;
    top: -20px;
    right: -20px;
}

.back_on.left.start:before {
    animation: back_on_b2 1s forwards;
}


@keyframes back_on_b2 {
    0% {
        opacity: 0;
        top: -20px;
        right: -20px;
    }

    100% {
        opacity: 1;
        top: 0;
        right: 0;
    }
}

.back_on.right img {
    opacity: 0;
    transform: translate(20px, -20px);
}

.back_on.right.start img {
    animation: back_on_m 2s forwards;
}

@keyframes back_on_m {
    0% {
        opacity: 0;
        transform: translate(20px, -20px);
    }

    50% {
        opacity: 0;
        transform: translate(20px, -20px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.back_on.left img {
    opacity: 0;
    transform: translate(20px, -20px);
}

.back_on.left.start img {
    animation: back_on_m2 2s forwards;
}

@keyframes back_on_m2 {
    0% {
        opacity: 0;
        transform: translate(-20px, -20px);
    }

    50% {
        opacity: 0;
        transform: translate(-20px, -20px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
} */

/*----- fead -----*/
/*
.fead {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s;
}

.fead.start {
    opacity: 1;
    transform: translateY(0px);
} */

/*----- rotate -----*/

/* .in_rotate {
    animation: border_area 10s infinite;
}

@media only screen and (max-width: 979px) {
    .in_rotate {
        animation: none;
    }
} */
