@charset "utf-8";

body{
    background: linear-gradient(180deg, rgb(0, 0, 103), rgb(124,202,229));
    min-height: 100vh;
    font-family: "Cinzel", sans-serif;
}

@font-face {
    font-family: "Cinzel";
    src: url(./fonts/cinzel.bold.otf) format("opentype");
}
@font-face {
    font-family: "Banana";
    src: url(./fonts/YDWbananaslipplus.otf) format("opentype");
}

@media (min-width: 1921px){
    .vertical-content{
        zoom: 1.5;
    }
}
@media (max-width:991px){
    .triangle-text {
        background-position: 11vh 45% !important;
    }
}
@media (max-width:786px){
    .top_eng{
        font-size: 60px !important;
    }
}
@media (max-width:761px){
    .triangle-text {
        background-position: 8vh 32% !important;
    }
    .top_eng{
        line-height: 6rem !important;
    }
    ul.nav{
        zoom: 0.8;
    }
    .top_eng{
        line-height: 6.5rem !important;
    }
    .links{
        width: 250px !important;
    }
    .top_links{
        justify-content: center !important;
    }
    .clip_part_text{
        font-size: 60px !important;
    }
    .clip_part_text img{
        width: 90px !important;
    }
    .readMore_btn{
        width: 240px !important;
    }
    .triangle-text {
        background-position: 8vh 32% !important;
    }
}

@media (max-width: 723px) {
    .about_marble_top_text_eng {
        line-height: 1em;
    }
    .links {
        width: 200px !important;
        text-align: center;
    }
    .line-wrapper{
        z-index: 1 !important;
    }
}

@media (max-width: 634px) {
    .navmenu > .navmenuInner{
        flex-direction: column;
      }
    .navmenuInner > .navmenu_left{
        margin-bottom: 24px;
        padding-right: 0px;
    }
    .links {
        width: 170px !important;
    }
    .line-wrapper{
        z-index: 1 !important;
    }

    .top_links{
        justify-content: center !important;
    }
    .top_eng{
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65) !important;
    }
    .triangle-text{
        width: 100% !important;
    }
}

@media (max-width: 608px) {
    .footer_hage img{
        display: none !important;
    }
    .footer_nav-item a{
        display: none !important;
    }
}

@media (max-width: 576px) {
    .triangle-text{
        width: 100%;
    }
}

@media screen and (max-width:500px)  {
    .top_eng{
        font-size: 48px !important;
        line-height: 4.5rem !important;
    }
    .top_jp{
        font-size: 24px !important;
    }
    .top_links{
        justify-content: center !important;
    }
    .clip_part_text{
        font-size: 40px !important;
    }
    .clip_part_text img{
        width: 70px !important;
    }
    .readMore_btn{
        width: 150px !important;
    }
    .clip_random{
        min-width: 9rem !important;
    }
    .navmenu_logo{
        display: flex !important;
        justify-content: center;
    }
    .navmenu_logo img{
        width: 200px !important;
    }
    .menu_title_jp{
        font-size: 32px !important;
    }
    .menu_title{
        font-size: 28px !important;
    }
    .navmenu_right{
        padding: 0 !important;
        text-align: center;
    }
    .about_marble_top_text_eng{
        font-size: 50px !important;
    }
    .about_marble_top_text_jp{
        font-size: 24pt !important;
    }
    p{
        /*font-size: 20px !important;*/
    }
    .about_marble_links{
        display: none !important;
    }
    .footer_title_jp{
        font-size: 14pt !important;
    }
    .footer_title{
        font-size: 14pt !important;
    }
    .footer_hage img{
        display: none !important;
    }
    .footer_nav-item a{
        display: none !important;
    }
    .BackToTop-visible{
        width: 80px !important;
        height: 80px !important;
    }
    .BackToTop{
        width: 80px !important;
        height: 80px !important;
    }
}


.header_logo {
    display: flex;
    align-items: left;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.header_logo img {
    height: 80px;
    align-items: center;
    z-index: 3;
}
.header_logo.is-active {
    display: none;
}

.burger {
    width: 80px;
    height: 80px;
    right: 16px;
    top: 8px;
    background-image: url(/img/menu.png);
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; 
    position: fixed; 
    z-index: 100; 
    display: inline-block;
    filter: drop-shadow(0px 0px 16px 2px black);
}
.burger:hover {
    opacity: 0.6;
}
  .burger.is-active {
    background-image: url(img/close.png);
}

.navmenu {
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-image: url(img/Menu_bg.png);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
  
}
.navmenu.is-active {
    display: flex;
}

.menu_links{
    text-align: center;
    width: 25%;
}

.navmenuInner{
    justify-content: space-between;
    display: flex;
}
.navmenu_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 48px;
}
  
