﻿@charset "utf-8";

body{
	min-width:980px;
}

.contentsarea{
	border:none !important;
}

.contents-block ,.page-title-area ,.topimg{
	max-width:980px !important;
	min-width:980px !important;
	padding: 3rem 0 3rem 0;
}

.newslist-title{
	width:60% !important;
	min-width:unset !important;
	max-height:unset !important;
	margin-top:unset !important;

}
.profarea-left {
	width: 45%;
	float: left;
	margin: 0 5% 0 0;
}
.contents-block-midarea {
	width: 100%;
	min-width: 980px !important;
	max-width: 980px !important;
}
.fun-header{
	z-index:100 !important;
	/*background: rgb(234 245 243 / 80%) !important;*/
	padding:0 !important;
	margin-bottom:unset !important;
}
#modal-overlay{
	z-index:101 !important;
}
.modal-content{
	z-index:102 !important;
}



.photo-ev-catearea{
	position:absolute;
	bottom:0.5rem;
	left:1.0rem;
}



.movie_select_block:hover{
	box-shadow: unset !important;
	background-color: transparent !important;
	border-color: #9cb3ae !important;
	transition: all 0.2s linear;
	cursor: pointer;
	opacity: 0.5 !important;
}
.header-post-number{
	background-color: #ffffff;
	color: #555555;
	font-size: 0.7rem;
	text-align: center;
	border-radius: 50%;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: initial;
	padding: 0.1rem 0.4rem;
	vertical-align: middle;
}
.badge-number {
	position: absolute;
	top: 45%;
	right: -1.0rem;
	background-color: #ffffff;
	color: #555555;
	font-size: 0.7rem;
	text-align: center;
	border-radius: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: initial;
	padding: 0.1rem 0.4rem;
	transform: translate(0, -50%);
}
.badge-number > .badge-number{
	font-size:inherit;
	line-height:inherit;
}



.orderdetaillist{
    height: 200px;
    overflow-y: auto;
}

.series-ev-title{
	color:#ffffff !important;
}

/*------------------------------------- */
/* TOPページ関連 */
/*------------------------------------- */
.goods-block-right,.goods-block-left{
	vertical-align:middle !important;
}

.goods-block-right .price-tag {
	bottom: 2.5rem;
	font-size: 0.8rem;
}
.goods-block-right .photo-evarea {
	padding: 0.25rem 0.5rem;
}
.goods-block-right .ev-title {
	font-size: 0.8rem;
	height: 2.2rem !important;
	margin:0 !important;
}

.productimgarea .ev-title{
	margin: 0 auto 1.5rem;
}
.prof_sub_text{
	white-space: pre-line;
	text-align: left;
	padding: 0 1.0rem;
}

/*-----------------------------
	TOP
------------------------------*/
.mypage-name.keycolor01{
	color:#000000 !important;
}
.topimg{
	padding:0 !important;
}
.topimg::before{
	padding-top:50% !important;
}

