/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family:kinuta-maruminkatura-stdn, serif , Meiryo, sans-serif, monospace;
	font-size: 16px;
}

html{
	overflow-y: scroll;
}

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

img{vertical-align: bottom;}

a { outline: none; }
a:focus, *:focus { outline:none; }


.clear{clear:both;}

.link_hover:hover{
	opacity: 0.7;
}

.font_dalliance{
	font-family: dalliance-roman, sans-serif;
}

.kinuta-marumin{
	font-family: kinuta-maruminkatura-stdn, serif;
}

.link_color:link {
color:#ffa3b2;
}

.link_color:visited {
color:#82dfda;
}

.link_color2:link {
color:#f9e3e6;
}

.link_color2:visited {
color:#e1fffe;
}

.link_color3:link {
color:#7d6a5d;
text-decoration: none;
border-bottom: 1px solid #7d6a5d;
}

.link_color3:visited {
color:#7d6a5d;
text-decoration: none;
border-bottom: 1px solid #7d6a5d;
}

.hr_style1{
	color: #7d6a5d;
	background-color: #7d6a5d;
	border: 1px solid #7d6a5d;
}

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

/* loading_setting
================================================== */
#loader {
	width: 100%;
	height: 100vh;
	display: table;
	position: fixed;
	_position: absolute;
	z-index: 999;
}

.loader_box{
	width: 10%;
	margin: auto;
	height: 100vh;
	display: table;
}

.loader_table_cell{
	display: table-cell;
	vertical-align: middle;
}

#fade {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width:100%;
	height:100%;
	display: none;
	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
}

.fade_normal{
	background-color: #7d6a5d!important;
}

.fade_haizakura{
	background-color: #ffcbd2!important;
}

.fade_karasuba{
	background-color: #d9d3ed!important;
}

.fade_gekka{
	background-color: #f9f1c7!important;
}

.fade_houkiboshi{
	background-color: #cddaed!important;
}

.fade_retzel{
	background-color: #ded1a6!important;
}

.fade_haikagura{
	background-color: #c0c0c0!important;
}

@media screen and (max-width: 699px){
	.loader_box{
		width: 30%;
		margin: auto;
		height: 100vh;
		display: table;
	}
}





/* scroll_animation_setting
================================================== */

.scroll_fade_in{
	opacity: 0;
}

.scroll_fade_up{
	opacity: 0;
}

.scroll_fade_down{
	opacity: 0;
}

.gallery_thumb_box_cg .slick-list .slick-track .slick-current img{opacity: 1!important;}

.gallery_thumb_box_cg .slick-list .slick-track .item img{opacity: 0.4;}

