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

#executive-twin {
  position: relative;
}

.extw_br {
    display: none;
  }

.late-co__box {
  width: 100%;
  max-width: 1400px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.late-co__base {
  width: 190px;
  position: absolute;
  top: 60px;
  right: 0;
}

.late-co__inner {
  width: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #001b6f;
  position: relative;
  overflow: hidden;
}

.late-co__inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.limited_text {
  padding: 8px 0;
  width: 78%;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #b8860b;
  text-align: center;
  position: absolute;
  top: 6.5%;
  left: 50%;
  transform: translate(-50%, -6.5%);
}

.limited_text::before, .limited_text::after {
  content: "";
  display: block;
  width: calc((100% - 13px) / 2);
  border-bottom: solid 1px #001b6f;
  position: absolute;
  bottom: 0;
}

.limited_text::before {
  left: 0;
}

.limited_text::after {
  right: 0;
}

.triangle {
  margin: 0 auto;
  width: 16px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.triangle::before, .triangle::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #001b6f;
  transform: rotate(45deg);
  position: absolute;
}

.triangle::before {
  transform: rotate(45deg);
  left: 0;
}

.triangle::after {
  transform: rotate(-45deg);
  right: 0;
}

.co_time {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 56px;
  text-align: center;
  position: absolute;
  bottom: 5.5%;
  transform: translateY(-5.5%);
}

.co_time span {
  position: relative;
  top: -6px;
}
.co_text {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 22px;
  line-height: 1.05;
  text-align: center;
  position: absolute;
  top: 42.5%;
  transform: translateY(-42.5%);
}

@media only screen and (min-width: 768px) and (max-width: 1499px) {
  .late-co__base{
    right: 3%;
  }
}
@media only screen and (max-width: 767.98px) {
  .extw_br {
    display: block;
  }
  
  .late-co__base {
    top: 110px;
    right: 5px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 767.98px) {
  .late-co__base{
    transform: translate(14.25px, -14.25px) scale(0.85);
  }
  .late-co__base2 {
    zoom: 0.85;
  }
}
@media only screen and (min-width: 650px) and (max-width: 699.98px) {
  .late-co__base{
    top: 104px;
    transform: translate(19px, -19px) scale(0.8);
  }
}
@media only screen and (min-width: 600px) and (max-width: 649.98px) {
  .late-co__base{
    top: 98px;
    transform: translate(23.75px, -23.75px) scale(0.75);
  }
}
@media only screen and (min-width: 550px) and (max-width: 599.98px) {
  .late-co__base{
    top: 92px;
    transform: translate(28.5px, -28.5px) scale(0.7);
  }
}
@media only screen and (min-width: 500px) and (max-width: 549.98px) {
  .late-co__base{
    top: 85px;
    transform: translate(33.25px, -33.25px) scale(0.65);
  }
}
@media only screen and (min-width: 450px) and (max-width: 499.98px) {
  .late-co__base{
    top: 78px;
    transform: translate(38px, -38px) scale(0.6);
  }
}
@media only screen and (min-width: 400px) and (max-width: 449.98px) {
  .late-co__base{
    top: 72px;
    transform: translate(42.75px, -42.75px) scale(0.55);
  }
}
@media only screen and (max-width: 399.98px) {
  .late-co__base {
    top: 65px;
    transform: translate(47.5px, -47.5px) scale(0.5);
  }
}