@charset "UTF-8";

/* common */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
}

::-ms-expand {
    display: none;
}

html,
body {
    width: 100%;
    min-height: 100%;
    height: auto;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* PC */

html {
    overflow-x: hidden;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #514945;
    /* overflow-x: hidden; */
    position: relative;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

img {
    /* display: block; */
    max-width: 100%;
    width: auto;
}

a {
    color: #514945;
    text-decoration: none;
    -webkit-transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
    transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
}

a img {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
}

a path {
    -webkit-transition: fill ease 0.3s;
    transition: fill ease 0.3s;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none!important;
    }
    a:hover img {
        opacity: 0.7;
    }
    a[href*="tel:"] {
        pointer-events: none;
    }
}


/* SP */

@media screen and (max-width: 767px) {
    body {
        font-size: 4.26667vw;
    }
    img {
        width: 100%;
        height: auto;
    }
    .pc {
        display: none!important;
    }
}


/* base */


aside {
    position: fixed;
    z-index: 999;
    right: 2.6rem;
    bottom: 2rem;
    -webkit-animation-name: updown;
    animation-name: updown;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

aside .fixBnr {
    display: block;
    width: 34rem;
}

aside .fixBnr__close {
    cursor: pointer;
    width: 2.8rem;
    height: 2.8rem;
    display: block;
    position: absolute;
    right: -1.4rem;
    top: -1.4rem;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



@media screen and (max-width: 767px) {
    
    aside {
        right: 0;
        left: 0;
        margin: auto;
        bottom: 5.33333vw;
    }
    aside .fixBnr {
        width: 89.86667vw;
        margin: 0 auto;
    }
    aside .fixBnr__close {
        width: 7.46667vw;
        height: 7.46667vw;
        right: 2.66667vw;
        top: -3.73333vw;
    }
    footer {
        padding-top: 5.33333vw;
        padding-bottom: 5.33333vw;
        height: auto;
        font-size: 2.66667vw;
    }
}


/* 各スタイル PC */

/* .fadeIn {
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.fadeIn.faded {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
} */

.cmnBtn {
    max-width: 80.8rem;
    margin: 0 auto;
}

.cmnBtn a {
    display: block;
    -webkit-animation-name: dokidoki;
    animation-name: dokidoki;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes dokidoki {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dokidoki {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* 各スタイル SP */

@media screen and (max-width: 767px) {
    .fadeIn {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    .fadeIn.faded {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .inner {
        width: 86.66667vw;
        max-width: inherit;
    }
    .cmnBtn {
        max-width: 215.2vw;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .cmnBtn a {
        display: block;
        -webkit-animation-name: dokidoki;
        animation-name: dokidoki;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes dokidoki {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        40% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }
        60% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    @keyframes dokidoki {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        40% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }
        60% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
}