@charset "utf-8";
#WWD__editorial ul{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
#WWD__editorial h1{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
#WWD__editorial h2{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
#WWD__editorial h3{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
#WWD__editorial h4{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
#WWD__editorial p{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
#WWD__editorial img{vertical-align:bottom;}
#WWD__editorial ol,
#WWD__editorial ul {list-style:none;}

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}


/*----------------------------------------------------
 header
--------------------------------------------------- */
#WWD__editorial .wwd__nav{
	font-family: sans-serif;
}
#WWD__editorial ul.wwd__nav__menu--child {
    background: rgba(0, 0, 0, 0.6);
}
/*----------------------------------------------------
 bvlgari_top_main
--------------------------------------------------- */
#bvlgari_top_main{
	position: relative;
	overflow: hidden;
}
#bvlgari_top_main .bg{
	letter-spacing: -0.4em;
	width: 100%;
}
#bvlgari_top_main .bg li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
#bvlgari_top_main .bg li img{
	width: 100%;
	height: auto;
}

#bvlgari_top_main .catch{
	position: absolute;
	top: 28%;
	left: 34.04%;
	width:31.47%;
	opacity: 0;
}
#bvlgari_top_main.view .catch{
	opacity: 1;
    -webkit-transition: all 0s 0.1s ease;
       -moz-transition: all 0s 0.1s ease;
        -ms-transition: all 0s 0.1s ease;
         -o-transition: all 0s 0.1s ease;
            transition: all 0s 0.1s ease;
}
#bvlgari_top_main.view.change .catch{
	opacity: 0;
    -webkit-transition: all 1s 0s ease;
       -moz-transition: all 1s 0s ease;
        -ms-transition: all 1s 0s ease;
         -o-transition: all 1s 0s ease;
            transition: all 1s 0s ease;
}
#bvlgari_top_main .catch span{
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
	background: url(../img/top_catch01_mv.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 239px;
}
#bvlgari_top_main .catch img{
	width: 100%;
	height: auto;
	opacity: 0;
}

#bvlgari_top_main .starring{
	position: absolute;
	top: 69.28%;
	left: 32.35%;
	width:35.21%;
	opacity: 0;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_top_main.view .starring{
	opacity: 1;
    -webkit-transition: all 1s 2.2s ease;
       -moz-transition: all 1s 2.2s ease;
        -ms-transition: all 1s 2.2s ease;
         -o-transition: all 1s 2.2s ease;
            transition: all 1s 2.2s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_top_main .starring img{
	width: 100%;
	height: auto;
}
#bvlgari_top_main .logo{
	position: absolute;
	top: 81.14%;
	left: 30.96%;
	width:37.77%;
	opacity: 0;
}
#bvlgari_top_main .logo img{
	width: 100%;
	height: auto;
}
#bvlgari_top_main.view .logo{
	opacity: 1;
    -webkit-transition: all 1s 2.4s ease;
       -moz-transition: all 1s 2.4s ease;
        -ms-transition: all 1s 2.4s ease;
         -o-transition: all 1s 2.4s ease;
            transition: all 1s 2.4s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}

#bvlgari_top_main .copy{
	position: absolute;
	top: 22.85%;
	left: 41.21%;
	width:16.25%;
	opacity: 0;
}
#bvlgari_top_main .copy img{
	width: 100%;
	height: auto;
}
#bvlgari_top_main.view.change .copy{
	opacity: 1;
    -webkit-transition: all 0.5s 1.0s ease;
       -moz-transition: all 0.5s 1.0s ease;
        -ms-transition: all 0.5s 1.0s ease;
         -o-transition: all 0.5s 1.0s ease;
            transition: all 0.5s 1.0s ease;
}

#bvlgari_top_main h1{
	position: absolute;
	top: 43.14%;
	left: 36.89%;
	width:26.2%;
	opacity: 0;
}

#bvlgari_top_main h1 span{
            transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
	background: url(../img/top_title_mv.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 358px;
	height: 95px;
}
#bvlgari_top_main h1 img{
	width: 100%;
	height: auto;
	opacity: 0;
}
#bvlgari_top_main.view.change h1{
	opacity: 1;
    -webkit-transition: all 0s 0.5s ease;
       -moz-transition: all 0s 0.5s ease;
        -ms-transition: all 0s 0.5s ease;
         -o-transition: all 0s 0.5s ease;
            transition: all 0s 0.5s ease;
}

#bvlgari_top_main .scroll{
	display: block;
	position: absolute;
	top: 90%;
	left: 50%;
	width:60px;
	margin-left: -30px;
	opacity: 0;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
#bvlgari_top_main a:hover.scroll{
	opacity: 0.5;
}

#bvlgari_top_main.view .scroll{
	opacity: 1;
}
#bvlgari_top_main .scroll img{
	width: 100%;
	height: auto;
}

