@charset "UTF-8";

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

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

html {
    font-size: 62.5%;
    font-family: "Noto Sans JP", sans-serif;
}

body {
    background-color: #f1e8ce;
    line-height: 1.75;
    font-size: 1.6em;
    color: #000;
    width: 100%;
}

a {
    text-decoration: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

/* マルシェフェード切り替え */
.js-fade01 {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.fade-off {
    opacity: 0;
    transition: 2s;
}
.fade-on {
    opacity: 1;
    transition: 2s;
}
.js-fade02 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (min-width: 960px) {
    .tablet,
    .sp {
        display: none !important;
    }
    .pc {
        display: block;
    }
}

/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
    .pc,
    .sp {
        display: none;
    }
    .tablet {
        display: block;
    }
}

/* SP ================================================== */
@media all and (max-width: 559px) {
    .pc,
    .tablet {
        display: none;
    }
    .pc-tablet {
        display: none;
    }
    .sp {
        display: block;
    }
}
