<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:640px) {
.pcv {
    display: none
}
.spv {
    display: block;
}
html{
    height: 100%;
    font-size: 62.5%;/* 10px */
}
body {
    background: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 2.0rem;
    line-height: 140%;
    color: #444;
    min-width: 0;
    max-width: 2900px;
    margin: auto;
    width: 100%;
    height: 100%;
    line-break: strict;
    word-break: normal;
    word-wrap: break-word;
    color: #51565a;/*org777d81*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-align: justify;
    text-justify: inter-ideograph;

    overflow-x: none;
}
h2,h3,h4,h5,h6 {
    color: #1f2125;
}

section {
    position: relative;
}

.jumpTarget {
    position: absolute;
    top: -100px;
}

#container {
	height: auto;
	margin: auto;
    position: relative;
    z-index: 4;
    opacity: 0;
    overflow: hidden;
}
#container .wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    z-index: 5;
}
#container .wrapper h2  {
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 4vw;
}
#container .wrapper h2 a.backLink {
    display: inline;
    font-size: 1.2rem;
    line-height: 100%;
    padding: 10px 0 10px 18px;
    margin: 0 0 0 12px;
    background: url("../../../../../images/common/arrow_left.png") left 3px center/10px auto no-repeat;
    transition: all 0.2s;
    color: #1f2125;
}
#container .wrapper h2 a.backLink:active {
    animation: link_arrow_left 0.6s ease 0s infinite;
    -webkit-animation: link_arrow_left 0.6s ease 0s infinite;
    color: #f08404;
}
#container .wrapper h2 span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.6rem;
    line-height: 100%;
    font-weight: bold;
    color: #f08404;
    margin: 0 0 6px;
}


#nanameMask {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 1068px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s ease-in-out 1.3s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 2;
}
#nanameMask.move {
    /*left: 100vw;*/
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
}


.SP {
    display: none;
}
a {
    text-decoration: none;
    color: #51565a;
    -webkit-tap-highlight-color:rgba(0,32,64,0.05);
    /*-webkit-tap-highlight-color: rgba(240,132,4,0.1);*/
}
a p,
a h3 {
    transition: color 0.2s;
}
a img {
    transition: all 0.3s;
}


#fadeAll{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 99999;
    top: 0;
    left: 0;
    pointer-events: none;
}
#progress {
    width: 100%;
    height:100%;
    padding:0;
    margin:0;
    position:relative;
}
#progressBar {
    width: 0;
    height: 5px;
    background: #f08404;
    position: absolute;
    top: 1px;
    transition: transform 0.3s;
    transform-origin: right top;
    -webkit-transition: transform 0.3s;
    -webkit-transform-origin: right top;
}
#logoAnime {
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 82px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}
#logoAnime img {
    position: absolute;
    width: 100%;;
    height: auto;
    transform: scale(3.5);
    -webkit-transform: scale(3.5);
    opacity: 0;
    z-index: 2;
}
#logoAnime img.p11 {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
    z-index: 1;
}
#logoAnime img.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
#logoAnime img.p1.show {
    transition: all 0.5s 0.1s;
}
#logoAnime img.p2.show {
    transition: all 0.5s 0.14s;
}
#logoAnime img.p3.show {
    transition: all 0.5s 0.18s;
}
#logoAnime img.p4.show {
    transition: all 0.5s 0.23s;
}
#logoAnime img.p5.show {
    transition: all 0.5s 0.28s;
}
#logoAnime img.p6.show {
    transition: all 0.5s 0.34s;
}
#logoAnime img.p7.show {
    transition: all 0.5s 0.4s;
}
#logoAnime img.p8.show {
    transition: all 0.5s 0.46s;
}
#logoAnime img.p9.show {
    transition: all 0.5s 0.52s;
}
#logoAnime img.p10.show {
    transition: all 0.5s 0.58s;
}
#logoAnime img.p11.show {
    transition: all 0.8s 0.8s;
}


#preload {
    display: none;
}



header {
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 998;
    top: 0;
    left: 0;
    /*transition: height 0.3s, background 0.3s, transform 0.5s 0.3s;*/
    opacity: 1;
    user-select: none;
    
   /* transform: translateY(-140px);
    -webkit-transform: translateY(-140px);*/
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    display: none;
}
/*header.show {
    transition: height 0.3s, background 0.3s, transform 0.7s 0.5s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}*/
header.show {
    display: block;
}

