/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: fot-tsukuardgothic-std, sans-serif, monospace;
	font-size: 16px;
}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
}

.wrapper{
	background-image: url("../image/contents_bg.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
	overflow: hidden;
}

img{vertical-align: top; width: 100%;}

li{
	list-style: none;
}

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 799px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}

/* loading_setting
================================================== */
.loading{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:9999;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:opacity .8s ease, visibility .8s;
}

.loading.is-hide{
opacity:0;
visibility:hidden;
}

.loading_logo img{
width:100%;
margin: auto;
opacity:0;
animation: loadingFade 1.6s ease forwards;
box-sizing: border-box;
padding: 10%;
}

@keyframes loadingFade{
0%{opacity:0; transform:translateY(20px);}
100%{opacity:1; transform:translateY(0);}
}


/* font_setting
================================================== */
.font{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-family: noto-sans, sans-serif;
	font-family: noto-serif, serif;
	font-family: fot-tsukumin-pr6n, sans-serif;
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

/* header_setting
================================================== */

.header_wrapper{
	width: 100%;
	background-color:rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	transition: transform .6s ease;
}

.header_wrapper.is-show{
	transform: translateY(0);
}

.header_wrapper2{
	width: 100%;
	background-color:rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
}

.header_box{
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 50px;
	color: #dbdbdb;
}

.header_text_link{
	position: relative;
	padding: 8px 0 12px;
}

.header_text_style1{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	line-height: 1.6em;
}

.header_text_style2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: center;
	color: #9c9c9c;
	font-size: 0.8em;
	line-height: 1em;
}

.link_hidden{
	opacity: 0.2;
}

/* hamburger
=========================================*/

.hamburger_box{
	background-color: red;

}

.hamburger {
    width: 37px;
    height: 30px;
	position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150;
	cursor: pointer;
}


.hamburger::after{
	position: absolute;
	top: 40px;
	left: 3px;
	display: block;
	content:"MENU";
	color:#fff;
	font-size: 7px;
	letter-spacing: 0.4em;
}

.hamburger.is-active::after{
	content: 'CLOSE';
	z-index: 9999;
	color: #fff;
	top: 40px;
	left: 3px;
	position: absolute;
	letter-spacing: 0.3em;
}


.hamburger.is-active span:nth-child(1) {
    top: 60%;
    transform: translate(-50%, -50%) rotate(150deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 60%;
    transform: translate(-50%, -50%) rotate(-150deg);
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform .3s;
}

.hamburger.is-active span {
    background-color: #fff;
}

.hamburger span:nth-child(1) {
    top: 30%;
}

.hamburger span:nth-child(2) {
    top: 60%;
}

.hamburger span:nth-child(3) {
    top: 90%;
}

/* drawer
=========================================*/
.drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width:100%;
    height: 100vh;
	background-color: rgba(0,0,0, 0.6);
	backdrop-filter: blur(30px);
	opacity: 0;
	transition: all 0.5s ease-out;
	pointer-events: none;
}

.drawer.is-active {
    opacity: 1;
	pointer-events: auto!important;
}

.drawer-inner {
    display: flex;
    height: 80%;
    padding: 20 20px;
}


.drawer__list {
    flex-direction: column;
	list-style: none;
	margin: 0px auto;
	position: absolute;
	top: 25%;
	right: 15%;
}

.drawer__item {
    color: #fff;
	margin-bottom: 25px;
    text-indent: 0.5em;
}

.drawer__item a{
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
}

@media screen and (max-width: 999px){
	.drawer__list {
		flex-direction: column;
		list-style: none;
		margin: 0px auto;
		position: absolute;
		top: 25%;
		right: auto;
		left: 10%;
	}
}



/* first_view_setting
================================================== */

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

.first_view_box{
	width: 100%;
	height: auto;
	display: block;
	transform: translateY(0px) scale(1.08);
	opacity: 0;
	transition:
		transform 2s cubic-bezier(.22,.61,.36,1),
		opacity 2s ease;
}

.is-active .first_view_box{
	transform: translateY(0%) scale(1);
	opacity: 1;
}

.first_view_logo{
	width: 38%;
	position: absolute;
	z-index: 2;
	bottom: -5%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition:
		transform 2s cubic-bezier(.22,.61,.36,1),
		opacity 2s ease;
}

