@charset "utf-8";
/* ------------------------------------------------------------

  group index

------------------------------------------------------------ */
/* kv
------------------------------------------------------------ */
.js-kv-div {
    visibility: hidden;
    filter: alpha(opacity=000);
    -moz-opacity: 0.00;
    opacity: 0.00;
}
.sh__kv-div {
    min-height: 600px;
}
.kv {
    position: relative;
    overflow: hidden;
}
.kv__img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    filter: alpha(opacity=000);
    -moz-opacity: 0.0;
    opacity: 0.0;

    -webkit-transition  : opacity 4200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -moz-transition     : opacity 4200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -ms-transition      : opacity 4200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -o-transition       : opacity 4200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    transition          : opacity 4200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.kv__img img {
    -moz-transform: scale(1.2,1.2) ;
    -webkit-transform: scale(1.2,1.2) ;
    -o-transform: scale(1.2,1.2) ;
    -ms-transform: scale(1.2,1.2) ;
    transform: scale(1.2, 1.2) ;

}
.js-slider {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.js-fade {
    -webkit-transition  : -webkit-transform 8800ms cubic-bezier(0, 0, 1, 1);
    -moz-transition     : -moz-transform 8800ms cubic-bezier(0, 0, 1, 1);
    -ms-transition      : -ms-transform 8800ms cubic-bezier(0, 0, 1, 1);
    -o-transition       : -o-transform 8800ms cubic-bezier(0, 0, 1, 1);
    transition          : transform 8800ms cubic-bezier(0, 0, 1, 1);

    -moz-transform: scale(1,1) !important;
    -webkit-transform: scale(1,1) !important;
    -o-transform: scale(1,1) !important;
    -ms-transform: scale(1,1) !important;
    transform: scale(1, 1) !important;
}
.kv__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sh__kv-caption {
    z-index: 0;
    width: 367px;
    height: 507px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: solid 10px #fff;
}
.sh__caption__logo {
    margin-top: 52px;
    margin-bottom: 36px;
}
.sh__caption__ttl {
    margin-bottom: 20px;
    font-size: 60px;
    color: #fff;
    font-family:"Lato-Bold", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
    line-height: 1;
    letter-spacing: 2px;
}
.sh__caption__txt01 {
    color: #fff;
    font-size:12px;
    font-family:"AvenirLTStd-Medium", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
}
.sh__caption__txt02 {
    margin-bottom: 14px;
    color: #fff;
    font-size:18px;
    font-family:"Lato-Bold", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
}
.sh__caption__txt03 {
    color: #fff;
    font-size: 10px;
    font-family:"AvenirLTStd-Medium", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
}
.sh__caption__arrow-outer {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}
.sh__caption__arrow {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: solid #fff 4px;
    border-radius: 30px;
    line-height: 59px;
    background: url(overlay_transparent.png);
    cursor: pointer;

    -webkit-transition: 0.20s ease-out;
    -moz-transition: 0.20s ease-out;
    -ms-transition: 0.20s ease-out;
    -o-transition: 0.20s ease-out;
    transition: 0.20s ease-out;

    behavior:url("/pie/PIE.htc");
}
.sh__caption__arrow-outer img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sh__caption__arrow:hover {
    border: solid #fff 2px;
    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

    behavior:url("/pie/PIE.htc");
}
.sh__caption__arrow:hover img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* wy
------------------------------------------------------------ */
.wy {
    overflow: hidden;
    background-color: #c3ad99;
}
.wy__block {
    overflow: hidden;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    background-color: #c3ad99;
}
.wy__caption {
    height: 100%;
}
.wy__block--img {
    float: right;
}
.wy__img {
    width: 100%;
    height: auto;
}
.wy__ttl {
    margin-bottom: 0.5em;
    font-size: 60px;
    color: #fff;
    font-family:"Lato-Bold", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
    line-height: 1;
}
.wy__txt {
    margin-bottom: 24px;
    font-size: 20px;
    color: #ccc;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family:"MinionPro-It", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
}
.wy__txt--ja {
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    font-family:"Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
}
.wy__btn {
    display: inline-block;
    background-color: #e48217;
    color: #fff;
    padding: 18px 44px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    font-family:"AvenirLTStd-Black", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;
    
    -webkit-transition: 0.30s ease-in-out;
    -moz-transition: 0.30s ease-in-out;
    -ms-transition: 0.30s ease-in-out;
    -o-transition: 0.30s ease-in-out;
    transition: 0.30s ease-in-out;
}
.wy__btn:hover {
    background-color: #cf6702;
}

/* ------------------------------------------------------------

  group sp

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

    /* kv
    ------------------------------------------------------------ */
    .sh__kv-div {
        min-height: 300px;
    }
    .sh__kv-caption {
        top: 108px;
        width: 250px;
        height: 261px;
        border: none;
    }
    .sh__caption__logo {
        margin-top: 19px;
        margin-bottom: 0;
    }
    .sh__caption__ttl {
        margin-bottom: 43px;
        font-size: 50px;
        line-height: 1.0;
        letter-spacing: 3px;
    }
    .sh__caption__txt01 {
        font-size:10px;
        letter-spacing: 1px;
    }
    .sh__caption__txt02 {
        margin-bottom: 7px;
        font-size:14px;
        line-height: 1.2;
    }
    .sh__caption__txt03 {
        font-size: 10px;
        line-height: 1.4;
    }
    .sh__caption__arrow {
        display: none;
    }
    /* with you
    ------------------------------------------------------------ */
    .wy {
        height: auto !important;
    }
    .wy__block {
        float: none;
        width: 100%;
    }
    .wy__block--img {
        float: none;
    }
    .wy__ttl {
        margin-bottom: 1.8em;
        font-size: 25px;
    }
    .wy__txt {
        margin-bottom: 2em;
        font-size: 15px;
    }
    .wy__txt--ja {
        margin-bottom: 3em;
        font-size: 12px;
    }
    .wy__caption {
        height: auto !important;
        padding: 50px 0;
    }


}