header.lock * {
    pointer-events: none;
    cursor: default;
}
header #header_sp {
    display: block;
}
header #header_pc {
    display: none;
}
header #header_sp .wrap {
    position: relative;
    width: auto;
	height: 60px;
    transition: all 0.3s;
    text-align: left;
}
header #header_sp .wrap::after {
    content: '';
    clear: both;
    display: block;
}

header #header_sp .wrap * {
    pointer-events: auto;
}

header #header_sp .wrap a {
    display: inline-block;
    height: 100%;
}
header #header_sp .logoWrap {
    position: relative;
    left: 0;
    top: 0;
    width: 220px;
    height: 60px;
    z-index: 1;
}
header #header_sp img.logo {
    width: auto;
    height: 32px;
    position: absolute;
    left: 13px;
    top: 14px;
}
header #header_sp h1 {
    position: absolute;
    left: 72px;
    bottom: 14px;
    color: #51565a;
}

/*--------------*/
header #header_sp .logoWrap._70th {
	width: 260px;
}
header #header_sp .logoWrap._70th img.logo {
}
header #header_sp .logoWrap._70th h1 {
	left: 110px;
}
/*--------------*/

header #header_sp h1 span {
    font-size: 1.2rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: block;
    transition: color 0.2s;
    color: #1f2125;
}
header #header_sp h1 span.en {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0rem;
    line-height: 100%;
    letter-spacing: normal;
    display: block;
    color: #777d81;
    margin-top: 5px;
}

header #header_sp a:active h1 span,
header #header_sp a:active h1 span.en {
    color: #f08404;
}
header #header_sp .sp_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url("../../../../../images/common/header_menu_btn_sp.svg") center/20px auto no-repeat;
}

    header .pulldown {
        display: none;
    }
    
    header #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        z-index: 199999;
        /*padding-bottom: 100px;*/
        transition: opacity 0.3s;
    }
    body.spNaviOpen header {
        height: 100%;
    }
    body.spNaviOpen header #sp_navi {
        opacity: 1;
        pointer-events: auto;
    }
    header #sp_navi .naviInner {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(225,228,231,0.96);
    }
    header #sp_navi a:active h2,
    header #sp_navi a:active h3 {
        color: #f08404;
    }
    header #sp_navi .sp_close {
        width: 60px;
        height: 60px;
        cursor: pointer;
        background: url("../../../../../images/common/header_menu_close_sp.svg") center/20px auto no-repeat;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 1;
    }
    header #sp_navi .wrap {
        margin: 0 3vw;
        /*border-bottom: 1px solid rgba(119,125,129,0.5);*/
        /*margin-top: -30px;*/
    }
    header #sp_navi .p {
        padding: 6px 0 4px;
        border-top: 1px solid rgba(119,125,129,0.5);
    }
    header #sp_navi .p a {
        display: inline-block;
    }
    header #sp_navi h2 {
        display: block;
        font-size: 1.2rem;
        line-height: 100%;
        font-weight: bold;
        padding: 8px 0;
    }
    header #sp_navi .p:first-child {
        border-top: none;
    }
    header #sp_navi ul {
        padding-bottom: 6px;
    }
    header #sp_navi ul::after {
        content: '';
        display: block;
        clear: both;
    }
    header #sp_navi ul li {
        padding: 0 0 0 1em;
        text-align: left;
        font-size: 1.0rem;
        line-height: 140%;
        width: 50%;
        float: left;
        padding: 6px 0;
    }
    header #sp_navi ul li a {
        display: inline-block;
        vertical-align: top;
        padding: 2px 0;
    }
    header #sp_navi ul li a.blank span {
        display: inline-block;
        background: url("../../../../../images/common/icon_blank.png") right top/12px auto no-repeat;
        padding-right: 20px;
    }
    header #sp_navi .contactBtn {
        text-align: center;
        margin: 12px 3vw 100px;
    }
    header #sp_navi .contactBtn a {
        display: block;
        text-align: center;
        color: #fff;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 1.4rem;
        font-weight: bold; 
        line-height: 36px;
        letter-spacing: 0.05em;
        height: 36px;
        width: 100%;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        background: #9ea3a5;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 400px;
    }
    header #sp_navi .contactBtn a::after {
        content: '';
        background: #f08404;
        width: 110%;
        height: 0;
        position: absolute;
        left: -50%;
        right: -50%;
        top: -50%;
        bottom: -50%;
        margin: auto;
        z-index: 1;
        transition: all 0.3s;
        transform: rotate(-20.25deg);
        -webkit-transform: rotate(-20.25deg);
    }
    header #sp_navi .contactBtn a:active::after {
        width: 110%;
        height: 44vw;
    }
    header #sp_navi .contactBtn span {
        display: block;
        background: url("../../../../../images/common/icon_mail.png") left center/16px auto no-repeat;
        height: 100%;
        position: relative;
        z-index: 2;
    }
    
