@charset uft-8;

* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.subpage {
    display: block;
    background: #A7BA00;
    text-align: left;
    height: 90px;
}

.subpage .inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 90px;
}

.subpage a {
    text-decoration: none;
}

#content-top {
    overflow-x: hidden;
}

#content-top #contents {
    width: 750px;
    margin: 0 auto;
}

.for-pc {
    display: block !important;
}

.for-sp {
    display: none !important;
}

#contents img {
    display: block;
    margin: 0 auto;
}

#content-top .chaco001,
#content-top .chaco003 {
    margin: 20px 0 40px;
}

#content-top .chaco001 picture,
#content-top .chaco003 picture {
    margin: 40px 0;
    display: block;
}

#content-top .chaco002 {
    background-color: #D2C2AF;
    margin: 0 -200%;
    padding: 0 200% 40px;
    text-align: center;
    position: relative;
    z-index: -2;
}

#content-top .chaco002 #circle {
    width: 3800px;
    height: 3800px;
    background: #FFFFFF;
    -moz-border-radius: 1900px;
    -webkit-border-radius: 1900px;
    border-radius: 1900px;
    position: absolute;
    top: -3300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}

#content-top .chaco002 picture {
    position: relative;
    margin: 0 40px 0;
}

#content-top .chaco002 picture.img02 {
    display: block;
    margin: -175px 0 0;
}

#content-top .chaco003 picture.img02 img {
    width: 103%;
}

#content-top .spec {
    display: block;
    width: 716px;
    margin: 20px auto;
}

#content-top .spec picture.for-pc {
    margin: 0;
}

#content-top .spec img {
    margin: 0;
}

#content-top .shoplink img:hover {
    opacity: 0.6;
    transition: 0.3s;
}

footer {
    background: #EDE7DF;
    text-align: center;
    padding: 48px 0;
    line-height: 2;
}

footer a {
    color: #0962A7;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer img:hover {
    opacity: 0.6;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .for-pc {
        display: none !important;
    }

    .for-sp {
        display: block !important;
    }

    .subpage {
        height: 50px;
    }

    .subpage .inner {
        width: 90%;
        height: 50px;
        margin: 0 auto;
    }

    .subpage img {
        height: 25px;
    }

    #content-top #contents {
        width: 90%;
    }

    #content-top img {
        width: 100%;
    }

    #content-top .chaco001 {
        margin: 40px 0 20px;
    }

    #content-top .chaco001 picture,
    #content-top .chaco003 picture {
        display: block;
        margin: 20px 0;
    }

    #content-top .chaco001 span {
        text-align: center;
    }

    #content-top .chaco002 picture.img02 {
        margin: -75px 0 0;
    }

    #content-top .chaco002 #circle {
        width: 800px;
        height: 800px;
        -moz-border-radius: 400px;
        -webkit-border-radius: 400px;
        border-radius: 400px;
        position: absolute;
        top: -540px;
    }

    #content-top .spec {
        width: 100%;
    }

    #content-top ul.for-sp {
        list-style-type: none;
        padding: 0;
        color: #5C4E42;
    }

    #content-top li {
        position: relative;
        padding: 0 0 0 20px;
        margin: 7px 0 7px 0px;
    }

    #content-top li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        height: 16px;
        width: 16px;
        border-radius: 25%;
        background: #5C4E42;
        top: 0.45rem;
        -moz-transform: translateY(-25%);
        -webkit-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

    footer #copyright {
        width: 90%;
        margin: 0 auto;
    }

    footer span.for-sp {
        height: 0;
    }

}




/*=================================
	SNS icon in footer 20201014
===================================*/

#copyright .snsicon {
width: 90%;
display: block;
text-align: left;
position: absolute;
left: 50%;
margin-top: 5px;
margin-left: -45%;
}
#copyright .snsicon a {
}
#copyright .snsicon a img {
width: 44px;
height: 44px;
margin-left: 10px;
}
@media print, screen and (min-width: 767px) {
#copyright .snsicon {
width: 915px;
margin-left: -457px;
text-align: left;
position: absolute;
left: 50%;
margin-top: 10px;
}
#copyright .snsicon a {
}
#copyright .snsicon a img {
width: 50px;
height: 50px;
}
}
