@charset "UTF-8";
/*-----------------------------------------------------
	COMMON
-----------------------------------------------------*/

.break {
	display: none;
}
/*-----------------------------------------------------
	SNS BUTTON
-----------------------------------------------------*/

.sns {
	font-size: 0;
	line-height: 1;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 30px;
}

.sns .snsbtn {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	margin-right: 10px;
}
/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

#footer {
	/*color: #666666;*/
	line-height: 18px;
	padding: 30px 0 20px;
	/*border-top: 1px solid #e3e3e3;*/
	/*background: #6d6d6d;*/
}

#footer .wrap {
	text-align: center;
	padding: 0;
}

#footer .ft-menu {
	margin: 0 120px 20px 120px;
	padding-bottom: 30px;
	font-size: 14px;
	border-bottom: 1px solid #D6D8D7;
}

#footer .ft-menu span {
	padding: 0 5px;
	color: #666;
}

#footer .ft-menu .inquiry {
	margin-right: 60px;
}

#footer ul.ft-link {
	margin: 0 60px 10px 60px;
	font-size: 12px;
}

#footer .ft-link li {
	display: inline-block;
	margin: 0 10px;
	color: #666;
}

#footer .ft-menu a,
#footer .ft-link a {
	color: #2d2d2d;
}

#footer .copyright {
	font-size: 10px;
	margin-top: 30px;
}

.copy_piapro {
	display: inline-block;
	background: url(../images/logo_piapro.svg) no-repeat right center;
	padding-right: 60px;
	margin-right: 10px;
}
/*-----------------------------------------------------
	pagetop
-----------------------------------------------------*/

#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	transition-duration: .3s;
	z-index: 999;
}

#pageTop:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	color: #999;
	font-family: 'fontello';
	content: '\e808';
	font-size: 16px;
	transition-duration: .2s;
}

#pageTop:hover {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 1);
}

#pageTop:hover:after {
	font-size: 20px;
}

#pageTop.hide {
	bottom: -60px;
}
/*-----------------------------------------------------
	container
-----------------------------------------------------*/

#container {
	position: relative;
	min-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 1;
	overflow-x: hidden;
}
/*-----------------------------------------------------
	header
-----------------------------------------------------*/

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	height: 50px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

#header .wrap {
	min-width: 1200px;
}

#header h1 {
	height: 50px;
	width: 212px;
	margin-left: 30px;
	float: left;
	transition-duration: .3s;
}

#header h1 a {
	display: block;
	width: inherit;
	height: inherit;
	background: url(../images/id_mikuexpo_tw_txt.svg) left center no-repeat;
	background-size: auto 8px;
	overflow: hidden;
	text-indent: -9999px;
}

#header .navBtn {
	display: none;
}
/*--------------------nav--------------------*/

#nav {
	height: 50px;
	float: right;
}

#nav #gmenu {
	float: right;
	font-size: 0;
	margin-right: 20px;
}

#nav #gmenu > li {
	display: inline-block;
}

#nav #gmenu > li:nth-child(1) {
	display: none;
}

#nav #gmenu > li > a {
	font-family: 'Aldrich', sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 0 20px;
	height: 50px;
	line-height: 53px;
	font-size: 13px;
	text-align: center;
	color: #101010;
	position: relative;
	overflow: hidden;
	transition-duration: .3s;
}

#nav #gmenu > li a:hover {
	color: #37b0cf !important;
}

/*-----------------------------------------------------
	cont-top
-----------------------------------------------------*/

#container.top {
	width: 100%;
}

.cont-top-outer {
	position: relative;
	z-index: 1;
	/*background: #acaeec;*/
	background: url(../images/bg-tw-top-grad.jpg) center top repeat-x;
	background-size: auto 1400px;
}

/*.cont-top-outer:after {
	position: absolute;
	display: block;
	content: "";
	top: -49px;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -820px;
	width: 1330px;
	height: 1400px;
	background: url(../images/bg-tw-top1.svg) right top no-repeat;
	background-size: auto 1400px;
	z-index: -1;
}*/

