<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* *****************************************************************
読み込み時
***************************************************************** */
.start {
    background: url("../../images/back.jpg");
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}
.start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
}
.start span.txt_area{
    display: block;
    max-width: 417px;
}
.start span.copy{
    display: block;
    color: #29509a;
    font-size: 14px;
}

/* *****************************************************************
トップ
***************************************************************** */
.top{
    color: #fff;
    text-align: center;
    padding-bottom: 140px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.top h1{
    color: #fff;
    margin-bottom: 50px;
}
.top p{
    font-size: 24px;
    color: #e9d7bf;
}
.top p span{
    color: #fff;
    font-weight: bold;
    line-height: 3;
}
@media screen and (max-width: 1366px) {
    .top{padding-bottom: 10.248vw;}
}
@media screen and (max-width: 640px) {
    .top{
        padding-left: 5%;
        padding-right: 5%;
    }
    .top p{
        font-size: 16px;
    }
}

/* *****************************************************************
マスク
***************************************************************** */
.top_animation {
    padding: 0;
    margin: 0;
    height: 3000px;
    overflow: hidden;
    position: relative;
}
.main_main{
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 1;
}
.main_main .mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../../images/animation/mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 33%;
    mask-image: url("../../images/animation/mask.svg");
    mask-repeat: no-repeat;
    mask-position: 50% 33%;
}
.main_main .mask .action_image_area{
    width: auto;
    height: 100%;
    background: linear-gradient(50deg, #0179c5, #004ac4);
}
.main_main .mask img{
    width:auto;
    height: 35%;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}
.main_main .mask img.main_illust2{
    top: 0;
    max-width: 839px;
    height: 50%;
    max-height: 523px;
    opacity: 0;
}
.top_title{
    font-size: 24px;
    margin-left: 0;
    margin-top: 1.5em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .top_title{
        width: 100%;
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
        padding: 0 3em;;
    }
    .main_main .mask img.main_illust2sp{
        top: 0;
        width: 115%;
        height: auto;
        opacity: 0;
    }
}
@media screen and (max-width: 480px) {
    .top_title{
        font-size: 16px;
        text-align: right;
    }
}

/* *****************************************************************
飾り
***************************************************************** */
.first_image_area{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../../images/back.jpg");
}
.first_image_area .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../../images/animation/main_bg.svg") no-repeat;
}
.first_image_area .txt1{
    position: absolute;
    width: 16.691%;
    max-width: 228px;
    top: 10%;
    left: 57.5%;
    z-index: 3;
}
.first_image_area .txt2{
    position: absolute;
    width: 16.691%;
    max-width: 228px;
    top: 17%;
    left: 27%;
    z-index: 3;
}
.first_image_area .txt3{
    position: absolute;
    width: 14.494%;
    max-width: 198px;
    bottom: 33%;
    right: 15%;
    z-index: 2;
}
.first_image_area .txt4{
    position: absolute;
    width: 100%;
    max-width: 372px;
    bottom: 28%;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    font-size: 12px;
    z-index: 2;
}
.first_image_area .txt4 p{
    float: left;
}
.first_image_area .txt4 img{
    float: left;
    width: 50%;
    max-width: 170px;
    mix-blend-mode: multiply;
}
.first_image_area .txt5{
    position: absolute;
    top: 22%;
    left: 22%;
    writing-mode: vertical-rl;
    font-size: 22px;
    font-weight: bold;
    z-index: 2;
}
@media screen and (max-width: 1366px) {
    .first_image_area .txt1{
        left: 60%;
    }
    .first_image_area .txt2{
        left: 21%;
    }
    .first_image_area .txt3{
        right: 5%;
    }
    .first_image_area .txt5{
        left: 12%;
        font-size: 1.61vw;
    }
}
@media screen and (max-width: 1100px) {
    .first_image_area .txt1{
        left: 61%;
    }
    .first_image_area .txt2{
        left: 18%;
    }
    .first_image_area .txt5{
        left: 7%;
    }
}
@media screen and (max-width: 850px) {
    .first_image_area .txt1{
        left: 63%;
    }
    .first_image_area .txt2{
        left: 13%;
    }
    .first_image_area .txt5{
        left: 4%;
    }
}
@media screen and (max-width: 640px) {
    .first_image_area .txt1{
        width: 26%;
        top:1%;
        left: 65%;
    }
    .first_image_area .txt2{
        width: 26%;
        left: 7%;
        top: 41%;
    }
    .first_image_area .txt4 {
        bottom: 23%;
        text-align: center;
    }
    .first_image_area .txt4 p,
    .first_image_area .txt4 img{
        float: none;
    }
    .first_image_area .txt5{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .first_image_area .txt1{
        width: 30%;
        left: 68%;
    }
    .first_image_area .txt2{
        width: 33%;
        left: 3%;
        top: 49%;
    }
    .first_image_area .txt3{
        width: 30%;
        bottom: 12%;
    }
    .first_image_area .txt4 {
        bottom: 3%;
    }
    .first_image_area .txt5{
        font-size: 15px;
        top: 2%;
    }
}
.fadein,.fadein2,.fadein3,.fadein4,.fadein5{
    display: none;
}

/* *****************************************************************
スライダー
***************************************************************** */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}</pre></body></html>