body {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
}
body:not(.top) {
  background-image: url(../../../assets/data/v3/bg_default.jpg);
}
body:not(.is--mounted) {
  position: fixed;
  overflow: hidden;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
  transition: opacity 0.3s ease-out;
}
body.is--mounted .loading {
  opacity: 0;
  pointer-events: none;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
:root {
  font-size: 16px;
  line-height: 1.75;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
figcaption,
figure,
menu {
  display: block;
}
h1 {
  font-feature-settings: "palt";
  letter-spacing: 0.125em;
}
h2 {
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
}
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus {
  outline: 0;
}
address,
p {
  line-height: 1.75;
}
address:not(:last-child),
p:not(:last-child) {
  margin-bottom: 1.75em;
}
p {
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
address {
  font-style: normal;
}
b,
strong {
  font-weight: bolder;
}
img,
svg {
  vertical-align: middle;
}
img {
  border-style: none;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
li {
  list-style: none;
  line-height: 1.75;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
}
.serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
}
.align--right {
  text-align: right;
}
ul.outside.disc {
  margin-left: 1.6em;
}
ul.outside li {
  list-style-position: outside;
}
ul.disc li {
  list-style-type: disc;
}
.layout--inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .layout--inner {
    padding: 0 16px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .layout--inner {
    padding: 0 calc(16px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
body.top > header {
  position: relative;
}
body.top > header .tagline {
  margin-bottom: 0;
  padding: 0 16px;
  line-height: 1;
  background-color: #247397;
}
@media (max-width: 639px) {
  body.top > header .tagline {
    font-size: 12px;
  }
  body.top > header .tagline span:last-child {
    display: none;
  }
}
@media (min-width: 640px) {
  body.top > header .tagline {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  body.top > header .tagline {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  body.top > header .tagline {
    font-size: 14px;
  }
}
body.top > header .tagline span {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
body.top > header .main-visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 24px);
}
@media (max-width: 479px) {
  body.top > header .main-visual {
    width: 100vw;
  }
}
@media (min-width: 480px) and (max-width: 959px) {
  body.top > header .main-visual {
    width: 100vw;
  }
}
body.top > header .main-visual .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.top > header .main-visual .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.top > header .main-visual .swiper-container .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.top > header .main-visual .upper-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
body.top > header .main-visual .upper-layer > div:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 16px;
  transform: translate(-50%, -50%);
}
body.top > header .main-visual .upper-layer .logo {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
}
@media (max-width: 639px) {
  body.top > header .main-visual .upper-layer .logo {
    display: none;
  }
}
body.top > header .main-visual .upper-layer .logo a {
  display: block;
}
body.top > header .main-visual .upper-layer nav {
  position: absolute;
  top: 32px;
  right: 16px;
}
body.top > header .main-visual .upper-layer nav ul {
  display: flex;
}
body.top > header .main-visual .upper-layer nav ul .nav--item.contact {
  display: flex;
}
body.top > header .main-visual .upper-layer nav ul .nav--item.contact span {
  margin-right: 8px;
  line-height: 40px;
}
body.top > header h1 {
  text-align: center;
  line-height: 1;
}
body.top > header h1 > img {
  width: auto;
}
body.top > header h1 span {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
body.top > header h1 span img {
  width: auto;
}
@media (max-width: 639px) {
  body.top > header h1 > img {
    height: 40px;
  }
  body.top > header h1 span {
    margin-bottom: 8px;
  }
  body.top > header h1 span img {
    height: 32px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body.top > header h1 > img {
    height: calc(40px + ((1vw - 6.4px) * (24 / 3.19)));
  }
  body.top > header h1 span {
    margin-bottom: calc(8px + ((1vw - 6.4px) * (8 / 3.19)));
  }
  body.top > header h1 span img {
    height: calc(32px + ((1vw - 6.4px) * (8 / 3.19)));
  }
}
@media (min-width: 960px) {
  body.top > header h1 > img {
    height: 64px;
  }
  body.top > header h1 span {
    margin-bottom: 16px;
  }
  body.top > header h1 span img {
    height: 40px;
  }
}
body.top > header h2 {
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: normal;
  line-height: 1;
}
body.top > header h2 span {
  display: block;
  margin-top: 12px;
  letter-spacing: 0.1em;
}
@media (max-width: 639px) {
  body.top > header h2 {
    font-size: 16px;
  }
  body.top > header h2 span {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body.top > header h2 {
    font-size: calc(16px + ((1vw - 6.4px) * (8 / 3.19)));
  }
  body.top > header h2 span {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  body.top > header h2 {
    font-size: 24px;
  }
  body.top > header h2 span {
    font-size: 14px;
  }
}
body.top > header .group-link {
  margin: 24px 0;
}
body:not(.top) > header {
  height: 48px;
}
@media (max-width: 959px) {
  body:not(.top) > header {
    margin-bottom: 21.666666vw;
  }
}
@media (min-width: 960px) {
  body:not(.top) > header {
    margin-bottom: 208px;
  }
}
.page-header--logo {
  position: absolute;
  top: -8px;
  background-color: #000;
  box-shadow: 0 0 3px 0 #000, 0 0 3px 0 #cde9fa;
  overflow: hidden;
  transition: top 0.3s ease-out;
}
body:not(.top) .page-header--logo {
  left: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.desktop .page-header--logo:hover {
  top: 0;
}
.page-header--title {
  padding-top: 12px;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .page-header--title {
    margin-left: 88px;
  }
  .page-header--title span {
    display: block;
  }
}
@media (min-width: 960px) {
  .page-header--title {
    margin-left: 104px;
  }
}
@media (max-width: 480px) {
  .page-header--title {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-header--title {
    font-size: calc(13px + ((1vw - 4.8px) * (5 / 9.59)));
  }
}
@media (min-width: 1440px) {
  .page-header--title {
    font-size: 18px;
  }
}
.page-header--nav {
  position: absolute;
  top: 8px;
}
@media (max-width: 959px) {
  .page-header--nav {
    display: none;
  }
}
@media (max-width: 479px) {
  .page-header--nav {
    right: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-header--nav {
    right: calc(16px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  .page-header--nav {
    right: 0;
  }
}
.page-header--nav ul {
  display: flex;
}
.page-header--nav .nav--item {
  line-height: 40px;
}
@media (max-width: 480px) {
  .page-header--nav .nav--item {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-header--nav .nav--item {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .page-header--nav .nav--item {
    font-size: 14px;
  }
}
.page-header--nav .nav--item a {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.72;
  line-height: 40px;
}
.page-header--nav .nav--item a i {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
body.desktop .page-header--nav .nav--item a {
  transition: opacity 0.3s ease-out;
}
body.desktop .page-header--nav .nav--item a:hover {
  opacity: 1;
}
.page-header--nav .nav--item.facebook i {
  background-image: url(https://radius-revolt.com/cab/v2/icon_facebook.png);
}
.page-header--nav .nav--item.twitter i {
  background-image: url(https://radius-revolt.com/cab/v2/icon_twitter.png);
}
.page-header--nav .nav--item.instagram i {
  background-image: url(https://radius-revolt.com/cab/v2/icon_instagram.png);
}
.page-header--nav .nav--item.contact i {
  background-image: url(https://radius-revolt.com/cab/v2/icon_mail.png);
}
.page-header--nav .nav--item.tel {
  padding-left: 8px;
  white-space: nowrap;
}
.page-header--nav .nav--item.tel::before {
  content: "☎︎ ";
}
main {
  margin-bottom: 72px;
}
@media (min-width: 960px) {
  main .layout--inner {
    display: flex;
  }
}
@media (min-width: 960px) {
  main .container {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  main .container {
    width: calc(100% - 72px - (320px + ((1vw - 9.6px) * (80 / 4.79))));
  }
}
@media (min-width: 1440px) {
  main .container {
    width: 968px;
  }
}
main section:not(:last-child) {
  margin-bottom: 64px;
}
@media (max-width: 376px) {
  main aside nav {
    width: calc(100vw - 56px);
  }
  body:not(.is--nav-opened) main aside nav {
    right: calc((100vw - 56px) * -1);
  }
}
@media (min-width: 377px) and (max-width: 959px) {
  main aside nav {
    width: 320px;
  }
  body:not(.is--nav-opened) main aside nav {
    right: -320px;
  }
}
@media (max-width: 959px) {
  body.is--nav-opened main aside nav {
    right: 0;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  main aside nav {
    width: calc(320px + ((1vw - 9.6px) * (80 / 4.79)));
  }
}
@media (min-width: 1440px) {
  main aside nav {
    width: 400px;
  }
}
@media (min-width: 960px) {
  aside.nav {
    flex-shrink: 0;
    margin-left: 72px;
  }
  body.top:not(.is--nav-opened) aside.nav {
    display: none !important;
  }
}
aside.nav nav {
  position: relative;
  z-index: 10;
  background-color: #000;
}
@media (max-width: 959px) {
  aside.nav nav {
    position: fixed;
    top: 0;
    padding: 8px 0 16px 0;
    z-index: 100;
    transition: right 0.3s ease-out, opacity 0.3s ease-out;
  }
  body:not(.is--nav-opened) aside.nav nav {
    opacity: 0;
  }
  body.is--nav-opened aside.nav nav {
    opacity: 1;
  }
}
aside.nav .nav--trigger {
  position: fixed;
  top: 8px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 100;
}
body:not(.is--nav-opened) aside.nav .nav--trigger {
  top: 32px;
}
@media (max-width: 959px) {
  body:not(.is--nav-opened) aside.nav .nav--trigger {
    display: block;
  }
  body.is--nav-opened aside.nav .nav--trigger {
    display: none;
  }
}
@media (min-width: 960px) {
  aside.nav .nav--trigger {
    display: none;
  }
}
aside.nav .nav--trigger a,
aside.nav .nav--trigger i {
  display: block;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
aside.nav .nav--trigger i {
  position: relative;
}
aside.nav .nav--trigger i::before,
aside.nav .nav--trigger i::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 24px;
  content: "";
  opacity: 0.72;
  border-top: 2px solid #fff;
  transform: translateX(-50%);
}
body.desktop aside.nav .nav--trigger i::before,
body.desktop aside.nav .nav--trigger i::after {
  transition: opacity 0.3s ease-out;
}
aside.nav .nav--trigger i::before {
  top: 11px;
  height: 10px;
  border-bottom: 2px solid #fff;
}
aside.nav .nav--trigger i::after {
  top: 27px;
  height: 0;
}
body.desktop aside.nav .nav--trigger a:hover i::before,
body.desktop aside.nav .nav--trigger a:hover i::after {
  opacity: 1;
}
aside.nav .nav--backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.72;
  background-color: #000;
  z-index: -1;
}
body:not(.is--nav-opened) aside.nav .nav--backdrop {
  pointer-events: none;
}
@media (min-width: 960px) {
  aside.nav .nav--backdrop {
    display: none;
  }
}
aside.nav .nav--header {
  margin-bottom: 8px;
  padding-right: 16px;
}
@media (min-width: 960px) {
  aside.nav .nav--header {
    display: none;
  }
}
aside.nav .nav--header ul {
  display: flex;
  justify-content: flex-end;
}
aside.nav .nav--header .header--item a {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.72;
  overflow: hidden;
}
aside.nav .nav--header .header--item a i {
  display: block;
  width: inherit;
  height: inherit;
  background-position: center;
  background-repeat: no-repeat;
}
aside.nav .nav--header .header--item.facebook i {
  background-image: url(https://www.radius-revolt.com/cab/v2/icon_facebook.png);
}
aside.nav .nav--header .header--item.instagram i {
  background-image: url(https://www.radius-revolt.com/cab/v2/icon_instagram.png);
}
aside.nav .nav--header .header--item.twitter i {
  background-image: url(https://www.radius-revolt.com/cab/v2/icon_twitter.png);
}
aside.nav .nav--header .header--item.contact i {
  background-image: url(https://www.radius-revolt.com/cab/v2/icon_mail.png);
}
aside.nav .nav--header .header--item.close i {
  position: relative;
}
aside.nav .nav--header .header--item.close i::before,
aside.nav .nav--header .header--item.close i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  opacity: 0.72;
  background-color: #fff;
}
aside.nav .nav--header .header--item.close i::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
aside.nav .nav--header .header--item.close i::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 959px) {
  aside.nav .nav--content {
    padding: 16px 16px 64px 16px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 56px);
    background-color: #111;
  }
}
aside.nav .ad {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
aside.nav .ad--item:not(:last-child) {
  margin-bottom: 16px;
}
aside.nav .banner.contact {
  margin-bottom: 24px;
}
aside.nav .banner.revolt-adjust-system,
aside.nav .banner.works,
aside.nav .banner.blog {
  margin-bottom: 16px;
}
aside.nav .list {
  margin-bottom: 16px;
}
aside.nav .list.unchiku,
aside.nav .list.news {
  padding: 8px 0;
  background-color: #292929;
}
@media (min-width: 960px) {
  aside.nav .list.common {
    display: none;
  }
}
aside.nav .list--item a {
  position: relative;
}
aside.nav .list--item a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #141414;
}
body.desktop aside.nav .list--item a::before {
  transition: width 0.3s ease-out;
}
body.desktop aside.nav .list--item a {
  transition: padding-left 0.3s ease-out, color 0.3s ease-out;
}
body.desktop aside.nav .list--item a:hover {
  padding-left: 24px;
  color: #fff;
  text-shadow: 1px 1px 4px #247379;
}
body.desktop aside.nav .list--item a:hover::before {
  width: 100%;
}
body > footer {
  background-color: #141414;
}
.page-footer--action {
  position: relative;
  height: 40px;
  margin-bottom: 16px;
  z-index: 20;
}
.page-footer--action a {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #141414;
  transform: translateX(-50%);
}
.page-footer--action a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 2px solid #8f8f8f;
  border-left: 2px solid #8f8f8f;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.desktop .page-footer--action a::before {
  transition: top 0.3s ease-out, border-top-color 0.3s ease-out,
    border-left-color 0.3s ease-out;
}
body.desktop .page-footer--action a:hover::before {
  top: 40%;
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
}
@media (max-width: 639px) {
  .page-footer--data {
    margin-bottom: 40px;
  }
}
@media (min-width: 640px) {
  .page-footer--data {
    display: flex;
    margin-bottom: 64px;
  }
}
@media (max-width: 639px) {
  .page-footer--data .data--image {
    margin-bottom: 24px;
  }
}
@media (min-width: 640px) {
  .page-footer--data .data--image {
    flex-shrink: 0;
    width: 32%;
    margin-right: 40px;
  }
}
.page-footer--data .data--image img {
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  .page-footer--data .data--text p {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-footer--data .data--text p {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .page-footer--data .data--text p {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .page-footer--data .data--text p strong {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .page-footer--data .data--text p strong {
    display: block;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-footer--data .data--text p strong {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .page-footer--data .data--text p strong {
    font-size: 16px;
  }
}
.page-footer--data .data--table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-footer--data .data--table dl {
  display: flex;
  width: calc(50% - 16px);
  line-height: 1.8;
}
.page-footer--data .data--table dl:not(:last-child) {
  margin-bottom: 2em;
}
@media (max-width: 479px) {
  .page-footer--data .data--table dl {
    min-width: 447px;
  }
}
@media (max-width: 479px) {
  .page-footer--data .data--table dl {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-footer--data .data--table dl {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .page-footer--data .data--table dl {
    font-size: 14px;
  }
}
.page-footer--data .data--table dt,
.page-footer--data .data--table dd {
  font-size: inherit;
  line-height: inherit;
}
.page-footer--data .data--table dt {
  flex-shrink: 0;
  width: 72px;
  color: #afafaf;
}
@media (max-width: 479px) {
  .page-footer--map {
    margin-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-footer--map {
    margin-bottom: calc(40px + ((1vw - 4.8px) * (24 / 9.59)));
  }
}
@media (min-width: 1440px) {
  .page-footer--map {
    margin-bottom: 64px;
  }
}
@media (max-width: 959px) {
  .page-footer--nav {
    display: none;
  }
}
@media (min-width: 960px) {
  .page-footer--nav {
    display: flex;
    justify-content: center;
  }
}
.page-footer--nav ul {
  margin: 0 64px;
}
.page-footer--nav ul li {
  color: #525252;
}
.page-footer--nav ul a {
  color: #b8b8b8;
  line-height: 24px;
}
@media (min-width: 960px) and (max-width: 1439px) {
  .page-footer--nav ul a {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .page-footer--nav ul a {
    font-size: 14px;
  }
}
body.desktop .page-footer--nav ul a {
  transition: color 0.3s ease-out;
}
body.desktop .page-footer--nav ul a:hover {
  color: #fff;
}
.page-footer--regal {
  padding: 32px 0;
  color: #b8b8b8;
  font-family: Verdana;
  text-align: center;
}
@media (max-width: 479px) {
  .page-footer--regal {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .page-footer--regal {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .page-footer--regal {
    font-size: 13px;
  }
}
.breadcrumb {
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .breadcrumb {
    margin-left: -8px;
  }
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb--item {
  line-height: 40px;
}
.breadcrumb--item:not(:last-child) {
  margin-right: 8px;
}
.breadcrumb--item a {
  display: block;
  color: #b8b8b8;
  line-height: inherit;
}
@media (max-width: 639px) {
  .breadcrumb--item a {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .breadcrumb--item a {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .breadcrumb--item a {
    font-size: 14px;
  }
}
body.desktop .breadcrumb--item a {
  transition: color 0.3s ease-out;
}
body.desktop .breadcrumb--item a:hover {
  color: #85bbd2;
}
.breadcrumb--item a i {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  opacity: 0.64;
  background-image: url(https://www.radius-revolt.com/cab/v2/icon_arrow_left.png);
  background-position: center;
  background-repeat: no-repeat;
}
body.desktop .breadcrumb--item a i {
  transition: opacity 0.3s ease-out;
}
body.desktop .breadcrumb--item a:hover i {
  opacity: 0.8;
}
.grid ul {
  display: flex;
}
.grid--item {
  position: relative;
  margin-bottom: 32px;
  padding: 0 12px;
}
@media (max-width: 479px) {
  .grid--item {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .grid--item {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .grid--item {
    width: 33.333333%;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .grid--item {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .grid--item {
    width: 33.333333%;
  }
}
.grid--item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.grid--item .item--primary {
  position: relative;
  overflow: hidden;
  line-height: 0;
  max-width: 100%;
}
.grid--item .item--primary.picture {
  padding-top: 66%;
}
.grid--item .item--primary img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  transform: translate(-50%, -50%);
}
.grid--item .item--primary img:not([src*=".svg"]) {
  max-width: 100%;
  min-height: 100%;
}
.grid--item .item--secondary > * {
  display: block;
}
.grid--item .item--secondary p {
  text-align: justify;
}
.ad a {
  display: block;
  line-height: 0;
}
.ad figure {
  position: relative;
}
.ad figure img {
  max-width: 100%;
  height: auto;
  opacity: 0.64;
}
body.desktop .ad figure img {
  transition: opacity 0.3s ease-out;
}
body.desktop .ad a:hover img {
  opacity: 1;
}
@media (max-width: 479px) {
  .ad p {
    margin-top: 8px;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .ad p {
    margin-top: calc(8px + ((1vw - 4.8px) * (8 / 9.59)));
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .ad p {
    margin-top: 16px;
    font-size: 14px;
  }
}
.banner a {
  display: block;
  line-height: 0;
}
.banner figure {
  position: relative;
}
.banner figure img {
  max-width: 100%;
  height: auto;
  opacity: 0.64;
}
body.desktop .banner figure img {
  transition: opacity 0.3s ease-out;
}
.banner figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 16px;
  width: 100%;
  opacity: 0.72;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.64);
  transform: translate(-50%, -50%);
}
body.desktop .banner figure figcaption {
  transition: opacity 0.3s ease-out, text-shadow 0.3s ease-out;
}
@media (max-width: 639px) {
  .banner figure figcaption {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .banner figure figcaption {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .banner figure figcaption {
    font-size: 16px;
  }
}
.banner figure big {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  letter-spacing: 0.125em;
}
@media (max-width: 639px) {
  .banner figure big {
    font-size: 20px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .banner figure big {
    font-size: calc(20px + ((1vw - 6.4px) * (4 / 6.39)));
  }
}
@media (min-width: 1280px) {
  .banner figure big {
    font-size: 24px;
  }
}
body.desktop .banner a:hover img {
  opacity: 1;
}
body.desktop .banner a:hover figcaption {
  opacity: 1;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.72);
}
.banner p {
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 479px) {
  .banner p {
    margin-top: 8px;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .banner p {
    margin-top: calc(8px + ((1vw - 4.8px) * (8 / 9.59)));
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .banner p {
    margin-top: 16px;
    font-size: 14px;
  }
}
.banner.contact a,
.banner.revolt-adjust-system a {
  border: 2px solid rgba(255, 255, 255, 0.16);
}
.banner.revolt-adjust-system figcaption,
.banner.works figcaption {
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  outline: none;
  background-color: #000;
  border-radius: 32px;
  transform: translateY(-50%);
}
body.desktop .swiper-button-prev,
body.desktop .swiper-button-next {
  transition: opacity 0.3s ease-out;
}
body.desktop .swiper-button-prev:hover,
body.desktop .swiper-button-next:hover {
  opacity: 0.64;
}
.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  position: absolute;
  content: "";
}
.swiper-button-prev::before,
.swiper-button-next::before {
  width: 64px;
  height: 64px;
  background-color: #000;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0.25em;
  background-color: #fff;
  border-radius: 6px;
  opacity: 0.24;
  outline: none;
  transition: opacity 0.3s ease-out;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.list--sub-header {
  margin-bottom: 8px;
  padding: 0 16px;
  border-bottom: 1px solid #404040;
  color: #85bbd2;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 479px) {
  .list--sub-header {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .list--sub-header {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .list--sub-header {
    font-size: 13px;
  }
}
.list--item {
  position: relative;
  line-height: 40px;
}
@media (max-width: 479px) {
  .list--item {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .list--item {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .list--item {
    font-size: 15px;
  }
}
.list--item a {
  display: block;
  padding: 0 16px;
  color: #b8b8b8;
  line-height: inherit;
}
.pager ul {
  display: flex;
  justify-content: center;
}
.pager--item {
  margin: 0 2px;
  color: #525252;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-align: center;
}
.pager--item:not(.is--active) {
  padding: 0 16px;
}
.pager--item.is--current {
  border-bottom: 2px solid #fff;
  color: #fff;
}
@media (max-width: 479px) {
  .pager--item {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .pager--item {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .pager--item {
    font-size: 14px;
  }
}
.pager--item span {
  position: relative;
  display: block;
}
.pager--item span::before,
.pager--item span::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
}
.pager--item.previous span {
  padding-left: 16px;
}
.pager--item.previous span::before {
  left: 0;
  border-top: 2px solid #525252;
  border-left: 2px solid #525252;
  transform: translateY(-50%) rotate(-45deg);
}
.pager--item.next span {
  padding-right: 16px;
}
.pager--item.next span::after {
  right: 0;
  border-top: 2px solid #525252;
  border-right: 2px solid #525252;
  transform: translateY(-50%) rotate(45deg);
}
.pager--item a {
  display: block;
  padding: 0 16px;
  color: #afafaf;
  font-size: inherit;
  line-height: inherit;
}
body.desktop .pager--item a {
  border-radius: 4px;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
body.desktop .pager--item a:hover {
  color: #cecece;
  background-color: #292929;
}
body.desktop .pager--item a span::before,
body.desktop .pager--item a span::after {
  transition: border-color 0.3s ease-out;
}
body.desktop .pager--item a:hover span::before,
body.desktop .pager--item a:hover span::after {
  border-color: #cecece;
}
.related-nav--title {
  margin-bottom: 8px;
  padding-left: 8px;
  border-bottom: 2px solid #292929;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 479px) {
  .related-nav--title {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .related-nav--title {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .related-nav--title {
    font-size: 13px;
  }
}
.related-nav.horizontal ul {
  margin-left: 0 !important;
}
@media (min-width: 640px) {
  .related-nav.horizontal ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.related-nav.horizontal li a {
  display: block;
  padding: 8px 0;
  color: #85bbd2;
  font-size: inherit;
  line-height: 1.3;
}
body.desktop .related-nav.horizontal li a {
  transition: color 0.3s ease-out;
}
body.desktop .related-nav.horizontal li a:hover {
  color: #fff;
}
@media (max-width: 479px) {
  .related-nav--item {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .related-nav--item {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .related-nav--item {
    font-size: 15px;
  }
}
.related-nav--item p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
body > footer + .group-link {
  width: 100%;
  max-width: 1440px;
  margin: 24px auto;
  padding: 0 16px;
}
.group-link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .group-link ul {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .group-link ul {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .group-link ul {
    font-size: 13px;
  }
}
.group-link li {
  color: #b8b8b8;
  font-size: inherit;
  line-height: 24px;
}
.group-link li::after {
  margin: 0 8px;
  color: #525252;
}
.group-link li:first-child::after {
  content: ">";
}
.group-link li:not(:first-child):not(:last-child)::after {
  content: "|";
}
.group-link li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
body.desktop .group-link li a {
  transition: color 0.3s ease-out;
}
body.desktop .group-link li a:hover {
  color: #fff;
}
.work--filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.work--filter button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.work--filter .filter--action.open,
.work--filter .filter--content {
  transition: opacity 0.3s ease-out;
}
.work--filter:not(.is--active) {
  height: 40px;
}
.work--filter:not(.is--active) .filter--action.open {
  opacity: 1;
}
.work--filter:not(.is--active) .filter--content {
  opacity: 0;
  pointer-events: none;
}
.work--filter.is--active .filter--action.open {
  opacity: 0;
  pointer-events: none;
}
.work--filter.is--active .filter--content {
  opacity: 1;
}
.work--filter .filter--content {
  padding: 16px;
  border-radius: 4px;
  background-color: #303030;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}
.work--filter .filter--header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  line-height: 40px;
}
.work--filter .filter--header span {
  color: #b8b8b8;
}
@media (max-width: 479px) {
  .work--filter .filter--header span {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .work--filter .filter--header span {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .work--filter .filter--header span {
    font-size: 16px;
  }
}
.work--filter .filter--group {
  padding-bottom: 24px;
  border: none;
}
.work--filter .filter--group ul {
  display: flex;
  flex-wrap: wrap;
}
.work--filter .filter--title {
  margin-bottom: 8px;
  color: #e0e0e0;
}
@media (max-width: 479px) {
  .work--filter .filter--title {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .work--filter .filter--title {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .work--filter .filter--title {
    font-size: 13px;
  }
}
.work--filter .filter--item {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .work--filter .filter--item {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .work--filter .filter--item {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .work--filter .filter--item {
    font-size: 14px;
  }
}
.work--filter .filter--item button {
  display: block;
  padding: 0 8px;
  border-radius: 4px;
  background-color: transparent;
  color: #aeaeae;
  font-size: inherit;
  line-height: 40px;
}
body.desktop .work--filter .filter--item button {
  transition: opacity 0.3s ease-out, color 0.3s ease-out,
    background-color 0.3s ease-out;
}
body.desktop .work--filter .filter--item button:hover {
  opacity: 0.72;
  color: #fff;
  background-color: #4b4b4b;
}
.work--filter .filter--item.is--active button {
  background-color: #4b4b4b;
  color: #e0e0e0;
}
.work--filter .filter--action.open {
  position: absolute;
  top: 16px;
  right: 16px;
}
.work--filter .filter--action.open button {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.64;
}
body.desktop .work--filter .filter--action.open button {
  transition: opacity 0.3s ease-out;
}
body.desktop .work--filter .filter--action.open button:hover {
  opacity: 0.8;
}
.work--filter .filter--action.open button svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.work--filter .filter--action.close button {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.64;
  background-color: transparent;
}
body.desktop .work--filter .filter--action.close button {
  transition: opacity 0.3s ease-out;
}
body.desktop .work--filter .filter--action.close button:hover {
  opacity: 0.8;
}
.work--filter .filter--action.close button svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.work--filter .filter--action.submit {
  display: flex;
  justify-content: flex-end;
}
.work--filter .filter--action.submit button {
  display: inline-block;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #7e8c91;
  color: #000;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 479px) {
  .work--filter .filter--action.submit button {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .work--filter .filter--action.submit button {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .work--filter .filter--action.submit button {
    font-size: 15px;
  }
}
body.desktop .work--filter .filter--action.submit button {
  transition: background-color 0.3s ease-out;
}
body.desktop .work--filter .filter--action.submit button:hover {
  background-color: #fff;
}
.work--filter input[name="word"] {
  width: 100%;
  padding: 0 8px;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #e0e0e0;
  line-height: 40px;
  background-color: #454545;
}
@media (max-width: 479px) {
  .work--filter input[name="word"] {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .work--filter input[name="word"] {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .work--filter input[name="word"] {
    font-size: 14px;
  }
}
.badge {
  position: absolute;
  top: 0;
  right: 0;
}
.badge.new {
  top: 10px;
  right: -30px;
  display: block;
  width: 90px;
  background: red;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transform: rotate(45deg);
}
.banner-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news-ticker {
  position: absolute;
}
@media (max-width: 639px) {
  .news-ticker {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 8px;
    background-color: #000;
  }
}
@media (min-width: 640px) {
  .news-ticker {
    left: 16px;
    width: calc(50% - 88px);
    transition: bottom 0.3s ease-out;
  }
  body:not(.is--mounted) .news-ticker {
    bottom: -32px;
  }
  body.is--mounted .news-ticker {
    bottom: 16px;
  }
}
.news-ticker dl {
  display: flex;
}
@media (max-width: 639px) {
  .news-ticker dl {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
}
@media (min-width: 640px) {
  .news-ticker dl {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-radius: 16px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .news-ticker dl {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .news-ticker dl {
    font-size: 14px;
  }
}
.news-ticker dt,
.news-ticker dd {
  font-size: inherit;
  line-height: inherit;
}
.news-ticker dt {
  flex-grow: 0;
}
@media (max-width: 639px) {
  .news-ticker dt {
    display: none;
  }
}
@media (min-width: 640px) {
  .news-ticker dt {
    display: block;
    padding: 0 16px;
    height: 32px;
    background-color: #247397;
  }
}
.news-ticker--content {
  flex-grow: 1;
  overflow: hidden;
}
@media (max-width: 639px) {
  .news-ticker--content {
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 640px) {
  .news-ticker--content {
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
  }
}
.news-ticker--content ul {
  position: relative;
}
.news-ticker--content .content--item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: inherit;
  transition: opacity 0.3s ease-out;
}
.news-ticker--content .content--item:not(.is--active) {
  opacity: 0;
  pointer-events: none;
}
.news-ticker--content .content--item.is--active {
  opacity: 1;
}
.news-ticker--content .content--item a {
  display: block;
  line-height: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 639px) {
  .news-ticker--content .content--item a {
    color: #e0e0e0;
  }
}
@media (min-width: 640px) {
  .news-ticker--content .content--item a {
    color: #000;
  }
  body.desktop .news-ticker--content .content--item a {
    transition: color 0.3s ease-out;
  }
  body.desktop .news-ticker--content .content--item a:hover {
    color: #85bbd2;
  }
}
.news-ticker--content .content--item time {
  margin-right: 1em;
}
@media (max-width: 639px) {
  .news-ticker--content .content--item time {
    color: silver;
  }
}
@media (min-width: 640px) {
  .news-ticker--content .content--item time {
    color: #565656;
  }
}
section {
  position: relative;
}
section header {
  text-align: center;
}
@media (max-width: 479px) {
  section header {
    margin-bottom: 32px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section header {
    margin-bottom: calc(32px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section header {
    margin-bottom: 40px;
  }
}
section header h2 {
  position: relative;
  margin-bottom: 32px;
  padding: 16px 0;
  color: #85bbd2;
  font-weight: 300;
  line-height: 1.32;
}
@media (max-width: 479px) {
  section header h2 {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section header h2 {
    font-size: calc(24px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section header h2 {
    font-size: 32px;
  }
}
section header h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100px;
  content: "";
  border-bottom: 1px dotted #8f8f8f;
  transform: translateX(-50%);
}
section header h3 {
  color: #85bbd2;
  font-weight: 300;
  line-height: 1.32;
}
@media (max-width: 479px) {
  section header h3 {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section header h3 {
    font-size: calc(24px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section header h3 {
    font-size: 32px;
  }
}
section header p,
section header span,
section header div {
  display: block;
  color: #bfbfbf;
  line-height: 1.6;
}
@media (max-width: 479px) {
  section header p,
  section header span,
  section header div {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section header p,
  section header span,
  section header div {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  section header p,
  section header span,
  section header div {
    font-size: 15px;
  }
}
section header p a,
section header div a {
  color: #247397;
  text-decoration: underline;
}
body.desktop section header p a,
body.desktop section header div a {
  transition: color 0.3s ease-out;
}
body.desktop section header p a:hover,
body.desktop section header div a:hover {
  color: #fff;
}
section div[class*="--content"] p a {
  color: #247397;
  text-decoration: underline;
}
body.desktop section div[class*="--content"] p a {
  transition: color 0.3s ease-out;
}
body.desktop section div[class*="--content"] p a:hover {
  color: #fff;
}
section footer {
  padding-top: 72px;
}
section.coating .coating--content .extreme {
  margin-bottom: 40px;
}
section.coating .coating--content .extreme a {
  display: block;
  margin-bottom: 16px;
  color: #e0e0e0;
}
body.desktop section.coating .coating--content .extreme a {
  transition: opacity 0.3s ease-out;
}
body.desktop section.coating .coating--content .extreme a strong {
  transition: color 0.3s ease-out;
}
body.desktop section.coating .coating--content .extreme a:hover {
  opacity: 0.72;
}
body.desktop section.coating .coating--content .extreme a:hover strong {
  color: #85bbd2;
}
section.coating .coating--content .extreme strong {
  display: block;
  margin-bottom: 16px;
}
section.coating .coating--content .extreme img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
@media (max-width: 639px) {
  section.coating .coating--content .extreme p {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  section.coating .coating--content .extreme p {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  section.coating .coating--content .extreme p {
    font-size: 16px;
  }
}
section.coating .coating--content ul {
  flex-wrap: wrap;
}
section.coating .coating--content .content--item figure img {
  max-width: 100%;
  height: auto;
}
section.coating .coating--content .content--item a .item--primary {
  margin-bottom: 16px;
}
section.coating .coating--content .content--item a .item--secondary {
  position: relative;
}
section.coating .coating--content .content--item a .item--secondary > div > * {
  display: block;
  font-feature-settings: "palt";
}
section.coating .coating--content .content--item a .item--secondary strong {
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.125em;
}
section.coating
  .coating--content
  .content--item
  a
  .item--secondary
  strong:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  section.coating .coating--content .content--item a .item--secondary strong {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.coating .coating--content .content--item a .item--secondary strong {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  section.coating .coating--content .content--item a .item--secondary strong {
    font-size: 18px;
  }
}
section.coating .coating--content .content--item a .item--secondary p {
  color: #b8b8b8;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.coating .coating--content .content--item a .item--secondary p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.coating .coating--content .content--item a .item--secondary p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  section.coating .coating--content .content--item a .item--secondary p {
    font-size: 16px;
  }
}
section.coating .coating--content .content--item a .item--secondary time {
  margin-bottom: 8px;
  color: #8f8f8f;
}
@media (max-width: 479px) {
  section.coating .coating--content .content--item a .item--secondary time {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.coating .coating--content .content--item a .item--secondary time {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  section.coating .coating--content .content--item a .item--secondary time {
    font-size: 14px;
  }
}
body.desktop
  section.coating
  .coating--content
  .content--item
  a
  .item--primary
  img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.desktop
  section.coating
  .coating--content
  .content--item
  a
  .item--secondary
  strong {
  transition: color 0.3s ease-out;
}
body.desktop
  section.coating
  .coating--content
  .content--item
  a
  .item--secondary
  p,
body.desktop
  section.coating
  .coating--content
  .content--item
  a
  .item--secondary
  time {
  transition: opacity 0.3s ease-out;
}
body.desktop
  section.coating
  .coating--content
  .content--item
  a:hover
  .item--primary
  img {
  opacity: 0.64;
  transform: translate(-50%, -50%) scale(1.15);
}
body.desktop
  section.coating
  .coating--content
  .content--item
  a:hover
  .item--secondary
  strong {
  color: #85bbd2;
}
body.desktop
  section.coating
  .coating--content
  .content--item
  a:hover
  .item--secondary
  p,
body.desktop
  section.coating
  .coating--content
  .content--item
  a:hover
  .item--secondary
  time {
  opacity: 0.72;
}
section.service .service--content ul {
  flex-wrap: wrap;
}
section.service .service--content .content--item a .item--primary {
  margin-bottom: 16px;
}
section.service .service--content .content--item a .item--secondary {
  position: relative;
}
section.service .service--content .content--item a .item--secondary > div > * {
  display: block;
  font-feature-settings: "palt";
}
section.service .service--content .content--item a .item--secondary strong {
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.125em;
}
section.service
  .service--content
  .content--item
  a
  .item--secondary
  strong:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  section.service .service--content .content--item a .item--secondary strong {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.service .service--content .content--item a .item--secondary strong {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  section.service .service--content .content--item a .item--secondary strong {
    font-size: 18px;
  }
}
section.service .service--content .content--item a .item--secondary p {
  color: #b8b8b8;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.service .service--content .content--item a .item--secondary p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.service .service--content .content--item a .item--secondary p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  section.service .service--content .content--item a .item--secondary p {
    font-size: 16px;
  }
}
section.service .service--content .content--item a .item--secondary time {
  margin-bottom: 8px;
  color: #8f8f8f;
}
@media (max-width: 479px) {
  section.service .service--content .content--item a .item--secondary time {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.service .service--content .content--item a .item--secondary time {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  section.service .service--content .content--item a .item--secondary time {
    font-size: 14px;
  }
}
body.desktop
  section.service
  .service--content
  .content--item
  a
  .item--primary
  img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.desktop
  section.service
  .service--content
  .content--item
  a
  .item--secondary
  strong {
  transition: color 0.3s ease-out;
}
body.desktop
  section.service
  .service--content
  .content--item
  a
  .item--secondary
  p,
body.desktop
  section.service
  .service--content
  .content--item
  a
  .item--secondary
  time {
  transition: opacity 0.3s ease-out;
}
body.desktop
  section.service
  .service--content
  .content--item
  a:hover
  .item--primary
  img {
  opacity: 0.64;
  transform: translate(-50%, -50%) scale(1.15);
}
body.desktop
  section.service
  .service--content
  .content--item
  a:hover
  .item--secondary
  strong {
  color: #85bbd2;
}
body.desktop
  section.service
  .service--content
  .content--item
  a:hover
  .item--secondary
  p,
body.desktop
  section.service
  .service--content
  .content--item
  a:hover
  .item--secondary
  time {
  opacity: 0.72;
}
section.work .work--content ul {
  flex-wrap: wrap;
}
section.work .work--content .content--item {
  margin-bottom: 0 !important;
  padding: 4px !important;
}
section.work .work--content .content--item a .item--primary {
  margin-bottom: 0;
}
section.work .work--content .content--item a .item--secondary {
  position: relative;
  background-color: #292929;
}
@media (max-width: 479px) {
  section.work .work--content .content--item a .item--secondary {
    padding-top: 128px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.work .work--content .content--item a .item--secondary {
    padding-top: calc(128px + ((1vw - 4.8px) * (44 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section.work .work--content .content--item a .item--secondary {
    padding-top: 172px;
  }
}
section.work .work--content .content--item a .item--secondary > div {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  transform: translateY(-50%);
}
section.work .work--content .content--item a .item--secondary > div > * {
  display: block;
  font-feature-settings: "palt";
}
section.work .work--content .content--item a .item--secondary strong {
  margin-bottom: 8px;
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.work .work--content .content--item a .item--secondary strong {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.work .work--content .content--item a .item--secondary strong {
    font-size: calc(16px + ((1vw - 4.8px) * (4 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section.work .work--content .content--item a .item--secondary strong {
    font-size: 20px;
  }
}
section.work .work--content .content--item a .item--secondary span {
  color: #b8b8b8;
  letter-spacing: 0.1em;
}
@media (max-width: 479px) {
  section.work .work--content .content--item a .item--secondary span {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.work .work--content .content--item a .item--secondary span {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  section.work .work--content .content--item a .item--secondary span {
    font-size: 14px;
  }
}
section.work .work--content .content--item a .item--secondary time {
  color: #8f8f8f;
}
@media (max-width: 479px) {
  section.work .work--content .content--item a .item--secondary time {
    font-size: 10px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.work .work--content .content--item a .item--secondary time {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  section.work .work--content .content--item a .item--secondary time {
    font-size: 12px;
  }
}
body.desktop section.work .work--content .content--item a .item--primary img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.desktop
  section.work
  .work--content
  .content--item
  a
  .item--secondary
  strong {
  transition: color 0.3s ease-out;
}
body.desktop section.work .work--content .content--item a .item--secondary span,
body.desktop
  section.work
  .work--content
  .content--item
  a
  .item--secondary
  time {
  transition: opacity 0.3s ease-out;
}
body.desktop
  section.work
  .work--content
  .content--item
  a:hover
  .item--primary
  img {
  opacity: 0.64;
  transform: translate(-50%, -50%) scale(1.15);
}
body.desktop
  section.work
  .work--content
  .content--item
  a:hover
  .item--secondary
  strong {
  color: #85bbd2;
}
body.desktop
  section.work
  .work--content
  .content--item
  a:hover
  .item--secondary
  span,
body.desktop
  section.work
  .work--content
  .content--item
  a:hover
  .item--secondary
  time {
  opacity: 0.72;
}
section.topics .topics--content ul {
  flex-wrap: wrap;
}
section.topics .topics--content .content--item a .item--primary {
  margin-bottom: 16px;
}
section.topics .topics--content .content--item a .item--secondary {
  position: relative;
}
section.topics .topics--content .content--item a .item--secondary > div > * {
  display: block;
  font-feature-settings: "palt";
}
section.topics .topics--content .content--item a .item--secondary strong {
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.125em;
}
section.topics
  .topics--content
  .content--item
  a
  .item--secondary
  strong:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  section.topics .topics--content .content--item a .item--secondary strong {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.topics .topics--content .content--item a .item--secondary strong {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  section.topics .topics--content .content--item a .item--secondary strong {
    font-size: 18px;
  }
}
section.topics .topics--content .content--item a .item--secondary p {
  color: #b8b8b8;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.topics .topics--content .content--item a .item--secondary p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.topics .topics--content .content--item a .item--secondary p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  section.topics .topics--content .content--item a .item--secondary p {
    font-size: 16px;
  }
}
section.topics .topics--content .content--item a .item--secondary time {
  margin-bottom: 8px;
  color: #8f8f8f;
}
@media (max-width: 479px) {
  section.topics .topics--content .content--item a .item--secondary time {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.topics .topics--content .content--item a .item--secondary time {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  section.topics .topics--content .content--item a .item--secondary time {
    font-size: 14px;
  }
}
body.desktop
  section.topics
  .topics--content
  .content--item
  a
  .item--primary
  img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.desktop
  section.topics
  .topics--content
  .content--item
  a
  .item--secondary
  strong {
  transition: color 0.3s ease-out;
}
body.desktop
  section.topics
  .topics--content
  .content--item
  a
  .item--secondary
  p,
body.desktop
  section.topics
  .topics--content
  .content--item
  a
  .item--secondary
  time {
  transition: opacity 0.3s ease-out;
}
body.desktop
  section.topics
  .topics--content
  .content--item
  a:hover
  .item--primary
  img {
  opacity: 0.64;
  transform: translate(-50%, -50%) scale(1.15);
}
body.desktop
  section.topics
  .topics--content
  .content--item
  a:hover
  .item--secondary
  strong {
  color: #85bbd2;
}
body.desktop
  section.topics
  .topics--content
  .content--item
  a:hover
  .item--secondary
  p,
body.desktop
  section.topics
  .topics--content
  .content--item
  a:hover
  .item--secondary
  time {
  opacity: 0.72;
}
section.feedback .feedback--content .content--item:not(:last-child) {
  margin-bottom: 40px;
}
section.feedback .feedback--content .content--item strong {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #292929;
  color: #85bbd2;
  font-weight: 400;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.feedback .feedback--content .content--item strong {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.feedback .feedback--content .content--item strong {
    font-size: calc(20px + ((1vw - 4.8px) * (4 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section.feedback .feedback--content .content--item strong {
    font-size: 24px;
  }
}
section.feedback .feedback--content .content--item p {
  line-height: 2;
}
@media (max-width: 479px) {
  section.feedback .feedback--content .content--item p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.feedback .feedback--content .content--item p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  section.feedback .feedback--content .content--item p {
    font-size: 16px;
  }
}
section.feedback .feedback--content .content--item a {
  position: relative;
  display: block;
  color: #b8b8b8;
  line-height: 2;
}
@media (max-width: 479px) {
  section.feedback .feedback--content .content--item a {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.feedback .feedback--content .content--item a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  section.feedback .feedback--content .content--item a {
    font-size: 15px;
  }
}
section.feedback .feedback--content .content--item a i {
  position: relative;
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  opacity: 0.64;
}
section.feedback .feedback--content .content--item a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.desktop section.feedback .feedback--content .content--item a {
  transition: padding-left 0.3s ease-out, color 0.3s ease-out;
}
body.desktop section.feedback .feedback--content .content--item a i {
  transition: opacity 0.3s ease-out;
}
body.desktop section.feedback .feedback--content .content--item a:hover {
  padding-left: 16px;
  color: #85bbd2;
}
body.desktop section.feedback .feedback--content .content--item a:hover i {
  opacity: 1;
}
section.news .news--content .content--item:not(:last-child) {
  margin-bottom: 64px;
}
section.news .news--content .content--item time {
  display: block;
  margin-bottom: 8px;
  color: #8f8f8f;
}
@media (max-width: 479px) {
  section.news .news--content .content--item time {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.news .news--content .content--item time {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  section.news .news--content .content--item time {
    font-size: 13px;
  }
}
section.news .news--content .content--item strong {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #292929;
  color: #85bbd2;
  font-weight: 400;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.news .news--content .content--item strong {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.news .news--content .content--item strong {
    font-size: calc(20px + ((1vw - 4.8px) * (4 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section.news .news--content .content--item strong {
    font-size: 24px;
  }
}
section.news .news--content .content--item p {
  line-height: 2;
}
@media (max-width: 479px) {
  section.news .news--content .content--item p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.news .news--content .content--item p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  section.news .news--content .content--item p {
    font-size: 16px;
  }
}
section.news .news--content .content--item figure {
  margin-bottom: 1.75em;
}
section.news .news--content .content--item figure img {
  max-width: 100%;
  height: auto;
}
section.news .news--content .content--item .iframe--wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.news .news--content .content--item .iframe--wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
section.qa .qa--anchor {
  margin-bottom: 64px;
}
section.qa .qa--anchor ul {
  padding-left: 8px;
}
section.qa .qa--anchor a {
  display: inline-block;
  color: #b8b8b8;
  line-height: 24px;
}
@media (max-width: 479px) {
  section.qa .qa--anchor a {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.qa .qa--anchor a {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  section.qa .qa--anchor a {
    font-size: 14px;
  }
}
body.desktop section.qa .qa--anchor a {
  transition: color 0.3s ease-out;
}
body.desktop section.qa .qa--anchor a:hover {
  color: #85bbd2;
}
section.qa .qa--content .content--item:not(:last-child) {
  margin-bottom: 72px;
}
section.qa .qa--content .content--item > strong {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #292929;
  color: #85bbd2;
  font-weight: 400;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.qa .qa--content .content--item > strong {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.qa .qa--content .content--item > strong {
    font-size: calc(20px + ((1vw - 4.8px) * (4 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section.qa .qa--content .content--item > strong {
    font-size: 24px;
  }
}
section.qa .qa--content .content--item > strong:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q:";
}
section.qa .qa--content .content--item p {
  padding-left: 32px;
  line-height: 2;
}
@media (max-width: 479px) {
  section.qa .qa--content .content--item p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.qa .qa--content .content--item p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  section.qa .qa--content .content--item p {
    font-size: 16px;
  }
}
section.qa .qa--content .content--item p strong {
  color: #85bbd2;
}
section.qa .qa--content .content--item > strong + p {
  position: relative;
}
section.qa .qa--content .content--item > strong + p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A:";
}
section.list-type-a .list-type-a--content .content--item:not(:last-child) {
  margin-bottom: 40px;
}
section.list-type-a .list-type-a--content .content--item strong {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #292929;
  color: #85bbd2;
  font-weight: 400;
  letter-spacing: 0.125em;
}
@media (max-width: 479px) {
  section.list-type-a .list-type-a--content .content--item strong {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.list-type-a .list-type-a--content .content--item strong {
    font-size: calc(20px + ((1vw - 4.8px) * (4 / 9.59)));
  }
}
@media (min-width: 1440px) {
  section.list-type-a .list-type-a--content .content--item strong {
    font-size: 24px;
  }
}
section.list-type-a .list-type-a--content .content--item p {
  line-height: 2;
}
@media (max-width: 479px) {
  section.list-type-a .list-type-a--content .content--item p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.list-type-a .list-type-a--content .content--item p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  section.list-type-a .list-type-a--content .content--item p {
    font-size: 16px;
  }
}
section.list-type-a .list-type-a--content .content--item a {
  position: relative;
  display: block;
  color: #b8b8b8;
  line-height: 2;
}
@media (max-width: 479px) {
  section.list-type-a .list-type-a--content .content--item a {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.list-type-a .list-type-a--content .content--item a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  section.list-type-a .list-type-a--content .content--item a {
    font-size: 15px;
  }
}
section.list-type-a .list-type-a--content .content--item a i {
  position: relative;
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  opacity: 0.64;
}
section.list-type-a .list-type-a--content .content--item a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.desktop section.list-type-a .list-type-a--content .content--item a {
  transition: padding-left 0.3s ease-out, color 0.3s ease-out;
}
body.desktop section.list-type-a .list-type-a--content .content--item a i {
  transition: opacity 0.3s ease-out;
}
body.desktop section.list-type-a .list-type-a--content .content--item a:hover {
  padding-left: 16px;
  color: #85bbd2;
}
body.desktop
  section.list-type-a
  .list-type-a--content
  .content--item
  a:hover
  i {
  opacity: 1;
}
section.about > header ul {
  display: flex;
  justify-content: center;
}
section.about > header li {
  color: #fff;
}
section.about > header li:not(.is--active) a {
  background-color: #292929;
  color: #e0e0e0;
}
body.desktop section.about > header li:not(.is--active) a {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
body.desktop section.about > header li:not(.is--active) a:hover {
  background-color: #85bbd2;
  color: #000;
}
section.about > header li.is--active a {
  background-color: #247397;
  color: #fff;
  pointer-events: none;
}
section.about > header li a {
  display: block;
  margin: 0 4px;
  padding: 0 24px;
  border-radius: 12px;
  line-height: 24px;
}
@media (max-width: 479px) {
  section.about > header li a {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.about > header li a {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  section.about > header li a {
    font-size: 13px;
  }
}
section.about article {
  margin-top: 40px;
}
section.about .tab--content:not(.is--active) {
  display: none;
}
@media (min-width: 640px) {
  section.about .tab--content.outline .outline--content.primary {
    display: flex;
  }
  section.about .tab--content.outline .outline--content.primary figure {
    flex-shrink: 0;
    max-width: calc(50% - 16px);
    margin-right: 16px;
  }
}
section.about .tab--content.outline .outline--content.secondary table {
  width: 100%;
}
@media (max-width: 479px) {
  section.about .tab--content.outline .outline--content.secondary table {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.about .tab--content.outline .outline--content.secondary table {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  section.about .tab--content.outline .outline--content.secondary table {
    font-size: 14px;
  }
}
section.about
  .tab--content.outline
  .outline--content.secondary
  table
  tr:first-child
  th {
  border-top: 2px solid #292929;
}
section.about
  .tab--content.outline
  .outline--content.secondary
  table
  tr:first-child
  td {
  border-top: 2px dotted #292929;
}
section.about .tab--content.outline .outline--content.secondary table th,
section.about .tab--content.outline .outline--content.secondary table td {
  padding: 8px;
  line-height: 1.7;
  text-align: left;
}
section.about .tab--content.outline .outline--content.secondary table th {
  border-bottom: 2px solid #292929;
}
section.about .tab--content.outline .outline--content.secondary table td {
  border-bottom: 2px dotted #292929;
}
section.about .tab--content.outline .outline--content.secondary table td a {
  color: #247397;
  text-decoration: underline;
}
body.desktop
  section.about
  .tab--content.outline
  .outline--content.secondary
  table
  td
  a {
  transition: color 0.3s ease-out;
}
body.desktop
  section.about
  .tab--content.outline
  .outline--content.secondary
  table
  td
  a:hover {
  color: #fff;
}
@media (max-width: 479px) {
  section.about .tab--content > p {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.about .tab--content > p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  section.about .tab--content > p {
    font-size: 15px;
  }
}
section.contact fieldset {
  border: none;
}
section.contact form {
  margin-bottom: 40px;
}
section.contact form dl {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  section.contact form dl {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  section.contact form dl {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  section.contact form dl {
    font-size: 15px;
  }
}
section.contact form dl input,
section.contact form dl select,
section.contact form dl option,
section.contact form dl textarea {
  font-size: inherit;
}
section.contact form dt {
  margin-bottom: 4px;
  color: #b8b8b8;
  line-height: 1.5;
}
section.contact form dd {
  line-height: 32px;
}
section.contact form label:not(:last-child) {
  margin-right: 16px;
}
section.contact
  form
  input:not([type="radio"]):not([type="checkbox"]):not([name="years"]):not(
    [name="month"]
  ):not([name="date"]):not([name="zipcode"]),
section.contact form textarea {
  width: 100%;
}
section.contact form input:not([type="radio"]):not([type="checkbox"]) {
  line-height: 32px;
}
section.contact form input:not([type="radio"]):not([type="checkbox"]),
section.contact form textarea {
  padding: 4px;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  background-color: #000;
  color: #fff;
  outline: none;
  overflow: hidden;
}
section.contact form input:not([type="radio"]):not([type="checkbox"]):hover,
section.contact form textarea:hover {
  background-color: #141414;
}
section.contact form textarea {
  height: 200px;
}
section.contact form input[name="zipcode"],
section.contact form input[name="years"],
section.contact form input[name="month"],
section.contact form input[name="date"] {
  width: 20%;
  margin-right: 8px;
}
section.contact form input[type="radio"] {
  margin-right: 8px;
}
section.contact form input:not([type="radio"]):not([type="checkbox"]):focus,
section.contact form textarea:focus {
  border-bottom-color: #247397;
}
section.contact form div:last-child {
  display: flex;
  justify-content: center;
}
section.contact form button {
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background-color: #648c9d;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 0 #000;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
section.contact form button:not([data-action]) {
  display: inline-block;
  line-height: 32px;
}
section.contact form button[data-action] {
  display: block;
  margin: 0 4px;
  line-height: 56px;
  font-size: 1.25em;
}
section.contact form select {
  height: 32px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  background-color: #648c9d;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  text-shadow: 1px 1px 0 #000;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
section.contact form select option {
  height: 32px;
  line-height: 32px;
}
section.contact form .require {
  color: #972424;
}
section.contact header + .secondary.contact--content {
  text-align: center;
}
section.contact header + .secondary.contact--content a {
  display: inline-block;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background-color: #648c9d;
  color: #fff !important;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #000;
  outline: none;
  overflow: hidden;
}
section.contact .contact--content.secondary {
  margin-bottom: 24px;
  padding: 16px;
  background-color: #141414;
}
section.contact .contact--content.secondary p {
  color: #b8b8b8;
}
section.contact .contact--content.secondary p a {
  color: #247397;
  text-decoration: underline;
}
body.desktop section.contact .contact--content.secondary p a {
  transition: color 0.3s ease-out;
}
body.desktop section.contact .contact--content.secondary p a:hover {
  color: #fff;
}
section.contact .contact--content.secondary p big {
  color: #fff;
}
section.contact .contact--content.secondary p strong {
  color: #85bbd2;
}
article header {
  text-align: center;
}
@media (max-width: 479px) {
  article header {
    margin-bottom: 32px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article header {
    margin-bottom: calc(32px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article header {
    margin-bottom: 40px;
  }
}
article header h2 {
  position: relative;
  margin-bottom: 32px;
  padding: 16px 0;
  color: #85bbd2;
  font-weight: 300;
  line-height: 1.32;
}
@media (max-width: 479px) {
  article header h2 {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article header h2 {
    font-size: calc(32px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article header h2 {
    font-size: 40px;
  }
}
article header h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100px;
  content: "";
  border-bottom: 1px dotted #8f8f8f;
  transform: translateX(-50%);
}
article header h3 {
  color: #85bbd2;
  font-weight: 300;
  line-height: 1.32;
}
@media (max-width: 479px) {
  article header h3 {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article header h3 {
    font-size: calc(24px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article header h3 {
    font-size: 32px;
  }
}
article header p,
article header span {
  display: block;
  color: #bfbfbf;
  line-height: 1.6;
}
@media (max-width: 639px) {
  article header p,
  article header span {
    font-size: 13px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article header p,
  article header span {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  article header p,
  article header span {
    font-size: 15px;
  }
}
article header p a {
  color: #247397;
  text-decoration: underline;
}
body.desktop article header p a {
  transition: color 0.3s ease-out;
}
body.desktop article header p a:hover {
  color: #fff;
}
@media (max-width: 479px) {
  article div[class*="--content"].primary {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article div[class*="--content"].primary {
    margin-bottom: calc(40px + ((1vw - 4.8px) * (24 / 9.59)));
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  article div[class*="--content"].primary {
    margin-bottom: 64px;
    font-size: 16px;
  }
}
article div[class*="--content"].primary p {
  line-height: 1.9;
}
@media (max-width: 479px) {
  article div[class*="--content"].secondary {
    margin-bottom: 24px;
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article div[class*="--content"].secondary {
    margin-bottom: calc(24px + ((1vw - 4.8px) * (16 / 9.59)));
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  article div[class*="--content"].secondary {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
article div[class*="--content"].secondary .iframe--wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
article div[class*="--content"].secondary .iframe--wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
article div[class*="--content"] p a {
  color: #247397;
  text-decoration: underline;
}
body.desktop article div[class*="--content"] p a {
  transition: color 0.3s ease-out;
}
body.desktop article div[class*="--content"] p a:hover {
  color: #fff;
}
article div[class*="--content"] figure {
  margin-bottom: 1.75em;
}
article div[class*="--content"] figure img {
  max-width: 100%;
  height: auto;
}
article div[class*="--content"] strong {
  color: #85bbd2;
}
article div[class*="--content"] big {
  color: #ba5315;
  font-size: 1.25em;
}
article footer {
  margin-top: 72px;
}
@media (max-width: 479px) {
  article .pager {
    margin-bottom: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article .pager {
    margin-bottom: calc(24px + ((1vw - 4.8px) * (16 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article .pager {
    margin-bottom: 40px;
  }
}
article + section.related-nav ul {
  flex-wrap: wrap;
}
article + section.related-nav .content--item {
  margin-bottom: 32px;
  padding: 0 8px;
}
@media (max-width: 479px) {
  article + section.related-nav .content--item {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  article + section.related-nav .content--item {
    width: 33.333333%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  article + section.related-nav .content--item {
    width: 25%;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  article + section.related-nav .content--item {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  article + section.related-nav .content--item {
    width: 25%;
  }
}
article + section.related-nav .content--item a {
  overflow: hidden;
}
article + section.related-nav .content--item a .item--primary {
  margin-bottom: 16px;
}
article + section.related-nav .content--item a .item--secondary {
  position: relative;
}
article + section.related-nav .content--item a .item--secondary > div > * {
  display: block;
  font-feature-settings: "palt";
}
article + section.related-nav .content--item a .item--secondary strong {
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.125em;
}
article
  + section.related-nav
  .content--item
  a
  .item--secondary
  strong:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 639px) {
  article + section.related-nav .content--item a .item--secondary strong {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article + section.related-nav .content--item a .item--secondary strong {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  article + section.related-nav .content--item a .item--secondary strong {
    font-size: 16px;
  }
}
article + section.related-nav .content--item a .item--secondary p {
  color: #b8b8b8;
  letter-spacing: 0.125em;
}
@media (max-width: 639px) {
  article + section.related-nav .content--item a .item--secondary p {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article + section.related-nav .content--item a .item--secondary p {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  article + section.related-nav .content--item a .item--secondary p {
    font-size: 14px;
  }
}
body.desktop article + section.related-nav .content--item a .item--primary img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.desktop
  article
  + section.related-nav
  .content--item
  a
  .item--secondary
  strong {
  transition: color 0.3s ease-out;
}
body.desktop article + section.related-nav .content--item a .item--secondary p {
  transition: opacity 0.3s ease-out;
}
body.desktop
  article
  + section.related-nav
  .content--item
  a:hover
  .item--primary
  img {
  opacity: 0.64;
  transform: translate(-50%, -50%) scale(1.2);
}
body.desktop
  article
  + section.related-nav
  .content--item
  a:hover
  .item--secondary
  strong {
  color: #85bbd2;
}
body.desktop
  article
  + section.related-nav
  .content--item
  a:hover
  .item--secondary
  p {
  opacity: 0.72;
}
@media (max-width: 479px) {
  article.work .work--content.primary.swiper {
    width: 100vw;
    margin-left: -16px;
  }
}
@media (min-width: 480px) and (max-width: 959px) {
  article.work .work--content.primary.swiper {
    width: 100vw;
    margin-left: calc(-16px - ((1vw - 4.8px) * (8 / 4.79)));
  }
}
article.work .spec-table dl {
  display: flex;
  margin-bottom: 2px;
  line-height: 32px;
}
@media (max-width: 479px) {
  article.work .spec-table dl {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work .spec-table dl {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  article.work .spec-table dl {
    font-size: 14px;
  }
}
article.work .spec-table dt {
  flex-shrink: 0;
  margin-right: 2px;
  padding: 8px 16px;
  color: #b8b8b8;
  white-space: nowrap;
  background-color: #404040;
}
article.work .spec-table dd {
  flex-grow: 1;
  padding: 8px 16px;
  color: #fff;
  background-color: #404040;
}
article.work .spec-table dl:first-child dt {
  border-top: 2px solid #404040;
}
article.work .spec-table dl:first-child dd {
  border-top: 2px dotted #404040;
}
article.work .spec-table span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  background-color: #cde9fa;
  border-radius: 12px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
}
@media (max-width: 479px) {
  article.work .spec-table span {
    font-size: 10px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work .spec-table span {
    font-size: calc(10px + ((1vw - 4.8px) * (2 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article.work .spec-table span {
    font-size: 12px;
  }
}
article.work .related-nav {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  article.work .related-nav {
    width: 80%;
  }
}
article.work .related-nav li {
  margin-left: 1.6em;
  color: #525252;
}
@media (min-width: 640px) {
  article.work .related-nav li {
    width: calc(50% - 1.6em);
  }
}
article.work .swiper-container {
  transition: opacity 0.3s ease-out;
}
article.work .swiper-container:not(.swiper-container-initialized) {
  opacity: 0;
}
article.work .swiper-container.swiper-container-initialized {
  opacity: 1;
}
article.work .swiper-container:not(.fullscreen) .swiper-slide {
  background: none !important;
}
article.work .swiper-container:not(.fullscreen) .swiper-wrapper {
  opacity: 1;
}
article.work .swiper-container:not(.fullscreen) .swiper-fullscreen {
  display: none;
}
article.work .swiper-container.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #000;
}
article.work .swiper-container.fullscreen .swiper-pagination,
article.work .swiper-container.fullscreen .swiper-button-prev,
article.work .swiper-container.fullscreen .swiper-button-next {
  display: none;
}
article.work .swiper-container.fullscreen .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
article.work .swiper-container.fullscreen .swiper-slide figure {
  display: none;
}
article.work .swiper-container.fullscreen .swiper-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 16px;
  transform: translate(-50%, -50%);
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--title {
  margin-bottom: 24px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
  line-height: 1.32;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32),
    -1px -1px 4px rgba(0, 0, 0, 0.24);
}
@media (max-width: 479px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--title {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--title {
    font-size: calc(24px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--title {
    font-size: 32px;
  }
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--coating {
  margin-bottom: 32px;
  line-height: 24px;
  text-align: center;
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--coating
  span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.32);
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--button {
  text-align: center;
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--button
  button {
  display: inline-block;
  padding: 0 32px;
  overflow: hidden;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background-color: rgba(0, 0, 0, 0.08);
  color: #fff;
  font-weight: 400;
}
@media (max-width: 479px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button {
    line-height: 48px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button {
    line-height: calc(48px + ((1vw - 4.8px) * (16 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button {
    line-height: 64px;
  }
}
body.desktop
  article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--button
  button {
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
body.desktop
  article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--button
  button:hover {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.64);
  background-color: rgba(0, 0, 0, 0.24);
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info
  .info--button
  button
  img {
  width: auto;
  margin-right: 16px;
}
@media (max-width: 479px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button {
    font-size: 16px;
  }
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button
    img {
    height: 40px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button {
    font-size: calc(16px + ((1vw - 4.8px) * (4 / 9.59)));
  }
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button
    img {
    height: calc(40px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button {
    font-size: 20px;
  }
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info
    .info--button
    button
    img {
    height: 48px;
  }
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 16px;
  transform: translate(-50%, -50%);
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line {
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1.3;
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--1 {
  margin-bottom: 32px;
  letter-spacing: 0.15em;
}
@media (max-width: 479px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--1 {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--1 {
    font-size: calc(24px + ((1vw - 4.8px) * (8 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--1 {
    font-size: 32px;
  }
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--2 {
  margin-bottom: 24px;
  opacity: 0.72;
  font-size: 14px;
}
@media (max-width: 479px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--2 {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--2 {
    font-size: calc(12px + ((1vw - 4.8px) * (2 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--2 {
    font-size: 14px;
  }
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--3 {
  font-weight: 500;
}
@media (max-width: 479px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--3 {
    margin-bottom: 24px;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--3 {
    margin-bottom: calc(24px + ((1vw - 4.8px) * (8 / 9.59)));
    font-size: calc(12px + ((1vw - 4.8px) * (2 / 9.59)));
  }
}
@media (min-width: 1440px) {
  article.work
    .swiper-container.fullscreen
    .swiper-fullscreen--content
    .content--info--cta--line.level--3 {
    margin-bottom: 32px;
    font-size: 14px;
  }
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--3
  a {
  color: #85bbd2;
}
body.desktop
  article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--3
  a {
  transition: color 0.3s ease-out;
}
body.desktop
  article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--3
  a:hover {
  color: #fff;
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--4 {
  font-size: 14px;
  font-weight: 500;
}
article.work
  .swiper-container.fullscreen
  .swiper-fullscreen--content
  .content--info--cta--line.level--4
  strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
article.work .swiper-container.fullscreen .swiper-fullscreen--logo {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
@media (max-width: 639px) {
  article.work .swiper-container.fullscreen .swiper-fullscreen--logo {
    display: none;
  }
}
article.work .swiper-container.fullscreen .swiper-fullscreen--closer {
  position: absolute;
}
@media (max-width: 639px) {
  article.work .swiper-container.fullscreen .swiper-fullscreen--closer {
    top: 16px;
    right: 16px;
  }
}
@media (min-width: 640px) {
  article.work .swiper-container.fullscreen .swiper-fullscreen--closer {
    top: 32px;
    right: 32px;
  }
}
article.service .price-table dl {
  display: flex;
  margin-bottom: 2px;
  line-height: 32px;
}
@media (max-width: 639px) {
  article.service .price-table dl {
    font-size: 13px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article.service .price-table dl {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  article.service .price-table dl {
    font-size: 15px;
  }
}
article.service .price-table dt {
  flex-shrink: 0;
  width: 50%;
  padding: 8px 16px;
  color: #b8b8b8;
  white-space: nowrap;
  border-bottom: 2px solid #292929;
}
article.service .price-table dd {
  flex-grow: 1;
  padding: 8px 16px;
  border-bottom: 2px dotted #292929;
  color: #fff;
}
article.service .price-table dl.header dt,
article.service .price-table dl.header dd {
  border-top: 2px solid #292929;
}
article.service .price-table p {
  color: #b8b8b8;
}
@media (max-width: 634px) {
  article.service .price-table p {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article.service .price-table p {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  article.service .price-table p {
    font-size: 14px;
  }
}
article.service .price-table p strong {
  display: block;
  text-align: center;
}
@media (max-width: 639px) {
  article.service .price-table p strong {
    font-size: 13px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article.service .price-table p strong {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  article.service .price-table p strong {
    font-size: 15px;
  }
}
article.service .banner-nav--item {
  margin: 0 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  article.service .banner-nav--item {
    width: calc((100% - 64px) / 4);
  }
}
@media (min-width: 640px) {
  article.service .banner-nav--item {
    width: calc((100% - 128px) / 4);
  }
}
article.service .banner-nav--item img {
  width: auto;
}
article.service .banner-nav--item.revolt-pro {
  background-image: url(../data/bg_coating_red.jpg);
}
article.service .banner-nav--item.revolt-pro img {
  height: 56.1525%;
}
article.service .banner-nav--item.revolt {
  background-image: url(../data/bg_coating_blue.jpg);
}
article.service .banner-nav--item.revolt img {
  height: 56.1525%;
}
article.service .banner-nav--item.revolt-light,
article.service .banner-nav--item.revolt-light-non-polish {
  background-image: url(../data/bg_coating_gray.jpg);
}
article.service .banner-nav--item.revolt-light img {
  height: 58.671875%;
}
article.service .banner-nav--item.revolt-light-non-polish img {
  height: 67.4025%;
}
article.service .banner-nav--item a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
article.service .banner-nav--item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.desktop article.service .banner-nav--item a {
  opacity: 0.64;
  transition: opacity 0.3s ease-out;
}
body.desktop article.service .banner-nav--item a img {
  opacity: 0.64;
  transition: opacity 0.3s ease-out;
}
body.desktop article.service .banner-nav--item a:hover {
  opacity: 1;
}
body.desktop article.service .banner-nav--item a:hover img {
  opacity: 1;
}
article.coating .price-table dl {
  display: flex;
  margin-bottom: 2px;
  line-height: 32px;
}
@media (max-width: 639px) {
  article.coating .price-table dl {
    font-size: 13px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article.coating .price-table dl {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  article.coating .price-table dl {
    font-size: 15px;
  }
}
article.coating .price-table dt {
  flex-shrink: 0;
  width: 50%;
  padding: 8px 16px;
  color: #b8b8b8;
  white-space: nowrap;
  border-bottom: 2px solid #292929;
}
article.coating .price-table dd {
  flex-grow: 1;
  padding: 8px 16px;
  border-bottom: 2px dotted #292929;
  color: #fff;
}
article.coating .price-table dl.header dt,
article.coating .price-table dl.header dd {
  border-top: 2px solid #292929;
}
article.coating .price-table p {
  color: #b8b8b8;
}
@media (max-width: 639px) {
  article.coating .price-table p {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article.coating .price-table p {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  article.coating .price-table p {
    font-size: 14px;
  }
}
article.coating .price-table p strong {
  display: block;
  text-align: center;
}
@media (max-width: 639px) {
  article.coating .price-table p strong {
    font-size: 13px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  article.coating .price-table p strong {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  article.coating .price-table p strong {
    font-size: 15px;
  }
}
article.terms header p,
article.privacy header p {
  text-align: left;
}
article.terms .terms--content p,
article.terms .privacy--content p,
article.privacy .terms--content p,
article.privacy .privacy--content p {
  margin-bottom: 1.75em !important;
}
article.terms .terms--content ol,
article.terms .terms--content ul,
article.terms .privacy--content ol,
article.terms .privacy--content ul,
article.privacy .terms--content ol,
article.privacy .terms--content ul,
article.privacy .privacy--content ol,
article.privacy .privacy--content ul {
  margin-bottom: 1.75em;
}
article.terms .terms--content ol strong,
article.terms .terms--content ul strong,
article.terms .privacy--content ol strong,
article.terms .privacy--content ul strong,
article.privacy .terms--content ol strong,
article.privacy .terms--content ul strong,
article.privacy .privacy--content ol strong,
article.privacy .privacy--content ul strong {
  display: block;
  margin-bottom: 0.875em;
  font-size: 1em !important;
}
article.terms .terms--content strong,
article.terms .privacy--content strong,
article.privacy .terms--content strong,
article.privacy .privacy--content strong {
  color: #85bbd2;
  font-size: 1.25em;
  font-weight: 400;
}
body.top .main-visual .swiper-slide {
  width: 100% !important;
}
body.top .popup {
  position: absolute;
  z-index: 100;
  background-color: #000;
  padding-bottom: 8px;
  top: 0;
  left: 0;
  width: 16.666666%;
  transition: opacity 0.3s ease-out;
}
body.top .popup:not(.is--active) {
  opacity: 0;
  pointer-events: none;
}
body.top .popup.is--active {
  opacity: 1;
}
body.top .popup--label {
  margin-bottom: 8px;
  line-height: 32px;
  padding-left: 16px;
  opacity: 0.64;
}
body.top .popup--content .content--item a {
  display: block;
  padding: 0 16px;
  line-height: 40px;
  background-color: #1f1f1f;
  margin-bottom: 2px;
  color: #fff;
  min-width: calc(100% - 2px);
  opacity: 0.72;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 639px) {
  body.top .popup--content .content--item a {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  body.top .popup--content .content--item a {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  body.top .popup--content .content--item a {
    font-size: 14px;
  }
}
body.top .popup--content .content--item a:hover {
  opacity: 1;
}
body.top .container .nav {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  body.top .container .nav {
    display: none;
  }
}
body.top .container .nav--overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}
body.top .container .nav--overlay:not(.is--active) {
  display: none;
  pointer-events: none;
}
body.top .container .nav--content ul {
  display: flex;
  justify-content: space-between;
}
body.top .container .nav--content ul li {
  width: 16.666666%;
  padding: 0 2px;
}
body.top .container .nav--content ul li a {
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 48px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  transition: all 0.3s ease-out;
}
@media (min-width: 640px) and (max-width: 1279px) {
  body.top .container .nav--content ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  body.top .container .nav--content ul li a {
    font-size: 13px;
  }
}
body.top .container .nav--content ul li:not(:last-child) a {
  border-bottom-color: #455e67;
}
body.top .container .nav--content ul li:not(:last-child) a:hover {
  background-color: #222;
  color: #aaa;
  border-bottom-color: #247397;
}
body.top .container .nav--content ul li:not(:last-child) a::after {
  content: "▼";
  margin-left: 0.5em;
}
body.top .container .nav--content ul li:last-child a {
  font-weight: 400;
  background-color: #247397;
  border-bottom-color: #247397;
}
body.top .container .nav--content ul li:last-child a:hover {
  color: #000;
  background-color: #82bad4;
  border-bottom-color: #82bad4;
}
.update {
  padding-bottom: 48px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #555;
}
@media (min-width: 960px) {
  .update {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .update .headline,
  .update .blog {
    width: 50%;
  }
}
@media (max-width: 959px) {
  .update .headline {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .update .headline {
    padding-right: 8px;
  }
}
.update .headline--content {
  max-height: 334px;
  overflow: auto;
  background-color: #141414;
}
@media (max-width: 639px) {
  .update .headline--content {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .update .headline--content {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .update .headline--content {
    font-size: 14px;
  }
}
.update .blog {
  margin-bottom: 0 !important;
}
@media (min-width: 640px) {
  .update .blog {
    padding-left: 8px;
  }
}
.update .blog .list--item {
  border-bottom: 1px solid #3d3d3d;
}
.update .blog .list--item:first-child {
  border-top: 1px solid #3d3d3d;
}
.update .blog .list--item time {
  margin-right: 1em;
  color: #8f8f8f;
}
.update .blog .list--item a {
  white-space: nowrap;
  overflow: hidden;
  color: #e0e0e0;
  text-overflow: ellipsis;
}
@media (max-width: 479px) {
  .update .blog .list--item a {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  .update .blog .list--item a {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .update .blog .list--item a {
    font-size: 14px;
  }
}
body.desktop .update .blog .list--item a {
  transition: color 0.3s ease-out;
}
body.desktop .update .blog .list--item a:hover {
  color: #85bbd2;
}
.update footer {
  padding-top: 16px;
}
.update footer > a {
  margin-bottom: 16px;
}
.update footer a {
  display: block;
  color: #85bbd2;
  line-height: 32px;
  text-align: right;
}
@media (max-width: 639px) {
  .update footer a {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .update footer a {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .update footer a {
    font-size: 14px;
  }
}
body.top .update footer a {
  transition: color 0.3s ease-out;
}
body.top .update footer a:hover {
  color: #e0e0e0;
}
.update footer div {
  position: relative;
  display: flex;
}
.update footer div a {
  flex-shrink: 0;
}
.update footer div p {
  position: absolute;
  top: 50%;
  left: 270px;
  padding: 0 8px;
  transform: translateY(-50%);
}
@media (max-width: 639px) {
  .update footer div p {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .update footer div p {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .update footer div p {
    font-size: 14px;
  }
}
body.top .topics .topics--content,
body.top .revolt-topics .topics--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  body.top .topics .topics--content .content--item,
  body.top .revolt-topics .topics--content .content--item {
    width: 50% !important;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body.top .topics .topics--content .content--item,
  body.top .revolt-topics .topics--content .content--item {
    width: 33.333333% !important;
  }
}
@media (min-width: 960px) {
  body.top .topics .topics--content .content--item,
  body.top .revolt-topics .topics--content .content--item {
    width: 25% !important;
  }
}
body.top .works header div a {
  color: #e0e0e0;
  transition: color 0.3s ease-out;
}
body.top .works header div a:hover {
  color: #85bbd2;
}
body.top .works--content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.top .works--content .content--item {
  padding: 4px;
  margin-bottom: 0 !important;
}
@media (max-width: 639px) {
  body.top .works--content .content--item {
    width: 50% !important;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body.top .works--content .content--item {
    width: 33.333333% !important;
  }
}
@media (min-width: 960px) {
  body.top .works--content .content--item {
    width: 25% !important;
  }
}
body.top .works--content .content--item .item--primary {
  margin-bottom: 0 !important;
}
body.top .works--content .content--item .item--primary img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
body.top .works--content .content--item .item--secondary {
  position: relative;
  padding-top: 66%;
  background-color: #292929;
}
body.top .works--content .content--item .item--secondary > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  transform: translate(-50%, -50%);
}
body.top .works--content .content--item .item--secondary > div > * {
  display: block;
  font-feature-settings: "palt";
}
body.top .works--content .content--item .item--secondary strong {
  margin-bottom: 8px;
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.125em;
  transition: color 0.3s ease-out;
}
@media (max-width: 479px) {
  body.top .works--content .content--item .item--secondary strong {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  body.top .works--content .content--item .item--secondary strong {
    font-size: calc(16px + ((1vw - 4.8px) * (4 / 9.59)));
  }
}
@media (min-width: 1440px) {
  body.top .works--content .content--item .item--secondary strong {
    font-size: 20px;
  }
}
body.top .works--content .content--item .item--secondary span {
  color: #b8b8b8;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 479px) {
  body.top .works--content .content--item .item--secondary span {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  body.top .works--content .content--item .item--secondary span {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  body.top .works--content .content--item .item--secondary span {
    font-size: 14px;
  }
}
body.top .works--content .content--item .item--secondary time {
  color: #8f8f8f;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 479px) {
  body.top .works--content .content--item .item--secondary time {
    font-size: 10px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  body.top .works--content .content--item .item--secondary time {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  body.top .works--content .content--item .item--secondary time {
    font-size: 12px;
  }
}
body.top .works--content .content--item a {
  display: block;
}
body.top .works--content .content--item a:hover .item--primary img {
  opacity: 0.64;
  transform: translate(-50%, -50%) scale(1.15);
}
body.top .works--content .content--item a:hover .item--secondary strong {
  color: #85bbd2;
}
body.top .works--content .content--item a:hover .item--secondary span,
body.top .works--content .content--item a:hover .item--secondary time {
  opacity: 0.72;
}
body.top .service .service--content ul {
  display: flex;
  flex-wrap: wrap;
}
body.top .service .service--content .content--item {
  padding: 4px;
}
@media (max-width: 639px) {
  body.top .service .service--content .content--item {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body.top .service .service--content .content--item {
    width: 33.333333%;
  }
}
@media (min-width: 960px) {
  body.top .service .service--content .content--item {
    width: 25%;
  }
}
body.top .service .service--content .content--item a {
  display: block;
  border: 1px solid #292929;
  color: #e0e0e0;
  font-weight: 400;
  text-align: center;
  line-height: 56px;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
}
@media (max-width: 479px) {
  body.top .service .service--content .content--item a {
    font-size: 13px;
  }
}
@media (min-width: 480px) and (max-width: 1439px) {
  body.top .service .service--content .content--item a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  body.top .service .service--content .content--item a {
    font-size: 15px;
  }
}
body.top .service .service--content .content--item a:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
body.top .coating .coating--content > div:last-child ul li a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 639px) {
  body.top .coating .coating--content > div:first-child {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
@media (min-width: 640px) {
  body.top .coating .coating--content {
    display: flex;
    flex-wrap: wrap;
  }
  body.top .coating .coating--content > div {
    width: 50%;
  }
}
body.top .coating .coating--content > div:first-child a {
  display: block;
  opacity: 0.64;
  transition: opacity 0.3s ease-out;
}
body.top .coating .coating--content > div:first-child a:hover {
  opacity: 1;
}
body.top .coating .coating--content > div:first-child img {
  width: 100%;
  height: auto;
}
body.top .coating .coating--content > div:last-child ul {
  display: flex;
  flex-wrap: wrap;
}
body.top .coating .coating--content > div:last-child ul li {
  width: calc(50% - 32px);
  margin: 0 16px 32px 16px;
}
body.top .coating .coating--content > div:last-child ul li a {
  opacity: 0.64;
  transition: opacity 0.3s ease-out;
}
body.top .coating .coating--content > div:last-child ul li a:hover {
  opacity: 1;
}
body.top .swiper-container {
  overflow: hidden;
}
body.top .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}
body.top .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 24px);
  transition: opacity 0.3s ease-out;
}
body.top .swiper-slide:not(.is--active) {
  opacity: 0;
}
body.top .swiper-slide.is--active {
  opacity: 1;
}
@media (max-width: 727px) {
  body.top .swiper-slide.is--active {
    background-position: 25%, 0;
    -webkit-animation: slide 6s linear;
    animation: slide 6s linear;
  }
}
@-webkit-keyframes slide {
  0% {
    background-position: 25%, 0;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes slide {
  0% {
    background-position: 25%, 0;
  }
  100% {
    background-position: 50% 0;
  }
}
body.top .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=revolt.css.map*/
