/*==================================================
  viSlide
==================================================*/

.viSlide {
  position: relative;
}
.viSlide ol, ul {
  list-style-type: none;
}

/*==================================================
  viBnr
==================================================*/

.viBnr {
  padding: 20px 0;
  background-color: #17194C;
}

@media print, screen and (min-width: 768px) {
  .viBnr {
    padding: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .viBnr {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
  }
}

.viBnr ul {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1200px) {
  .viBnr ul {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
}

.viBnr ul li {
  width: 200px !important;
  height: 200px !important;
  margin: 0 10px 20px 10px;
  padding: 3px;
  border-radius: 100%;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .viBnr ul li {
    width: auto !important;
    transition: all .2s;
  }
  .viBnr ul li:hover {
    transform: scale(1.1);
    z-index: 1000;
  }
}

.viBnr ul li:first-child {
  display: block;
}

.viBnr ul li img {
  border-radius: 100%;
  overflow: hidden;
  z-index: 9;
}

@media print, screen and (min-width: 768px) {
  .viBnr ul li {
    width: 100%;
    height: 460px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 20;
  }
  .viBnr ul li:nth-child(1) {
    width: 140px !important;
    height: 140px !important;
    top: 3%;
    left: 30px;
  }
  .viBnr ul li:nth-child(2) {
    width: 140px !important;
    height: 140px !important;
    top: 3%;
    right: 30px;
  }
  .viBnr ul li:nth-child(3) {
    width: 130px !important;
    height: 130px !important;
    top: 43%;
    left: 10px;
  }
  .viBnr ul li:nth-child(4) {
    width: 130px !important;
    height: 130px !important;
    top: 43%;
    right: 10px;
  }
  .viBnr ul li:nth-child(5) {
    width: 100px !important;
    height: 100px !important;
    top: 76%;
    left: 100px;
  }
  .viBnr ul li:nth-child(6) {
    width: 100px !important;
    height: 100px !important;
    top: 76%;
    right: 100px;
  }
  .viBnr ul li.large {
    width: 140px !important;
    height: 140px !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .viBnr ul li {
    width: 100%;
    height: 400px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 20;
  }
  .viBnr ul li:nth-child(1) {
    width: 200px !important;
    height: 200px !important;
    top: 10px;
    left: 30px;
  }
  .viBnr ul li:nth-child(2) {
    width: 200px !important;
    height: 200px !important;
    top: 10px;
    right: 30px;
  }
  .viBnr ul li:nth-child(3) {
    width: 130px !important;
    height: 130px !important;
    top: 220px;
    left: 0;
  }
  .viBnr ul li:nth-child(4) {
    width: 130px !important;
    height: 130px !important;
    top: 220px;
    right: 0;
  }
  .viBnr ul li:nth-child(5) {
    width: 130px !important;
    height: 130px !important;
    top: 340px;
    left: 100px;
  }
  .viBnr ul li:nth-child(6) {
    width: 130px !important;
    height: 130px !important;
    top: 340px;
    right: 100px;
  }
  .viBnr ul li.large {
    width: 200px !important;
    height: 200px !important;
  }
}

.viBnr ul a {
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .viBnr ul a {
    padding: 0;
  }
}

.viBnr ul a:after {
  display: none;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: calc(50% - 15px);
  background-color: #17194C;
  z-index: 100;
  border-radius: 100%;
  border: 2px solid #FFF;
  background-image: url(/library/common2020/images/icon_arrow_s_white_right.png);
  background-size: 5px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}

.viBnr .slick-slide {
  height: auto;
}

@media print, screen and (min-width: 768px) {
    .u_pc {
        display:block!important;
    }
    .u_sp {
        display:none!important;
    }
}

@media print, screen and (max-width: 767px) {
    .u_pc {
        display:none!important;
    }
    .u_sp{
        display:block!important;
    }
}

.bx-wrapper img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.pbMainArea .p_viBnr ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.p_slider_textbox {
    padding: 20px;
 }
.pbMainArea .p_viBnr li {
    padding: 3px;
    border-radius: 100%;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.pbMainArea .p_viBnr li img {
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
}
.pbMainArea .p_viBnr li a:after {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    background-color: #a68453;
    z-index: 90;
    border-radius: 100%;
    border: 2px solid #FFF;
    background-image: url(/library/common2020/images/icon_arrow_s_white_right.png);
    background-size: 5px 7px;
    background-position: center center;
    background-repeat: no-repeat;
}
.p_slider_textbox {
    position: absolute;
    padding: 2vw;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #ffffffd1;
}
.p_slider_textbox.p_slider_textbox_right {
    left: unset;
    right: 17.5vw;
    transform: translateY(-50%);
}
.p_slider_textbox.p_slider_textbox_left {
    left: 31%;
}
.p_slider_textbox .title {
    font-size: 1.8vw;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    line-height: 1.5;
}
.p_slider_textbox .title.large {
    font-size: 2.8vw;
}
.p_slider_textbox .text {
    font-size: 1vw;
    margin-top: 1vw;
}

@media print, screen and (max-width: 1200px) {
    .bx-wrapper img {
        height: 300px;
    }
}

@media print, screen and (max-width: 767px) {

    .viBnr .slick-slide img {
        max-height: 160px;
    }
    .pbMainArea .p_viBnr {
       background: #f4f8fd;
    }
    .pbMainArea .p_viBnr li {
        margin: 10px 10px 24px 10px;
        position: relative;
    }
    .pbMainArea .p_viBnr li img {
        width: 100px;
    }
    .pbMainArea .p_viBnr li a:after {
        width: 26px;
        height: 26px;
        bottom: -20px;
        left: calc(50% - 15px);
        background-size: 6px;
    }
    .p_slider_textbox {
        padding: 20px;
    }
    .p_slider_textbox.p_slider_textbox_left {
        left: 20px;
        transform: translateY(-50%);
    }
    .p_slider_textbox.p_slider_textbox_right {
        right: 20px;
        transform: translateY(-50%);
    }
    .p_slider_textbox .title {
        font-size: 4vw;
    }
    .p_slider_textbox .text {
        font-size: 3vw;
        margin-top: 1vw;
    }
}

@media print, screen and (min-width: 768px) {
    .p_slider_textbox.p_slider_textbox_right {
        right: 17.5vw;
    }
    .pbMainArea .p_viBnr li {
        width: 10.5vw;
        position: absolute;
        max-width: 188px;
        min-width: 155px;
        transition: all .3s;
    }
    .pbMainArea .p_viBnr li:nth-child(1) {
        left: 9.5vw;
        top: 20px;
        top: 26%;
        transform: translateY(-50%);
    }
    .pbMainArea .p_viBnr li:nth-child(2) {
        right: 9.5vw;
        margin-right: 5em;
        top: 26%;
        transform: translateY(-50%);
    }

    .pbMainArea .p_viBnr li:nth-child(3) {
        width: 8.5vw;
        max-width: 150px;
        min-width: 127px;
        left: 1vw;
        top: 45%;
        transform: translateY(-50%);
    }
    .pbMainArea .p_viBnr li:nth-child(4) {
        width: 8.5vw;
        max-width: 150px;
        min-width: 127px;
        right: 1vw;
        margin-right: 5em;
        top: 45%;
        transform: translateY(-50%);
    }
    .pbMainArea .p_viBnr li:nth-child(5) {
        left: 8vw;
        top: 73%;
        transform: translateY(-50%);
    }
    .pbMainArea .p_viBnr li:nth-child(6) {
        right: 8vw;
        margin-right: 5em;
        top: 73%;
        transform: translateY(-50%);
    }
    .pbMainArea .p_viBnr {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .pbMainArea .p_viBnr li.large {
        width: 110px;
        height: 110px;
        top: 52%;
    }
}
@media (min-width: 768px) {
    .pbMainArea .p_viBnr li:hover {
        width: 11vw;
        max-width: 198px;
    }
    .pbMainArea .p_viBnr li:nth-child(3):hover,
    .pbMainArea .p_viBnr li:nth-child(4):hover {
        width: 9vw;
        max-width: 160px;
    }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
    .p_slider_textbox.p_slider_textbox_right {
        right: 13.5vw;
    }
    .pbMainArea .p_viBnr li {
       min-width: 86px;
    }
    .pbMainArea .p_viBnr li:hover {
        min-width: 96px;
    }
    .pbMainArea .p_viBnr li:nth-child(1) {
    }
    .pbMainArea .p_viBnr li:nth-child(2) {
        margin-right: 0;
    }
    .pbMainArea .p_viBnr li:nth-child(3) {
        left: 15px;
        top: 46%;
    }
    .pbMainArea .p_viBnr li:nth-child(4) {
        right: 15px;
        top: 46%;
        margin-right: 0;
    }
    .pbMainArea .p_viBnr li:nth-child(5) {
    }
    .pbMainArea .p_viBnr li:nth-child(6) {
        margin-right: 0;
    }
    .pbMainArea .p_viBnr li:nth-child(3),
    .pbMainArea .p_viBnr li:nth-child(4) {
        min-width: 70px;
    }
    .pbMainArea .p_viBnr li:nth-child(3):hover,
    .pbMainArea .p_viBnr li:nth-child(4):hover {
        min-width: 80px;
    }
    .pbMainArea .p_viBnr li.large:nth-child(3),
    .pbMainArea .p_viBnr li.large:nth-child(4) {
        width: 78px;
        height: 78px;
    }
    .pbMainArea .p_viBnr li a:after {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
    }
}