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

/*Chara70*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#Chara70 .chara_outline3 {
	background:url(../product/chara70/outline.webp) left top no-repeat;
	box-shadow:0 0 5px rgba(139,121,171,0.3);
}

#Chara70 .staff_link a img {
	box-shadow:0 0 5px rgba(139,121,171,0.3);
}

#Chara70 .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/chara70/othershpp.webp") center center no-repeat;
	box-shadow:0 0 5px rgba(139,121,171,0.3);
}

#Chara70 .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(139,121,171,1.00);
	color:rgba(139,121,171,1.00);
	text-decoration: none;
	margin-top:160px;
	border-radius: 5px;
	box-shadow:0 0 5px rgba(139,121,171,0.3);
	text-shadow:0 0 5px rgba(139,121,171,0.3);
	transition: all 0.3s;
}