@charset "utf-8";
/* CSS Document */

.noto_serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.ProfTop_AllWrap{
	background: url(https://d-ny.jp/ssl/sp/img/ProfTop_Back.png);
	background-size: 100%;
    background-repeat: no-repeat;
	margin: 0 auto;
    text-align: center;
}
.Prof_Status_re1{
	color: #FFF;
	text-align: center;
	padding: 1.5vw 0;
	background-color:#ba365b;
}
.Prof_Status_re2{
	color: #FFF;
	text-align: center;
	padding: 1.5vw 0;
	background-color: #a8a8a8;
}
.Prof_Status_re3{
	color: #FFF;
	text-align: center;
	padding: 1.5vw 0;
	background-color: #a3d39a;
}
.Prof_Status_re4{
	color: #FFF;
	text-align: center;
	padding: 1.5vw 0;
	background-color: #87caf4;
}
.Prof_MainPhoto{
    width: 35vw;
    height: 35vw;
    overflow: hidden;
    border-radius: 12px;
	margin: 3vw auto 0 auto;
    border: #e7e7e7 1px solid;
    box-shadow: 0 0 7px #ffffff,0 0 7px #ffffff,0 0 7px #ffffff;
}
.Prof_MainPhoto img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}
.Prof_MainName{
	font-size: 9.6vw;
	color: #5f361c;
	margin:-3vw 0 3vw 0;
	text-shadow: 0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;
}
.Prof_MainRuby{
	font-size: 2.8vw;
}
.Prof_MainIns{
	font-size: 6.8vw;
}
.Prof_MainExp{
	font-size: 3.8vw;
	color: #5f361c;
	margin-bottom: 3vw;
	text-shadow: 0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;
}

