﻿@charset "utf-8";
/* CSS Document */

/* キャラクターページCSS stylesheet.jsp?id=24537 */
.button {
  display: inline-block;
  width: 400px;
  height: 75px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  background-color: #fff;
  border: 2px solid #0385e6;
  color: #0385e6;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 10px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  color:#f43ea3;
  border: 2px dashed #f43ea3;
}

/*-------------------
 chara173 ゼルガディス
-------------------*/
.title:hover {
	opacity: 0.75;
}
.flex { 
	margin:10px 0 20px 0;
	display: inline-block;
	text-align: left;
	font-size:125%;
	line-height:1.5;
	}
	
.flex a {
	text-decoration: none;
	}
	
.flex a:hover {
	text-decoration: underline;
	}
.txt_red {
	color:#f00;
	-webkit-animation: 0.5s linear 0s alternate none infinite running blink;
	-moz-animation: 0.5s linear 0s alternate none infinite running blink;
	animation: 0.5s linear 0s alternate none infinite running blink;
	}
@-webkit-keyframes blink {
	0% { opacity: 0; }
	19.9% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
	}
@-moz-keyframes blink {
	0% { opacity: 0; }
	19.9% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
	}
@keyframes blink {
	0% { opacity: 0; }
	19.9% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
	}
.noto-font {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
line-height: 1.3;
}
#pagetop.chara_top_wrap {
  width: 878px;
  height: inherit;
  background: none;
  vertical-align: inherit;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  justify-content: space-around;
  align-items: stretch;
  padding: 10px 10px 6px;
  margin-bottom: 10px;
}
.chara_top_wrap > .chara_top_int {
  padding: 0 0 0 0;
  margin-left: 0;
  margin-top: 0;
  float: inherit;
  border-left: 10px solid #a4c6fd;
  flex-basis: 70%;
  height: 75px;
  display: flex;
  align-items: center;
}
.chara_top_wrap > .chara_top_int p {
  margin-left: 10px;
  font-weight: bold;
  font-size: 130%;
}
.chara_top_wrap > .chara_top_tit {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  float: inherit;
}
/* 2022.05.23追記・カートボタン */
.ec_btn {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.ec_btn a {
  font-size: 15px;
  font-weight: bold;
  color: #0283e5;
  background: rgb(254,194,1);
  background: linear-gradient(180deg, rgb(250 253 253) 0%, rgb(236 230 232) 100%);
  border-radius: 0.2em;
  border: 1px solid #9bd3ff;
  padding: 0.9em 3em 0.7em;
  text-decoration: none;
  flex: auto;
  text-align: center;
}
.ec_btn a:hover {
  background: rgb(255 255 255);
  background: linear-gradient(180deg, rgb(255 253 250) 0%, rgb(255 212 236) 100%);
  border: 1px solid #fd76c5;
  color: #f752af;
  text-shadow: 1px 2px 1px #fff, -1px -3px 1px #fff;
}
.ec_btn i {
  margin-right: 0.5em;
}
.ec_btn a.link-not {
  background: #ccc;
  pointer-events: none;
}