@charset "UTF-8";

body {
  margin: 0;
  font-size: 10px;
}
/*++++++++++++ .swp_area ++++++++++++*/
.swp_area {
  width: 30.8%;
  margin: 0 auto;
  position: relative;
}

.swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nested-slider-v {
  background-color: #CFD8DC;
  width: 100%;
  height: 100vh;
  /*height: 29vw;*/
}
.nested-slider-v .swiper-slide {
  display: flex;
  align-items: center;
}
/*.nested-slider-v .nested-slider-child [class^=swiper-button]{
  transform:rotate(90deg);
  top: initial;
  left: initial;
  right: 10px;
  margin: 0;
}
.nested-slider-v .nested-slider-child .swiper-button-prev{
  top:0;
}
.nested-slider-v .nested-slider-child .swiper-button-next{
  bottom:0;
}
.nested-slider-v .nested-slider-child .swiper-pagination{
  right:20px;
}*/
.nested-slider-v .nested-slider-child{
  width: 100%;
  height: 100%;
}

.swiper-pagination-fraction {
  top: 10px !important;
  left: 2% !important;
  width: 5.6% !important;
  height: 30px;
  background: #fff;
  font-weight: 700;
  background-color: hsla(0, 0%, 100%, .774);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: .8rem;
  border-radius: .8rem;
  padding: 5px 5px;
  box-sizing: border-box;
}

.swiper-pagination-bullets {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  text-align: center;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  bottom: 23%;
  background-color: rgba(0, 0, 0, .25);
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  padding: .4rem;
  border-radius: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}


.info-area {
  height: fit-content;
  position: absolute;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
  z-index: 10;
}
.info-box {
    color: #fff;
    margin: .1rem 0 1rem .8rem;
    width: 93vw;
    overflow: hidden;
    font-size: 0.85rem;
    padding-top: .5rem;
}
.item-name, .item-price {
  text-align: left;
  width: fit-content;
  margin: 0 0 0 1vh;
}
.item-name, .item-price {
  margin-top: 7px;
}

.item-text-box {
    clear: both;
    display: block;
}

.item-text {
    font-size: .7rem;
    margin: 1.3rem 0 0 1rem;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.item-text-box {
    clear: both;
    display: block;
    overflow: hidden;
}
.item-text-box p#cn100 {
  animation: animetxt 18s linear infinite;
}

@keyframes animetxt {
0% {
  transform: translateX(0%);
 }
100% {
  transform: translateX(-100%);
 }
}

.cta-box {
  text-align: center;
  font-size: .9rem;
  background-color: #ff6069;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  /* width: fit-content; */
  /* padding: .05rem 1rem; */
  border-radius: .3rem;
  margin: 20px 0 0;
  z-index: 10;
  width: 31%;
  /* height: 2.5rem; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* float: right; */
  font-weight: 700;
}
.cta-box a {
  color: #fff;
  text-decoration: none;
  line-height: 3em;
}

