* {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-feature-settings: 'palt' 1 !important;
    letter-spacing: -0.03em !important;
    color: #333;
    box-sizing: border-box;
    font-size: 21px;
    line-height: 1.6;
}
body {
    margin: 0;
    padding: 0;
}
body::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url('../img/bg_body.png?v=8') no-repeat center top;
    background-size: cover;
}
article {
    text-align: center;
}
p {
    display: inline;
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.8);
    color: #fff;
    text-decoration: none;
}
article, section, div, p, span, a, ul, li, table, th, tr, td, small {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
rt {
    font-size: 12px;
}
.under_line {
    text-decoration: underline;
}
.hl {
    color: #f05;
    line-height: 1.6;
    font-size: 21px !important;
}
.indent {
	padding-left: 1em;
	text-indent:-1em;
    display: block;
}

/* ----------------------- */

.fs_1 { font-size: 1em }
.fs_2 { font-size: 2em }
.fs_3 { font-size: 3em }
.fs_4 { font-size: 4em }
.fs_5 { font-size: 5em }
.fs_6 { font-size: 6em }
.fs_7 { font-size: 7em }

@font-face {
    font-family: "GN-Kiniro_Elegance";
    src: url("../font/GN-Kiniro_Elegance.woff")format('woff');
}
.kiniro_font {
    font-family: "GN-Kiniro_Elegance";
    display: inline-block;
    margin: -1rem;
}

/* ----------------------- */

.youtube_popup_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(0, 0, 0, 0.8);
}
.youtube_popup_box.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube_popup_box iframe {
    box-sizing: content-box;
    border-image: url("../img/layout_border.png") 40 10 10 round stretch;
    border-style: solid;
    border-radius: 8px;
    border-width: 40px 10px 10px;
    background: #333;
    padding: 0 10px 20px 10px;
}
.youtube_popup_open {
    display: inline-block;
    position: relative;
    width: 246px;
    height: 138px;
    box-sizing: content-box;;
    border: 2px solid #fff;
    border-radius: 3px;
    overflow: hidden;
}
.youtube_popup_open img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s;
}
.youtube_popup_open:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.youtube_popup_open::after {
    content: '';
    position: absolute;
    top: 34px;
    left: 88px;
    background: url("../img/btn_movie_play.png") no-repeat center center / 70px;
    width: 70px;
    height: 70px;

}

/* ----------------------- */

.gototop {
    position: fixed;
    bottom: -200px;
    right: 0;
    z-index: 99;
    transition: bottom .3s;
}
.gototop.show {
    bottom: 30px;
}

/* ----------------------- */

.scroll_fade_in {
    transform: translateY(50px);
    opacity: 0;
    transition: transform .5s,opacity .5s;
}
.scroll_fade_in.show {
    transform: translateY(0px);
    opacity: 1;
}

/* ----------------------- */

::-webkit-scrollbar{
  width: 8px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
}
::-webkit-scrollbar-thumb{
  background: #333;
  border-radius: 4px;
  box-shadow: none;
}

/* ----------------------- */

.layout_box {
    position: relative;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.65);
    width: 900px;
    margin: auto;
    padding-bottom: 30px;
}
@media (max-width: 550px) {
    .layout_box {
        width: 500px;
        padding-top: 15px;
    }
}
.kiniro_font {
    position: absolute;
    top: 10px;
    left: 30px;
    letter-spacing: 0.03em !important;
}
.layout_box .layout_1 {
    display: inline-block;
    width: 420px;
}
.layout_box .layout_2 {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}
@media (max-width: 550px) {
    .layout_box .layout_2 {
        margin-top: 0;
    }
}
.layout_box .layout_3 .link_open_new_tab {
    display: inline-block;
    background: #06f;
    border-radius: 3px;
    border: 1px solid;
    border-color: #fff #888 #888 #fff;
    width: 60%;
    line-height: 70px;
    margin: 30px auto 0;
}
@media (max-width: 550px) {
    .layout_box .layout_3 .link_open_new_tab {
        margin-top: 30px;
    }
    .layout_box .content_logo {
        margin-bottom: 20px;
    }
}
.layout_box hr {
    width: 85%;
    margin: 30px auto 20px;
    border-top: 1px solid rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(120, 120, 120, 0.8);
}
.layout_box .comment_text {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}
.layout_box .comment_text p {
    text-indent: 1em;
    display: block;
}
/* ----------------------- */

