@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

img{width:100%;}
body{background: linear-gradient(to right, #700000 0%, #960000 10%, #960000 90%, #700000 100%);}
body *{box-sizing:border-box;}

input,select,button{background:rgba(255,255,255,0);border:none;}
button{cursor:pointer;}

/*=====================*/

.mv_box{}

.mv_box h1{
	margin:auto;
	max-width:1500px;
	line-height:0;
}

/*=====================*/

.author{
	display:inline-block;
	margin:auto;
	padding:10px 0;
	color:#eee;
}

.author p{
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	padding-bottom: 3px;
	
}
.author p:nth-child(n+2){font-size:11px;}
.author p > span{
	background-color:#eee;
	color:#960000;
	font-weight:600;
	padding:0 8px;
	width:50px;
}
.author p > a{
	color:#eee;
	text-decoration:underline;
}
@media only screen and (max-width:520px) {
	.author{padding:7px 0;}
	.author p{font-size:11px;}
}



/*=====================*/


.about_dawn{
	position:relative;
	margin:auto;
	max-width:1400px;
}
.about_dawn::before,
.about_dawn::after{
	content:"";
	opacity:.25;
	position:absolute;
	top:0;
	display:block;
	width:110px;
	height:100%;
	background-size:contain;
	background-repeat: no-repeat;
}
.about_dawn::before{
	left:0;
	background-position:left 30px;
	background-image:url("../images/about_img01.webp");
}
.about_dawn::after{
	right:0;
	background-position:right calc(100% - 30px);
	background-image:url("../images/about_img02.webp");
}

.about_dawn_text{
	position:relative;
	color:#eee;
	margin:auto;
	font-family: "Shippori Mincho",serif;
	max-width:600px;
	font-size:20px;
	font-weight:600;
	line-height:1.4em;
	padding:60px 0 40px;
}

.about_dawn_text::before,
.about_dawn_text::after{
	content:"";
	position:absolute;
	top:0;
	display:block;
	width:40px;
	height:100%;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
	background-image:url("../images/about_dawn_text_flame.webp");
}
.about_dawn_text::before{
	left:0;
	transform: rotate(180deg);
}
.about_dawn_text::after{
	right:0;
}


.about_dawn_text p{padding-bottom:20px;}


/*======*/

.about_dawn_headprofbox{
	margin:auto;
	max-width:640px;
}

.about_dawn_listtitle{
	position:relative;
	color:#B19652;
	font-family: "Shippori Mincho",serif;
	font-size:20px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}
.about_dawn_listtitle::before,
.about_dawn_listtitle::after{
	content:"";
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width:160px;
	height:1px;
	background-color:#B19652;
}
.about_dawn_listtitle::before{left:0;}
.about_dawn_listtitle::after{right:0;}

.about_dawn_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
}

.about_dawn_list li{
	list-style: none;
	width:calc((100% - (20px * 3))/ 4);
	
}
.about_dawn_list li a{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	height:100%;
	color:#eee;
	transition:.2s;
}

.about_dawn_list li a > div{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
}

.about_dawn_list li a > div:nth-child(1){
	margin-bottom:5px;
	color:#eee;
	letter-spacing:0.09em;
}

.about_dawn_list li a > div:nth-child(2){
	width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.about_dawn_list li a img{
	background-color:rgba(0,0,0,.55);
	transition:.2s;
}

.about_dawn_list li a > div:nth-child(3){padding-top:5px;}
.about_dawn_list li a >div:nth-child(3) span{
	display:block;
	width:100%;
	font-family:"Shippori Mincho",serif;
}
.about_dawn_list li a >div:nth-child(3) span:nth-child(1){
	font-size:.6em;line-height:1em;
}
.about_dawn_list li a >div:nth-child(3) span:nth-child(2){
	
}

@media only screen and (min-width:768px) {
	.about_dawn_list li a:hover img{transform:scale(1.1);}
	.about_dawn_list li a[href*="shino"]:hover img{background-color:#f9d6d7;}
	.about_dawn_list li a[href*="len"]:hover img{background-color:#1c0031;}
	.about_dawn_list li a[href*="haku"]:hover img{background-color:#bfdace;}
	.about_dawn_list li a[href*="tsutsuji"]:hover img{background-color:#be006c;}
}


/*=====================*/

.sunmoon{
	
}

.sunmoon_box{
	
}

/*=========入力画面===========*/

.sunmoon_form_area{
	position:relative;
	margin:auto;
	max-width:1400px;
	padding:60px 30px 20px;
}
.sunmoon_form_area::before,
.sunmoon_form_area::after{
	content:"";
	opacity:.25;
	position:absolute;
	top:0;
	display:block;
	width:110px;
	height:100%;
	background-size:contain;
	background-repeat: no-repeat;
}
.sunmoon_form_area::before{
	left:0;
	background-position:left bottom;
	background-image:url("../images/about_img02.webp");
}
.sunmoon_form_area::after{
	right:0;
	background-position:right top;
	background-image:url("../images/about_img01.webp");
}


.sunmoon_form_box{
	position:relative;
	margin:auto;
	width:100%;
	max-width:460px;
	padding:15px 40px 20px;
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, .4));
	background-image: url("../images/form_bk.webp");
	background-position: center;
	background-size: 100%;
	background-repeat: repeat-y;
}

.sunmoon_form_box::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url("../images/form_top.webp");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.sunmoon_form_box::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../images/form_bottom.webp");
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

#birthForm > div.form_title{
	position:relative;
	text-align:center;
	font-family: "Shippori Mincho", serif;
	color:#444;
	font-size:20px;
	line-height:1.15em;
	font-weight:600;
	letter-spacing:0.1em;
	border-bottom:1px #B19652 solid;
	padding-bottom:8px;
	margin-bottom:10px;
}
.form_title img{
	position:absolute;
	bottom:-10px;
    right:-45px;
    width:29px;
	transform: rotate(30deg);
}


/*=================*/

form{}

label{
	color:#444;
	font-size:13px;
	display:block;
	margin-bottom: 4px;
}


select,input{
	font-family: "Shippori Mincho", serif;
	font-size:14px;
	font-weight:800;
	padding:5px 5px;
	border:#444 1px solid;
	border-radius:5px;
	color:#444;
}
select{cursor:pointer;}

input[type="text"]{padding:5px 12px;}
input[type="text"]::placeholder{color:#aaa;}

input[type="time"]{margin-bottom:5px;cursor:pointer;}

#birthForm > div{padding:10px 0;}

#birthForm > div:nth-child(4){padding-bottom:0;}
label.unknown{display:inline-block;cursor:pointer;}
label.unknown input{cursor:pointer;}

.date-fields{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:5px;
}

/* 入力できなくする */
.time-disabled {
	opacity: 0.25;
	pointer-events:none;
	transition: 0.2s;
}

button[type="submit"]{
	display:inline-block;
	margin:10px auto 0;
	background-color:#333;
	color:#eee;
	font-family: "Shippori Mincho", serif;
	font-weight:600;
	font-size:16px;
	padding:5px 25px;
	border-radius: 2em;
	transition: .2s;
}
@media only screen and (min-width:768px) {
	button[type="submit"]:hover{
		background-color:#B19652;
		color:#eee;
	}
}



/* ===== 結果 ===== */

#result{padding:40px 0 0;}

.result_main{
	background-color:rgba(0, 0, 0, .25);
}

.result_main_box{
    margin: auto;
    max-width: 1200px;
	padding:30px;
}

.result_top_img{width:50px;margin:auto;}

.combokeyword_box{}

.combokeyword_box h2{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	font-family: "Shippori Mincho",serif;
	font-size:50px;
	font-weight:800;
	color:#B19652;
}
.combokeyword_box h2 span{margin:auto 0;line-height:1em;}

.combokeyword_sun,
.combokeyword_moon{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	line-height:0;
	width:calc((100% - 50px)/ 2);
}
.combokeyword_sun{justify-content: flex-end;}
.combokeyword_box h2 .combo_sun_img,.combokeyword_box h2 .combo_moon_img{width:70px;line-height:0;}
.combokeyword_box h2 > span:nth-child(2){font-size:80%;width:50px;}

.combokeyword_box h2 i{
	font-size:30%;
	line-height:1em;
	font-style:normal;
	display: block;
}

.combokeyword_main{
	padding:8px 0 30px;
}
.combokeyword_main p{
	color:#B19652;
	font-family: "Shippori Mincho",serif;
	font-size:16px;
	font-weight:600;
	line-height:1.2em;
}
.combokeyword_main h3{
	color:#eee;
	font-family: "Shippori Mincho",serif;
	font-size:40px;
	font-weight:800;
	line-height:1em;
}

/*=================*/


.intro_box{
	padding:20px 30px 60px;
}

.intro_h2box{
	padding-bottom:40px;
}

.intro_h2box h2{
	margin:0 auto;
	line-height:0;
	max-width:400px;
}

.intro_h2box p{
	padding-top:5px;
	color:#eee;
	font-size:15px;
}

.intro_h2box p a{
	color:#eee;
	text-decoration:underline;
	transition:.2s;
}
@media only screen and (min-width:768px) {.intro_h2box p a:hover{color:#666;}}


.intro_wrap{
	position:relative;
	margin: auto;
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	gap:35px;
}

.intro_wrap > img[src*="haku"]{
	position:absolute;
	z-index:-2;
	top:-200px;
	right:200px;
	width:200px;
}

.intro_inner{
	position:relative;
	width:calc((100% - 35px)/ 2);
	background-image: url("../images/intro_about_bk.webp");
	background-position: center;
	background-size: 100%;
	background-repeat:repeat-y;
	padding:20px 35px;
}

.intro_inner::before{
	content:"";
	position:absolute;
	z-index:-1;
	top:-20px;
	left:0;
	width:100%;
	height:30px;
	background-image: url("../images/intro_about_top.webp");
	background-position:top;
	background-size:100%;
	background-repeat:no-repeat;
}
.intro_inner::after{
	content:"";
	position:absolute;
	z-index:-1;
	bottom:-20px;
	left:0;
	width:100%;
	height:30px;
	background-image: url("../images/intro_about_bottom.webp");
	background-position:bottom;
	background-size:100%;
	background-repeat:no-repeat;
}

.intro_inner img{width:100px;}
.intro_inner img[src*="moon"]{padding:5px;}

.intro_inner h3{
	color:#B19652;
	font-family: "Shippori Mincho",serif;
	font-size:24px;
	font-weight:800;
	line-height:1.2em;
	padding-bottom:10px;
}

.intro_innertext{}

.intro_innertext h4{
	color:#B19652;
	font-family: "Shippori Mincho",serif;
	font-size:18px;
	font-weight:800;
}

.intro_innertext p{
	text-align:justify;
	letter-spacing:0.03em;
	padding-bottom:10px;
	color:#ddd;
	line-height: 1.7em;
}

.intro_innertext p span{
	font-weight:600;
	border-bottom:dotted 1px #B19652;
}

/* ===== キャラプロフィールアイコン ===== */

.icon_area{
	position: relative;
	padding:25px 0 55px;
}

.icon_area_side_l,.icon_area_side_r{
	position: absolute;
	z-index: 2;
	width:170px;
	top:0;
}
.icon_area_side_l{left:0;}
.icon_area_side_r{right:0;transform: scale(-1,1);}


.icon_box{
	position:relative;
	margin:auto;
	max-width:500px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	justify-content:center;
	background-color:rgba(0,0,0,.13);
	padding:10px 20px;
	border-radius:40px;
}

.icon_box::before,
.icon_box::after{
	content: "";
    position: absolute;
    display: block;
    width:40px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url("../images/icon_box_frame.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
.icon_box::before{
	left:0;
	top:0;
}
.icon_box::after{
	right:0;
	bottom:0;
	transform:rotate(180deg);
}

.icon_imgbox{
	line-height:0;
	width:100px;
}
.icon_img{
	border-radius:50%;
}

.icon_text{width:calc(100% - 110px);}
.icon_char{
	display:flex;
	flex-wrap:wrap;
	gap:9px;
}
.icon_tag{
	margin:auto 0;
	display:block;
	color:#B19652;
	font-weight:600;
	padding:0 10px;
	font-size:13px;
	border:1px solid #B19652;
	border-radius:8px;
}
.icon_link{
	position:relative;
	color:#eee;
	text-decoration:underline;
	transition:.2s;
}
.icon_link::after{
	content:"";
	position:absolute;
	width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top:50%;
    right:-15px;
    transform:translateY(-50%) rotate(45deg);
    transition: .2s;
}

@media only screen and (min-width:768px) {
	.icon_link:hover{opacity:.6;}
}


.icon_name{
	margin:auto 0;
	font-family: "Shippori Mincho",serif;
	font-weight:800;
	color:#eee;
	font-size:24px;
	line-height:1;
}
.icon_intro{
	text-align:left;
	color:#eee;
	padding-top:5px;
	letter-spacing:0.07em;
}


/* ===== キーワード ===== */

.combokeyword_lead{
}

.combokeyword_lead h3{
	color:#eee;
	font-family: "Shippori Mincho",serif;
	font-size:46px;
	font-weight:800;
	line-height:1em;
	padding-bottom:10px;
}
.combokeyword_lead p{
	color:#eee;
	font-family: "Shippori Mincho",serif;
	font-size:16px;
	font-weight:600;
	line-height:1.2em;
}


/* ===== メイン ===== */

.grid2 {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.grid2::after{
	content:"×";
	position:absolute;
	top:30px;
	font-family: "Shippori Mincho", serif;
	font-size:60px;
	font-weight: 800;
	color: #B19652;
	left:50%;
	transform:translateX(-50%);
}


.grid2_inner{
	position: relative;
	width:calc((100% - 20px)/ 2);
	padding:35px;
}
.grid2_inner::before,
.grid2_inner::after{
	content: "";
    position: absolute;
    display: block;
    width:160px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url("../images/grid2_inner_frame.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
.grid2_inner::before{
	left:0;
    top:0;
	transform: rotate(-180deg) scale(1, -1);
}
.grid2_inner::after{
	right:0;
    bottom:0;
    transform: rotate(-180deg) scale(-1, 1);
}

.grid2_inner:nth-child(2)::before{
	left:auto;
	right:0;
	transform:none;
}
.grid2_inner:nth-child(2)::after{
	right:auto;
	left:0;
    transform: rotate(-180deg);
}

.main_celes-icon{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	gap:15px;
	border-bottom:2px solid #B19652;
	padding-bottom:3px;
	margin-bottom:4px;
}


.main_sun_img,.main_moon_img{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	width:80px;
}
.main_sun_img img,.main_moon_img img{
	width:60px;
}

.main_sun_img div,
.main_moon_img div{
	width:100%;
	font-family:"Shippori Mincho",serif;
	color:#B19652;
	font-weight:600;
}

.main_sun_signname,.main_moon_signname{
	margin:auto 0;
	font-family: "Shippori Mincho",serif;
	font-size:60px;
	font-weight:800;
	color:#eee;
	line-height:1;
	padding-bottom:.15em;
}

.main_face{
	margin: auto 0 13px;
	padding:2px 13px;
	font-weight:600;
	letter-spacing: 0.05em;
	border-radius:3px;
}
.main_face.sun{
	background-color:#eee;
	color:#960000;
}
.main_face.moon{
	background-color:rgba(0,0,0,.4);
	color:#ddd;
}


.sun_text,.moon_text{
	text-align:justify;
	color:#eee;
	font-size:16px;
	line-height:1.65em;
	letter-spacing:0.1em;
	padding:15px 7px;
	border-top:1px solid #B19652;
}

.sun_text p{
	padding-bottom:1.15em;
}


.grid2_inner-moon02{
	background-color:rgba(255,255,255,0.07);
	padding:10px 20px;
	border-radius:15px;
}

.moon-phase {
	display: flex;
	align-items: center;
	gap: 10px;
}
.moon-icon{
	width:80px;
	object-fit: contain;
}

.moon-phase_img{
	position:relative;
	line-height:0;
	z-index:2;
}
.moon-phase_img::before{
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:auto;
	aspect-ratio:1/1;
	background-color:#710403;
	border-radius:50%;
}

.lunation{
	color:#eee;
	text-align:left;
	line-height: 1.3;
}
.lunation div:nth-child(1){font-size:13px;padding-bottom:3px;}
.lunation div:nth-child(1)::before{
	content:"■";
	padding-right:5px;
}
.lunation div:nth-child(2){
	font-size:20px;
	letter-spacing:-0.07em;
	font-family: "Shippori Mincho",serif;
	font-weight:800;
}
.lunation div:nth-child(3){font-size:13px;}

.moon-phase-comment{
	padding:10px 0 5px;
	color:#eee;
	letter-spacing:0.1em;
	text-align:left;
	line-height:1.55em;
}


.aspect_comment_box{
	margin: auto;
	max-width:900px;
	padding:35px 30px 10px;
}

.aspect_comment_main{
	max-width:800px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.aspect_comment_title{
	position: relative;
	color:#B19652;
	font-family: "Shippori Mincho", serif;
	font-size:36px;
	font-weight: 800;
	line-height: 1em;
	padding: 10px .4em;
	border-top:#B19652 1px solid;
	border-bottom:#B19652 1px solid;
}

.aspect_comment_title::before,
.aspect_comment_title::after{
	content: "";
	position:absolute;
	width:auto;
	height:100%;
	aspect-ratio: 1 / 1;
	top:0;
	background-image: url(../images/aspect_title.webp);
	background-size:auto 100%;
	background-position:center;
	background-repeat: no-repeat;
}

.aspect_comment_title::before{left:-1.2em;}
.aspect_comment_title::after{right:-1.2em;transform: rotate(180deg);}

.aspect_note{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:5px;
	width: 100%;
	color:#eee;
	width:100%;
	letter-spacing: 0.1em;
	padding: 15px 7px 0;
}
.aspect_note div{margin: auto 0;}
.aspect_note div:nth-child(1){
	background-color:#B19652;
	color:#960000;
	font-weight:600;
	font-size:12px;
	line-height: 1em;
	padding:5px 15px;
	border-radius: 2em;
}
.aspect_note div:nth-child(2){
	font-family: "Shippori Mincho", serif;
	color:#eee;
	font-size:36px;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: -0.09em;
}
.aspect_note div:nth-child(3){
	margin: auto 0 0;
	padding:0 0 .05em 10px;
}

.aspect_comment{
	color:#eee;
	width:100%;
	text-align: justify;
	font-size: 16px;
	line-height: 1.65em;
	letter-spacing: 0.1em;
	padding: 15px 7px;
}


.grid_note{
	padding-top:10px;
	color:#ddd;
	font-size:12px;
}
.grid_note ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.grid_note ul li{list-style: none;}
.grid_note ul li::after{content:"/";padding:0 10px;}
.grid_note ul li:last-child:after{content: none;}



/* ===== 共有ボタン+キャラ変更ボタン エリア ===== */

.result_button{padding:10px 30px 60px;}

.result_button > div{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}

#screenshotBtn{
	margin-bottom:10px;
	background-color:rgba(0,0,0,.45);
	color:#eee;
	border-radius:2em;
	padding:5px 25px;
	font-family: "M PLUS 1p", sans-serif;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight: 600;
	cursor: pointer;
	transition:.2s;
}

.x-share-btn {
	background:#B19652;
	color:#111;
	border:none;
	border-radius:2em;
	padding:5px 25px;
	font-family: "M PLUS 1p", sans-serif;
	font-size:14px;
	letter-spacing:0.05em;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition:.2s;
}
.x-share-btn svg{
	width:14px;
	height:14px;
}

.x-share-btn svg path{
	fill:#111;
	transition:.2s;
}

.char-select{
	display:block;
	margin: auto;
	max-width:540px;
	padding-top:60px;
}

.char-selecttitle{
	width:100%;
	margin: auto;
	position: relative;
	text-align:center;
	color: #B19652;
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom:10px;
}
.char-selecttitle::before,
.char-selecttitle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 130px;
	height: 1px;
	background-color: #B19652;
}
.char-selecttitle::before{left:0;}
.char-selecttitle::after{right:0;}

.char-select_list{
	display: flex;
	flex-wrap:wrap;
	gap:12px;
	justify-content:center;
}

.char-select_list button{
	width:calc((100% - (12px * 3))/ 4);
	transition:.2s;
}

.char-select_list button span:nth-child(1){
	display:block;
	line-height:0;
	background-color:rgba(0,0,0,.2);
	border-radius:50%;
	transition:.2s;
}

.char-select_list button span:nth-child(1) img{
	border-radius:50%;
}

.alt-char-btn span:nth-child(1){
	position:relative;
	width:100%;
	height:auto;
	aspect-ratio:1 / 1;
}
.alt-char-btn span:nth-child(1)::after{
	content:"？";
	font-family: "Shippori Mincho", serif;
	color:#eee;
	font-weight:800;
	font-size:30px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.char-select_list button span:nth-child(2){
	display:block;
	padding-top:5px;
	color:#eee;
	font-size:12px;
	letter-spacing: 0.13em;
	transition:.2s;
}

.char-select.shino .char-btn[data-char="shino"]{display:none;}
.char-select.len .char-btn[data-char="len"]{display:none;}
.char-select.haku .char-btn[data-char="haku"]{display:none;}
.char-select.tsutsuji .char-btn[data-char="tsutsuji"]{display:none;}

@media only screen and (min-width:768px) {

	#screenshotBtn:hover{
		background:#B19652;
		color:#111;
	}

	.x-share-btn:hover {background:rgba(0,0,0,.45);color:#eee;}
	.x-share-btn:hover svg path{fill:#fff;}
	
	.char-select_list button:hover span:nth-child(1){background-color:rgba(0,0,0,0);}
	.char-select_list button:hover span:nth-child(2){opacity:.6;}
}
	


/* ===== キャラプロフィールカード ===== */

.result_profile{
	padding:0 30px;
}

.profile-card {
	margin: auto;
    max-width:960px;
	display:flex;
	flex-wrap:wrap;
	gap:35px;
	padding:30px 0 0;
}
.profile-link{
	line-height:0;
	border-radius:14px;
	background-color:rgba(0,0,0,.15);
	margin-bottom: auto;
	transition: .2s;
}
.avatar{
	width:450px;
	border-radius:14px;
}
@media only screen and (min-width:768px) {
	.profile-link:hover{background-color:rgba(0,0,0,0);border-radius:0;}
	.profile-link:hover .avatar{border-radius:0;}
}

.profile-text{
	padding-top:30px;
	width:calc(100% - 485px);
}
.profile_namebox{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	padding-bottom:20px;
}

.profile_now{
	margin: auto 0;
	display: block;
	color: #B19652;
	font-weight: 600;
	padding: 1px 15px;
	font-size: 15px;
	border: 1px solid #B19652;
	border-radius: 8px;
}

.profile_namebox img{width:25px;}

.name-link{
	font-family:"Shippori Mincho", serif;
	color:#eee;
	font-weight:600;
	font-size:24px;
	line-height:1;
	position:relative;
	text-decoration:underline;
	transition:.2s;
}
.name-link::after{
	content:"";
	position:absolute;
	width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top:50%;
    right:-15px;
    transform:translateY(-50%) rotate(45deg);
    transition: .2s;
}
@media only screen and (min-width:768px) {.name-link:hover{opacity:.6;}}


.profile_textbox{
	padding-top:5px;
	letter-spacing:0.05em;
	line-height:1.45em;
	text-align:justify;
	color: #eee;
}

.profile_textbox p{padding-bottom:12px;}


/*=====================*/
.btn_list_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
	padding:60px 0 30px;
}
.btn_list_box a{
	position:relative;
	display:block;
	background-color:rgba(0,0,0,.25);
	color:#eee;
	font-size:16px;
	font-weight:600;
	letter-spacing:0.08em;
	padding:3px 40px 3px 30px;
	border-radius:5px;
	transition: .2s;
}
.btn_list_box a::after{
	position:absolute;
	content:"";
	top:50%;
	right:5px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px;
	border-color:rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #eee;
	transform: translateY(-50%);
}

@media only screen and (min-width:768px) {
	.btn_list_box a:hover{background-color:rgba(0,0,0,.1);}
}

/*============================*/
.banner_box {
	margin: auto;
	max-width: 800px;
	padding: 10px 20px;
}

.banner_box a {
	display: flex;
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, .4));
	line-height:0;
	transition: .2s;
}

.banner_box a img {
	border-radius: 20px;
	transition: .2s;
}

@media only screen and (min-width:768px) {
	.banner_box a:hover{opacity:.7;filter:drop-shadow(0 0 6px rgba(0,0,0,0));}
	.banner_box a:hover img{border-radius:0;}
}


/* ローディング全体を覆う半透明レイヤー */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* スピナー（ぐるぐる） */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  border-top: 6px solid #960000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.grid_copyright{
	display:none;
	text-align:center;
	padding-top: 20px;
	font-size:12px;
	color:rgba(255,255,255,.75);
}
 .screenshot-mode  .grid_copyright{display: block;}

