@charset "UTF-8";
/* CSS Document */

#vsr{
  overflow: hidden;
}

#vsr div{
  margin: 0;
  padding: 0;
}

#vsr .inner{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#vsr a{
  text-decoration: none;
  transition: 0.3s;
}

#vsr a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

#vsr a:focus{
  outline: none;
}

#vsr .mv_box{
  min-width: 1200px;
  margin: 10px auto 0;
  position: relative;
}

#vsr .mv_box img{
  width: 100%;
  height: auto;
}

#vsr .mv_box > h2{
  font-family: FrutigerBold;
  font-size: 4vw;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 1vw #FFF,0 0 1vw #FFF,0 0 1vw #FFF, 0 0 1vw #FFF, 0 0 2vw #FFF, 0 0 2vw #FFF;
  color: #003894;
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translateX(-50%);
}

#vsr .mv_box > ul{
  width: 78%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 16vw;
  left: 50%;
  transform: translateX(-50%)
}

#vsr .mv_box > ul li{
  width: 30%;
  text-align: center;
}

#vsr .mv_box > ul li a{
  display: block;
}

#vsr .mv_box > ul p{
  width: 70%;
  height: 3vw;
  font-size: 1vw;
  line-height: 1.3;
  color: #FFF;
  display: inline-block;
  background: #1e365f;
  border-radius: 10vw;
  position: relative;
}

#vsr .mv_box > ul p span{
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (min-width: 769px) {
  #vsr .mv_box > img{
    opacity: 0;
  }
  
  #vsr .mv_box > h2{
    opacity: 0;
  }
  
  #vsr .mv_box > ul li{
    opacity: 0;
  }
  
  #vsr .mv_box > ul li img{
    margin-top: -10px;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 1200px) {

  #vsr .mv_box > h2{
    font-size: 48px;
    text-shadow: 0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF, 0 0 10px #FFF, 0 0 20px #FFF, 0 0 20px #FFF;
    top: 73px;
  }

  #vsr .mv_box > ul{
    top: 195px;
    left: 50%;
  }

  #vsr .mv_box > ul li{
    width: 280px;
  }
  
  #vsr .mv_box > ul p{
    width: 190px;
    height: 36px;
    font-size: 12px;
    line-height:1.3;
    border-radius: 50px;
  }  
}

.vs_pop_box{
  width: 1135px;
  height: 650px;
  background: linear-gradient(to bottom,  #e7e7e7 0%,#ffffff 53%);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.vs_pop_box h2{
  font-family: FrutigerBold;
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  background: #1e365f;
  padding: 30px 30px 25px;
}

.vs_pop_box h2 span{
  font-family: FrutigerBold;
  font-size: 20px;
  display: inline-block;
  padding-left: 1em;
}

.pop_slider{
  width: 910px;
}

.pop_slider ul {
  display: flex;
  justify-content: flex-start;
  margin-left: -40px;
}

.pop_slider li{
  width: 275px;
  margin-left: 40px;
  text-align: center;
}

.pop_slider h3{
  min-height: 70px;
  font-family: FrutigerBold;
  font-size: 18px;
  line-height: 1.3;
  margin: 25px 0 5px;
}

.pop_slider a{
  font-family: FrutigerBold;
  font-size: 16px;
  line-height: 1;
  color: #003894;
}

.pop_slider li a::before{
  content: "＞";
  font-weight: bold;
  display: inline-block;
  transform: scale(.6,1)
}

.vs_pop_box .bx-wrapper {
  width: 910px !important;
  margin: 85px auto 0 !important;
}

.vs_pop_box .bx-viewport {
  width: 910px !important;
}

.vs_pop_box .bx-wrapper .bx-prev {
  width: 40px;
  left: -70px;
  background: url("/global/-/Media/phchd_g/virtualshowroom/vs/vs_pop_aw.png") center no-repeat;
  background-size: 100% auto;
  transform: scale(-1,1);
}

.vs_pop_box .bx-wrapper .bx-next {
  width: 40px;
  right: -70px;
  background: url("/global/-/Media/phchd_g/virtualshowroom/vs/vs_pop_aw.png") center no-repeat;
  transform: scale(1,1);
  background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
  .vs_pop_box{
    width: 100%;
  }

  .vs_pop_box .bx-wrapper {
    width: 80% !important;
  }

  .vs_pop_box .bx-viewport {
    width: 100% !important;
  }
  
  .pop_slider{
    width: 80%;
  }
  
  .pop_slider ul {
    width: 80%;
    margin-left: -3%;
  }
  
  .pop_slider li{
    width: 30%;
    margin-left: 3%;
  }
  
}


/*------------------*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999999999 !important; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{ padding:0;}
        #cboxLoadingGraphic{background:url(/jp/~/Media/phchd/virtualshowroom/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow{
  display: none;
}
#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:27px; height:27px; position:absolute; top:28px; right: 45px; background:url("/global/-/Media/phchd_g/virtualshowroom/vs/vs_pop_close.png") no-repeat 0 0; background-size: 100% auto; cursor: pointer}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}

        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*------------------*/

#vsr .slider_box{
  text-align: center;
  padding: 105px 0 200px;
  background: #1e365f;
  position: relative;
}

