@charset "UTF-8";

@import url("https://use.typekit.net/uax0rmf.css");

/*******************
Initial setting
*******************/
html{overflow: auto;}
body {overflow: hidden;}

#pgWrap *{-webkit-box-sizing: border-box;box-sizing: border-box;}
#pgWrap { margin-bottom: 30px;}
@media screen and (min-width: 940px) { #pgWrap{margin-bottom:20px;}}
#pgWrap img{
	border:none;
    height: auto;
	width: 100%;vertical-align: top;}
#pgWrap img[src$=".svg"] {
    width: 100%;

}

#pgWrap ul{list-style-type:none;}

#pgWrap a {
	text-decoration: underline;
	color: #000;
}

#pgWrap a:hover {
	text-decoration: none;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}




/*******************
Layout
*******************/
body {overflow-y: scroll;}
#pgWrap{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	padding-top: 100px;
	color: #000;
	font-weight: 500;
}

#pgWrap #pgContainer{
	width: 100%;
	margin: 0 auto;
  background: #fff;
}

a:hover img {opacity:.8;transition: opacity 0.3s ease-out;}
p a:hover {opacity:.8;transition: opacity 0.3s ease-out;}

@media screen and (min-width: 940px) {
	.sp {
		display: none !important;
	}

	.pc_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}


@media screen and (max-width: 940px) {
	#pgWrap{
		font-size: 3.4666vw;
		padding-top: 21.3333333333%;
	}
	.pc {
		display: none !important;
	}
	#pgWrap #pgContainer{
	margin: 0 auto;
	}
	.sp_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}

/*******************
mv
*******************/

#mv_area {
	text-align: center;
	position: relative;
	width: 100%;
	background: #fff;
	height: 50vw;
	background: url(/special/goldrabbit/images/main.jpg) no-repeat;
	background-size: 100%;
}

#mv_area .pg_ttl {
	width: 25vw;
	height: 25vw;
	background: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: fade-in 1s ease-in;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#mv_area h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/special/goldrabbit/images/logo.svg) no-repeat;
	background-size: 100%;
	width: 13.8888888889vw;
	height: 18.3673611111vw;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 940px) {
	#mv_area {
	    width: 100%;
		background: url(/special/goldrabbit/images/main_sp.jpg) no-repeat;
		height: 200vw;
	}

	#mv_area .pg_ttl {
		width: 71.7948717949vw;
		height: 71.7948717949vw;
	}

	#mv_area h2{
		width: 39.8871794872vw;
		height: 52.7461538462vw;
	}
}





/* -------------------------------------------- */

/*******************
item_sec1
*******************/

#item_sec1 {
	position: relative;
	padding-top: 160px;
	padding-bottom: 160px;
  	margin: 0 auto;
  	text-align: center;
}

#item_sec1 p.title {
	font-family: "Gloock", serif;
  	font-weight: 400;
	font-size: 4.8611111111vw;
	line-height: 1;
	letter-spacing: 0.2rem;
	margin-bottom: 64px;
	position: relative;
}

#item_sec1 .item_copy {
	font-size: 1.5277777778vw;
  	line-height: 2;
  	margin-bottom: 64px;
}

#item_sec1 .date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 58.3333333333vw;
	margin: 0 auto;
}

#item_sec1 .date .term {
	display: inline-block;
	font-size: 1.3888888889vw;
	padding: 16px 32px;
	border: 1px solid #000;
	border-radius: 50px;
}

#item_sec1 .date .timeline {
	font-size: 2.08333333333vw;
	align-self: center;
}



@media screen and (max-width: 940px) {
	#item_sec1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#item_sec1 p.title {
		font-size: 15.3846153846vw;
		margin-bottom: 48px;
	}

	#item_sec1 .item_copy {
		width: 89.7435897436vw;
		text-align: left;
		font-size: 4.6153846154vw;
		margin: 0 auto 48px;
		line-height: 1.6;
		letter-spacing: -0.05;
	}

	#item_sec1 .date {
		width: 71.7948717949vw;
	}

	#item_sec1 .date .term {
		font-size: 4.6153846154vw;
		margin: 0 auto 16px;
	}

	#item_sec1 .date .timeline {
		font-size: 6.6666666667vw;
		line-height: 1.4;
		text-align: left;
	}
}