header.smaller {
    /*background: rgba(255,255,255,0.9);
    box-shadow: 0 0px 8px rgba(0,0,0,0.2)*/
}


/*フッター*/
footer {
    text-align: center;
    position: relative;
    padding: 150px 0 20px;
    opacity: 0;
    margin: -50px 0 0;
    background: #f4f6f6;
}
footer::before {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    margin: auto;
    background: url("../../../../../images/common/footer_bg.png") center top/800px auto no-repeat;
    display: block;
    width: 100%;
    height: 300px;
    z-index: 2;
}
footer::after {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    bottom: 200px;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 300px;
    background: #fff;
}

footer .wrapper {
    text-align: left;
    position: relative;
    z-index: 3;
    margin: auto;
}
footer ul.pankuzu {
    display: none;
}

footer #footer_pc {
    display: none;
}

    footer #footer_sp {
        display: block;
        padding: 0 3vw;
    }
    footer #footer_sp ul {
        display: block;
        margin: 0 0 30px;
    }
    footer #footer_sp ul::after {
        content: '';
        display: block;
        clear: both;
    }
    footer #footer_sp ul li {
        display: block;
        width: 48.5%;
        border-bottom: 1px solid rgba(119,125,129,0.5);
        font-size: 1.2rem;
        line-height: 120%;
        font-weight: bold;
    }
    footer #footer_sp ul li:nth-child(odd) {
        float: left;
    }
    footer #footer_sp ul li:nth-child(even) {
        float: right;
    }
    footer #footer_sp ul li a {
        display: block;
        height: 100%;
        padding: 10px 0;
    }
    footer #footer_sp ul li a:active,
    footer #footer_sp .bottomLink a:active {
        color: #f08404;
    }
    footer #footer_sp .contactBtn {
        text-align: center;
        padding: 0;
    }
    footer #footer_sp .contactBtn a {
        display: block;
        text-align: center;
        color: #fff;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 1.4rem;
        font-weight: bold; 
        line-height: 36px;
        letter-spacing: 0.05em;
        height: 36px;
        width: 100%;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        background: #9ea3a5;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 400px;
    }
    footer #footer_sp .contactBtn a::after {
        content: '';
        background: #f08404;
        width: 110%;
        height: 0;
        position: absolute;
        left: -50%;
        right: -50%;
        top: -50%;
        bottom: -50%;
        margin: auto;
        z-index: 1;
        transition: all 0.3s;
        transform: rotate(-20.25deg);
        -webkit-transform: rotate(-20.25deg);
    }
    footer #footer_sp .contactBtn a:active::after {
        width: 110%;
        height: 44vw;
    }
    footer #footer_sp .contactBtn span {
        display: block;
        background: url("../../../../../images/common/icon_mail.png") left center/16px auto no-repeat;
        height: 100%;
        position: relative;
        z-index: 2;
    }
    
    footer #footer_sp .bottomLink {
        color: #898988;
        font-size: 1.2rem;
        line-height: 120%;
        margin: 20px 0 0;
    }
    footer #footer_sp .bottomLink a {
        display: inline-block;
        padding: 10px 0;
    }
    footer #footer_sp .copyright {
        text-align: right;
        color: #cbd0d3;
        font-size: 1.0rem;
        line-height: 120%;
        margin: 20px 0 0;
    }

#pagetopBtn {
    position: fixed;
    right: -25%;
    bottom: 600px;
    width: 50px;
    height: 50px;
    z-index: 10;
    transition: right 1.2s, bottom 1.2s;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-tap-highlight-colo: rgba(0, 0, 0, 0);
}
#pagetopBtn.show {
    right: 4%;
    bottom: 44px;
}

