@charset "UTF-8";
/* CSS Document */
body {
	min-width:1240px;
}
@media screen and (max-width: 640px) {
	body {min-width:0;}
}
#qro_header .header {
	z-index:1000;
}
.character {
  color: #333333;
  font-size: 1rem;
  text-align: center;
  background: url("../img/bg_center.png?date=0514") no-repeat center top, #e7eaff url("../img/bg.png") repeat;
  position: relative;
  overflow:hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 640px) {
	.character {
		min-width:0;
		background: url("../img/curtain_sp.png?date=0514") no-repeat center top / 100%, #e7eaff url("../img/bg_center_sp.jpg") repeat-y center top / 100%;
	}
}
.character::before, .character::after {
  display: block;
  content: "";
  width: 452px;
  height: 1013px;
  position: absolute;
  top: -20px;
  z-index:1;
}
@media screen and (max-width: 1679px) {
	.character::before, .character::after {
	}
}
@media screen and (max-width: 640px) {
	.character::before, .character::after {
		display:none;
		width:23%;
		height: 4.4%;
	}
}
.character::before {
  background: url("../img/curtain_l.png?date=0514") no-repeat top left / contain;
  left: 0;
}
@media screen and (max-width: 1679px) {
	.character::before {
		left:calc(50% - 452px - 400px);
	}
}
@media screen and (max-width: 640px) {
	@media screen and (max-width: 1679px) {
		.character::before {
			display:none;
			left:0;
		}
	}
}
.character::after {
  background: url("../img/curtain_r.png?date=0514") no-repeat top right / contain;
  right: 0;
}
@media screen and (max-width: 1679px) {
	.character::after {
		right:calc(50% - 452px - 400px);
	}
}
@media screen and (max-width: 640px) {
	.character::after {
		right:0;
		display:none;
	}
}
@media screen and (min-width: 1920px) {
	.character::before {
		left:calc(50% - 960px);
	}
	.character::after {
		right:calc(50% - 960px);
	}
}
.character .pc{
	display:inline-block;
}
@media screen and (max-width: 640px) {
	.character .pc{
		display: none;
	}
}
.character .sp{
	display:none;
}
@media screen and (max-width: 640px) {
	.character .sp{
		display: inline-block;
	}
}
.character .content {
  /*max-width: 1200px;*/
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.character .content {
	}
}
.character div,
.character dl,
.character dd,
.character dt {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.character p{
	padding:0;
	margin:0;
}
.character img {
  max-width: 100%;
	padding:0;
	margin:0 auto;
	display:block;
	pointer-events: none;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
.character ul {
	padding:0;
	margin:0;
}
.character h2 {
  position: relative;
  z-index: 2;
  padding:0;
  margin:0 0 0;
}
@media screen and (max-width: 640px) {
	.character h2 {
		margin:25px 0 0;
	}
}
@media screen and (max-width: 640px) {
	.character .main_subttl {
	max-width: 67.7%;
    margin: 0 auto;
}
}
.character h3 {
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-28px;
}
@media screen and (max-width: 640px) {
	.character h3 {
		width:100%;
		top:-14px;
	}
}
.character h4 {
	background:#faebfa;
	font-size:1.375rem;
	padding:4px 10px;
	margin:60px 0 30px;
}
@media screen and (max-width: 640px) {
	.character h4 {
		font-size:0.875rem;
		margin:30px 0 15px;
	}
}
.character small {
	display:block;
	line-height:1.4em;
}
@media screen and (max-width: 640px) {
	.character small {
		font-size:0.75rem;
	}
}
.character .number{
	display:inline-block;
	padding:0 0.2em;
}
.character .borderbottom {
	border-bottom:1px solid #000;
	display: inline !important;
}
.character .alignleft {
	text-align:left;
}
.character .pt-1em {
	padding-top:1em;
}
.character .birth {
	position:relative;
	padding-top:60px;
	padding-bottom:80px;
}
@media screen and (max-width: 640px) {
	.character .birth {
		padding-bottom:0;
		padding-top:0;
	}
}
.character .birth_lead {
	font-size:1.25rem;
	line-height:1.8em;
	font-weight:bold;
	position:relative;
	z-index:2;
	padding-bottom:80px;
}
@media screen and (max-width: 640px) {
	.character .birth_lead {
		font-size:0.9375rem;
		line-height:1.6em;
		padding: 0 20px 20px;
		top:0;
	}
	.character .birth_lead img{
		max-width:100%;
	}
}
.character .birth_lead_origin {
	background:#fff;
	border-radius:30px;
	display:inline-block;
	padding:5px 180px;
	margin-top:70px;
}
@media screen and (max-width: 640px) {
	.character .birth_lead_origin {
		margin-top:35px;
		padding: 1vw 0;
	}
}
.character .birth_lead_origin img{
	position:relative;
	top:-20px;
}
@media screen and (max-width: 640px) {
	.character .birth_lead_origin img{
		width:70%;
		top: -2.6vw;
	}
}
.character .birth_main {
  margin: 30px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
	.character .birth_main {
		min-height:0;
		padding:0;
		margin: 0 auto 26px;
	}
}
.character .menu {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 20px;
	margin:50px 0 20px;
	list-style-type:none;
}
@media screen and (max-width: 640px) {
	.character .menu {
		margin:50px 0 50px;
	}
}
.character .menu li{
	transition:0.3s;
	max-width:170px;
	margin:0 30px;
}
.character .menu li:hover{
	transform:translateY(5px);
}
@media screen and (max-width: 640px) {
	.character .menu li{
	max-width:97px;
	margin:0 1% 0 0;
	}
}

.character .menu li:last-child{
	margin-right:0;
}
.character .menu li a{
		display:block;
		position:relative;
	}
.character .menu li img{
	filter: drop-shadow(0px 7px 0px rgba(0, 0, 0, 0.05));
}
.character .menu_ico-new{
	position:absolute;
	width:64.6%;
	left:-18%;
	top:-2%;
}
.character .birth_characterimg {
	width:488px;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
	.character .birth_characterimg {
		width:71%;
		margin:0 auto;
	}
}
.character .menu_ico_new2 {
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-10px;
	width:100px;
	filter: none !important;
}
@media screen and (max-width: 640px) {
	.character .menu_ico_new2 {
		max-width:57px;
		top:-5px;
	}
}
.character .comingsoon {
	font-size:2.25rem;
	text-align:center;
	color:#9a7ccd;
	font-weight:bold;
	margin:80px auto 160px;
}
@media screen and (max-width: 640px) {
	.character .comingsoon {
		font-size:1.175rem;
		margin:60px auto 40px;
	}
}
.character .prof {
	background:url("../img/shikiri_snap.svg") no-repeat center top / 100%, url("../img/bg_goods_center.png") no-repeat center top / auto,#d4d1f7 url("../img/bg_goods.jpg") repeat center top -50px / auto;
	padding:140px 20px 20px;
}
@media screen and (max-width: 640px) {
	.character .prof {
		background:url("../img/shikiri_snap_sp.svg") no-repeat center top / 100%, #d4d1f7 url("../img/bg_goods_center_sp.jpg" ) repeat-y center top -36px / 100%;
		position:static;
		width:auto;
		padding:60px 20px 20px;
		height:auto;
	}
	.character .prof img{
		width:auto;
	}
}
.character .prof_box {
	margin-top:20px;
}
@media screen and (max-width: 640px) {
	.character .prof_box {
	}
}
.character .prof_inner {
	position:relative;
	padding-bottom:100px;
}
@media screen and (max-width: 640px) {
	.character .prof_inner {
		padding-bottom:60px;
	}
}
.character .name-en {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	transform:rotate(10deg);
	top:140px;
}
@media screen and (max-width: 640px) {
	.character .name-en {
		top:50%;
	}
}
.character .birth_main_text {
  color: #816844;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 0.9375em;
  margin-top:30px;
}
@media screen and (max-width: 640px) {
	.character .birth_main_text {
		padding:0 20px;
		margin-top:15px;
	}
	.character .birth_main_text img{
		max-width:320px;
	}
}
.character .birth_main_animation {
  position: relative;
  /*padding: 0 300px;
  width: 438px;*/
	padding: 0 250px;
  max-width:1200px;
  box-sizing: content-box;
	z-index:4
}
@media screen and (max-width: 640px) {
	.character .birth_main_animation {
		padding:0;
		width:auto;
	}
}
.character .birth_main_animation img {
  width: 100%;
}
.character .charm {
	position:absolute;
	bottom:-10px;;
	right:calc(50% - 680px);
	width: 254px;
	animation: jump 3s infinite;
	z-index:2;
	transition:4.4;
}
@media screen and (max-width: 640px) {
	.character .charm{
		right:110%;
		animation:none;
	}
}
.character .charm.on {
		bottom:-20px;
		width:40%;
		animation: bound 0.2s 0s 6 ease-out alternate, sidemove 1.2s linear forwards normal;
	}
.character .charm.next {
	bottom:-20px;
	right:0;
	animation: bound2 0.2s 2s 1 ease-out alternate, moveout 0.4s 2s ease-out forwards normal;
}
.hart {
  width: 52px;
  position: absolute;
  top: 240px;
  left: calc(50% - 100px);
  animation: wink 8s infinite;
}
.hart2 {
  transform: scale(0);
  width: 52px;
  position: absolute;
  top: 240px;
  left: calc(50% - 100px);
}
.hart2.anime {
  animation: wink2 3.4s infinite;
  animation-delay: 2.6s;
}
.character .name {
	background:url("../img/shikiri_goods.svg") no-repeat center top / 100%, url("../img/bg_goods_center.png") no-repeat center top / auto,#d4d1f7 url("../img/bg_goods.jpg") repeat center top -50px / auto;
		/*background: url("../img/shikiri_name.svg") no-repeat center top, url("../img/bg_name_center.png") no-repeat center top;*/
		padding:140px 0 140px;
	}
@media screen and (max-width: 640px) {
	.character .name {
		/*background: url("../img/shikiri_name_sp.svg") no-repeat center top / contain, url("../img/bg_name_center_sp.jpg") repeat-y center top / 100%;*/
		background: url(../img/shikiri_goods_sp.svg) no-repeat center top / 100%, #d4d1f7 url(../img/bg_goods_center_sp.jpg) repeat-y center top / 100%;
		padding:60px 0 80px;
	}
}
.character .name_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width:1200px;
  margin:20px auto 30px;
}
@media screen and (max-width: 640px) {
	.character .name_box {
		max-width:none;
		margin:20px 20px 10px;
	}
	.character .name_box + .name_box{
		margin-top:20px;
	}
}
.character .name_box_flag {
	position:absolute;
	max-width:136px;
	top: -1px;
    left: 147px;
	z-index:2;
}
@media screen and (max-width: 640px) {
	.character .name_box_flag {
		top:-1px;
		left:48px;
		max-width:67px;
	
	}
}
.character .box_0615_2 {
	position:relative;
}
.character .box_0615_2 .goodslink{
	position:absolute;
	display:flex;
	gap:35px;
	top:237px;
	left:0;
	right:0;
	margin:auto;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	.character .box_0615_2 .goodslink{
		top:0;
		width:100%;
		height: 100%;
		display:block;
	}
}
.character .box_0615_2 .goodslink a{
	display: flex;
	flex-direction: column;
	gap:20px;
}
@media screen and (max-width: 640px) {
	.character .box_0615_2 .goodslink_item:nth-child(1){
		position: absolute;
        width: 44%;
        top: 41%;
        left: 8.75%;
	}
	.character .box_0615_2 .goodslink_item:nth-child(2){
		position: absolute;
        width: 34%;
        top: 43.5%;
        left: 52.75%;
	}
	.character .box_0615_2 .goodslink_item:nth-child(3){
		position: absolute;
        width: 32.5%;
        top: 72.5%;
        left: 10.75%;
	}
	.character .box_0615_2 .goodslink_item:nth-child(4){
		position: absolute;
        width: 44%;
        top: 76.5%;
		left:45%;
	}
}
.character .box_0615_3::after {
	content:"";
	display:block;
	width:564px;
	height:0;
	padding-top:374px;
	background:url("../img/info_goods_0615_3.jpg") no-repeat center / contain;
	position:absolute;
	bottom:90px;
	left:0;
	right:0;
	margin:auto;
	border-radius:30px;
}
.character .box_0615_4::after {
	content:"";
	display:block;
	width:564px;
	height:0;
	padding-top:39.8%;
	background:url("../img/info_goods_0615_4.png") no-repeat center;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
}
@media screen and (max-width: 640px) {
	.character .box_0615_2::after,
	.character .box_0615_3::after,
	.character .box_0615_4::after{
		display:none;
	}
}
.character .box_0615_2,
.character .box_0615_3,
.character .box_0615_4 {
	position:relative;
	width:1200px;
	margin:0 auto 60px;
}
@media screen and (max-width: 640px) {
	.character .box_0615_2,
	.character .box_0615_3,
	.character .box_0615_4 {
	width:auto;
	margin:0 auto 30px;	
	}
}
.character .name_box_inner {
  position: relative;
  z-index: 2;
  /*padding: 140px 90px 90px;*/
	padding: 140px 90px 90px;
	width:100%;
}
@media screen and (max-width: 640px) {
	.character .name_box_inner {
		/*padding: 80px 35px 30px;*/
		padding: 80px 35px 40px;
	}
}
.character .name_box_inner-noflag {
	padding: 90px 90px 90px;
}
@media screen and (max-width: 640px) {
	.character .name_box_inner-noflag {
		padding: 40px 35px 30px;
	}
}
.character .name_box_inner_set small{
	display:block;
	text-align:center;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.9375rem;
}
@media screen and (max-width: 640px) {
	.character .name_box_inner_set small{
		font-size:0.75rem;
		text-align:left;
	}
}
.character .name_box_subttl {
	margin-bottom:40px;
	color:#977442;
	font-size: 1.76rem;
	line-height:1.6em;
}
.character .name_box_inner_set:nth-of-type(2) .name_box_subttl{
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.character .name_box_subttl {
		margin-bottom:20px;
		font-size: 1rem;
	}
	.character .name_box_inner_set:nth-of-type(2) .name_box_subttl{
		margin-bottom:14px
	}
}
.character .name_box_inner_set_border {
	margin-bottom:60px;
	padding-bottom:30px;
	/*background:url("../img/shikiri.png") no-repeat center bottom / 878px;*/
}
.character .name_box_inner_set:nth-of-type(2){
	padding-bottom:0;
}
.character .name_box_inner_set.name_box_inner_set_border:nth-of-type(2) {
}
@media screen and (max-width: 640px) {
	.character .name_box_inner_set.name_box_inner_set_border {
	margin-bottom:0;
	padding-bottom:20px;
	/*background:url("../img/shikiri_sp.png") no-repeat center bottom / 116px;*/
	}
	.character .name_box_inner_set.name_box_inner_set_border:nth-of-type(2) {
			padding-bottom:30px;
	}
}
.character .name_box_ttl {
	color:#977442;
	font-size:1rem;
	position:static;
	margin-bottom:20px;
}
.character .name_box_text {
	font-size:1.25rem;
	line-height:2em;
	margin:0 0 30px;
	font-weight:500;
	color:#6847b6;
}
@media screen and (max-width: 640px) {
	.character .name_box_text {
		font-size:0.875rem;
		line-height:1.6em;
		margin:0 0 10px;
	}
}
.character .name_box_text_fin {
	font-size:1.0625rem;
	color:#6847B6;
	font-weight:normal;
	border-top:1px solid #d4d1f7;
	padding-top:40px;
	display:inline-block;
	width:auto !important;
	margin-top:0 !important;
}
@media screen and (max-width: 640px) {
	.character .name_box_text_fin {
		font-size:1rem;
		font-weight:500;
		padding-top:15px;
	}
}.character .name_box_text_fin_day {
	display:inline-block;
	letter-spacing:0.15em;
}
.character .name_box_text_fin_marker {
	background:linear-gradient(transparent 40%, #fbd5ff 30%);
}
.character .name_box_img_present{
	margin:40px auto;
}
@media screen and (max-width: 640px) {
	.character .name_box_img_present{
		margin:20px auto;
		max-width:300px;
		width:100%;
	}
}
.character .name_box_img_postcard{
	margin:40px auto 20px;
}
@media screen and (max-width: 640px) {
	.character .name_box_img_postcard{
		margin:20px auto 15px;
		max-width:266px;
		width:100%;
	}
}
.character .name_box_img_photospot {
	margin:0 auto 40px;
}
.character .name_box_goodsname {
	font-size:1.25rem;
	color:#6847b6;
	font-weight:bold;
	margin-bottom:10px;
}
@media screen and (max-width: 640px) {
	.character .name_box_goodsname {
		font-size:1rem;
		max-width:248px;
		margin:0 auto 8px;
	}
}
.character .name_box_goodarea {
	font-size:1rem;
	margin-bottom:40px;
	color:#6847b6;
}
@media screen and (max-width: 640px) {
	.character .name_box_goodarea {
		font-size:0.75rem;
		margin-bottom:20px;
	}
}
.character .name_box_date {
	margin-bottom:60px;
}
@media screen and (max-width: 640px) {
	.character .name_box_date {
		margin-bottom:34px;
	}
}
.character .information_box {
	display:flex;
	flex-direction: column;
	justify-content: center;
	margin:0;
	padding:0;
	max-width:1200px;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
	.character .information_box {
		margin:0 20px;
	}
}
.character .information_box_body {
	background:#fff url("../img/event_body.png") repeat-y center / 100%;
	width:100%;
	display:block;
	margin:0;
	position:static;
}
@media screen and (max-width: 640px) {
	.character .information_box_body {
		background:#fff url("../img/event_body_sp.png") repeat-y center / 100%;
	}
}
.character .information_box_body_inner {
	margin:0 8%;
	max-width:100%;
	display:flex;
	gap:20px;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_inner {
		gap:10px;
	}
}
.character .information_box_body_event {
	background:#ede9ff;
	border-radius:60px;
	padding:10px;
	width:100%;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event {
		padding:5px;
		border-radius:30px;
	}
}
.character .information_box_body_event-half {
	width:calc((100% - 30px) /2);
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event-half {
		width:100%;
	}
}
.character .information_box_body_event-1 {
	width:calc((100% - 20px) /3);
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event-1 {
		width:100%;
	}
}
.character .information_box_body_event-2 {
	width:calc(((100% - 20px) /3) * 2);
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event-2 {
		width:100%;
	}
}
.character .information_box_body_event_inner {
	border-radius:50px;
	border:2px dotted #9f87dd;
	padding:30px 20px;
	position:relative;
	height:100%;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_inner {
		padding:8% 6%;
		border-radius:25px;
	}
}
.character .information_box_body_event_inner::after,
.character .information_box_body_event_inner::before{
	content:"";
	display:block;
	width:106px;
	height:87px;
	position: absolute;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_inner::after,
	.character .information_box_body_event_inner::before{
		width:70px;
		height:57px;
	}
}
.character .information_box_body_event_inner::after{
	background:url("../img/charm_rt.png") no-repeat center / contain;
	right:-16px;
	top:-6px;
}
.character .information_box_body_event_inner::before{
	background:url("../img/charm_lb.png") no-repeat center / contain;
	left:-16px;
	bottom:-6px;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_inner img{
		width:100%;
	}
}
.character .information_box_body_event_main {
	max-width:100%;
	display:block;
	margin:20px auto 20px;
}
.character .information_box_body_event_maindate {
	margin-bottom:15px;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_main {
		margin:0 auto 10px;
	}
	.character .information_box_body_event_maindate {
		margin-bottom:2px;
		width:100%;
	}
}
.character .information_box_body_event_mainlead {
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_mainlead {
		margin-bottom:10px;
	}
}
.character .information_box_body_event_inner-column > div{
	display:flex;
	flex-direction: column;
}
.character .information_box_body_event_inner-column {
	display:flex;
	gap:20px;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_inner-column {
		flex-direction: column;
		gap:20px;
	}
}
.character .information_box_body_event_inner-column > div:first-child{
	border-right:2px solid #fff;
	width:calc(50% + 20px);
	padding-right:20px;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_inner-column > div:first-child{
		width:100% !important;
		padding-right:0;
		border-right:none;
		border-bottom:2px solid #fff;
		padding-bottom:20px;
	}
}
.character .information_box_body_event_inner-column > div:last-child{
	width:50%;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_inner-column > div:last-child{
		width:100% !important;
	}
}
.character .information_box_body_event_inner-column_wide {
	width:calc(((100% - 20px) / 3) * 2 + 40px) !important;
	box-sizing:content-box;
}
.character .information_box_body_event_inner-column_wide + div {
	width:calc(((100% - 20px) / 3)) !important;
}
.character .information_box_body_event_photo {
	margin-top:25px;
	display:flex;
	gap:20px;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_photo {
		flex-direction: column;
		gap:10px;
	}
}
.character .information_box_body_event_photo img{
	border-radius:30px;
	margin:0;
	width:32%;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_photo img{
		width:100%;
	}
}
.character .information_box_body_event_title {
	margin-bottom:20px;
	max-width:90%;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_title {
		margin-bottom:15px;
	}
}
.character .information_box_body_event_date {
	margin-top:20px;
}
.character .information_box_body_event_tex-10 {
	margin-top:18%;
}
.character .information_box_body_event_tex-5 {
	margin-top:12%;
}
@media screen and (max-width: 640px) {
	.character .information_box_body_event_tex-5,
	.character .information_box_body_event_tex-10{
		margin-top:0;
	}
}
.character .period {
	display:flex;
	/*background:#e7eaff;*/
	justify-content:center;
	align-items:center;
	font-size:1.125rem;
	border-radius:100px;
	/*padding:30px 30px;*/
	margin:0 auto;
	font-weight:bold;
	margin-bottom:20px;
	color:#a68452;
	flex-wrap:wrap;
}
.character .period p{
		width:100%;
		margin-top:5px;
	}
@media screen and (max-width: 640px) {
	.character .period {
		display:block;
		/*padding:25px;*/
		line-height:1.4rem;
		margin-bottom:30px;
		border-radius:30px;
	}
	.character .period img{
		width:263px;
		max-width:100%;
	}
}
.character .period_big {
	font-size:1.75rem;
}
@media screen and (max-width: 640px) {
	.character .period_big {
		font-size:1rem;
	}
}
.character .period dt {
	margin-right:15px;
}
@media screen and (max-width: 640px) {
	.character .period dt {
		margin-right:0;
		font-size:0.75em;
		margin-bottom:5px;
		padding: 6px 12px 0;
		line-height: 1em;
	}
	.character .period dd {
		padding:0 20px;
	}
}
.character .name_box_bg {
	display:flex;
	justify-content:center;
	align-items:center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  flex-direction: column-reverse;
}
.character .name_box_bg::before, .character .name_box_bg::after {
  display: block;
  content: "";
  padding-top: 13.083333333%;
	margin-top:-1px;
}
@media screen and (max-width: 640px) {
	.character .name_box_bg::before, .character .name_box_bg::after {
		padding-top:20.597014925%;
	}
}
.character .name_box_bg::before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  background: url(../img/box_bottom.png) no-repeat center bottom / contain;
  bottom: -7.083333%;
}
@media screen and (max-width: 640px) {
	.character .name_box_bg::before {
		background: url(../img/box_bottom_sp.png) no-repeat center bottom / contain;
		bottom:-20.597014925%;
	}
}
.character .name_box_bg::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  top: -7.083333%;
  background: url(../img/box_top.png) no-repeat center / contain;
}
@media screen and (max-width: 640px) {
	.character .name_box_bg::after {
		background: url(../img/box_top_sp.png) no-repeat center / contain;
		top:-20.597014925%;
	}
}
.character .name_box_bg_inner {
	height:100%;
	background: url(../img/box_side.jpg) repeat-y center / contain;
	width:100%;
}
@media screen and (max-width: 640px) {
	.character .name_box_bg_inner {
		background: url(../img/box_side_sp.jpg) repeat-y center / contain;
	}
}
.character .present_area {
	position:relative;
}
.character .name_box_presenttext {
	display:block;
	margin: 0 auto;
    background: rgba(231,234,255,0.7);
    border-radius: 50px;
    width: 100%;
    padding: 100px 60px 60px;
    margin: 90px auto 20px;
}
@media screen and (max-width: 640px) {
	.character .name_box_presenttext {
		    border-radius: 30px;
		padding: 14% 20px 30px;
		margin: 30px auto 20px;
	}
	.character .name_box_presenttext img{
		width:272px;
		max-width:100%;
	}
}
.character .name_box_imgwrap {
	position:relative;
}
.character .name_box_img_drinktext {
	position:absolute;
	bottom:-55px;
	left:0;
	right:0;
	margin: auto;
}
.character .name_box_img_stecker {
	position:absolute;
	top:-4px;
	left:458px;
}
@media screen and (max-width: 640px) {
	.character .name_box_img_drinktext,
	.character .name_box_img_stecker{
		display: none;
	}
}
.character .present_area::after {
	position:absolute;
	display:block;
	content:"";
	background:url("../img/present.png") no-repeat center / contain;
	width:12.75%;
	padding-top:13.583061889%;
	z-index:2;
	left: 55px;
    top: -18px;
}
@media screen and (max-width: 640px) {
	.character .present_area::after {
		    width: 27.75%;
    padding-top: 27.583062%;
    z-index: 2;
    left: auto;
		right:-19px;
    top: 71%;
		transform:rotate(26deg);
}

}
.character .attention {
	display:inline-block;
	text-align:left;
	list-style-type:none;
}
@media screen and (max-width: 640px) {
	.character .attention {
		font-size:0.75rem;
		line-height: 1.5em;
	}
}
.character .attention li,
.character .attention small{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:5px;
}
.character .logoarea {
	text-align:center;
	padding:10px 0 60px;
}
@media screen and (max-width: 640px) {
	.character .logoarea {
		padding:30px 20px 30px;
		max-width:calc(44% + 40px);
		margin:0 auto;
	}
}
/*-----------------------------------
           goods
-----------------------------------*/
.character .goods{
	/*background:url("../img/shikiri_goods.svg") no-repeat center top / 100%, url("../img/bg_goods_center.png") no-repeat center top / auto,#d4d1f7 url("../img/bg_goods.jpg") repeat center top -50px / auto;*/
	background: url(../img/shikiri_name.svg) no-repeat center top, url(../img/bg_name_center.png) no-repeat center top;
	padding:140px 20px 100px;
	color:#6847B6;
}
@media screen and (max-width: 640px) {
	.character .goods{
		/*background:url("../img/shikiri_goods_sp.svg") no-repeat center top / 100%, #d4d1f7 url("../img/bg_goods_center_sp.jpg" ) repeat-y center top / 100%;*/
		background: url("../img/shikiri_name_sp.svg") no-repeat center top / contain, url("../img/bg_name_center_sp.jpg") repeat-y center top / 100%;
		padding:60px 20px;
		font-weight:500;
	}
}
.character .goods_lead {
	margin:20px auto 80px;
	color:#876634;
	font-size:1.5rem;
	font-weight:500;
}
@media screen and (max-width: 640px) {
	.character .goods_lead {
		margin:20px auto 30px;
		font-size:1rem;
	}
}
.character .goods_lead_point {
	display:inline-block;
	font-size:1.5em;
}
.character .goods_lead_point_small{
	font-size:1.12em;
}
.character .goods_list{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	list-style-type:none;
	font-size:1.125rem;
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
	.character .goods_list{
		font-size:0.9rem;
		padding:0;
	}
}
.character .goods_list li:not(:last-child){
	margin-right:30px;
}
.character .goods_list li {
	margin-bottom:60px;
	position:relative;
}
@media screen and (max-width: 640px) {
	.character .goods_list li:not(:last-child) {
		margin-right:2.9%;
	}
	.character .goods_list li:nth-of-type(2),
	.character .goods_list li:nth-of-type(4),
	.character .goods_list li:nth-of-type(7) {
		margin-right:0;
	}
	.character .goods_list li {
		width:calc((100% - 2.9%) / 2);
		margin-bottom:30px;
	}
}
.character .goods_list li img{
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.character .goods_list li img{
		margin-bottom:10px;
	}
}
.character .goods_list .ico-new {
	position:absolute;
	width:40%;
	left:0;
	top:2%;
	transform:rotate(-8deg);
}
.character .goods_list_link {
	color:#6847b6;
	text-decoration: none;
	display:block;
	cursor: pointer;
	font-weight: 500;
}
.character .goods_list_arrow {
	display:inline-block;
	width:1em;
	height:0.75em;;
	position:relative;
	padding-left:0;
}
.character .goods_list_arrow::after {
	content:"";
	display:block;
	width:6px;
	height:6px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	border-top:2px solid #6847b6;
	border-right:2px solid #6847b6;
	transform:rotate(45deg);
}
.character a .goods_name {
	display:inline-block;
}
.character .ico-special {
	position:absolute;
	width:40%;
	right:-23px;
	top:-10%;
	max-width:241px;
}
@media screen and (max-width: 640px) {
	.character .ico-special {
		right: -16px;
    top: -7%;
    max-width: 241px;
    width: 54%;
	}
}
.character .goods_animation {
  position:relative;
  padding: 0 193px;
  width: 254px;
  height: 247px;
  box-sizing: content-box;
  margin: 120px auto 0;
}
@media screen and (max-width: 640px) {
	.character .goods_animation {
		width:51%;
		height:auto;
		/*aspect-ratio:570/617;*/
		padding:0;
		margin-top:30%;
	}
}
.character .goods_characterimg {
  position: relative;
  z-index: 2;
}
.character .goods_characterimg.animation {
	animation: jump 3s infinite;
}
.character .goods_fukidashi {
	position: absolute;
    top: -60px;
    left: auto;
    right: 38px;
	transition:0.3s;
}
@media screen and (max-width: 640px) {
	.character .goods_fukidashi {
		width: 74%;
        top: -36%;
        right: -42%;
	}
	.character .goods_fukidashi img{
		width:100%;
	}
}
.character .goods_fukidashi:hover {
	transform:scale(1.2);
}
.character .goods_shadow {
  position: absolute;
  top: 94%;
  right: calc(50% - 52px);
  margin: auto;
}
.character .goods_shadow.animation {
	animation: shadow 3s infinite;
}
@media screen and (max-width: 640px) {
	.character .goods_shadow {
		bottom: auto;
		top: 97.4%;
		left:0;
		right:0;
		margin: auto;
		width: 30%;
	}
}
.character .goods_shadow img{
	width:104px;
}
.character .goods_special {
	max-width:740px;
	margin:0 auto 60px;
	position:relative;
	font-size:1.125rem;
}
@media screen and (max-width: 640px) {
	.character .goods_special {
		margin:0 auto 30px;
		font-size: 0.9rem;
		max-height:100vh
	}
}