.gallery_thumb_box_cg .slick-list .slick-track .item{background-color: #ffcbd2;}



.fade {
    animation-name: fadeanime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadein {
    animation-name: fadeinanime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes fadeinanime{
	from {opacity: 0;}
	to {opacity: 1;}
}

.fadeup{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadedown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeleft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.faderight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* video_setting
================================================== */

.top_pv_wrapper{
	width: 100%;
	height: 70vh;
	position: relative;
	overflow: hidden;
}

.top_pv_wrapper_2{
	width: 100%;
	height: 70vh;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.top_pv_text{
	position: absolute;
	z-index: 2;
	font-size: 1.6em;
	font-weight: bold;
	bottom: 20px;
	right: 20px;
	color: #7d6a5d;
	border: 2px solid #7d6a5d;
	pointer-events: none;
	padding: 0 20px;
	border-radius: 30px;
}



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

.a_link_pv{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.a_link_pv:hover{
	background-color: rgba(255,255,255,0.5);
}*/

.video-box {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100vh;
	z-index: -1px;
}



.video-box_intro{
	position: relative;

	z-index: -1px;
}

.video {
	position: absolute;
	top: 40%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video_intro {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 120%;
	min-height: 120%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: black;
}


.overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255,255,255,0.1);
	background-image: radial-gradient(#fff 15%, transparent 31%), radial-gradient(#fff 15%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	
}



.overlay_black::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;

	content: "";
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#000 15%, transparent 31%), radial-gradient(#000 15%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}



.intro_box_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 2% 0;
	padding: 4% 0;
	background-color: black;
}

.intro_text_box {
  position: relative;
  z-index: 2;
  top: 0%;
  left: 50%;
  width: 50%;
  text-align: center;
  color: white;
  font-size: 1.2em;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 699px){
	.top_pv_wrapper{
		width: 100%;
		height: 30vh;
		position: relative;
		overflow: hidden;
		background-color: black;
	}

	.top_pv_wrapper_2{
		width: 100%;
		height: 30vh;
		position: relative;
		overflow: hidden;
		background-color: black;
		margin-bottom: 20px;
	}

	.top_pv_text{
		position: absolute;
		z-index: 2;
		font-size: 1em;
		font-weight: bold;
		bottom: 10px;
		right: 10px;
		color: #7d6a5d;
		border: 2px solid #7d6a5d;
		pointer-events: none;
		padding: 0 20px;
		border-radius: 30px;
	}

	.video-box {
		position: absolute;
		top: 0%;
		width: 100%;
		height: 100%;
		z-index: -1px;
	}
	
	.video {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 140%;
		min-width: 0%;
		min-height:0%;

	}

	.video_intro {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.overlay::after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(0,0,0,0.1);
		background-image: radial-gradient(#fff 15%, transparent 31%), radial-gradient(#fff 15%, transparent 31%);
		background-size: 2px 2px;
		background-position: 0 0, 1px 1px;
	}
	.overlay_black::after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(0,0,0,0.5);
		background-image: radial-gradient(#000 15%, transparent 31%), radial-gradient(#000 15%, transparent 31%);
		background-size: 2px 2px;
		background-position: 0 0, 1px 1px;
	}

	.intro_box_wrapper{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 4% 0;
		padding: 4% 0;
	}

	.intro_text_box {
	  position: relative;
	  z-index: 2;
	  top: 0%;
	  left: 50%;
	  width: 90%;
	  text-align: center;
	  color: white;
	  font-size: 1em;
	  -webkit-transform: translate(-50%, 0%);
	  -moz-transform: translate(-50%, 0%);
	  transform: translate(-50%, 0%);
	}

}

/* ALL_CONTENTS_setting
================================================== */

.news_img_80{
	width: 80%;
	margin: auto;
}

.news_img_60{
	width: 60%;
	margin: auto;
}

.news_img_40{
	width: 40%;
}

#wrapper{
	padding: 0 0 0%;
}

.link_icon{
	width: 10%;
}

.img_radius{
	border-radius: 16px;
}

.img_radius2{
	border-radius: 24px;
}

.text_under_dashed{
	font-size: 1em;
	letter-spacing: -0.05em;
	line-height: 2em;
	border-bottom: dashed 1px #e0896c;
}

.more_bt_style1{
	width: 46%;
	margin: auto;
}

.more_bt_style2{
	width: 14%;
	margin: auto;
}

.comment_bt{
	width: 100%;
	border: 2px solid #e1b454;
	color: #e1b454;
	position: relative;
	border-radius: 30px;
	font-size: 1vw;
}

.comment_bt:hover{
	background-color: #e1b454;
	color: white;
}

.comment_top{
	width: 100%;
	vertical-align: top;
}

.comment_bottom{
	width: 100%;
	vertical-align: top;
}

.comment_bottom img{
	vertical-align: top;
}

.comment_center{
	width: 80%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/comment_frame_center.png");
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 0 10%;
}

.comment_top_wrapper{
	width: 100%;
	letter-spacing: -1em;
}

.comment_top_icon{
	width: 20%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

.comment_top_text{
	width: 75%;
	padding-left: 5%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.4em;
}

.comment_top_text_2{
	width: 80%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.8em;
}

.comment_top_text_style1{
	font-size: 3vw;
	
	color: #7d6a5d;
}

.comment_top_text_style2{
	font-size: 1.2vw;
}

.comment_top_text_style1_2{
	font-size: 2.4vw;
	color: #7d6a5d;
}

.comment_top_text_style2_2{
	font-size: 1vw;
}

.comment_text_wrapper{
	letter-spacing: normal;
	line-height: 1.6em;
	color: #7d6a5d;
	padding-top: 3%;
}

#comment_wrapper{
	width: 100%;
	margin: auto;
}

.comment_hide{
	display: none;
	position: relative;
	z-index: 99;

}

@media screen and (max-width: 699px){

	.news_img_80{
		width: 100%;
		margin: auto;
	}

	.news_img_60{
		width: 100%;
		margin: auto;
	}

	.more_bt_style2{
		width: 50%;
		margin: auto;
	}
	.comment_bt{
		width: 100%;
		border: 2px solid #e1b454;
		color: #e1b454;
		position: relative;
		border-radius: 30px;
		font-size: 3vw;
	}
	.comment_top_icon{
		width: 30%;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.comment_top_text{
		width: 65%;
		padding-left: 5%;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
		line-height: 1em;
	}

	.comment_top_text_style1{
		font-size: 6vw;

		color: #7d6a5d;
	}

	.comment_top_text_style2{
		font-size: 3vw;
	}
	
	.comment_top_text_style1_2{
		font-size: 7vw;

		color: #7d6a5d;
	}

	.comment_top_text_style2_2{
		font-size: 4vw;
	}
	.comment_text_wrapper{
		letter-spacing: normal;
		line-height: 1.6em;
		font-size: 4vw;
		color: #7d6a5d;
		padding-top: 4%;
	}
}

/* PC_MENU_setting
================================================== */

.pc_menu_wrapper{
	width: 10%;
	position: fixed;
	z-index: 99;
	top: 2%;
	left: 1%;
	opacity: 0;
}

.pc_menu_wrapper_contents{
	width: 10%;
	position: fixed;
	z-index: 99;
	top: 0%;
	left: 1%;
	opacity: 1;
}

.pc_menu_top_contents{
	width: 100%;
}

.pc_menu_center{
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/pc_menu_bg2.png");
	background-size: contain;
	text-align: center;
	padding: 4% 0 4%;
	line-height: 1.5em;
}

.pc_menu_text_style1{
	font-family: dalliance-roman, sans-serif;
	text-decoration: none;
	font-size: 1.2vw;
	line-height: 1.4em;
	color: #7d6a5d;
}

.pc_menu_text_style2{
	font-family: dalliance-roman, sans-serif;
	text-decoration: none;
	font-size: 1.2vw;
	line-height: 1.4em;
	color: #d8d2ce;
}

.humberger_menu_style2{
	font-family: dalliance-roman, sans-serif;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #d8d2ce;
}

@media screen and (max-width: 699px){
	.pc_menu_wrapper{
	display: none;
	}
	
	.pc_menu_wrapper_contents{
	display: none;
	}
	
}

/* side_scroll_setting
================================================== */

.side_scroll {
	display: flex;
	overflow-x: scroll;
	padding-bottom: 3%;
/*	-ms-overflow-style: none;
	scrollbar-width: none; */
	
}

.side_scroll::-webkit-scrollbar {
/*	display:none;*/
}

.side_scroll_top_world_style1{
	flex-shrink: 0;
	flex-basis: 34%;
	padding: 0 4%;
}

.side_scroll::-webkit-scrollbar {
	width: 6px;
}
.side_scroll::-webkit-scrollbar:horizontal {
	height: 6px;
}
.side_scroll::-webkit-scrollbar-track {
	background-color: #5e5046;
	border-left: solid 1px #5e5046;
}
.side_scroll::-webkit-scrollbar-thumb {
	background-color: #5e5046;
}
.side_scroll::-webkit-scrollbar-thumb:horizontal {
	background-color: #e4c460;
}

@media screen and (max-width: 699px){
	.side_scroll_top_world_style1{
		flex-shrink: 0;
		flex-basis: 48%;
		padding: 0 4%;
	}
}

/* TOP_CONTENTS_setting
================================================== */

#top_main_visual_box{
	position: relative;
	width: 100%;
	z-index: 0;
	opacity: 0;
	background: #0a0a1a;
}

#top_main_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	opacity: 0;
}

#top_main_image_2{
	position: relative;
	width: 100%;
	z-index: 0;
	opacity: 0;
}

.top_main_visual{
	width: 100%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
}

.top_main_logo{
	width: 34%;
	position: absolute;
	z-index: 2;
	left: 33%;
	top: 4%;
	opacity: 0;
}

.top_main_text_box{
	position: relative;
	margin-top: -1%;
	padding: 0 0 2%;
    z-index: 99;
}

.top_main_video_box{
	position: relative;
	width: 60%;
	margin: auto;
	padding-bottom: 20px;
	letter-spacing: -1em;
}

.top_main_video_box_style1{
	width: 31%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	color: #e0896c;
}

.top_main_video_box_style1 img{
	border-radius: 30px;
}

.top_main_image_change_bt{
	position: absolute;
	z-index: 99;
	width: 6%;
	right: 40px;
	top: 40px;
	cursor: pointer;
}

.top_main_image_change_bt:hover{
	opacity: 0.6;
}

.top_text_box_style1{
	text-align: center;
	color: #e0896c;
	font-weight: bold;
	font-size: 2.8em;
	padding: 0;
	position: relative;
	z-index: 2;
}

.top_text_box_style1_2{
	font-size: 0.7em;
	font-weight: bold;
}

.top_text_box_style2{
	text-align: center;
	color: #7d6a5d;
	font-size: 1.2em;
	
	line-height: 1em;
	position: relative;
	z-index: 2;
}

.top_banner_box{
	width: 90%;
	padding: 4% 0 0;
	margin: auto;
	letter-spacing: -1em;
	position: relative;
	z-index: 2;
}

.top_banner{
	width: 46%;
	padding: 0 2%;
	display: inline-block;
	letter-spacing: normal;
}



.top_banner :hover{
	opacity: 0.8;
}

.top_title_text_style1{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding: 2% 0 0;
}

.top_twiiter_news_wrapper{
	background-color: #823f49;
	padding: 4% 0 14%;
}

.top_twiiter_news_box{
	width: 60%;
	margin: 0% auto 0;
	letter-spacing: -1em;
}

.top_title_left_icon{
	width: 12%;
	display: table-cell;
	vertical-align: top;
}

.top_title_center_text{
	width: 76%;
	display: table-cell;
	margin: auto;
	text-align: center;
	font-size: 2.4em;
	vertical-align: top;
	color: #7d6a5d;
}

.top_title_right_icon{
	width: 12%;
	display: table-cell;
	vertical-align: top;
}

.top_twiiter_wrapper{
	width: 44%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_twiiter_bg.jpg");
	background-size: 5%;
	background-repeat: repeat;
	padding: 2%;
	margin-right: 2%;
	position: relative;
	z-index: 2;
	display: inline-block;
	letter-spacing: normal;
}

.top_twiiter_white_box{
	width: 100%;
	height: 590px;
	background-color: white;
}

.top_twitter_title{
	width: 70%;
	margin: auto;
	padding: 6% 0 0;
	display: table;
}

.top_twitter_text_style1{
	text-align: center;
	margin-top: -4%;
}

.top_twitter_text_style1 a{
	text-decoration: none;
	color: #7d6a5d;
	font-size: 0.8em;
}

.top_twitter_box{
	width: 90%;
	margin: 0 auto;
	padding: 2% 0 5%;
	overflow: auto;
	max-height: 440px;
}

.top_news_wrapper{
	width: 44%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_twiiter_bg.jpg");
	background-size: 5%;
	background-repeat: repeat;
	padding: 2%;
	margin-left: 2%;
	position: relative;
	z-index: 2;
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
}

.top_news_white_box{
	width: 100%;
	height: 590px;
	background-color: white;
	
}

.top_news_title{
	width: 70%;
	margin: auto;
	padding: 6% 0 0;
	display: table;
}

.top_news_box{
	width: 92%;
	height: 420px;
	margin: 0 auto 4%;
	padding: 1% 0 3%;
	letter-spacing: -1em;
	overflow: hidden;
	border-top: dashed 1px #7d6a5d;
}




.top_news_item_style1{
	width: 96%;
	margin: 0 auto;
	padding: 2% 0%;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
	vertical-align: top;
	border-bottom: dashed 1px #7d6a5d;
}

.top_news_item_style1:hover{
	opacity: 0.7;
}

.top_news_img_style1{
	padding-bottom: 4%;
}

.top_news_text_style1{
	font-size: 0.8em;
	color: #e0896c;
}

.top_news_text_style2{
	font-size: 0.8em;
	line-height: 1.8em;
	color: #7d6a5d;
}

.news_box_page .top_news_item_style1 .top_news_text_style1,
.news_box_page .top_news_item_style1 .top_news_text_style2{
	font-size: 1vw!important;
}


.top_intro_wrapper{
	background-color: #fae1c2;
	padding: 0% 0 0%;
	margin-top: 0%;
}

.top_intro_box{
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_intro_bg.jpg");
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 5% 0;
}

.top_intro_text_style1{
	text-align: center;
	font-size: 0.6em;
	color: white;
}

.top_intro_text_style2{
	text-align: center;
	font-size: 1em;
	padding: 1% 0;
	color: white;
}

.top_intro_title{
	padding:0% 0 0;
}

.top_intro_title_style1{
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	
}

.top_intro_title_style2{
	text-align: center;
	font-size: 3.4em;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.top_title_style2_under_icon{
	width: 1.5%;
	margin: auto;
}

.color_haizakura{color:#ee8c93;}
.color_karasuba{color:#9659a0;}
.color_gekka{color:#f9a900;}
.color_houkiboshi{color:#676bcc;}
.color_retzel{color:#bda766;}
.color_character{color:#7d6a5d;}
.color_haikagura{color:#c0c0c0;}

.top_character_wrapper{
	position: relative;
	margin-top: -14%;
}

.top_character_box_bg{
	background-image: none;
	background-size: contain;
	background-position: top center;
	background-repeat: repeat-y;
}

.top_character_title{
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_character_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 4% 0 4%;
}

.top_character_title_style1{
	text-align: center;
	font-size: 0.8em;
	color: #7d6a5d;
	margin-top: 8%;
}

.top_character_title_style2{
	text-align: center;
	font-size: 3.2em;
	color: #7d6a5d;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0em;
}



.top_character_box{
	width: 60%;
	margin: auto;
	padding-bottom: 2%;
	letter-spacing: -1em;
	text-align: center;
}

.top_character_text_title{
	border-bottom: dashed 2px #7d6a5d;
	margin-bottom: 3%;
	white-space: nowrap;
}

.top_character_text_style1{
	font-size: 2.2em;
}

.top_character_text_style2{
	font-size: 0.4em;
	vertical-align: middle;
	padding-left: 2%;
}
.top_character_text_style4{
	font-size: 1em;
	color: #7d6a5d;
}

.top_character_list{
	width: 46%;
	margin: auto;
	letter-spacing: -1em;
	padding: 0 2% 5%;
	display: inline-block;
	position: relative;
}

.top_character_style1{
	width: 44%;
	padding: 0 3%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: left;
}

.top_character_style2{
	width: 44%;
	padding: 0 3%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: left;
}

.top_character_space{
	width: 100%;
	height: 150px;
}

.top_world_wrapper{
	width: 100%;
	margin: -10% auto 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	padding: 3% 0 0%;
}

.top_world_box{
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #7d6a5d;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_world_bg_2.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 0 10%;
}

.top_world_icon{
	width: 36%;
	position: absolute;
	z-index: 3;
	margin:auto;
	top: 1%;
	left: 32%;
}

.top_world_title{

}

.top_world_title_style1{
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	margin-top: 5%;
}

.top_world_title_style2{
	text-align: center;
	font-size: 3.4em;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}


.top_world_history_wrapper{
	padding: 2% 0 4%;
}

.top_world_history_box{
	padding: 0 0;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/world_history_border.png");
	background-repeat: repeat-x;
	background-position: 0 11%;
}

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

.top_world_history_title{
	width: 12%;
	display: table;
	padding-left: 16%;
	padding-bottom: 1%;
}

.top_world_history_title_text{
	display: table-cell;
	font-size: 2em;
	color: white;
	vertical-align: middle;
}

.top_world_history_title_icon{
	width: 40%;
	display: table-cell;
	vertical-align: top;
}


.top_world_border{
	width: 100%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_world_bg2.png");
	background-size: 4%;
	background-repeat: repeat;
	background-position: bottom center;
	padding: 2% 0;
	position: relative;
	z-index: 2;
}

.top_world_border_2{
	width: 100%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_world_bg2.png");
	background-size: 4%;
	background-repeat: repeat-x;
	padding: 2% 0;
	position: relative;
	z-index: 2;
}

.top_world_text_style1{
	width: 6%;
	margin-bottom: 4%;
}

.top_world_text_style2{
	font-size: 1.6em;
	color: #e4c460;
}

.top_world_text_style3{
	font-size: 1em;
	color: #fff;
}

.top_staff_wrapper{
	position: relative;
	background: linear-gradient(to bottom, #ffeabf, #fff 40%, #fff 60%, #b8bfe1);
}

.top_staff_wrapper_bg{
	padding:0 0 10%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_staff_bg_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.top_staff_bg{
	position: absolute;
	top: -3%;
	z-index: 3;
	width: 40%;
	left: 30%;
}

.top_staff_title{
	padding: 5% 0 0%;
}



.top_staff_title_style1{
	text-align: center;
	font-size: 0.8em;
	color: #7d6a5d;
	margin-top: 1%;
}

.top_staff_title_style2{
	text-align: center;
	font-size: 3.4em;
	color: #7d6a5d;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}


.top_staff_text_box{
	position: relative;
	z-index: 3;
	width: 70%;
	margin: auto;
	padding: 4% 0 2%;
	letter-spacing: -1em;
	text-align: center;
}

.top_staff_text_box2{
	position: relative;
	z-index: 3;
	width: 50%;
	margin: auto;
	padding: 4% 0 2%;
	letter-spacing: -1em;
	text-align: center;
}

.top_staff_text_style1{
	width: 23%;
	padding: 0 1% 6%;
	display: inline-block;
	text-align: center;
	color: #7d6a5d;
	letter-spacing: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	vertical-align: top;
}

.top_staff_text_style1_2{
	width: 23%;
	padding: 0 1% 0%;
	display: inline-block;
	text-align: center;
	color: #7d6a5d;
	letter-spacing: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	vertical-align: top;
}

.top_staff_text_style2{
	width: 48%;
	padding: 0 1% 6%;
	display: inline-block;
	text-align: center;
	color: #7d6a5d;
	letter-spacing: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	vertical-align: top;
}

.top_staff_text_style3{
	font-size: 0.6em;
}

.top_staff_text_style4{
	width: 31%;
	padding: 0 1% 6%;
	display: inline-block;
	text-align: center;
	color: #7d6a5d;
	letter-spacing: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	vertical-align: top;
}

.top_staff_text_orange{
	font-size: 0.6em;
	color: #e1b454;
}

.top_link_banner_wrapper{
	width: 70%;
	padding: 1% 0 0;
	margin: auto;
	letter-spacing: -1em;
	text-align: center;
}

.top_link_banner_box{
	width: 14%;
	padding: 0 1%;
	margin: 2% 0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
.top_link_banner_box img{
	max-height: 60px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.top_link_banner_box:hover{
	opacity: 0.8;
}

.top_main_fanbox{
	width: 40%;
	margin: auto;
	position: relative;
	text-align: center;
	color: #e0896c;
}

.top_main_fanbox img{
	border-radius: 50px;
}

.top_main_fanbox:hover{
	opacity: 0.8!important;
}


.gallery_arrow_left{
	width: 2%;
	position: absolute;
	top:30%;
	left: -4%;
	z-index: 90;
	cursor: pointer;
}

.gallery_arrow_right{
	width: 2%;
	position: absolute;
	top:30%;
	right: -4%;
	z-index: 90;
	cursor: pointer;
}

@media screen and (max-width: 699px){
	#top_main_visual_box{
		position: relative;
		width: 100%;
		z-index: 0;
	}

	#top_main_image{
		position: relative;
		width: 100%;
		z-index: 0;
	}

	#top_main_image_2{
		position: relative;
		width: 100%;
		z-index: 0;
	}

	.top_main_fanbox{
		width: 90%;
		margin: auto;
		position: relative;
		text-align: center;
		color: #e0896c;
	}

	.top_main_fanbox img{
		border-radius: 30px;
	}

	.top_main_visual{
		position: absolute;
		z-index: 1;
	}

	.top_main_logo{
		width: 70%;
		position: absolute;
		z-index: 2;
		left: 15%;
		top: 3%;
	}

	.top_main_video_box{
		position: relative;
		width: 90%;
		margin: auto;
		padding-bottom: 20px;
		letter-spacing: -1em;
	}

	.top_main_video_box_style1{
		width: 46%;
		padding: 2%;
		display: inline-block;
		letter-spacing: normal;
	}

	.top_main_video_box_style1 img{
		border-radius: 20px;
	}

	.top_main_text_box{
		position: relative;
		margin-top: -6%;
		padding: 0 0 4%;
	}

	.top_text_box_style1{
		text-align: center;
		color: #e0896c;
		font-weight: bold;
		font-size: 6.4vw;
		padding: 0% 0 0;
		position: relative;
		z-index: 2;
	}

	.top_text_box_style2{
		text-align: center;
		color: #7d6a5d;
		font-size: 0.8em;
		letter-spacing: -0.05em;
		line-height: 2.2em;
		position: relative;
		z-index: 2;
	}

	.top_banner_box{
		width: 90%;
		padding: 4% 0 0;
		margin: auto;
		letter-spacing: -1em;
		position: relative;
		z-index: 2;
	}

	.top_banner{
		width: 46%;
		padding: 0 2%;
		display: inline-block;
		letter-spacing: normal;
	}



	.top_banner :hover{
		opacity: 0.8;
	}

	.top_title_text_style1{
		text-align: center;
		font-size: 2em;
		font-weight: bold;
		padding: 2% 0 0;
	}

	.top_twiiter_wrapper{
		width: 90%;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_twiiter_bg.jpg");
		background-size: 5%;
		background-repeat: repeat;
		margin-top: 10%;
		margin-right: 0%;
		padding: 5%;
		position: relative;
		z-index: 2;
		display: block;
		

	}

	.top_twiiter_white_box{
		width: 100%;
		height: auto;
		background-color: white;
	}

	.top_twitter_title{
		width: 70%;
		margin: auto;
		padding: 6% 0 0;
	}

	.top_twitter_text_style1{
		text-align: center;
	}

	.top_twitter_text_style1 a{
		text-decoration: none;
		color: #7d6a5d;
		font-size: 0.8em;
	}

	.top_twitter_box{
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}

	.top_twiiter_news_box{
		width: 100%;
		margin: 0% auto 0;
		letter-spacing: -1em;
	}

	.top_twiiter_news_wrapper{
		background-color: #823f49;
		padding: 4% 0 14%;
	}

	.top_news_wrapper{
		width: 90%;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_twiiter_bg.jpg");
		background-size: 5%;
		background-repeat: repeat;
		margin-top: 5%;
		margin-left: 0%;
		padding: 5%;
		position: relative;
		z-index: 2;
	}

	.top_news_white_box{
		width: 100%;
		height: auto;
		background-color: white;
		padding-bottom: 6%;
	}

	.top_news_title{
		width: 70%;
		margin: auto;
		padding: 6% 0 0;
	}

	.top_news_box{
		width: 92%;
		height: auto;
		margin: auto;
		padding: 6% 0 5%;
		letter-spacing: -1em;
	}

	.top_news_item_style1{
		width: 100%;
		margin: 0 auto;
		letter-spacing: normal;
		display: inline-block;
	}

	.news_box_page .top_news_item_style1{
		width: 100%!important;
		margin: 0 0% 4%;
		letter-spacing: normal;
		display: block!important;
	}

	.top_news_img_style1{
		padding-bottom: 4%;
	}

	.top_news_text_style1{
		font-size: 0.6em;
		color: #e0896c;
	}

	.top_news_text_style2{
		font-size: 0.6em;
		color: #7d6a5d;
	}


	.top_title_style2_under_icon{
		width: 6%;
		margin: auto;
		vertical-align: top;
	}

	.top_intro_wrapper{
		background-color: #fae1c2;
		padding: 0% 0 0%;
		margin-top: 0%;
	}

	.top_intro_title_style1{
		text-align: center;
		font-size: 0.8em;
		color: #fff;
		
	}

	.top_intro_title_style2{
		text-align: center;
		font-size: 2em;
		color: #fff;
		line-height: 1em;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	.top_intro_box{
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_intro_bg.jpg");
		background-size: 220%;
		background-position: center center;
		width: 100%;
		padding: 12% 0 12%;
	}

	.top_intro_text_style1{
		text-align: center;
		font-size: 0.6em;
		color: white;
	}

	.top_intro_text_style2{
		text-align: center;
		font-size: 0.8em;
		line-height: 2em;
		padding: 5% 0;
		color: white;
	}

	.top_intro_title{

	}

	.top_character_wrapper{
		position: relative;
		margin-top: -45%;
	}

	.top_character_box{
		width: 90%;
		margin: auto;
		padding-bottom: 2%;
		letter-spacing: -1em;
		text-align: center;
	}

	.top_character_title{
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_character_bg_sp.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 36% 0 4%;
	}

	.top_character_box_bg{
		background-image: none;
		background-size: contain;
		background-position: top center;
		background-repeat: repeat-y;
	}

	.top_character_text_style1{
		font-size: 1.6em;
	}

	.top_character_text_style2{
		font-size: 0.4em;
		vertical-align: middle;
		padding-left: 2%;
	}
	.top_character_text_style4{
		font-size: 0.8em;
		color: #7d6a5d;
	}

	.top_character_title_style1{
		text-align: center;
		font-size: 0.6em;
		color: #7d6a5d;
	}

	.top_character_title_style2{
		text-align: center;
		font-size: 2.8em;
		color: #7d6a5d;
		line-height: 1em;
		font-weight: bold;
		letter-spacing: 0em;
	}

	.top_character_list{
		width: 98%;
		margin: auto;
		letter-spacing: -1em;
		padding: 0 0 8%;
	}

	.top_character_style1{
		width: 44%;
		padding: 0 3%;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
	}

	.top_character_style2{
		width: 44%;
		padding: 0 3%;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
	}

	.top_world_box{
		width: 100%;
		margin: auto;
		overflow: hidden;
		position: relative;
		z-index: 2;
		background-color: #7d6a5d;
		padding: 0 0 10%;
	}

	.top_world_title{

	}

	.top_world_title_style1{
		text-align: center;
		font-size: 0.6em;
		color: #fff;
		padding-bottom: 4%;
		
	}

	.top_world_title_style2{
		text-align: center;
		font-size: 2.2em;
		color: #fff;
		line-height: 0.4em;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	.top_world_border{
		width: 100%;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_world_bg2.png");
		background-size: 10%;
		background-repeat: repeat;
		padding: 5% 0;
		position: relative;
		z-index: 2;
	}

	.top_world_icon{
		width: 90%;
		position: absolute;
		z-index: 3;
		margin:auto;
		top: 0%;
		left: 5%;
	}

	.top_world_history_title{
		width: 46%;
		display: table;
		padding-left: 4%;
		padding-bottom: 1%;
	}

	.top_world_history_wrapper{
		padding: 2% 0 4%;
	}

	.top_world_history_box{
		padding: 0 0;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/world_history_border.png");
		background-repeat: repeat-x;
		background-position: 0 10%;
	}

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

	.top_world_text_style1{
		width: 12%;
		margin-bottom: 6%;
	}

	.top_world_text_style2{
		font-size: 1.2em;
		color: #e4c460;
	}

	.top_world_text_style3{
		font-size: 0.8em;
		color: #fff;
	}

	.top_staff_wrapper{
		position: relative;
		background: linear-gradient(to bottom, #ffeabf, #fff 40%, #fff 60%, #b8bfe1);
	}

	.top_staff_wrapper_bg{
		padding:0 0 20%;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_staff_bg_sp_bottom.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom center;
	}

	.top_staff_bg{
		position: absolute;
		top: -3%;
		z-index: 3;
		width: 100%;
		left: 0%;
	}

	.top_staff_title{
		padding: 10% 0 0%;
	}

	.top_staff_title_style1{
		text-align: center;
		font-size: 0.6em;
		color: #7d6a5d;
	}

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

	.top_staff_text_box{
		position: relative;
		z-index: 3;
		width: 90%;
		margin: auto;
		padding: 10% 0 2%;
		letter-spacing: -1em;
	}

	.top_staff_text_style1{
		width: 40%;
		padding: 0 5% 4%;
		display: inline-block;
		text-align: center;
		color: #7d6a5d;
		letter-spacing: normal;
		font-size: 1.2em;
	}

	.top_staff_text_style1_2{
		width: 40%;
		padding: 0 5% 0%;
		display: inline-block;
		text-align: center;
		color: #7d6a5d;
		letter-spacing: normal;
		font-size: 1.2em;
	}

	.top_staff_text_style2{
		width: 90%;
		padding: 0 5% 4%;
		display: inline-block;
		text-align: center;
		color: #7d6a5d;
		letter-spacing: normal;
		font-size: 1.2em;
	}

	.top_staff_text_style4{
		width: 31%;
		padding: 0 1% 6%;
		display: inline-block;
		text-align: center;
		color: #7d6a5d;
		letter-spacing: normal;
		font-size: 1.2em;
		line-height: 1.2em;
		vertical-align: top;
	}

	.top_staff_text_orange{
		font-size: 0.6em;
		color: #e1b454;
	}

	.top_link_banner_wrapper{
		width: 90%;
		padding: 6% 0 10%;
		margin: auto;
		letter-spacing: -1em;
	}

	.top_link_banner_box{
		width: 46%;
		padding: 0 2%;
		margin: 2% 0;
		display: inline-block;
		letter-spacing: normal;
	}

	.gallery_arrow_left{
		width: 3%;
		position: absolute;
		top:25%;
		left: -4%;
		z-index: 90;
	}

	.gallery_arrow_right{
		width: 3%;
		position: absolute;
		top:25%;
		right: -4%;
		z-index: 90;
	}
	
	.top_staff_text_box2{
		position: relative;
		z-index: 3;
		width: 90%;
		margin: auto;
		padding: 4% 0 2%;
		letter-spacing: -1em;
		text-align: center;
	}

	.news_box_page .top_news_item_style1 .top_news_text_style1,
	.news_box_page .top_news_item_style1 .top_news_text_style2{
		font-size: 4vw!important;
	}

	.top_main_image_change_bt{
		position: absolute;
		z-index: 99;
		width: 12%;
		left: 2%;
		top: 2%;
		cursor: pointer;
	}

}

/* CHARACTER_CONTENTS_setting
================================================== */

.character_wrapper{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_bg_style1.jpg");
	background-repeat: repeat;
	padding: 2% 0 2%;
	
}

.character_title{
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_bg_style2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	padding: 8% 0 0%;
	position: relative;
	z-index: 2;
}

.character_title_box{
	position: relative;
	z-index: 3;
	margin-top: -5%;
}

.character_title_style1{
	text-align: center;
	font-size: 0.7vw;
	color: #7d6a5d;
	
}

.character_title_style2{
	text-align: center;
	font-size: 3.4vw;
	color: #7d6a5d;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.title_style2_under_icon{
	width: 1.5%;
	margin: auto;
	min-width: 24px;
}

.character_white_box{
	width: 100%;
	background-color: white;
	position: relative;
	z-index: 2;
	margin-top: 0%;
	padding: 2% 0 0;
	min-height: 100vh;
}

.character_box{
	width: 70%;
	margin: auto;
	padding: 0 0 4% 0;
}

.character_icon_list_box{
	width: 54%;
	margin: 4% auto 0;
	letter-spacing: -1em;
	text-align: center;
}

.character_icon{
	width: 12%;
	padding: 0 2% 2%;
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	vertical-align: top;
}

.character_icon:hover{
	opacity: 0.8;
}

.character_icon_text{
	text-align: center;
	font-size: 0.8vw;
	padding: 2% 0;
	color: #7d6a5d;
}

.character_change_wrapper{
	width: 90%;
	margin: auto;
	padding-top: 0%;
	letter-spacing: -1em;
}

.character_change_box_style1{
	width: 50%;
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.character_change_box_style2{
	width: 50%;
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.character_img{
	width: 80%;
	margin-left: 20%;
}

.character_change_bt{
	width: 16%;
	position: absolute;
	z-index: 3;
	top: 0%;
	left: 5%;
	cursor: pointer;
}

.character_change_bt:hover{
	opacity: 0.8;
}

.character_change_box_text_style1{
	font-size: 3em;
	line-height: 1.6em;
	border-bottom: dashed 2px #7d6a5d;
	margin-bottom: 2%;
}

.character_change_box_text_style2{
	font-size: 0.4em;
	vertical-align: middle;
}

.charactger_change_box_text_style3{
	font-size: 1em;
}

.character_change_box_text_style4{
	color:#7d6a5d;
}

.character_change_box_cv_illust{
	width: 90%;
	
	letter-spacing: -1em;
}

.character_change_box_text_cv{
	width: 45%;
	letter-spacing: normal;
	padding: 0 5% 0 0;
	display: inline-block;
	text-align: center;
	font-size: 2.2em;
	line-height: 1em;
	color: #7d6a5d;
	vertical-align: top;
}

.character_change_box_text_cv span{
	font-size: 0.5em;
	color: #e1b454;
}

.character_change_box_text_illust{
	width: 45%;
	letter-spacing: normal;
	padding: 0 0 0 5%;
	display: inline-block;
	text-align: center;
	font-size: 2.2em;
	line-height: 1em;
	color: #7d6a5d;
	vertical-align: top;
}

.character_change_box_text_illust span{
	font-size: 0.5em;
	color: #e1b454;
}

.character_change_box_illust_link{
	width: 70%;
	margin: auto;
	left: 15%;
	border-top: 2px solid #823f49;
	border-bottom: 2px solid #823f49;
	text-align: center;
	font-size: 1.2em;
	color: #7d6a5d;
	letter-spacing: normal;
	position: relative;
}

.character_change_box_illust_link:hover{
	opacity: 0.8;
}

.character_qa_border{
	width: 100%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_qa_border.png");
	background-size: 4%;
	background-repeat: repeat;
	background-position: bottom center;
	padding: 2% 0;
	position: relative;
	z-index: 2;
}

.character_qa_wrapper{
	width: 100%;
	background-color: #823f49;
}

.character_qa_box{
	width: 70%;
	margin: auto;
	padding: 3% 0 4%;
	position: relative;
}

.character_qa_title{
	width: 46%;
	margin: 0 auto 3%;
}

.character_qa_q_icon{
	position: absolute;
	top: -50%;
	width: 5%;
	left: 47.5%;
}

.character_qa_title_text{
	width: 70%;
	margin: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: white;
	text-align: center;
	font-size: 2vw;
	position: relative;
}

.character_qa_title_text span{
	vertical-align: middle;
}

.character_qa_a_table_box{
	width: 80%;
	margin: 4% auto 0;
	letter-spacing: -1em;
}

.character_qa_a_img{
	width: 40%;
	padding: 0 2% 0 0;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

.character_qa_a_text{
	width: 56%;
	padding: 0 0 0 2%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.character_qa_a_chara_icon{
	width: 14%;
	margin: auto;
}

.character_qa_a_chara_text{
	background-color: white;
	padding: 5% 3% 3% 3%;
	border-radius: 20px;
	font-size: 1em;
	line-height: 1.6em;
	color: #7d6a5d;
	margin-top: -2%;
}

.character_qa_a_chara_a_icon{
	width: 7%;
	position: absolute;
	top: 2%;
	left: 36%;
}

.character_link_box{
	width: 100%;
	margin: auto;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_bg_style3.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	letter-spacing: -1em;
}

.character_link_box_contents{
	width: 24%;
	padding: 1% 4% 3%;
	margin: auto;
}

.character_link_box_left{
	width: 49%;
	display: inline-block;
	position: relative;
	border-right: 1px solid #7d6a5d;
}

.character_link_box_left:hover{
	opacity: 0.8;
}

.character_link_box_right{
	width: 49%;
	display: inline-block;
	position: relative;
	
}

.character_link_box_right:hover{
	opacity: 0.8;
}

.character_link_box_icon{
	width: 46%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

.character_link_box_text_1{
	width: 40%;
	padding: 0 8% 0 2%;
	display: inline-block;
	letter-spacing: normal;
	text-align: right;
	font-size: 1.4em;
	vertical-align: middle;
	color: #7d6a5d;
}

.character_link_box_text_2{
	width: 40%;
	padding: 0 2% 0 8%;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	font-size: 1.4em;
	vertical-align: middle;
	color: #7d6a5d;
}

@media screen and (max-width: 699px){

	.character_wrapper{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_bg_style1.jpg");
		background-repeat: repeat;
		background-size: 22%;
		padding: 2% 0 0;
		margin-top: -4%;
		position: relative;
		z-index: 1;
	}

	.character_title{
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_bg_style2.png");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center bottom;
		margin-top: 4%;
		width: 100%;
		padding: 24% 0 0%;
		position: relative;
		z-index: 2;
	}

	.character_title_box{
		position: relative;
		z-index: 3;
		margin-top: -10%;
	}


	.character_title_style1{
		text-align: center;
		font-size: 0.8em;
		color: #7d6a5d;
		padding-top: 0%;
		margin-top: -10%;
	}

	.character_title_style2{
		text-align: center;
		font-size: 3.4em;
		color: #7d6a5d;
		line-height: 1em;
		font-weight: bold;
		letter-spacing: 0em;
	}

	.title_style2_under_icon{
		width: 1.5%;
		margin: auto;
		min-width: 24px;
	}

	.character_white_box{
		width: 100%;
		background-color: white;
		position: relative;
		z-index: 2;
		margin-top: -1%;
		padding: 6% 0 0;
	}

	.character_box{
		width: 90%;
		margin: auto;
		padding: 3% 0 6% 0;
	}

	.character_icon_list_box{
		width: 100%;
		margin: 5% auto 0;
		letter-spacing: -1em;
	}

	.character_icon{
		width: 14%;
		padding: 0 3%;
		display: inline-block;
		position: relative;
		letter-spacing: normal;
		vertical-align: top;
	}

	.character_icon:hover{
		opacity: 0.8;
	}

	.character_icon_text{
		text-align: center;
		font-size: 2.4vw;
		padding: 2% 0;
		color: #7d6a5d;
	}

	.character_change_wrapper{
		width: 100%;
		margin: auto;
		padding-top: 3%;
		letter-spacing: -1em;
	}

	.character_change_box_style1{
		width: 40%;
		position: relative;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
	}

	.character_change_box_style2{
		width: 60%;
		position: relative;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
	}

	.character_img{
		width: 100%;
		margin-left: 0%;
	}

	.character_change_bt{
		width: 24%;
		position: absolute;
		bottom: 0%;
		left: 5%;
		cursor: pointer;
	}

	.character_change_box_text_style1{
		font-size: 1.6em;
		line-height: 1.6em;
		border-bottom: dashed 1px #7d6a5d;
		margin-bottom: 2%;
	}

	.character_change_box_text_style2{
		font-size: 0.4em;
		vertical-align: middle;
	}

	.charactger_change_box_text_style3{
		font-size: 0.8em;
		line-height: 1.6em;
	}

	.character_change_box_text_style4{
		color:#7d6a5d;
		font-size: 0.8em;
	}

	.character_change_box_cv_illust{
		width: 80%;
		margin: auto;
		padding: 4% 0 0;
		letter-spacing: -1em;
	}

	.character_change_box_text_cv{
		width: 45%;
		letter-spacing: normal;
		padding: 0 5% 0 0;
		display: inline-block;
		text-align: center;
		font-size: 6vw;
		line-height: 1em;
		color: #7d6a5d;
		vertical-align: top;
		position: relative;
	}

	.character_change_box_text_cv span{
		font-size: 3vw;
		color: #e1b454;
	}

	.character_change_box_text_illust{
		width: 45%;
		letter-spacing: normal;
		padding: 0 0 0 5%;
		display: inline-block;
		text-align: center;
		font-size: 6vw;
		line-height: 1em;
		color: #7d6a5d;
		vertical-align: top;
		position: relative;
	}

	.character_change_box_text_illust span{
		font-size: 3vw;
		color: #e1b454;
	}

	.character_change_box_illust_link{
		width: 70%;
		left: 0;
		margin: auto;
		border-top: 2px solid #823f49;
		border-bottom: 2px solid #823f49;
		text-align: center;
		font-size: 4vw;
		color: #7d6a5d;
		letter-spacing: normal;
		position: relative;
	}

	.character_change_box_illust_link:hover{
		opacity: 0.8;
	}

	.character_qa_border{
		width: 100%;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_qa_border.png");
		background-size: 8%;
		background-repeat: repeat;
		background-position: bottom center;
		padding: 4% 0;
		position: relative;
		z-index: 2;
	}

	.character_qa_wrapper{
		width: 100%;
		background-color: #823f49;
	}

	.character_qa_box{
		width: 90%;
		margin: auto;
		padding: 3% 0 10%;
		position: relative;
	}

	.character_qa_title{
		width: 90%;
		margin: 8% auto 8%;
	}

	.character_qa_q_icon{
		position: absolute;
		top: -50%;
		width: 10%;
		left: 45%;
	}

	.character_qa_title_text{
		width: 100%;
		margin: auto;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		color: white;
		text-align: center;
		font-size: 4vw;
		padding: 2% 0;
		position: relative;
	}

	.character_qa_title_text span{
		vertical-align: middle;
	}


	.character_qa_a_table_box{
		width: 100%;
		margin: 4% auto 0;
		letter-spacing: -1em;
	}

	.character_qa_a_img{
		width: 86%;
		margin: auto;
		padding: 0 0% 6% 0 ;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}

	.character_qa_a_text{
		width: 100%;
		padding: 0 0 0 0%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
		position: relative;
	}

	.character_qa_a_chara_icon{
		width: 16%;
		margin: auto;
	}

	.character_qa_a_chara_text{
		background-color: white;
		padding: 7% 5% 5% 5%;
		border-radius: 20px;
		font-size: 1em;
		line-height: 1.6em;
		color: #7d6a5d;
		margin-top: -4%;
	}

	.character_qa_a_chara_a_icon{
		width: 10%;
		position: absolute;
		top: 0%;
		left: 28%;
	}

	.character_link_box{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 14%;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/character_bg_style3_sp.png");
		background-size: contain;
		background-position: center top;
		background-repeat: no-repeat;
		letter-spacing: -1em;
	}

	.character_link_box_contents{
		width: 66%;
		padding: 2% 4% 4%;
		margin: auto;
	}

	.character_link_box_left{
		width: 49%;
		display: inline-block;
		position: relative;
		border-right: 1px solid #7d6a5d;
	}

	.character_link_box_left:hover{
		opacity: 0.8;
	}

	.character_link_box_right{
		width: 49%;
		display: inline-block;
		position: relative;

	}

	.character_link_box_right:hover{
		opacity: 0.8;
	}

	.character_link_box_icon{
		width: 46%;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.character_link_box_text_1{
		width: 40%;
		padding: 0 8% 0 2%;
		display: inline-block;
		letter-spacing: normal;
		text-align: right;
		font-size: 4vw;
		vertical-align: middle;
		color: #7d6a5d;
	}

	.character_link_box_text_2{
		width: 40%;
		padding: 0 2% 0 8%;
		display: inline-block;
		letter-spacing: normal;
		text-align: left;
		font-size: 4vw;
		vertical-align: middle;
		color: #7d6a5d;
	}

}


/* STAFF_setting
================================================== */

.staff_wrapper{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/staff_bg_style1.jpg");
	background-repeat: no-repeat;
	background-color:#fff9be;
	padding: 2% 0 0%;
	
}

.staff_wrapper_border{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/staff_bg_style2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0 0 6%;
}

.staff_title{
	width: 100%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/staff_title_bg.jpg");
	background-repeat: repeat;
	margin: 2% 0 0;
}

.staff_title_img{
	width: 18%;
	margin: auto;
	padding: 1% 0;
}

@media screen and (max-width: 699px){

	.staff_wrapper{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/staff_bg_style1.jpg");
		background-size: 300%;
		background-position: center top;
		background-repeat: no-repeat;
		background-color:#fff9be;
		padding: 2% 0 0%;
		margin-top: -4%;
	}
	
	.staff_wrapper_border{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/staff_bg_style2.jpg");
		background-repeat: no-repeat;
		background-size: 300%;
		background-position: bottom center;
		padding: 0 0 20%;
	}
	
	.staff_title{
		width: 100%;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/staff_title_bg.jpg");
		background-size: 8%;
		background-repeat: repeat;
		margin: 2% 0 0;
	}

	.staff_title_img{
		width: 42%;
		margin: auto;
		padding: 4% 0;
	}

}

/* NEWS_setting
================================================== */

.news_wrapper{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style1.jpg");
	background-repeat: no-repeat;
	background-color:#b8c9e6;
	padding: 2% 0 0%;
	
}

.news_wrapper_border{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0 0 6%;
}

.news_box_wrapper{
	width: 50%;
	margin: 2% auto 4%;
	padding: 0 0 0% 0;
}

.news_text{
	padding-top: 2%;
	padding-bottom: 2%;
	line-height: 2em;
}

.news_title{
	font-size: 1.4em;
	color: #7d6a5d;
}

.news_data{
	font-size: 1em;
	color: #df886c;
	padding-bottom: 1%;
}

.news_box{
	width: 100%;
	border-bottom: 2px solid #7d6a5d;
	padding-bottom: 4%;
	margin-bottom: 4%;
}

.news_box_page{
	width: 100%;
	letter-spacing: -1em;
	padding-bottom: 60px;
}

.news_text_style1{
	padding: 1% 0;
	color: #7d6a5d;
}

.news_box_bt{
	width: 50%;
	margin: auto;
	border: 2px solid #e1b454;
	text-align: center;
	border-radius: 30px;
	position: relative;
	color: #e1b454;
	font-size: 1.6em;
}

.news_box_bt:hover{
	background-color: #e1b454;
	color: white;
}

.news_box_bt_style2{
	width: 100%;
	margin: auto;
	border: 2px solid #e1b454;
	text-align: center;
	border-radius: 30px;
	position: relative;
	color: #e1b454;
	font-size: 1.6em;
}

.news_box_bt_style2:hover{
	background-color: #e1b454;
	color: white;
}

@media screen and (max-width: 699px){

	.news_title{
		font-size: 1.2em;
		color: #7d6a5d;
	}

	.news_wrapper{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style1.jpg");
		background-size: 300%;
		background-position: right top;
		background-repeat: no-repeat;
		background-color:#b8c9e6;
		padding: 2% 0 0%;
		margin-top: -4%;
	}
	
	.news_wrapper_border{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style2.jpg");
		background-repeat: no-repeat;
		background-size: 300%;
		background-position: bottom right;
		padding: 0 0 20%;
	}

	.news_box{
		width: 100%;
		border-bottom: 2px solid #7d6a5d;
		padding-bottom: 4%;
		margin-bottom: 8%;
	}

	.news_box_wrapper{
		width: 86%;
		margin: 8% auto 0;
	}

	.news_box_bt{
		width: 80%;
		margin: auto;
		border: 2px solid #e1b454;
		text-align: center;
		border-radius: 30px;
		position: relative;
		color: #e1b454;
		font-size: 1.2em;
	}

	.news_box_bt:hover{
		background-color: #e1b454;
		color: white;
	}

	.news_box_bt_style2{
		width: 80%;
		margin: auto;
		border: 2px solid #e1b454;
		text-align: center;
		border-radius: 30px;
		position: relative;
		color: #e1b454;
		font-size: 1.2em;
	}

	.news_box_bt_style2:hover{
		background-color: #e1b454;
		color: white;
	}

}

/* NEWS_setting
================================================== */

.media_wrapper{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style1.jpg");
	background-repeat: no-repeat;
	background-color:#b8c9e6;
	padding: 2% 0 0%;
	
}

.media_wrapper_border{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0 0 6%;
}

.media_box_wrapper{
	width: 50%;
	margin: 2% auto 4%;
	padding: 0 0 0% 0;
}

.media_text{
	padding-top: 2%;
	padding-bottom: 2%;
	line-height: 2em;
}

.media_title{
	font-size: 1.4em;
	color: #7d6a5d;
}

.media_data{
	font-size: 1em;
	color: #df886c;
	padding-bottom: 1%;
}

.media_box{
	width: 100%;
	border-bottom: 2px solid #7d6a5d;
	padding-bottom: 4%;
	margin-bottom: 4%;
}

.media_box_page{
	width: 100%;
	letter-spacing: normal;
	padding-bottom: 8%;
}



.media_box_bt{
	width: 50%;
	margin: auto;
	border: 2px solid #e1b454;
	text-align: center;
	border-radius: 30px;
	position: relative;
	color: #e1b454;
	font-size: 1.6em;
}

.media_box_bt:hover{
	background-color: #e1b454;
	color: white;
}

.media_item_style1{
	padding:0 0 2% 0;
	margin: 0 0 4% 0;
	border-bottom: 1px solid #7d6a5d;
	position: relative;
}

.media_item_style1:hover{
	opacity: 0.7;
}

.media_text_style1{
	font-size: 1.2em;
	color: #e0896c;
}

.media_text_style2{
	font-size: 1.4em;
	line-height: 1.5em;
	color: #7d6a5d;
}

.media_text_style3{
	font-size: 1em;
	line-height: 1.5em;
	color: #7d6a5d;
	padding:20px 0 10px 0;
}

.media_img{
	width: 80%;
	
	letter-spacing: -1em;
	padding: 2% 0;
}

.media_img_1{
	width: 48%;
	padding: 0 1%;
	display: inline-block;
	letter-spacing: normal;
}

@media screen and (max-width: 699px){

	.media_title{
		font-size: 1.2em;
		color: #7d6a5d;
	}

	.media_wrapper{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style1.jpg");
		background-size: 300%;
		background-position: right top;
		background-repeat: no-repeat;
		background-color:#b8c9e6;
		padding: 2% 0 0%;
		margin-top: -4%;
	}
	
	.media_wrapper_border{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/news_bg_style2.jpg");
		background-repeat: no-repeat;
		background-size: 300%;
		background-position: bottom right;
		padding: 0 0 20%;
	}

	.media_box{
		width: 100%;
		border-bottom: 2px solid #7d6a5d;
		padding-bottom: 4%;
		margin-bottom: 8%;
	}

	.media_box_wrapper{
		width: 86%;
		margin: 8% auto 0;
	}

	.media_box_bt{
		width: 80%;
		margin: auto;
		border: 2px solid #e1b454;
		text-align: center;
		border-radius: 30px;
		position: relative;
		color: #e1b454;
		font-size: 1.2em;
	}

	.media_box_bt:hover{
		background-color: #e1b454;
		color: white;
	}

	.media_img{
		width: 100%;
		letter-spacing: -1em;
		padding: 2% 0;
	}

}

/* SPECIAL_setting
================================================== */

.special_box{
	width: 60%;
	margin: auto;
	padding: 3% 0;
}

.event_box{
	width: 60%;
	margin: auto;
	padding: 1% 0;
}

.event_img{
	padding-bottom: 3%;
}

.event_text_box{
	font-size: 1em;
	color: #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	width: 80%;
	margin: auto;
}

.event_text_box_table{
	display: table;
	width: 100%;
	padding-bottom: 4%;
}

.event_text_box_style1{
	width: 20%;
	padding-right: 5%;
	font-size: 1.2em;
	color: #ffa3b2;
	display: table-cell;
	text-align: left;
}

.event_text_box_style2{
	width: 75%;
	font-size: 1.2em;
	color: #7d6a5d;
	display: table-cell;
	text-align: left;
}

.event_artist_box{
	padding-bottom: 2%;
}

.event_artist_icon{
	width: 10%;
	display: inline-block;
	padding-right: 2%;
	vertical-align: middle;
}

.event_artist_text{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6em;
}

.event_title_style1{
	background-color: #7d6a5d;
	color: white;
	text-align: center;
	padding: 0.5% 1%;
	font-size: 1.2em;
	margin-bottom: 2%;
}

.event_image_wrapper{
	letter-spacing: -1em;
}

.event_image_box{
	width: 46%;
	margin: 2%;
	padding: 2%;
	display: inline-block;
	border: 1px solid #ffa3b2;
	box-sizing: border-box;
	letter-spacing: normal;
	vertical-align: top;
}

.event_image_title{	
	background-color: #ffa3b2;
	color: white;
	font-weight: bold;
	padding: 2%;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}

.special_title_style1{
	color: #7d6a5d;
	font-size: 1.8em;
	border-bottom: 1px solid #7d6a5d;
	margin-bottom: 3%;
}

.special_text_style1{
	color: #7d6a5d;
	font-size: 1em;
}

.special_text_style2{
	color: #e0896c;
	font-size: 1em;
}

.special_title_style2{
	color: #7d6a5d;
	font-size: 1.6em;
	border-top: 1px solid #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	margin: 3% 0;
}

.special_img_box_style1{
	width: 50%;
}

.special_img_box_style1_2{
	width: 30%;
	padding-right: 2%;
	padding-bottom: 2%;
	display: inline-block;
}

.special_img_box_style2{
	letter-spacing: -1em;
}

.special_img_style1{
	width: 29%;
	padding: 0 2% 3% 0;
	display: inline-block;
}

.special_contents_table_wrapper{
	width: 100%;
	letter-spacing: -1em;
}

.special_contents_table,.special_contents_column_table{
	width: 44%;
	padding: 2% 3%;
	letter-spacing: normal;
	position: relative;
	display: inline-block;
	transition: all 0.5s;
	text-align: center;
	vertical-align: top;
}

.special_contents_table p{
	padding-top: 2%;
	font-size: 1vw;
	color: #7d6a5d;
}

.special_contents_column_table p{
	padding-top: 1%;
	font-size: 0.8vw;
	color: #7d6a5d;
}

.special_contents_table img{
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}
.special_contents_table:hover{
	opacity: 0.7;
}

.special_contents_column_table:hover{
	opacity: 0.7;
}

.special_comment_box_wrapper{
	width: 100%;
	letter-spacing: -1em;
}

.special_comment_box{
	width: 44%;
	padding: 2% 3%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.special_comment_box2{
	width: 94%;
	padding: 2% 3%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.special_comment_title{
	font-size: 1.2vw;
	border-bottom:1px solid #7d6a5d;
	margin-bottom: 10px;
}

.special_comment_text{
	font-size: 0.8vw;
}

.special_contents_title{
	color: #7d6a5d;
	font-weight: bold;
	text-align: center;
	font-size: 3em;
}

.special_contents_title_style3{
	color: #7d6a5d;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
}

.special_contents_title_style2{
	color: #7d6a5d;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	line-height: 0.8em;
	border-top: 1px solid #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	padding: 2% 0 1% 0 ;
	margin: 0 0 2% 0;
}

.special_contents_title_style2 span{
	font-size: 0.5em;
}


@media screen and (max-width: 699px){

	.special_box{
		width: 90%;
		margin: auto;
		padding: 6% 0;
	}

	.event_box{
		width: 90%;
		margin: auto;
		padding: 6% 0;
	}

	.event_text_box{
		font-size: 1em;
		color: #7d6a5d;
		border-bottom: 1px solid #7d6a5d;
		width: 100%;
		padding: 0 0 4% 0;
		margin: auto auto 2% auto;
	}

	.event_text_box_style1{
		width: 100%;
		padding-right: 0%;
		font-size: 1em;
		color: #ffa3b2;
		display: block;
		text-align: left;
	}

	.event_text_box_style2{
		width: 100%;
		font-size: 1em;
		color: #7d6a5d;
		display: block;
		text-align: left;
	}

	.event_artist_box{
		padding-bottom: 2%;
	}

	.event_artist_icon{
		width: 20%;
		display: inline-block;
		padding-right: 2%;
		vertical-align: middle;
	}

	.event_artist_text{
		display: inline-block;
		vertical-align: middle;
		font-size: 1em;
	}


	.special_contents_title_style2{
		color: #7d6a5d;
		font-weight: bold;
		text-align: center;
		font-size: 1em;
		line-height: 1em;
		border-top: 1px solid #7d6a5d;
		border-bottom: 1px solid #7d6a5d;
		padding: 4% 0 3% 0 ;
		margin: 0 0 2% 0;
	}

	.special_contents_title_style3{
		color: #7d6a5d;
		font-weight: bold;
		text-align: center;
		font-size: 1.4em;
	}

	.special_contents_title_style2 span{
		font-size: 0.8em;
	}

	.special_title_style1{
		color: #7d6a5d;
		font-size: 1.4em;
		line-height: 1.6em;
		padding-bottom: 3%;
		border-bottom: 1px solid #7d6a5d;
		margin-bottom: 6%;
	}

	.special_text_style1{
		color: #7d6a5d;
		font-size: 1em;
		line-height: 1.8em;
	}

	.special_text_style2{
		color: #e0896c;
		font-size: 0.8em;
		line-height: 1.6em;
	}

	.special_title_style2{
		color: #7d6a5d;
		font-size: 1.2em;
		line-height: 1.6em;
		border-top: 1px solid #7d6a5d;
		border-bottom: 1px solid #7d6a5d;
		padding: 2% 0;
		margin: 6% 0;
	}

	.special_img_box_style1{
		width: 100%;
	}

	.special_img_box_style1_2{
		width: 100%;
		padding-bottom: 8%;
	}


	.special_contents_title{
		color: #7d6a5d;
		font-weight: bold;
		text-align: center;
		font-size: 2em;
	}

	.special_comment_box{
		width: 100%;
		padding: 0% 0 8%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}

	.special_comment_box2{
		width: 100%;
		padding: 0% 0 8%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}
	
	.special_comment_title{
		font-size: 1.2em;
		border-bottom:1px solid #7d6a5d;
		margin-bottom: 10px;
	}

	.special_comment_text{
		font-size: 1em;
	}

	.special_contents_table{
		width: 100%;
		padding: 0% 0% 8%;
		letter-spacing: normal;
		position: relative;
		display: block;
		transition: all 0.5s;
		text-align: center;
	}

	.special_contents_table p{
		padding-top: 2%;
		font-size: 1.2em;
	}

	.special_contents_column_table{
		width: 100%;
		padding: 0% 0% 8%;
		letter-spacing: normal;
		position: relative;
		display: block;
		transition: all 0.5s;
		text-align: center;
	}

	.special_contents_column_table p{
		padding-top: 2%;
		font-size: 1.2em;
	}

	.event_image_box{
		width: 98%;
		margin: 2%;
		padding: 2%;
		display: block;
		border: 1px solid #ffa3b2;
		box-sizing: border-box;
		letter-spacing: normal;
		vertical-align: top;
	}

	.event_image_title{	
		background-color: #ffa3b2;
		color: white;
		font-weight: bold;
		padding: 2%;
		font-size: 1em;
		line-height: 1.6em;
		text-align: left;
	}

}

/* Music_setting
================================================== */


#MUSIC:link {
color:#ffa3b2;
}


#MUSIC:visited {
color:#82dfda;
}

#MUSIC2:link {
color:#f9e3e6;
}


#MUSIC2:visited {
color:#e1fffe;
}

.music_box_wrapper{
	width: 100%;
/*	border-top: dashed 1px #7d6a5d; */
	padding: 30px 0;
	letter-spacing: -1em;
	color: #7d6a5d;
}


.music_box_1{
	width: 46%;
	padding: 0 2%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.music_box_2{
	width: 46%;
	padding: 0 2%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	line-height: 2.4em;
}

.music_text_style1{
	font-size: 1.2em;
	font-weight: bold;
}

.music_text_title_style1{
	margin: 0 0 14px 0;
}

.music_text_title_style1 span{
	background-color: #7d6a5d;
	padding: 2% 2% 1.8% 2%;
	color: white;
}

.music_title_style2{
	color: #7d6a5d;
	font-size: 1.8em;
	line-height: 1.2em;
	border-top: 1px solid #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	margin: 3% 0;
	padding: 1% 0;
	text-align: center;
}

.music_table_style1{
	width: 14%;
	color: #7d6a5d;
}

.music_table_style1-2{
	width: 14%;
	background-color:#7d6a5d;
	color: white;
	padding: 1%;
}

.music_table_style2{
	width: 40%;
	background-color:#7d6a5d;
	padding: 1%;
	text-align: center;
	color: white;
}

.music_table_style2-2{
	border: solid 1px #7d6a5d;
	padding: 1%;
	text-align: center;
	color: #7d6a5d;
}

.music_table_style3{
	border: solid 1px #7d6a5d;
	text-align: center;
	line-height: 1.4em;
	padding: 1%;
	color: #7d6a5d;
}

.music_special_wrapper{
	width: 100%;
	letter-spacing: -1em;
	display: table;
	margin-bottom: 30px;
}

.music_special_box_table{
	width: 100%;
	display: table;
}

.music_special_box_1{
	letter-spacing: normal;
	background-color: #7d6a5d;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	width: 32%;
	padding: 1% 2%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.music_special_box_1_2{
	letter-spacing: normal;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
	padding: 2% 0%;
	display: block;
	text-align: center;
	color: #7d6a5d;
	vertical-align: middle;
}

.music_special_box_2{
	width: 60%;
	padding: 0 2%;
	color: #7d6a5d;
	display: table-cell;
	letter-spacing: normal;
	vertical-align: middle;
}

.music_table_box_1{
	display: table;
	border-collapse:separate;
	border-spacing:10px;
}

.music_table_row_box_1{
	display: table-row;
}

.music_table_cell_box_1{
	display: table-cell;
	width: 18%;
	padding: 1%;
}

.music_table_cell_box_2{
	display: table-cell;
	width: 38%;
	padding: 1%;
}

.music_table_text_style1{
	background-color: #7d6a5d;
	text-align: center;
	color: white;
}

.music_table_text_style2{
	background-color: #7d6a5d;
	text-align: left;
	color: white;
}

.music_table_text_style3{
	border: 1px solid #7d6a5d;
	text-align: center;
	vertical-align: middle;
}

.music_table_img{
	padding-bottom: 10px;
	margin: auto;
}

.music_table_img_50{
	width: 48%;
	padding-bottom: 10px;
	margin: auto;
}

.music_special_wrapper_box{
	width: 100%;
	letter-spacing: -1em;
	vertical-align: middle;
}

.music_special_wrapper_2{
	width: 38%;
	padding: 1%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

.music_special_wrapper{
	width: 58%;
	padding: 1%;
	letter-spacing: -1em;
	display: inline-block;
	vertical-align: middle;
}

.music_special_wrapper_3{
	width: 100%;
	letter-spacing: -1em;
	display: table;
	margin-bottom: 30px;
}

.music_special_wrapper_text_box{
	letter-spacing: normal;
	color: #7d6a5d;
}

.music_table_img_style1{
	width: 15%;
	padding: 1%;
	text-align: center;
	border: 1px solid #7d6a5d;
	vertical-align: top;
}

.music_table_img_style1 img{
	vertical-align: top;
}

.music_table_text_box1{
	width: 35%;
	text-align: center;
	border: 1px solid #7d6a5d;
}

@media screen and (max-width: 699px){

	.music_box_1{
		width: 100%;
		padding: 0 0 20px;
		display: block;
		vertical-align: top;
		letter-spacing: normal;
	}

	.music_box_2{
		width: 100%;
		padding: 0;
		display: block;
		vertical-align: top;
		letter-spacing: normal;
		line-height: 2.4em;
	}

	.music_text_style1{
		font-size: 1em;
		font-weight: bold;
	}
	
	.music_title_style2{
		color: #7d6a5d;
		font-size: 1.2em;
		border-top: 1px solid #7d6a5d;
		border-bottom: 1px solid #7d6a5d;
		margin: 6% 0 6%;
		text-align: center;
	}

	.music_table_style1{
		width: 30%;
		color: #7d6a5d;
		font-size: 0.8em;
	}

	.music_table_style1-2{
		width: 30%;
		background-color:#7d6a5d;
		color: white;
		padding: 1%;
		font-size: 0.8em;
	}

	.music_table_style2{
		width: 35%;
		background-color:#7d6a5d;
		padding: 1%;
		text-align: center;
		color: white;
		font-size: 0.8em;
		line-height: 1.6em;
	}

	.music_table_style2-2{
		border: solid 1px #7d6a5d;
		padding: 1%;
		text-align: center;
		font-size: 0.8em;
		line-height: 1.6em;
		color: #7d6a5d;
	}

	.music_table_style3{
		border: solid 1px #7d6a5d;
		text-align: center;
		font-size: 0.8em;
		line-height: 1.6em;
		padding: 1%;
		color: #7d6a5d;
	}

	.music_special_wrapper{
		width: 100%;
		letter-spacing: -1em;
		display: table;
		margin-bottom: 30px;
	}

	.music_special_box_1{
		letter-spacing: normal;
		background-color: #7d6a5d;
		color: white;
		font-weight: bold;
		font-size: 1em;
		width: 94%;
		padding:0 3%;
		display: block;
		text-align: center;
		vertical-align: middle;
	}

	.music_special_box_1_2{
		letter-spacing: normal;
		font-weight: bold;
		font-size: 1em;
		width: 94%;
		padding:0 3%;
		display: block;
		text-align: center;
		color: #7d6a5d;
		vertical-align: middle;
	}

	.music_special_box_2{
		width: 94%;
		padding:0 3%;
		color: #7d6a5d;
		display: block;
		letter-spacing: normal;
		vertical-align: middle;
	}

	.music_table_cell_box_2{
		display: block;
		width: 90%;
		padding: 5%;
		margin-bottom: 5%;
	}

	.music_table_text_style2{
		background-color: #7d6a5d;
		text-align: center;
		color: white;
		margin-bottom: 4%;
	}

	.music_special_wrapper_2{
		width: 98%;
		padding: 1%;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.music_table_img_50{
		width: 100%;
		padding-bottom: 10px;
		margin: auto;
	}

	.music_table_text_style1{
		background-color: #7d6a5d;
		text-align: left;
		font-size: 0.6em;
		padding: 1%;
		color: white;
	}

	.music_table_text_box1{
		width: 45%;
		line-height: 0.8em;
		text-align: center;
		border: 1px solid #7d6a5d;
	}

	.music_table_text_box1 a{
		font-size: 0.6em;
		
	}

	.music_table_img_style1{
		vertical-align: middle;
	}

}

/* INTRO_setting
================================================== */

.intro_wrapper{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_intro_bg.jpg");
	background-size: 70%;
	background-position: 140% -240px;
	background-repeat: no-repeat;
	background-color:#fae1c2;
	padding: 2% 0 0%;
	
}

@media screen and (max-width: 699px){
	.intro_wrapper{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/top_intro_bg.jpg");
		background-size: 70%;
		background-position: 140% -40px;
		background-repeat: no-repeat;
		background-color:#fae1c2;
		padding: 4% 0 0%;
		margin-top: -4%;
		margin-bottom: 14%;
	}
}


/* CONTENTS_setting
================================================== */

.world_contents_wrapper{
	width: 50%;
	margin: auto;
	padding-top: 1%;
}

.world_contents{
	width: 100%;
}

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

.world_comment_box {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.world_comment_box .world_character_icon {
  float: left;
  margin-right: -90px;
  width: 80px;
  vertical-align: middle;
}

.world_comment_box .world_character_icon img{
  width: 100%;
  height: auto;
}

.world_comment_box .world_chatting {
  width: 100%;
}

.chat {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 115px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #fff;
}

.chat:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 24px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}

.chat p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #7d6a5d;
}

@media screen and (max-width: 699px){
	.world_contents_wrapper{
		width: 84%;
		margin: auto;
		padding-top: 1%;
	}
	
	.world_contents_comment{
		width: 100%;
		margin: auto;
	}

	.world_comment_box {
	  width: 100%;
	  margin: 1.5em 0;
	  overflow: hidden;
	}

	.world_comment_box .world_character_icon {
	  float: left;
	  margin-right: -60px;
	  width: 50px;
	  vertical-align: middle;
	}

	.world_comment_box .world_character_icon img{
	  width: 100%;
	  height: auto;
	}

	.world_comment_box .world_chatting {
	  width: 100%;
	}

	.chat {
	  display: inline-block;
	  position: relative; 
	  margin: 5px 0 0 70px;
	  padding: 6px 13px;
	  border-radius: 12px;
	  background: #fff;
	}

	.chat:after {
	  content: "";
	  display: inline-block;
	  position: absolute;
	  top: 10px; 
	  left: -24px;
	  border: 12px solid transparent;
	  border-right: 12px solid #fff;
	}

	.chat p {
	  margin: 0;
	  padding: 0;
	  font-size: 0.8em;
	  line-height: 1.8em;
	  color: #7d6a5d;
	}

}

/* On Air_setting
================================================== */

.onair_wrapper{
	width: 100%;
}

.onair_text_style1{
	text-align: center;
	color: #7d6a5d;
	font-weight: bold;
	padding-bottom: 20px;
}

.onair_text_style1 span{
	font-size: 3em;
}

.onair_table_style1_box{
	letter-spacing: -1em;
	border-bottom: dashed 1px #e0896c;
}

.onair_table_style2_box{
	letter-spacing: -1em;
}

.onair_table_style1{
	display: inline-block;
	width: 31%;
	padding: 1%;
	letter-spacing: normal;
}

.onair_table_style2{
	display: inline-block;
	width: 31%;
	padding: 1%;
	letter-spacing: normal;
}

.onair_table_style3{
	display: inline-block;
	width: 31%;
	padding: 1%;
	letter-spacing: normal;
}


.onair_text_style2{
	color: #7d6a5d;
	font-size: 1.5em;
	vertical-align: top;
}

.onair_text_style3{
	color: #7d6a5d;
	font-size: 1.2em;
	vertical-align: top;
}

.onair_text_style4{
	color: #7d6a5d;
	font-size: 1.2em;
	vertical-align: top;
}

.onair_text_style5{
	color: #7d6a5d;
	font-size: 1em;
}



.onair_title_style1{
	color: #7d6a5d;
	font-size: 1.4vw;
	border-top: 1px solid #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	margin: 0% 0 3%;
	text-align: center;
}

.onair_title_style2{
	color: #7d6a5d;
	font-size: 1.4vw;
	border-top: 1px solid #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	margin: 0% 0 1%;
	text-align: center;
}

.onair_text_2_style1{
	text-align: center;
	color: #7d6a5d;
	font-weight: bold;
	padding-bottom: 10px;
}

.onair_text_2_style1 span{
	font-size: 2em;
}

.onair_text_2_style2{
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}
.onair_text_2_style2 span{
	background-color: #7d6a5d;
	font-size: 1.2em;
	padding: 10px 30px;
	border-radius: 50px;
}

.onair_text_2_style3{
	text-align: center;
	padding-bottom: 30px;
}

.onair_text_2_style3 a,.onair_text_2_style3 span{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.onair_text_2_style4{
	text-align: center;
	padding-bottom: 20px;
}

.onair_text_2_style4 a{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 699px){

	.onair_text_style1 span{
		font-size: 1.2em;
	}

	.onair_table_style1{
		display: inline-block;
		width: 96%;
		padding:2% 2% 0;
		letter-spacing: normal;
	}

	.onair_table_style2{
		display: inline-block;
		width: 46%;
		padding:0 2% 2%;
		letter-spacing: normal;
	}

	.onair_text_style2{
		color: #7d6a5d;
		font-size: 1.2em;
		vertical-align: top;
	}

	.onair_text_style3{
		color: #7d6a5d;
		font-size: 1em;
		vertical-align: top;
	}

	.onair_text_style4{
		color: #7d6a5d;
		font-size: 1em;
		vertical-align: top;
	}
	
	.onair_text_style5{
		color: #7d6a5d;
		font-size: 0.8em;
	}

	.onair_text_2_style1 span{
		font-size: 1.2em;
	}

	.onair_text_2_style2{
		text-align: center;
		color: #fff;
		background-color: #7d6a5d;
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 50px;
	}
	.onair_text_2_style2 span{
		background-color:transparent;
		font-size: 1em;
		padding: 10px;
		border-radius: 0px;
	}

	.onair_table_style3{
		display: block;
		width: 100%;
		padding: 0%;
		letter-spacing: normal;
	}

	.onair_text_2_style3 a,.onair_text_2_style3 span{
		font-size: 1.2em;
		line-height: 3em;
		font-weight: bold;
		text-align: center;
	}

	.onair_text_2_style4 a{
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}

	.onair_title_style1{
		color: #7d6a5d;
		font-size: 1.2em;
		border-top: 1px solid #7d6a5d;
		border-bottom: 1px solid #7d6a5d;
		margin: 0% 0 6%;
		text-align: center;
	}

	.onair_title_style2{
		color: #7d6a5d;
		font-size: 1.2em;
		border-top: 1px solid #7d6a5d;
		border-bottom: 1px solid #7d6a5d;
		margin: 0% 0 3%;
		text-align: center;
	}

}

/* Kinetic_Novel_setting
================================================== */

.kineticnovel_main_img{
	padding: 1% 0 0;
}

.kineticnovel_box{
	width: 60%;
	margin: auto;
	padding: 2% 0;
	color: #7d6a5d;
}

.kineticnovel_text_style1{
	font-size: 1.2em;
	text-align: center;
}

.kineticnovel_title_style1{
	border-top: 1px solid #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	text-align: center;
	margin: 2% 0 0;
	font-size: 1.4em;
	font-weight: bold;
}

.kineticnovel_lineup_box1{
	width: 100%;
	letter-spacing: -1em;
	padding: 2% 0 2%;
	border-bottom: 2px dashed #7d6a5d;
}

.kineticnovel_lineup_box2{
	width: 100%;
	padding: 2% 0 2%;
	border-bottom: 2px dashed #7d6a5d;
}

.kineticnovel_lineup_box3{
	width: 100%;
	padding: 2% 0 2%;
}

.kineticnovel_lineup_box1_left{
	width: 66%;
	padding-right: 4%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.kineticnovel_lineup_box1_right{
	width: 30%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.kineticnovel_text_title_style1{
	color: #ee8c93;
	font-size: 2em;
	line-height: 1.4em;
	font-weight: bold;
	padding-left: 1.8%;
	border-left: 4px solid #ee8c93;
}

.kineticnovel_table_td_style1{
	padding-bottom: 2%;
	padding-bottom: 2%;
}

.kineticnovel_staff_text1{
	color: #ee8c93;
	border-bottom: 1px dashed #ccc;
	font-size: 1.2em;
}

.kineticnovel_staff_text2{
	font-size: 1.2em;
}

.kineticnovel_bar_img{
	width: 36%;
	margin: auto;
	padding-bottom: 3%;
}

.kineticnovel_bar_img2{
	width: 36%;
	margin: auto;
	padding-top: 3%;
}

@media screen and (max-width: 699px){

	.kineticnovel_box{
		width: 90%;
		margin: auto;
		padding: 2% 0;
		color: #7d6a5d;
	}

	.kineticnovel_bar_img{
		width: 100%;
		margin: auto;
		padding-bottom: 6%;
	}

	.kineticnovel_bar_img2{
		width: 100%;
		margin: auto;
		padding-top: 6%;
	}

	.kineticnovel_text_style1{
		width: 100%;
		margin: auto;
		font-size: 0.8em;
		text-align: left;
	}

	.kineticnovel_lineup_box1_left{
		width: 100%;
		padding-right: 0%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
		font-size: 0.8em;
	}

	.kineticnovel_lineup_box1_right{
		width: 100%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
		padding: 2% 0 4%;
		font-size: 0.8em;
	}

	.kineticnovel_text_title_style1{
		color: #ee8c93;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: bold;
		padding-left: 4%;
		border-left: 4px solid #ee8c93;
	}

	.kineticnovel_lineup_box1{
		width: 100%;
		letter-spacing: -1em;
		padding: 6% 0;
		border-bottom: 2px dashed #7d6a5d;
		
	}

	.kineticnovel_lineup_box2{
		width: 100%;
		padding: 6% 0;
		border-bottom: 2px dashed #7d6a5d;
		font-size: 0.8em;
	}

	.kineticnovel_lineup_box3{
		width: 100%;
		padding: 6% 0;
		font-size: 0.8em;
	}

	.kineticnovel_title_style1{
		border-top: 1px solid #7d6a5d;
		border-bottom: 1px solid #7d6a5d;
		text-align: center;
		margin: 2% 0 0;
		font-size: 1em;
		font-weight: bold;
	}

	.kineticnovel_table_td_style1{
		padding-bottom: 2%;
	}

	.kineticnovel_staff_text1{
		color: #ee8c93;
		border-bottom: 1px dashed #ccc;
		font-size: 1em;
	}

	.kineticnovel_staff_text2{
		font-size: 0.8em;
		vertical-align: top;
	}

}

/* FOOTER_CONTENTS_setting
================================================== */

.footer_wrapper{
	width: 100%;
	padding-bottom: 3%;
}

.footer_bg_style1{
	width: 20%;
	padding: 2% 0 0 ;
	margin: auto;
}

.footer_copyright{
	text-align: center;
	font-size: 0.8em;
	padding: 1% 0 0;
	color: #7d6a5d;
}

.footer_icon{
	width: 6%;
	margin: -3% auto 0;
	position: relative;
	z-index: 4;
}

@media screen and (max-width: 699px){
	.footer_bg_style1{
		width: 50%;
		padding: 6% 0 0 ;
		margin: auto;
	}
	
	.footer_wrapper{
		width: 100%;
		background: #fff;
		border-top-left-radius: 1000px 200px;
		border-top-right-radius: 1000px 200px;

		margin-top: -10%;
		padding-bottom: 4%;
		position: relative;
		z-index: 1;
	}

	.footer_icon{
		width: 20%;
		margin: -10% auto 0;
		position: relative;
		z-index: 4;
	}

}

/* SMARTPHONE_setting
================================================== */
.sp_head_wrapper{
	display: none;
}

@media screen and (max-width: 699px){

	.sp_head_wrapper{
		overflow: hidden;
		display: block;
		position: relative;
		z-index: 2;
	}

	.sp_head_radus{
	  background: #fff;
	  border-bottom-left-radius: 1000px 200px;
	  border-bottom-right-radius: 1000px 200px;
	  margin-left: -100px;
	  margin-right: -100px;
	  padding-left: 100px;
	  padding-right: 100px;
	}

	.sp_head_logo{
		width: 46%;
		margin: auto;
		padding: 4% 0 6%;
	}

}


/* GOODS_setting
================================================== */

.goods_product_box{
	width: 60%;
	margin: auto;
	padding:  0;
}

.goods_wrapper{
	width: 100%;
	padding: 4% 0;
}

.goods_table_box_wrapper{
	width: 100%;
	letter-spacing: -1em;
	padding: 2% 0 6%;
}

.goods_table_box_wrapper_none{
	width: 100%;
	letter-spacing: -1em;
	padding: 2% 0 6%;
}

.goods_box{
	width: 20%;
	padding: 1%;
	margin: 1%;
	letter-spacing: normal;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #7d6a5d;
	border-radius: 20px;
	position: relative;
	vertical-align: top;
}

.goods_box:hover{
	box-shadow: 5px 5px 0px 0 rgb(125, 106, 93);
}

.goods_box img{
	border-radius: 20px;
}

.goods_title_style1{
	color: #7d6a5d;
	font-size: 1.6em;
	line-height: 1.6em;
	border-top: 1px solid #7d6a5d;
	border-bottom: 1px solid #7d6a5d;
	margin: 0;
	padding: 2%;
	letter-spacing: normal;
	text-align: center;
}

.goods_box_text_title{
	font-size: 0.9em;
	text-align: left;
	color: #7d6a5d;
	padding: 2% 2% 1%;
}

.goods_product_hide{
	display: none;
	position: relative;
	z-index: 99;

}

.goods_frame_top{
	width: 100%;
	vertical-align: top;
}

.goods_frame_center{
	width: 86%;
	background-image: url("https://storage.googleapis.com/primadoll-official/assets/image/comment_frame_center.png");
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 0 7%;
	letter-spacing: -1em;
}

.goods_frame_image_wrapper{
	width: 48%;
	padding: 2% 2% 2% 0;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.goods_frame_image_wrapper img{
	border: 1px solid #823f49;
	box-shadow: 5px 5px 0px 0 rgb(130, 63, 73);
}

.goods_frame_text_wrapper{
	width: 48%;
	padding: 2% 0 2% 2%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 1.6em;
}

.goods_frame_bottom{
	width: 100%;
	vertical-align: top;
}

.goods_frame_bottom img{
	vertical-align: top;
}

.goods_frame_title_style1{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #7d6a5d;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #7d6a5d;
}

.goods_frame_text_style1{
	color: #7d6a5d;
}

.goods_frame_link{
	position: relative;
	width: 100%;
}

.goods_frame_link span{
	border: 1px solid #7d6a5d;
	padding: 10px;
	border-radius: 10px;
	color: #7d6a5d;
	font-weight: bold;
}

.goods_frame_link:hover{
	opacity: 0.8;
}

nav.pagination-container ul {
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    filter: drop-shadow(0px 1px 3px #ccc);
    transition: 0.3s;
    border-radius: 0px;
    overflow: hidden;
	list-style: none;
}
.pagination li {
    margin: 0;
}
nav.pagination-container ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    padding: 10px;
    background: #FFF;
	color: #7d6a5d;
    line-height: 1;
    border-right: solid 1px #eee;
	text-decoration: none;
}
li.first {
    border-radius: 5px 0 0 5px;
}
li.last {
    border-radius: 0 5px 5px 0;
}
li.page.navi-active a {
    background: #7d6a5d;
	color: white;
}

@media screen and (max-width: 699px){
	.goods_product_box{
		width: 90%;
		margin: auto;
		padding: 6% 0;
	}

	.goods_frame_image_wrapper{
		width: 100%;
		padding: 4% 0% 8% 0;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}
	
	.goods_frame_text_wrapper{
		width: 100%;
		padding: 0% 0% 4% 0;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}

	.goods_box{
		width: 45%;
		padding: 1%;
		margin: 1%;
		letter-spacing: normal;
		display: inline-block;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		border: 1px solid #7d6a5d;
		border-radius: 20px;
		position: relative;
	}

}


/* Blu-ray_setting
================================================== */

.bd_text_link{
	text-align: center;
	font-size: 0.9vw;
	padding-bottom: 2%;
}

.bd_text_link a{
	font-size: 0.9vw;
}

.bd_box{
	width: 60%;
	margin: auto;
	padding: 1% 0;
}

.bd_wrapper{
	width: 100%;
	padding: 0 0 6%;
}

.bd_table_box{
	width: 90%;
	margin: auto;
	letter-spacing: -1em;
}

.bd_table_style1{
	width: 36%;
	padding-right: 4%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.bd_table_style2{
	width: 60%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 0.9vw;
	color: #7d6a5d;
}

.bd_table_text_style1{
	font-size: 0.9vw;
	line-height: 1vw;
	font-weight: bold;
}

.bd_table_text_style2{
	font-size: 1.1vw;
}

.bd_table_text_style3{
	font-size: 0.9vw;
	line-height: 1vw;
	font-weight: bold;
	padding: 0 0 1% 0;
	margin: 0 0 1% 0;
	border-bottom: 1px dashed #7d6a5d;
}

.bd_table_text_style4{
	font-size: 0.9vw;
}

.bd_table_text_style5{
	font-size: 0.7vw;
}

.bd_table_text_link{
	font-size: 0.9vw;
}

.bd_tokuten_box{
	width: 100%;
	margin: auto;
}

.bd_tokuten_box_1{
	position: relative;
	width: 100%;
	margin: 0 0 8% 0;
}

.bd_tokuten_title_1{
	position: relative;
	font-size: 1.3vw;
	line-height: 1.9vw;
	color: #7d6a5d;
	text-align: center;
	border-top: 2px dashed #7d6a5d;
	border-bottom: 2px dashed #7d6a5d;
	padding: 1% 0 1% 0;
	margin: 0 0 1% 0;
	font-weight: bold;
}

.bd_tokuten_text_1{
	font-size: 0.9vw;
	line-height: 1.5vw;
	color: #7d6a5d;
}

.bd_tokuten_text_2{
	font-size: 1vw;
	line-height: 1.5vw;
	color: #7d6a5d;
	font-weight: bold;
}

.bd_tokuten_text_1 span{
	font-size: 0.7vw;
}

.bd_tokuten_img_1{
	width: 80%;
	margin: 2% auto;
}

.bd_campaign_text_1{
	font-size: 1vw;
}

.bd_campaign_text_2{
	font-size: 0.6vw;
	line-height: 1vw;
}

.bd_campaign_text_3{
	font-size: 1.2vw;
	font-weight: bold;
	padding: 10px 0;
}

.bd_tokuten_wrapper{
	letter-spacing: -1em;
	padding-top: 2%;
}

.bd_tokuten_img_box_1{
	letter-spacing: normal;
	width: 36%;
	display: inline-block;
	vertical-align: top;
	padding-right: 4%;
}

.bd_tokuten_text_1{
	letter-spacing: normal;
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 699px){

	.bd_box{
		width: 90%;
		margin: auto;
		padding: 6% 0;
	}

	.bd_text_link{
		text-align: center;
		font-size: 1em;
		padding-bottom: 2%;
	}

	.bd_text_link a{
		font-size: 1em;
	}

	.bd_table_style1{
		width: 100%;
		padding-right: 0%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}

	.bd_table_style2{
		width: 100%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
		font-size: 1em;
		padding-top: 8%;
		color: #7d6a5d;
	}

	.bd_table_text_style1{
		font-size: 1em;
		line-height: 1em;
		font-weight: bold;
	}

	.bd_table_text_style2{
		font-size: 1.2em;
	}

	.bd_table_text_style3{
		font-size: 1em;
		line-height: 0.9em;
		font-weight: bold;
		padding: 0 0 1% 0;
		margin: 0 0 1% 0;
		border-bottom: 1px dashed #7d6a5d;
	}

	.bd_table_text_style4{
		font-size: 1em;
	}

	.bd_table_text_style5{
		font-size: 0.8em;
	}

	.bd_table_text_link{
		font-size: 1em;
	}

	.bd_tokuten_title_1{
		font-size: 1.2em;
		line-height: 1.8em;
		color: #7d6a5d;
		text-align: center;
		border-top: 2px dashed #7d6a5d;
		border-bottom: 2px dashed #7d6a5d;
		padding: 3% 0 3% 0;
		margin: 0 0 3% 0;
		font-weight: bold;
	}

	.bd_tokuten_text_1{
		font-size: 1em;
		line-height: 2em;
		color: #7d6a5d;
	}

	.bd_tokuten_text_2{
		font-size: 1em;
		line-height: 1.8em;
		color: #7d6a5d;
		font-weight: bold;
	}

	.bd_tokuten_text_1 span{
		font-size: 1em;
	}

	.bd_tokuten_img_1{
		width: 100%;
		margin: 2% auto;
	}

	.bd_campaign_text_1{
		font-size: 1.2em;
	}

	.bd_campaign_text_2{
		font-size: 1em;
		line-height: 1.4em;
	}

	.bd_campaign_text_3{
		font-size: 1.4em;
		font-weight: bold;
		padding: 10px 0;
	}

	.bd_tokuten_img_box_1{
		letter-spacing: normal;
		width: 80%;
		display: block;
		vertical-align: top;
		padding-right: 0%;
		margin: auto;
	}

	.bd_tokuten_text_1{
		letter-spacing: normal;
		width: 100%;
		display: block;
		margin: auto;
		padding-top: 4%;
		vertical-align: top;
	}

}


/* story_slider_setting
================================================== */

.story_box{
	width: 100%;
	margin: auto;
}

.story_title_box{
	font-size: 0.9vw;
	color: #ffa3b2;
}

.story_text_box{
	font-size: 0.9vw;
	color: #7d6a5d;
}

.story_anchor,.story_anchor a{
	font-size: 0.8vw;
}

.slider_box{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 0%;
	margin: auto;
}

.center-item_gallery_cg{
	width: 100%;
	margin: auto;
}

.gallery_thumb_box_cg{
	margin: auto;
	position: relative;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.gallery_thumb_box_cg .item{
  position: relative;
  cursor: pointer;
  overflow: hidden;


  margin: 0.5%;
  padding: 0;
}


.gallery_thumb_box_cg .item:hover{
	opacity: 0.8;
}

.gallery_thumb_box_cg .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
}

/*
.item{
	border: 2px solid #fff;
}

.current{
	border: 2px solid #7d6a5d!important;
}
*/

@media screen and (max-width: 699px){

	.center-item_gallery_cg{
		width: 100%;
		margin: auto;
	}

	.gallery_thumb_box_cg{
		margin: auto;
		position: relative;
		padding: 10px 0;
		display: flex;
		flex-wrap: wrap;
	}

	.story_title_box{
		font-size: 1em;
		color: #ffa3b2;
	}

	.story_text_box{
		font-size: 1em;
		padding-bottom: 20px;
		color: #7d6a5d;
	}

	.story_anchor,.story_anchor a{
		font-size: 1em;
	}

}

/* 追加
================================================== */

.media_eventreport_img{
	width: 40%;
	padding-left: 4%;
	float: right;
	box-sizing: border-box;
}

@media screen and (max-width: 699px){
	.media_eventreport_img{
		width: 60%;
		padding-left: 4%;
		float: right;
		box-sizing: border-box;
	}
}

/* FOOTER_styles
================================================== */

.footer_sa01,
.footer_sa02 {
	min-height: 1em;
}

#footer {
	font-size: 16px;
}

.footer_sa01:after,
.footer_sa02:after,
.footer_sa03:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

#bnu_001_t {
	margin-bottom: 50px;
}

.copyrightArea {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1200px;
	max-width: 95%;
	margin: auto;
}

.copyrightWrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.footerChara {
	margin: -30px 30px 0 0;
	max-width: 80%;
}

.footerChara img {
	width: 100%;
}

.scrollButton {
	position: fixed;
	right: 20px;
	bottom: -60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #e8f3ff;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 50;
	cursor: pointer;
	transition: bottom 0.3s ease;
}

.inview .scrollButton {
	bottom: 140px;
}

@media screen and (min-width: 1400px) {
	.scrollButton {
		right: 40px;
	}
	.inview .scrollButton {
		bottom: 40px;
	}
}

.scrollButton::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: solid #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(-45deg) translate(-12.5%, 12.5%);
}

.copyrightList {
	font-family: Spartan, sans-serif !important;
	color: #ffa5b3 !important;
	text-align: right;
	font-size: 1.1rem !important;
	font-weight: 300;
	margin: 5em 0 0.3em;
	list-style: none !important;
	padding: 0;
}
.copyrightList li {
	margin-bottom: 0.4em;
	list-style: none !important;
}
.copyright {
	font-size: 0.8rem !important;
	font-weight: 300 !important;
	margin: 1.5em 0 0;
	list-style: none !important;
}
.copyright small {
	font-size: inherit !important;
	font-family: inherit !important;
}
.socialList {
	display: flex;
	justify-content: flex-end;
	list-style: none !important;
	padding: 0 !important;
}
.socialList li {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	list-style: none !important;
}
.socialList li a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.js-share--twitter {
	background-image: url(../../primadoll-official/assets/image/footer_icon_tw.png);
}
.js-share--facebook {
	background-image: url(../../primadoll-official/assets/image/footer_icon_fb.png);
}
.js-share--line {
	background-image: url(../../primadoll-official/assets/image/footer_icon_line.png);
}

@supports (mask: center) or (-webkit-mask: center) {
	.socialList li a {
		mask-repeat: no-repeat;
		mask-position: center;
		mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-size: contain;
		background: #ffa5b3;
	}
	.js-share--twitter {
		mask-image: url(../../primadoll-official/assets/image/footer_icon_tw.png);
		-webkit-mask-image: url(../../primadoll-official/assets/image/footer_icon_tw.png);
	}
	.js-share--facebook {
		mask-image: url(../../primadoll-official/assets/image/footer_icon_fb.png);
		-webkit-mask-image: url(../../primadoll-official/assets/image/footer_icon_fb.png);
	}
	.js-share--line {
		mask-image: url(../../primadoll-official/assets/image/footer_icon_line.png);
		-webkit-mask-image: url(../../primadoll-official/assets/image/footer_icon_line.png);
	}
}

@media screen and (max-width: 600px) {
	.footerChara {
		margin: -20px 0 0 0;
		transform: translateX(-5%);
	}
	.copyrightWrap {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.scrollButton {
		width: 40px;
		height: 40px;
	}
	.scrollButton::before {
		width: 15px;
		height: 15px;
	}
}