#pagetopBtn span.s1 {
    /*background: url("../../../../../images/common/btn_swallow_01.png") center center/52px auto no-repeat;*/
    background: url("../../../../../images/common/btn_swallow_01.png") center center/32px auto no-repeat;
    transform: scale(1);
    -webkit-transform: scale(1);
}
#pagetopBtn span.s2 {
    /*background: url("../../../../../images/common/btn_swallow_02.png") center center/93px auto no-repeat;*/
    background: url("../../../../../images/common/btn_swallow_02.png") center center/53px auto no-repeat;
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
#pagetopBtn span.s3 {
    /*background: url("../../../../../images/common/btn_swallow_03.png") center center/52px auto no-repeat;*/
    background: url("../../../../../images/common/btn_swallow_03.png") center center/32px auto no-repeat;
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn span.s4 {
    /*background: url("../../../../../images/common/btn_swallow_04.png") center center/77px auto no-repeat*/
    /*background: url("../../../../../images/common/btn_swallow_04.png") center center/60px auto no-repeat;*/
    background: url("../../../../../images/common/btn_swallow_02.png") center center/53px auto no-repeat;
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#pagetopBtn span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    transition: all 0.2s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
#pagetopBtn p {
    position: relative;
    right: 0;
    top: 0;
    animation: swallow1 3s ease-in-out infinite, swallow2 6s ease-in-out 1.5s infinite;
    -webkit-animation: swallow1 3s ease-in-out infinite, swallow2 6s ease-in-out 1.5s infinite;
    transition: margin 0.2s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
#pagetopBtn.wait p {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
/*#pagetopBtn:hover span.s1,
#pagetopBtn.up:hover span.s1{
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn:hover span.s2,
#pagetopBtn.up:hover span.s2{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
#pagetopBtn:hover span.s3,
#pagetopBtn.up:hover span.s3 {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}*/
#pagetopBtn.up span.s1 {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
#pagetopBtn.up span.s2 {
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
#pagetopBtn.up span.s3 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
#pagetopBtn.up2 span.s1 {
    opacity: 0!important;
    transform: scale(1.3)!important;
    -webkit-transform: scale(1.3)!important;
    cursor: default!important;
}
#pagetopBtn.up2 span.s2 {
    opacity: 0!important;
    transform: scale(0.7)!important;
    -webkit-transform: scale(0.7)!important;
    cursor: default!important;
}
#pagetopBtn.up2 span.s3 {
    opacity: 1!important;
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    cursor: default!important;
}
#pagetopBtn span.s4 {
    opacity: 0;
}
#pagetopBtn.wait span.s1 {
    opacity: 0;
}
#pagetopBtn.wait span.s3 {
    opacity: 0;
}
#pagetopBtn.wait span.s4 {
    opacity: 1;
}
#pagetopBtn.up2 span.s4 {
    opacity: 0;
}
/*
#pagetopBtn:hover span.s4,
#pagetopBtn.up:hover span.s4 {
    opacity: 0!important;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}*/
#pagetopBtn.down span.s1 {
    opacity: 1;
}
#pagetopBtn.down span.s3,
#pagetopBtn.down span.s4 {
    opacity: 0;
}
#pagetopBtn.down.up span.s3 {
    opacity: 1;
}
#pagetopBtn.down.up span.s1,
#pagetopBtn.down.up span.s4 {
    opacity: 0;
}
/*
#pagetopBtn.down:hover span.s1 {
    opacity: 0;
}*/

@keyframes swallow1 {
    0%  {left: 10%;}
    50% {left: -10%;}
    100% {left: 10%;}
}
@keyframes swallow2 {
    0% {top: -10%;}
    50% {top: 10%;}
    100% {top: -10%;}
}
@-webkit-keyframes swallow1 {
    0%  {left: 10%;}
    50% {left: -10%;}
    100% {left: 10%;}
}
@-webkit-keyframes swallow2 {
    0% {top: -10%;}
    50% {top: 10%;}
    100% {top: -10%;}
}

#transEvent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: auto;
    z-index: 1000;
    background: #fff;
    overflow:hidden;
}
#pageTrans1 {
    transition: transform 1.4s ease-in 0.81s;
}
#pageTrans2 {
    transition: transform 0.8s ease-in 1.31s;
    opacity: 0.65;
}
#pageTrans1.show {
    transition: transform 0.4s ease-out 0.4s;
}
#pageTrans2.show {
    transition: transform 0.8s ease-out 0.0s;
}
.pageTrans {
	position: fixed;
	width: 100%;
	height: 100vh;
    background: url("../../../../../images/common/white.png") left top/cover no-repeat;
	z-index: 999;
    transform: translateY(200%);
    -webkit-transform: translateY(200%);
}
.pageTrans.topPage {
    display: none;
}
.pageTrans.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.pageTrans .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.pageTrans .inner::before {
    content: '';
    display: block;
    position: absolute;
    top: -1076px;
    left: 0;
    width: 2900px;
    height: 1080px;
    background: url("../../../../../images/common/transition_01.png") center top no-repeat;
}
#loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*background: url("../../../../../images/common/kmix_logo.svg") center center/84px auto no-repeat;*/
    width: 84px;
    height: 57px;
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s;
}
#loading.show {
    opacity: 1;
    transition: opacity 0.3s 0.5s;
}