/*******************
item_sec2
*******************/

#item_sec2 {
	background: #1F1B00;
	padding: 160px 0;
	color: #fff;
	position: relative;
}

#item_sec2 h4 {
	position: absolute;
	font-family: "Gloock", serif;
	font-size: 6.9444444444vw;
	line-height: 1;
	letter-spacing: 0.4rem;
	top: 160px;
	right: 11.1111111111vw;
	z-index: 3;
}

#item_sec2 .profile_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 8.3333333333vw 0 11.1111111111vw;
	position: relative;
}

#item_sec2 .profile_box img {
	width: 33.3333333333vw;
	margin-top: 64px;
	padding-bottom: 84px;
}

#item_sec2 .profile_box .name {
	position: absolute;
	font-family: "Gloock", serif;
	font-size: 3.4722222222vw;
	bottom: 124px;
	left: 0;
}

#item_sec2 .profile_box .txt_box {
	width: 45.1388888889vw;
	align-self: flex-end;
	position: relative;
}

#item_sec2 .profile_box .txt_box .open {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

#item_sec2 .profile_box .txt_box .open:before {
	content: '';
	display: block;
	background-color: #6F5411;
	height: 1px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 0;
}

#item_sec2 .profile_box .txt_box .open:after {
	content: '';
	display: block;
	background-color: #6F5411;
	height: 40px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 10px;
}



#item_sec2 .profile_box .txt_box .close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#item_sec2 .profile_box .txt_box .close:before {
	content: '';
	display: block;
	background-color: #6F5411;
	height: 1px;
    width: 40px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

#item_sec2 .profile_box .txt_box .close:after {
	content: '';
	display: block;
	background-color: #6F5411;
	height: 40px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
}

#item_sec2 .profile_box .txt_box p {
	font-size: 1.25vw;
	line-height: 2;
	padding: 40px;
}


@media screen and (max-width: 940px) {

	#item_sec2 {
		padding-top: 454px;
		padding-bottom: 80px;
	}

	#item_sec2 h4 {
		font-size: 17.9487179487vw;
		top: 80px;
		right: auto;
		left: 3.8461538462vw;
	}

	#item_sec2 .profile_box {
		margin: 0 5.1282051282vw 0 5.1282051282vw;
	}

	#item_sec2 .profile_box img {
		width: 89.7435897436vw;
		margin-top: 0;
		padding-bottom: 20px;
	}

	#item_sec2 .profile_box .name {
		font-size: 10.2564102564vw;
		bottom: auto;
		top: 110.2564102564vw;
	}

	#item_sec2 .profile_box .txt_box {
		width: 92.3076923077vw;
	}

	#item_sec2 .profile_box .txt_box p {
		font-size: 4.1025641026vw;
		line-height: 1.8;
		padding: 40px 30px;
		letter-spacing: -0.05rem;
	}
 }


/* -------------------------------------------- */


/*******************
item_sec3
*******************/

#item_sec3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	position: relative;
}

#item_sec3 .story {
	width: 50%;
	height: 55.5555555556vw;
	position: relative;
}

#item_sec3 .story01 {
	background: url(/special/goldrabbit/images/gr_item01.jpg);
	background-size: 100%;
}

#item_sec3 .story02 {
	background: url(/special/goldrabbit/images/gr_item02.jpg);
	background-size: 100%;
}

#item_sec3 .story p.ttl {
	font-family: "Gloock", serif;
	font-size: 1.3888888889vw;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 105px;
	left: -25px;
	transform: rotate(-90deg);
}

#item_sec3 .txt_box {
	width: 38.8888888889vw;
	position: absolute;
	bottom: 64px;
	left: 50%;
	transform: translateX(-50%);
}

#item_sec3 .txt_box .open {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

#item_sec3 .txt_box .open:before {
	content: '';
	display: block;
	background-color: #fff;
	height: 1px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 0;
}

