@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: easeInOutCubic;
  -moz-animation-timing-function: easeInOutCubic;
  -ms-animation-timing-function: easeInOutCubic;
  -o-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: easeInOutCubic;
  -moz-animation-timing-function: easeInOutCubic;
  -ms-animation-timing-function: easeInOutCubic;
  -o-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: easeInOutCubic;
  -moz-animation-timing-function: easeInOutCubic;
  -ms-animation-timing-function: easeInOutCubic;
  -o-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

a, acronym, address, body, caption, dfn, div, font, h1, h2, html, ins, legend, li, p, small, span, strong, table, ul {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

article, figcaption, footer, header, main, nav, section {
  display: block;
}

ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption {
  font-weight: 400;
  text-align: left;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .02em;
}

body {
  background-color: #fff;
  color: #131313;
  font-family: "Open Sans",sans-serif;
  line-height: 1.45;
  font-weight: 400;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-justify: inter-ideograph;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana,Meiryo,sans-serif;
  }
}
h1, h2 {
  line-height: 1.3;
}

strong {
  font-weight: 700;
}

a {
  outline: 0;
  -webkit-transition: all 50ms ease-in-out 0s;
  -moz-transition: all 50ms ease-in-out 0s;
  -ms-transition: all 50ms ease-in-out 0s;
  -o-transition: all 50ms ease-in-out 0s;
  transition: all 50ms ease-in-out 0s;
  position: relative;
}
a:link, a:visited {
  color: #18d08c;
  text-decoration: none;
}
a:hover {
  color: rgba(24, 208, 140, 0.8);
}
a:active {
  color: #15b97d;
}
a:focus {
  outline: 0;
}

p {
  margin: 0 0 1em;
}

img, svg {
  max-width: 100%;
  vertical-align: top;
}

body {
  background-color: #011a27;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  width: 100%;
  margin: 0 auto;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: 10;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  background: linear-gradient(180deg, rgba(1, 26, 39, 0.2) 0%, rgba(1, 26, 39, 0) 100%);
}
#header .row {
  position: relative;
  padding: 2px 8px 0;
}
#header .row:after, #header .row:before {
  content: "";
  display: table;
}
#header .row:after {
  clear: both;
}

.header_sitename {
  width: 142px;
  float: left;
  margin: 0;
}
.header_sitename a {
  display: block;
  padding: 13px 7px;
}
.header_sitename a span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 128px;
  height: 24px;
  background: url(https://vetscope.vet/images/logo.svg) no-repeat center center;
  background-size: 100% auto;
}

#gnav {
  float: right;
}
#gnav > ul {
  display: table;
}
#gnav > ul > li {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
#gnav a {
  display: block;
  text-align: center;
  height: 100%;
}
#gnav .icon {
  position: relative;
  display: block;
  height: 26px;
  margin: 0 auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .7;
}
#gnav .icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  fill: #fff;
}
#gnav .title {
  line-height: 1;
  font-size: 1rem;
  display: block;
  opacity: 0;
  color: #18d08c;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

#content {
  max-width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 56px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56px;
  padding-top: 14px;
  background-color: #0a2738;
}
#footer .copyrights {
  line-height: 1;
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
  padding-left: .1em;
}
#footer .footer_link {
  line-height: 1;
  margin: 0 0 8px;
  text-align: center;
  font-size: 1rem;
}
#footer .footer_link a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative;
  padding: 0 .5em 0 1em;
}
#footer .footer_link a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg) translateY(-50%);
}
#footer .footer_link a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#loading {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #011a27;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .uil-spin-css {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.uil-spin-css {
  background: 0 0;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-spin-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #18d08c;
}
.uil-spin-css > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(1) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: -.78s;
  animation-delay: -.78s;
}
.uil-spin-css > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: -.67s;
  animation-delay: -.67s;
}
.uil-spin-css > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: -.56s;
  animation-delay: -.56s;
}
.uil-spin-css > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: -.45s;
  animation-delay: -.45s;
}
.uil-spin-css > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: -.33s;
  animation-delay: -.33s;
}
.uil-spin-css > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: -.22s;
  animation-delay: -.22s;
}
.uil-spin-css > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: -.11s;
  animation-delay: -.11s;
}
.uil-spin-css > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
  -webkit-animation: uil-spin-css .9s linear infinite;
  animation: uil-spin-css .9s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.article_hero {
  position: relative;
}
.article_hero .bg {
  height: 355px;
  display: block;
  width: 100%;
  height: 355px;
  z-index: -1;
}
.article_hero .row {
  position: relative;
  height: 100%;
}
#ad .article_hero .bg {
  background: url(../img/bg_ad.jpg) no-repeat center center/cover;
}
#ad .article_hero .hero_txt {
  margin-top: -96px;
}
#vc .article_hero .bg {
  background: url(../img/bg_vc.jpg) no-repeat center center/cover;
}
#vc .article_hero .hero_txt {
  margin-top: -155px;
}