#bvlgari_top_main .star01{
	position: absolute;
	left: 20.22%;
	top: 16.85%;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
}
#bvlgari_top_main .star02{
	position: absolute;
	left: 46.7%;
	top: 10.7%;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
}
#bvlgari_top_main .star03{
	position: absolute;
	left: 52.4%;
	top: 32.57%;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
}
#bvlgari_top_main .star > ul li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  -webkit-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
       -o-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
          transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
}
#bvlgari_top_main.view .star  ul.star01 li.f1{
	-webkit-animation:starAnime 1.0s ease-in-out 0s forwards;
	        animation:starAnime 1.0s ease-in-out 0s forwards;
}
#bvlgari_top_main.view .star ul.star01 li.f2{
	-webkit-animation:starAnime 1.0s ease-in-out 0.1s forwards;
	        animation:starAnime 1.0s ease-in-out 0.1s forwards;
}
#bvlgari_top_main.view .star ul.star01 li.f3{
	-webkit-animation:starAnime 1.0s ease-in-out 0.2s forwards;
	        animation:starAnime 1.0s ease-in-out 0.2s forwards;
}
#bvlgari_top_main.view .star  ul.star02 li.f1{
	-webkit-animation:starAnime 1.0s ease-in-out 1.0s forwards;
	        animation:starAnime 1.0s ease-in-out 1.0s forwards;
}
#bvlgari_top_main.view .star ul.star02 li.f2{
	-webkit-animation:starAnime 1.0s ease-in-out 1.1s forwards;
	        animation:starAnime 1.0s ease-in-out 1.1s forwards;
}
#bvlgari_top_main.view .star ul.star02 li.f3{
	-webkit-animation:starAnime 1.0s ease-in-out 1.2s forwards;
	        animation:starAnime 1.0s ease-in-out 1.2s forwards;
}
#bvlgari_top_main.view .star  ul.star03 li.f1{
	-webkit-animation:starAnime 1.0s ease-in-out 2.0s forwards;
	        animation:starAnime 1.0s ease-in-out 2.0s forwards;
}
#bvlgari_top_main.view .star ul.star03 li.f2{
	-webkit-animation:starAnime 1.0s ease-in-out 2.1s forwards;
	        animation:starAnime 1.0s ease-in-out 2.1s forwards;
}
#bvlgari_top_main.view .star ul.star03 li.f3{
	-webkit-animation:starAnime 1.0s ease-in-out 2.2s forwards;
	        animation:starAnime 1.0s ease-in-out 2.2s forwards;
}
@-webkit-keyframes starAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;-webkit-transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;-webkit-transform: scale3d(1,1,1);}
}
@-moz-keyframes starAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;-moz-transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;-moz-transform: scale3d(1,1,1);}
}
@-ms-keyframes starAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;-ms-transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;-ms-transform: scale3d(1,1,1);}
}
@keyframes starAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;transform: scale3d(1,1,1);}
}
@media only screen and (max-width: 767px) {
	#bvlgari_top_main .bg li.bg01{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 50%;
		background: url(../img/top_main_image01_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	#bvlgari_top_main .bg li.bg02{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		height: 50%;
		background: url(../img/top_main_image02_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	#bvlgari_top_main .catch{
		position: absolute;
		top: 27.96%;
		left: 19.73%;
		width:31.47%;
		opacity: 0;
	}
	#bvlgari_top_main h1{
		position: absolute;
		top: 37.41%;
		left: 25.6%;
		width:26.2%;
		opacity: 0;
	}

	#bvlgari_top_main .starring{
		top: 50.98%;
		left: 0%;
		width:100%;
	}
	#bvlgari_top_main .logo{
		top: auto;
		bottom: 0;
		left: 0%;
		width:100%;
	}
	#bvlgari_top_main .copy{
		position: absolute;
		top: 32.48%;
		left: 37.6%;
		width:25.6%;
	}
	#bvlgari_top_main .scroll{
		top: 85%;
		width:40px;
		margin-left: -20px;
	}
	#bvlgari_top_main .star01{
		left: 2.22%;
		top: 12.85%;
	}
	#bvlgari_top_main .star02{
		left: 41.7%;
		top: 14.7%;
	}
	#bvlgari_top_main .star03{
		left: 52.4%;
		top: 25.57%;
	}
}
/*----------------------------------------------------
 bvlgari_top_list
--------------------------------------------------- */
#bvlgari_top_list{
	width: 100%;
	background: #FFF;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	overflow: hidden;
}
#bvlgari_top_list a{
	text-decoration: none;
}
#bvlgari_top_list .inner{
	width:992px;
	margin: 0 auto;
	position: relative;
	padding: 137px 0 107px;
}
#bvlgari_top_list .inner h2{
	text-align: center;
	font-size: 27px;
	line-height: 41px;
	letter-spacing: 0.0374em;
	color: #2E3137;
	font-weight: normal;
	margin-bottom: 40px;
	opacity: 0;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_top_list .inner.view h2{
	opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_top_list .inner p{
	width: 882px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 135px;
	opacity: 0;
    -webkit-transition: all 0.5s 0.1s ease;
       -moz-transition: all 0.5s 0.1s ease;
        -ms-transition: all 0.5s 0.1s ease;
         -o-transition: all 0.5s 0.1s ease;
            transition: all 0.5s 0.1s ease;
}
#bvlgari_top_list .inner.view p{
	opacity: 1;
}
#bvlgari_top_list .list{
	width: 873px;
	margin: 0 auto;
	position: relative;
}

#bvlgari_top_list .list .link01{
	width: 370px;
}
#bvlgari_top_list .list .link02{
	width: 370px;
	margin-top: -440px;
	margin-left: 503px;
}
#bvlgari_top_list .list a{
	display: block;
	position: relative;
}
#bvlgari_top_list .list a .base{
	width: 265px;
	height: 418px;
	background: #b4ab8a;
	display: block;
	opacity: 0;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_top_list .list .link01.view a .base,