#item_sec3 .txt_box .open:after {
	content: '';
	display: block;
	background-color: #fff;
	height: 40px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 10px;
}



#item_sec3 .txt_box .close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#item_sec3 .txt_box .close:before {
	content: '';
	display: block;
	background-color: #fff;
	height: 1px;
    width: 40px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

#item_sec3 .txt_box .close:after {
	content: '';
	display: block;
	background-color: #fff;
	height: 40px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
}

#item_sec3 .txt_box p {
	font-size: 1.1111111111vw;
	line-height: 2;
	padding: 40px;
}





@media screen and (max-width: 940px) {

	#item_sec3 {
		width: 100vw;
	}

	#item_sec3 .story {
		width: 100%;
		height: 111.02564102564vw;
	}

	#item_sec3 .story p.ttl {
		font-size: 4.1025641026vw;
		letter-spacing: 0.2rem;
		top: 60px;
		left: -33px;
		transform: rotate(-90deg);
	}

	#item_sec3 .txt_box {
		width: 92.3076923077vw;
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#item_sec3 .txt_box p {
		font-size: 3.5897435897vw;
		line-height: 2;
		padding: 40px;
	}
}



/*******************
item_sec4
*******************/

#item_sec4 {
	padding: 160px 0;
	background: #F0E2D6;
	color: #1F1B00;
}

#item_sec4 h4 {
	font-family: "Gloock", serif;
	font-size: 4.8611111111vw;
	letter-spacing: 0.4rem;
	margin-bottom: 120px;
	text-align: center;
}

#item_sec4 ul.item_list {
	width: 93.3333333333vw;
	margin: 0 auto;
}

#item_sec4 ul.item_list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 120px;
}

#item_sec4 ul.item_list li img {
	width: 45vw;
	margin-bottom: 64px;
}

#item_sec4 ul.item_list li p {
	width: 100%;
	font-size: 1.25vw;
	line-height: 2;
}




@media screen and (max-width: 940px) {

	#item_sec4 {
		padding: 80px 0 132px;
	}

	#item_sec4 h4 {
		font-size: 15.3846153846vw;
		margin-bottom: 48px;
	}

	#item_sec4 ul.item_list {
		width: 89.7435897436vw;
	}

	#item_sec4 ul.item_list li {
		width: 100%;
		margin-bottom: 48px;
	}

	#item_sec4 ul.item_list li img {
		width: 100%;
		margin-bottom: 16px;
	}

	#item_sec4 ul.item_list li p {
		font-size: 4.1025641026vw;
	}
}


/*******************
item_sec5
*******************/

#item_sec5 {
	margin-top: -120px;
	color: #1F1B00;
}

#item_sec5 .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

#item_sec5 .detail .detail_ttl {
	font-family: "Gloock", serif;
	font-size: 2.08333333333vw;
	letter-spacing: 0.1rem;
	position: absolute;
	transform: rotate(-90deg);
}

#item_sec5 .txt_box {
	position: relative;
}

#item_sec5 .txt_box .open {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

#item_sec5 .txt_box .open:before {
	content: '';
	display: block;
	background-color: #1F1B00;
	height: 1px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 0;
}

#item_sec5 .txt_box .open:after {
	content: '';
	display: block;
	background-color: #1F1B00;
	height: 40px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 10px;
}

#item_sec5 .txt_box .close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#item_sec5 .txt_box .close:before {
	content: '';
	display: block;
	background-color: #1F1B00;
	height: 1px;
    width: 40px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

#item_sec5 .txt_box .close:after {
	content: '';
	display: block;
	background-color: #1F1B00;
	height: 40px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
}

#item_sec5 .txt_box p {
	font-size: 1.1111111111vw;
	line-height: 2;
	padding: 2.7777777778vw;
	letter-spacing: -0.08rem;
}



#item_sec5 .detail.fablic .detail_ttl {
	top: 2.7777777778vw;
	left: 48.5vw;
}

#item_sec5 .detail.fablic img {
	width: 50vw;
}