.ProfTop_AllWrap{
	margin: 0 auto;
	text-align: center;
}
.Prof_MainBtn{
    width: 90%;
    margin: 0 5% 2vw 5%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
	aspect-ratio: 400 / 75;
    text-shadow: #30435f 0 0 5px;
}
.Prof_MainBtnCol1{
    background-image: url(https://d-ny.jp/ssl/sp/img/ProfTop_btn1.png);
}
.Prof_MainBtnCol2{
    background-image: url(https://d-ny.jp/ssl/sp/img/ProfTop_btn2.png);
}
.Prof_MainBtnCol3{
    background-image: url(https://d-ny.jp/ssl/sp/img/ProfTop_btn3.png);
}
.Prof_MainBtnCol4{
    background-image: url(https://d-ny.jp/ssl/sp/img/ProfTop_btn4.png);
}
a.MainBtn_a{
    display: block;
    text-decoration: none;
}
.Prof_MainBtnWrap a,
.Prof_MainBtnWrap_a{
    display: block;
    text-decoration: none;
}
.MainBtnTxt1{
	font-size: 4.6vw;
	font-weight: 800;
    padding-top: 2.2vw;
    color: #FFF;
}
.MainBtn_Fee{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content:center;
	align-items:center;
    padding-top: 0.4vw;
}
.MainBtn_Fee img{
	width: 6.5vw;
	height: auto;
}
.MainBtnTxt2{
	font-size: 3.8vw;
    color: #FFF;
}
.Prof_DiscCamp {
    font-size: 3.5vw;
	font-weight: 600;
    width: 50%;
    text-align: center;
    margin: 1% 25% 2% 25%;
    background: #ff73ad;
    color: #ff9;
    padding: 1%;
    animation: blink 1.5s ease-in-out infinite alternate;
}
a.Prof_MainFav{
    display: block;
    width: 16vw;
    position: fixed;
    bottom: 21vw;
    right: 1vw;
}
.Prof_MainFav img{
    width: 100%;
	height: auto;
}
.Prof_StdFlame{
    background: #fcf4f8;
    border: #ebdae3 1px solid;	
    border-radius: 6px;
	margin: 3vw 0;
    padding: 4%;
}
.Prof_TitTxt{
	font-weight: bold;
    color: #a35d75;
    font-size: 4.2vw;
	margin-bottom: 3vw;
	position: relative;
    padding-left: 3.5vw; /* 左側の角丸ラインとの余白 */
    padding-bottom: 1.5vw; /* 下の点線との余白 */
    border-bottom: 1px dashed #e2ccd1; /* ラベンダー色の優しい点線 */
}
.Prof_TitTxt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 縦方向の中央に配置 */
    width: 1.2vw;  /* ラインの太さ */
    height: 80%;   /* テキストの高さより少し短くして上品に */
    background-color: #e39eba;
    border-radius: 1vw; /* 上下を角丸にする */
}
.Prof_StdTxt{
	color: #8d465d;
    font-size: 3.2vw;
	line-height: 1.6;
}

.Prof_ContBtn {
    border-radius: 6px;
    margin-bottom: 2%;
    font-size: 14px;
    font-size: 4.375vw;
    margin: 6vw 4vw 3vw 4vw;
}
.Prof_ContBtn_Col1 {
    background-color: #bc9be5;
}
.Prof_ContBtn_Col2 {
    background-color: #e48fb5;
}
.Prof_ContBtn_a {
    display: block;
    border-radius: 6px;
    padding: 3%;
    color: #FFF;
    position: relative;
}
.Prof_ContBtn_a:after {
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 10px;
    right: 3.125vw;
    display: block;
    content: "";
    width: 6px;
    width: 1.875vw;
    height: 6px;
    height: 1.875vw;
    margin-top: -4px;
    margin-top: -1.25vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-top: 0.9375vw solid #fff;
    border-right: 0.9375vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.a_Erase:hover, .a_Erase:link, .a_Erase:visited, .a_Erase:active {
    text-decoration: none;
}
.ProfTop_Newcomer {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-size: 3.75vw;
    border-radius: 6px;
    margin: 2% 2% 2% 2%;
    padding: 2%;
    color: #6c3d5c;
    font-weight: bold;
}
.ProfTop_point {
    margin: 1.5vw 2vw 1.5vw 2vw ;
}
.PP_ReviewWrap {
    margin: 4vw 0;
}
.PP_ReviewWrap .PP_ReviewName {
    margin: 3vw 3vw 2vw 3vw;
    font-size: 4.2vw;
    color: #c95083;
    font-weight: bold;
}
.PP_ReviewWrap .PP_ReviewName .PP_ReviewNameSpan {
    font-size: 3.2vw;
}
.PP_ReviewWrap .PP_ReviewTime {
    margin: 0 3vw 0 3vw;
    font-size: 3.2vw;
    color: #654a1b;
}
.PP_ReviewWrap .PP_ReviewStar {
    margin: 0 3vw 0 3vw;
}
.Star {
    color: #fbca5e;
}
.PP_ReviewWrap .PP_ReviewImpre {
    margin: 0 3vw 0 3vw;
    font-size: 3.4vw;
    color: #654a1b;
}

/* 固定鑑定ボタン */
.page .Footer.Customize .CopyrightZone{padding-bottom: 22vw;margin-bottom: 0vw;}
#footwrapB{
	position:relative ;

}
#footwrapB{
    padding-bottom: 0px;
    width: 100%;
    height: 19vw;
    position: fixed;
    bottom: 0.5%;
    left: 0;
    z-index: 5000;
    box-sizing: border-box;

}

#footwrapB_02{
	padding-bottom:0px;
	width:100%;
	height:55px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:5000;
	box-sizing: border-box;
}

/*フッターナビ*/
.globalnavB li{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    text-align: center;
    position: relative;
    list-style: none;

}
.globalnavB_cust .cust_li_col1{
    width: 100%;
    height: auto;
}
.globalnavB_cust .cust_li_col2{
    width: 50%;
    height: auto;
}
.globalnavB_cust .cust_li_col3{
    width: 33%;
    height: 19vw;
}
.globalnavB li:last-child{
	border-right:none;
}
.globalnavB li a{
	display: block;
    text-align: center;
    text-decoration: none;
    /* background: #000; */
    width: 100%;
    height: 100%;
}
.globalnavB li a p{ 
	color: #776635;
    font-size: 3vw;
    position: absolute;
    bottom: 0.5vw;
    left: 0;
    right: 0;
	line-height: 100%;
}

.globalnavB a:link {/*未訪問のリンク*/
  	 color:#ffffff;
}

.globalnavB a:visited {/*訪問後のリンク*/
	 color:#ffffff;
}
.globalnavB li:nth-child(1){
	
	display: block;
    background-repeat: no-repeat;
    background-position: center 2vw;
    background-size: 8vw 8vw;
	border-left: none;
}
.globalnavB li:nth-child(1) p{bottom: 2.5vw;}
.globalnavB li:nth-child(2){
	display: block;
    background-repeat: no-repeat;
    background-position: center 2vw;
    -moz-background-size: 40px 30px;
    background-size: 8vw 8vw;
}
.globalnavB li:nth-child(2) p{bottom: 2.5vw;}
.globalnavB li:nth-child(3){
	display: block;
    background-repeat: no-repeat;
    background-position: center 2vw;
    background-size: 7.5vw 7.5vw;
}
.globalnavB li:nth-child(3) p{bottom: 2.5vw;}
.globalnavB li:nth-child(4){
	display: block;
    background-repeat: no-repeat;
    background-position: center 2vw;
    background-size: 7.5vw 7.5vw;
}
.globalnavB li:nth-child(4) p{bottom: 2.5vw;}
.globalnavB li:nth-child(5){
	display: block;
    background-repeat: no-repeat;
    background-position: center 2vw;
    background-size: 8vw 8vw;
}
.globalnavB li:nth-child(5) p{bottom: 2.5vw;}
#footwrapB nav{
left:0px; bottom:0px; top:0px;  width:100%;
}

.u_btn_wrap {/*親div*/
  position: relative;/*相対配置*/
  }

.u_btn_p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 67%;
  left: 0;
  right: 0;
  margin: auto;
font-size: 3vw;
font-weight:bold;
text-shadow: 2px 2px 1px #444;
  }

.u_btn_p2 {
  position: absolute;/*絶対配置*/
  color: #a9a9a9;/*文字は白に*/
  top: 67%;
  left: 0;
  right: 0;
  margin: auto;
font-size: 3vw;
font-weight:bold;
text-shadow: 2px 2px 1px #444;
  }

.PP_WideArea{	
    width: 100%;
    height: 0;
    padding-top: 39%;
    background:url(https://d-ny.jp/ssl/sp/img_PP/${performer.code}.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}