.cont-top-outer:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	/*height: 100%;*/
	height: 1291px;
	background: url(../images/bg-tw-top.jpg) right top no-repeat;
	background-size: auto 1400px;
	z-index: -1;
}

.cont-top-outer:before {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	height: 1291px;
	width: 560px;
	background: url(../images/bg-tw-top-right.jpg) left 0 no-repeat;
	left: 50%;
	margin-left: 600px;
	background-size: auto 1400px;
	top: 0;
	z-index: -1;
}

.cont-top {
	height: 100%;
	position: relative;
	/*max-height: 1280px;*/
	max-height: 1110px;
}

.cont-top .wrap {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: table;
	position: relative;
}

.cont-top .wrap .inner {
	padding: 0px 480px 0 90px;
	display: table-cell;
	vertical-align: middle;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

.top-logo {
	width: 100%;
	background: url(../images/logo-copy-tw2.svg) no-repeat center;
	padding-bottom: calc(100% * 450 / 600);
	background-size: 100% auto;
	margin-bottom: 30px;
}

.top-finished {
	margin-bottom: 30px;
	padding-left: 10px;
	text-align: center;
}

.top-finished .inner-finished {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #E9EAEC;
	line-height: 44px;
	padding: 0 60px;
	border-radius: 2px;
	background: #e66092;
}

/*
.top-logo {
	width: 100%;
	background: url(../images/logo-copy-tw1.svg) no-repeat center;
	padding-bottom: calc(100% * 320 / 600);
	background-size: 100% auto;
	margin-bottom: 30px;
}
*/


.sns-top {
	width: 100%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	/*padding-right: 30px;*/
}

.sns-top .bnr-twitter a {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	background: #000;
	color: #fff;
	text-align: left;
	padding: 0 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	font-size: 11px;
	transition-duration: .2s;
}

.sns-top .bnr-twitter a:hover {
	background: #555;
}

.sns-top .bnr-twitter i {
	font-size: 18px;
	vertical-align: middle;
	vertical-align: sub;
	/*color: #55acee;*/
}

.sns-top .sns {
	display: block;
	height: 24px;
	margin-bottom: 10px;
	text-align: center;
}

.logo_miku {
	background: url(../images/logo_miku.png) no-repeat center;
	background-size: 80px auto;
	width: 80px;
	height: 34px;
	position: absolute;
	bottom: 46px;
	right: 40px;
	display: block;
	z-index: 2;
}

.credit_illu {
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	right: 40px;
	display: block;
	text-shadow: 0 0 6px #000;
	color: #fff;
	z-index: 2;
}

/*---------------animation----------------*/

.top-anime01 {
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
}

/*-----------------------------------------------------
	section
-----------------------------------------------------*/

.section-wrap {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.section {
	position: relative;
	color: #f0f0f0;
}

.section .wrap {
	padding: 120px 90px;
	position: relative;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	min-height: 590px;
}

.section h1 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 45px;
}

.section h1.section-title {
	letter-spacing: 0.5em;
	font-size: 34px;
	text-align: center;
	margin-bottom: 45px;
}

.section h1.section-title-en {
	letter-spacing: 0;
}

.section h1.section-title-sp0 {
	letter-spacing: 0.2em;
}

.section h1.section-title span {
	display: inline-block;
	position: relative;
	color: #ffffff;
}

.win .section h1.section-title span {
	color: #ed5a9e;
}

.section h1.section-title span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(title);
	width: 100%;
	height: 100%;
	color: #ed5a9e;
	-webkit-mask-image:-webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,1));
}

.section h1.section-title span:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(title);
	width: 100%;
	height: 100%;
	color: #54A2C7;
	-webkit-mask-image:-webkit-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,0));
}

.section p.lead {
	font-size: 16px;
	line-height: 28px;
}

.section p.subtitle {
	font-weight: bold;
	/*color: #2d2d2d;*/
}

.col2 {
	zoom: 1;
}

.col2:after {
	content: "";
	display: block;
	clear: both;
}

.col2 .wrap-first {
	float: left;
	width: 480px;
}

