@charset "utf-8";

/* Theme Name: Alvita Top */

/* common */

html {
    font-size: 62.5%;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
}

body {
    font-size: 1.6em;
}

main {
    overflow: hidden;
}

.top_area {
    width: 100%;
    height: 100%;
}

/* logo */

.logo_img {
    width: 524px;
    height: 340px;
    background-image: url(images/alv_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 15%;
    opacity: 0;
    animation-name: logo_fadein;
    animation-duration: 3.0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes logo_fadein {
   0% {
      opacity: 0;
      transform: scale(0.00, 0.00);
   }
   100% {
      opacity: 1;
      transform: scale(1.00, 1.00);
   }
}

/* link */

.link_wrap {
    display: flex;
    margin: auto;
}

.link_img_1 {
    width: 300px;
    height: 300px;
    background-image: url(images/insta.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    left: 10%;
    opacity: 0;
    animation-name: link_img_fadein;
    animation-delay: 3.0s;
    animation-duration: 3.0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.link_img_2 {
    width: 300px;
    height: 300px;
    background-image: url(images/Twitter.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 40%;
    bottom: 10%;
    opacity: 0;
    animation-name: link_img_fadein;
    animation-delay: 4.5s;
    animation-duration: 3.0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.link_img_3 {
    width: 300px;
    height: 300px;
    background-image: url(images/facebook.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 10%;
    opacity: 0;
    animation-name: link_img_fadein;
    animation-delay: 6.0s;
    animation-duration: 3.0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes link_img_fadein {
   0% {
      opacity: 0;
      transform: scale(0.00, 0.00);
   }
   100% {
      opacity: 1;
      transform: scale(1.00, 1.00);
   }
}

/* text */

.top_text {
    margin: auto;
    padding: 10px;
    font-size: 20px;
}

.top_text_center {
    margin: auto;
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.top_text_footer {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 3%;
}

.top_text_b {
    margin: auto;
    padding: 10px;
    font-size: 40px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
}

/* RSS */

.rss_list {
    margin-left: 5%;
}

.rss_title {
    height: 100px;
}

.rss_title a {
    color: #000000;
    font-size: 20px;
}

.rss_date {
    color: #000000;
    font-size: 18px;
    height: 100px;
}

.rss_desc {
    height: 100px;
}

.rss_desc a {
    color: #000000;
    font-size: 15px;
}

.rss_thumbnail {
    width: 100%;
    margin-left: 75%;
    margin-top: -300px;
}

.rss_thumbnail img {
    width: 300px;
    height: 300px;
}