.entry_block{
	width: 100%;
	margin: 4.0rem 0 6.0rem;
	background: rgb(105 188 227);
	background: linear-gradient(00deg, rgb(219 188 215) 0%, rgb(241 219 255) 50%, rgb(255 243 251) 100%);
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.entry_left{
	width:50%;
	position:relative;
}
.entry_left::before{
	content:'';
	display:block;
	padding-top:66.666%;
}
.entry_bg{
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	position:absolute;
	top:0;
	left:0;
}
.entry_right{
	width:50%;
	padding:2.0rem;
}
.entry_text{
	line-height:1.6;
}



.entry_inner{
	width:100%;
	max-width:900px;
	margin:0 auto;
	border:1px solid #ffffff;
	position:relative;
	z-index:1;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1.0rem;
	padding: 2.0rem;
}
.entry_notes{
	margin:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.entry_notes_01{
	width:100%;
	text-align:center;
	font-size:1.2rem;
	margin: 0 auto 1.0rem;
	white-space:pre-line;
}
.entry_notes_02,.entry_notes_03{
	width:48%;
	background:#ffffff;
	margin:0 auto;
	border:1px solid;
}
.entry_notes_sub{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1.0rem;
}
.entry_notes_text{
	width:100%;
	padding:1.0rem;
	font-size:1.1rem;
	line-height:1.6;
}
.store_flex{
	display: flex;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	justify-content: space-between;
}
.store_flex_inner{
	width:45%;
}
.store_flex_inner .gachainfobox{
	width:100%;
	margin:0;
}
.store_flex_inner .photoevent{
	margin:0;
}

.store_flex_main{
	display: flex;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.store_flex_main .store_flex_inner{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.store_flex_main .store_flex_inner:first-child{
	margin:0 0 2.0rem;
}
.store_flex_main .store_flex_inner .gachainfobox,.store_flex_main .store_flex_inner .photoevent{
	width:32%;
	margin:0 1.333% 1.333% 0;
}



/*-----------------------------
	PROFILE
------------------------------*/
.prof_top,.prof_middle,.prof_bottom{
	width:100%;
	margin:0 auto 1.0rem;
	padding:0 0 1.0rem;
	border-bottom:1px dashed #eeeeee;
	line-height:1.6;
}
.prof_bottom{
	border-bottom:unset;
}
.prof_top .prof_name{
	font-size:1.2rem;
}

/*-----------------------------
	TOP MOVIE
------------------------------*/
.firstcont {
	width: 100% !important;
}

.conttitle-heading {
	font-size: 2rem;
	position:relative;
}
.conttitle-heading:before {
	content: '';
	display: inline-block;
	border-top: 0.3rem solid transparent;
	border-bottom: 0.3rem solid transparent;
	border-right: 0.6rem solid #222222;
	margin-bottom: 0;
	top: 50%;
	position: absolute;
	left: -1.5rem;
	transform: translate(0, -50%);
}
.conttitle-heading:after {
	content: '';
	display: inline-block;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 0.3rem solid transparent;
	border-bottom: 0.3rem solid transparent;
	border-left: 0.6rem solid #222222;
	margin-bottom: 0;
	top: 50%;
	position: absolute;
	right: -1.5rem;
	transform: translate(0, -50%);
}

/*-----------------------------
	TOP PLAN
------------------------------*/
.plans_area{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom:2.0rem;
	gap:3%;
}
.plan_block{
	color:#333333;
	padding: 3rem 2rem;
	border: 1px solid #efefef;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
.plan_block:hover{
	color:#ffffff;
}

.plan_name{
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 0.5rem 0;
}
.plan_price{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: center;
	margin:0 0 1rem 0;
}
.plan_amount{
	font-size:2.4rem;
	font-weight:bold;
}
.plan_month{
	font-size:0.9rem;
	margin:0 0 0 0.25rem;
}
.plan_txt{
	text-align: left;
	letter-spacing:0.05rem;
	line-height:1.6rem;
	margin:0 0 1rem 0;
	flex-grow:1;
	font-size:0.9rem;
}
.plan_btn{
	padding: 0.5rem 2rem;
	border-radius: 100px;
	color:#ffffff;
	
}
.plan_grad{
	color:#ffffff !important;
}
.plan_block:hover .plan_name ,.plan_block:hover .plan_price
 ,.plan_block:hover .plan_amount ,.plan_block:hover .plan_month
 ,.plan_block:hover .plan_txt ,.plan_block:hover .plan_btn{
	color:#ffffff !important;
}
.plan_block:hover .plan_btn{
	background:#ffffff;
	color:#333333 !important;
}
.plans_area{
	position: relative;
}
.plan_tips_area{
	width:100%;
	display:flex;
	flex-direction: row-reverse;
}
.plan_tips {
	position: relative;
	bottom: unset;
	right: unset;
	display:block;
	padding: 1rem;
	width: 31%;
}
.plan_tips::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #333333;
}

/*-----------------------------
	TOP SLIDE
------------------------------*/
.service_detail{
	width:100%;
	padding:2.0rem;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}
.service_detail::before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../usrimg/dot01.png) !important;
	z-index:0;
}
.service_detail_inner{
	position:relative;
	width:100%;
	max-width:600px;
	margin:0 auto;
}
.service_detail_title{
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	margin:0 auto 1.0rem;
	position:relative;
	padding:0.75rem 1.0rem;
	border: 2px dotted;
	background:rgba(255,255,255,1.0);
}
.service_amount{
	text-align: right;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 auto 1.0rem;
}
.service_detail_text{
	font-weight:bold;
	position:relative;
	text-align: center;
	font-size: 1.4rem;
}
.flex_btn_area{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 5%;
	position:relative;
	max-width:600px;
	margin:2.0rem auto;
}
.top_ent_btn{
	display: inline-block;
	width: 100%;
	padding: 1.0rem;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

/*-----------------------------
	GACHA
------------------------------*/
.gacha_notes{
	gap: 2.0rem;
	width: 100%;
	max-width: fit-content;
	margin: 2.0rem auto;
	padding: 2.0rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
	border: 2px dashed;
}
.gacha_notes_text{
	font-weight: bold;
	font-size: 1.6rem;
}
.gacha_notes_link{
	font-size: 1.6rem;
	padding: 1.0rem 3.0rem;
	display: block;
}
@keyframes blinking {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}

/*--------------------------------
	header
--------------------------------*/
.header-menubar{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 1rem;
}


/*--------------------------------
	$new_entry_notes
--------------------------------*/
.entry_add_notes{
	margin: 1.0rem 0;
	border: 1px dashed #cccccc;
	padding: 1.0rem;
	display: block;
	width: fit-content;
}
.entry_add_notes_link{
	display: block;
	width: fit-content;
	padding: 1.0rem 3.0rem;
}