a.arrowBtn_left {
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_left.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
a.arrowBtn_right {
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_right.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
a.arrowBtn_left:active {
    animation: arrow_left 0.6s ease 0s infinite;
    -webkit-animation: arrow_left 0.6s ease 0s infinite;
}
a.arrowBtn_right:active {
    animation: arrow_right 0.6s ease 0s infinite;
    -webkit-animation: arrow_right 0.6s ease 0s infinite;
}
@keyframes arrow_left {
    0%  {background-position: left 60% center;}
    50% {background-position: left 40% center;}
    90% {background-position: left 40% center;}
    100% {background-position: left 60% center;}
}
@keyframes arrow_right {
    0%  {background-position: left 40% center;}
    50% {background-position: left 60% center;}
    90% {background-position: left 60% center;}
    100% {background-position: left 40% center;}
}
@-webkit-keyframes arrow_left {
    0%  {background-position: left 60% center;}
    50% {background-position: left 40% center;}
    90% {background-position: left 40% center;}
    100% {background-position: left 60% center;}
}
@-webkit-keyframes arrow_right {
    0%  {background-position: left 40% center;}
    50% {background-position: left 60% center;}
    90% {background-position: left 60% center;}
    100% {background-position: left 40% center;}
}

section.slickSection {
    padding-bottom: 30px;
    width: 688px;
}
section.slickSection ul {
}
section.slickSection h3 {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    width: 100vw;
}
section.slickSection h3 span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.4rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}
section.slickSection p {
    width: 160px;
}
section.slickSection p.image {
    height: 89px;
    overflow: hidden;
}
section.slickSection p.image img {
    width: 100%;
    height: auto;
    ransition: transform 0.3s;
}
section.slickSection a:active p.image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
section.slickSection p.name {
    font-size: 1.1rem;
    line-height: 140%;
    font-weight: bold;
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: top;
    width: auto!important;
    padding-right: 25px;
    text-align: left;
    color: #1f2125;
}
section.slickSection a:active p.name {
    color: #f08404;
}
section.slickSection p.text {
    margin: 5px 0 0;
    font-size: 1.0rem;
    line-height: 160%;
}

section.slickSection a.blank p.name {
    background: url("../../../../../images/common/icon_blank.png") right 10px top 2px/12px auto no-repeat;
}

section.slickSection .slick-box .slick-prev {
    position: absolute;
    left: -12px;
    top: 62px;
    cursor: pointer;
    z-index: 10;
    
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_left.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
section.slickSection .slick-box .slick-next {
    position: absolute;
    right: -12px;
    top: 62px;
    cursor: pointer;
    z-index: 10;
    
    background: rgba(255,255,255,0.8) url("../../../../../images/common/arrow_right.png") 50% center/10px auto no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    vertical-align: middle;
}
section.slickSection .slick-box .slick-prev:active {
    animation: arrow_left 0.6s ease 0s infinite;
}
section.slickSection .slick-box .slick-next:active {
    animation: arrow_right 0.6s ease 0s infinite;
}
    
.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
    content: "" !important;
}
section.slickSection .slick-box li {
    text-align: left;
}
section.slickSection .slick-box li a {
    display: inline-block;
    text-align: left;
    padding-left: 3vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
section.slickSection .slick-dots {
    width: 100vw;
    bottom: -40px;
}

#contact {
    background: #ece6dd;
    text-align: center;
    padding: 25px 3vw 3vw;
    margin: 0 3vw 40px;
}
#contact h3 {
    font-size: 1.3rem;
    line-height: 100%;
    font-weight: normal;
    text-align: center;
}
#contact h3 span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.4rem;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 5px;
}
#contact &gt; p {
    font-size: 1.2rem;
    line-height: 160%;
    margin: 15px 0 0;
}
#contact ul {
    margin: 15px 0 0;
    font-size: 1ps;
    line-height: 0;
    letter-spacing: -5px;
}
#contact li {
    margin: 0;
    display: block;
    letter-spacing: normal;
    line-height: 4.6rem;
    height: 4.6rem;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