#bvlgari_top_list .list .link02.view a .base{
	opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_top_list .list a .image{
	margin-top: -396px;
	margin-left: 22px;
	position: relative;
	margin-bottom: 22px;
	opacity: 0;
    -webkit-transition: all 0.5s 0.2s ease;
       -moz-transition: all 0.5s 0.2s ease;
        -ms-transition: all 0.5s 0.2s ease;
         -o-transition: all 0.5s 0.2s ease;
            transition: all 0.5s 0.2s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_top_list .list .link01.view a .image,
#bvlgari_top_list .list .link02.view a .image{
	opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_top_list .list a .image span{
	position: absolute;
	left: 50%;
	bottom: 54px;
	margin-left: -83px;
	width: 166px;
	height: 32px;
	display: block;
	background: #b4ab8a;
	text-align: center;
	line-height: 32px;
	color: #FFF;
}
#bvlgari_top_list .list a .textArea{
	opacity: 0;
    -webkit-transition: all 0.5s 0.2s ease;
       -moz-transition: all 0.5s 0.2s ease;
        -ms-transition: all 0.5s 0.2s ease;
         -o-transition: all 0.5s 0.2s ease;
            transition: all 0.5s 0.2s ease;
}
#bvlgari_top_list .list .link01 a .textArea.view,
#bvlgari_top_list .list .link02 a .textArea.view{
	opacity: 1;
}
#bvlgari_top_list .list a .copy{
	text-align: center;
	margin-bottom: 18px;
}
#bvlgari_top_list .list a .copy img{
	margin: 0 auto;
}
#bvlgari_top_list .list a .text{
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #2E3137;
}
#bvlgari_top_list .list a .en{
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #2E3137;
	margin-bottom: 10px;
}

#bvlgari_top_list .list a .starring{
	text-align: center;
	font-size: 26px;
	line-height: 100%;
	color: #2E3137;
	margin-bottom: 24px;
	font-family: 'Cormorant Garamond', serif;
}
#bvlgari_top_list .list a .bottom{
	width: 100%;
	height: 18px;
	background: #b4ad88;
	display: block;
    -webkit-transition: all 0.5s 0.3s ease;
       -moz-transition: all 0.5s 0.3s ease;
        -ms-transition: all 0.5s 0.3s ease;
         -o-transition: all 0.5s 0.3s ease;
            transition: all 0.5s 0.3s ease;
  -webkit-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
          transform: scale3d(0,1,1) translate3d(0px,0px,0px);
}
#bvlgari_top_list .list .link01 a .textArea.view .bottom,
#bvlgari_top_list .list .link02 a .textArea.view .bottom{
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_top_list .catch{
	position: absolute;
	top: 125px;
	left:503px;
	font-size: 36px;
	letter-spacing: 0.0292em;
}
#bvlgari_top_list .fire01{
	position: absolute;
	left: 50%;
	margin-left: 0;
	top: 137px;
}
#bvlgari_top_list .fire02{
	position: absolute;
	left: 50%;
	margin-left: -652px;
	top: 597px;
}
#bvlgari_top_list .fire03{
	position: absolute;
	left: 50%;
	margin-left: -107px;
	top: 957px;
}
#bvlgari_top_list .fire > ul li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  -webkit-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
       -o-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
          transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
}
#bvlgari_top_list .fire ul.view li.f1{
	-webkit-animation:fireAnime 2s ease-in-out 0s forwards;
	        animation:fireAnime 2s ease-in-out 0s forwards;
}
#bvlgari_top_list .fire ul.view li.f2{
	-webkit-animation:fireAnime 2s ease-in-out 0.1s forwards;
	        animation:fireAnime 2s ease-in-out 0.1s forwards;
}
#bvlgari_top_list .fire ul.view li.f3{
	-webkit-animation:fireAnime 2s ease-in-out 0.2s forwards;
	        animation:fireAnime 2s ease-in-out 0.2s forwards;
}
@-webkit-keyframes fireAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;-webkit-transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;-webkit-transform: scale3d(1,1,1);}
}
@-moz-keyframes fireAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;-moz-transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;-moz-transform: scale3d(1,1,1);}
}
@-ms-keyframes fireAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;-ms-transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;-ms-transform: scale3d(1,1,1);}
}
@keyframes fireAnime{
	0%  {opacity: 0;}
	10%  {opacity: 1;transform: scale3d(1,1,1);}
	70% {opacity: 1;}
	100%{opacity: 0;transform: scale3d(1,1,1);}
}

@media only screen and (max-width: 767px) {
	#bvlgari_top_list .inner{
		width:100%;
		padding: 75px 0 150px;
	}

	#bvlgari_top_list .inner h2{
		margin: 0px;
		font-size: 22px;
		line-height: 37px;
		letter-spacing: 0em;
		margin-bottom: 40px;
	}
	#bvlgari_top_list .inner p{
		width: auto;
		margin: 0 25px;
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 100px;
	}

	#bvlgari_top_list .list{
		width: auto;
		margin: 0 50px;
	}

	#bvlgari_top_list .list .link01{
		width: 100%;
		margin-bottom: 113px;
	}
	#bvlgari_top_list .list .link02{
		width: 100%;
		margin-top: 0px;
		margin-left:0px;
	}
	#bvlgari_top_list .catch{
		position: static;
		top:0px;
		left:0px;
		font-size: 24px;
		text-align: center;
		letter-spacing: 0.0292em;
		margin-bottom: 42px;
	}

	#bvlgari_top_list .list a{
		position: relative;
	}
	#bvlgari_top_list .list a .base{
		width: 200px;
		height:328px;
		margin-bottom: 70px;
	}
	#bvlgari_top_list .list .link02 a .base{
		margin-bottom: 20px;
	}
	#bvlgari_top_list .list a .image{
		width: 93.95%;
		position: absolute;
		top: 12px;
		left:6.1%;
		margin-top: 0px;
		margin-left: 0px;
	}
	#bvlgari_top_list .list .link02 a .image{
		width: 93.95%;
		position: absolute;
		top: -50px;
		left:6.1%;
		margin-top: 0px;
		margin-left: 0px;
	}
	#bvlgari_top_list .list a .image img{
		width: 100%;
		height: auto;
	}
	#bvlgari_top_list .list a .image span{
		bottom: 40px;
		margin-left: -63px;
		width: 126px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}

	#bvlgari_top_list .list a .copy img{
		width: 100%;
		height: auto;
	}
	#bvlgari_top_list .list a .text{
		font-size: 12px;
		line-height: 16px;
	}
	#bvlgari_top_list .list a .en{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	#bvlgari_top_list .list a .starring{
		font-size: 20px;
	}
	#bvlgari_top_list .list a .bottom{
		height: 15px;
	}
	#bvlgari_top_list .fire01{
		position: absolute;
		left: 50%;
		margin-left: -80px;
		top: 187px;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	}
	#bvlgari_top_list .fire02{
		position: absolute;
		left: 50%;
		margin-left: -222px;
		top: 827px;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	}
	#bvlgari_top_list .fire03{
		position: absolute;
		left: 50%;
		margin-left: -80px;
		top: 1557px;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	}
}


