@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

@font-face {
    font-family: 'Times';
    src: url('/photo/page/nojess/common/fonts/Times-New-Roman.woff') format('woff'), /* Modern Browsers */
    url('/photo/page/nojess/common/fonts/Times-New-Roman.otf')  format('truetype'); /* Safari, Android, iOS */
}

/*------------------------------------------------------------
GIFT GUIDE
------------------------------------------------------------*/
.scrollHeader #gHeader::before {
	background: rgba(255,255,255, 0);
}
.loadingLogo {
	position: absolute;
	left: 50%;
	top: 50%;
}
.lp_contents {
	color: #555555;
	font-size: 20px;
	/*font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;*/
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	padding-bottom: 0!important;
}

.lp_contents .jp {
  /*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "yu-gothic-pr6n", sans-serif;
}
.lp_contents .-times {
	font-family: 'Times';
}
.lp_contents img{
	width: 100%;
}


/*
@media screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
}*/

/*★使用*/
/*#main .mainBox {
	background-color: #ffffff;
  padding: 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}*/
/*★使用*/
.lp_contents .ins {
	position: fixed;
    bottom: 30px;
    right: 30px;
    width: 79px;
    height: 79px;
    z-index: 100;
}
.lp_contents .ins img {
	transition: transform .2s, opacity .5s;
}
@media all and (min-width: 768px) {
	.lp_contents .ins a:hover {
		opacity: 1;
	}
	.lp_contents .ins a:hover img {
		transform: scale(.93);
	}
}



/*! pc & tb 
------------------------------------------*/
@media screen and (min-width: 768px) {



	/*all
---------------------*/
.spView {
	display: none;
}

	/*lp_contents
---------------------*/
.lp_contents{
	padding: 120px 0 0;
}

	/*top
---------------------*/
.top_ttl{
	width: 373px;
	margin: 0 auto 90px;
}
	/*bnr
---------------------*/
.bnr_wrap{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 150px;
}
.bnr_wide{
	width: 100%;
	margin-bottom: calc(40/1000*100%);
}
.bnr_small{
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: center;
	margin-bottom: calc(40/1000*100%);
}
.bnr_small a{
	width: calc(340/1100*100%);
}
	
	/*セクション
---------------------*/
.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 150px;
	background-color: #ebede2;
	}
.sec_wrap h3{
	width: 400px;
	margin: 70px auto 30px
	}

	
	/*ノジェス診断
---------------------*/
.njs_wrap {
	width: 100%;
	padding-top: 50px;
	background-color: #ebede2;
	}
.njs_wrap h2{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 50px;
	height: 350px;
	background: url("/photo/page/20221102/img/njs_ttl.jpg") center center no-repeat;
	text-indent: -9999px;
	position: relative;
	}
.njs_txt{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 40px;
	font-size: 20px;
	line-height: 3;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.3em;
	color: #777777;
	
	}
.njs_start{
	width: 360px;
	margin: 0 auto;
	padding: 40px 0 0;
}


/*縦線
--------*/
.line_wrap{
	position: relative;
	margin-bottom: 60px;
}
.line_box{
	width: 1px;;
	height: 60px;
	margin: 0 auto;
	position: absolute;
  left: 50%;
	bottom: -60px;
	z-index: 100;
}

.line{
}

/*.lineが一定の場所まできたら、activeのclassを足すコードをlp_script内に設定中*/
.line_active::after{
	content: "";
  /*描画位置*/
	position: absolute;
	top: 0px;
  /*線の形状*/
	width: 1px;
	height: 60px;
	background-color: #c1b9a4;
  /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: linemove 1.4s ease-in-out /*infinite*/;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes linemove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	100%{
		height:60px;
		opacity: 1;
	}
}


	/*ランキング
---------------------*/
.rank_wrap h2{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	height: 350px;
	background: url("/photo/page/20221102/img/rank_ttl.jpg") center center no-repeat;
	text-indent: -9999px;
	}
.rank_wrap h3{
	width: 400px;
	margin: 90px auto 40px
	}
.rank_box{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.rank_box a{
	color: #9c822e;
	font-size: 15px;
	font-family: Arial, Helvetica, "sans-serif";
}
.rank_img{
	position: relative;
}
.rank_img .rank_no{
	position: absolute;
	width: calc(55/360*100%);
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.rank_img .rank_txt{
	position: absolute;
	width: 100%;
	text-align: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.img_l{
	width: calc(360/1000*100%);
}
.img_l .rank_no{
	width: calc(55/360*100%);
}
.img_s{
	width: calc(270/1000*100%);
}
.img_s .rank_no{
	width: calc(55/270*100%);
}

	
	/*カテゴリー
---------------------*/
.cate_wrap h2{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 70px;
	height: 350px;
	background: url("/photo/page/20221102/img/cate_ttl.jpg") center center no-repeat;
	text-indent: -9999px;
	}
.cate_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.cate_box a{
	width: calc(310/1000*100%);
	margin-bottom: calc(35/1000*100%);
}

	/*予算から選ぶ
---------------------*/
.yosan_wrap h2{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 70px;
	height: 350px;
	background: url("/photo/page/20221102/img/yosan_ttl.jpg") center center no-repeat;
	text-indent: -9999px;
	}
.yosan_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.yosan_box a{
	width: calc(480/1000*100%);
	margin-bottom: calc(40/1000*100%);
}

	/*ギフトボックス
---------------------*/
.gift_wrap h2{
		width: 100%;
	max-width: 1100px;
	margin: 0 auto 70px;
	height: 410px;
	background: url("/photo/page/20221102/img/gift_ttl.jpg") center center no-repeat;
	text-indent: -9999px;
	}

.gift_txt{
	margin: 0 auto;
	padding-bottom: 30px;
	color: #444444;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	letter-spacing: 0.05em;
	}
.gift_txt .gift_note{
	padding-top: 20px;
	font-size: 13px;
}

.gift_cloth {
	width: calc(520/1000*100%);
	max-width: 700px;
	margin: 0 auto;
	padding: 50px 0 0;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.gift_cloth a{
	width: calc(260/520*100%);
}
.sec_wrap h3.ttl_cloth{
	margin: 30px auto 30px;
	
}
	/*How to
--------*/
.how_box{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0 60px;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-start;
	}
.how_box .how_step{
	width: calc(280/960*100%);
	}

.step_no{
	
}
.step_no {
 height:37px;
 width:37px;
 border-radius:50%;
 line-height:37px;
 text-align:center;
	background-color: #988666;
	font-family: "classico-urw", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	margin: 16px auto;
}
.step_txt{
	font-size: 15px;
	color: #444444;
	/*font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;*/
	text-align: center;
	margin: 0 auto;
	line-height: 1.8;
}
	.step_note{
		font-size: 13px;
	}

/*How　ボタン
--------*/
.step_btn{
	width: 60%;
	max-width: 320px;
	margin: 0 auto;
	background-color: #988666;
	/*font-family: 'Times';*/
	/*font-family: "yu-gothic-pr6n", sans-serif;*/
	font-family: "yu-gothic-pr6n", "Yu Gothic", "YuGothic", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-radius: 7px;
	letter-spacing: 0.1em;
}
.step_btn:hover{
	background-color: #999999;
	color: #ffffff;
	animation: stepbtnAnime 1.5s linear;
}
@keyframes stepbtnAnime{
  0%{ color: #ffffff; background-color: #988666;}
 50%{ color: #ffffff; background-color: #999999;}
100%{ color: #ffffff; background-color: #999999;}
}


	/*トップへ戻る
---------------------*/
.topbtn_wrap{
	width: 100%;
	margin: 0 auto;
	background-color: #988666;
}
.topbtn_wrap a{
	display: block;
	width: 100px;
	padding: 25px 0;
	margin: 0 auto;
}
.teturnTop{
		display: none;
}
#main{
	padding-bottom: 0!important;
}
.footer .footer-left-bar{
	background:#988666!important;
}

	/*ジュエリー診断ページ
---------------------*/
.qa_wrap {
	width: 100%;
	/*margin-top: 100px;*/
	background-color: #ebede2;
	padding-bottom: 130px;
	padding-top: 110px;
	}
.qa_wrap h2{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	height: 350px;
	background: url("/photo/page/20221102/img/qa_ttl2.jpg") center center no-repeat;
	text-indent: -9999px;
	position: relative;
	}
.qa_num{
	width: 140px;
	margin: 0 auto 40px;
	padding-top: 60px;
}
.qa_question{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 20px;
	line-height: 2;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.3em;
	color: #666666;
	}

/*診断　質問ボタン
--------*/
.qa_btn_wrap{
	width: 700px;
	margin: 0 auto;
}
ul.qa_btn_wrap::after {
  content: "";
  display: block;
  clear: both;
}
ul.qa_btn_wrap li.q_odd{
	float: left;
	width: 50%;
	border-right: 1px solid #bfbcbc;
}
ul.qa_btn_wrap li.q_even{
	float: right;
	width: 50%;
}
ul.qa_btn_wrap li.q_even .qa_btn{
	margin-left: auto;
	margin-right: 0;
}

.qa_btn{
	width: 100%;
	max-width: 300px;
	/*margin: 0 auto;*/
	background-color: #988666;
	/*font-family: 'Times';*/
	/*font-family: "yu-gothic-pr6n", sans-serif;*/
	font-family: "yu-gothic-pr6n", "Yu Gothic", "YuGothic", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	border-radius: 7px;
	letter-spacing: 0.15em;
}

.qa_btn:hover{
	background-color: #999999;
	color: #ffffff;
	animation: qabtnAnime 1.5s linear;
}
@keyframes qabtnAnime{
  0%{ color: #ffffff; background-color: #988666;}
 50%{ color: #ffffff; background-color: #999999;}
100%{ color: #ffffff; background-color: #999999;}
}

/*診断　結果
--------*/
.ans_ttl{
	text-align: center;
	margin: 0 auto;
	padding: 80px 0 80px;
	font-size: 23px;
	line-height: 2.5;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2em;
	color: #666666;
	}

.qa_item3_wrap{
	width: 100%;
	max-width: 780px;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.qa_item4_wrap{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.qa_item3_wrap .qa_item{
	width: calc(240/780*100%);
}
.qa_item4_wrap .qa_item{
	width: calc(240/1050*100%);
}
.qa_item_info{
	text-align: center;
	color: #555555;
	font-size: 13px;
	padding-top: 20px;
	font-family: "yu-gothic-pr6n", sans-serif;
}
.ans_btn_wrap{
	width: 360px;
	margin: 0 auto 40px;
}
.ans_btn_wrap .qa_btn{
	max-width: 360px;
	letter-spacing: 0.1em;
}
.ans_btn_wrap .btn_other{
	letter-spacing: 0.05em;
}
.ans_btn_wrap .btn_reset{
	background-color: #ffffff;
	color: #555555;
	margin-top: 30px;
}
.qa_logo{
	width: 239px;
	margin: 130px auto 0;
}





}/*! //pc & tb */


















/*! sp 
------------------------------------------*/
@media screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
/*sp all
---------------------*/
	body {
  min-width: inherit;
  }
	/*#main .removeBg{
	opacity: 0;
	}*/
	#main {
		overflow: hidden;
	}
	#main a:hover {
		opacity: 1 !important;
	}



	/* sp lp_contents
---------------------*/
.lp_contents{
	padding: 27vw 0 0;
}

	/*sp top
---------------------*/
.top_ttl{
	width: 50vw;
	max-width: 358px;
	margin: 0 auto 10vw;
}
	/*sp bnr
---------------------*/
.bnr_wrap{
	width: 94%;
	max-width: 1000px;
	margin: 0 auto 20vw;
}
.bnr_wide{
	width: 100%;
	margin-bottom: calc(30/750*100vw);
}
.bnr_small{
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: center;
	margin-bottom: calc(30/750*100vw);
}
.bnr_small a{
	width: calc(220/690*100%);
}
	
	/*sp セクション
---------------------*/
.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20vw;
	background-color: #ebede2;
	}
.sec_wrap h3{
	width: 400px;
	margin: 70px auto 30px
	}

	
	/*sp ノジェス診断
---------------------*/
.njs_wrap {
	width: 100%;
	padding-top: 4vw;
	background-color: #ebede2;
	}
.njs_wrap h2{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	height: 61.5vw;
	background: url("/photo/page/20221102/img/njs_ttl_sp.jpg") center top no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	position: relative;
	}
.njs_txt{
	text-align: center;
	margin: 0 auto;
	padding: 7vw 0 2vw;
	font-size: 3.6vw;
	line-height: 3;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.3em;
	color: #666666;
	
	}
.njs_start{
	width: 50vw;
	max-width: 360px;
	margin: 0 auto;
	padding: 6vw 0 0;
}


/*sp 縦線
--------*/
.line_wrap{
	position: relative;
	margin-bottom: 50px;
}
.line_box{
	width: 1px;;
	height: 50px;
	margin: 0 auto;
	position: absolute;
  left: 50%;
	bottom: -50px;
	z-index: 100;
}

.line{
}

/*.lineが一定の場所まできたら、activeのclassを足すコードをlp_script内に設定中*/
.line_active::after{
	content: "";
  /*描画位置*/
	position: absolute;
	top: 0px;
  /*線の形状*/
	width: 1px;
	height: 50px;
	background-color: #c1b9a4;
  /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: linemove 1.4s ease-in-out /*infinite*/;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes linemove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	100%{
		height:50px;
		opacity: 1;
	}
}


	/*sp ランキング
---------------------*/
.rank_wrap{
	padding-bottom: 20vw;
	}
.rank_wrap h2{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	height: 61.5vw;
	background: url("/photo/page/20221102/img/rank_ttl_sp.jpg") center top no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	}
.rank_wrap h3{
	width: 75%;
	max-width: 400px;
	margin: 10vw auto 6vw
	}
.rank_box{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 8vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.rank_box a{
	color: #9c822e;
	font-size: 3.1vw;
	font-family: Arial, Helvetica, "sans-serif";
}
.rank_img{
	position: relative;
}
.rank_img .rank_no{
	position: absolute;
	width: calc(55/360*100%);
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.img_l .rank_no{
	width: calc(60/360*100%);
}
.img_s .rank_no{
  bottom: 17%;
	width: calc(60/270*100%);
}
.rank_img .rank_txt{
	position: absolute;
	width: 100%;
	text-align: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.img_l{
	width: 70%;
	margin: 0 auto 3.5vw;
}
.img_s{
	width: calc(480/1000*100%);
}



	/*sp カテゴリー
---------------------*/
.cate_wrap h2{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto 7vw;
	height: 61.5vw;
	background: url("/photo/page/20221102/img/cate_ttl_sp.jpg") center top no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	}
.cate_box {
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.cate_box a{
	width: calc(480/1000*100%);
	margin-bottom: calc(40/1000*100%);
}

	/*sp 予算から選ぶ
---------------------*/
.yosan_wrap h2{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto 7vw;
	height: 61.5vw;
	background: url("/photo/page/20221102/img/yosan_ttl_sp.jpg") center top no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	}
.yosan_box {
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.yosan_box a{
	width: 100%;

	margin-bottom: calc(40/1000*100%);
}

	/*sp ギフトボックス
---------------------*/
.gift_wrap h2{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto 7vw;
	height: 71vw;
	background: url("/photo/page/20221102/img/gift_ttl_sp.jpg") center top no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	}
.gift_wrap h3{
	width: 75%;
	max-width: 400px;
	margin: 10vw auto 7vw;

	}
.gift_txt{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 10vw;
	color: #444444;
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.05em;
	}
.gift_txt .gift_note{
	padding-top: 5vw;
	font-size: 3.4vw;
}

.gift_cloth {
	width: calc(800/1000*100%);
	max-width: 800px;
	margin: 0 auto;
	padding: 5vw 0 0;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;/*両端配置・間隔なし*/
	align-items: flex-end;
}
.gift_cloth a{
	width: calc(260/520*100%);
}
	h3.ttl_cloth{
		margin: 5vw auto 7vw;
	}

	/*sp How to
--------*/
.how_box{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5vw 0 0vw;
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;*/
	}
.how_box .how_step{
	margin: 0 auto 10vw;
	text-align: center;
}
.how_box .how_step img{
	width: 50%;
}

.step_no {
 height:9vw;
 width:9vw;
 border-radius:50%;
 line-height:9vw;
 text-align:center;
	background-color: #988666;
	font-family: "classico-urw", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	font-size: 4.5vw;
	font-weight: bold;
	margin: 5vw auto 4vw;
}
.step_txt{
	font-size: 3.8vw;
	/*font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;*/
	text-align: center;
	margin: 0 auto;
	line-height: 1.8;
	font-weight: 500;
	color: #444444;
}
	.step_note{
		font-size: 3.4vw;
		padding-top: 1.5vw;
	}

/*sp How　ボタン
--------*/
.step_btn{
	width:60%;
	max-width: 320px;
	margin: 0 auto;
	background-color: #988666;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	line-height: 12vw;
	font-size: 3.6vw;
	letter-spacing: 1px;
	border-radius: 7px;
}
/*.step_btn:hover{
	background-color: #999999;
	color: #ffffff;
	animation: stepbtnAnime 1.5s linear;
}
@keyframes stepbtnAnime{
  0%{ color: #ffffff; background-color: #988666;}
 50%{ color: #ffffff; background-color: #999999;}
100%{ color: #ffffff; background-color: #999999;}
}*/

	/*sp トップへ戻る
---------------------*/
.topbtn_wrap{
	width: 100%;
	margin: 0 auto;
	background-color: #988666;
}
.topbtn_wrap a{
	display: block;
	width: calc(100/390*100%);
	padding: 4vw 0;
	margin: 0 auto;
}
.teturnTop{
		display: none;
}
#main{
	padding-bottom: 0!important;
}

	/*sp ジュエリー診断ページ
---------------------*/
.qa_wrap {
	width: 100%;
	margin-top: 18vw;
	background-color: #ebede2;
	padding-bottom: 20vw;
	}
.qa_wrap h2{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto;
	height: 61.5vw;
	background: url("/photo/page/20221102/img/qa_ttl_sp3.jpg") center top no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	position: relative;
	}
.qa_num{
	width: 25%;
	margin: 0 auto 10vw;
	padding-top: 20vw;
}
.qa_question{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10vw;
	font-size: 4.5vw;
	line-height: 2;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.2em;
	color: #666666;
	}

/*sp 診断　質問ボタン
--------*/
.qa_btn_wrap{
	width: 92vw;
	margin: 0 auto;
}
ul.qa_btn_wrap::after {
/*  content: "";
  display: block;
  clear: both;*/
}
ul.qa_btn_wrap li{
	width: 70%;
	margin: 0 auto 5vw;
}


.qa_btn{
	width: 100%;
	max-width: 320px;
	/*margin: 0 auto;*/
	background-color: #988666;
	/*font-family: 'Times';*/
	/*font-family: "yu-gothic-pr6n", sans-serif;*/
	font-family: "yu-gothic-pr6n", "Yu Gothic", "YuGothic", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	line-height: 14vw;
	font-size: 3.8vw;
	border-radius: 7px;
	letter-spacing: 0.15em;
}

/*.qa_btn:hover{
	background-color: #999999;
	color: #ffffff;
	animation: qabtnAnime 1.5s linear;
}
@keyframes qabtnAnime{
  0%{ color: #ffffff; background-color: #ad9e6e;}
 50%{ color: #ffffff; background-color: #999999;}
100%{ color: #ffffff; background-color: #999999;}
}*/

/*sp 診断　結果
--------*/
.ans_ttl{
	width: 92vw;
	text-align: center;
	margin: 0 auto;
	padding: 20vw 0 12vw;
	font-size: 4.2vw;
	line-height: 2.5;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.15em;
	color: #666666;
	}

.qa_item3_wrap, .qa_item4_wrap{
	width: 92vw;
	max-width: 1000px;
	margin: 0 auto 4vw;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-around;/*等間隔に配置 余白がないときは、centerと同じ*/
	align-items: flex-end;
}

.qa_item{
	width: 45%;
	padding-bottom: 6vw;
}

.qa_item_info{
	text-align: center;
	color: #555555;
	font-size: 3.4vw;
	padding-top: 2.5vw;
	font-family: "yu-gothic-pr6n", sans-serif;
}
.ans_btn_wrap{
	width: 360px;
	margin: 0 auto 40px;
}
.ans_btn_wrap .qa_btn{
	width: 90%;
	max-width: 360px;
	margin: 0 auto;
	letter-spacing: 0.05em;
		line-height: 14vw;
}
.ans_btn_wrap .btn_other{
	letter-spacing: 0.05em;
}
.ans_btn_wrap .btn_reset{
	background-color: #ffffff;
	color: #555555;
	margin-top: 8vw;
}
.qa_logo{
	width: 50%;
	max-width: 239px;
	margin: 30vw auto 0;
}






}/*! //sp */








/*! all
------------------------------------------*/

/*トップへ戻るボタンの余白
---------------------*/
.whiteSpace{
	background-color: #ffffff;
	padding: 40px 0 0;
}
/*タイトル タイピングアニメーション start
=========================*/
.eachTextAnime span{opacity: 0;}
.seasonTtl .eachTextAnime.appeartext span{ animation:text_anime_on1 0.5s ease-out forwards; }
.line1 .eachTextAnime.appeartext span{ animation:text_anime_on1 1s ease-out forwards; }
.line2 .eachTextAnime.appeartext span{ animation:text_anime_on2 3s ease-out forwards; }
@keyframes text_anime_on1 {
  0% {opacity:0;}
  100% {opacity:1;}
}
	@keyframes text_anime_on2 {
  0% {opacity:0;}
	50% {opacity:0;}
  100% {opacity:1;}
}
/*タイトル タイピングアニメーション end
=========================*/


/*画像回転アニメーション start
=========================*/
.itemAnmTrigger {
}
.secImgWide1 .itemAnmActive{
	animation: item_anm1 4s ease-out 1;
}
.secImgWide2 .itemAnmActive{
	animation: item_anm2 3s ease-out 1;
}
.secImgWide3 .itemAnmActive{
	animation: item_anm3 3s ease-out 1;
}

@keyframes item_anm1 {
0%   {transform: scale(1.3) rotate(10deg); }
100% {transform: scale(1.) rotate(0); }
}
@keyframes item_anm2 {
0%   { transform: scale(1.15) rotate(0deg); }
100% { transform: scale(1.) rotate(0deg); }
}
@keyframes item_anm3 {
0%   {transform: scale(1.2) rotate(-7deg); }
100% {transform: scale(1.) rotate(0); }
}
.imgFrame{
	overflow: hidden;
}
.imgFrame img{
	overflow: hidden;
}

/*画像回転アニメーション end
=========================*/


/*
テキストへの効果：背景色が伸びて出現 start
=========================*/
/*全共通*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*下から上*/
.bgDUextend::before{
  animation-name:bgDUextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
	background-color: #dec0d2;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
  0% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgDUextendTrigger{
    opacity: 0;
}
/*
テキストへの効果：背景色が伸びて出現 end 
=========================*/


/*   ふわっと表示 start
=========================*/
/* ----- effects ----- */
  .effFI, .effFIU, .effFID, .effFIR, .effFIL { opacity:0; }
  .effFI.effanm { -webkit-animation:effFI 2.5s both; animation:effFI 2.5s both; }
  .effFIU.effanm { -webkit-animation:effFIU 1.5s both; animation:effFIU 1.5s both; }
  .effFID.effanm { -webkit-animation:effFID 1.5s both; animation:effFID 1.5s both; }
  .effFIR.effanm { -webkit-animation:effFIR 1.5s both; animation:effFIR 1.5s both; }
  .effFIL.effanm { -webkit-animation:effFIL 1.5s both; animation:effFIL 1.5s both; }

/*その場でフェードイン*/
  @-webkit-keyframes effFI {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI {0%{opacity:0}100%{opacity:1}}

/*下から上へフェードイン*/
  @-webkit-keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*上から下へフェードイン*/
  @-webkit-keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
/*   ふわっと表示 end
=========================*/


/*ページ読み込み時のローディングアニメーション//
=========================*/
#cover {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #988666;
    transition: .8s .4s ease;
    transform-origin: right center;
}
.loaded #cover {
	opacity: 1;
	visibility: visible;
	transform: rotateY(90deg);
}
#main {
	opacity: 0;
	transition: .8s .4s ease;
}
.hideCover #main {
	opacity: 1;
}
/*//ページ読み込み時のローディングアニメーション
=========================*/



