/*oz*/
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*////////////////////////////////////////////////////////////////////////
reset
////////////////////////////////////////////////////////////////////////*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
/* サイト全体に適用 */
* {
    -webkit-tap-highlight-color: transparent;
}

html {
	/*image-rendering: -webkit-optimize-contrast;*/
}

body{
	overflow-y: scroll; /* スクロールバー常に表示 */
    background-image: url(../img/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

html,body {
	font-size-adjust:100%;
	-webkit-font-size-adjust: 100%;
}

body,h1,h2,h3,h4,h5,h6,p,img,
hr,li,ul,dl,dt,dd
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

table th{font-weight:normal;}

img{
	width: 100%;
	border:0px;
	image-rendering:auto;
}

.clear{clear:both;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.e_shop_Bt{
	display: block;
	position: relative;
	margin: 0.5em 0 0;
	max-width: 256px;
	transition: all 200ms 0s ease-out;
	transform: scale(1);
}
.e_shop_Bt:hover{
	transform: scale(1.1);
}

/*////////////////////////////////////////////////////////////////////////
基本カラー
////////////////////////////////////////////////////////////////////////*/
:root{
--red:#e60012;
--black:#000;
--gray:#555;
--white:#fefeff;
--gold:#c6a36a;
--purple:#81088e;
	
--black50: rgba(0,0,0,0.5);
--black60: rgba(0,0,0,0.6);
--black70: rgba(0,0,0,0.7);
--white10: rgba(255,255,255,0.1);
--white30: rgba(255,255,255,0.3);
--white50: rgba(255,255,255,0.5);
--white70: rgba(255,255,255,0.7);
	
	
}


/*////////////////////////////////////////////////////////////////////////
基本
////////////////////////////////////////////////////////////////////////*/
/*表示*/
.view_pc{display: block;}
.view_pc_tb{display: block;}
.view_tb{display:none;}
.view_tb_sp{display:none;}
.view_sp{display:none;}

.br_tb{display: none;}
.br_pc{display: block;}

.non{
	opacity:0.3;
	cursor:default;
	pointer-events: none;
}

ruby {
        display: inline-table;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        border: none;
        white-space: nowrap;
        text-indent: 0;
        vertical-align: bottom;
        text-decoration: inherit;
        text-align: center;
        }
ruby>rt {
    display: table-header-group;
    height: 25%;
    margin: 0;
    padding: 0 0.125em;
    border: none;
    font: inherit;
    line-height: 1.1em;
	text-align: center;
	font-size: 50%;
	position: relative;
	transform: translateY(0.5em);
    }

br.txtCutNone{display:none;}

a{
	color: var(--white);
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration: none;
}

::selection {
	color: #000;
	background-color: #db9fcd;
}
::-moz-selection {
	color: #000;
	background-color: #db9fcd;
}

hr.solidLine{
	border-top: solid 1px var(--gray);
}

.txtCutNone{
	display: none;
}

.fadeUp{
	opacity: 0;
	position: relative;
	bottom: -20px;
}

.lSpace{
	letter-spacing: -0.5em;
}

.gothic{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*////////////////////////////////////////////////////////////////////////
全体ボックス
////////////////////////////////////////////////////////////////////////*/
html{
}

body{
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color: var(--white);
	/*min-width: 1300px;*/
	background-color: var(--black);
    background-image: url("../img/teaser/bg.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
    
}

html, body {
	width: 100%;
	height: 100%;
	position: relative;
}


/*////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////*/
#loading{
	width:100%;
	height: 100%;
	position:fixed;
	z-index:99;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	pointer-events: none;
    background-color: rgba(0,0,0,1.00);
    /*transition: opacity 1s ease-in-out;*/
    transition: all 1s ease-in-out;
}

/* fade-outクラスが付与されたら背景をフェードアウト */
#loading.fade-out{
    opacity: 0;
}

/* ローディング画面内のロゴ */
#loading .top_logo{
    width: 90%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    z-index: 100;
}
#loading:has(.move-to-top){
    background-color: rgba(0,0,0,0.00);
}

/* ロゴ移動アニメーション */
#loading .top_logo.move-to-top{
    top: 0;
    transform: translate(-50%, 0);
    max-width: 800px;
}

#loading .top_logo .fadeUp{
    opacity: 1 !important;
    bottom: 0 !important;
}

#loading .top_logo h2{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#loading .top_logo h2 img{
    width: 100%;
}

#loading .top_logo h2 img.logo_blink{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    animation: logoBlink 1.5s ease-in-out infinite;
}

/*////////////////////////////////////////////////////////////////////////
ティザーサイト
////////////////////////////////////////////////////////////////////////*/
.teaser{
    width: 100%;
    text-align: center;
}

.teaser .top_logo img{
    width: 100%;
    max-width: 800px;
}
.teaser .top_logo h2{
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}
.teaser .top_logo h2 img{
    
}
.teaser .top_logo h2 img.logo_blink{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    animation: logoBlink 2s ease-in-out infinite;
}