/* ----------------------- */

#page_top {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    padding: 50px 0;
}
#page_top .inner_wrapper {

}
#page_top .site_logo {
    width: 500px;
}
#page_top .top_text {
    width: 500px;
    margin-bottom: 40px;
}
@media (max-width: 550px) {
    #page_top .site_logo {
        width: 450px;
        margin-top: 150px;
        margin-bottom: 50px;
    }
    #page_top .top_text {
        width: 400px;
        margin-bottom: 180px;
    }
}
.arrow_link {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
@media (max-width: 550px) {
    .arrow_link {
        position: absolute;
        bottom: 100px;
    }
}
.arrow_area {
    margin: 0;
    padding: 0;
    width: 50px;
    display: inline-block;
}
.arrow_area img {
    display: block;
    opacity: 0.5;
    width: 50px;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.arrow_area img:nth-child(1) {
    animation-name: active;
    animation-delay: 0s;
}
.arrow_area img:nth-child(2) {
    animation-name: active;
    animation-delay: 1s;
}
.arrow_area img:nth-child(3) {
    animation-name: active;
    animation-delay: 2s;
}
@keyframes active {
    0% {  opacity: 1;}
    100% { opacity: 0.5;}
}

/* ----------------------- */

#notice {
    position: relative;
    display: block;
    padding: 50px 0;
    color: #fff;
    background: rgba(0, 96, 255, 0.5);
    z-index: 1;
}
#notice .inner_layout {
    text-align: left;
    width: 700px;
    margin: 0 auto;
}
@media (max-width: 550px) {
    #notice .inner_layout {
        width: 500px;
    }
}

/* ----------------------- */

#content_2024 {
    position: relative;
    display: block;
    padding: 50px 0;
    background: url('../img/content_2024_bg.png?v=8') no-repeat center top;
    background-size: cover;
    color: #fff;
}

/* ----------------------- */

#content_2023 {
    position: relative;
    display: block;
    padding: 50px 0;
    background: url('../img/content_2023_bg.jpg?v=8') no-repeat center top;
    background-size: cover;
    color: #fff;
}

/* ----------------------- */

#content_2022 {
    position: relative;
    display: block;
    padding: 50px 0;
    background: url('../img/content_2022_bg.jpg?v=8') no-repeat center top;
    background-size: cover;
    color: #fff;
}

/* ----------------------- */

#content_2020 {
    position: relative;
    display: block;
    padding: 50px 0;
    background: url('../img/content_2020_bg.png?v=8') no-repeat center top;
    background-size: cover;
    color: #fff;
}

/* ----------------------- */

#content_2019 {
    position: relative;
    display: block;
    padding: 50px 0;
    background: url('../img/content_2019_bg.png?v=8') no-repeat center top;
    background-size: cover;
    color: #fff;
}

/* ----------------------- */

#content_2018 {
    position: relative;
    display: block;
    padding: 50px 0;
    background: url('../img/content_2018_bg.png?v=8') no-repeat center top;
    background-size: cover;
    color: #fff;
    border-top: 1px solid #fff;
}
#content_2018 .layout_box {
    background: rgba(0, 0, 0, 0.5);
}

/* ----------------------- */

#content_2017 {
    position: relative;
    display: block;
    padding: 50px 0;
    background: url('../img/content_2017_bg.jpg?v=8') no-repeat center top;
    background-size: cover;
    color: #fff;
    border-top: 1px solid #fff;
}

/* ----------------------- */

#twitter {
    position: relative;
    display: block;
    padding: 50px 0;
    background: #fff;
}

#twitter > div {
    margin: 0 auto;
}

/* ----------------------- */

footer {
    position: relative;
    display: block;
    padding: 50px 0;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
}