.hero_txt {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 32px 0 16px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}
.hero_txt .heading {
  line-height: 1.1;
  border-bottom: 2px solid #fff;
  padding: 0 2px 12px;
  margin-bottom: 10px;
  font-size: 5.4rem;
  font-weight: bold;
}
.hero_txt ul {
  width: 100%;
  padding: 0 2px;
  color: #F5FF00;
}
.hero_txt ul li {
  position: relative;
  line-height: 1.3;
  padding-left: 1.2em;
  margin: .6em 0;
  font-size: 1.5rem;
}
.hero_txt ul li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F5FF00;
  position: absolute;
  top: calc((1.6rem * 1.3 / 2) - 3px);
  left: 4px;
}

.article_content {
  background-color: #011A27;
  padding: 32px 6px 64px;
}
.article_content .row {
  max-width: 800px;
}
.article_content .video {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 32px;
}
.article_content .video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.article_content .btnWrap {
  width: 100%;
  padding: 0 24px;
}
.article_content .btnWrap .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 58px;
  line-height: 1.1;
  margin: 0 auto;
  border: 1px solid #18d08c;
  border-radius: 4px;
  font-size: 2.1rem;
  color: #18d08c;
  font-weight: bold;
}
.article_content .btnWrap .btn span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  font-weight: normal;
}

.article_lead {
  margin-bottom: 56px;
  font-size: 1.7rem;
  padding: 0 18px;
}
.article_lead .handwriting {
  font-family: 'Caveat',sans-serif;
  font-size: 1.6666em;
  position: relative;
  bottom: -.1em;
  color: #F5FF00;
}
.article_lead .currency {
  font-size: .7777em;
  color: rgba(255, 255, 255, 0.5);
}
.article_lead .img {
  max-width: 320px;
  margin: 0 auto;
}

.campaign_section {
  margin-bottom: 48px;
  overflow-x: hidden;
}
.campaign_section:last-child {
  margin-bottom: 0;
}
.campaign_section.effect {
  padding: 0 18px;
}
.campaign_section .img {
  margin: 0 0 18px;
}
.campaign_section .txt {
  padding: 0 18px;
}
.campaign_section .heading-handwriting {
  display: flex;
  margin-bottom: 14px;
  font-family: 'Caveat',sans-serif;
  font-size: 3rem;
  color: #F5FF00;
  font-weight: 100;
  line-height: 1;
}
.campaign_section .heading-handwriting span {
  display: block;
}

.table-points {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 16px auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.2);
}
.table-points:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #011A27;
}
.table-points th, .table-points td {
  padding: 8px;
  text-align: center;
  color: #011A27;
  font-weight: 600;
  width: 50%;
}
.table-points tbody th, .table-points tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}
.table-points tbody tr:nth-child(odd) th, .table-points tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.article_footer {
  padding: 56px 0 80px;
  text-align: center;
}

.link-rules {
  margin: 40px 0 0;
}
.link-rules a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 10px 0 6px;
  opacity: .5;
  transition: .2s;
}
.link-rules a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .2s;
}
.link-rules a:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .2s;
}
.link-rules a:active {
  padding: 7px 0 9px;
  opacity: 1;
}
.link-rules a:active:before, .link-rules a:active:after {
  width: 16%;
}