/* ロゴ点滅アニメーション */
@keyframes logoBlink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.teaser .top_visual{
    margin-bottom: 50px;
}
.teaser .top_chara{
    width: 100%;
    text-align: center;
}
.teaser .top_chara img{
    width: 100%;
    margin: 0 auto;
}

/*ムービー*/
.teaser #movie_box{
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
}

.teaser #movie_box li{
	box-sizing: border-box;
    display: inline-block;
    width: 94%;
    margin: auto;
}

.teaser #movie_box li .youtube{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}

.teaser #movie_box li .youtube iframe{
	border:solid 2px #db9fcd;
	background-color: #000;
	box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/**/
.teaser > div:first-child{
    margin-bottom: 60px;
}

.teaser section{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto 100px;
}

.teaser section h3{
    width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
    max-width: 800px;
}
.teaser section h3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    background-image: url(../img/teaser/img1_logo_bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.3;
    z-index: -1;
    animation: blink1 5s ease-in-out infinite;
}
.teaser section h3::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    background-image: url(../img/teaser/img1_logo_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.3;
    z-index: -1;
    animation: blink2 5s ease-in-out infinite;
}
.teaser section.game2 h3::before{background-image: url(../img/teaser/img2_logo_bg1.png);}
.teaser section.game2 h3::after{background-image: url(../img/teaser/img2_logo_bg2.png);}
.teaser section.game3 h3::before{background-image: url(../img/teaser/img3_logo_bg1.png);}
.teaser section.game3 h3::after{background-image: url(../img/teaser/img3_logo_bg2.png);}
.teaser section.game4 h3::before{background-image: url(../img/teaser/img4_logo_bg1.png);}
.teaser section.game4 h3::after{background-image: url(../img/teaser/img4_logo_bg2.png);}

@keyframes blink1 {
    0%, 100% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
}
@keyframes blink2 {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1.0;
    }
}
.teaser section h3 a:hover{
    opacity: 0.7;
}
.teaser section h3 img{
    max-width: 600px;
    margin: 0 auto;
}

/* メインレイアウト（左右2カラム） */
.teaser section{
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 40px;
    align-items: start;
}

.teaser section h3{
    grid-column: 1 / -1;
}

/* ゲーム画像（左側） */
.game_image{
    grid-column: 1;
    grid-row: 2 / 4;
    max-width: 400px;
}

.game_image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ゲームタイトル（右上） */
.game_title{
    padding: 0.5em 0;
    grid-column: 2;
    grid-row: 2;
    font-size: 24px;
    line-height: 1.4;
    align-self: start;
    font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
}

/* ストーリーボックス（右下） */
.story_box{
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    border: 2px solid #db9fcd;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    padding: 30px;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 0;
}

.story_box img{
    flex: 0 0 260px;
    max-width: 260px;
    order: 2;
    border: solid #db9fcd 2px;
    border-radius: 10px;
}

.story_box p{
    flex: 1;
    line-height: 1.6;
    order: 1;
    text-align: left;
    font-size: 18px;
}
/**/
.sns_link{
    width: 80%;
    max-width: 700px;
    margin: 1.0em auto 4.0em auto;
}
.sns_link a{
    max-width: 100px;
    display: inline-block;
}
.sns_link .youtube_link{
}
.sns_link .x_link{
}
.sns_link a:hover{
    opacity: 0.7;
}
.sns_link a img{
    width: 100%;
}


/*######################################################################
メディアクエリ
######################################################################*/
@media screen and (max-width: 800px) {
/*//////////////////////////////////////////////////////////////////////*/
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: block;}
.view_tb{display:block;}
.view_tb_sp{display:block;}
.view_sp{display:none;}
    
body{
	font-size:12px;
	min-width: inherit;
}
.br_tb{display: block;}
.br_pc{display: none;}
/*////////////////////////////////////////////////////////////////////////
ティザーサイト
////////////////////////////////////////////////////////////////////////*/
.teaser{
    width: 100%;
}
    
    
.teaser section{
    margin-bottom: 60px;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 0;
    width: 100%;
    
}

.teaser section h3{
    grid-column: 1 / -1;
    grid-row: 1;
    margin-bottom: 0;
}

.teaser section h3 img{
    max-width: 100%;
}

/* ゲーム画像（左側） */
.game_image{
    grid-column: 1;
    grid-row: 2;
    max-width: 360px;
    padding: 5%;
}

.game_image img{
    width: 100%;
    height: auto;
}

/* ゲームタイトル（右側） */
.game_title{
    grid-column: 2;
    grid-row: 2;
    font-size: 2.4vw;
    line-height: 1.8;
    align-self: center;
}

/* ストーリーボックス（下部全幅） */
.story_box{
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
    flex-direction: row;
    padding: 20px;
    gap: 15px;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.story_box img{
    flex: 0 0 40%;
    max-width: 260px;
    width: 30%;
    order: 2;
}

.story_box p{
    flex: 1;
    order: 1;
    font-size: 2.6vw;
}
.sns_link a{
    font-size: 4.0vw;
}
	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 480px) {
/*//////////////////////////////////////////////////////////////////////*/

	
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/
}