#vsr .slider_box::before,
#vsr .slider_box::after{
  content: "";
  width: 50%;
  height: 590px;
  background: #4e6181;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 320px;
}

#vsr .slider_box::after{
  height: 630px;
  right: auto;
  top: 340px;
  left: 50%;
  margin-right: 0;
  margin-left: 320px;
}

#vsr .slider_box h1{
   font-family:FrutigerRoma;
  font-size: 46px;
  color: #FFF;
  margin-bottom: 75px;
  position: relative;
  z-index: 1;
}

#vsr .slider_inner{
  width: 1059px;
  margin: 0 auto;
}


/*---------------*/

.bx-wrapper {
  width: 1059px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -70px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 8px;
  outline: 0;
  border: 1px solid #FFF;
  border-radius: 50%
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FFF;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -70px;
  background: url("/global/-/Media/phchd_g/virtualshowroom/slider_aw.png") center no-repeat;
  background-size: 100% auto;
}

.bx-wrapper .bx-next {
  right: -70px;
  background: url("/global/-/Media/phchd_g/virtualshowroom/slider_aw.png") center no-repeat;
  transform: scale(-1,1);
  background-size: 100% auto;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 25px;
  height: 100%;
  text-indent: -9999px;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*---------------*/


#vsr .mov_box{
  text-align: center;
  padding: 70px 0 140px;
  position: relative;
}

#vsr .mov_box::before{
  content: "";
  width: 50%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 50%;
}

#vsr .mov_box h1{
  font-size: 24px;
  line-height: 1;
  color: #1e365f;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 50px;
}

#vsr .mov_box h1 span{
  font-family:FrutigerRoma;
  font-size: 46px;
  color: #1e365f;
  display: block;
  margin-bottom: 5px;
}

#vsr .mov_box a img{
  border: 1px solid #d1d1d1;
} 

#vsr .mvv{
  height: 609px;
  padding-top: 115px;
  text-align: center;
  background: url("/global/-/Media/phchd_g/virtualshowroom/mvv_bk.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

#vsr .mvv h1{
  font-family:FrutigerBold;
  font-size: 98px;
  line-height: 1;
  color: #FFF;
  opacity: 0.6;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  margin-left: -30%;
  white-space: nowrap;
}

#vsr .mvv p{
  font-size: 32px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 100px;
}

#vsr .mvv a{
  font-size: 22px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  display: inline-block;
}

#vsr .mvv a::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 90%;
  padding-right: 0.5em;
}

#vsr .his{
  height: 429px;
  text-align: center;
  background: #3e3e3e;
  position: relative;
}

#vsr .his div.pic{
  width: 70%;
  height: 429px;
  background: url("/global/-/Media/phchd_g/virtualshowroom/his_bk.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -212px;
}

#vsr .his div.txt{
  width: 427px;
  padding: 115px 0 0 40px;
  color: #FFF;
  text-align: left;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 212px;
  box-sizing: border-box;
}

#vsr .his div.txt h2{
  font-family:FrutigerBold;
  font-size: 50px;
  line-height: 1;
  opacity: 0.6;
  margin-bottom: 10px;
}

#vsr .his div.txt p{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#vsr .his div.txt a{
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}

#vsr .his div.txt a::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 90%;
  padding-right: 0.5em;
}

#vsr .bu{
  padding: 130px 0 140px;
  background: #e9e9e9;
  text-align: center;
  position: relative;
}

#vsr .bu::before,
#vsr .bu::after{
  content: "";
  width: 60%;
  height: 365px;
  background: #1e365f;
  position: absolute;
  top: 95px;
  right: 45%;
}