#contact ul.at li {
    line-height: 5.2rem;
    height: 5.2rem;
}
#contact ul.at li.tel {
    line-height: 100%;
    padding: 7px 0 0;
}
#contact li span {
    display: block;
    position: relative;
    z-index: 2;
}
#contact li.tel.pcv {
    display: none;
}
#contact li.tel {
    color: #fff;
    background: #f08404 url("../../../../../images/common/icon_tel_02.png") left 20px center/19px auto no-repeat;
    margin-bottom: 10px;
}
#contact li.tel span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}
#contact li.tel p {
    font-size: 1.3rem;
    line-height: 100%;
    letter-spacing: 0.05em;
    margin: 4px 0 0;
}
#contact li.mail {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #f08404;
}
#contact li.mail span {
    color: #fff;
}
#contact li a::after {
    content: '';
    background: #1f2125;
    width: 110%;
    height: 0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    transition: all 0.3s;
    transform: rotate(-20.25deg);
    -webkit-transform: rotate(-20.25deg);
}
#contact li a:active::after {
    width: 110%;
    height: 44vw;
}
#contact ul.at li a:active::after {
    width: 110%;
    height: 45vw;
}
#contact ul.at li.tel p {
    color: #fff;
    position: relative;
    z-index: 2;
}
#contact li.mail span {
    background: url("../../../../../images/common/icon_mail.png") left 20px center/18px auto no-repeat;
}


@keyframes link_arrow_left {
    0%  {background-position: left 5px center;}
    50% {background-position: left 0 center;}
    90% {background-position: left 0 center;}
    100% {background-position: left 5px center;}
}
@keyframes link_arrow_right {
    0%  {background-position: left 0 center;}
    50% {background-position: left 5px center;}
    90% {background-position: left 5px center;}
    100% {background-position: left 0 center;}
}
@-webkit-keyframes link_arrow_left {
    0%  {background-position: left 5px center;}
    50% {background-position: left 0 center;}
    90% {background-position: left 0 center;}
    100% {background-position: left 5px center;}
}
@-webkit-keyframes link_arrow_right {
    0%  {background-position: left 0 center;}
    50% {background-position: left 5px center;}
    90% {background-position: left 5px center;}
    100% {background-position: left 0 center;}
}

.moreBtn {
    text-align: center;
    padding: 25px 0 0;
}
.moreBtn a {
    display: inline-block;
    text-align: left;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: bold; 
    line-height: 50px;
    letter-spacing: 0.05em;
    height: 50px;
    width: 200px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #f08404;
    padding: 0 20px;
}
.moreBtn a::after {
    content: '';
    background: #1f2125;
    width: 110%;
    height: 0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    transition: all 0.3s;
    transform: rotate(-20.25deg);
    -webkit-transform: rotate(-20.25deg);
}
.moreBtn a:active::after {
    width: 110%;
    height: 250%;
}
.moreBtn span {
    display: block;
    background: url("../../../../../images/common/arrow_down.png") right center/12px auto no-repeat;
    height: 100%;
    position: relative;
    z-index: 2;
}

    
.linkBtn {
    text-align: center;
    padding: 25px 0 0;
}
.linkBtn a {
    display: inline-block;
    text-align: left;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: bold; 
    line-height: 50px;
    letter-spacing: 0.05em;
    height: 50px;
    width: 200px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #f08404;
    padding: 0 20px;
}
.linkBtn a::after {
    content: '';
    background: #1f2125;
    width: 110%;
    height: 0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 1;
    transition: all 0.3s;
    transform: rotate(-20.25deg);
    -webkit-transform: rotate(-20.25deg);
}
.linkBtn a:active::after {
    width: 110%;
    height: 250%;
}
.linkBtn span {
    display: block;
    background: url("https://www.kmix.co.jp/images/common/arrow_right_02.png") right center/12px auto no-repeat;
    height: 100%;
    position: relative;
    z-index: 2;
}

.contents .heading .line h3 {
    transition: opacity 0.8s 0.4s;
}
.contents .heading .line::before {
    transition: width 0.4s;
}