@media screen and (max-width: 700px) {
  .swp_area {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nested-slider-v {
    background-color: #CFD8DC;
    width: 100%;
    height: 90vh;
    /*height: 29vw;*/
  }
  .nested-slider-v .swiper-slide {
    display: flex;
    align-items: center;
  }
  /*.nested-slider-v .nested-slider-child [class^=swiper-button]{
    transform:rotate(90deg);
    top: initial;
    left: initial;
    right: 10px;
    margin: 0;
  }
  .nested-slider-v .nested-slider-child .swiper-button-prev{
    top:0;
  }
  .nested-slider-v .nested-slider-child .swiper-button-next{
    bottom:0;
  }
  .nested-slider-v .nested-slider-child .swiper-pagination{
    right:20px;
  }*/
  .nested-slider-v .nested-slider-child{
    width: 100%;
    height: 100%;
  }

  .swiper-pagination-fraction {
    top: 30px !important;
    left: 2% !important;
    width: 5.6% !important;
    height: 30px;
    background: #fff;
    font-weight: 700;
    background-color: hsla(0, 0%, 100%, .774);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: .8rem;
    border-radius: .8rem;
    padding: 5px 5px;
    box-sizing: border-box;
  }

  .swiper-pagination-bullets {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    text-align: center;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    bottom: 23%;
    background-color: rgba(0, 0, 0, .25);
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    padding: .4rem;
    border-radius: 1rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }


  .info-area {
    height: fit-content;
    position: absolute;
    bottom: 0;
    width: 100vw;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
    z-index: 10;
  }
  .info-box {
      color: #fff;
      margin: .1rem 0 2rem .8rem;
      width: 93vw;
      overflow: hidden;
      font-size: 0.85rem;
      padding-top: .5rem;
  }
  .item-name, .item-price {
    text-align: left;
    width: fit-content;
    margin: 0 0 0 1vh;
  }
  .item-name, .item-price {
    margin-top: 7px;
  }

  .item-text-box {
      clear: both;
      display: block;
  }

  .item-text {
      font-size: .7rem;
      margin: 0.6rem 0 0 1rem;
      white-space: nowrap;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
  }


  .item-text-box {
      clear: both;
      display: block;
      overflow: hidden;
  }
  .item-text-box p#cn100 {
    animation: animetxt 18s linear infinite;
  }

  @keyframes animetxt {
  0% {
    transform: translateX(0%);
   }
  100% {
    transform: translateX(-100%);
   }
  }

  .cta-box {
    text-align: center;
    font-size: .9rem;
    background-color: #ff6069;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    /* width: fit-content; */
    /* padding: .05rem 1rem; */
    border-radius: .3rem;
    margin: 20px 0 0;
    z-index: 10;
    width: 100%;
    /* height: 2.5rem; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* float: right; */
    font-weight: 700;
  }
  .cta-box a {
    color: #fff;
    text-decoration: none;
    line-height: 3em;
  }
}





/*++++++++++++ .modal-btn ++++++++++++*/
.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
opacity: 0 !important;
}
.layer_board {
width: 28%;
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color:rgba(0,0,0,0.8);
text-align: center;
z-index: 2000;
box-sizing: border-box;
padding: 50px;
color: #fff;
border-radius: 10px;
margin: 0 auto;
}

.layer_board  .guide-detail-row {
  display: flex;
  align-items: center;
}
.layer_board  .guide-detail-row .guide-icon {
  width: 20%;
  margin: 0 2.5vh;
}
.layer_board  .guide-detail-row .guide-icon.giu {animation: move-y 1.1s infinite;}
@keyframes move-y {
  0% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
}
.layer_board  .guide-detail-row .guide-icon.gil {animation: move-x 1.1s infinite;}
@keyframes move-x {
  0% {
      -webkit-transform: translateX(7px);
      transform: translateX(7px);
  }
  100% {
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
  }
}


.layer_board  .guide-detail-row .guide-detail-text-up {
  font-size: 2em;
  text-align: left;
}


.layer_board_btn {
  position: absolute;
  top: 0%;
  right: 2%;
  width: 6%;
  z-index: 999;
}
.layer_board_btn a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.layer_board_btn a img {
  display: inline-block;
  width: 100%;
}
.btn_close {
display: block;
text-decoration: none;
color: #fff;
text-align: center;
padding: 0;
width: 10%;
margin: 0 0 0 auto;
cursor: pointer;
}
.btn_close img {
display: inline-block;
width: 100%;
}


@media screen and (max-width: 700px) {
  .layer_board_bg,
  .layer_board {
  position: absolute;
  }
  .layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  opacity: 0 !important;
  }
  .layer_board {
  width: 90%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color:rgba(0,0,0,0.8);
  text-align: center;
  z-index: 2000;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  }

  .layer_board  .guide-detail-row {
    display: flex;
    align-items: center;
  }
  .layer_board  .guide-detail-row .guide-icon {
    width: 20%;
    margin: 0 2.5vh;
  }
  .layer_board  .guide-detail-row .guide-icon.giu {animation: move-y 1.1s infinite;}
  @keyframes move-y {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
  }
  .layer_board  .guide-detail-row .guide-icon.gil {animation: move-x 1.1s infinite;}
  @keyframes move-x {
    0% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
    }
    100% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
  }


  .layer_board  .guide-detail-row .guide-detail-text-up {
    font-size: 2em;
    text-align: left;
  }


  .layer_board_btn {
    position: absolute;
    top: 30px;
    right: 2%;
    width: 6%;
    z-index: 999;
  }
  .layer_board_btn a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
  }
  .layer_board_btn a img {
    display: inline-block;
    width: 100%;
  }
  .btn_close {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 10%;
  margin: 0 0 0 auto;
  }
  .btn_close img {
  display: inline-block;
  width: 100%;
  }
}