@charset "UTF-8";
html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.area-wrapper .media_pc {
  display: block;
}

.area-wrapper .media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .area-wrapper .media_pc {
    display: none;
  }
  .area-wrapper .media_sp {
    display: inline-block;
  }
}

/*
    .list-page
=========================================*/
.list-page {
  margin: 100px 0;
}

.list-page li {
  width: 900px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 896px) {
  .list-page {
    margin: 38px;
  }
  .list-page li {
    width: auto;
    margin: 0 0 25px;
  }
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  padding-bottom: 100px;
  background-color: #fff;
  text-align: center;
  color: #000;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
}

.area-wrapper a {
  color: #000;
}

/*
    .area-header
=========================================*/
.area-header {
  /************SP************/
  /************SPここまで************/
}

.area-header .mainvisual {
  margin: 90px auto;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .area-header .mainvisual {
    margin: 70px auto;
    font-size: 10px;
    font-weight: bold;
  }
}

.ani {
  -webkit-animation: ani 1s infinite linear alternate;
  animation: ani 1s infinite linear alternate;
}

@-webkit-keyframes ani {
  0% {
    opacity: 1;
    width: 12px;
  }
  50% {
    opacity: 0.5;
    width: 12px;
  }
  100% {
    opacity: 0;
    width: 10px;
  }
}

@keyframes ani {
  0% {
    opacity: 1;
    width: 12px;
  }
  50% {
    opacity: 0.5;
    width: 12px;
  }
  100% {
    opacity: 0;
    width: 10px;
  }
}

/*
    area-wrapper
=========================================*/
.bbj-mens .box .logo,
.bbj-womens .box .logo {
  position: absolute;
  width: 149px;
  height: 100%;
  margin: auto;
  top: calc(50% - 84px);
  left: calc(50% - 74px);
}

.org-mens .box .logo,
.org-womens .box .logo {
  position: absolute;
  width: 246px;
  height: 100%;
  margin: auto;
  top: calc(50% - 84px);
  left: calc(50% - 123px);
}

@media screen and (max-width: 896px) {
  .org-mens .box .logo,
  .org-womens .box .logo {
    width: 142px;
    height: 100%;
    margin: auto;
    top: calc(50% - 71px);
    left: calc(50% - 71px);
  }
}

.import .box .logo {
  position: absolute;
  width: 290px;
  height: 100%;
  margin: auto;
  top: calc(50% - 50px);
  left: calc(50% - 145px);
}

@media screen and (max-width: 896px) {
  .import .box .logo {
    width: 200px;
    height: 100%;
    margin: auto;
    top: calc(50% - 50px);
    left: calc(50% - 100px);
  }
}

.area-wrapper .box {
  position: relative;
  color: #fff;
  font-size: 11px;
  overflow: hidden;
}

.area-wrapper .box .navi {
  color: #000;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}

.area-wrapper .box .arrow {
  position: relative;
  z-index: 3;
  top: 49%;
  width: 100%;
  height: 0px;
}

.area-wrapper .box .arrow .left {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  left: -47%;
  top: 0;
}

.area-wrapper .box .arrow .left::before {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 10px;
  filter: drop-shadow(-2px -1px 2px white);
  cursor: pointer;
}

.area-wrapper .box .arrow .left:hover::before {
  filter: drop-shadow(-3px -3px 5px white);
}

.area-wrapper .box .arrow .right {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  left: 47%;
  top: 0;
}

.area-wrapper .box .arrow .right::before {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  filter: drop-shadow(2px 1px 2px white);
  cursor: pointer;
}

.area-wrapper .box .arrow .right:hover::before {
  filter: drop-shadow(3px 3px 5px white);
}

.area-wrapper .box .view.r::after {
  padding-left: .5em;
  content: "→";
}

.area-wrapper .box .view.l::before {
  padding-right: .5em;
  content: "←";
}

.area-wrapper .box .view.t::after {
  position: relative;
  content: "↑";
  top: -1.5em;
  left: -50%;
}

.area-wrapper .box .view.b::after {
  position: relative;
  content: "↓";
  bottom: -1.5em;
  left: -50%;
}

.area-wrapper .box .view.white {
  text-shadow: 1px 1px 3px #fff;
}

.area-wrapper .box .view.white:hover {
  text-shadow: 1px 1px 6px #fff;
}

.area-wrapper .box .view.black {
  text-shadow: 1px 1px 3px #000;
}

.area-wrapper .box .view.black:hover {
  text-shadow: 1px 1px 6px #000;
}

.area-wrapper .allview img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover; object-position: center top;';
}

.area-wrapper .allview.center-view img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.area-wrapper .hegihtview img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover; object-position: center top;';
}

.area-wrapper .hegihtview.center-view img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.area-wrapper .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.area-wrapper .flex-box .image {
  position: relative;
}

.area-wrapper .height-all {
  height: 100%;
}