#item_sec5 .detail.fablic .txt_box {
	background-color: #F0E2D6;
	padding: 2.7777777778vw;
	width: 44.4444444444vw;
	align-self: center;
	margin-right: 40px;
}

#item_sec5 .detail.fablic .txt_box .open:before {
    top: 50px;
    right: 40px;
}
#item_sec5 .detail.fablic .txt_box .open:after {
    top: 40px;
    right: 50px;
}
#item_sec5 .detail.fablic .txt_box .close:before {
    bottom: 50px;
    left: 40px;
}
#item_sec5 .detail.fablic .txt_box .close:after {
    bottom: 40px;
    left: 50px;
}

#item_sec5 .detail.name {
	width: 88.8888888889vw;
	margin: -92px auto 120px;
}

#item_sec5 .detail.name .detail_ttl {
	top: 6.1111111111vw;
	left: 51.5vw;
}

#item_sec5 .detail.name img {
	width: 27.7777777778vw;
	order: 2;
}

#item_sec5 .detail.name .txt_box {
	width: 55.5555555556vw;
	align-self: flex-end;
}

#item_sec5 .detail.details {
	width: 91.6666666667vw;
	margin: 0 40px 0 80px;
}

#item_sec5 .detail.details .detail_ttl {
	top: 2.2222222222vw;
	left: 27vw;
}

#item_sec5 .detail.details img {
	width: 27.7777777778vw;
}

#item_sec5 .detail.details .txt_box {
	background-color: #F0E2D6;
	width: 58.3333333333vw;
	align-self: flex-end;
	padding: 40px;
}

#item_sec5 .detail.details .txt_box .open:before {
    top: 50px;
    right: 40px;
}
#item_sec5 .detail.details .txt_box .open:after {
    top: 40px;
    right: 50px;
}
#item_sec5 .detail.details .txt_box .close:before {
    bottom: 50px;
    left: 40px;
}
#item_sec5 .detail.details .txt_box .close:after {
    bottom: 40px;
    left: 50px;
}


@media screen and (max-width: 940px) {
	#item_sec5 {
		margin-top: -100px;
	}

	#item_sec5 .detail .detail_ttl {
		font-size: 6.1538461538vw;
	}

	#item_sec5 .detail.fablic img {
		width: 84.6153846154vw;
	}

	#item_sec5 .detail.fablic .detail_ttl {
		top: 8.1777777778vw;
		left: auto;
		right: -3vw;
	}

	#item_sec5 .txt_box {
		width: 92.3076923077vw;
		padding: 16px;
	}

	#item_sec5 .txt_box p {
		font-size: 3.5897435897vw;
		line-height: 2;
		padding: 40px;
	}

	#item_sec5 .detail.fablic .txt_box {
		width: 100%;
		margin-right: 0;
		padding: 16px;
	}

	#item_sec5 .detail.fablic .txt_box .open:before {
	    top: 26px;
	    right: 16px;
	}
	#item_sec5 .detail.fablic .txt_box .open:after {
	    top: 16px;
	    right: 26px;
	}
	#item_sec5 .detail.fablic .txt_box .close:before {
	    bottom: 26px;
	    left: 16px;
	}
	#item_sec5 .detail.fablic .txt_box .close:after {
	    bottom: 16px;
	    left: 26px;
	}

	#item_sec5 .detail.name {
		width: 92.3076923077vw;
		margin: 32px auto 32px;
	}

	#item_sec5 .detail.name .detail_ttl {
		top: 18vw;
		left: 0;
	}

	#item_sec5 .detail.name img {
		width: 61.5384615385vw;
		order: 0;
		margin-left: 28.2051282051vw;
	}

	#item_sec5 .detail.name .txt_box {
		width: 100%;
		margin-right: 0;
		padding: 16px;
		margin-top: 16px;
	}

	#item_sec5 .detail.name .txt_box .open:before {
	    top: 26px;
	    right: 16px;
	}
	#item_sec5 .detail.name .txt_box .open:after {
	    top: 16px;
	    right: 26px;
	}
	#item_sec5 .detail.name .txt_box .close:before {
	    bottom: 26px;
	    left: 16px;
	}
	#item_sec5 .detail.name .txt_box .close:after {
	    bottom: 16px;
	    left: 26px;
	}

	#item_sec5 .detail.details {
		width: 92.3076923077vw;
		margin: 32px auto 0;
	}

	#item_sec5 .detail.details .detail_ttl {
		top: 6.5vw;
        left: 58vw;
    }

	#item_sec5 .detail.details img {
		width: 61.5384615385vw;
		order: 0;
	}

	#item_sec5 .detail.details .txt_box {
		width: 100%;
		margin-right: 0;
		padding: 16px;
		margin-top: 32px;
	}

	#item_sec5 .detail.details .txt_box .open:before {
	    top: 26px;
	    right: 16px;
	}
	#item_sec5 .detail.details .txt_box .open:after {
	    top: 16px;
	    right: 26px;
	}
	#item_sec5 .detail.details .txt_box .close:before {
	    bottom: 26px;
	    left: 16px;
	}
	#item_sec5 .detail.details .txt_box .close:after {
	    bottom: 16px;
	    left: 26px;
	}
}