/*----------------------------------------------------
 bvlgari_footer
--------------------------------------------------- */
#bvlgari_footer{
	width: 100%;
	background: #b4ad88;
	position: relative;
	padding: 94px 0 130px;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#bvlgari_footer p{
	font-size: 18px;
	line-height: 28px;
	color: #FFF;
	margin-bottom: 85px;
}
#bvlgari_footer ul.sns{
	text-align: center;
	letter-spacing: -0.4em;
}
#bvlgari_footer ul.sns li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px;
}
#bvlgari_footer ul.sns li a{
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
}
#bvlgari_footer ul.sns li a .icon {
    width: 56px;
    height: 56px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
#bvlgari_footer ul.sns li a .btn.facebook .icon::before {
    content: '\f09a';
}
#bvlgari_footer ul.sns li a .btn.twitter .icon::before {
    content: '\f099';
}
#bvlgari_footer ul.sns li a .icon::before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 16pt;
    margin-top: 1px;
    line-height: 56px;
}
#bvlgari_footer ul.sns li a .text {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
	#bvlgari_footer{
		padding: 60px 0 60px;
	}
	#bvlgari_footer p{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 65px;
	}

}
/*----------------------------------------------------
 bvlgari_story01_main
--------------------------------------------------- */
#bvlgari_story01_main{
	position: relative;
	overflow: hidden;
}
#bvlgari_story01_main .bg{
	width: 100%;
}
#bvlgari_story01_main .bg img{
	width: 100%;
	height: auto;
}
#bvlgari_story01_main h1{
	position: absolute;
	left: 8.14%;
	top: 25.57%;
	width: 49.56%;
	opacity: 0;
}
#bvlgari_story01_main.view h1{
	opacity: 1;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}

#bvlgari_story01_main h1 span{
            transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
	background: url(../img/story01_title_mv.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 677px;
	height: 251px;
}
#bvlgari_story01_main.story02 h1 span{
            transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
	background: url(../img/story02_title_mv.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 633px;
	height: 222px;
}
#bvlgari_story01_main h1 img{
	width: 100%;
	height: auto;
	opacity: 0;
}

#bvlgari_story01_main.story02 h1{
	position: absolute;
	left: 45.9%;
	top: 29.71%;
	width: 46.33%;
}
#bvlgari_story01_main h1 img{
	width: 100%;
	height: auto;
}
#bvlgari_story01_main .starring{
	position: absolute;
	top: 65.14%;
	left: 9.51%;
	width: 47.8%;
	opacity: 0;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_story01_main.view .starring{
	opacity: 1;
    -webkit-transition: all 0.5s 2.2s ease;
       -moz-transition: all 0.5s 2.2s ease;
        -ms-transition: all 0.5s 2.2s ease;
         -o-transition: all 0.5s 2.2s ease;
            transition: all 0.5s 2.2s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_story01_main.story02 .starring{
	position: absolute;
	top: 65.28%;
	left: 46.92%;
	width: 44.28%;
}
#bvlgari_story01_main .starring img{
	width: 100%;
	height: auto;
}
#bvlgari_story01_main .logo{
	position: absolute;
	top: 82.71%;
	left: 14.42%;
	width: 37.84%;
	opacity: 0;
}
#bvlgari_story01_main.view .logo{
	opacity: 1;
    -webkit-transition: all 1s 2.5s ease;
       -moz-transition: all 1s 2.5s ease;
        -ms-transition: all 1s 2.5s ease;
         -o-transition: all 1s 2.5s ease;
            transition: all 1s 2.5s ease;
}
#bvlgari_story01_main.story02 .logo{
	position: absolute;
	top: 82.71%;
	left: 50%;
	width: 37.84%;
}
#bvlgari_story01_main .logo img{
	width: 100%;
	height: auto;
}
#bvlgari_story01_main .star01{
	position: absolute;
	left: 5.22%;
	top: 17.85%;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
}
#bvlgari_story01_main .star02{
	position: absolute;
	left: 42.7%;
	top: 19.7%;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
}
#bvlgari_story01_main.story02 .star01{
	position: absolute;
	left: 50.22%;
	top: 15.85%;
}
#bvlgari_story01_main.story02 .star02{
	position: absolute;
	left: 72.7%;
	top: 15.7%;
}
#bvlgari_story01_main .star > ul li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  -webkit-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
       -o-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
          transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
}
#bvlgari_story01_main.view .star  ul.star01 li.f1{
	-webkit-animation:starAnime 1.0s ease-in-out 0.2s forwards;
	        animation:starAnime 1.0s ease-in-out 0.2s forwards;
}
#bvlgari_story01_main.view .star ul.star01 li.f2{
	-webkit-animation:starAnime 1.0s ease-in-out 0.3s forwards;
	        animation:starAnime 1.0s ease-in-out 0.3s forwards;
}
#bvlgari_story01_main.view .star ul.star01 li.f3{
	-webkit-animation:starAnime 1.0s ease-in-out 0.4s forwards;
	        animation:starAnime 1.0s ease-in-out 0.4s forwards;
}
#bvlgari_story01_main.view .star  ul.star02 li.f1{
	-webkit-animation:starAnime 1.0s ease-in-out 2.2s forwards;
	        animation:starAnime 1.0s ease-in-out 2.2s forwards;
}
#bvlgari_story01_main.view .star ul.star02 li.f2{
	-webkit-animation:starAnime 1.0s ease-in-out 2.3s forwards;
	        animation:starAnime 1.0s ease-in-out 2.3s forwards;
}
#bvlgari_story01_main.view .star ul.star02 li.f3{
	-webkit-animation:starAnime 1.0s ease-in-out 2.4s forwards;
	        animation:starAnime 1.0s ease-in-out 2.4s forwards;
}


