@charset "UTF-8";
/* CSS Document */

/*Chara69*/

#Chara69 .chara_header {
	background:url(../product/chara69/visual_blur.webp) center center no-repeat;
	background-size:cover;
}

#Chara69 .chara_title {
	background:url(../product/chara69/header.webp) left top no-repeat;
}

#Chara69 .chara_area1 {
	background:url(../product/chara69/bustup.webp) center top no-repeat;
}

#Chara69 .dakimakura_zentai {
	background:url(../product/chara69/dakimakura_sample.webp) left top no-repeat;
}

#Chara69 .chara_phrase01 {
	background:url(../product/chara69/phrase01.webp) left top no-repeat;
}

#Chara69 .chara_name_circle {
	background:url(../product/chara69/name_circle.webp) left top no-repeat;
}

#Chara69 .gallery_area {
	background-image: linear-gradient(
	-45deg,
	#cf87e6 25%,
	#D691EC 25%, #D691EC 50%,
	#cf87e6 50%, #cf87e6 75%,
	#D691EC 75%, #D691EC
	);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 36px 36px;
}

#Chara69 .chara_area2 {
	/*background:url(../product/chara69/chara_body.webp) center top no-repeat;*/
}

#Chara69 .chara_evcg {
	background:url(../product/chara69/cg_sample.webp) left top no-repeat;
}

#Chara69 .chara_stand2 {
	background:url(../product/chara69/chara_stand.webp) center top no-repeat;
}

#Chara69 .chara_name {
	background:url(../product/chara69/name.webp) left top no-repeat;
}

#Chara69 .chara_txt2 {
	background:url(../product/chara69/exp_txt.webp) left top no-repeat;
	height: 462px;
}

#Chara69 .chara_status {
	background:url(../product/chara69/status.webp) left top no-repeat;
}

#Chara69 .chara_phrase02 {
	background:url(../product/chara69/phrase02.webp) left top no-repeat;
}

#Chara69 .chara_outline3 {
	background:url(../product/chara69/outline.webp) left top no-repeat;
	box-shadow:0 0 5px rgba(207,135,230,0.3);
}

#Chara69 .staff_link a img {
	box-shadow:0 0 5px rgba(207,135,230,0.3);
}

#Chara69 .other_shop {
	width:1000px;
	height:250px;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	margin:0 auto 48px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background:url("../product/chara69/othershpp.webp") center center no-repeat;
	box-shadow:0 0 5px rgba(207,135,230,0.3);
}

#Chara69 .other_shop a {
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
	height:40px;
	padding:4px 24px;
	font-size:1.8rem;
	border:2px solid rgba(207,135,230,1.00);
	color:rgba(207,135,230,1.00);
	text-decoration: none;
	margin-top:160px;
	border-radius: 5px;
	box-shadow:0 0 5px rgba(207,135,230,0.3);
	text-shadow:0 0 5px rgba(207,135,230,0.3);
	transition: all 0.3s;
}