@charset "UTF-8";

.fade50 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade50:hover {
    opacity: 0.5;
}

.fade-in,
.fade-up,
.fade-left,
.fade-left02,
.fade-right,
.fade-right02,
.fade-bottom,
.fade-bottom02 {
    transition: .8s;
    opacity: 0;
}

.fade-in-top {
    animation-name: fade-in-top;
    animation-duration: 2s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-in-top {
    from {
        opacity: 0;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up-top {
    animation-name: fade-up-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-up-top {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-bottom-top {
    animation-name: fade-bottom-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-bottom-top {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-left-top {
    animation-name: fade-left-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-left-top {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-right-top {
    animation-name: fade-right-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-right-top {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*共通*/


/*リセット*/
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

table {}

td,
th {}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

a img {
    border: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

textarea {
    overflow: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
    border-radius: 0px;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
    border-radius: 0px;
}

/*リセット*/


html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    -webkit-text-size-adjust: 100%;
    max-height: 999999px;
}

#mobi_menu {
    display: none;
}

h1 , h2 {
text-indent: -9999px;
}


.box01 {
    display: flex;
    overflow-x: hidden;
}

.box01_l {
    width: 50%;
    background: url(../img/left_hover.png) no-repeat;
}

.box01_l a {
    display: block;
    width: 100%;
    background: url(../img/left.png) no-repeat;
    background-size: 2000px;
    background-position: center;
    height: 100vh;
    transition: 0.3s;
}

.box01_l a:hover {
    display: block;
    width: 100%;
    background: url(../img/left_hover.png) no-repeat;
    background-size: 2000px;
    background-position: center;
    height: 100vh;
    transition: 0.3s;
}

.box01_r {
    width: 50%;
    background: url(../img/right.png) no-repeat;
}

.box01_r a {
    display: block;
    width: 100%;
    background: url(../img/right.png) no-repeat;
    background-size: 2000px;
    background-position: center;
    height: 100vh;
    transition: 0.3s;
}

.box01_r a:hover {
    display: block;
    width: 100%;
    background: url(../img/right_hover.png) no-repeat;
    background-size: 2000px;
    background-position: center;
    height: 100vh;
}




/*レスポンシブ　1050px以下*/
@media screen and (max-width:1050px) {
    #mobi_menu {}


.box01 {
    display: flex;
    flex-direction: column;
}

.box01_l {
    width: 100%;
    background: url(../img/left_hover_sp.png) no-repeat;
}

.box01_l a {
    display: block;
    width: 100%;
    background: url(../img/left_sp.png) no-repeat;
    background-size: 1300px;
    background-position: center;
    height: 50vh;
    transition: 0.3s;
}

.box01_l a:hover {
    display: block;
    width: 100%;
    background: url(../img/left_hover_sp.png) no-repeat;
    background-size: 1300px;
    background-position: center;
    height: 50vh;
    transition: 0.3s;
}

.box01_r {
    width: 100%;
    background: url(../img/right_sp.png) no-repeat;
}

.box01_r a {
    display: block;
    width: 100%;
    background: url(../img/right_sp.png) no-repeat;
    background-size: 1300px;
    background-position: center;
    height: 50vh;
    transition: 0.3s;
}

.box01_r a:hover {
    display: block;
    width: 100%;
    background: url(../img/right_hover_sp.png) no-repeat;
    background-size: 1300px;
    background-position: center;
    height: 50vh;
}


}

/*レスポンシブ　750px以下*/