.is-active .first_view_logo{
	opacity: 1;
}

.mi-image-wrapper{
    width:100%;
	height:auto !important;
}

.mi-image-wrapper canvas,
.mi-image-wrapper img{
    width:100%;
    height:auto !important;
    display:block;
}

.mi-image-wrapper{
  height:auto !important;
}

.mi-image-wrapper img{
  width:100% !important;
  height:auto !important;
  display:block;
}

/* ALL_setting
================================================== */

.news_wrapper{
	width: 100%;
}

.news_box{
	width: 40%;
	margin: 15px auto;
	background-color: #841640;
	border-radius: 50px;
	border: 1px solid #d9b0d9;
	padding: 8px 40px 12px;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}

.news_data{
	width: 12%;
	font-size: 0.8vw;
	line-height: 1.2vw;
	color: white;
}

.news_text{
	font-size: 1em;
	color: white;
	display: inline-block;
	white-space: nowrap;
	animation: marquee 10s linear infinite;
	padding-left:100%;
}

.news_text_box{
	width: 88%;
	overflow: hidden;
	font-size: 0.8vw;
	line-height: 1.2vw;
}



@keyframes marquee {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

.banner_wrapper{
	width: 100%;
	padding: 0 0 1% 0;
	position: relative;
	overflow: hidden;
}

.banner_box{
	width: 100%;
	text-align: center;
	padding: 0% 0 ;
	position: relative;
	z-index: 10;
}

.banner_box:hover{
	opacity: 0.8;
	cursor: pointer;
}


.story_wrapper{
	position: relative;
}

.story_text_mosaic{
	position: absolute;
	width: 60%;
	left: 50%;
	bottom: 24%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.story_text_img{
	opacity: 0;
	transition:
		transform 2s cubic-bezier(.22,.61,.36,1),
		opacity 2s ease;
}

.is-active .story_text_img{
	opacity: 1;
}

.title_style1{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	color: #ececec;
	font-size: 3.2em;
	text-align: center;
	padding: 0 0 10px 0;
}

.title_style2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	color: #ececec;
	font-size: 3.2em;
	text-align: center;
	padding: 0 0 20px 0;
}

.title_style2_small{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	color: #ececec;
	font-size: 2em;
	text-align: center;
	padding: 0 0 20px 0;
}

.point_wrapper{
	width: 100%;
	position: relative;
	padding: 50px 0 0 0 ;
}

.point_text_mosaic{
	width: 100%;
}

.point_box_1{
	width: 70%;
	padding: 0 0 0 10%;
	margin-bottom: 4%;
	opacity: 0;
	transform: translateX(200px);
	transition:
		transform 2s cubic-bezier(.22,.61,.36,1),
		opacity 2s ease;
}

.is-active .point_box_1{
	opacity: 1;
	transform: translateX(0px);
}

.point_box_2{
	width: 70%;
	padding: 0 0 0 20%;
	margin-bottom: 4%;
	opacity: 0;
	transform: translateX(-200px);
	transition:
		transform 2s cubic-bezier(.22,.61,.36,1),
		opacity 2s ease;
}

.is-active .point_box_2{
	opacity: 1;
	transform: translateX(0px);
}

.character_wrapper{
	width: 100%;
	position: relative;
	padding: 50px 0 80px 0 ;
}

.character_contents_box{
	z-index: 10;
	width: 75%;
	margin: auto;
}

.character_thumb_box .slick-track{
	display: flex!important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
}

.character_thumb_box .slick-track::after{
    content: '';
    width: 100%;
}

.character_icon:nth-child(n+4){
	order: 1;
}


.character_icon{
	position: relative;
	padding: 0 1.5% 25px;
	box-sizing: border-box;
	cursor: pointer;
}

.character_icon img{
	border-radius: 50%;
	border: 4px solid #7b3461;
}

.character_icon:hover img{
	border: 4px solid #ffe35f;
}


.character_box_wrapper{
	width: 80%;
	margin: 20px auto;
}

.character_img img{
	opacity: 0;
	transform: translateX(0px);
	transition:
		transform 2s cubic-bezier(.22,.61,.36,1),
		opacity 2s ease;	
}

.is-active .character_img img{
	opacity: 1;
	transform: translateX(0px);
}

.character_box2{
	display: flex!important;
	padding: 1% 4%!important;
	box-sizing: border-box;
}

.character_box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../image/character_bg_top.png") no-repeat center top;
	background-size: 100%;
}