.mask-wrap {
  display: block;
  overflow: hidden;
}
.hero_txt .mask-wrap {
  display: block;
  -moz-transform: translateY(10.5%);
  -ms-transform: translateY(10.5%);
  -webkit-transform: translateY(10.5%);
  transform: translateY(10.5%);
}

.mask {
  display: block;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}
.heading-handwriting .mask {
  padding-right: .25em;
}

.mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5FF00;
}

.figure-center {
  padding: 0;
  margin: 0;
}
.figure-center .note {
  margin-top: 16px;
  text-align: center;
  font-size: 1.4rem;
}
.figure-center .note:before {
  content: '*';
  color: #ff595f;
  margin-right: .5em;
}

@media only screen and (min-width: 768px) {
  body {
    letter-spacing: .05em;
  }

  a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .row {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #header {
    height: auto;
  }
  #header .row {
    padding: 0;
    padding: 5px 20px;
  }

  .header_sitename {
    width: 188px;
  }
  .header_sitename a {
    padding: 12px 8px;
  }
  .header_sitename a span {
    width: 172px;
    height: 32px;
  }
  .header_sitename a:hover {
    opacity: .7;
  }

  body {
    margin-bottom: 56px;
  }

  #footer {
    height: 56px;
    padding-top: 16px;
  }

  .article_hero .bg {
    height: 500px;
  }
  #ac .article_hero .hero_txt {
    left: 16px;
  }
  #vc .article_hero .row:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #vc .article_hero .hero_txt {
    right: 0;
    width: 376px;
  }

  .hero_txt {
    position: absolute;
    width: 500px;
    bottom: 28px;
    margin: 0;
  }
  .hero_txt .heading {
    font-size: 6.4rem;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  .hero_txt ul li {
    margin: .75em 0;
    font-size: 1.6rem;
  }

  .article_content {
    padding: 76px 6px 96px;
  }
  .article_content .row {
    padding: 0 40px;
  }

  .article_lead {
    display: flex;
    margin-bottom: 96px;
    font-size: 2.6rem;
  }
  .article_lead p {
    width: calc(100% - 540px);
    padding-right: 30px;
  }
  .article_lead .block {
    display: inline-block;
  }
  .article_lead .img {
    max-width: 540px;
    margin: 0 auto;
  }

  .campaign_section {
    margin-bottom: 96px;
    font-size: 2rem;
  }
  .campaign_section .img {
    width: 460px;
    height: 280px;
    margin: 0;
  }
  .campaign_section .txt {
    width: calc(100% - 490px);
  }
  .campaign_section .heading-handwriting {
    margin-bottom: 14px;
    font-family: 'Caveat',sans-serif;
    font-size: 4.8rem;
    color: #F5FF00;
    font-weight: 100;
    line-height: 1;
  }

  .section-imgL {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .section-imgL .img {
    margin-right: 30px;
  }

  .section-imgR {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .section-imgR .img {
    margin-left: 30px;
  }

  .section-center {
    text-align: center;
    margin: 120px auto 160px;
  }
  .section-center .heading-handwriting {
    justify-content: center;
  }

  .table-points {
    margin: 32px auto;
  }
  .table-points th, .table-points td {
    padding: 16px;
  }
  .table-points thead th, .table-points thead td {
    font-size: 2rem;
  }
  .table-points tbody th, .table-points tbody td {
    font-size: 2.4rem;
  }

  .article_footer {
    padding: 112px 0;
  }

  .btnWrap {
    width: 320px;
  }
  .btnWrap .btn {
    height: 68px;
    border-radius: 34px;
    font-size: 2.2rem;
    color: #18d08c;
  }
  .btnWrap .btn:hover {
    background-color: rgba(24, 208, 140, 0.1);
  }
  .btnWrap .btn:active {
    background-color: rgba(24, 208, 140, 0.2);
    position: relative;
    top: 2px;
    box-shadow: 0 2px 0 rgba(24, 208, 140, 0.5);
  }

  .link-rules a:hover {
    padding: 7px 0 9px;
    opacity: .85;
  }
  .link-rules a:hover:before, .link-rules a:hover:after {
    width: 16%;
  }
  .link-rules a:active {
    opacity: 1;
  }
}