#vsr .bu::after{
  height: 315px;
  right: auto;
  top: 365px;
  left: 45%;
}

#vsr .bu > div{
  text-align: left;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -640px;
  z-index: 3;
}

#vsr .bu h2{
  font-family:FrutigerRoma;
  font-size: 50px;
  line-height: 1;
  color: #FFF;
  text-align: left;
  margin-bottom: 10px
}

#vsr .bu a{
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
}

#vsr .bu a::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 90%;
  padding-right: 0.5em;
}

#vsr .bu img{
  position: relative;
  z-index: 1;
}

#vsr .mv2{
  height: 403px;
  padding-top: 95px;
  text-align: center;
  background: url("/global/-/Media/phchd_g/virtualshowroom/mv2.jpg") center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#vsr .mv2 h1{
  font-family:FrutigerBold;
  font-size: 60px;
  line-height: 1;
  color: #FFF;
  opacity: 0.7;
  margin-bottom: 15px;
}

#vsr .mv2 h2{
  font-family:'UD Shin Go DemiBold',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight:700;
  color: #FFF;
  margin-bottom: 15px;
}

#vsr .mv2 p{
  font-size: 17px;
  line-height: 1.4;
  color: #FFF;
  margin-bottom: 40px;
}

#vsr .mv2 a{
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
}

#vsr .mv2 a::before{
  font-family:'FontAwesome';
  content: "\f054";
  padding-right: 0.3em;
}


#vsr .tab{
  display: block;
  position: fixed;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  z-index: 9999;
}