.scrFade,
.scrFade_s,
.scrFade .listFade li,
.scrFade_s .listFade li {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: opacity 0.6s 0s, transform 0.6s 0s;
}
.scrFade.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}
.scrFade.dl-1.show {
    transition: opacity 0.6s 0.0s, transform 0.6s 0.0s;
}
.scrFade.dl-2.show {
    transition: opacity 0.6s 0.1s, transform 0.6s 0.1s;
}
.scrFade.dl-3.show {
    transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
}
.scrFade.dl-4.show {
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}
.scrFade.dl-5.show {
    transition: opacity 0.6s 0.4s, transform 0.6s 0.4s;
}
.scrFade.dl-6.show {
    transition: opacity 0.6s 0.5s, transform 0.6s 0.5s;
}
.scrFade.dl-7.show {
    transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}

.scrFade_s {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: opacity 0.6s 0s, transform 0.6s 0s;
}
.scrFade_s.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: opacity 0.6s 0.1s, transform 0.6s 0.1s;
}

.scrFade_title {
    opacity: 0;
    transition: opacity 0.6s;
}
.scrFade_title.show {
    opacity: 1;
}

.scrFade.show .listFade li,
.scrFade_s.show .listFade li{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.scrFade.show .listFade li:nth-child(1) {
    transition: opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.scrFade.show .listFade li:nth-child(2) {
    transition: opacity 0.6s 0.5s, transform 0.6s 0.5s;
}
.scrFade.show .listFade li:nth-child(3) {
    transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.scrFade.show .listFade li:nth-child(4) {
    transition: opacity 0.6s 0.7s, transform 0.6s 0.7s;
}
.scrFade.show .listFade li:nth-child(5) {
    transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
}
.scrFade.show .listFade li:nth-child(6) {
    transition: opacity 0.6s 0.9s, transform 0.6s 0.9s;
}
.scrFade.show .listFade li:nth-child(7) {
    transition: opacity 0.6s 1.0s, transform 0.6s 1.0s;
}
.scrFade.show .listFade li:nth-child(8) {
    transition: opacity 0.6s 1.1s, transform 0.6s 1.1s;
}
.scrFade.show .listFade li:nth-child(9) {
    transition: opacity 0.6s 1.2s, transform 0.6s 1.2s;
}
.scrFade.show .listFade li:nth-child(10) {
    transition: opacity 0.6s 1.3s, transform 0.6s 1.3s;
}

.scrFade_s.show .listFade li:nth-child(1) {
    transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
}
.scrFade_s.show .listFade li:nth-child(2) {
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}
.scrFade_s.show .listFade li:nth-child(3) {
    transition: opacity 0.6s 0.4s, transform 0.6s 0.4s;
}
.scrFade_s.show .listFade li:nth-child(4) {
    transition: opacity 0.6s 0.5s, transform 0.6s 0.5s;
}
.scrFade_s.show .listFade li:nth-child(5) {
    transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.scrFade_s.show .listFade li:nth-child(6) {
    transition: opacity 0.6s 0.7s, transform 0.6s 0.7s;
}
.scrFade_s.show .listFade li:nth-child(7) {
    transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
}
.scrFade_s.show .listFade li:nth-child(8) {
    transition: opacity 0.6s 0.9s, transform 0.6s 0.9s;
}
.scrFade_s.show .listFade li:nth-child(9) {
    transition: opacity 0.6s 1.0s, transform 0.6s 1.0s;
}
.scrFade_s.show .listFade li:nth-child(10) {
    transition: opacity 0.3s 1.1s, transform 0.4s 1.1s;
}
    
    #sdgs_bn_side {
        position: fixed;
        z-index: 10;
        right: 0;
        top: 0;
        /*bottom: 0;
        margin: auto 0;*/
        width: 40px;/*50px*/
        /*height: 175px;*//*218px;*/
		height: 100%;
		padding-top: 60px;
        transition: transform 0.2s;
        pointer-events: none;
        transform: translateX(41px);
		display: flex;
		flex-direction: column;
		justify-content: center;
    }
    body.scrTrg #sdgs_bn_side {
        pointer-events: auto;
        transform: translateX(0);
    }
    #sdgs_bn_side img {
        display: block;
        width: 100%;
    }
    #sdgs_bn_side a {
        display: block;
        transition: opacity 0.2s;
    }
    #sdgs_bn_side a:active {
        opacity: 0.7;
    }
    
} /*640*/


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

}/*480*/

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

}/*320*/


</pre></body></html>