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

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(90 / var(--device-width)* var(--main-width));
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.8;
    color: #000;
    min-width: initial;
}

main {
    background-color: #fff;
    margin: auto;
}

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;
}

button {
    color: #000;
}

.pcbr {
    display: block !important;
}

.spbr {
    display: none !important;
}

/* =========================== */
/*  header  */
/* =========================== */
header {
    position: relative;
    z-index: 10000;
    height: 14.66vw;
    background-color: #E60012;
}

.maruchan {
    position: absolute;
    display: block;
    width: 13%;
    top: 7%;
    left: 1%;
    z-index: 100;
}

@media screen and (min-width: 900px) {
    header {
        height: 6.3vw;
    }

    .maruchan {
        width: 4.7%;
        top: 12%;
        left: 10%;
    }

    .pcbr {
        display: none !important;
    }
    
    .spbr {
        display: block !important;
    }
}

/* =========================== */
/* main */
/* =========================== */

main {
    margin: auto 0;
}

main>div {
    position: relative;
}

/* content01 */
#content01 .btn01 {
    position: absolute;
    display: block;
    width: 65.4%;
    top: 92.5%;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 10;
}

@media screen and (min-width: 900px) {
    #content01 .btn01 {
        width: 30.6%;
        top: 93%;
    }
}

/* content04 */
#content04 .btn04 {
    position: absolute;
    display: block;
    width: 65.4%;
    top: 85.5%;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 10;
}

@media screen and (min-width: 900px) {
    #content04 .btn04 {
        width: 46.9%;
        top: 70%;
    }
}

/* content05 */
#content05 {
    background-image: url("../images/bg01.jpg");
    background-position: top center;
    background-size: 100%;
}

#content05>div {
    width: 90%;
    background-color: #fff;
    margin: auto;
}

#content05 div.ttl {
    position: relative;
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    padding: 2% 0;
}

#content05 div.ttl .icon {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 5%;
    margin: auto;
}

#content05 div.ttl span {
    display: block;
    position: relative;
    background-color: #000;
    width: 5vw;
    height: 0.5vw;
}

#content05 div.ttl span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #000;
    width: 5vw;
    height: 0.5vw;
    transform: rotate(90deg);
    margin: auto;
    transition: transform 0.4s;
}

#content05 div.ttl.active span::after {
    transform: rotate(0deg);
    transition: transform 0.4s;
}

#content05 .inner {
    display: none;
}

#content05 .inner>ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3vw;
    width: 88.9%;
    margin: auto;
    padding: 3% 0 5%;
}

#content05 .inner>ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #000;
    width: 100%;
    height: 1px;
    margin: auto;
}

#content05 ul li {
    font-size: 2.7vw;
}

#content05 ul li .ttl {
    font-weight: bold;
}

#content05 .chrome {
    text-decoration: underline;
    color: #0071BC;
}

#content05 li .receipt01 {
    width: 91%;
    margin: 5% auto 10%;
}

#content05 li .receipt02 {
    width: 91%;
    margin: 5% auto;
}

#content05 li .receipt03 {
    width: 81%;
    margin: 5% auto;
}

#content05 li .attention01 li {
    position: relative;
    text-indent: 1em;
}

#content05 li .attention01 li::before {
    content: "※";
    position: absolute;
    left: -1em;
}

#content05 li .attention02 li {
    position: relative;
    text-indent: 1em;
}

#content05 li .attention02 li::before {
    content: "・";
    position: absolute;
    left: -1em;
}

@media screen and (min-width: 900px) {
    #content05 {
        background-image: url("../images/bg01_pc.jpg");
    }

    #content05>div {
        width: 70.313%;
    }

    #content05 div.ttl {
        font-size: 1.9vw;
        padding: 0.71% 0;
    }

    #content05 div.ttl span {
        width: 2.11vw;
        height: 0.3vw;
    }

    #content05 div.ttl span::after {
        width: 2.11vw;
        height: 0.3vw;
    }

    #content05 .inner>ul {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 3vw;
        width: 100%;
        margin: auto;
        padding: 3% 5.55% 5%;
        box-sizing: border-box;
    }


    #content05 .inner>ul::after {
        width: 100%;
        height: 1px;
    }

    #content05 ul li {
        font-size: 1.25vw;
    }

    #content05 li .receipt01 {
        width: 54%;
        margin: 0% 0% 2%;    
    }

    #content05 li .receipt02 {
        width: 54.8%;
        margin: 0;
    }

    #content05 li .receipt03 {
        width: 49%;
        margin: 1% auto 2% 3.3%;
    }
}


/* content06 */
#content06 .inner li {
    position: relative;
    text-indent: 1em;
}

#content06 .inner li::before {
    content: "・";
    position: absolute;
    left: -1em;
}

#content06 .text {
    position: absolute;
    font-size: 2.7vw;
    overflow: scroll;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 93.4%;
    height: 53vw;
    padding: 3%;
    box-sizing: border-box;
    z-index: 1000;
}

#content06 .text span {
    font-weight: bold;
}

#content06 .text01 {
    top: 10.5%;
}

#content06 .text02 {
    top: 57.5%;
}

#content06 .text02 span.small {
    font-weight: normal;
    font-size: 0.8em;
}

#content06 .text02 .privacy {
    text-decoration: underline;
    color: #0071BC;
}

#content06 .text>ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

@media screen and (min-width: 900px) {
    #content06 .text {
        font-size: 1.25vw;
        width: 70.713%;
        height: 23.438vw;
    }

    #content06 .text01 {
        top:13%;
    }
    
    #content06 .text02 {
        top: 57.5%;
    }
}

/* content07 */

#content07 .btn03 {
    position: absolute;
    display: block;
    width: 65.4%;
    top: 80.4%;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 10;
}

#content07 .f-icon {
    position: absolute;
    width: 10.8%;
    z-index: 10;
}

#content07 .fb {
    top: 89.5%;
    left: 36%;

}

#content07 .twitter01 {
    top: 89.5%;
    left: 53%;
}

#content07 .insta {
    top: 93.7%;
    left: 36%;
}

#content07 .twitter02 {
    top: 93.7%;
    left: 53%;
}

#content07 .toyo {
    position: absolute;
    width: 48.4%;
    top: 96.8%;
    left: 0;
    right: 0;
    margin: auto;
}

div.top {
    position: fixed;
    bottom: 2%;
    right: 3%;
    width: 21%;
    z-index: 1000;
}

@media screen and (min-width: 900px) {
    #content07 .btn03 {
        width: 30.63%;
        top: 73.7%;
    }

    #content07 .f-icon {
        width: 5%;
    }

    #content07 .fb {
        top: 84.5%;
        left: 43%;
    }

    #content07 .twitter01 {
        top: 84.5%;
        left: 51%;
    }
    
    #content07 .insta {
        top: 89.3%;
        left: 43%;
    }
    
    #content07 .twitter02 {
        top: 89.3%;
        left: 51%;
    }

    #content07 .toyo {
        width: 22.67%;
        top: 92.5%;
    }

    div.top {
        width: 13.5%;
    }

}