@charset 'UTF-8';

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c-alt
{
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 60px;
    height: 34px;
    right: 2%;
    margin: -1px;
    padding: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.c-ttl
{
    font-size: 3rem;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 20px;
    text-align: left;
    letter-spacing: 0;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.c-ttl span
{
    font-family: YakuHanJP, '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Osaka','Verdana', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.3rem;
    position: relative;
    display: block;
    margin-right: 24px;
    padding-right: 29px;
}

.c-ttl span::before
{
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 16px;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
}

.l-slideshow
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.l-slides_wrapper
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.e-slide
{
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;

    -webkit-transform: translate(0, -50%);

    transform: translate(0, -50%);
}

.e-slide img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    margin-left: -50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
}

.e-slide img.is-active
{
    z-index: 2;
    display: block;
    -webkit-transition: opacity 2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 14s linear;
    transition: opacity 2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 14s linear;
    transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 14s linear;
    transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 14s linear, -webkit-transform 14s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    opacity: 1;
}

.e-slide img.is-active.is-fadeout
{
    z-index: 3;
    opacity: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PROJECT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UTILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.u-pc__show
{
    display: block;
}

.u-sp__show
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .c-ttl
    {
        font-size: 2.3rem;
        display: block;
        padding-bottom: 20px;
    }

    .c-ttl span
    {
        font-size: 1rem;
        display: inline-block;
        margin: 0 0 10px 0;
        padding-right: 10px;
    }

    .c-ttl span::before
    {
        height: 8px;
    }

    .l-slideshow
    {
        min-width: 100%;
    }

    .e-slide
    {
        min-width: 100%;
    }

    .e-slide img
    {
        top: 50%;
        margin-left: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .e-slide img.is-active
    {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .u-pc__show
    {
        display: none;
    }

    .u-sp__show
    {
        display: block;
    }
}
