body {
    /*font-family: 'HelveticaNeue-Light', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

img {
    vertical-align: bottom;
}

#main {
    width: 960px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    color: #666666;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
    margin: 30px 0;
    font-family: 'Arapey', serif;
    font-size: 30px;
    color: #555555;
    font-style: italic;
}

h3 {
    text-align: left;
    font-family: 'Arapey', serif;
    font-size: 25px;
    color: #555555;
    font-style: italic;
}

.jewelership-contain {
    margin: 70px auto;
}

.jewelership-text,
Atelier-text {
    text-align: center;
    font-size: 15px;
    line-height: 200%;
}

.jewelership-text p {
    margin-bottom: 30px;
}

h2#process {
    border-top: solid 1px #555555;
    border-bottom: solid 1px #555555;
    padding: 30px 0;
    margin-bottom: 70px;
}

.process_movie {
    margin-bottom: 70px;
    vertical-align: bottom;
}

.ul1 {
    list-style-type: none;
}

.li1 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 70px;
}

.text-box {
    width: 300px;
}

.text-box p {
    text-align: left;
    font-size: 15px;
    line-height: 200%;
}

.text-box2 {
    width: 600px;
}


.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

.copyright {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background-image: url();
    background-position: center center;
    text-align: center;

}

span.copytext {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #000000;
}

/*#pagetop {
position: fixed;
    right: 0;
    bottom: 40px;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter: alpha(opacity:0);
    zoom: 1;
    z-index: 9999;
    }

#pagetop a {
    display: block;
    padding: 5px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
}

#pagetop a img {
    width: 35px;
    height: 35px;
}*/

#page_top {
position: fixed;
    right: 0;
    bottom: 40px;
    zoom: 1;
    z-index: 9999;
    }

#page_top a {
    display: block;
    padding: 5px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
}

#page_top a img {
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 599px) {

    .pcdisplay {
        display: none;
    }

    .spdisplay {
        display: block;
    }


    img {
        max-width: 100%;
    }
}


@media screen and (min-width: 600px) {
    .spdisplay {
        display: none;
    }
}