/*******************
item_sec6
*******************/

#item_sec6 {
	padding: 160px 160px 0;
}

#item_sec6 h5 {
	font-size: 4.1666666667vw;
	text-align: center;
	margin-bottom: 64px;
	position: relative;
	font-weight: 400;
}

#item_sec6 .howto {
	padding: 64px;
	border: 1px solid #1F1B00;
	border-radius: 80px;
	font-size: 1.1111111111vw;
	margin-bottom: 64px;
}

#item_sec6 .howto dl {
	line-height: 1.6;
}

#item_sec6 .howto dt {
	font-weight: 700;
	margin-bottom: 5px;
}

#item_sec6 .howto dd {
	margin-bottom: 32px;
}

#item_sec6 .howto dd span {
	color: #FF3F6E;
}


#pgWrap #item_sec6 .link_area {
	margin: 0 auto 160px;
}

#pgWrap #item_sec6 .link_area a.btn {
	width: 37.5vw;
	background: #1F1B00;
	border-radius: 24px;
    display: block;
    padding: 2.6736111111vw 0;
    font-size: 1.9444444444vw;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
	position: relative;
	border: 1px solid #fff;
}

#pgWrap #item_sec6 .link_area a {
	text-decoration: none !important;
	transition: 0.3s ease-out;
}

#pgWrap #item_sec6 .link_area a.btn:after {
    content: '';
    background: url(/special/goldrabbit/images/arw.svg) no-repeat;
    background-size: 100%;
    width: 3.2923611111vw;
    height: 1.2090277778vw;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

#pgWrap #item_sec6 .link_area a.btn:hover {
	transition: 0.3s ease-out;
	background: #fff;
	color: #1F1B00 !important;
	border: 1px solid #1F1B00;
}

#pgWrap #item_sec6 .link_area a.btn:hover:after {
    content: '';
    background: url(/special/goldrabbit/images/arw_b.svg) no-repeat;
    background-size: 100%;
    width: 3.2923611111vw;
    height: 1.2090277778vw;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

#item_sec6 .logo_area {
	height: 360px;
	position: relative;
}

#item_sec6 .logo_area img {
	width: 13.8888888889vw;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




@media screen and (max-width: 940px) {
	#item_sec6 {
		padding: 80px 0 0;
	}

	#item_sec6 h5 {
		font-size: 10.2564102564vw;
		text-align: center;
		margin-bottom: 48px;
	}

	#item_sec6 .howto {
		width: 89.7435897436vw;
		border-radius: 48px;
		padding: 48px 32px 16px;
		margin: 0 auto 48px;
		font-size: 3.5897435897vw;
	}

	#pgWrap #item_sec6 .link_area {
		margin-bottom: 80px;
	}

	#pgWrap #item_sec6 .link_area a.btn {
		width: 89.7435897436vw;
		background: #1F1B00;
		border-radius: 16px;
	    display: block;
	    padding: 6.1538461538vw 0;
	    font-size: 4.6538461538vw;
	    color: #fff !important;
	    text-decoration: none;
	    text-align: center;
	    margin: 0 auto;
		position: relative;
		border: 1px solid #fff;
	}

	#pgWrap #item_sec6 .link_area a.btn:after {
	    content: '';
	    width: 7.8794871795vw;
	    height: 2.8948717949vw;
	    display: inline-block;
	    right: 6.2564102564vw;
	}

	#item_sec6 .logo_area {
		height: 92.3076923077vw;
	}

	#item_sec6 .logo_area img {
		width: 39.8871794872vw;
	}

}




