@charset "UTF-8";

/*common*/
html {
    height: 100%;
}

body {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    min-height: 100vh;
    height: 100%;
    background: url(../images/ra03mai19/bg.jpg) repeat-x #d0adb4;
    position: relative;
}

a:link {
    text-decoration: none;
    color: #e72f7e;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #e72f7e;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 1em;
}


/*PC--------------------------------------------------------------------------------------*/

/*header*/

.header-bg {
    background: url("../images/ra03mai19/headerbg.jpg") no-repeat top center;
    background-size: cover;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

.header-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 52.5%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.header h1 {
    display: none;
}

.header .sns-twitter {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
}

.header .sns-twitter img {
    width: 100%;
}

/*contents*/

#wrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.frame {
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3%;
}

.frame-inner {
    padding: 3%;
}

h2.h2-set {
    background: url(../images/ra03mai19/h2_set.png) no-repeat center;
    height: 120px;
    width: 100%;
    text-indent: -9999px;
}

h2.h2-ring {
    background: url(../images/ra03mai19/h2_ring.png) no-repeat center;
    height: 120px;
    width: 100%;
    text-indent: -9999px;
}

aside {
    border-left: 5px solid #0079bd;
    padding-left: 1em;
    margin: 1.5em 0 3% 0;
}

aside dl {
    font-size: 0.9em;
}

aside dl dt {
    float: left;
    color: #f90;
    width: 7em;
    font-weight: bold;
}

aside dl dd {
    margin: 0 0 0 7em;
}

ul.item-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -1.5%;
}

ul.item-photo li {
    flex-basis: 33.33333%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

ul.item-photo li img {
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border-radius: 10px;
}

ul.item-photo li h3 {
    text-align: center;
    margin-top: 1em;
    background: #f90;
    color: #fff;
    padding: 0.5em;
    position: relative;
    border-radius: 10px;
}

ul.item-photo li h3::after {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #f90 transparent;
}

h5 {
    text-align: center;
    font-weight: bold;
}

h5::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f0ab";
    margin-right: 0.5em;
    color: #0079bd;
}

/*footer*/

footer {
    width: 100%;
    background: #fff;
    font-size: 0.9em;
    box-sizing: border-box;
    line-height: 1.5;
}

.footer-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.movic-logo {
    width: 200px;
    margin: 0 auto;
}

.movic-logo img {
    width: 100%;
}

/*to top*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 50px;
    margin-bottom: 0;
    z-index: 120;
}

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

/*buy link*/

ul.buy-link {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

ul.buy-link li {
    flex-basis: 50%;
}

ul.buy-link li.movic {
    background: rgb(0, 160, 200);
}

ul.buy-link li.movic a {
    display: block;
    text-align: center;
    padding: 1em 0.5em;
    background: rgb(0, 160, 200);
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

ul.buy-link li.animate {
    background: rgb(54, 99, 179);
}

ul.buy-link li.animate a {
    display: block;
    text-align: center;
    padding: 1em 0.5em;
    background: rgb(54, 99, 179);
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

ul.buy-link li.movic a::before,
ul.buy-link li.animate a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}






/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 900px) {

    body {
        background: #d0adb4;
    }

    ul.item-photo li {
        flex-basis: 50%;
        padding: 0 1.5%;
        box-sizing: border-box;
        margin-bottom: 1.5em;
    }

}

/*MOBILE--------------------------------------------------------------------------------------*/

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

    body {
        font-size: 14px;
    }

    .frame {
        background: #fff;
        -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 1.5em;
    }

    .header {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 125%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        background: url(../images/ra03mai19/header.jpg) no-repeat;
        background-size: cover;
    }

    .frame-inner {
        padding: 1.5em 15px;
    }

    aside {
        border-left: 5px solid #0079bd;
        padding-left: 1em;
        margin: 1.5em 0 2em 0;
    }

    aside dl dt {
        float: none;
        color: #f90;
        width: 100%;
        font-weight: bold;
    }

    aside dl dd {
        margin: 0 0 0.5em 0;
    }

    h2.h2-set {
        background: url(../images/ra03mai19/h2_set.png) no-repeat center;
        background-size: 960px 96px;
        height: 96px;
        width: 100%;
        text-indent: -9999px;
    }

    h2.h2-ring {
        background: url(../images/ra03mai19/h2_ring.png) no-repeat center;
        background-size: 960px 96px;
        height: 96px;
        width: 100%;
        text-indent: -9999px;
    }

    ul.buy-link li.movic a {
        display: block;
        text-align: center;
        padding: 1.5em 0.5em;
        background: rgb(0, 160, 200);
        color: #fff;
        font-size: 1em;
        font-weight: bold;
    }

    ul.buy-link li.animate a {
        display: block;
        text-align: center;
        padding: 1.5em 0.5em;
        background: rgb(54, 99, 179);
        color: #fff;
        font-size: 1em;
        font-weight: bold;
    }

}

@media only screen and (max-width: 500px) {

    ul.item-photo li {
        flex-basis: 100%;
        padding: 0 1.5%;
        box-sizing: border-box;
        margin-bottom: 1.5em;
    }

    .footer-wrap {
        padding: 2em 10px 6em 10px;
    }

}