.character_box::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../image/character_bg_bottom.png") no-repeat center bottom;
	background-size: 100%;
}

.character_box2{
filter:blur(0px);
transition:opacity 1s ease;
opacity: 0;
}

.is-show .character_box2{
filter:blur(0);
opacity: 1!important;
}




.character_img{
	width: 35%;
}

.character_text_box{
	width: 65%;
	padding: 0 3%;
	box-sizing: border-box;
}

.character_name_box{
	width: 100%;
	display: flex;
	box-sizing: border-box;
	align-items:flex-end;
}

.character_name{
	width: 65%;
}

.character_text_style1{
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	color: white;
	font-size: 1vw;
	line-height: 1vw;
	letter-spacing:0.2vw;
}

.character_text_style2{
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	color: white;
	font-size: 4vw;
	line-height: 5vw;
	letter-spacing: 0.8vw;
}

.character_text_style3{
	font-family: "noto-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #d788b3;
	font-size: 1.8vw;
	line-height: 2.2vw;
	letter-spacing: 0.6vw;
}

.character_cv{
	width: 35%;
	font-size: 1vw;
}

.character_cv_text{
	font-size: 1em;
	color: #c1488b;
	background-color: white;
	padding: 4px 10% 6px;
	border-radius: 30px;
}

.character_profile_box{
	
}

.character_profile_title{
	display: flex;
	align-items: center;
	gap:15px;
	font-family: "noto-sans", sans-serif;
	font-size: 1vw;
	font-weight: 500;
	line-height: 1vw;
	padding: 15px 0 10px 0;
	color: #6c0e49;
}

.character_profile_title::before{
	display: none;
}

.character_profile_title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #6c0e49;
}

.character_profile_text{
	font-family: fot-tsukuardgothic-std, sans-serif, monospace;
	font-size: 0.9vw;
	font-weight: 100;
	line-height: 1.8vw;
	color: white;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #6c0e49;
}

.character_profile_text_2{
	font-family: fot-tsukuardgothic-std, sans-serif, monospace;
	font-size: 0.9vw;
	font-weight: 100;
	line-height: 1.8vw;
	color: white;
	padding: 20px 0 10px 0;
}