@media only screen and (max-width: 767px) {
	#bvlgari_story01_main{
		overflow: hidden;
	}
	#bvlgari_story01_main .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/story01_main_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	#bvlgari_story01_main.story02 .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/story02_main_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	#bvlgari_story01_main h1{
		position: absolute;
		left: 5.14%;
		top: 52.05%;
		width: 49.56%;
		opacity: 0;
	}
	#bvlgari_story01_main.story02 h1{
		left: 5.14%;
		top: 52.05%;
		width: 49.56%;
	}
	#bvlgari_story01_main .starring{
		position: absolute;
		top: 74.01%;
		left: 0%;
		width: 100%;
	}
	#bvlgari_story01_main.story02 .starring{
		position: absolute;
		top: 74.01%;
		left: 0%;
		width: 100%;
	}
	#bvlgari_story01_main .logo,
	#bvlgari_story01_main.story02 .logo{
		position: absolute;
		top: 93.17%;
		left: 0%;
		width: 100%;
	}
	#bvlgari_story01_main .star01,
	#bvlgari_story01_main.story02 .star01{
		position: absolute;
		left: 5.22%;
		top: 35.85%;
	}
	#bvlgari_story01_main .star02,
	#bvlgari_story01_main.story02 .star02{
		position: absolute;
		left: 62.7%;
		top: 54.7%;
	}
}
/*----------------------------------------------------
 bvlgari_story01_article
--------------------------------------------------- */
#bvlgari_story01_article{
	width: 100%;
	background: #FFF;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	overflow: hidden;
}
#bvlgari_story01_article a{
	text-decoration: none;
}
#bvlgari_story01_article .inner{
	width:992px;
	margin: 0 auto;
	position: relative;
	padding: 0px 0 107px;
}
#bvlgari_story01_article  h2{
	padding-top: 137px;
	text-align: center;
	font-size: 27px;
	line-height: 41px;
	letter-spacing: 0.0374em;
	color: #2E3137;
	font-weight: normal;
	margin-bottom: 140px;
	opacity: 0;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_story01_article.view  h2{
	opacity: 1;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_story01_article .inner .block{
	position: relative;
	height: 520px;
	opacity: 0;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_story01_article .inner .block.view{
	opacity: 1;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_story01_article .inner .block .image span{
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -63px;
	width: 126px;
	height: 42px;
	display: block;
	background: #b4ab8a;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	letter-spacing: 0.205em;
	color: #FFF;
}
#bvlgari_story01_article .inner .block .image span i{
	background: url(../img/zoom.png) no-repeat;
	width: 17px;
	height: 23px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#bvlgari_story01_article .inner .block .image .mArea{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#bvlgari_story01_article .inner .block .image .zoom{
	position: absolute;
	top: 0;
	left: 0px;
}
#bvlgari_story01_article .inner .block .image .zoom img{
	opacity: 0;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#bvlgari_story01_article .inner .block .image.zoomView .zoom img{
	opacity: 1;
}
#bvlgari_story01_article .inner .block.left .image{
	position: absolute;
	top: 0;
	left: 0px;
	overflow: hidden;
}
#bvlgari_story01_article .inner .block.left .exp{
	padding-left: 530px;
	padding-top: 44px;
}
#bvlgari_story01_article .inner .block.left .exp h3{
	margin-bottom: 40px;
}
#bvlgari_story01_article.story02 .inner .block.left.pos01 .exp h3{
	margin-bottom: 15px;
}
#bvlgari_story01_article .inner .block.left .exp h3 img{
	margin-left: 52px;
}
#bvlgari_story01_article .inner .block.left .exp h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
#bvlgari_story01_article .inner .block.left .exp p{
	font-size: 16px;
	line-height: 29px;
}