.col2 .wrap-last {
	float: right;
	width: 480px;
}

.section.section-about-jt {
	background: #373737;
}

.section.section-about-jt .wrap {
	padding-top: 160px;
	padding-bottom: 260px;
	background: url(../images/bg-sect-about-jt.jpg) no-repeat center bottom;
}

.section.section-about-jt .wrap:before {
	background: url(../images/bg-sect-about-jt-left.jpg) no-repeat left bottom;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	left: -148px;
}

.section.section-about-jt .wrap:after {
	background: url(../images/bg-sect-about-jt-right.jpg) no-repeat left bottom;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	right: -148px;
}

.section.section-about-jt .credit-about {
	/*color: #666;*/
	width: 100%;
	left: 0;
	text-align: center;
}


.section.section-about-cafe {
	background: #545454;
}

.section.section-about-jt h1,
.section.section-about-cafe h1 {
	text-align: center;
	margin-bottom: 90px;
	font-size: 42px;
}

.section.section-about-miku {
	background: #262626;
}

.section.section-about-miku .wrap {
	padding-right: 685px;
	color: #fff;
	background: url(../images/bg-sect-about-miku2.jpg) no-repeat center 70px;
}

.section.section-about-miku .wrap:after {
	background: url(../images/bg-sect-about-miku2-right.jpg) no-repeat left 70px;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	right: -148px;
}

.credit-about {
	font-size: 10px;
	color: #999;
	display: inline-block;
	line-height: 14px;
	position: absolute;
	left: 90px;
	bottom: 30px;
}

.section.section-about-miku h1 {
	color: #fff;
}

.section.section-about-themesong .wrap-first {
	width: 380px;
}

.section.section-about-themesong .wrap-first .lead {
	font-size: 24px;
	text-indent: -0.5em;
	margin-bottom: 5px;
}

.section.section-about-themesong .wrap-last {
	width: 620px;
}

/*-----------------------------------------------------
	page
-----------------------------------------------------*/
.pageheader {
	position: relative;
	padding-top: 51px;
	text-align: center;
}
.pageheader .wrap {
	padding: 120px 90px 20px;
	position: relative;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
}
.pageheader h1 {
	padding-top: 120px;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #2d2d2d;
	letter-spacing: 2px;
	
}
.pageheader h1:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background: url(../images/pagetitle.svg) no-repeat center top;
	background-size: auto 960px;/* height 120px * num */
}



/*---------------animation----------------*/

.page-anime01 {
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
}

.page-anime02 {
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
}

/*-----------------------------------------------------
	overview
-----------------------------------------------------*/
#container.live .pageheader h1:after {
	background-position: center 0;
}

#container.live .section-wrap {
	padding-bottom: 70px;
}

#container.live .section .wrap {
	padding: 70px 90px;
}

