/*	poster slide
============================== */
.sc,
.tbg {
  background-color: #e6ce21;
  color: #202a67;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .sc {
    font-size: 1.5em;
  }

  .read {
    font-size: 3em;
  }

  .poster_slide {
    width: 600px;
    margin: 0 auto;
  }

  .poster_slide {
    width: 600px ! important;
    margin: 0 auto;
  }

  .btn {
    width: 540px;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides span {
  display: block;
  height: 338px;
}

.rslides span,
.rslides span img {
  display: block;
  /* height: auto; */
  float: left;
  border: 0;
}

.rslides span {
  width: 600px;
  height: 338px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.rslides,
.rslides li,
.rslides span,
.rslides span img {
  width: 100%;
}

.rslides span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 0;
  padding-top: calc((338 / 600)*100%);
  /* margin-bottom: 1.5vw; */
}

.rslides span img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media all and (max-width: 767px) {
  .sc {
    font-size: 1em;
  }

  .read {
    font-size: 1.5em;
    line-height: 1.8;
  }

  body.cmn h1 {
    padding-top: calc((540 / 2160)*100%);
  }

  .rslides,
  .rslides li,
  .rslides span,
  .rslides span img {
    width: 100%;
  }

  .rslides span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: calc((338 / 600)*100%);
    /* margin-bottom: 1.5vw; */
  }

  .rslides span img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	figure
============================== */
div.pics {
  margin: 0 auto;
}

div.pics figure>span, div.pics figure span img {
  display: block;
}

div.pics figure>span {
  position: relative;
  height: 0;
  padding-top: -webkit-calc(540 / 960 * 100%);
  padding-top: calc(540 / 960 * 100%);
  background-size: cover;
}

div.pics figure span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div.pics figure span.pic0 {
  background-image: url(../img/present/1.jpg);
}

div.pics figure span.pic1 {
  background-image: url(../img/present/2.jpg);
}

div.pics figure span.pic2 {
  background-image: url(../img/present/3.jpg);
}

@media all and (min-width: 768px) {
  div.pics {
    max-width: 700px;
  }

  div.pics:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767px) {
  div.pics {
    width: 90%;
  }

  div.pics:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media print {
  div.pics {
    display: none;
  }
}