.navmenu_right {
    padding: 10px;
    padding-left: 48px;
}
  
.menu_title{
    font-size: 35pt;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-family: "Cinzel";
}
.menu_title_jp{
    font-size: 35pt;
    color: #fff;
    text-decoration: none;
    font-family: "Banana";
}

.tate_menu{
    text-decoration-line: none;
}

ul.tate_menu li:hover{
    opacity: 0.6;
}


ul.nav {
    text-align: right;
    z-index: 2;
}
  
ul.nav li{
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1em;
    text-align: left;
}
  
ul.nav li:hover{
    opacity: 0.6;
}

/*
.top{
    height: 100vh;
}
*/

.triangle{
    height: 650px;
    min-width: 340px;
    background-color: #7ccae5;
    z-index: 0;
    position: absolute;
    clip-path: polygon( 
        0 0,
        100% 0,
        100% 0,
        0 100%
    );
}

.triangle-text {
    z-index: 2;
    position: relative;
    width: 100vh;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 15vh 40%;
    background-size: contain;
    background-image: url(img/brand.png);
    font-family: "Cinzel" !important;
}



.top_eng{
    color: #fff;
    padding: 70px;
    margin-top: 50px;
    text-align: left;
    font-size: 80px;
    font-weight: bold;
    line-height: 7.5rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}
.top_jp{
    color: #fff;
    font-size: 32pt;
    text-align: left;
    font-weight: normal;
    font-family: "Banana";
}
.top_links{
    text-align: left;
    width: 100%;
    max-width: 100%;
    height: auto;

}
.links{
    width: 300px;
    display: flex;
}

.xicon:hover{
    opacity: 0.6;
}
.twitchicon:hover{
    opacity: 0.6;
}
.instagramicon:hover{
    opacity: 0.6;
}
.suzuriicon:hover{
    opacity: 0.6;
}
.clip_part{
    margin: 100px 0;
    margin-top: 140px;
}
.blog_part {
    margin-top: 6rem;
}

/*****
* REGION clip
******/
.clip_part_text{
    font-size: 60pt;
    color: #fff;
    display: flex;
    justify-content:center;
    font-family: "Cinzel";
}

.clip_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.clip_controls_btn {
    color: white;
    transition: transform 0.2s ease-in-out;
}
.clip_controls_btn_middle {
    color: white;
    transition: transform 0.2s ease-in-out;
    width: 20rem;
}
.clip_controls_btn.disabled {
    border: none;
    color: rgba(255, 255, 255, 0.4);
    pointer-events: none;
}
.clip_controls_btn_middle.disabled {
    border: none;
    color: rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

.clip_controls_btn:hover {
    color: rgba(255,255,255, 0.8);
    transform: scale(1.2);
}
.clip_controls_btn_middle:hover {
    color: rgba(255,255,255, 0.8);
    transform: scale(1.2);
}
.clip_controls_btn.disabled:hover {
    color: rgba(255, 255, 255, 0.4);
    transform: none;
}
.clip_controls_btn_middle.disabled:hover {
    color: rgba(255, 255, 255, 0.4);
    transform: none;
}
.clip_controls_btn:active {
    color: rgba(255,255,255, 0.8) !important;
    transform: translateY(2px);
    border: inherit;
}
.clip_controls_btn_middle:active {
    color: rgba(255,255,255, 0.8) !important;
    transform: translateY(2px);
    border: inherit;
}
.back img{
    width: 100px;
}
.next img{
    width: 100px;
}

#clip_embed {
    min-height: 320px;
    height: 40vh;

    max-width: 60vh;
    width: 100%;

    justify-content: center;
    align-items: center;
    display: flex;
}

.clip_random{
    font-family: "Banana";
    font-size: 24px;
}
.clip_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/****
* END REGION clip
****/

.pixel_img{
    width: 100px;
}

.pixel_img img{
    margin-bottom: 8px;
}
.pixel_img_op{
    width: 100px;
}
.pixel_img_op img{
    margin-bottom: 8px;
    transform: scale(-1 , 1);
}