.character_voice_box{
	padding: 20px 0 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.character_voice_title{
	font-family: "noto-sans", sans-serif;
	font-size: 1vw;
	font-weight: 500;
	line-height: 1vw;
	color: #6c0e49;
	padding-right: 20px;
}

.character_sv_bt{
	width: 40px;
	padding-right: 10px;
}

.character_sv_bt:hover{
	opacity: 0.8;
}

.character_cg_box{
	width: 100%;
	margin: 0;
}

.character_cg_thum{
	display: inline-block;
	width: 31%;
	margin: 0 1% 2% 0;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}

.special_wrapper{
	margin: 0px 0 80px 0;
}

.special_box_wrapper{
	width: 50%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap:0px; 
}

.special_box_wrapper div{
	width: 50%;
	box-sizing: border-box;
	padding: 0 2%;
	margin-bottom: 6%;
}

.special_box_wrapper div:hover{
	opacity: 0.8;
}

.special_box_wrapper2{
	width: 25%;
	margin: auto;
	display: block;
}

.special_box_wrapper2:hover{
	opacity: 0.8;
}

.product_wrapper{
	width: 60%;
	margin: auto;
	padding-bottom: 50px;
}

.product_box_wrapper{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
}

.product_box_wrapper2{
	width: 100%;
	margin: auto;
	padding: 0 4%;
	box-sizing: border-box;
}

.product_box_style1{
	width: 50%;
	box-sizing: border-box;
	padding: 0 4%;
}

.product_box_style2{
	width: 50%;
	box-sizing: border-box;
	padding: 0 4%;
}

.product_text_title{
	border-bottom: 1px solid #fff;
	font-family: noto-sans, sans-serif;
	color: white;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 14px 0;
}

.product_text_style1{
	font-family: noto-sans, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: white;
}

.product_text_style1 span{
	font-size: 0.8em;
	color: #f6f1ca;
}

.product_text_style2{
	font-family: noto-sans, sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: white;
}

.product_text_style2 span{
	font-size: 0.6em;
	color: #f6f1ca;
}

.product_border{
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.frill_logo{
	width: 10%;
	padding: 0 0 6px 0;
	margin: auto;
}

.footer_wrapper{
	width: 100%;
	text-align: center;
	color: white;
	padding: 34px 0 20px;
	background-color: #da3691;
}

.video_box{
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 */
}

.video_box video,
.video_box iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* contents_setting
================================================== */

.contents_wrapper{
	width: 100%;
	min-height: 100vh;
	padding-top: 100px;
}

.deluxe_title{
	width: 1000px;
	margin: 0 auto 80px;
	position: relative;
}



.deluxe_text_wrapper{
	width: 1000px;
	margin: auto;
	padding: 0px 0 0 0;
	position: relative;
}

.deluxe_title_box{
	width: 50%;
	position: absolute;
	top: -52px;
	left: -55px;
}

.deluxe_title_box2{
	width: 72%;
	position: absolute;
	top: -52px;
	left: -55px;
}

.deluxe_title_box3{
	width: 66%;
	position: absolute;
	top: -52px;
	left: -55px;
}

.deluxe_title_box4{
	width: 72%;
	position: absolute;
	top: -52px;
	left: -55px;
}

.deluxe_text_box{
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 46px 20px 20px 40px;
	margin: 0 0 80px 0;
	border-radius: 20px;
	color: white;
	background: linear-gradient(0deg, rgba(196, 99, 174, 1) 0% ,rgba(166, 71, 132, 1) 100%);
	font-size: 1em;
}

.deluxe_track_title{
	margin: 8px 0 4px;
}

.deluxe_track_title span{
	border: 1px solid #fff;
	padding: 3px 20px 5px;
	font-size: 1em;
	line-height: 1.2em;
	border-radius: 40px;
}

.deluxe_text_style1{
	font-size: 0.7em;
}

.deluxe_text_style1 span{
	font-size: 1.4em;
}

.deluxe_box_wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.deluxe_box_style1{
	width: 50%;
}

.deluxe_box_style2{
	width: 50%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	
}

.deluxe_box_style3{
	width: 60%;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #7c376d;
}

.deluxe_img_4{
	width: 50%;
	margin: 20px auto;
}

.tokuten_wrapper{
	padding: 0 0 2% 0;
}

.tokuten_title{
	width: 20%;
	margin: 0 auto 2%;
	position: relative;
}

.tokuten_title_style1{
	text-align: center;
	color: white;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 1% 0;
}

.tokuten_box_wrapper{
	width: 50%;
	margin: 0 auto 2%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.tokuten_box_style1{
	width: 40%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 2% 0 0;
}

.tokuten_box_style1 img{
	border: 2px solid white;
}

.tokuten_box_style2{
	width:60%;
	color: white;
}

.tokuten_box_style2 .tokuten_box_style2_2{
	box-sizing: border-box;
	padding: 2% 3%;
	background: linear-gradient(0deg, rgba(196, 99, 174, 1) 0% ,rgba(166, 71, 132, 1) 100%);
	border-radius: 20px;
	border: 2px solid white;
}

.tokuten_story_box{
	border-top: 1px solid #fff;
	padding-top: 10px;
}

.tokuten_bt_style1{
	width: 30%;
	margin: 0 auto 1%;
	font-size: 1.6em;
	font-weight: bold;
	border-radius: 50px;
	background-color: #ffe176;
	color: #894024;
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: center;
	border:2px solid white;
}

.tokuten_bt_style1:hover{
	opacity: 0.8;
}

.tokuten_text_style1{
	text-align: center;
	color: white;
	padding-bottom: 5%;
}

.tokuten_title_box{
	width: 40%;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.tokuten_text_style2{
	text-align: center;
}

.tokuten_text_style2 span{
	color: #ffe88b;
}

.tokuten_text_style3{
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
}


.event_box{
	width: 70%;
	margin: auto;
}

.event_box_style1{
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 4%;
	margin: 0 0 80px 0;
	border-radius: 20px;
	color: white;
	background: linear-gradient(0deg, rgba(196, 99, 174, 1) 0% ,rgba(166, 71, 132, 1) 100%);
	font-size: 1em;
}

.event_image{
	width: 50%;
	margin: 0 auto 2%;
}

.event_box_title{
	width: 70%;
	margin: 0 auto -2%;
	font-size: clamp(12px, 2vw, 22px);
	padding: 0 2%;
	font-weight: bold;
	border-radius: 50px;
	background-color: #ffe176;
	color: #894024;
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: center;
	border:2px solid white;
}

.event_text_style1{
	width: 70%;
	margin: auto;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: clamp(14px, 2vw, 20px);
	line-height: 1.4em;
}

.event_text_style2{
	width: 70%;
	text-align: center;
	padding: 1% 2%;
	margin: 30px auto;
	background-color: #da3691;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: clamp(14px, 2vw, 20px);
}

.event_table_box_style1{
	width: 50%;
	margin: auto;
}

.event_table_style1{
	border: 1px solid #fff;
	padding: 1% 2%;
}


/* window_setting
================================================== */
@media screen and (max-width: 1200px){
	.header_box{
		margin: auto;
		display: flex;
		justify-content: center;
		gap: 30px;
		color: #dbdbdb;
		font-size: 12px;
	}
	.header_text_style1{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		text-align: center;
		font-size: 0.8em;
		line-height: 1.6em;
	}

	.header_text_style2{
		font-family: fot-tsukuardgothic-std, sans-serif;
		text-align: center;
		color: #9c9c9c;
		font-size: 0.6em;
		line-height: 1em;
	}
	.first_view_logo{
		width: 46%;
		position: absolute;
		z-index: 2;
		bottom: -10%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition:
			transform 2s cubic-bezier(.22,.61,.36,1),
			opacity 2s ease;
	}
	.news_box{
		width: 60%;
		margin: 15px auto;
		background-color: #841640;
		border-radius: 50px;
		border: 1px solid #d9b0d9;
		padding: 8px 40px 10px;
		box-sizing: border-box;
		display: flex;
		overflow: hidden;
		white-space: nowrap;
	}
	.news_data{
		width: 12%;
		font-size: 1.0vw;
		line-height: 1.2vw;
		color: white;
	}

	.news_text{
		font-size: 1em;
		color: white;
		animation: marquee 10s linear infinite;
	}

	.news_text_box{
		width: 88%;
		overflow: hidden;
		display: inline-block;
		font-size: 1.0vw;
		line-height: 1.2vw;
	}
	.point_box_1{
		width: 80%;
		padding: 0 0 0 5%;
		margin-bottom: 8%;
		opacity: 0;
		transform: translateX(200px);
		transition:
			transform 2s cubic-bezier(.22,.61,.36,1),
			opacity 2s ease;
	}

	.point_box_2{
		width: 80%;
		padding: 0 0 0 15%;
		margin-bottom: 8%;
		opacity: 0;
		transform: translateX(-200px);
		transition:
			transform 2s cubic-bezier(.22,.61,.36,1),
			opacity 2s ease;
	}
	.character_contents_box{
		z-index: 10;
		width: 90%;
		margin: auto;
	}
	.special_box_wrapper{
		width: 80%;
		margin: auto;
		display: flex;
	}
	.special_box_wrapper2{
		width: 40%;
		margin: auto;
		display: block;
	}
	.product_wrapper{
		width: 80%;
		margin: auto;
		padding-bottom: 50px;
	}
	.title_style1{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		color: #ececec;
		font-size: 2.4em;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.title_style2{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		color: #ececec;
		font-size: 2.4em;
		text-align: center;
		padding: 0 0 20px 0;
	}
	.title_style2_small{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		color: #ececec;
		font-size: 1.6em;
		text-align: center;
		padding: 0 0 20px 0;
	}
	.frill_logo{
		width: 14%;
		padding: 0 0 6px 0;
		margin: auto;
	}
	.deluxe_title{
		width: 800px;
		margin: 0 auto 80px;
		position: relative;
	}

	.deluxe_text_wrapper{
		width: 800px;
		margin: auto;
		padding: 0px 0 0 0;
		position: relative;
	}
	.deluxe_title_box{
		width: 50%;
		position: absolute;
		top: -52px;
		left: -44px;
	}

	.deluxe_title_box2{
		width: 72%;
		position: absolute;
		top: -52px;
		left: -44px;
	}

	.deluxe_title_box3{
		width: 66%;
		position: absolute;
		top: -52px;
		left: -44px;
	}

	.deluxe_title_box4{
		width: 72%;
		position: absolute;
		top: -52px;
		left: -44px;
	}
	.tokuten_box_wrapper{
		width: 80%;
		margin: 0 auto 2%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.tokuten_title{
		width: 40%;
		margin: 0 auto 2%;
		position: relative;
	}
	.tokuten_bt_style1{
		width: 50%;
		margin: 0 auto 1%;
		font-size: 1.6em;
		font-weight: bold;
		border-radius: 50px;
		background-color: #ffe176;
		color: #894024;
		position: relative;
		font-family: fot-tsukuardgothic-std, sans-serif;
		text-align: center;
		border:2px solid white;
	}
	.tokuten_title_box{
		width: 50%;
		position: absolute;
		top: -30px;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	.event_image{
		width: 70%;
		margin: 2% auto 4%;
	}
	.event_text_style1{
		width: 90%;
		margin: auto;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-size: clamp(14px, 2vw, 20px);
		line-height: 1.4em;
	}

	.event_text_style2{
		width: 90%;
		text-align: center;
		padding: 1% 2%;
		margin: 30px auto;
		background-color: #da3691;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-size: clamp(14px, 2vw, 20px);
	}

	.event_table_box_style1{
		width: 90%;
		margin: auto;
	}
}

/* smartphone_setting
================================================== */
@media screen and (max-width: 799px){
	.header_box{
		display: none;
	}
	.first_view_logo{
		width: 80%;
		position: absolute;
		z-index: 2;
		bottom: -5%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition:
			transform 2s cubic-bezier(.22,.61,.36,1),
			opacity 2s ease;
	}
	.news_box{
		width: 90%;
		margin: 15px auto;
		background-color: #841640;
		border-radius: 50px;
		border: 1px solid #d9b0d9;
		padding: 14px 20px 14px;
		box-sizing: border-box;
		display: flex;
		overflow: hidden;
		white-space: nowrap;
	}
	.news_data{
		width: 22%;
		font-size: 0.8em;
		line-height: 1em;
		color: white;
	}

	.news_text{
		font-size: 1em;
		color: white;
		animation: marquee 10s linear infinite;
	}
	.news_text_box{
		width: 78%;
		overflow: hidden;
		display: inline-block;
		font-size: 0.8em;
		line-height: 1em;
	}
	.story_text_mosaic{
		position: absolute;
		width: 80%;
		left: 50%;
		bottom: 26%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	.point_wrapper{
		width: 100%;
		position: relative;
		padding: 20px 0 0 0 ;
	}
	.title_style1{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		color: #ececec;
		font-size: 1.8em;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.title_style2{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		color: #ececec;
		font-size: 1.8em;
		text-align: center;
		padding: 0 0 10px 0;
	}
	.title_style2_small{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		color: #ececec;
		font-size: 1.2em;
		text-align: center;
		padding: 0 0 10px 0;
	}
	.point_text_mosaic{
		width: 84%;
		margin: 0 auto 40px;
	}
	.character_wrapper{
		width: 100%;
		position: relative;
		padding: 0px 0 20px 0 ;
	}
	
	.character_icon{
		position: relative;
		padding: 0 1.5% 15px;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	.character_icon .slick-track{
		display: flex!important;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.character_icon{
		width: 70px!important;
		float: none!important;
	}
	.character_box_wrapper{
		width: 80%;
		margin: 20px auto;
	}
	.character_box{
		padding: 20px 0!important;
		margin: 0 0 20px 0!important;
	}
	.character_box2{
		display: block!important;
		padding: 1% 4%!important;
		box-sizing: border-box;
	}
	.character_img{
		width: 70%;
		margin: auto;
	}
	.character_text_box{
		width: 100%;
		padding: 0 0%;
		box-sizing: border-box;
	}
	.character_name_box{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.character_name{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.character_text_style1{
		font-family: fot-tsukuaoldmin-pr6n, sans-serif;
		color: white;
		font-size: 0.8em;
		line-height: 1.2em;
		letter-spacing:0.2vw;
		text-align: center;
	}

	.character_text_style2{
		font-family: fot-tsukuaoldmin-pr6n, sans-serif;
		color: white;
		font-size: 2.4em;
		line-height: 1.2em;
		letter-spacing: 0.8vw;
		text-align: center;
	}

	.character_text_style3{
		font-family: "noto-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		color: #d788b3;
		font-size: 1.0em;
		line-height: 1.0em;
		letter-spacing: 1.1vw;
		text-align: center;
	}

	.character_cv{
		width: 60%;
		font-size: 0.8em;
		text-align: center;
		margin: 10px auto 0;
	}

	.character_cv_text{
		font-size: 0.8em;
		color: #c1488b;
		background-color: white;
		padding: 2px 10% 4px;
		border-radius: 30px;
	}
	.character_voice_title{
		font-family: "noto-sans", sans-serif;
		font-size: 0.8em;
		font-weight: 500;
		line-height: 1em;
		color: #6c0e49;
		padding-right: 20px;
	}
	
	.character_profile_title{
		display: flex;
		align-items: center;
		gap:15px;
		font-family: "noto-sans", sans-serif;
		font-size: 0.8em;
		font-weight: 500;
		line-height: 1em;
		padding: 10px 0 10px 0;
		color: #6c0e49;
	}
	.character_profile_text{
		font-family: fot-tsukuardgothic-std, sans-serif, monospace;
		font-size: 0.8em;
		font-weight: 100;
		line-height: 1.4em;
		color: white;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #6c0e49;
	}

	.character_profile_text_2{
		font-family: fot-tsukuardgothic-std, sans-serif, monospace;
		font-size: 0.8em;
		font-weight: 100;
		line-height: 1.4em;
		color: white;
		padding: 15px 0 10px 0;
	}
	
	.special_wrapper{
		margin: 0px 0 20px 0;
	}

	.special_box_wrapper{
		width: 70%;
		margin: auto;
		display: block;
		gap:0px;
	}
	.special_box_wrapper div{
		width: 100%;
		margin-bottom: 6%;
	}
	.special_box_wrapper2{
		width: 50%;
		margin: auto;
		display: block;
	}
	.special_box{
		width: 49%;
		box-sizing: border-box;
		padding: 0% 2% 4%;
		display: inline-block;
	}
	.product_box_wrapper{
		width: 100%;
		margin: auto;
		display: block;
		justify-content: center;
	}
	.product_box_style1{
		width: 100%;
		box-sizing: border-box;
		padding: 0 4%;
	}

	.product_box_style2{
		width: 100%;
		box-sizing: border-box;
		padding: 4% 4%;
	}
	.product_text_style1{
		font-family: noto-sans, sans-serif;
		font-weight: 300;
		font-size: 0.8em;
		line-height: 1.4em;
		margin-bottom: 10px;
		color: white;
	}

	.product_text_style1 span{
		font-size: 0.8em;
		color: #f6f1ca;
	}

	.product_text_style2{
		font-family: noto-sans, sans-serif;
		font-weight: 300;
		font-size: 1.0em;
		line-height: 1.3em;
		margin-top: 10px;
		margin-bottom: 10px;
		color: white;
	}

	.product_text_style2 span{
		font-size: 0.6em;
		color: #f6f1ca;
	}
	.product_border{
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.frill_logo{
		width: 25%;
		padding: 0 0 4px 0;
		margin: auto;
	}
	.footer_wrapper{
		width: 100%;
		text-align: center;
		color: white;
		padding: 24px 0 14px;
		background-color: #da3691;
		font-size: 0.8em;
	}
	.deluxe_title{
		width: 80%;
		margin: 0 auto 80px;
		position: relative;
	}

	.deluxe_text_box{
		border: 2px solid #fff;
		box-sizing: border-box;
		padding: 8% 8% 4% ;
		margin: 0 0 80px 0;
		border-radius: 20px;
		color: white;
		background: linear-gradient(0deg, rgba(196, 99, 174, 1) 0% ,rgba(166, 71, 132, 1) 100%);
		font-size: 0.9em;
		line-height: 1.4em;
		position: relative;
	}

	.deluxe_text_wrapper{
		width: 80%;
		margin: auto;
		padding: 0px 0 0 0;
		position: relative;
	}
	.deluxe_title_box{
		width: 70%;
		position: absolute;
		top: -32px;
		left: -8%;
		z-index: 2;
	}

	.deluxe_title_box2{
		width: 100%;
		position: absolute;
		top: -32px;
		left: -8%;
		z-index: 2;
	}

	.deluxe_title_box3{
		width: 90%;
		position: absolute;
		top: -32px;
		left: -8%;
		z-index: 2;
	}

	.deluxe_title_box4{
		width: 100%;
		position: absolute;
		top: -32px;
		left: -8%;
		z-index: 2;
	}
	.deluxe_box_wrapper{
		width: 100%;
		display: block;
		align-items: center;
		margin: 15px 0;
	}
	.deluxe_box_style1{
		width: 100%;
	}

	.deluxe_box_style2{
		width: 100%;
		padding: 0 0 0 0px;
		box-sizing: border-box;

	}
	.deluxe_box_style3{
		width: 80%;
		margin: 20px auto;
		padding: 10px;
		box-sizing: border-box;
		background-color: #7c376d;
	}
	.deluxe_track_title{
		margin: 16px 0 16px;
	}

	.deluxe_track_title span{
		border: 1px solid #fff;
		padding: 3px 20px 5px;
		font-size: 0.8em;
		line-height: 1.2em;
		border-radius: 40px;
	}
	.contents_wrapper{
		width: 100%;
		min-height: 100vh;
		padding-top: 50px;
	}
	.tokuten_title{
		width: 80%;
		margin: 0 auto 2%;
		position: relative;
	}
	.tokuten_title_style1{
		text-align: center;
		color: white;
		font-size: 1.6em;
		font-weight: bold;
		margin: 0 0 1% 0;
	}
	.tokuten_box_wrapper{
		width: 70%;
		margin: 0 auto 4%;
		display: block;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.tokuten_box_style1{
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		margin: 0 0% 7% 0;
	}

	.tokuten_box_style1 img{
		border: 2px solid white;
	}

	.tokuten_box_style2{
		width:100%;
		color: white;
	}

	.tokuten_box_style2 .tokuten_box_style2_2{
		box-sizing: border-box;
		padding: 4% 6%;
		background: linear-gradient(0deg, rgba(196, 99, 174, 1) 0% ,rgba(166, 71, 132, 1) 100%);
		border-radius: 20px;
		border: 2px solid white;
	}

	.tokuten_bt_style1{
		width: 70%;
		margin: 0 auto 4%;
		font-size: 1.6em;
		font-weight: bold;
		border-radius: 50px;
		background-color: #ffe176;
		color: #894024;
		position: relative;
		font-family: fot-tsukuardgothic-std, sans-serif;
		text-align: center;
		border:2px solid white;
	}
	.tokuten_text_style1{
		text-align: center;
		color: white;
		padding-bottom: 10%;
	}
	.tokuten_title_box{
		width: 70%;
		position: absolute;
		top: -20px;
		left: 50%;
		z-index: 3;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	.tokuten_text_style3{
		font-size: 1.4em;
		line-height: 1.4em;
		font-weight: bold;
	}
	
	.event_box{
		width: 86%;
		margin: auto;
	}
	
	.event_box_title{
		width: 100%;
		margin: 0 auto 4%;
		font-size: clamp(14px, 2vw, 22px);
		line-height: 1.2em;
		padding: 2% 6%;
		box-sizing: border-box;
		font-weight: bold;
		border-radius: 50px;
		background-color: #ffe176;
		color: #894024;
		position: relative;
		font-family: fot-tsukuardgothic-std, sans-serif;
		text-align: center;
		border:2px solid white;
	}
	.event_image{
		width: 90%;
		margin: 2% auto 4%;
	}

	.event_text_style2{
		width: 90%;
		text-align: center;
		padding: 1% 2%;
		margin: 30px auto 10px;
		background-color: #da3691;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-size: clamp(14px, 2vw, 20px);
	}
	.event_table_style1{
		border: 1px solid #fff;
		padding: 1% 3%;
		font-size: 0.8em;
	}
	.event_table_style2{
		font-size: 0.8em;
	}
}