#bvlgari_story01_article .inner .block.right .image{
	position: absolute;
	top: 0;
	left: 490px;
	overflow: hidden;
}
#bvlgari_story01_article .inner .block.right .exp{
	padding-left: 0px;
	padding-top: 44px;
	width: 460px;
}
#bvlgari_story01_article .inner .block.right .exp h3{
	margin-bottom: 40px;
}
#bvlgari_story01_article .inner .block.right .exp h3 img{
	margin-left: 42px;
}
#bvlgari_story01_article .inner .block.right .exp h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
#bvlgari_story01_article .inner .block.right .exp p{
	font-size: 16px;
	line-height: 29px;
}
#bvlgari_story01_article .fire01{
	position: absolute;
	left: 50%;
	margin-left:68;
	top: 105px;
}
#bvlgari_story01_article .fire02{
	position: absolute;
	left: 50%;
	margin-left: -652px;
	top: 600px;
}
#bvlgari_story01_article .fire03{
	position: absolute;
	left: 50%;
	margin-left: 68px;
	top: 1337px;
}
#bvlgari_story01_article .fire > ul li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  -webkit-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
       -o-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
          transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
}
#bvlgari_story01_article .fire ul.view li.f1{
	-webkit-animation:fireAnime 2s ease-in-out 0s forwards;
	        animation:fireAnime 2s ease-in-out 0s forwards;
}
#bvlgari_story01_article .fire ul.view li.f2{
	-webkit-animation:fireAnime 2s ease-in-out 0.1s forwards;
	        animation:fireAnime 2s ease-in-out 0.1s forwards;
}
#bvlgari_story01_article .fire ul.view li.f3{
	-webkit-animation:fireAnime 2s ease-in-out 0.2s forwards;
	        animation:fireAnime 2s ease-in-out 0.2s forwards;
}

@media only screen and (max-width: 767px) {

	#bvlgari_story01_article .inner{
		width:auto;
		margin: 0 25px;
		padding: 0px 0 0px;
	}
	#bvlgari_story01_article h2{
		padding-top: 75px;
		font-size: 22px;
		line-height: 37px;
		letter-spacing: 0em;
		margin-bottom: 50px;
	}
	#bvlgari_story01_article .inner .block{
		height: auto;
		margin-bottom: 45px;
	}
	#bvlgari_story01_article .inner .block .image{
		width: 100%;
	}
	#bvlgari_story01_article .inner .block .image img{
		width: 100%;
		height: auto;
	}
	#bvlgari_story01_article .inner .block .image .zoom img{
		/*width: 200%;*/
		/*height: 200%;*/
	}
	#bvlgari_story01_article .inner .block .image span{
		margin-left: -42px;
		width: 85px;
		height: 29px;
		line-height: 29px;
		font-size: 12px;
	}
	#bvlgari_story01_article .inner .block .image span i{
		background: url(../img/zoom.png) no-repeat;
		background-size: 11px;
		width: 11px;
		height: 18px;
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	#bvlgari_story01_article .inner .block.left .image,
	#bvlgari_story01_article .inner .block.right .image{
		position: relative;
		margin-bottom: 32px;
    	left: 0px;
	}
	#bvlgari_story01_article .inner .block.left .exp,
	#bvlgari_story01_article .inner .block.right .exp{
		padding-left:0px;
		padding-top: 0px;
   		width: auto;
	}
	#bvlgari_story01_article .inner .block.left h3,
	#bvlgari_story01_article .inner .block.right .exp h3{
		text-align: center;
		margin-bottom: 3px;
	}
	#bvlgari_story01_article .inner .block.left h3 img,
	#bvlgari_story01_article .inner .block.right h3 img{
		width: 100%;
		height: auto;
	}
	#bvlgari_story01_article .inner .block.left .exp h4,
	#bvlgari_story01_article .inner .block.right .exp h4{
		font-size: 22px;
		line-height: 37px;
		margin-bottom: 15px;
		text-align: center;
	}
	#bvlgari_story01_article .inner .block.left .exp p,
	#bvlgari_story01_article .inner .block.right .exp p{
		font-size: 14px;
		line-height: 25px;
	}
	#bvlgari_story01_article .fire01{
		left: 50%;
		margin-left:-300px;
		top: 105px;
	  -webkit-transform: scale3d(0.7,0.7,0.7) translate3d(0px,0px,0px);
	     -moz-transform: scale3d(0.7,0.7,0.7) translate3d(0px,0px,0px);
	      -ms-transform: scale3d(0.7,0.7,0.7) translate3d(0px,0px,0px);
	       -o-transform: scale3d(0.7,0.7,0.7) translate3d(0px,0px,0px);
	          transform: scale3d(0.7,0.7,0.7) translate3d(0px,0px,0px);
	}
	#bvlgari_story01_article .fire02{
		position: absolute;
		left: 50%;
		margin-left: -100px;
		top: 850px;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	}
	#bvlgari_story01_article.story02 .fire02{
		top: 950px;
	}
	#bvlgari_story01_article .fire03{
		position: absolute;
		left: 50%;
		margin-left: -208px;
		top: 1687px;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	}
	#bvlgari_story01_article.story02 .fire03{
		top: 1757px;
	}
}


