*{
    box-sizing: border-box;
}

body{
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
}

.share-button {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
}
ul{margin: 0;padding: 0;}
li{list-style-type: none;}
a{text-decoration: none;}
.share-button img{width: 35px;
    cursor: pointer;}
    .share-wrapper{
        position: fixed;
    background: #fff;
    top: 16px;
    right: 70px;border-radius: 4px;
    display: none;
    z-index: 99999;

    }
    .share-wrapper.active{
        display: block;
    }
    .share-wrapper ul{display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60px;
        padding: 20px 0px;}
    .share-wrapper ul li{}
    .share-wrapper ul li img{width: 35px;
        cursor: pointer;}
    .share-wrapper ul li:nth-of-type(2) img{width: 55px;}
    .share-wrapper::after{
        content: '';
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -9px;
        top: 10px;
    }
    .embeed {
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 30px 0px;
    }
    header{
        padding: 15vh 0px 5vh 0vh;
        text-align: center;
        color: #fff;
    }

    header h1{margin: 0px 0px;
        color: #FFF;
        font-size: 4.5vw;font-weight: 700;}
        header h1 b{font-weight: 700;}
    header p{}


    .logo {
        position: fixed;
        top: 16px;
        left: 16px;
        z-index: 9999;
    }
    .logo img {
        width: 65px;
    }
    .story-wrapper {
        width: 1170px;
        margin: 0 auto;
    }
    ul.line-tag {
        display: flex;
        justify-content: center;
        margin-top: 2vh;
    }
    .line-tag  li{margin-right: 10px;
        font-size: 1.7vw;}
        .line-tag li a, .line-tag li span {
            color: #e4f9ac;
            text-decoration: underline;
            text-underline-offset: 3px;
            text-decoration-thickness: 2px;
            padding-right: 12px;
        }
    .text-container {
        text-align: center;
        margin: 60px 0px;
        color: #fff;
    }
    .text-container p{font-size: 22px;
        line-height: 34px;}

        img{
            max-width: 100%;
        }

        .creadits-container {
            color: #fff;
            background: #1b1a1a;
            padding: 20px;
            margin-bottom: 30px;
            position: relative;
            display: none;
        }
        .creadits-container.active{display: block;}
        .creadits-container h2 {
            border-bottom: 1px solid #fff;
            padding-bottom: 10px;
            font-size: 32px;
            font-weight: 400;
            margin: 0px;
        }
        .creadits-container .close-button {
            background: red;
            position: absolute;
            right: 0px;
            top: 0px;
        }
        .creadits-container .close-button {
            background: red;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 44px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            cursor: pointer;
            background-color: red;
        }
        .creadits-container p {
            font-size: 18px;
            margin: 12px 0px;
        }
        .creadits-container p span{
            font-weight: 600;
        }
        .creadits-button {
            margin: 30px 0px;
            display: flex;
            justify-content: center;
        }
        .creadits-button  button{
            border: 0;
            font-size: 25px;
            background: #e4f9ac;
            background-color: #e4f9ac;
            text-transform: uppercase;
            padding: 10px 18px;
            cursor: pointer;
            font-weight: 600;
        }
        .rotation-msg{ display: none;
        background-color: #333399;
        position: fixed;
        z-index: 9999999999;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .rm-center{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        max-width: 470px;
    }
    .rotation-img{
        text-align: center;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    .rotation-img img{
        width: 150px;
    }
    .rm-txt{
        text-align: center;
    }
    .rm-txt h5{
        font: bold 30px/24px var(--roboto);
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    }
    .rm-txt p{
        font: 400 16px/21px var(--roboto);
    color: #fff;
    }
    header h1 span {
        color: #f30d0d;
    }
    .image-container {
        text-align: center;
    }
    .line-tag li::after{content: '';}
    .line-tag li:nth-of-type(2):after{content: '';}


    @media screen and (max-width:1024px) and (orientation:landscape) {
        
        .rotation-msg{
            display: block;
        }
        body, html {
            overflow: hidden;
            background-color: #333399;
        }
        
    }
@media screen and (max-width:1024px) {
    .story-wrapper{width: calc(100% - 20px);}
    header h1 {
        margin: 0px 60px;
        font-size: 6vw;
    }
    .line-tag li {
        margin-right: 10px;
        font-size: 2.4vw;
    }
    .text-container p {
        font-size: 2.6vw;
    line-height: 4.2vw;
    margin: 0px 30px;
    }
    .logo img {
        width: 55px;
    }
    .share-wrapper ul li img {
        width: 26px;
    }
    .share-wrapper ul li:nth-of-type(2) img {
        width: 45px;
    }
    .share-wrapper ul {
        width: 48px;
        padding: 12px 0px 10px 0px;
    }
}

@media screen and (max-width:767px) {
    .logo img {
        width: 40px;
    }
    .share-button img {
        width: 27px;
    }
    .text-container {
        margin: 30px 0px;
    }
    .text-container p {
        font-size: 4vw;
        line-height: 6.5vw;
        margin: 0px 16px;
    }
    .share-button {
        top: 10px;
        right: 10px;
    }
    .logo {
        top: 10px;
        left: 10px;
    }
    .line-tag li {
        font-size: 3.4vw;
    }
    header h1 {
        margin: 0px 16px;
        font-size: 6.5vw;
    }
    .share-wrapper {
        top: 10px;
        right: 49px;
    }
    .creadits-button button {
        font-size: 17px;
    }
    .creadits-container h2 {
        font-size: 6vw;
    }
    .creadits-container p {
        font-size: 4vw;
    }
    header {
        padding: 60px 0px 5vh 0vh;
    }
}

