@charset "UTF-8";

/* base (reset)
---------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}
/* Selected Text
---------------------------------------------------*/
::selection {
    background: #191919;
    /* Safari */
    color: #FFFFFF;
}


/* HTML
---------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}
body {
    position: relative;
    width: 100%;
    line-height: 1;
    color: #000;
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #000;
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:before,
:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

/* link
---------------------------------------------------*/
a {
    text-decoration: none;
}
a:link,
a:visited,
a:active {
    color: #000;
}
a:hover {
    color: #000;
}

/* style
---------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%;
    max-width: 760px;
    background-color: #222e3e;
    margin: 0 auto;
}
#mv,
#mv .fig,
#mv .fig img,
#sec01,
#sec01 .fig,
#sec01 .fig img,
#sec02,
#sec02 .fig,
#sec02 .fig img {
    width: 100%;
}
#sec01 {
    position: relative;
}
#sec01 .zodiac {
    position: absolute;
    top: 26.9767%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 87.10%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px 17px;
}
#sec01 .zodiac ul.zodiac-list {
    display: flex;
    flex-wrap: wrap;
}
#sec01 .zodiac ul.zodiac-list li {
    width: 25%;
}
#sec01 .zodiac ul.zodiac-list li a {
    transition: opacity 0.5s;
}
#sec01 .zodiac ul.zodiac-list li a:hover {
    opacity: 0.8;
}
#sec02 {
    position: relative;
}
#sec02 .button {
    position: absolute;
    top: 85.2643%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 47.89%;
}
#sec02 .button a {
    transition: opacity 0.5s;
}
#sec02 .button a:hover {
    opacity: 0.8;
}
#Footer {
    width: 100%;
    background-color: #1e7082;
    padding: 1em;
}
#Footer .copy {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #wrapper {
        max-width: none;
    }
    #sec01 .zodiac {
        padding: 5.2631vw 2.2368vw;
    }
    #Footer .copy {
        font-size: 2.3684vw;
    }
}