.area-wrapper .boxfooter {
  padding: 15vh 0;
  text-align: center;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.area-wrapper .boxfooter .role {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: top;
}

.area-wrapper .boxfooter .role dt::after {
  content: ':';
  padding: 0 .5em;
}

.area-wrapper .boxfooter .shop-logo {
  width: 100%;
  margin: 28vh 0 15vh;
}

.area-wrapper .boxfooter .shop-title {
  width: 100%;
}

.area-wrapper .boxfooter .shop-title div {
  width: 170px;
  margin: 0 0 40px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.area-wrapper .boxfooter .shop-title div a {
  text-decoration: none;
}

.area-wrapper .boxfooter .insta-logo {
  width: 20px;
  margin: 0 auto;
}

.area-wrapper .boxfooter .small {
  color: #000;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 80.5px);
}

@media screen and (max-width: 896px) {
  .area-wrapper .boxfooter {
    padding: 10vh 0;
  }
  .area-wrapper .boxfooter .role {
    margin: 0px;
  }
  .area-wrapper .boxfooter .footer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .area-wrapper .boxfooter .shop-logo {
    z-index: 1;
    width: 100%;
    margin: 15vh 0 15vh;
  }
  .area-wrapper .boxfooter .shop-title {
    z-index: 1;
    width: 100%;
  }
  .area-wrapper .boxfooter .shop-title div {
    width: 120px;
    margin: 0 0 20px;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #000;
  }
  .area-wrapper .boxfooter .insta-logo {
    z-index: 1;
  }
  .area-wrapper .boxfooter .insta-logo img {
    zoom: .5;
  }
  .area-wrapper .boxfooter .small {
    color: #000;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 80.5px);
  }
}

@media screen and (max-width: 896px) {
  .area-wrapper .allview img {
    height: 100%;
  }
  .area-wrapper .hegihtview img {
    height: 100%;
  }
  .area-wrapper .box {
    font-size: 10px;
    position: relative;
    top: 0;
  }
  .area-wrapper .box .navi {
    color: #000;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .area-wrapper .box .arrow {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .area-wrapper .box .arrow .left {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    left: -47%;
    top: 0;
  }
  .area-wrapper .box .arrow .top::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: calc(50% - 9px);
    filter: drop-shadow(0 0px 3px rgba(255, 255, 255, 0.9));
    cursor: pointer;
  }
  .area-wrapper .box .arrow .top:hover::before {
    filter: drop-shadow(0 0px 3px rgba(255, 255, 255, 0.9));
  }
  .area-wrapper .box .arrow .bottom::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 10px;
    left: calc(50% - 9px);
    filter: drop-shadow(0 0px 3px rgba(255, 255, 255, 0.9));
    cursor: pointer;
  }
  .area-wrapper .box .arrow .right:hover::before {
    filter: drop-shadow(0 0px 3px rgba(255, 255, 255, 0.9));
  }
}

@media screen and (max-width: 321px) {
  .area-wrapper .box23 {
    padding: 32vh 0 0;
  }
  .area-wrapper .box23 div {
    zoom: .5;
  }
  .area-wrapper .box23 .small {
    color: #000;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 80.5px);
  }
}

.area-wrapper section.up {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1.5s ease 0s 1;
  -webkit-animation: VisualImage 1.5s ease 0s 1;
  animation-fill-mode: both;
}

.bbj-mens .box1 .view {
  top: 50vh;
  left: 37%;
}

.bbj-mens .box2 .content-1 {
  width: 54.5%;
}

.bbj-mens .box2 .content-1 .view {
  top: 75vh;
  right: 17%;
}

.bbj-mens .box2 .content-2 {
  width: calc(100% - 54.5%);
}

.bbj-mens .box2 .content-2 .image {
  width: 450px;
  margin: 0 auto;
}

.bbj-mens .box2 .content-2 .view {
  top: 10%;
  left: 15%;
}

.bbj-mens .box3 .content-1 {
  width: calc(100% - 65.5%);
}

.bbj-mens .box3 .content-1 .image {
  width: 400px;
  margin: 0 0 0 12vw;
  z-index: 2;
}

.bbj-mens .box3 .content-1 .view {
  top: 10%;
  left: 10%;
}

.bbj-mens .box3 .content-2 {
  width: 65.5%;
}

.bbj-mens .box3 .content-2 .view {
  top: 10%;
  left: 15%;
}

.bbj-mens .box4 .content-1 {
  width: 50%;
}