/*******************
item_sec7
*******************/

#item_sec7 {
	color: #000;
	background: #fff;
	padding-top: 160px;
	padding-bottom: 160px;
	margin-top: -160px;
	border-radius: 160px 160px 0 0;
	position: relative;
}

#item_sec7 img {
	width: 25vw !important;
	margin-bottom: 160px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#item_sec7 p.copyright {
	text-align: center;
	font-size: 1.25vw;
	font-family: Nunito, sans-serif;
}

@media screen and (max-width: 940px) {
	#item_sec7 {
		padding: 80px 0 40px;
		border-radius: 80px 80px 0 0;
	}

	#item_sec7 img {
		width: 36.9230769231vw !important;
		margin-bottom: 80px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	#item_sec7 p.copyright {
		text-align: center;
		font-size: 3.3333333333vw;
	}
}





.pg_attention {
	font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 100px 0;
    background: #fff;
    color: #000;
	border-bottom: 1px solid #ddd;
}

.pg_attention a {
	color: #000 !important;
}






#pgWrap .fadein {
    opacity: 0;
    transition: all 0.75s;
}

#pgWrap .fadein.scrollin {
	opacity: 1;
}

#pgWrap .txt_box.fadein .open:before {
	width: 0;
    transition: all 1.2s;
}

#pgWrap .txt_box.fadein.scrollin .open:before {
	width: 40px;
}

#pgWrap .txt_box.fadein .open:after {
	height: 0;
    transition: all 1.2s;
}

#pgWrap .txt_box.fadein.scrollin .open:after {
	height: 40px;
}

#pgWrap .txt_box.fadein .close:before {
	width: 0;
    transition: all 1.2s;
}

#pgWrap .txt_box.fadein.scrollin .close:before {
	width: 40px;
}

#pgWrap .txt_box.fadein .close:after {
	height: 0;
    transition: all 1.2s;
}

#pgWrap .txt_box.fadein.scrollin .close:after {
	height: 40px;
}


#pgWrap .fadein1:after {
	content: '';
    display: block;
    width: 100%;
    height: 4.8611111111vw;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 3;
    /* opacity: 0; */
    transition: all 0.5s;
}

#pgWrap .fadein1.scrollin:after {
	height: 0;
	top: 4.8611111111vw;
	/*opacity: 1;*/
}

#pgWrap .fadein2 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.75s;
}

#pgWrap .fadein2.scrollin {
    transform: translate(0, 0);
	opacity: 1;
}

#pgWrap .fadein3 {
	position: relative;
}

#pgWrap .fadein3:after {
	content: '';
    display: block;
    width: 100%;
    height: 4.8611111111vw;
    background: #F0E2D6;
    position: absolute;
    top: 0;
    z-index: 3;
    /* opacity: 0; */
    transition: all 0.5s;
}

#pgWrap .fadein3.scrollin:after {
	height: 0;
	top: 4.8611111111vw;
	/*opacity: 1;*/
}

@media screen and (max-width: 940px) {
	#pgWrap .fadein1:after {
	    height: 30.7692307692vw;
	}

	#pgWrap .fadein1.scrollin:after {
		height: 0;
		top: 30.7692307692vw;
	}

	#pgWrap .fadein3:after {
	    height: 46.1538461538vw;
	}

	#pgWrap .fadein3.scrollin:after {
		height: 0;
		top: 46.1538461538vw;
	}
}