.readMore_btn{
    position: relative;
	width: 280px;
	height: 80px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.readMore_btn img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.readMore_btn:hover img:nth-of-type(2){
    opacity: 0;
}

/*about_marble*/
.about_marble_links{
    text-align: right;
    display: flex;
    position: absolute;
    right: 80px;
    margin-right: 15px;
    margin-top: 20px;

}
.about_xicon img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.about_twitchicon img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.about_instagramicon img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.about_suzuriicon img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.about_xicon:hover{
    opacity: 0.6;
}
.about_twitchicon:hover{
    opacity: 0.6;
}
.about_instagramicon:hover{
    opacity: 0.6;
}
.about_suzuriicon:hover{
    opacity: 0.6;
}
.about_marble_top{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 90%;
    max-width: 100%;
    padding-top:64px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
  
.about_marble_top_text_eng{
    font-size: 60pt;
    color: #fff;
    display: flex;
    justify-content: center;
    font-family:"Cinzel";
    margin-top: 100px;
    letter-spacing: 0.5rem;
    text-align: center;
    margin-top: 32px;
}
.about_marble_top_text_jp{
    font-size: 30pt;
    color: #fff;
    display: flex;
    justify-content: center;
    font-family:"Banana";
    letter-spacing: 0.5rem;
}

.top_line_part{
    display: flex;
    justify-content:center;
    position: relative;
}
.top_line{
    margin: 50px;
}

.content-center {
    display: flex;
    justify-content: center;
}

.vertical-content {
    display: flex;
    flex-direction: column;
}
.horizontal-content-pair {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    position: relative;
}
.left-over, .right-over {
    position: absolute;
    z-index: 2;
}
.right-under, .left-under {
    position: relative;
    z-index: 1;
}
.left-over {
    left: 0;
}
.right-over {
    right: 0;
}
.left-under {
    margin-right: 160px;
}
.right-under {
    margin-left: 160px;
}
h1.content-title {
    color: #fff;
    font-size: 500%;
    margin-top: 0;
    margin-bottom: 0;
}
.content-title{
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
h3.content-subtitle {
    color: #fff;
    font-family: "Banana";
    margin-top: 0;
    font-size: 35px;
}
.content-subtitle{
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
div.image-subtext {
    text-align: center;
    padding: 0 2rem;
}
.left-over > .image-container {
    text-align: left;
}
.right-over > .image-container {
    text-align: right;
}
.image-main {
    width: 500px;
    height: auto;
}
.image-subtext > p {
    font-family: "Banana";
    font-size: 24px;
    color: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.image-chara {
    width: 200px;
    height: auto;
}

.probe {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


@media (max-width: 650px) {
    .horizontal-content-pair {
        margin-top: 2rem;
    }
    h1.content-title {
        font-size: 300%;
    }
    .image-subtext > p {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
	font-size: 120%;
    }
}


.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
    
/* News */
.article-main-title{
    font-family: "Banana";
}
.article-sub-title{
    font-family: "Banana";
}
    
/* フッター */
  
.footer{
    display: flex;
    flex-direction: column;
    justify-items: end;
}

:root {
  --marble-line-base-width: 77px; /* same width as the image */
  --marble-line-base-height: 35px; /* same height as the image */
  --marble-line-scale: 0.75;
}

.line-wrapper {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    position: relative;
}
.line-container {
    width: 75%;
    height: var(--marble-line-base-height); 
    display: flex;
    justify-content: center;
}

.line {
    width: 100% ;
    height: var(--marble-line-base-height);          
    background-image: url(/img/line.png);
    background-repeat: repeat-x;
    background-size: calc(var(--marble-line-base-width) * var(--marble-line-scale)) calc(var(--marble-line-base-height) * var(--marble-line-scale));
}

.BackToTop{
    justify-content: flex-end;
    background-image: url(/img/Top.png);
    width: 100px;
    height: 100px;
    bottom: -100px;
    right: 32px;
    background-position: center;
    background-size: contain;
    position: fixed;
    transition: bottom 1s ease-in-out;
    z-index: 3;
}

.BackToTop:hover{
    opacity: 0.6;
}

.BackToTop-visible{
    bottom: 32px;
}
  
.footer_nav-item img{
    height: 80px;
    align-items: center;
    padding: 0px 6px;
    margin-top: 4px;
    margin-right: 50px;
}

.footer_title{
    margin-top: 18px;
    font-size: 18pt;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    padding: 0px 6px; 
    margin-left: 10px;
    z-index: 2;
}
.footer_title_jp{
    font-size: 18pt;
    color: #fff;
    text-decoration: none;
    font-family: "Banana";
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
    z-index: 2;
}
li.jp{
    margin-top: 24px;
}
li.en{
    margin-top: 24px;
    font-family: "Cinzel" !important;
}

.hage img{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100px;
}