@media screen and (max-width: 768px) {

  #vsr a:hover{
    opacity: 1;
  }

  #vsr .mv_box{
    min-width: 100%;
    margin: -7vw auto 0;
    background: url("/global/-/Media/phchd_g/virtualshowroom/vs/vs_bk2_sp.jpg") no-repeat center;
    background-size: cover;
    position: relative;
  }
  
  #vsr .mv_box > picture{
    display: none !important;
  }

  #vsr .mv_box > h2{
    font-size: 6vw;
    line-height: 1.1;
    text-align: center;
    padding-top: 8vw;
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0)
  }

  #vsr .mv_box > ul{
    width: 55%;
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0);
    display: block;
    margin: 3vw auto 8vw;
  }

  #vsr .mv_box > ul li{
    width: 100%;
  }
  
   #vsr .mv_box > ul li + li{
     margin-top: 5vw;
  }

  #vsr .mv_box > ul li a{
    display: block;
    position: relative;
  }

  #vsr .mv_box > ul p{
    width: 95%;
    height: 6vw;
    font-size: 2.8vw;
    line-height: 1;
    color: #FFF;
    display: inline-block;
    background: #1e365f;
    border-radius: 10vw;
    position: absolute;
    bottom: 1.5vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .vs_pop_box{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 3vw;
    padding-bottom: 10vw;
    box-sizing: border-box;
    overflow: hidden;
  }

  .vs_pop_box h2{
    font-size: 4vw;
    line-height: 1;
    padding: 4vw;
  }

  .vs_pop_box h2 span{
    font-size: 3vw;
  }

  .pop_slider{
    width: 100%;
    height: 100%;
    padding: 10vw 0 15vw;
    box-sizing: border-box;
    overflow: auto;
  }

  .pop_slider ul {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .pop_slider li{
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
  }
  
  .pop_slider li img{
    width: 75%;
  }
  
  .pop_slider li + li{
    margin-top: 8vw;
  }

  .pop_slider h3{
    min-height: inherit;
    font-size: 3.5vw;
    line-height: 1.3;
    margin: 3vw 0 5vw;
  }

  .pop_slider a{
    font-size: 3.5vw;
    line-height: 1;
  }
  
  #cboxClose {width: 4vw; height: 4vw; top: 3vw; right: 3vw;}


  #vsr .slider_box{
    padding: 10vw 0 15vw;
  }

  #vsr .slider_box::before,
  #vsr .slider_box::after{
    height: 50vw;
    margin-right: 20%
  }

  #vsr .slider_box::after{
    height: 50vw;
    right: auto;
    top: 40%;
    left: 50%;
    margin-right: 0;
    margin-left: 20%;
  }

  #vsr .slider_box h1{
    font-size: 5vw;
    margin-bottom: 8vw;
  }

  #vsr .slider_inner{
    width: 80%;
  }


  /*---------------*/

  .bx-wrapper {
    width: 100%;
  }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: -8vw;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    text-indent: -9999px;
    display: block;
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
    outline: 0;
    border: 1px solid #FFF;
    border-radius: 50%
  }
  .bx-wrapper .bx-prev {
    left: -10%;
  }

  .bx-wrapper .bx-next {
    right: -10%;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 5%;
  }
  
  /*---------------*/


  #vsr .mov_box{
    padding: 10vw 20px 15vw;
  }

  #vsr .mov_box h1{
    font-size: 3vw;
    padding-left: 0;
    margin-bottom: 5vw;
  }

  #vsr .mov_box h1 span{
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  #vsr .mvv{
    height: 60vw;
    padding-top: 10vw;
    text-align: center;
    background: url("/global/-/Media/phchd_g/virtualshowroom/mvv_bk.jpg") center no-repeat;
    background-size: cover;
    position: relative;
  }

  #vsr .mvv h1{
    font-size: 7vw;
    left: auto;
    right: 2%;
    margin-left: 0;
  }

  #vsr .mvv p{
    font-size: 4vw;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 8vw;
  }

  #vsr .mvv a{
    font-size: 3.5vw;
  }

  #vsr .his{
    height: 50vw;
    text-align: center;
    background: #3e3e3e;
    position: relative;
  }

  #vsr .his div.pic{
    width: 40%;
    height: 50vw;
    background: url("/global/-/Media/phchd_g/virtualshowroom/his_bk.jpg") right center no-repeat;
    background-size: cover;
    right: 60%;
    margin-right: 0;
  }

  #vsr .his div.txt{
    width: 60%;
    padding: 6vw 4vw 0;
    left: 40%;
    margin-left: 0;
  }

  #vsr .his div.txt h2{
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  #vsr .his div.txt p{
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  #vsr .his div.txt a{
    font-size: 3.3vw;
    margin-top: 2vw;
  }

  #vsr .bu{
    padding: 10vw 0 15vw;
  }

  #vsr .bu::before,
  #vsr .bu::after{
    content: "";
    width: 72%;
    height: 25vw;
    background: #1e365f;
    position: absolute;
    top: 5vw;
    right: 30%;
  }

  #vsr .bu::after{
    width: 80%;
    height: 40vw;
    right: auto;
    top: 50%;
    left: 40%;
  }

  #vsr .bu > div{
    text-align: left;
    position: absolute;
    top: 10vw;
    left: 20px;
    margin-left: 0;
  }

  #vsr .bu h2{
    font-size: 5vw;
    margin-bottom: 1vw
  }

  #vsr .bu a{
    font-size: 3vw;
  }

  #vsr .bu img{
    position: relative;
    z-index: 1;
  }

  #vsr .mv2{
    height: 403px;
    padding-top: 95px;
    text-align: center;
    background: url("corporate/mv2.jpg") center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  #vsr .mv2 h1{
    font-family:FrutigerBold;
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    opacity: 0.7;
    margin-bottom: 15px;
  }

  #vsr .mv2 h2{
    font-family:'UD Shin Go DemiBold',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 21px;
    line-height: 1;
    font-weight:700;
    color: #FFF;
    margin-bottom: 15px;
  }

  #vsr .mv2 p{
    font-size: 17px;
    line-height: 1.4;
    color: #FFF;
    margin-bottom: 40px;
  }

  #vsr .mv2 a{
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    font-weight: 600;
    display: inline-block;
  }

  #vsr .mv2 a::before{
    font-family:'FontAwesome';
    content: "\f054";
    padding-right: 0.3em;
  }
    
  
  #vsr .mv2{
    height: auto;
    padding: 10vw 4vw;
    text-align: center;
    background: url("/global/-/Media/phchd_g/virtualshowroom/mv2.jpg") center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  #vsr .mv2 h1{
    font-size: 7vw;
    margin-bottom: 2vw;
  }

  #vsr .mv2 h2{
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  #vsr .mv2 p{
    font-size: 3.3vw;
    line-height: 1.4;
    margin-bottom: 8vw;
  }
  
  #vsr .mv2 p br{
    display: none;
  }

  #vsr .mv2 a{
    font-size: 3.5vw;
  }

  #vsr .tab{
    width: 10%;
  }


}






