body {
    padding: 0;
    border: 0;
    margin: 0;
    
}



.wrapper-pc{
    display: none;
}

.wrapper-phone{
    display: none;
}

.wrapper-phone2{
    display: none;
}

.introduction{
    width: 100%;
    height: 100vh;
    position: relative;
}

.introduction-bgpanel{
    background-color: white;
    opacity: 0.8;
    position: absolute;

    display: flex;

    width: 40%;
    left: 30%;
    right: 30%;

    height: 30%;
    top: 35%;
    bottom: 35%;

    z-index: 1;
}

.introduction-panel{
    background-color: none;
    position: absolute;

    display: flex;

    width: 40%;
    left: 30%;
    right: 30%;

    height: 30%;
    top: 35%;
    bottom: 35%;

    z-index: 3;
}

.introduction-img{
    border-radius: 50%;
    margin: 2%;
    height: 90%;
    object-fit: cover;
}

.introduction-panel div{
    margin: auto;
    padding: 10px;
}

.introduction-panel div h1{
    margin: 0;
}

.media-link-list{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.media-link-list li a img{
    border-radius: 0%;
    height: 30px;
    padding: 0;
    margin: 10px;
}


.bgimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
}

.introduction-canvas{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.streaming{
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.streaming h1{
    text-align: center;
}

.streaming-contents{
    display: flex;
}

.streaming-contents-twitch{
    width: 50%;
    aspect-ratio: 16/9;
}

.streaming-contents-twitch h2{
    text-align: center;
}

.twitch-player{
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 80%;
}

.streaming-contents-youtube{
    width: 50%;
    aspect-ratio: 16/9;
}

.streaming-contents-youtube h2{
    text-align: center;
}

.youtube-player{
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 80%;
}

.TRPG{
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    height: 100%;
}

.TRPG h1{
    text-align: center;
}

.TRPG-contents{
    display: flex;
}

.TRPG-contents h2{
    text-align: center;
}

.TRPG-contents-played{
    width: 50%;
}

.TRPG-contents-played ul{
    list-style-type: none;
    width: 85%;
    margin: 0 auto;
}

.TRPG-contents-played ul {
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
}

.TRPG-contents-played ul  li{
    margin-top: 75px;
    margin-bottom: 75px;
    display: flex;
}

.TRPG-contents-played ul  li img{
    object-fit: contain;
}

.TRPG-contents-played ul  li div{
    margin: auto;
    margin-left: 20px;
}

.TRPG-contents-played ul  li div h3{
    margin: 0;
    margin-bottom: 5%;
}

.TRPG-contents-played ul  li div p{
    margin: 0;
}


.TRPG-contents-works{
    width: 50%;
}

.TRPG-contents-works-2{
    display: flex;
    margin: 5%;
}

.TRPG-contents-works-2 div{
    width: 50%;
    margin: auto;
}

.TRPG-contents-works-2 h3{
    font-size: x-large;
    margin-top: 0;
    text-align: center;
    line-height: 0;
}

.TRPG-contents-works-2-subheading{
    margin: 0;
    text-align: center;
    font-size: smaller;
}

.TRPG-contents-works-img2{
    width: 330px;
    height: 330px;
    margin: 10px;
}

.TRPG-contents-works-1{
    display: flex;
    margin: 5%;
}

.TRPG-contents-works-1 div{
    width: 50%;
    margin: auto;
}

.TRPG-contents-works-1 h3{
    font-size: x-large;
    margin-top: 0;
    text-align: center;
    line-height: 0;
}

.TRPG-contents-works-1-subheading{
    margin: 0;
    text-align: center;
    font-size: smaller;
}

.TRPG-contents-works-img1{
    width: 330px;
    height: 330px;
    margin: 10px;
}

footer{
    width: 100%;
    background-color: rgb(213, 197, 123);
    padding-top: 20px;
    padding-bottom: 20px;
}

footer p {
    color: black;
    text-align: center;
    font-weight: bolder;
}




.phone-introduction-panel{
    display: flex;
    width: 60%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px;

    border-width: 10px;
    border-style: double;
    border-color: rgb(213, 197, 123);
}

.phone-introduction-img{
    border-radius: 50%;
    width: 40%;
    height: auto;
    margin: auto;
    object-fit: cover;
}

.phone-introduction-panel div{
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    width: 60%;
    padding: 10px;
}

.phone-introduction-panel div h1{
    margin: 0;
}

.phone-media-link-list{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.phone-media-link-list li a img{
    border-radius: 0%;
    height: 30px;
    padding: 0;
    margin: 10px;
}

.h2-border{
    text-align: center;
    font-size: xx-large;
}

.h2-border {
    display: flex;
    align-items: center;
}
 
.h2-border:before,
.h2-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: rgb(213, 197, 123);
}
 
.h2-border:before {
    margin-right: 2rem;
}
 
.h2-border:after {
    margin-left: 2rem;
}

.phone-twitch-player{
    width: 70%;
    aspect-ratio: 16/9;
    margin: auto;
}

.phone-youtube-player{
    width: 70%;
    aspect-ratio: 16/9;
    margin: auto;
}

.wrapper-phone h3{
    margin-top: 50px;
    font-size: x-large;
    text-align: center;
}

.phone-TRPG-played{
    width: 100%;
}

.phone-TRPG-played ul{
    list-style-type: none;
    width: 85%;
    margin: 0 auto;
}

.phone-TRPG-played ul {
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
}

.phone-TRPG-played ul a {
    color: black;
    text-decoration: none;
}

.phone-TRPG-played ul  li{
    margin-top: 75px;
    margin-bottom: 75px;
    display: flex;
}

.phone-TRPG-played ul li img{
    object-fit: contain;
}

.phone-TRPG-played ul  li div{
    margin: auto;
    margin-left: 20px;
}

.phone-TRPG-played ul  li div h4{
    font-size: x-large;
    margin: 0;
    margin-bottom: 5%;
}

.phone-TRPG-played ul  li div p{
    margin: 0;
}

.phone-TRPG-works-content{
    display: flex;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.phone-TRPG-contents-works div{
    width: 50%;
    margin: auto;
}

.phone-TRPG-contents-works h3{
    font-size: x-large;
    margin-top: 0;
    text-align: center;
    line-height: 0;
}

.phone-TRPG-contents-works-subheading{
    margin: 0;
    text-align: center;
    font-size: smaller;
}

.phone-TRPG-works-content-title{
    font-size: x-large;
    margin-top: 0;
    text-align: center;
    line-height: 0;
}

.phone-TRPG-contents-works-img{
    width: 300px;
    height: 300px;
    margin: 10px;
}

.phone-TRPG-works-content div{
    width: 50%;
    margin: auto;
    margin-top: 0;
}



.phone2-introduction-panel{
    width: 75%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;

    border-width: 10px;
    border-style: double;
    border-color: rgb(213, 197, 123);
}

.phone2-introduction-img{
    border-radius: 50%;
    height: 90%;
    width: auto;
    margin: 0;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.phone2-introduction-panel-name{
    display: flex;
    height: 80px;
}


.phone2-introduction-panel div{
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}


.phone2-media-link-list{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.phone2-media-link-list li a img{
    border-radius: 0%;
    height: 30px;
    padding: 0;
    margin: 10px;
}

.phone2-twitch-player{
    width: 80%;
    height: auto;
    aspect-ratio: 16/9;
    margin: auto;
}

.phone2-youtube-player{
    width: 80%;
    height: auto;
    aspect-ratio: 16/9;
    margin: auto;
}

.wrapper-phone2 h3{
    margin-top: 50px;
    font-size: x-large;
    text-align: center;
}

.phone2-TRPG-played{
    width: 100%;
}

.phone2-TRPG-played ul{
    list-style-type: none;
    width: 85%;
    margin: auto;
    padding: 0;
}

.phone2-TRPG-played ul {
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
}

.phone2-TRPG-played ul a {
    color: black;
    text-decoration: none;
    margin: auto;
}

.phone2-TRPG-played ul li{
    margin-top: 75px;
    margin-bottom: 75px;
}

.phone2-TRPG-played ul li img{
    object-fit: contain;
    margin: auto;
}

.phone2-TRPG-played ul li div{
    margin: auto;
}

.phone2-TRPG-played ul li div h4{
    font-size: larger;
    margin: 0;
    margin-bottom: 5%;
    text-align: center;
}

.phone2-TRPG-played-img{
    margin: auto;
    width: 100%;
}

.phone2-TRPG-played ul  li div p{
    margin: 0;
}

.phone2-TRPG-works-content{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}


.phone2-TRPG-contents-works div{
    width: 50%;
    margin: auto;
}

.phone2-TRPG-contents-works h3{
    font-size: x-large;
    margin-top: 0;
    text-align: center;
    line-height: 0;
}

.phone2-TRPG-contents-works-subheading{
    margin: 0;
    text-align: center;
    font-size: smaller;
}

.phone2-TRPG-works-content-title{
    font-size: x-large;
    margin-top: 0;
    text-align: center;
    line-height: 0;
}

.phone2-TRPG-contents-works-img{
    width: 100%;
    height: auto;
    margin: auto;
}

.phone2-TRPG-works-content div{
    width: 100%;
    margin: auto;
    margin-top: 0;
}