.character .goods_special_column {
}
.character .goods_special_column_r {
	margin-left:70px;
	text-align:left;
}
@media screen and (max-width: 640px) {
	.character .goods_special_column_r {
		margin-left:0px;
		text-align:center;
	}
}
.character .goods_special_image{
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.character .goods_special_image{
		margin-bottom:10px;
		max-height: calc(100vh - 60px - 2.8em);
        width: auto;
	}
}
.character .goods_special_image_inner {
	position:relative;
}
.character .goods_special_goods{
	
}
.character .goods_special_charm{
	position:absolute;
	width:135.9375%;
	max-width:none;
	top:2%;
	left: -20%;
}
.character .goods_special_name {
	margin-bottom:30px;
	font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
	.character .goods_special_name {
		font-size:0.9rem;
		text-align:center;
		margin-bottom:30px;
		margin-top:10px;
	}
}
.character .goods_special_text {
	font-size: 1rem;
    line-height: 1.8em;
}
@media screen and (max-width: 640px) {
	.character .goods_special_text {
		max-width:239px;
		margin:0 auto;
		font-size: 0.875rem;
        line-height: 1.6em;
	}
}
.character .goods_special_text img{
	margin-left:0;
}
/*------------------------　
        2025.04.25
------------------------*/
.character .goods_special {
    position: relative;
    max-width: 900px;
    margin: 60px auto 100px auto;
    padding: 5px;
    background: #e7e6fb url("../img/nui_bg.jpg") no-repeat top 90% center/ cover;
    border-radius: 30px;
}
.character .goods_special_inner {
    border: 2px solid #d4d1f7;
    position: relative;
    z-index: 4;
    padding: 55px 55px 55px 271px;
    border-radius: 25px;
}
.character .ico-special {
    position: absolute;
    width: 40%;
    right: -23px;
    top: -10%;
    max-width: 241px;
}
.character .goods_special_image {
    position: absolute;
    left: -30px;
    top: -80px;
    width: 380px;
}
.character .goods_special_image_inner {
    position: relative;
}
.character .goods_list_link {
    color: #6847b6;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.character img {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.character .goods_special_charm {
    position: absolute;
    width: 28.9375%;
    max-width: none;
    top: 52%;
    left: -3%;
}
.character .goods_special_column_r {
    margin-left: 70px;
    text-align: left;
}
.character .goods_special_name {
    margin-bottom: 30px;
    font-size: 1.125rem;
}
.character .goods_special_text {
    font-size: 1rem;
    line-height: 1.8em;
}
@media screen and (max-width: 640px) {
    .character .goods_special {
        margin: 40px auto 40px auto;
    }
    .character .goods_special_inner {
        padding: 70% 35px 35px 35px;
    }
    .character .ico-special {
        right: -16px;
        top: -7%;
        max-width: 241px;
        width: 54%;
    }
    .character .goods_special_image {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        top: -6%;
        left: 0;
        right: 0;        
    }
    .goods_special_image_inner {
    position: relative;
    }
    .character .goods_special_column_r {
        margin-left: 0px;
        text-align: center;
    }
    .character .goods_special_name {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .character .goods_special_text {
        max-width: 239px;
        margin: 0 auto;
        font-size: 0.875rem;
        line-height: 1.6em;
    }  
    .character .goods_special_charm {
        position: absolute;
        width: 26.9375%;
        max-width: none;
        top: 4%;
        left: -7%;
    }   
}
/*------------------------　
        2025.04.25
------------------------*/
.character .ico-newarrival {
	position:absolute;
	left:-60px;
	top:-60px;
}
@media screen and (max-width: 640px) {
	.character .ico-newarrival {
		left:-20px;
		top:-40px;
		max-width:94px;
		width:28.2%;
	}
}
.character .underline {
	background:url("../img/underline.png") repeat-x left bottom / 24px;
}
.character .underline_point {
	font-weight:bold;
	font-size:1.285em;
}
.character .goods_subttl {
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.character .goods_subttl {
		max-width:147px;
		margin:0 auto 10px;
	}
}
.character .goods .btn-normal {
	max-width:480px;
	margin:20px auto 0;
	background:#cc9eee;
	font-weight:normal
}
@media screen and (max-width: 640px) {
	.character .goods .btn-normal {
		margin:10px 35px 0
	}
}
/*.character .goods_part {
	margin-bottom:140px;
}
@media screen and (max-width: 640px) {
	.character .goods_part {
		margin-bottom:80px;
	}
}*/
.character .goods_part-1 {
	margin-bottom:80px;
}
@media screen and (max-width: 640px) {
	.character .goods_part-1 {
		margin-bottom:50px;
	}
	.character .goods_part-2 {
		margin-top:20px;
	}
}
/*-----------------------------------
           illustrator
-----------------------------------*/
.character .illustrator {
	background:url("../img/bg_illustrator.png") no-repeat center top / 1189px;
	padding:160px 0 140px;
	font-size:1.125rem;
}
@media screen and (max-width: 640px) {
	.character .illustrator {
		background:url("../img/bg_illustrator_sp.png") no-repeat center top / 100%;
		padding:calc(10.4% + 60px) 0 60px;
		font-size:1rem;
	}
}
.character .illustrator_box {
	max-width:700px;
	border:2px solid #c2bdec;
	border-radius:30px;
	margin:0 auto;
	padding: 20px;
	background:rgba(255,255,255,0.8);
	position:relative;
	line-height:1.8em;
	color:#6847B6;
}
@media screen and (max-width: 640px) {
	.character .illustrator_box {
		padding: 10px 10px 10px;
		font-size:0.875rem;
		line-height:1.6em;
		font-weight:500;
	}
}
.character .illustrator_box_ttl img{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-18px;
	display:inline-block;
}
@media screen and (max-width: 640px) {
	.character .illustrator_box_ttl img{
		width:80.298507462%;
		top:-2%;
	}
}
.character .illustrator_box_ttl::before {
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:2px;
	top:-2px;
	left:0;
	right:0;
	margin:auto;
	background:#e7eaff;
	width:400px;
}
@media screen and (max-width: 640px) {
	.character .illustrator_box_ttl::before {
		width:82%;
	}
}
.character .illustrator_box_ttl-prof {
	font-weight:bold;
	border-radius:50px;
	display:inline-block;
	padding:4px 20px;
	border:1px solid #977442;
	line-height:1em;
}
.character .illustrator_box_text {
	color:#977442;
}
@media screen and (max-width: 640px) {
	.character .illustrator_box_text {
		font-size:0.75rem;
		line-height:1.4em;
	}
}
.character .illustrator_box_name {
	display:block;
	font-size:1.5rem;
	text-align:center;
	margin-bottom:40px;
	display:block;
}
@media screen and (max-width: 640px) {
	.character .illustrator_box_name {
		font-size:1.2rem;
		margin-bottom:20px;
		width:calc(41.6% + 40px);
		margin:0 auto 20px;
		max-width:276px;
	}
}
.character .illustrator_box_prof {
	padding:30px 40px 30px;
	text-align:left;
}
@media screen and (max-width: 640px) {
	.character .illustrator_box_prof {
		padding:20px 25px 25px;
	}
}
.character .illustrator_comment {
	background:#e7e6fb;
	border-radius:10px;
	padding:30px 40px;
	text-align:left;
}
@media screen and (max-width: 640px) {
	.character .illustrator_comment {
		border-radius:20px 20px;
		padding:25px;
	}
}
.character .illustrator_comment_ttl {
	margin-bottom:15px;
	
}
@media screen and (max-width: 640px) {
	.character .illustrator_comment_ttl {
        margin: 0 auto 15px;
        width: calc(31% + 40px);
	}
}
.character .kamihubuki {
	position:absolute;
	z-index:3;
	animation: hubuki_down 10s linear infinite normal;
	transition:1;
	top:-50px;
}
@media screen and (max-width: 640px) {
	.character .kamihubuki {
		width:4.9%;
	}
}
/*--------------------------
---------------------------*/
.character .btn-30th {
	width:auto;
	display:flex;
	position:relative;
	justify-content:center;
	align-items:center;
	background:#9f87dd;
	color:#fff;
	font-weight:bold;
	max-width:700px;
	margin:0 auto;
	height:60px;
	padding:5px 20px;
	border-radius:200px;
	text-decoration:none;
	transition:0.3s;
	font-size:1.125rem;
}
@media screen and (max-width: 640px) {
	.character .btn-30th {
		font-size:0.875rem;
		/*margin:0 20px;*/
	}
}
.character .btn-30th:hover {
	opacity:0.7;
}
.character .btn-30th::before{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	transform:rotate(45deg);
	position:absolute;
	bottom:0;
	top:0;
	margin:auto;
	right:20px;
}
@media screen and (max-width: 640px) {
	.character .btn-30th::before{
		right:15px;
	}
}
.character .btn-normal {
	width:auto;
	display:flex;
	position:relative;
	justify-content:center;
	align-items:center;
	background:#9f87dd;
	color:#fff;
	font-weight:500;
	max-width:430px;
	width:100%;
	margin:0 auto;
	height:60px;
	padding:5px 20px;
	border-radius:200px;
	text-decoration:none;
	transition:0.3s;
	font-size:1.125rem;
	margin-top:20px;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.character .btn-normal {
		font-size:0.875rem;
		line-height:1.2em;
		margin-top:20px;
		min-height:50px;
	}
}
.character .btn-normal +.btn-normal{
	margin-top:15px;
}
.character .btn-normal:hover {
	opacity:0.7;
}
.character .btn-normal::before{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	transform:rotate(45deg);
	position:absolute;
	bottom:0;
	top:0;
	margin:auto;
	right:20px;
}
@media screen and (max-width: 640px) {
	.character .btn-normal::before{
		right:15px;
	}
}
.character .btn-wrap{
	display:flex;
	gap:10px;
}
@media screen and (max-width: 640px) {
	.character .btn-wrap{
		flex-direction: column;
		gap:15px;
	}
}
.character .btn-wrap .btn-normal +.btn-normal{
	margin-top:20px;
}
@media screen and (max-width: 640px) {
	.character .btn-wrap .btn-normal +.btn-normal{
		margin-top:0;
	}
}
.character .btn-normal-pink {
	background:#ff9fd8;
}
.character .btn-normal-blue {
	background:#99c6ed;
}
.character .btn-normal-off {
	background:#c5c5c5;
	color:#8c8c8c;
}
.character .btn-normal-off:hover {
	opacity:1 !important;
}
.character .btn-normal-off::before {
	display:none;
}
.character .btn_fin {
	display:block;
	color:red;
	line-height:1em;
	border:1px solid red;
	padding:4px 10px;
	width:calc(11em + 20px);
	margin:15px auto 0;
	border-radius:5px;
}
.character .btn_point {
	font-weight:bold;
	font-size:1.2em;
	display:inline-block;
	margin-right:5px;
}
/*--------------------------
---------------------------*/
.character .kamihubuki01,
.character .kamihubuki16{
	left:20%;
	animation:hubuki_left 10s 2s linear infinite normal,hubuki_down 10s 2s linear infinite normal,hubuki_rotate 12s linear infinite normal;
}
.character .kamihubuki02,
.character .kamihubuki17{
	left:40%;
	animation:hubuki_left 6s linear infinite normal,hubuki_down 6s linear infinite normal,hubuki_rotate 10s linear infinite normal;
}
.character .kamihubuki03,
.character .kamihubuki18{
	left:80%;
	animation:hubuki_right 8s linear infinite normal,hubuki_down 8s linear infinite normal,hubuki_rotate 20s linear infinite normal;
}
.character .kamihubuki04,
.character .kamihubuki19{
	left:10%;
	animation:hubuki_right 9s 3s linear infinite normal,hubuki_down 9s 3s linear infinite normal,hubuki_rotate 8s linear infinite normal;
}
.character .kamihubuki05,
.character .kamihubuki20{
	left:50%;
	animation:hubuki_left 7s linear infinite normal,hubuki_down 7s linear infinite normal;
}
.character .kamihubuki06,
.character .kamihubuki21{
	left:90%;
	animation:hubuki_right 10s linear infinite normal,hubuki_down 10s linear infinite normal forwards,hubuki_rotate 8s linear infinite normal;
}
.character .kamihubuki07,
.character .kamihubuki22{
	left:0%;
	animation:hubuki_left 9s 3s linear infinite normal,hubuki_down 9s 3s linear infinite normal forwards;
}
.character .kamihubuki08,
.character .kamihubuki23{
	left:40%;
	animation:hubuki_left 8s 1s linear infinite normal,hubuki_down 8s 1s linear infinite normal forwards;
}
.character .kamihubuki09,
.character .kamihubuki24{
	left:70%;
	animation:hubuki_right 10s 1s linear infinite normal,hubuki_down 10s 1s linear infinite normal forwards,hubuki_rotate 12s linear infinite normal;
}
.character .kamihubuki10,
.character .kamihubuki25{
	left:5%;
	animation:hubuki_left 9s linear infinite normal,hubuki_down 9s linear infinite normal forwards;
}
.character .kamihubuki11,
.character .kamihubuki26{
	left:35%;
	animation:hubuki_right 8s 5s linear infinite normal,hubuki_down 8s 5s linear infinite normal forwards;
}
.character .kamihubuki12,
.character .kamihubuki27{
	left:95%;
	animation:hubuki_right 10s 3s linear infinite normal,hubuki_down 10s 3s linear infinite normal forwards,hubuki_rotate 10s linear infinite normal;
}
.character .kamihubuki13,
.character .kamihubuki28{
	left:20%;
	animation:hubuki_left 9s linear infinite normal,hubuki_down 9s linear infinite normal forwards;
}
.character .kamihubuki14,
.character .kamihubuki29{
	left:65%;
	animation:hubuki_right 10s linear infinite normal,hubuki_down 10s linear infinite normal forwards;
}
.character .kamihubuki15,
.character .kamihubuki30{
	left:100%;
	animation:hubuki_right 8s linear infinite normal,hubuki_down 8s linear infinite normal forwards;
}
@media screen and (max-width: 640px) {
	.character .kamihubuki01 {
		animation-duration:20s,20s,24s;
		animation-delay: 2s;
	}
	.character .kamihubuki02 {
		animation-duration:12s,12s,20s;
		animation-delay: 6s;
	}
	.character .kamihubuki03 {
		animation-duration:16s,16s,40s;
		animation-delay: 10s;
	}
	.character .kamihubuki04 {
		animation-duration:18s,18s,16s;
		animation-delay: 8s;
	}
	.character .kamihubuki05 {
		animation-duration:14s,14s;
		animation-delay: 4s;
	}
	.character .kamihubuki06 {
		animation-duration:20s,20s,16s;
		animation-delay: 1s;
	}
	.character .kamihubuki07 {
		animation-duration:18s,18s;
		animation-delay: 1s;
	}
	.character .kamihubuki08 {
		animation-duration:16s,16s;
		animation-delay: 2s;
	}
	.character .kamihubuki09 {
		animation-duration:20s,20s,24s;
		animation-delay: 3s;
	}
	.character .kamihubuki10 {
		animation-duration:18s,18s;
		animation-delay: 6s;
	}
	.character .kamihubuki11 {
		animation-duration:16s,16s;
		animation-delay: 5s;
	}
	.character .kamihubuki12 {
		animation-duration:20s,20s,20s;
		animation-delay: 4s;
	}
	.character .kamihubuki13 {
		animation-duration:18s,18s;
		animation-delay: 4s;
	}
	.character .kamihubuki14 {
		animation-duration:20s,20s;
		animation-delay: 5s;
	}
	.character .kamihubuki15 {
		animation-duration:16s,16s;
		animation-delay: 6s;
	}
	.character .kamihubuki16 {
		animation-duration:20s,20s,24s;
		animation-delay: 10s;
	}
	.character .kamihubuki17 {
		animation-duration:12s,12s,20s;
		animation-delay: 12s;
	}
	.character .kamihubuki18 {
		animation-duration:16s,16s,40s;
		animation-delay: 16s;
	}
	.character .kamihubuki19 {
		animation-duration:18s,18s,16s;
		animation-delay: 15s;
	}
	.character .kamihubuki20 {
		animation-duration:14s,14s;
		animation-delay: 14s;
	}
	.character .kamihubuki21 {
		animation-duration:20s,20s,16s;
		animation-delay: 8s;
	}
	.character .kamihubuki22 {
		animation-duration:18s,18s;
		animation-delay: 12s;
	}
	.character .kamihubuki23 {
		animation-duration:16s,16s;
		animation-delay: 5s;
	}
	.character .kamihubuki24 {
		animation-duration:20s,20s,24s;
		animation-delay: 7s;
	}
	.character .kamihubuki25 {
		animation-duration:18s,18s;
		animation-delay: 12s;
	}
	.character .kamihubuki26 {
		animation-duration:16s,16s;
		animation-delay: 10s;
	}
	.character .kamihubuki27 {
		animation-duration:20s,20s,20s;
		animation-delay: 11s;
	}
	.character .kamihubuki28 {
		animation-duration:18s,18s;
		animation-delay: 7s;
	}
	.character .kamihubuki29 {
		animation-duration:20s,20s;
		animation-delay: 5s;
	}
	.character .kamihubuki30 {
		animation-duration:16s,16s;
		animation-delay: 6s;
	}
}
/*-----------------------------------*/
.character .snap {
	background:url("../img/shikiri_goods.svg") no-repeat center top / 100%, #f8e7ff url("../img/bg_snap.jpg") repeat center top -50px / auto;
	padding:140px 20px 100px;
}
@media screen and (max-width: 640px) {
	.character .snap {
		background:url("../img/shikiri_goods_sp.svg") no-repeat center top / 100%, #f8e7ff url("../img/bg_snap_center_sp.jpg" ) repeat-y center top / 100%;
		position:static;
		width:auto;
		padding:60px 20px 0;
		height:auto;
	}
	.character .snap img{
		width:auto;
	}
}
.character .snap h3{
	position:static;
	margin:20px auto 50px;
}
@media screen and (max-width: 640px) {
	.character .snap h3{
		margin:20px auto 5.6%;
	}
}
.character .snap_img_01 {
}
@media screen and (max-width: 640px) {
	.character .snap_img_01 {
		margin-top:0;
	}
}
/*-----------------------------------*/
#name-en {
	width:300px;
}
@media screen and (max-width: 640px) {
	#name-en {
		width:40%;
	}
}
.character #name-en.fin {
	animation:fadeout 0.5s linear 1 forwards;
	border:none;
}
#name path {
	display:none;
    fill:#9f87dd;
}
#mask path {
    fill:none;
    stroke:#fff;
    stroke-width:11px;
    stroke-linecap:round;
    stroke-linejoin:round;
}
@keyframes jump {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -10px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -10px);
  }
  20% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shadow {
  0% {
    transform: scale(1) translate(0, 0);
  }
  5% {
    transform: scale(0.8)translate(0, 0);
  }
  10% {
    transform: scale(1)translate(0, 0);
  }
  15% {
    transform: scale(0.8) translate(0, 0);
  }
  20% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hubuki_down {
	0%{
		top:-35px;
		opacity:1;
	}
	90% {
		opacity:1;
	}
	100% {
		top:100vh;
		opacity:0;
	}
}
@keyframes hubuki_left {
	0%{
		transform: translateX(0);
	}
	100% {
		transform: translateX(10vw);
	}
}
@keyframes hubuki_right {
	0%{
		transform: translateX(0);
	}
	100% {
		transform: translateX(-10vw);
	}
}
@keyframes hubuki_rotate {
	0%{
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes fadeout {
	0%{
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes bound {
  0% {
	  bottom:-20px;
  }
  100% {
	  bottom:20px;
  }
}
@keyframes bound2 {
  0% {
	  bottom:-20px;
  }
  100% {
	  bottom:20px;
  }
}
@keyframes sidemove {
  0% {
    right:90%;
  }
  100% {
    right:0;
  }
}
@keyframes moveout {
  0% {
    right:0;
  }
  100% {
    right:-80%;
  }
}
/*スクロールイン*/
.main_ttl {
	padding-top:30px !important;
	opacity:0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(30px);
}
@media screen and (max-width: 640px) {
	.main_ttl {
		padding-top:8px !important;
	}
}
.fadein{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/*movie*/
.character .moviearea {
		padding:45px 40px;
		background:url("../img/bg_movie.png") no-repeat center / contain;
		border-radius:30px;
		display:inline-block;
		position:relative;
}
@media screen and (max-width: 640px){
	.character .moviearea {
		background:url("../img/bg_movie_sp.png") no-repeat center / contain;
		padding:40px 30px;
		display:block;
	}
}
.character .ttl_movie {
	margin:20px auto 40px;
	max-width:100%;
}
@media screen and (max-width: 640px){
	.character .ttl_movie {
		margin:20px auto 20px;
		max-width:128px;
		width:23%;
	}
}
.character .text_movie {
	margin-bottom:20px;
	margin-top:20px;
}
@media screen and (max-width: 640px){
	.character .text_movie {
		max-width:245px;
		width:100%;
		margin:20px auto 5px;
	}
}
.character .moviearea .video-js {
	float:none;
	display: inline-block;
	width: 640px !important;
		height: 360px !important;
}
@media screen and (max-width: 640px){
	.character .moviearea .video-js {
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		aspect-ratio: 16/9;
		display:block;
		position:relative;
	}
}
	.character .myplayer {
	}
	@media screen and (max-width: 640px) {
    .character .myplayer {
		clear:both;
        width: 100%;
		height: 100%;
        display: block;
        position:relative;
        margin: 0;
        background-color: #1a1a1a;
    }
}


.character .fin {
	color:#ed4343;
	border:2px solid #ed4343;
	padding:2px 30px;
	margin:0 auto 30px;
	max-width:calc(16em + 60px);
	font-weight:bold;
	font-size:1.25em;
	display:inline-block;
}
@media screen and (max-width: 640px) {
	.character .fin {
		margin-bottom:20px;
		font-size: 0.875rem;
		padding:2px 10px;
	}
}