.bbj-mens .box4 .content-1 .image {
  width: 570px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-mens .box4 .content-1 .view-1 {
  bottom: 32%;
  right: 44%;
}

.bbj-mens .box4 .content-1 .view-2 {
  top: 27%;
  left: 37%;
}

.bbj-mens .box4 .content-2 {
  width: 50%;
}

.bbj-mens .box4 .content-2 .view {
  top: 27%;
  left: 20%;
}

.bbj-mens .box5 .view {
  top: 10%;
  right: 22%;
}

.bbj-mens .box6 .content-1 {
  width: 50%;
}

.bbj-mens .box6 .content-1 .image {
  width: 420px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-mens .box6 .content-1 .view {
  bottom: 30%;
  right: 15%;
}

.bbj-mens .box6 .content-2 {
  width: 50%;
}

.bbj-mens .box6 .content-2 .view {
  top: 5%;
  left: 5%;
}

.bbj-mens .box7 .content-1 {
  width: calc(100% - 42.3%);
}

.bbj-mens .box7 .content-1 .view {
  top: 20%;
  left: 58%;
}

.bbj-mens .box7 .content-2 {
  width: 42.3%;
}

.bbj-mens .box7 .content-2 .view {
  bottom: 28%;
  right: 18%;
}

.bbj-mens .box8 .view {
  top: 50%;
  left: 33%;
}

.bbj-mens .box9 .content-1 {
  width: calc(100% - 63.2%);
}

.bbj-mens .box9 .content-1 .view {
  bottom: 20%;
  left: 17%;
}

.bbj-mens .box9 .content-2 {
  width: 63.2%;
}

.bbj-mens .box9 .content-2 .view {
  top: 12%;
  left: 12%;
}

.bbj-mens .box10 .content-1 {
  width: calc(100% - 42.4%);
}

.bbj-mens .box10 .content-1 .view {
  top: 28%;
  right: 22%;
}

.bbj-mens .box10 .content-2 {
  width: 42.4%;
}

.bbj-mens .box10 .content-2 .image {
  width: 399px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-mens .box10 .content-2 .view {
  top: 91%;
  left: 43%;
}

.bbj-mens .box11 .content-1 {
  width: 50%;
}

.bbj-mens .box11 .content-1 .view {
  bottom: 25%;
  left: 18%;
}

.bbj-mens .box11 .content-2 {
  width: 50%;
}

.bbj-mens .box11 .content-2 .image {
  width: 500px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-mens .box11 .content-2 .view-1 {
  top: 5%;
  right: 10%;
}

.bbj-mens .box11 .content-2 .view-2 {
  top: 75%;
  right: 14%;
}

.bbj-mens .box12 .content-1 {
  width: calc(100% - 57.7%);
}

.bbj-mens .box12 .content-1 .image {
  width: 430px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-mens .box12 .content-1 .view {
  bottom: 33%;
  right: 13%;
}

.bbj-mens .box12 .content-2 {
  width: 57.7%;
}

.bbj-mens .box12 .content-2 .view {
  bottom: 10%;
  left: 20%;
}

.bbj-mens .box13 .view {
  bottom: 5%;
  left: 47%;
}

@media screen and (max-width: 896px) {
  .bbj-mens .box1 .view {
    top: 26%;
    left: 7%;
  }
  .bbj-mens .box2 .view {
    bottom: 24%;
    right: 7%;
  }
  .bbj-mens .box3 .view {
    top: 14%;
    left: 14%;
  }
  .bbj-mens .box4 .view {
    top: 16%;
    left: 17%;
  }
  .bbj-mens .box5 .view {
    top: 83%;
    left: 0px;
    right: 56%;
  }
  .bbj-mens .box6 .view-1 {
    bottom: 27%;
    right: 40%;
  }
  .bbj-mens .box6 .view-2 {
    top: 27%;
    left: 35%;
  }
  .bbj-mens .box7 .view {
    top: 15%;
    left: 15%;
  }
  .bbj-mens .box8 .view {
    top: 3%;
    left: 5%;
  }
  .bbj-mens .box9 .view {
    bottom: 34%;
    right: 13%;
  }
  .bbj-mens .box10 .view {
    top: 6%;
    left: 5%;
  }
  .bbj-mens .box11 .view {
    top: 15%;
    right: 15%;
  }
  .bbj-mens .box12 .view {
    top: 65%;
    right: 10%;
  }
  .bbj-mens .box13 .view {
    top: 24%;
    left: 10%;
    bottom: 0;
  }
  .bbj-mens .box14 {
    padding: 0;
  }
  .bbj-mens .box14 .view {
    top: 76%;
    left: 14%;
  }
  .bbj-mens .box15 .view {
    top: 5%;
    left: 6%;
  }
  .bbj-mens .box16 .view {
    top: 16%;
    right: 14%;
  }
  .bbj-mens .box17 .view {
    top: 92%;
    left: calc(50% - 31px);
  }
  .bbj-mens .box18 .view {
    top: 86%;
    left: 14%;
  }
  .bbj-mens .box19 .view-1 {
    top: 15%;
    left: 70%;
  }
  .bbj-mens .box19 .view-2 {
    top: 58%;
    left: 70%;
  }
  .bbj-mens .box20 .view {
    top: 66%;
    left: 73%;
  }
  .bbj-mens .box21 .view {
    top: 85%;
    left: 16%;
  }
  .bbj-mens .box22 .view {
    top: 94%;
    left: calc(50% - 31px);
  }
}

.bbj-womens .box1 .content-1 {
  width: 50%;
}

.bbj-womens .box1 .content-1 .image {
  width: 490px;
  margin: 0 auto;
}

.bbj-womens .box1 .content-1 .view {
  top: 17%;
  left: 17%;
}

.bbj-womens .box1 .content-2 {
  width: 50%;
}

.bbj-womens .box1 .content-2 .image {
  width: 580px;
  margin: 0 auto;
}

.bbj-womens .box1 .content-2 .view {
  top: 10%;
  left: 80%;
}

.bbj-womens .box2 .view {
  top: 36%;
  left: 28%;
}

.bbj-womens .box3 .content-1 {
  width: 47.5%;
}

.bbj-womens .box3 .content-1 .image {
  width: 560px;
  margin: 0 auto;
}

.bbj-womens .box3 .content-1 .view {
  top: 62%;
  left: 14%;
}

.bbj-womens .box3 .content-2 {
  width: 52.5%;
}

.bbj-womens .box3 .content-2 .image {
  width: 612px;
  margin: 0 auto;
}

.bbj-womens .box3 .content-2 .view {
  top: 13%;
  left: 82%;
}

.bbj-womens .box4 .view {
  top: 35%;
  left: 70%;
}

.bbj-womens .box5 .content-1 {
  width: 54.5%;
}

.bbj-womens .box5 .content-1 .image {
  width: 366px;
  margin: 0 auto;
}

.bbj-womens .box5 .content-1 .view {
  top: 50%;
  left: 79%;
}

.bbj-womens .box5 .content-2 {
  width: calc(100% - 54.5%);
}

.bbj-womens .box5 .content-2 .image {
  width: 560px;
  margin: 0 auto;
}

.bbj-womens .box5 .content-2 .view {
  top: 16%;
  left: 20%;
}

.bbj-womens .box6 .content-1 {
  width: 50%;
}

.bbj-womens .box6 .content-1 .image {
  width: 490px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box6 .content-1 .view {
  top: 18%;
  left: 14%;
}

.bbj-womens .box6 .content-2 {
  width: 50%;
}

.bbj-womens .box6 .content-2 .image {
  width: 579px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box6 .content-2 .view {
  top: 70%;
  left: 10%;
}

.bbj-womens .box7 .view {
  top: 35%;
  left: 21%;
}

.bbj-womens .box8 .view {
  top: 36%;
  left: 76%;
}

.bbj-womens .box9 .content-1 {
  width: 47.5%;
}

.bbj-womens .box9 .content-1 .view {
  top: 10%;
  left: 7%;
}

.bbj-womens .box9 .content-2 {
  width: 52.5%;
}

.bbj-womens .box9 .content-2 .image {
  width: 487px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box9 .content-2 .view {
  top: 42%;
  left: 19%;
}

.bbj-womens .box10 .view {
  top: 42%;
  left: 22%;
}

.bbj-womens .box11 .content-1 {
  width: 50%;
}

.bbj-womens .box11 .content-1 .image {
  width: 522px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box11 .content-1 .view {
  top: 36%;
  left: 73%;
}

.bbj-womens .box11 .content-2 {
  width: 50%;
}

.bbj-womens .box11 .content-2 .image {
  width: 520px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box11 .content-2 .view {
  top: 66%;
  left: 4%;
}

.bbj-womens .box12 .view {
  top: 23%;
  left: 70%;
}

.bbj-womens .box13 .content-1 {
  width: 41.5%;
}

.bbj-womens .box13 .content-1 .image {
  width: 510px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box13 .content-1 .view {
  top: 55%;
  left: 74%;
}

.bbj-womens .box13 .content-2 {
  width: 58.5%;
}

.bbj-womens .box13 .content-2 .image {
  width: 668px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box13 .content-2 .view {
  top: 22%;
  left: 75%;
}

.bbj-womens .box14 .content-1 {
  width: 45%;
}

.bbj-womens .box14 .content-1 .image {
  width: 560px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box14 .content-1 .view {
  top: 55%;
  left: 77%;
}

.bbj-womens .box14 .content-2 {
  width: 50%;
}

.bbj-womens .box14 .content-2 .image {
  width: 366px;
  margin: 0 auto;
  z-index: 2;
}

.bbj-womens .box14 .content-2 .view {
  top: 92%;
  left: 43%;
}

.bbj-womens .box15 .view {
  top: 54%;
  left: 18%;
}

@media screen and (max-width: 896px) {
  .bbj-womens .box1 .view {
    top: 20%;
    left: 14%;
  }
  .bbj-womens .box2 .view {
    top: 60%;
    left: 22%;
  }
  .bbj-womens .box3 .view {
    top: 35%;
    left: 12%;
  }
  .bbj-womens .box4 .view {
    top: 60%;
    left: 11%;
  }
  .bbj-womens .box5 .view {
    top: 13%;
    left: 5%;
  }
  .bbj-womens .box6 .view {
    top: 22%;
    left: 75%;
  }
  .bbj-womens .box7 .view {
    top: 52%;
    left: 82%;
  }
  .bbj-womens .box8 .view {
    top: 18%;
    left: 16%;
  }
  .bbj-womens .box9 .view {
    top: 22%;
    left: 10%;
  }
  .bbj-womens .box10 .view {
    top: 70%;
    left: 10%;
  }
  .bbj-womens .box11 .view {
    top: 23%;
    left: 7%;
  }
  .bbj-womens .box12 .view {
    top: 80%;
    left: 74%;
  }
  .bbj-womens .box13 .view {
    top: 5%;
    left: 4%;
  }
  .bbj-womens .box14 .view {
    top: 44%;
    left: 14%;
  }
  .bbj-womens .box15 .view {
    top: 90%;
    left: 5%;
  }
  .bbj-womens .box16 .view {
    top: 41%;
    left: 74%;
  }
  .bbj-womens .box17 .view {
    top: 17%;
    left: 80%;
  }
  .bbj-womens .box18 .view {
    top: 20%;
    left: 80%;
  }
  .bbj-womens .box19 .view {
    top: 57%;
    left: 74%;
  }
  .bbj-womens .box20 .view {
    top: 28%;
    left: 69%;
  }
  .bbj-womens .box21 .view {
    top: 45%;
    left: 80%;
  }
  .bbj-womens .box22 .view {
    top: 92%;
    left: 44%;
  }
  .bbj-womens .box23 .view {
    top: 87%;
    left: 11%;
  }
}

.org-mens .box1 .view {
  top: 77%;
  left: 66%;
}

.org-mens .box2 .view-1 {
  top: 2%;
  left: 41%;
}

.org-mens .box2 .view-2 {
  top: 6%;
  left: 63%;
}

.org-mens .box3 .view {
  top: 37%;
  left: 37%;
}

.org-mens .box4 .view {
  top: 60%;
  left: 19%;
}

.org-mens .box5 .content-1 {
  width: 55.5%;
}

.org-mens .box5 .content-1 .view {
  top: 24%;
  left: 70%;
}

.org-mens .box5 .content-2 {
  width: 44.5%;
}

.org-mens .box5 .content-2 .image {
  width: 423px;
  margin: 0 auto;
}

.org-mens .box5 .content-2 .view {
  top: 30%;
  left: 36%;
}

.org-mens .box6 .content-1 {
  width: 45.5%;
}

.org-mens .box6 .content-1 .image {
  width: 423px;
  margin: 0 auto;
}

.org-mens .box6 .content-1 .view {
  top: 94%;
  left: 43%;
}

.org-mens .box6 .content-2 {
  width: 55.5%;
}

.org-mens .box6 .content-2 .view {
  top: 20%;
  left: 32%;
}

.org-mens .box7 .view {
  top: 64%;
  left: 67%;
}

.org-mens .box8 .content-1 {
  width: 45%;
}

.org-mens .box8 .content-1 .image {
  width: 500px;
  margin: 0 auto;
}

.org-mens .box8 .content-1 .view {
  top: 47%;
  left: 68%;
}

.org-mens .box8 .content-2 {
  width: 55%;
}

.org-mens .box8 .content-2 .image {
  width: 567px;
  margin: 0 auto;
}

.org-mens .box8 .content-2 .view {
  top: 0%;
  left: 0%;
}

.org-mens .box9 .view {
  top: 12%;
  left: 37%;
}

.org-mens .box10 .view-1 {
  top: 80%;
  left: 36%;
}

.org-mens .box10 .view-2 {
  top: 72%;
  left: 70%;
}

.org-mens .box11 .view {
  top: 59%;
  left: 57%;
}

.org-mens .box12 .content-1 {
  width: 50%;
}

.org-mens .box12 .content-1 .image {
  width: 488px;
  margin: 0 auto;
}

.org-mens .box12 .content-1 .view {
  top: 80%;
  left: 8%;
}

.org-mens .box12 .content-2 {
  width: 50%;
}

.org-mens .box12 .content-2 .image {
  width: 488px;
  margin: 0 auto;
}

.org-mens .box12 .content-2 .view {
  top: 92%;
  left: 46%;
}

.org-mens .box13 .view {
  top: 56%;
  left: 59%;
}

.org-mens .box14 .content-1 {
  width: 43%;
}

.org-mens .box14 .content-1 .view {
  top: 92%;
  left: 45%;
}

.org-mens .box14 .content-2 {
  width: 57%;
}

.org-mens .box14 .content-2 .image {
  width: 547px;
  margin: 0 auto;
}

.org-mens .box14 .content-2 .view-1 {
  top: 24%;
  left: 34%;
}

.org-mens .box14 .content-2 .view-2 {
  top: 28%;
  left: 72%;
}

.org-mens .box15 .content-1 {
  width: 57%;
}

.org-mens .box15 .content-1 .image {
  width: 510px;
  margin: 0 auto;
}

.org-mens .box15 .content-1 .view-1 {
  top: 54%;
  left: 23%;
}

.org-mens .box15 .content-1 .view-2 {
  top: 93%;
  left: 64%;
}

.org-mens .box15 .content-2 {
  width: 43%;
}

.org-mens .box15 .content-2 .view {
  top: 35%;
  left: 10%;
}

.org-mens .box16 .view {
  top: 93%;
  left: 54%;
}

.org-mens .box17 .content-1 {
  width: 50%;
}

.org-mens .box17 .content-1 .image {
  width: 480px;
  margin: 0 auto;
}

.org-mens .box17 .content-1 .view {
  top: 95%;
  left: 43%;
}

.org-mens .box17 .content-2 {
  width: 50%;
}

.org-mens .box17 .content-2 .image {
  width: 547px;
  margin: 0 auto;
}

.org-mens .box17 .content-2 .view {
  top: 76%;
  left: 78%;
}

.org-mens .box18 .view {
  top: 50%;
  left: 28%;
}

.org-mens .box19 .view {
  top: 83%;
  left: 26%;
}

.org-mens .box20 .content-1 {
  width: 62%;
}

.org-mens .box20 .content-1 .view {
  top: 44%;
  left: 59%;
}

.org-mens .box20 .content-2 {
  width: 38%;
}

.org-mens .box20 .content-2 .view {
  top: 92%;
  left: 44%;
}

.org-mens .box21 .view {
  top: 10%;
  left: 26%;
}

.org-mens .box22 .content-1 {
  width: 43%;
}

.org-mens .box22 .content-1 .view {
  top: 94%;
  left: 80%;
}

.org-mens .box22 .content-2 {
  width: 57%;
}

@media screen and (max-width: 896px) {
  .org-mens .box1 .view {
    top: 75%;
    left: 72%;
  }
  .org-mens .box2 .view-1 {
    top: 2%;
    left: 9%;
  }
  .org-mens .box2 .view-2 {
    top: 5%;
    left: 74%;
  }
  .org-mens .box3 .view {
    top: 37%;
    left: 19%;
  }
  .org-mens .box4 .view {
    top: 65%;
    left: 69%;
  }
  .org-mens .box5 .view {
    top: 23%;
    left: 67%;
  }
  .org-mens .box6 .view {
    top: 31%;
    left: 34%;
  }
  .org-mens .box7 .view {
    top: 95%;
    left: 43%;
  }
  .org-mens .box8 .view {
    top: 20%;
    left: 23%;
  }
  .org-mens .box9 .view {
    top: 62%;
    left: 80%;
  }
  .org-mens .box10 .view {
    top: 52%;
    left: 72%;
  }
  .org-mens .box11 .view {
    top: 0%;
    left: 0%;
  }
  .org-mens .box12 .view {
    top: 17%;
    left: 15%;
  }
  .org-mens .box13 .view-1 {
    top: 80%;
    left: 10%;
  }
  .org-mens .box13 .view-2 {
    top: 74%;
    left: 78%;
  }
  .org-mens .box14 .view {
    top: 57%;
    left: 6%;
  }
  .org-mens .box15 .view {
    top: 77%;
    left: 4%;
  }
  .org-mens .box16 .view {
    top: 93%;
    left: 45%;
  }
  .org-mens .box17 .view {
    top: 58%;
    left: 5%;
  }
  .org-mens .box18 .view {
    top: 94%;
    left: 45%;
  }
  .org-mens .box19 .view-1 {
    top: 23%;
    left: 29%;
  }
  .org-mens .box19 .view-2 {
    top: 27%;
    left: 76%;
  }
  .org-mens .box20 .view-1 {
    top: 52%;
    left: 19%;
  }
  .org-mens .box20 .view-2 {
    top: 88%;
    left: 64%;
  }
  .org-mens .box21 .view {
    top: 40%;
    left: 5%;
  }
  .org-mens .box22 .view {
    top: 94%;
    left: 43%;
  }
  .org-mens .box23 .view {
    top: 93%;
    left: 43%;
  }
  .org-mens .box24 .view {
    top: 72%;
    left: 78%;
  }
  .org-mens .box25 .view {
    top: 57%;
    left: 4%;
  }
  .org-mens .box26 .view {
    top: 3%;
    left: 4%;
  }
  .org-mens .box27 .view {
    top: 45%;
    left: 74%;
  }
  .org-mens .box28 .view {
    top: 93%;
    left: 43%;
  }
  .org-mens .box29 .view {
    top: 22%;
    left: 43%;
  }
  .org-mens .box30 .view {
    top: 93%;
    left: 78%;
  }
}

.org-womens .box1 .view {
  top: 32%;
  left: 58%;
}

.org-womens .box2 .view {
  top: 38%;
  left: 52%;
}

.org-womens .box3 .content-1 {
  width: 47%;
}

.org-womens .box3 .content-1 .image {
  width: 487px;
  margin: 0 auto;
}

.org-womens .box3 .content-1 .view {
  top: 23%;
  left: 73%;
}

.org-womens .box3 .content-2 {
  width: 53%;
}

.org-womens .box3 .content-2 .image {
  width: 578px;
  margin: 0 auto;
}

.org-womens .box3 .content-2 .view {
  top: 82%;
  left: 19%;
}

.org-womens .box4 .view {
  top: 46%;
  left: 54%;
}

.org-womens .box5 .view {
  top: 40%;
  left: 31%;
}

.org-womens .box6 .content-1 {
  width: 50%;
}

.org-womens .box6 .content-1 .view {
  top: 40%;
  left: 74%;
}

.org-womens .box6 .content-2 {
  width: 50%;
}

.org-womens .box6 .content-2 .view {
  top: 94%;
  left: 43%;
}

.org-womens .box7 .view {
  top: 52%;
  left: 18%;
}

.org-womens .box8 .content-1 {
  width: 57%;
}

.org-womens .box8 .content-1 .view {
  top: 48%;
  left: 73%;
}

.org-womens .box8 .content-2 {
  width: 43%;
}

.org-womens .box8 .content-2 .image {
  width: 526px;
  margin: 0 auto;
}

.org-womens .box8 .content-2 .view {
  top: 20%;
  left: 20%;
}

.org-womens .box9 .view {
  top: 38%;
  left: 19%;
}

.org-womens .box10 .view {
  top: 82%;
  left: 37%;
}

.org-womens .box11 .content-1 {
  width: 41%;
}

.org-womens .box11 .content-1 .image {
  width: 401px;
  margin: 0 auto;
}

.org-womens .box11 .content-1 .view {
  top: 93%;
  left: 43%;
}

.org-womens .box11 .content-2 {
  width: 59%;
}

.org-womens .box11 .content-2 .image {
  width: 656px;
  margin: 0 auto;
}

.org-womens .box12 .content-1 {
  width: 53%;
}

.org-womens .box12 .content-1 .image {
  width: 540px;
  margin: 0 auto;
}

.org-womens .box12 .content-1 .view {
  top: 32%;
  left: 64%;
}

.org-womens .box12 .content-2 {
  width: 47%;
}

.org-womens .box12 .content-2 .image {
  width: 580px;
  margin: 0 auto;
}

.org-womens .box12 .content-2 .view {
  top: 27%;
  left: 76%;
}

.org-womens .box13 .content-1 {
  width: 54.5%;
}

.org-womens .box13 .content-1 .view {
  top: 38%;
  left: 15%;
}

.org-womens .box13 .content-2 {
  width: 45.5%;
}

.org-womens .box13 .content-2 .image {
  width: 450px;
  margin: 0 auto;
}

.org-womens .box13 .content-2 .view {
  top: 21%;
  left: 70%;
}

.org-womens .box14 .content-1 {
  width: 50%;
}

.org-womens .box14 .content-1 .image {
  width: 450px;
  margin: 0 auto;
}

.org-womens .box14 .content-1 .view {
  top: 94%;
  left: 43%;
}

.org-womens .box14 .content-2 {
  width: 50%;
}

.org-womens .box14 .content-2 .image {
  width: 513px;
  margin: 0 auto;
}

.org-womens .box14 .content-2 .view {
  top: 48%;
  left: 77%;
}

@media screen and (max-width: 896px) {
  .org-womens .box1 .view {
    top: 27%;
    left: 77%;
  }
  .org-womens .box2 .view {
    top: 50%;
    left: 75%;
  }
  .org-womens .box3 .view {
    top: 27%;
    left: 74%;
  }
  .org-womens .box4 .view {
    top: 80%;
    left: 16%;
  }
  .org-womens .box5 .view {
    top: 94%;
    left: 74%;
  }
  .org-womens .box6 .view {
    top: 66%;
    left: 5%;
  }
  .org-womens .box7 .view {
    top: 38%;
    left: 74%;
  }
  .org-womens .box8 .view {
    top: 94%;
    left: 43%;
  }
  .org-womens .box9 .view {
    top: 92%;
    left: 43%;
  }
  .org-womens .box10 .view {
    top: 94%;
    left: 56%;
  }
  .org-womens .box11 .view {
    top: 12%;
    left: 18%;
  }
  .org-womens .box12 .view {
    top: 92%;
    left: 17%;
  }
  .org-womens .box13 .view {
    top: 88%;
    left: 59%;
  }
  .org-womens .box14 .view {
    top: 92%;
    left: 43%;
  }
  .org-womens .box15 .view {
    top: 0%;
    left: 0%;
  }
  .org-womens .box16 .view {
    top: 25%;
    left: 68%;
  }
  .org-womens .box17 .view {
    top: 28%;
    left: 75%;
  }
  .org-womens .box18 .view {
    top: 35%;
    left: 15%;
  }
  .org-womens .box19 .view {
    top: 26%;
    left: 75%;
  }
  .org-womens .box20 .view {
    top: 92%;
    left: 43%;
  }
  .org-womens .box21 .view {
    top: 45%;
    left: 76%;
  }
}

.import .box1 .content-1 {
  width: 54.5%;
}

.import .box1 .content-1 .view {
  top: 90%;
  left: 10%;
}

.import .box1 .content-2 {
  width: 45.5%;
}

.import .box1 .content-2 .image {
  width: 450px;
  margin: 0 auto;
}

.import .box1 .content-2 .view {
  top: 8%;
  left: 43%;
}

.import .box2 .view {
  top: 16%;
  left: 41%;
}

.import .box3 .content-1 {
  width: 50%;
}

.import .box3 .content-1 .image {
  width: 570px;
  margin: 0 auto;
}

.import .box3 .content-1 .view {
  top: 77%;
  left: 57%;
}

.import .box3 .content-2 {
  width: 50%;
}

.import .box3 .content-2 .image {
  width: 504px;
  margin: 0 auto;
}

.import .box3 .content-2 .view {
  top: 30%;
  left: 25%;
}

.import .box4 .content-1 {
  width: 54.5%;
}

.import .box4 .content-1 .view {
  top: 45%;
  left: 15%;
}

.import .box4 .content-2 {
  width: 45.5%;
}

.import .box4 .content-2 .image {
  width: 450px;
  margin: 0 auto;
}

.import .box4 .content-2 .view {
  top: 92%;
  left: 11%;
}

.import .box5 .content-1 {
  width: 50%;
}

.import .box5 .content-2 {
  width: 50%;
}

.import .box5 .content-2 .view {
  top: 22%;
  left: 67%;
}

.import .box6 .content-1 {
  width: 54.5%;
}

.import .box6 .content-1 .view {
  top: 16%;
  left: 81%;
}

.import .box6 .content-2 {
  width: 45.5%;
}

.import .box6 .content-2 .image {
  width: 450px;
  margin: 0 auto;
}

.import .box6 .content-2 .view {
  top: 15%;
  left: 17%;
}

.import .box7 .view {
  top: 35%;
  left: 28%;
}

.import .box8 .view {
  top: 40%;
  left: 12%;
}

.import .box9 .content-1 {
  width: 55.5%;
}

.import .box9 .content-1 .view {
  top: 52%;
  left: 16%;
}

.import .box9 .content-2 {
  width: 45.5%;
}

.import .box9 .content-2 .image {
  width: 400px;
  margin: 0 auto;
}

.import .box9 .content-2 .view {
  top: 48%;
  left: 71%;
}

.import .box10 .content-1 {
  width: 55.5%;
}

.import .box10 .content-1 .image {
  width: 572px;
  margin: 0 auto;
}

.import .box10 .content-1 .view-1 {
  top: 43%;
  left: 4%;
}

.import .box10 .content-1 .view-2 {
  top: 1%;
  left: 84%;
}

.import .box10 .content-2 {
  width: 45.5%;
}

.import .box10 .content-2 .view {
  top: 48%;
  left: 76%;
}

.import .box11 .view {
  top: 43%;
  left: 31%;
}

.import .box12 .content-1 {
  width: 50%;
}

.import .box12 .content-1 .image {
  width: 509px;
  margin: 0 auto;
}

.import .box12 .content-1 .view {
  top: 45%;
  left: 67%;
}

.import .box12 .content-2 {
  width: 50%;
}

.import .box12 .content-2 .image {
  width: 600px;
  margin: 0 auto;
}

.import .box12 .content-2 .view {
  top: 23%;
  left: 72%;
}

@media screen and (max-width: 896px) {
  .import .box1 .view {
    top: 92%;
    left: 4%;
  }
  .import .box2 .view {
    top: 8%;
    left: 43%;
  }
  .import .box3 .view {
    top: 20%;
    left: 16%;
  }
  .import .box4 .view {
    top: 75%;
    left: 66%;
  }
  .import .box5 .view {
    top: 21%;
    left: 33%;
  }
  .import .box6 .view {
    top: 48%;
    left: 6%;
  }
  .import .box7 .view {
    top: 90%;
    left: 8%;
  }
  .import .box8 .view {
    top: 21%;
    left: 68%;
  }
  .import .box9 .view {
    top: 14%;
    left: 75%;
  }
  .import .box10 .view {
    top: 23%;
    left: 7%;
  }
  .import .box11 .view {
    top: 21%;
    left: 10%;
  }
  .import .box12 .view {
    top: 88%;
    left: 7%;
  }
  .import .box13 .view {
    top: 46%;
    left: 7%;
  }
  .import .box14 .view {
    top: 30%;
    left: 75%;
  }
  .import .box15 {
    color: #000;
  }
  .import .box15 .view-1 {
    top: 28%;
    left: 15%;
  }
  .import .box15 .view-2 {
    top: 72%;
    left: 60%;
  }
  .import .box16 .view {
    top: 48%;
    left: 77%;
  }
  .import .box17 .view {
    top: 47%;
    left: 8%;
  }
  .import .box18 .view {
    top: 46%;
    left: 72%;
  }
  .import .box19 .view {
    top: 25%;
    left: 73%;
  }
}

/*
    modal_open
=========================================*/
.modal_open {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  float: left;
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 50%;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}

.modal_box ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_box a {
  color: #fff;
  text-decoration: none;
}

.modal_box h2 {
  font-size: 14px;
  margin: 50px 0 20px;
}

.modal_box ul li {
  margin-top: 10px;
}

.modal_box .discover-logo {
  position: absolute;
  top: 50px;
  left: 0;
  width: 254px;
}

.modal_box .title {
  width: 142px;
  margin: 100px auto 22px;
}

.modal_box .image {
  width: 450px;
  margin: 0 auto;
}

.modal_close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  display: block;
  font-size: 40px;
  color: #000;
  line-height: 40px;
}

.modal_close i {
  line-height: 40px;
  vertical-align: bottom;
  color: #fff;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 50%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 896px) {
  .modal_box {
    width: 100%;
    height: 100%;
    padding: 40px 12px 40px;
  }
  .modal_box h2 {
    font-size: 12px;
    margin: 15px 0 10px;
  }
  .modal_box ul li {
    font-size: 10px;
    margin-top: 10px;
  }
  .modal_close {
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    margin-top: 0;
  }
  .modal_close i {
    line-height: 30px;
  }
  .modal_bg {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 896px) {
  .btn-all {
    margin: 0 30px;
  }
}

.inview, .navi {
  opacity: 0;
}

.up {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 0.5s 1;
  -webkit-animation: VisualImage 1s ease 0.5s 1;
  animation-fill-mode: both;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

.fadein {
  -webkit-animation-name: FadeInAnime;
  animation-name: FadeInAnime;
  animation: FadeInAnime 1s ease 0s 1;
  -webkit-animation: FadeInAnime 1s ease 0s 1;
  animation-fill-mode: both;
}

/*FadeInAnime*/
@-webkit-keyframes FadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.FadeInAnime {
  -webkit-animation-name: FadeInAnime;
  animation-name: FadeInAnime;
}

.fadeout {
  -webkit-animation-name: FadeOutAnime;
  animation-name: FadeOutAnime;
  animation: FadeOutAnime 1s ease 0s 1;
  -webkit-animation: FadeOutAnime 1s ease 0s 1;
  animation-fill-mode: both;
}

/*FadeOutAnime*/
@-webkit-keyframes FadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes FadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.FadeOutAnime {
  -webkit-animation-name: FadeOutAnime;
  animation-name: FadeOutAnime;
}

/*# sourceMappingURL=maps/app.css.map */
