@charset "utf-8";@charset "utf-8";
/* style   index */
.use {
	position: relative;
}

.use:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #ffffff;
}

#gFooter {
	background: none;
}

.style-qa-wrp {
	padding-top: 100px;
}

.styleBox {
	display: flex;
	margin-bottom: 9px;
}

.left,
.right {
  flex: 0 0 50%;
}

.style-qa-wrp .styleBox .left,
.style-qa-wrp .styleBox .right {
  flex: none;
  flex-shrink: 0;
}
.style-qa-wrp .styleBox .left {
	width: 54.155vw;
}
.style-qa-wrp .styleBox .right {
	width: 45.845vw;
	/* height: 100% !important; */
}


.swiper-slide .left,
.swiper-slide:nth-child(1) .right {
	opacity: 0 !important;
}

.swiper-slide.swiper-slide-active .left,
.swiper-slide:nth-child(1).swiper-slide-active .right {
	opacity: 1 !important;
}

.leftItem {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 1;
}

.leftItem.swiper-slide {
	opacity: 0 !important;
}

.leftItem.swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.btmName {
	text-align: right;
	padding-right: 35px;
	padding-top: 16px;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.styleBox img {
  width: 100%;
}

.img {
	padding-top: 59px;
	width: 72%;
	margin: 0 auto;
}

.style-qa-wrp .styleBox .right .img {
	padding-top: 0;
	width: 100%;
	margin: 0;
}

.leftCon {
	margin-top: -67px;
	width: 100%;
	position: relative;
	left: 8%;
}
.style-qa-wrp .styleBox .leftCon {
	/* margin-top: 0; */
	left: inherit;
}

.leftCon h2 {
	width: 50%;
	margin: 0 auto 3px;
}

.left .swiper-wrapper .leftItem:nth-child(1) .fadeInAnim {
	transition-delay: .8s;
}

.loaded .leftItem .fadeInAnim {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.loaded .leftItem.divVisible .fadeInAnim.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.info {
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 2.7;
	margin-bottom: 145px;
}

.enInfo {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 155px;
}

.link a {
	display: inline-block;
	font-size: 24px;
}

.link {
	text-align: center;
}

.scrollCon {
	position: absolute;
	left: 50%;
	bottom: 81px;
	width: 30px;
	height: 68px;
	overflow: hidden;
	transform: translateX(-50%);
	cursor: pointer;
}

.scrollCon i {
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #D2D6DA;
	-webkit-animation: LINE 1.6s ease infinite;
	animation: LINE 1.6s ease infinite;
}

@keyframes LINE {
  0%   { -webkit-transform: translateY(-100%); transform: translateY(-100%) }
  60%  { -webkit-transform: translateY(0%); transform: translateY(0%) }
  100% { -webkit-transform:translateY(100%); transform:translateY(100%) }
}

.page .on {
	font-size: 55px;
	text-align: center;
	opacity: 1;
}

.page li {
	font-size: 50px;
	/* opacity: 0.5; */
	position: relative;
	display: inline-block;
	/* margin-right: 16px; */
}

.page li:last-child,
.quesSelect li:last-child,
.scrollLine li:last-child {
	margin-right: 0;
}

.page li::before {
	position: absolute;
	content: '';
	bottom: -18px;
	right: 19px;
	background: #D2D6DA;
	transform: translateY(-50%) rotate(38deg);
	width: 1px;
	height: 85%;
	display: none;
}

/* .page li:last-child span {
	vertical-align: bottom;
	line-height: 0.3;
} */

.page {
	text-align: center;
	margin-bottom: 32px;
	padding-top: 32px;
}

.page .on::before {
	display: none;
}

.quesInfo {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 94px;
    padding: 0 10%;
}

.quesSelect {
	text-align: center;
	margin-bottom: 140px;
}

.quesSelect li {
	display: inline-block;
	margin-right: 143px;
	position: relative;
}

.quesSelect li a {
	font-size: 28px;
	letter-spacing: 2px;
}

.quesSelect ul {
	position: relative
}

.quesSelect ul::before {
	position: absolute;
	content: '';
	bottom: 50%;
	left: 50%;
	background: #D2D6DA;
	transform: translate(-50%,50%) rotate(38deg);
	width: 1px;
	height: 72px;
}

.scrollLine {
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	opacity: .5 !important;
	height: 16px;
	padding: 10px 0;
}

.scrollLine span.swiper-pagination-bullet {
	height: 16px;
	background: #6D7A86;
	opacity: .3;
	width: 1px;
	margin: 0 6px;
	border-radius: 0;
	transform: scaleY(1);
	transform-origin: center center;
	transition: opacity .5s ease,transform .5s ease;
}

.scrollLine span.swiper-pagination-bullet-active {
	transform: scaleY(1.5);
	opacity: 1;
}

.rightItem {
	background-color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.use::before {
		display: none;
	}

	.left:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(#EDF3F8, rgba(255,255,255, 0));
	}
	
	.left {
		position: relative;
		padding-bottom: 24px;
	}

	.leftItem {
		align-items: flex-start;
	}

	.leftItemStart {
		height: auto !important;
	}

	.leftCon {
		margin-top: 0;
		left: 0;
	}

	.styleBox {
		display: block;
		margin-bottom: 40px;
	}

	.leftCon h2 {
		width: 61%;
		margin: 0 auto -7px;
		padding-top: 70px;
	}

	.page {
		margin-bottom: 26px;
		padding-top: 86px;
	}

	.page .on {
		font-size: 35px;
	}

	.page li {
		font-size: 32px;
	}

	.quesInfo {
		font-size: 17px;
		letter-spacing: 2.4px;
		margin-bottom: 44px;
        padding: 0 5%;
	}

	.quesSelect {
		margin-bottom: 62px;
	}

	.quesSelect ul::before {
		height: 48px;
	}

	.quesSelect li {
		margin-right: 91px;
	}

	.quesSelect li a {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.info {
		font-size: 12px;
		letter-spacing: 1.5px;
		margin-bottom: 55px;
	}

	.enInfo {
		font-size: 10px;
		letter-spacing: 0;
		padding-bottom: 71px;
		margin-bottom: 0;
	}

	.link a {
		font-size: 20px;
	}

	.scrollCon {
		bottom: 46px;
		height: 30px;
	}

	.img {
		padding-top: 31px;
		width: 69%;
	}

	.styleBox:nth-child(1) .img {
		padding-top: 5px;
	}

	.btmName {
		padding-right: 19px;
		font-size: 10px;
	}

}

/* style   index  end */
.resultFv {
	background-image: url(/photo/page/gift/main.jpg);
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0;
}
.sp_only{
	display:none;
}
.firstViewImg{
	width: 100%;
}

/*
.resultFv .fviInner {
	width: auto;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}
*/
.resultFv .fviInner p {
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 2.2;
}


.resultFv .fvTitle {
	/* width: 324px; */
	margin: 0;
}
.resultFv .fvTitle > a{
	/* font-size: 215px; */
	font-size: 65px;
color: #ffffff;
}
.result .fvTitle > h2{
	/* font-size: 215px; */
	font-size: 65px;
}
.resultFv .fvTitle > a .style_number{
	/* font-size: 108px; */
	font-size: 3.709vw;
	display: block;
}

.resultFv .fvTitle img {
	width: 100%;
}

.resultFv .btmName {
	position: absolute;
	right: 0;
	bottom: 17px;
}

.resultFv .scrollCon {
	bottom: 0;
	height: 60px;
	margin-left: -15px;
}

.resultFv .scrollCon i {
	background-color: #B5BCC2;
}

.ipad .resultFv {
	background-position: 66% center;
}

/* resultRecomm */
.resultRecomm {
	/*display: flex;*/
	/* flex-direction: row-reverse; */
	position: relative;
	padding-bottom: 53px;
	background-color: #fff;
	width: 91.071vw;
    margin: 0 auto;
}

/* .resultRecomm::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: linear-gradient(#EDF3F8, rgba(255,255,255, 0));
} */

.resultRecommLeft {
	/* flex: 0 0 50%; */
	text-align:center;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 150px 0 60px;
	/*display: flex;*/
	align-items: center;
}

.resultRecommCon {
	margin: 0 118px;
	padding: 0 80px 0 80px;
}

.resultRecommRight {
	/* flex: 1; */
	flex-shrink: 0;
	/* width: 1250px; */
	width: 42.926vw;
	position: relative;
	z-index: 1;
}

.resultRecommRight img {
	width: 100%;
	display: block;
}

.resultRecommItem {
	opacity: .5;
	font-size: 12px;
	letter-spacing: .5px;
	margin-bottom: 22px;
}

.resultRecommConHead{
	/* font-size: 65px; */
	font-size: 28px;
	line-height: 2;
	text-align: center;
    padding-top:150px;
}
.resultRecommConHead2{
	/* font-size: 65px; */
	font-size: 24px;
	line-height: 2;
	text-align: center;
	padding:60px 0 36px 0;
}

.resultRecommText {
	/* margin-right: 76px; */
	/* font-size: 47px; */
	font-size: 13px;
	letter-spacing: .9px;
	line-height: 30px;
	padding-top: 37px;
	padding-bottom:0px;
	text-align:center;
}
.resultRecommText2 {
	/* margin-right: 76px; */
	/* font-size: 47px; */
	font-size: 13px;
	letter-spacing: .9px;
	line-height: 30px;
	text-align:center;
	padding-bottom:137px;
}
.resultRecommInfo {
	position: relative;
}

.resultRecommTitle {
	position: absolute;
	right: -6px;
	display: flex;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	font-size: 26px;
	top: 8px;
	letter-spacing: 9px;
	white-space: nowrap;
}
.giftbox img{
	width:850px;
	text-align:center;
}

@media all and (min-width: 0) and (max-width: 767px) { 
	.resultFv {
		 background-image: url(/photo/page/gift/main_sp.jpg);
	}

	.resultFv .fviInner .pc_only{
		width: 100%;
		transform: translateY(0);
		position: relative;
		bottom: inherit;
		left: inherit;
		top: inherit;
	}

	.resultFv .fvTitle {
		/* width: 58%; */
		/* margin: 0px auto -2%; */
		/* margin: 0 auto; */
		/* margin-top: 5.867vw; */
	}

	.resultFv .fviInner p {
		letter-spacing: 1.9px;
		line-height: 1.9;
		font-size: 12px;
		margin-top:-15px;
	}

	.resultFv .btmName {
		bottom: 19px;
	}

	.resultFv .scrollCon {
		height: 30px;
	}

	/* resultRecomm */

	.resultRecomm {
		display: block;
		padding-bottom: 72px;
	}

	.resultRecomm::before {
		display: none;
	}

	.resultRecommLeft {
		/* padding: 76px 29px 25px; */
	}

	.resultRecommCon {
		margin: 0;
	}

	/* .resultRecommLeft::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(#EDF3F8, rgba(255,255,255, 0));
	} */

	.resultRecommItem {
		font-size: 10px;
		margin-bottom: 14px;
	}

	.resultRecommTitle {
		right: -4px;
		font-size: 22px;
		top: 7px;
		letter-spacing: 6px;
	}

	.resultRecommText {
	.resultRecommText {
	/* margin-right: 76px; */
	/* font-size: 47px; */
	font-size: 13px;
	letter-spacing: .9px;
	line-height: 30px;
	padding-top: 37px;
	padding-bottom:60px;
	text-align:center;
}
	}

	.resultRecommRight {
		overflow: hidden;
	}

	.resultRecommRight img {
		transform: scale(1);
	}
	
}
/* resultSwiper */
.resultSwiper {
	overflow: hidden;
	padding-bottom: 144px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.resultSwiper .swiper-container {
	max-width: 960px;
	margin: 0 auto;
	overflow: visible;
}

.resultSwiper .resultItem {
	/* width: 50% !important;
	opacity: .5;
	transition: opacity .5s ease; */
}

.resultSwiper .resultItem a {
	display: block;
}

.resultSwiper .resultItem.swiper-slide-active,
.resultSwiper .resultItem.swiper-slide-next {
	opacity: 1;
}

.resultSwiper img {
	width: 100%;
	display: block;
}

.resultArrow {
	width: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	transition: opacity .5s ease;
}

.resultArrow::after {
	content: '';
	position: absolute;
	width: 180%;
	height: 180%;
	opacity: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.resultArrow:hover {
	opacity: .7;
}

.resultItemPic {
	margin: 0 60px 20px;
}

.resultItemText {
	text-align: center;
}

.resultPrice {
	font-size: 18px;
	color: #6d7a86;
	padding-bottom:20px;
}

.resultPriceCap {
	font-size: 12px;
	color: #6d7a86;
	padding-bottom:20px;
	line-height: 22px;
}

.resultName {
	font-size: 15px;
	color: #c0c0c0;
	letter-spacing: .4px;
	margin-bottom: 0;
	padding:20px 0 30px 0;
}

.resultLink {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 50px 11px;
	position: relative;
	font-size: 12px;
	letter-spacing: .5px;
	color: #666666;
}

.resultLink:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #D2D6DA;
	height: 1px;
}

.resultLink svg.iconTarget {
	width: 10px;
	height: 10px;
	fill: #000;
	margin-left: 6px;
	vertical-align: 0px;
	opacity: .6;
}

.resArrLeft {
	left: -65px;
}

.resArrRight {
	right: -65px;
}

.swiper-button-disabled {
	opacity: .4;
	cursor: auto;
}

.swiper-button-disabled:hover {
	opacity: .4;
}

.resultPagi {
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	margin-top: 126px;
	opacity: .5;
	height: 16px;
	padding-bottom: 10px;
}

.resultPagi span.swiper-pagination-bullet {
	height: 16px;
	background: #6D7A86;
	opacity: .3;
	width: 1px;
	margin: 0 6px;
	border-radius: 0;
	transform-origin: center;
	transition: opacity .5s ease,height .5s ease;
}

.resultPagi span.swiper-pagination-bullet-active {
	height: 24px;
	opacity: 1;
}

.resultPagi span.swiper-pagination-bullet:hover {
	opacity: .7;
}

.ipad .resArrRight {
	right: -20px;
}

.ipad .resArrLeft {
	left: -20px;
}

.ipad .resultArrow::after {
	width: 300%;
	height: 300%;
}


@media all and (min-width: 0) and (max-width: 767px) { 
	.resultSwiper .resultItem {
		/* width: 100% !important; */
	}

	.resultItemPic {
		/* margin-bottom: 7px; */
		margin: 0;
	}

	.resultArrow {
		width: 10px;
	}

	.resArrLeft {
		left: 20px;
	}

	.resArrRight {
		right: 20px;
	}

	.resultPagi {
		margin-top: 88px;
	}

	.resultSwiper .resultItem {
		opacity: 1;
	}

	.resultSwiper {
		padding-bottom: 0;
	}

	.resultArrow:hover,
	.resultPagi span.swiper-pagination-bullet:hover {
		opacity: 1;
	}

	.iphone678 .resultFv .fviInner {
		transform-origin: center bottom;
		transform: translateY(0) scale(1);
	}

	.iphone678 .resultFv .fvTitle {
		/* width: 50%; */
	}

	.resultArrow::after {
		width: 350%;
		height: 300%;
	}
}

/* @media all and (min-width: 0) and (max-width: 320px) {
	.resultFv .fviInner {
		transform-origin: center bottom;
		transform: translateY(0) scale(.82);
	}

	.resultFv .fvTitle {
		width: 54%;
	}
} */

@media all and (max-width:767px) {
	.style-qa-wrp {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.style-qa-wrp .styleBox .left {
		width: 100%;
		height: auto !important;
	}
	.style-qa-wrp .styleBox .right {
		width: 100%;
		height: auto !important;
	}
}


.resultFv {
	width: 100%;
	max-width: 2652px;
	margin: 100px auto 0 auto;
	height: auto !important;
}

.recommend_item_list_wrap {
	position: relative;
	padding-bottom: 230px;
}
.recommend_item_list_title{
	position: absolute;
    right: 6.49vw;
    display: flex;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 3.64vw;
    top: 0.275vw;
    letter-spacing: 9px;
    white-space: nowrap;
}

.recommend_item_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 73.077vw;
	max-width: 2128px;
	margin: 0 auto;
	gap: 100px 50px;
}
.recommend_item_list .recommend_item {
	width: 20.742vw;
	max-width: 604px;
}
.recommend_item_list .recommend_item .resultItemPic {
	margin: 0 0 20px 0;
}
.recommend_item_list .recommend_item .resultName {
	margin-bottom: 0;
}

.philosophy_bnr {
	width: 31.765vw;
	margin: 0 auto;
	padding: 5.666vw 0;
}

@media all and (max-width:767px) {
	.resultFv {
		width: 100%;
		margin: 20vw 0 0 0;
	}
	.firstViewImg {
		width: 100%;
		display: block;
	}
	.resultFv .fvTitle {
		padding-top: 8.933vw;
	}
	.resultFv .fvTitle > a {
		font-size: 13.333vw;
	}
	.result .fvTitle > h2{
		/* font-size: 215px; */
		font-size: 9.333vw;
	}
	.resultFv .fvTitle > a .style_number {
		font-size: 7.467vw;
	}
	.resultRecomm {
		width: 100%;
	}
	.resultRecommConHead {
		font-size: 6.8vw;
		padding-top: 9.333vw;
	}
	
.resultRecommText {
	/* margin-right: 76px; */
	/* font-size: 47px; */
	font-size: 13px;
	letter-spacing: .9px;
	line-height: 30px;
	padding-top: 37px;
	padding-bottom:60px;
	text-align:center;
}
	}
	.resultRecommCon {
		margin: 0;
		padding: 0;
	}
	.resultRecommLeft{
		width: 100%;
		padding: 0 6.667vw;
	}
	.resultRecommRight {
		width: 100%;
		margin-top: 9.333vw;
	}
	.recommend_item_list .slick-track .slick-slide {
		width: 32vw;
		margin: 0 1vw;
	}
	.philosophy_bnr {
		width: 46.667vw;
		margin: 0 auto;
		padding: 10vw 0;
	}

@media (max-width: 767px) {
	.recommend_item_list{
		width: 100%;
		margin: 0;
		display:flex;
		flex-wrap:wrap;
		column-gap: 0;
		gap: 0 30px;
	}
    	.recommend_item_list .recommend_item{
		width:40%;
	}
    .resultFv .pc_only{
	background-image: url(/photo/page/gift/main_sp.jpg);
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0;
}
.resultFv .fvTitle{
	position:relative;
		padding-top:0;
	margin-top:-40px;
	}
    .pc_only{
		display:none;
	}
    .sp_only{
		display:block;
	}
    .resultFv .fvTitle > a {
		font-size: 45px;
	}
    .resultRecommConHead {
		font-size: 24px;
		padding-top: 84px;
	}
    	.resultRecommText {
	/* margin-right: 76px; */
	/* font-size: 47px; */
	font-size: 13px;
	letter-spacing: .9px;
	line-height: 29px;
	padding-top: 37px;
	padding-bottom:0px;
	text-align:center;
}
.resultName {
	font-size: 11px;
	color: #c0c0c0;
	letter-spacing: .4px;
	margin-bottom: 0;
	padding:0 0 16px 0;
}
.resultPriceCap {
	font-size: 12px;
	color: #6d7a86;
	padding-bottom:80px;
	line-height: 22px;
}
.recommend_item_list_wrap {
	position: relative;
	padding-bottom: 0px;
}
.resultRecommConHead2{
	/* font-size: 65px; */
	font-size: 20px;
	line-height: 2;
	text-align: center;
	padding:25px 0 35px 0;
}
}
	@media screen and (min-width: 961px){
  .br-pc { display:block !important; }
  .br-sp { display:none !important; }
}
	@media only screen and (min-width: 767px) and (max-width: 960px) {
  .br-pc { display:block !important; }
  .br-sp { display:none !important; }
}
	@media screen and (max-width: 767px){
  .br-pc { display:none !important; }
  .br-sp { display:block !important; }
	}