/*----------------------------------------------------
 bvlgari_gallery
--------------------------------------------------- */
#bvlgari_gallery{
	width: 100%;
	background: #FFF url(../img/gallery_bg.png);
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}
#bvlgari_gallery a{
	text-decoration: none;
}
#bvlgari_gallery h2{
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}
#bvlgari_gallery .slides{
	padding-bottom: 60px;
}
#bvlgari_gallery li .inner{
	width:992px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#bvlgari_gallery li .image{
	width: 427px;
	float: left;
}
#bvlgari_gallery li .image img{
	width: 100%;
	height: auto;
}
#bvlgari_gallery li .detail{
	width: 515px;
	float: right;
}
#bvlgari_gallery li .detail p{
	font-size: 18px;
	line-height: 32px;
	color: #2E3137;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #2E3137 dotted;
}
#bvlgari_gallery li .detail p.s{
	font-size: 14px;
	line-height: 26px;
	color: #2E3137;
	margin-bottom: 0px;
	padding-bottom: 40px;
	border-bottom:none;
}
#bvlgari_gallery li .detail a.site{
	width: 310px;
	height: 52px;
	display: block;
	margin: 0 auto;
	background: #b4ad88;
	line-height: 52px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
}
#bvlgari_gallery .slick-prev {
	background:url(../img/prev.png) no-repeat center center;
	background-size: 43px;
	width: 43px;
	height: 80px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left:20px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	z-index: 1;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#bvlgari_gallery .slick-prev:hover{
  -webkit-transform: scale3d(1,1,1) translate3d(10px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(10px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(10px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(10px,0px,0px);
          transform: scale3d(1,1,1) translate3d(10px,0px,0px);

}
#bvlgari_gallery .slick-next {
	background:url(../img/next.png) no-repeat center center;
	background-size: 43px;
	width: 43px;
	height: 80px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	right:20px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	z-index: 1;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#bvlgari_gallery .slick-next:hover{
  -webkit-transform: scale3d(1,1,1) translate3d(-10px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(-10px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(-10px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(-10px,0px,0px);
          transform: scale3d(1,1,1) translate3d(-10px,0px,0px);

}
#bvlgari_gallery .dot-class{
	letter-spacing: -0.4em;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#bvlgari_gallery .dot-class li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 12px;
}
#bvlgari_gallery .dot-class li button{
	width: 15px;
	height: 15px;
	border:1px #2e3137 solid;
	background: none;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#bvlgari_gallery .dot-class li button:hover,
#bvlgari_gallery .dot-class li.slick-active button{
	background: #2e3137;
}

@media only screen and (max-width: 767px) {
	#bvlgari_gallery{
		background: #FFF url(../img/gallery_bg_sp.png);
		background-size: 375px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#bvlgari_gallery h2{
		font-size: 24px;
		line-height: 39px;
		margin-bottom: 35px;
	}
	#bvlgari_gallery .slides{
		padding-bottom: 0px;
	}
	#bvlgari_gallery li .inner{
		width:100%;
	}
	#bvlgari_gallery li .image{
		width: auto;
		margin: 0 40px;
		float: none;
		margin-bottom: 60px;
	}
	#bvlgari_gallery li .image img{
		width: 100%;
		height: auto;
	}
	#bvlgari_gallery li .detail{
		width: auto;
		float: none;
		margin: 0 25px;
	}
	#bvlgari_gallery li .detail p{
		font-size: 14px;
		line-height: 21px;
	}
	#bvlgari_gallery li .detail p.s{
		font-size: 12px;
		line-height: 19px;
		padding-bottom: 30px;
		border-bottom:none;
	}
	#bvlgari_gallery li .detail a.site{
		width: 100%;
		height: 42px;
		line-height: 42px;
	}
	#bvlgari_gallery .slick-prev {
		background:url(../img/prev.png) no-repeat center center;
		background-size: 16px;
		width: 16px;
		height: 32px;
		top: 120px;
		margin-top: 0px;
		left:10px;
	}
	#bvlgari_gallery .slick-next {
		background:url(../img/next.png) no-repeat center center;
		background-size: 16px;
		width: 16px;
		height: 32px;
		top: 120px;
		margin-top: 0px;
		right:10px;
	}
	#bvlgari_gallery .dot-class{
		bottom: auto;
		top: 310px;
		left: 0px;
		width: 100%;
	}
	#bvlgari_gallery .dot-class li{
		margin: 0 7px;
	}
	#bvlgari_gallery .dot-class li button{
		width: 10px;
		height: 10px;
	}
}
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}



/*----------------------------------------------------
 bvlgari_another
--------------------------------------------------- */
#bvlgari_another{
	width: 100%;
	background: #FFF;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	overflow: hidden;
}
#bvlgari_another a{
	text-decoration: none;
}
#bvlgari_another h2{
	text-align: center;
	font-size: 36px;
	color: #2E3137;
	margin-bottom: 80px;
}
#bvlgari_another .fire01{
	position: absolute;
	left: 50%;
	margin-left: -550px;
	top: 24px;
}
#bvlgari_another .fire02{
	position: absolute;
	left: 50%;
	margin-left: 40px;
	top: 383px;
}
#bvlgari_another .fire > ul li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  -webkit-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
       -o-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
          transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px);
}
#bvlgari_another .fire ul.view li.f1{
	-webkit-animation:fireAnime 2s ease-in-out 0s forwards;
	        animation:fireAnime 2s ease-in-out 0s forwards;
}
#bvlgari_another .fire ul.view li.f2{
	-webkit-animation:fireAnime 2s ease-in-out 0.1s forwards;
	        animation:fireAnime 2s ease-in-out 0.1s forwards;
}
#bvlgari_another .fire ul.view li.f3{
	-webkit-animation:fireAnime 2s ease-in-out 0.2s forwards;
	        animation:fireAnime 2s ease-in-out 0.2s forwards;
}
#bvlgari_another .inner{
	width:992px;
	margin: 0 auto;
	position: relative;
	padding: 100px 0 100px;
}
#bvlgari_another .list{
	width: 873px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 140px;
}

