/* =========================== */
/* 共通設定 */
/* =========================== */
:root {
    --main-width: 100vw;
    --device-width: 750;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000;
}

header,
main,
footer {
    overflow: hidden;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
}

a:hover,
a:hover img {
    opacity: 0.7;
    transition: 0.3s;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
    font-weight: bold;
}

h1,
h2 {
    display: none;
}

button {
    color: #000;
}

.pcbr {
    display: block !important;
}

.spbr {
    display: none !important;
}

.contents {
    position: relative;
}

@media screen and (min-width: 750px) {

    header,
    main,
    footer {
        max-width: 410px;
        margin: auto;
    }

    footer {
        margin: auto;
    }
}

/* =========================== */
/*  header */
/* =========================== */

@media screen and (min-width: 750px) {}

/* =========================== */
/*  footer*/
/* =========================== */

footer {
    position: relative;
}

footer .btn {
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    width: 19%;
    margin: auto;
}

footer .btn a {
    position: relative;
}

/* footer .btn a::after {
    display: block;
    position: absolute;
    top: -50%;
    left: -33%;
    right: 0;
    content: "";
    background-image: url(../images/p_insta.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6.6vw;
    max-width: 81px;
    height: 2vw;
    max-height: 22px;
    margin: auto;
    z-index: 10;
} */

@media screen and (min-width: 750px) {}