.overview {
	margin-top: 45px;
}
/*---------------------------------------------------*/
.overview .label {
	border-bottom: 1px solid #999;
	zoom: 1;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

.overview .label:after {
	content: "";
	display: block;
	clear: both;
}

.overview .label .area {
	float: left;
	width: 200px;
}

.overview .label .venue {
	float: left;
	width: 250px;
}

.overview .label .date {
	float: left;
	width: 320px;
}

/*---------------------------------------------------*/
.overview .cont {
	border-bottom: 1px solid #999;
	zoom: 1;
	font-size: 14px;
	line-height: 20px;
}

.overview .cont:after {
	content: "";
	display: block;
	clear: both;
}
/*---------------------------------------------------*/
.overview .cont .place {
	float: left;
	width: 450px;
	zoom: 1;
}

.overview .cont .place:after {
	content: "";
	display: block;
	clear: both;
}

.overview .cont .area {
	float: left;
	width: 200px;
	position: relative;
	text-indent: -9999px;
}

.overview .cont .venue {
	float: right;
	width: 250px;
	line-height: 72px;
}

.overview .cont .venue.long {
	padding: 16px 0;
	line-height: 20px;
}

.overview .cont .area:after {
	position: absolute;
	content: "";
	left: 0;
	top: 24px;
	display: block;
	height: 29px;
	width: 200px;
	background: url(../images/txt-tw-city1.svg) no-repeat left top;
	background-size: auto 30px;
}

.overview .cont.cont-sf .area:after {
	background-position: left 0;
}
/*---------------------------------------------------*/
.overview .cont .schedule {
	float: right;
	width: 570px;
}

.overview .schedule .inner {
	zoom: 1;
	border-bottom: 1px solid #999;
	/*padding: 20px 0;*/
}

.overview .schedule .inner:last-child {
	border-bottom: none;
}

.overview .schedule .inner:after {
	content: "";
	display: block;
	clear: both;
}

.overview .schedule .inner .date {
	float: left;
	width: 140px;
	line-height: 72px;
}

.overview .schedule .inner .open-start {
	float: right;
	width: 430px;
}

.overview .schedule .inner .open-start .inner {
	zoom: 1;
	border-bottom: 1px solid #999;
	padding: 16px 0;
}

.overview .schedule .inner .open-start .inner:last-child {
	border-bottom: none;
}

.overview .schedule .inner .open-start .inner:after {
	content: "";
	display: block;
	clear: both;
}

.overview .schedule .inner .open-start .day-night {
	float: left;
	width: 300px;
	box-sizing: border-box;
	position: relative;
	padding-left: 24px;
	font-size: 13px;
	line-height: 40px;
}

.overview .schedule .inner .open-start .link {
	float: right;
	width: 130px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.overview .schedule .inner .open-start .link.onsalesoon {
	line-height: 40px;
}

.overview .schedule .inner .open-start .link.buynow,
.overview .schedule .inner .open-start .link.finished {
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
}

.overview .schedule .inner .open-start .link.finished {
	display: none;
}

.overview .schedule .inner .open-start .day-night span:first-child {
	margin-right: 10px;
}

.overview .schedule .inner .date .md {
	font-size: 16px;
	padding: 0 2px;
}

.overview .schedule .inner .date .week {
	margin-left: 3px;
}


/*---------------------------------------------------*/
.overview .schedule .inner .open-start .day-night:after {
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 16px;
	font-family: 'fontello';
	content: '\e808';
	font-size: 16px;
}

.overview .schedule .inner .open-start .day:after {
	content: '\E811';
	color: #e2b625;
}

.overview .schedule .inner .open-start .night:after {
	content: '\E810';
	color: #9c72b5;
}

.contact-note {
	margin-top: 15px;
	text-align: center;
}

.overview .soon {
	font-size: 30px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 72px;
}

/*-----------------------------------------------------
	ticket-thum
-----------------------------------------------------*/
.ticket-info {
	margin-top: 60px;
	padding: 45px;
	text-align: center;
	background-image: linear-gradient(-45deg, #E87BD8 0%, #7ED8E9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E87BD8', endColorstr='#7ED8E9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ticket-info .title {
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff;
}
.ticket-info .lead {
	color: #ececec;
}
.ticket-info .ticket-thum {
	margin-top: 30px;
}
.ticket-info .ticket-thum:after {
	content: "";
	display: block;
	clear: both;
}
.ticket-info .cont-thum {
	float: left;
	width: calc(25% - 30px);
	margin-right: 40px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	padding: 160px 20px 20px;
	min-height: 240px;
	background-size: 65%;
	background-position: center 15px;
	background-repeat: no-repeat;
}
.ticket-info .cont-thum:last-child {
	margin-right: 0;
}
.ticket-info .cont-thum p {
	line-height: 1.2;
	font-size: 12px;
}
.ticket-info .cont-thum.vip01 {
	background-image: url(../images/icon-vip-01.svg);
}
.ticket-info .cont-thum.vip02 {
	background-image: url(../images/icon-vip-02.svg);
}
.ticket-info .cont-thum.vip03 {
	background-image: url(../images/icon-vip-03.svg);
}
.ticket-info .cont-thum.vip04 {
	background-image: url(../images/icon-vip-04.svg);
}

.ticket-info .list-nml {
	margin-top: 45px;
	font-size: 12px;
	color: #fff;
}

.ticket-info .list-nml a {
	color: #000;
}

/*-----------------------------------------------------
	youtube
-----------------------------------------------------*/
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------
	letsgo
-----------------------------------------------------*/
.bnr-letsgo-en {
	display: block;
	height: 120px;
	background: url(../images/bnr_letsgo_anime_en.jpg) no-repeat 0 0;
	margin-top: 45px;
	-webkit-animation: letsgo-anime infinite steps(4,end) 1s;
	-moz-animation: letsgo-anime infinite steps(4,end) 1s;
	-ms-animation: letsgo-anime infinite steps(4,end) 1s;
}

@-webkit-keyframes letsgo-anime {
	100%	 { background-position-y: -480px; }
}
@-moz-keyframes letsgo-anime {
	100%	 { background-position-y: -480px; }
}
@-ms-keyframes letsgo-anime {
	100%	 { background-position-y: -480px; }
}
.bnr-jorte {
	display: block;
	height: 120px;
	background: url(../images/bnr_jorte.jpg) no-repeat 0 0;
	margin-top: 20px;
}

/*-----------------------------------------------------
	sponsor
-----------------------------------------------------*/
ul.sponsor {
	padding: 30px 0 30px;
	text-align: center;
	font-size: 0;
}
ul.sponsor li {
	display: inline-block;
	font-size: 12px;
	margin: 0 5px;
}

ul.sponsor li a {
	display: block;
	width: 140px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px;
	color: #333;
	text-decoration: none;
}

ul.sponsor li a .logo {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background-image: url(../images/sponsor160105.png);
	background-repeat: no-repeat;
	background-size: auto 90px;
}
ul.sponsor li a .desc {
	margin-top: 6px;
}
ul.sponsor .logo-ana {
	background-position: 0 0;
}
ul.sponsor .logo-tom {
	background-position: -90px 0;
}

.email-jp {
	background: url(../images/emal-jp.png) no-repeat right center;
	padding-right: 180px;
	background-size: 175px auto;
	margin-left: 10px;
}



/*-----------------------------------------------------
	goods
-----------------------------------------------------*/
.section-goods-ex {
	background: #E0E0E0;
}

#container.goods .pageheader h1:after {
	background-position: center -120px;
}

#container.goods .section .wrap {
	/*padding: 20px 90px 90px;*/
}

.goods-list {
	font-size: 0;
}
.goods-list li {
	display: inline-block;
	width: calc(100% / 3);
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px;
}
.goods-list li > div {
	display: block;
	text-decoration: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px;
	/*min-height: 450px;*/
}
.goods-list .goods-img {
	display: block;
}
.goods-list .goods-img span {
}
.goods-list img {
	max-width: 100%;
}
.goods-list .goods-title {
	margin-top: 10px;
	/*min-height: 36px;*/
	color: #2a2a2a;
	font-size: 14px;
	line-height: 1.3;
}

.goods-list .goods-size {
	margin-top: 2px;
	color: #999;
	font-size: 12px;
	line-height: 1.2;
}

.goods-list .goods-price {
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #111;
}
.goods-list .goods-price span {
}

.goods-info {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 45px 60px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	margin: 30px 10px 20px;
	font-size: 16px;
	text-align: center;
}

.goods-list .goods-note {
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}


/*-----------------------------------------------------
	goods-gift
-----------------------------------------------------*/

.goods-gift {
	margin-top: 45px;
	background: #fff;
	border: 1px solid #dcdcdc;
	
	border-radius: 6px;
	font-size: 14px;
	color: #6d6d6d;
}

.goods-gift .col2 .wrap-first {
	float: left;
	width: calc(100% - 290px);
	box-sizing: border-box;
	padding: 60px;
}

.goods-gift .col2 .wrap-last {
	float: right;
	width: 200px;
	box-sizing: border-box;
	padding: 20px 60px 20px 0;
}

.goods-gift .col2 .wrap-last img {
	width: 100%;
	height: auto;
}