#bvlgari_another .list .link01{
	width: 370px;
	margin: 0 auto;
}
#bvlgari_another .list .link02{
	width: 370px;
	margin: 0 auto;
}
#bvlgari_another .list a{
	display: block;
	position: relative;
}
#bvlgari_another .list a .base{
	width: 265px;
	height: 418px;
	background: #b4ab8a;
	display: block;
	opacity: 0;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_another .list.view a .base{
	opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_another .list a .image{
	margin-top: -396px;
	margin-left: 22px;
	position: relative;
	margin-bottom: 22px;
	opacity: 0;
    -webkit-transition: all 0.5s 0.2s ease;
       -moz-transition: all 0.5s 0.2s ease;
        -ms-transition: all 0.5s 0.2s ease;
         -o-transition: all 0.5s 0.2s ease;
            transition: all 0.5s 0.2s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#bvlgari_another .list.view a .image{
	opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_another .list a .image span{
	position: absolute;
	left: 50%;
	bottom: 54px;
	margin-left: -83px;
	width: 166px;
	height: 32px;
	display: block;
	background: #b4ab8a;
	text-align: center;
	line-height: 32px;
	color: #FFF;
}
#bvlgari_another .list a .textArea{
	opacity: 0;
    -webkit-transition: all 0.5s 0.2s ease;
       -moz-transition: all 0.5s 0.2s ease;
        -ms-transition: all 0.5s 0.2s ease;
         -o-transition: all 0.5s 0.2s ease;
            transition: all 0.5s 0.2s ease;
}
#bvlgari_another .list a .textArea.view{
	opacity: 1;
}
#bvlgari_another .list a .copy{
	text-align: center;
	margin-bottom: 18px;
}
#bvlgari_another .list a .copy img{
	margin: 0 auto;
}
#bvlgari_another .list a .text{
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #2E3137;
}
#bvlgari_another .list a .en{
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #2E3137;
	margin-bottom: 10px;
}

#bvlgari_another .list a .starring{
	text-align: center;
	font-size: 26px;
	line-height: 100%;
	color: #2E3137;
	margin-bottom: 24px;
	font-family: 'Cormorant Garamond', serif;
}
#bvlgari_another .list a .bottom{
	width: 100%;
	height: 18px;
	background: #b4ad88;
	display: block;
    -webkit-transition: all 0.5s 0.3s ease;
       -moz-transition: all 0.5s 0.3s ease;
        -ms-transition: all 0.5s 0.3s ease;
         -o-transition: all 0.5s 0.3s ease;
            transition: all 0.5s 0.3s ease;
  -webkit-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(0,1,1) translate3d(0px,0px,0px);
          transform: scale3d(0,1,1) translate3d(0px,0px,0px);
}
#bvlgari_another .list a .textArea.view .bottom{
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#bvlgari_another .catch{
	position: absolute;
	top: 125px;
	left:503px;
	font-size: 36px;
	letter-spacing: 0.0292em;
}

#bvlgari_another .credit{
	width: 730px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
	text-align: center;
}
#bvlgari_another .contact{
	width: 730px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 65px;
	margin-bottom: 65px;
	text-align: center;
	border-bottom: 1px #96979a dotted;
}
#bvlgari_another .staff{
	width: 730px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#bvlgari_another h2{
		font-size: 24px;
		margin-bottom: 90px;
	}
	#bvlgari_another .inner{
		width:auto;
		margin: 0px;
		position: relative;
		padding: 75px 0 60px;
	}
	#bvlgari_another .list{
		width: auto;
		margin: 0 50px;
		margin-bottom: 70px;
	}

	#bvlgari_another .list .link01{
		width: 100%;
	}
	#bvlgari_another .list .link02{
		width: 100%;
	}


	#bvlgari_another .list a .base{
		width: 200px;
		height:328px;
		margin-bottom: 70px;
	}
	#bvlgari_another .list .link02 a .base{
		margin-bottom: 20px;
	}
	#bvlgari_another .list a .image{
		width: 93.95%;
		position: absolute;
		top: 12px;
		left:6.1%;
		margin-top: 0px;
		margin-left: 0px;
	}
	#bvlgari_another .list .link02 a .image{
		width: 93.95%;
		position: absolute;
		top: -50px;
		left:6.1%;
		margin-top: 0px;
		margin-left: 0px;
	}
	#bvlgari_another .list a .image img{
		width: 100%;
		height: auto;
	}
	#bvlgari_another .list a .image span{
		bottom: 40px;
		margin-left: -63px;
		width: 126px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}

	#bvlgari_another .list a .copy img{
		width: 100%;
		height: auto;
	}
	#bvlgari_another .list a .text{
		font-size: 12px;
		line-height: 16px;
	}
	#bvlgari_another .list a .en{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	#bvlgari_another .list a .starring{
		font-size: 20px;
	}
	#bvlgari_another .list a .bottom{
		height: 15px;
	}
	#bvlgari_another .fire01{
		position: absolute;
		left: 50%;
		margin-left: -50px;
		top: 24px;
  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	}
	#bvlgari_another .fire02{
		position: absolute;
		left: 50%;
		margin-left: -340px;
		top: 483px;
  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px);
	}
	#bvlgari_another .credit{
		width: auto;
		margin: 0 25px;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 30px;
		text-align: center;
	}
	#bvlgari_another .contact{
		width: auto;
		margin: 0 25px;
		font-size: 12px;
		line-height: 20px;
		padding-bottom: 25px;
		margin-bottom: 40px;
		text-align: center;
		border-bottom: 1px #96979a dotted;
	}
	#bvlgari_another .staff{
		width: auto;
		margin: 0 25px;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}

}