#maincontArea {
  overflow-x: unset !important;
}

#gzone html,
#gzone body,
#gzone div,
#gzone span,
#gzone applet,
#gzone object,
#gzone iframe,
#gzone h1,
#gzone h2,
#gzone h3,
#gzone h4,
#gzone h5,
#gzone h6,
#gzone p,
#gzone blockquote,
#gzone pre,
#gzone a,
#gzone abbr,
#gzone acronym,
#gzone address,
#gzone big,
#gzone cite,
#gzone code,
#gzone del,
#gzone dfn,
#gzone em,
#gzone img,
#gzone ins,
#gzone kbd,
#gzone q,
#gzone s,
#gzone samp,
#gzone small,
#gzone strike,
#gzone strong,
#gzone sub,
#gzone sup,
#gzone tt,
#gzone var,
#gzone b,
#gzone u,
#gzone i,
#gzone center,
#gzone dl,
#gzone dt,
#gzone dd,
#gzone ol,
#gzone ul,
#gzone li,
#gzone fieldset,
#gzone form,
#gzone label,
#gzone legend,
#gzone table,
#gzone caption,
#gzone tbody,
#gzone tfoot,
#gzone thead,
#gzone tr,
#gzone th,
#gzone td,
#gzone article,
#gzone aside,
#gzone canvas,
#gzone details,
#gzone embed,
#gzone figure,
#gzone figcaption,
#gzone footer,
#gzone header,
#gzone hgroup,
#gzone menu,
#gzone nav,
#gzone output,
#gzone ruby,
#gzone section,
#gzone summary,
#gzone time,
#gzone mark,
#gzone audio,
#gzone video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#gzone html {
  line-height: 1;
}
#gzone ol,
#gzone ul {
  list-style: none;
}
#gzone table {
  border-collapse: collapse;
  border-spacing: 0;
}
#gzone caption,
#gzone th,
#gzone td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
#gzone q,
#gzone blockquote {
  quotes: none;
}
#gzone q:before,
#gzone q:after,
#gzone blockquote:before,
#gzone blockquote:after {
  content: "";
  content: none;
}
#gzone a img {
  border: none;
}
#gzone article,
#gzone aside,
#gzone details,
#gzone figcaption,
#gzone figure,
#gzone footer,
#gzone header,
#gzone hgroup,
#gzone main,
#gzone menu,
#gzone nav,
#gzone section,
#gzone summary {
  display: block;
}
#gzone button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: initial;
}
#gzone img {
  max-width: 100%;
  vertical-align: bottom;
}
#gzone .basicLink {
  -webkit-transition: opacity 0.3s;
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
#gzone .basicLink:hover {
  opacity: 0.5;
}
#gzone .has-window::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url(/content/dam/au-com/pr/gzone/img/window.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
#gzone .l-gzone {
  z-index: 0;
  position: relative;
  background-color: #231815;
  color: #ffffff;
  line-height: 1;
}
#gzone .l-gzone::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/content/dam/au-com/pr/gzone/img/bg_sp.gif);
  background-size: contain;
  content: "";
}
#gzone .l-side {
  z-index: 100;
  position: sticky;
  top: 0;
  right: 0;
}
#gzone .l-fullFit {
  position: relative;
  width: 100%;
}
#gzone .l-history {
  position: relative;
  margin-top: 25vh;
}
#gzone .l-history::before {
  position: absolute;
  width: 4px;
  border-right: 1px solid #827c7a;
  border-left: 1px solid #827c7a;
  background-color: #ffffff;
  content: "";
}
#gzone .l-history::after {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}
#gzone .l-accessory,
#gzone .l-performance,
#gzone .l-interview {
  z-index: 1;
  position: relative;
}
#gzone .c-nav__list {
  position: relative;
  overflow: hidden;
}
#gzone .c-nav__list::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
/*  height: calc(100% - 48px);*/
    height:100%;
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
}
#gzone .c-nav__item, #gzone .c-nav__item--new {
  position: relative;
}
#gzone .c-nav__item--new::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  border-radius: 50%;
  content: "NEW!";
  color: #609141;
  letter-spacing: 0.06em;
}
#gzone .c-nav__item button, #gzone .c-nav__item--new button,
#gzone .c-nav__item a,
#gzone .c-nav__item--new a {
  height: 100%;
}
#gzone .c-nav__item img, #gzone .c-nav__item--new img {
  height: 100%;
  vertical-align: initial;
}
#gzone .c-nav__item:last-of-type, #gzone .c-nav__item--new:last-of-type {
  height: auto;
}
#gzone .c-nav__item.is-disabled, #gzone .is-disabled.c-nav__item--new {
  pointer-events: none;
}
#gzone .c-nav__item.is-current, #gzone .is-current.c-nav__item--new {
  opacity: 1;
}
#gzone .c-nav__item.is-current::after, #gzone .is-current.c-nav__item--new::after {
  position: absolute;
  right: -14px;
  background-color: #ffffff;
  content: "";
}
#gzone .c-nav__item > a, #gzone .c-nav__item--new > a {
  display: none;
}
#gzone .c-nav__item[data-nav="10"] a, #gzone [data-nav="10"].c-nav__item--new a {
  display: block !important;
}
#gzone .c-mainProduct {
  z-index: 1;
}
#gzone .c-mainProduct__product {
  -webkit-transition: 0.3s linear;
  z-index: 0;
  position: sticky;
  top: 0;
  transition: 0.3s linear;
}
#gzone .c-mainProduct__product.is-backmost {
  z-index: -1;
  opacity: 0.3;
}
#gzone .c-mainProduct__product.is-backmost .c-product--b {
  opacity: 0;
}
#gzone .c-mainProduct__product.is-centerSp > figure, #gzone .c-mainProduct__product.is-transitionless > figure {
  -webkit-transition: 0.15s linear !important;
  transition: 0.15s linear !important;
}
#gzone .c-mainProduct__product.is-center .c-product--b, #gzone .c-mainProduct__product.is-centerSp .c-product--b {
  visibility: visible;
}
#gzone .c-mainProduct__product.is-split .c-product.is-fullWidth, #gzone .c-mainProduct__product.is-split .is-fullWidth.c-product--b, #gzone .c-mainProduct__product.is-split .is-fullWidth.c-product--g {
  z-index: 1;
}
#gzone .c-mainProduct__product.is-split .c-product.is-fullWidth .c-product__wrap, #gzone .c-mainProduct__product.is-split .is-fullWidth.c-product--b .c-product__wrap, #gzone .c-mainProduct__product.is-split .is-fullWidth.c-product--g .c-product__wrap {
  -webkit-transition: all 0.3s linear !important;
  width: 100% !important;
  transition: all 0.3s linear !important;
}
#gzone .c-mainProduct__product.is-split .c-product__wrap {
  width: 50%;
  max-width: 100%;
}
#gzone .c-mainProduct__product.is-split .c-product--b {
  visibility: visible;
  opacity: 1;
}
#gzone .c-mainProduct__product.is-split .c-product--b__wrap img {
  position: relative;
}
#gzone .c-mainProduct__product.is-swing .c-product--g .c-product__wrap {
  -webkit-animation: furufuruG 1s linear 0.3s 1;
          animation: furufuruG 1s linear 0.3s 1;
}
#gzone .c-mainProduct__product.is-swing .c-product--b .c-product__wrap {
  -webkit-animation: furufuruB 1s linear 0.3s 1;
          animation: furufuruB 1s linear 0.3s 1;
}
#gzone .c-product, #gzone .c-product--b, #gzone .c-product--g {
  -webkit-transition: all 0.3s linear;
  position: absolute;
  transition: all 0.3s linear;
}
#gzone .c-product.is-active, #gzone .is-active.c-product--b, #gzone .is-active.c-product--g {
  z-index: 100 !important;
}
#gzone .c-product.is-active .c-product__wrap, #gzone .is-active.c-product--b .c-product__wrap, #gzone .is-active.c-product--g .c-product__wrap {
  width: 100%;
}
#gzone .c-product--b {
  visibility: hidden;
  opacity: 0;
}
#gzone .c-product--b .c-product__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  margin-left: auto;
}
#gzone .c-product--b .c-product__wrap img {
  font-family: "object-fit: cover; object-position: right;";
}
#gzone .c-product__wrap {
  -webkit-transition: all 0.3s linear;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.3s linear;
}
#gzone .c-product__wrap > img {
  height: 100%;
}
@-webkit-keyframes furufuruG {
  0% {
    width: 50%;
  }
  25% {
    width: 100%;
  }
  75% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@keyframes furufuruG {
  0% {
    width: 50%;
  }
  25% {
    width: 100%;
  }
  75% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes furufuruB {
  0% {
    width: 50%;
  }
  25% {
    width: 0%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 50%;
  }
}
@keyframes furufuruB {
  0% {
    width: 50%;
  }
  25% {
    width: 0%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 50%;
  }
}
#gzone .c-recBtn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
          align-items: center;
          justify-content: center;
  border: 1px solid #a6c273;
  background-color: rgba(69, 63, 58, 0.8);
  color: #ffffff;
}
#gzone .c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gzone .c-reserveFloatBtn {
  -webkit-transition: 0.3s linear;
  z-index: 98;
  bottom: 3rem;
  left: 3rem;
  width: 17.2rem;
  height: 17.2rem;
  background-image: url(/content/dam/au-com/pr/gzone/img/purchace_btn.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s linear;
}
#gzone .c-reserveFloatBtn.is-hidden {
  -webkit-transform: translateX(-25rem);
          transform: translateX(-25rem);
}
#gzone .c-historyYear {
  z-index: 1;
  position: sticky;
}
#gzone .c-historyYear__wrap {
  -webkit-transition: 0.3s linear;
  position: relative;
  transition: 0.3s linear;
}
#gzone .c-historyYear__wrap::before {
  -webkit-transition: -webkit-transform 0.3s linear;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
#gzone .c-historyYear__title {
  -webkit-transition: 0.5s linear;
  width: 100%;
  transition: 0.5s linear;
}
#gzone .c-historyYear__title > img {
  -webkit-transition-property: opacity, width, left, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0s;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition-timing-function: linear;
  -o-object-fit: contain;
  -o-object-position: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
     object-fit: contain;
     object-position: left;
  font-family: "object-fit: contain; object-position: left;";
          transition-delay: 0s, 0s;
          transition-duration: 0.3s, 0s;
  transition-property: opacity, width, left, -webkit-transform;
  transition-property: opacity, width, left, transform;
  transition-property: opacity, width, left, transform, -webkit-transform;
          transition-timing-function: linear;
}
#gzone .c-historyYear__title > img:nth-child(-n+10) {
  opacity: 0;
}
#gzone .c-historyYear__title > img:nth-child(-n+10).is-current {
  opacity: 1;
}
#gzone .c-historyYear__title > img:nth-child(11) {
  -webkit-transition: none;
  transition: none;
}
#gzone .c-historyYear__title > img:nth-child(11).is-visible {
  visibility: hidden;
}
#gzone .c-historyYear__title > img:nth-child(n+11) {
  -webkit-transition-property: opacity, width, left, top, -webkit-transform;
  -webkit-transition-duration: 0s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
  -webkit-transition-timing-function: linear;
  visibility: hidden;
          transition-duration: 0s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
  transition-property: opacity, width, left, top, -webkit-transform;
  transition-property: opacity, width, left, transform, top;
  transition-property: opacity, width, left, transform, top, -webkit-transform;
          transition-timing-function: linear;
}
#gzone .c-historyYear__title > img:nth-child(n+11).is-visible {
  visibility: visible;
}
#gzone .c-historyYear__logo {
  -webkit-transition: opacity 0.3s linear !important;
  visibility: visible !important;
  opacity: 0 !important;
  transition: opacity 0.3s linear !important;
}
#gzone .c-historyYear__logo.is-view {
  opacity: 1 !important;
}
#gzone .c-indicator {
  position: relative;
}
#gzone .c-indicator__radius {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  background-image: url(/content/dam/au-com/pr/gzone/img/indicator_radius.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#gzone .c-indicator__radius.is-swing {
  -webkit-animation: furufuru 1s linear 0.3s 1;
  -webkit-transition: left 0.3s linear;
          animation: furufuru 1s linear 0.3s 1;
  transition: left 0.3s linear;
}
@-webkit-keyframes furufuru {
  0% {
    left: 50%;
  }
  25% {
    left: 100%;
  }
  75% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes furufuru {
  0% {
    left: 50%;
  }
  25% {
    left: 100%;
  }
  75% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
#gzone .c-choiceColor {
  display: none;
}
#gzone .s-gzone01 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#gzone .s-gzone02 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#gzone .s-gzone02__b {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
  line-height: 1.075862069;
  letter-spacing: 0.08rem;
}
#gzone .s-gzone02__text {
  line-height: 1.8125;
}
#gzone .s-color__color, #gzone .s-color__color--black, #gzone .s-color__color--green {
  -webkit-transition: 0.1s linear;
  z-index: -1;
  position: absolute;
  left: 50%;
  transition: 0.1s linear;
}
#gzone .s-color__indicator {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
          transform: translateX(-50%);
  pointer-events: none;
}
#gzone .s-gzone04 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
          align-items: center;
          justify-content: center;
}
#gzone .s-gzone04__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-history {
  -webkit-transition: 0.3s;
  position: relative;
  transition: 0.3s;
}
#gzone .s-history.is-backmost {
  z-index: -1;
  opacity: 0.3;
}
#gzone .s-history--sticky {
  z-index: 1;
  position: sticky;
  top: 0;
  margin-top: 0 !important;
}
#gzone .s-history--blank {
  padding: 0;
}
#gzone .s-history.is-backmost {
  z-index: -1;
  opacity: 0.3;
}
#gzone .s-history__prod > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          flex-direction: column;
          align-items: center;
  letter-spacing: 0.08em;
}
#gzone .s-history__prod > span::after {
  width: 100%;
  height: 0.1rem;
  margin-top: 0.6rem;
  background-color: #ffffff;
  content: "";
}
#gzone .s-history__description {
  line-height: 1.5683333333;
  letter-spacing: 0.08em;
}
#gzone .s-history figure > img {
  max-height: 100%;
}
#gzone .s-history__mainProd > img {
  height: auto !important;
}
#gzone .s-history__black {
  position: absolute;
}
#gzone .s-history__logo {
  -webkit-transform: translateX(-100%);
  -webkit-transition: 0.3s linear;
  position: absolute;
  top: 4rem;
          transform: translateX(-100%);
  opacity: 0;
  transition: 0.3s linear;
}
#gzone .s-history.is-current .s-history__logo {
  opacity: 1;
}
@-webkit-keyframes op1100 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes op1100 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#gzone .s-gzone05 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
          align-items: center;
          justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#gzone .s-gzone05__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-gzone09 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  z-index: 0;
          align-items: center;
          justify-content: center;
}
#gzone .s-gzone09__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-gzone10 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  z-index: 99;
          align-items: center;
          justify-content: center;
  scroll-snap-align: unset;
}
#gzone .s-gzone10__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-gzone11 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          align-items: center;
          justify-content: center;
}
#gzone .s-gzone11__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 99%;
}
#gzone .s-gzone11__comingsoon {
  opacity: 0.1;
}
#gzone .s-gzone11 p {
  position: absolute;
  left: 5%;
  line-height: 1.5;
}
#gzone .s-performance__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-performance__title, #gzone .s-performance__title--toughness {
  text-align: center;
}
#gzone .s-performance__title img, #gzone .s-performance__title--toughness img {
  width: 100%;
}
#gzone .s-performance__text {
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
#gzone .s-performance__icons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}
#gzone .s-performance__icon > div {
  line-height: 1.6428571429;
}
#gzone .s-performance__icon p {
  line-height: 1.6428571429;
}
#gzone .s-performance__sups {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}
#gzone .s-performance__sup {
  text-align: center;
}
#gzone .s-performance__sup p:nth-of-type(1) {
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
}
#gzone .s-performance__sup p:nth-of-type(2) {
  line-height: 1.2105263158;
  letter-spacing: 0.02em;
}
#gzone .s-performance__sup figure > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
#gzone .s-performance__sup figure figcaption {
  line-height: 1.6428571429;
  text-align: left;
}
#gzone .s-performance__sup span {
  display: block;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: left;
}
#gzone .s-performance .slider__wrap {
  position: relative;
}
#gzone .s-performance .slider__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  border: 2px solid #609141;
  background-color: #231815;
}
#gzone .s-performance .slider__slide figcaption {
  text-align: center;
}
#gzone .s-performance .slider__slide figcaption p {
  line-height: 1.5;
  text-align: left;
}
#gzone .s-performance .slider__mark {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #81b61f;
  color: #ffffff;
  letter-spacing: 0.06em;
}
#gzone .s-performance .slider__mark > span {
  -webkit-transform: translateX(100%);
  position: absolute;
  right: 0;
  bottom: 0;
          transform: translateX(100%);
}
#gzone .s-performance .slider__caption {
  display: block;
  line-height: 1.2941176471;
  letter-spacing: 0.06em;
}
#gzone .s-performance .slider__caption > span {
  display: block;
}
#gzone .s-performance .slider__note {
  line-height: 1.75;
}
#gzone .s-performance .slider__arrow, #gzone .s-performance .slider__arrow--right, #gzone .s-performance .slider__arrow--left {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#gzone .s-performance .slider__arrow--left {
  background-image: url(/content/dam/au-com/pr/gzone/img/slide/arrow_left.svg);
}
#gzone .s-performance .slider__arrow--right {
  background-image: url(/content/dam/au-com/pr/gzone/img/slide/arrow_right.svg);
}
#gzone .s-performance .slider__text {
  line-height: 1.8235294118;
}
#gzone .s-performance__cleanText {
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#gzone .s-performance__cleanNote {
  line-height: 1.75;
  letter-spacing: 0.08em;
  word-break: break-all;
}
#gzone .s-performance__cleanNote a {
  display: inline;
  color: #ffffff;
}
#gzone .s-performance__note {
  letter-spacing: 0.1em;
}
#gzone .pList__row, #gzone .pList__row--4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
#gzone .pList__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  border: 2px solid #609141;
  background-color: #231815;
  color: #ffffff;
  letter-spacing: 0.06em;
  cursor: pointer;
}
#gzone .pList__btn > span {
  display: block;
}
#gzone .pList__btn > span:last-child {
  display: block;
  margin-top: 0.25em;
}
#gzone .pList__btn.is-active {
  background-color: #609141;
  opacity: 1 !important;
}
#gzone .about h3 {
  text-align: center;
}
#gzone .about__container > div figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
#gzone .about__container > div figure figcaption {
  width: 80%;
  line-height: 1.2222222222;
  text-align: center;
}
#gzone .about__container > div p {
  border-bottom: 2px solid #fff;
  line-height: 1.2222222222;
}
#gzone .about__link {
  display: block;
  color: #ffffff;
  letter-spacing: 0.25em;
  text-align: center;
}
#gzone .s-interview__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-interview__title {
  text-align: center;
}
#gzone .s-interview__title img {
  width: 100%;
}
#gzone .s-interview__contents h3 {
  text-align: center;
}
#gzone .person__name {
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
#gzone .person__history {
  line-height: 1.5714285714;
}
#gzone .person__text {
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#gzone .person__link {
  line-height: 1.6428571429;
  letter-spacing: -0.04em;
}
#gzone .person__link::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.4em 0 0.4em 0.69em;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
#gzone .person__link a {
  color: #ffffff;
  text-decoration: underline;
}
#gzone .s-design__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-design__note {
  letter-spacing: 0.1em;
}
#gzone .s-design__title {
  text-align: center;
}
#gzone .s-design__title img {
  width: 100%;
}
#gzone .s-design__detail h3 {
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#gzone .s-design__detail h4 {
  line-height: 1.3227513228;
  letter-spacing: 0.06em;
}
#gzone .s-design__detail p {
  line-height: 1.7142857143;
  letter-spacing: 0;
}
#gzone .s-design__detail p.tri::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.4em 0 0.4em 0.69em;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
#gzone .s-design__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gzone .s-design__aside dl dd {
  line-height: 1.7142857143;
  letter-spacing: 0;
}
#gzone .s-accessory__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 99%;
  opacity: 0.1;
}
#gzone .s-accessory__title {
  text-align: center;
}
#gzone .s-accessory__title img {
  width: 100%;
}
#gzone .s-accessory__lead {
  text-align: center;
}
#gzone .s-accessory__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}
#gzone .s-accessory__list figcaption {
  text-align: center;
}
#gzone .s-accessory__list span:nth-child(1) {
  display: block;
  line-height: 1.7497648166;
}
#gzone .s-accessory__list span:nth-child(2) {
  display: block;
  line-height: 1.7642907551;
  text-align: left;
}

body {
  font-size: initial;
}
body.is-fixed {
  overflow: hidden;
}

.headerSmp.stored-header {
  -webkit-transform: none !important;
          transform: none !important;
}

@media screen and (max-width: 979px) {
  #gzone .pc-on {
    display: none;
  }
  #gzone .l-fullFit {
    height: calc(100vh - 44px);
  }
  #gzone .l-history::before {
    -o-object-position: center;
    top: calc(4rem + 2.5vh);
    left: 9.8rem;
    height: calc(100% - 89vh);
       object-position: center;
  }
  #gzone .l-history::after {
    top: calc(100% - 87.5vh + 4rem);
    left: calc(8.3rem + 2px);
    width: 2.9rem;
    height: 2.9rem;
  }
  #gzone .l-bottomContents, #gzone .l-bottomContents--nomargin {
    margin-top: calc(-100vh + 44px);
  }
  #gzone .l-bottomContents--nomargin {
    margin-top: 0;
  }
  #gzone .l-accessory,
#gzone .l-performance,
#gzone .l-interview {
    margin-bottom: 10rem;
  }
  #gzone .c-nav {
    -webkit-transition: -webkit-transform 0.3s linear;
    -webkit-transform: translateY(calc(-100% + 5rem));
    z-index: 999;
    position: fixed;
    top: 43px;
    left: 0;
    width: 100%;
            transform: translateY(calc(-100% + 5rem));
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  #gzone .c-nav__list {
    height: 100%;
    padding-top: 5.8rem;
    padding-bottom: 8.12rem;
    padding-left: 26.9rem;
    background-color: #000;
  }
  #gzone .c-nav__item, #gzone .c-nav__item--new {
    height: calc(2.5rem * 1.2);
  }
  #gzone .c-nav__item--new::before {
    -webkit-transform: translateX(-100%);
    position: absolute;
    left: -2rem;
            transform: translateX(-100%);
    font-size: 2rem;
  }
  #gzone .c-nav__item:not(:first-of-type), #gzone .c-nav__item--new:not(:first-of-type) {
    margin-top: 4.56rem;
  }
  #gzone .c-nav__item.is-disabled, #gzone .is-disabled.c-nav__item--new {
    height: 5.9rem;
  }
  #gzone .c-nav__item.is-disabled img, #gzone .is-disabled.c-nav__item--new img {
    height: 100%;
  }
  #gzone .c-nav__item[data-nav="10"], #gzone [data-nav="10"].c-nav__item--new {
    height: calc(2.7rem * 1.2);
  }
  #gzone .c-nav__item[data-nav="10"] img, #gzone [data-nav="10"].c-nav__item--new img {
    height: 100%;
  }
  #gzone .c-nav__pull {
    position: absolute;
    left: 0;
    width: 100%;
  }
  #gzone .c-mainProduct__product {
    height: calc(100vh - 44px);
  }
  #gzone .c-mainProduct__product.is-center > figure, #gzone .c-mainProduct__product.is-centerSp > figure {
    -webkit-transform: translateX(-50%);
    bottom: 25%;
    left: 50%;
            transform: translateX(-50%);
  }
  #gzone .c-mainProduct__product.is-center .c-product img, #gzone .c-mainProduct__product.is-center .c-product--b img, #gzone .c-mainProduct__product.is-center .c-product--g img, #gzone .c-mainProduct__product.is-centerSp .c-product img, #gzone .c-mainProduct__product.is-centerSp .c-product--b img, #gzone .c-mainProduct__product.is-centerSp .c-product--g img {
    max-width: none;
  }
  #gzone .c-mainProduct__product.is-centerY > figure {
    bottom: 25%;
  }
  #gzone .c-mainProduct__product.is-split .c-product, #gzone .c-mainProduct__product.is-split .c-product--b, #gzone .c-mainProduct__product.is-split .c-product--g {
    width: 20.8128078818vh;
  }
  #gzone .c-mainProduct__product.is-split .c-product img, #gzone .c-mainProduct__product.is-split .c-product--b img, #gzone .c-mainProduct__product.is-split .c-product--g img {
    width: 20.8128078818vh;
  }
  #gzone .c-product, #gzone .c-product--b, #gzone .c-product--g {
    -webkit-transform: translateX(-50%);
    bottom: 0px;
    left: 50%;
    width: 20.8128078818vh;
            transform: translateX(-50%);
    opacity: 1;
  }
  #gzone .c-product__wrap > img {
    width: 20.8128078818vh;
  }
  #gzone .c-recBtn {
    -webkit-box-shadow: 0px 0px 5px #a6c273;
    top: 62.0566502463vh;
    width: 76.08vw;
    height: 66.5px;
            box-shadow: 0px 0px 5px #a6c273;
    font-size: 4.166rem;
  }
  #gzone .c-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #gzone .c-sns li:not(:first-of-type) {
    margin-left: 2.3rem;
  }
  #gzone .c-sns img {
    height: 5.52rem;
  }
  #gzone .c-reserveFloatBtn {
    position: fixed;
  }
  #gzone .c-historyYear {
    top: 13vh;
    height: calc(100vh - 44px);
    margin: 8rem;
    padding: 0 0 0 7.4rem;
    overflow: hidden;
  }
  #gzone .c-historyYear__wrap {
    top: 3vh;
    height: 8rem;
  }
  #gzone .c-historyYear__wrap.is-centerY {
    top: 13vh;
  }
  #gzone .c-historyYear__wrap::before {
    -webkit-transform: translateY(-50%);
    left: -6.7rem;
    width: 2.9rem;
    height: 2.9rem;
            transform: translateY(-50%);
  }
  #gzone .c-historyYear__wrap.is-decorationless::before {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
  #gzone .c-historyYear__title {
    left: 0;
    height: 5.9113300493vh;
    max-height: 96px;
  }
  #gzone .c-historyYear__title.is-centerY img {
    -webkit-transform: scale(1.25);
    -o-object-position: center;
    -webkit-transform-origin: top;
    top: 10vh;
    left: -3.7rem;
    width: 100%;
    height: 18vh;
       object-position: center;
            transform: scale(1.25);
            transform-origin: top;
  }
  #gzone .c-historyYear__title > img {
    width: 100%;
  }
  #gzone .c-indicator__radius {
    width: 3rem;
    height: 3rem;
  }
  #gzone .s-gzone01 {
    height: auto;
    padding-top: 10.8497536946vh;
    background-color: #231815;
  }
  #gzone .s-gzone01__container {
    padding-left: 9.2rem;
  }
  #gzone .s-gzone01__title > img {
    width: 79.2vw;
    max-width: 594px;
  }
  #gzone .s-gzone01__prod {
    z-index: 1;
    position: relative;
    margin-top: 20px;
    padding-right: 9.2rem;
    text-align: center;
  }
  #gzone .s-gzone01__prod img {
    width: 85%;
  }
  #gzone .s-gzone02 {
    height: auto;
    min-height: calc(100vh - 44px);
    padding-top: 13.6822660099vh;
    background-color: #231815;
  }
  #gzone .s-gzone02__title {
    width: 52.6666666667vw;
    padding: 0 5rem;
  }
  #gzone .s-gzone02__container {
    padding: 5.859375rem 0;
    background-image: url(/content/dam/au-com/pr/gzone/img/bg_concept_sp.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #gzone .s-gzone02__box {
    margin-top: 5.859375rem;
    padding: 0 5rem;
  }
  #gzone .s-gzone02__b {
    font-size: 5rem;
  }
  #gzone .s-gzone02__text {
    margin-top: 2rem;
    font-size: 2.6rem;
  }
  #gzone .s-gzone03 {
    margin-top: calc(-85vh + 44px);
  }
  #gzone .s-color__color, #gzone .s-color__color--black, #gzone .s-color__color--green {
    -webkit-transform: translateX(-50%);
    top: 26.1822660099%;
            transform: translateX(-50%);
  }
  #gzone .s-color__color--green {
    left: calc(51.5% - 15.9482758621vh);
    width: 11.0837438424vh;
  }
  #gzone .s-color__color--black {
    left: calc(48% + 15.39408867vh);
    width: 9.9753694581vh;
  }
  #gzone .s-color__text {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 6.342364532vh;
    left: 50%;
    width: calc(283 / 1624 * 100vh);
            transform: translateX(-50%);
  }
  #gzone .s-color__indicator {
    bottom: 35%;
    width: 26vw;
  }
  #gzone .s-gzone04__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gzone .s-gzone04__history {
    width: 39.224137931vh;
    margin-top: 70.5665024631vh;
  }
  #gzone .s-history {
    height: auto;
    margin-top: 30rem;
    padding-top: 4.9261083744vh;
    padding-left: 15.4rem;
  }
  #gzone .s-history:first-of-type {
    margin-top: calc(-100vh + 44px);
  }
  #gzone .s-history--sticky {
    height: calc(100vh - 44px);
  }
  #gzone .s-history--bg {
    height: calc(100vh - 44px);
    margin-top: calc(-100vh + 44px);
    padding: 0;
    background-position: center 17.7093596059vh;
    background-size: 76.1333333333% auto;
  }
  #gzone .s-history--blank {
    height: calc(100vh - 44px);
  }
  #gzone .s-history__prod > span {
    font-size: 2.2rem;
  }
  #gzone .s-history__description {
    margin-top: 1.8rem;
    font-size: 2.2rem;
  }
  #gzone .s-history figure {
    margin-top: 6rem;
    padding-right: 8rem;
    text-align: center;
  }
  #gzone .s-history figure[data-prod="2000"] {
    height: 44.5566502463vh;
  }
  #gzone .s-history figure[data-prod="2001_01"] {
    height: 47.838546798vh;
  }
  #gzone .s-history figure[data-prod="2001_02"] {
    height: 20.9482758621vh;
  }
  #gzone .s-history figure[data-prod="2005"] {
    top: 34.4950738916vh;
    left: 26.1rem;
    height: 52.315270936vh;
  }
  #gzone .s-history figure[data-prod="2006"] {
    height: 16.5147783251vh;
  }
  #gzone .s-history figure[data-prod="2008"] {
    height: 14.7967980296vh;
  }
  #gzone .s-history figure[data-prod="2009"] {
    height: 16.1945812808vh;
  }
  #gzone .s-history figure[data-prod="2010"] {
    top: 45vh;
    left: 23.2rem;
    height: 45.775862069vh;
  }
  #gzone .s-history figure[data-prod="2011"] {
    top: 29.3472906404vh;
    left: 17.5rem;
    height: 14.6859605911vh;
  }
  #gzone .s-history figure[data-prod="2012"] {
    top: 35.0985221675vh;
    left: 20.3rem;
    height: 46.1637931034vh;
  }
  #gzone .s-history__mainProd {
    position: static !important;
  }
  #gzone .s-history__mainProd > img:nth-child(1) {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 38.3374384236vh;
    left: 50%;
    width: 20.8128078818vh;
            transform: translateX(-50%);
  }
  #gzone .s-history__black {
    -webkit-transform: translateX(-50%);
    top: 72vh;
    left: calc(50% + 10.5vh);
    width: 6.4655172414vh;
    height: auto !important;
            transform: translateX(-50%);
  }
  #gzone .s-history__greenCenterY {
    top: 25vh !important;
  }
  #gzone .s-history__blackCenterY {
    top: 58vh !important;
  }
  #gzone .s-history__logo {
    display: none;
  }
  #gzone .s-gzone05 {
    background-image: url(/content/dam/au-com/pr/gzone/img/voice/bg_sp.svg);
    background-position: center top;
  }
  #gzone .s-gzone05__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gzone .s-gzone05__voice {
    width: 31.0344827586vh;
    margin-top: 62.7339901478vh;
  }
  #gzone .s-gzone09__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gzone .s-gzone09__reserve {
    position: absolute;
    top: 3.1527093596vh;
    width: 39.7783251232vh;
  }
  #gzone .s-gzone10 {
    margin-top: calc(-100vh + 44px);
  }
  #gzone .s-gzone11__comingsoon {
    position: absolute;
    top: 18.5344827586vh;
    width: 39.7167487685vh;
  }
  #gzone .s-gzone11 p {
    bottom: 2rem;
    font-size: 1.5rem;
  }
  #gzone .s-performance__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gzone .s-performance__title, #gzone .s-performance__title--toughness {
    width: 87.34375vw;
    margin-top: 20vh;
  }
  #gzone .s-performance__title--toughness {
    width: 85.9375vw;
  }
  #gzone .s-performance__contents {
    margin-top: 18rem;
    padding: 0 5%;
  }
  #gzone .s-performance__contents:first-of-type {
    margin-top: 0;
  }
  #gzone .s-performance__contents:nth-of-type(4) h3 {
    width: 69.4444444444%;
    margin: 0 auto;
  }
  #gzone .s-performance__subTitle {
    width: 68.9236111111%;
    margin: 0 auto;
    text-align: center;
  }
  #gzone .s-performance__strong {
    margin-top: 3.6rem;
  }
  #gzone .s-performance__text {
    margin-top: 1.92rem;
    font-size: 3.24rem;
    line-height: 1.3333333333;
  }
  #gzone .s-performance__icons {
    margin-top: -8.936rem;
    padding-top: 12rem;
  }
  #gzone .s-performance__icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    width: 48%;
    padding-top: 8.936rem;
  }
  #gzone .s-performance__icon img {
    width: 12rem;
  }
  #gzone .s-performance__icon > div {
    margin-top: 1.5rem;
    font-size: 3rem;
  }
  #gzone .s-performance__icon p {
    margin-top: 0.5em;
    font-size: 2.5rem;
  }
  #gzone .s-performance__sups {
    margin-top: -8.936rem;
    padding-top: 7.2rem;
    overflow-x: hidden;
  }
  #gzone .s-performance__sup {
    width: 48%;
    padding-top: 8.936rem;
  }
  #gzone .s-performance__sup p:nth-of-type(1) {
    font-size: 2.4rem;
    line-height: 1.2222222222;
  }
  #gzone .s-performance__sup p:nth-of-type(2) {
    margin-top: 1.68rem;
    font-size: 2.5rem;
  }
  #gzone .s-performance__sup figure {
    margin-top: 3.6rem;
  }
  #gzone .s-performance__sup figure > div {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #gzone .s-performance__sup figure figcaption {
    margin-top: 3rem;
    font-size: 2.5rem;
  }
  #gzone .s-performance__sup span {
    font-size: 2rem;
  }
  #gzone .s-performance .slider__wrap {
    margin-top: 3.6rem;
  }
  #gzone .s-performance .slider__slide {
    height: 110rem;
  }
  #gzone .s-performance .slider__slide > figure {
    padding: 6rem 8.5rem;
  }
  #gzone .s-performance .slider__slide > figure > img {
    width: 100%;
  }
  #gzone .s-performance .slider__slide figcaption {
    margin-top: 3.6rem;
  }
  #gzone .s-performance .slider__slide figcaption p {
    margin-top: 4.2rem;
    font-size: 2.64rem;
  }
  #gzone .s-performance .slider__mark {
    width: 19.92rem;
    height: 5.4rem;
    border-radius: 20px;
    font-size: 2.64rem;
  }
  #gzone .s-performance .slider__mark > span {
    font-size: 2.28rem;
  }
  #gzone .s-performance .slider__caption {
    margin-top: 1.68rem;
    font-size: 5.2rem;
  }
  #gzone .s-performance .slider__caption > span {
    display: inline-block;
    font-size: 4.8rem;
  }
  #gzone .s-performance .slider__note {
    margin-top: 2.4rem;
    font-size: 2.28rem;
  }
  #gzone .s-performance .slider__note:last-of-type {
    margin-top: 2.4rem;
  }
  #gzone .s-performance .slider__arrow, #gzone .s-performance .slider__arrow--right, #gzone .s-performance .slider__arrow--left {
    width: 3.72rem;
    height: 6.36rem;
  }
  #gzone .s-performance .slider__arrow--left {
    left: 3rem;
  }
  #gzone .s-performance .slider__arrow--right {
    right: 3rem;
  }
  #gzone .s-performance .slider__text {
    font-size: 3.36rem;
  }
  #gzone .s-performance__cleanText {
    margin-top: 6rem;
    font-size: 2.88rem;
  }
  #gzone .s-performance__cleanNote {
    margin-top: 2em;
    font-size: 2.28rem;
  }
  #gzone .s-performance__kakokuna {
    text-align: center;
  }
  #gzone .s-performance__kakokuna img {
    width: 70%;
  }
  #gzone .s-performance__note {
    margin-top: 5.859375rem;
    font-size: 2.8vw;
    line-height: 1.8em;
  }
  #gzone .pList.sp-on {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  #gzone .pList__btn {
    width: 45.6597222222%;
    height: 7.8rem;
    margin-top: 3.6rem;
    font-size: 2.64rem;
  }
  #gzone .pList__btn > span:last-child {
    font-size: 1.68rem;
  }
  #gzone .about h3 {
    height: 8.28rem;
  }
  #gzone .about h3 img {
    height: 100%;
  }
  #gzone .about__container > div {
    margin-top: 15rem;
  }
  #gzone .about__container > div:nth-child(1) {
    margin-top: 14.4rem;
  }
  #gzone .about__container > div:nth-child(1) img {
    width: 9.84rem;
  }
  #gzone .about__container > div:nth-child(2) img {
    width: 12.72rem;
  }
  #gzone .about__container > div:nth-child(3) img {
    width: 13.8rem;
  }
  #gzone .about__container > div:nth-child(4) img {
    width: 13.32rem;
  }
  #gzone .about__container > div:nth-child(5) img {
    width: 7.8rem;
  }
  #gzone .about__container > div:nth-child(6) img {
    width: 12.96rem;
  }
  #gzone .about__container > div:nth-child(7) img {
    width: 14.16rem;
  }
  #gzone .about__container > div:nth-child(8) img {
    width: 12.24rem;
  }
  #gzone .about__container > div figure {
    height: 14.4rem;
  }
  #gzone .about__container > div figure figcaption {
    font-size: 3.6rem;
  }
  #gzone .about__container > div p {
    margin-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    font-size: 3.6rem;
  }
  #gzone .about__status {
    margin-top: 15.6rem;
  }
  #gzone .about__link {
    margin-top: 1.5em;
    font-size: 2.6rem;
  }
  #gzone .outdoor__title,
#gzone .clean__title {
    height: 11.16rem;
    text-align: center;
  }
  #gzone .outdoor__title img,
#gzone .clean__title img {
    height: 100%;
  }
  #gzone .outdoor__text,
#gzone .clean__text {
    margin-top: 4.2rem;
    font-size: 3.24rem;
    line-height: 1.4814814815;
  }
  #gzone .outdoor__figure,
#gzone .clean__figure {
    margin-top: 4.2rem;
  }
  #gzone .clean__title {
    height: 4.8rem;
  }
  #gzone .s-interview__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gzone .s-interview__title {
    width: 63.125vw;
    margin-top: 20vh;
  }
  #gzone .s-interview__contents {
    padding: 0 5%;
  }
  #gzone .s-interview__contents:not(:first-of-type) {
    margin-top: 18.75rem;
  }
  #gzone .s-interview__contents h3 img {
    width: 75.9375vw;
  }
  #gzone .person {
    margin-top: 4.56rem;
  }
  #gzone .person__head > figure {
    width: 100%;
  }
  #gzone .person__head > div {
    margin-top: 4.8rem;
  }
  #gzone .person__name {
    font-size: 4.453125rem;
  }
  #gzone .person__history {
    margin-top: 1.92rem;
    font-size: 3rem;
  }
  #gzone .person__content {
    margin-top: 7.2rem;
  }
  #gzone .person__text {
    margin-top: 1em;
    font-size: 3rem;
  }
  #gzone .person__link {
    margin-top: 2.34375rem;
    font-size: 3rem;
    letter-spacing: -0.06em;
  }
  #gzone .s-design__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gzone .s-design__note {
    margin-top: 5.859375rem;
    padding: 0 5%;
    font-size: 2.8vw;
    line-height: 1.8em;
  }
  #gzone .s-design__title {
    width: 63.125vw;
    margin-top: 20vh;
  }
  #gzone .s-design__catch {
    width: 90%;
  }
  #gzone .s-design__contents {
    padding: 0 5%;
  }
  #gzone .s-design__detail h3 {
    font-size: 3.543rem;
  }
  #gzone .s-design__detail h4 {
    font-size: 3.155859375rem;
  }
  #gzone .s-design__detail h4.h400 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail h4.h401 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail h4.h402 {
    margin-top: 13.5rem;
  }
  #gzone .s-design__detail h4.h403 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail h4.h404 {
    margin-top: 7rem;
  }
  #gzone .s-design__detail h4.h405 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail h4.h405 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail h4.h406 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail p {
    font-size: 3.155859375rem;
  }
  #gzone .s-design__detail p.p00 {
    margin-top: 7rem;
  }
  #gzone .s-design__detail p.p01 {
    margin-top: 7rem;
  }
  #gzone .s-design__detail p.p02 {
    margin-top: 2rem;
  }
  #gzone .s-design__detail p.p03 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail p.p04 {
    margin-top: 2rem;
  }
  #gzone .s-design__detail p.p05 {
    margin-top: 2rem;
  }
  #gzone .s-design__detail p.p06 {
    margin-top: 2rem;
  }
  #gzone .s-design__detail p.p07 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail p.p08 {
    margin-top: 5rem;
  }
  #gzone .s-design__detail p.p09 {
    margin-top: 2rem;
  }
  #gzone .s-design__detail p.p10 {
    margin-top: 2rem;
  }
  #gzone .s-design__detail p.p11 {
    margin-top: 2rem;
  }
  #gzone .s-design__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 6rem;
    padding: 0 5%;
  }
  #gzone .s-design__aside:first-of-type {
    margin-top: 8rem;
  }
  #gzone .s-design__aside > figure {
    margin-top: 2rem;
  }
  #gzone .s-design__aside dl dd {
    margin-top: 2rem;
    font-size: 3.155859375rem;
  }
  #gzone .s-design__spDetail01 {
    position: relative;
    left: calc((20.9rem * 1.171875) - 5%);
    width: 34.6875rem;
    margin-top: 12rem;
  }
  #gzone .s-design__spDetail02 {
    position: relative;
    left: calc((20.5rem * 1.171875) - 5%);
    width: 35.2734375rem;
    margin-top: 10rem;
  }
  #gzone .s-design__spDetail03 {
    position: relative;
    margin-top: 2.5rem;
    text-align: center;
  }
  #gzone .s-design__spDetail03 img {
    width: 48.515625rem;
  }
  #gzone .s-design__spDetail04 {
    position: relative;
    left: calc((20.5rem * 1.171875) - 5%);
    width: 35.0390625rem;
    margin-top: 15rem;
  }
  #gzone .s-accessory {
    margin-top: calc(-100vh + 44px);
  }
  #gzone .s-accessory__title {
    width: 68.125vw;
  }
  #gzone .s-accessory__contents {
    padding: 0 5%;
  }
  #gzone .s-accessory__lead img {
    width: 74%;
  }
  #gzone .s-accessory__list {
    margin: 3.0703125rem 0 -5.6484375rem;
  }
  #gzone .s-accessory__list li {
    width: 45%;
    margin-bottom: 5.6484375rem;
  }
  #gzone .s-accessory__list figcaption {
    margin-top: 2.625rem;
  }
  #gzone .s-accessory__list span:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    height: calc(1.3367991088em * 2);
    font-size: 3.155859375rem;
    line-height: 1.3367991088;
  }
  #gzone .s-accessory__list span:nth-child(2) {
    margin-top: 1.6171875rem;
    font-size: 3.155859375rem;
    line-height: 1.411065726;
  }
  #gzone .s-accessory__note {
    margin-top: 5.859375rem;
    font-size: 2.8vw;
    line-height: 1.8em;
  }
  html {
    font-size: 1.3333333333vw;
  }
}

@media screen and (min-width: 980px) {
  #gzone .sp-on {
    display: none;
  }
  #gzone .l-gzone {
    background-image: url(/content/dam/au-com/pr/gzone/img/bg.png);
    background-size: 100% auto;
  }
  #gzone .l-side {
    width: 200px;
    height: 100vh;
    margin-left: auto;
  }
  #gzone .l-fullFit {
    height: 100vh;
  }
  #gzone .l-layers {
    margin-top: -100vh;
  }
  #gzone .l-history::before {
    top: 25.25vh;
    left: 6.4rem;
    height: calc(100% - 74vh);
  }
  #gzone .l-history::after {
    -webkit-transform: translate(5.25rem, 50%);
    bottom: 50vh;
    width: 2.6rem;
    height: 2.6rem;
            transform: translate(5.25rem, 50%);
  }
  #gzone .l-bottomContents, #gzone .l-bottomContents--nomargin {
    margin-top: -100vh;
  }
  #gzone .l-bottomContents--nomargin {
    margin-top: 0;
  }
  #gzone .c-nav {
    position: sticky;
    top: 0;
    width: 100%;
    margin-left: auto;
    padding: 30px 25px 0 0;
    text-align: right;
  }
  #gzone .c-nav__logo {
    width: 164px;
  }
  #gzone .c-nav__list {
    margin-top: 25px;
    padding-right: 14px;
  }
  #gzone .c-nav__item--new {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: flex-end;
  }
  #gzone .c-nav__item--new::before {
    margin-right: 10px;
    font-size: 10px;
  }
  #gzone .c-nav__item button, #gzone .c-nav__item--new button,
#gzone .c-nav__item a,
#gzone .c-nav__item--new a {
    height: 15px;
  }
  #gzone .c-nav__item:not(:first-of-type), #gzone .c-nav__item--new:not(:first-of-type) {
    margin-top: 16px;
  }
  #gzone .c-nav__item:last-of-type, #gzone .c-nav__item--new:last-of-type {
    margin-top: 20px;
  }
  #gzone .c-nav__item.is-disabled, #gzone .is-disabled.c-nav__item--new {
    height: 28px;
  }
  #gzone .c-nav__item.is-disabled button, #gzone .is-disabled.c-nav__item--new button,
#gzone .c-nav__item.is-disabled a,
#gzone .is-disabled.c-nav__item--new a {
    height: 100%;
  }
  #gzone .c-nav__item.is-disabled button img, #gzone .is-disabled.c-nav__item--new button img,
#gzone .c-nav__item.is-disabled a img,
#gzone .is-disabled.c-nav__item--new a img {
    height: 100%;
  }
  #gzone .c-nav__item.is-current::after, #gzone .is-current.c-nav__item--new::after {
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: 3px;
    height: 34px;
            transform: translateY(-50%);
  }
  #gzone .c-nav__item[data-nav="10"], #gzone [data-nav="10"].c-nav__item--new {
    height: 20px;
  }
  #gzone .c-nav__pull {
    display: none;
  }
  #gzone .c-mainProduct__product {
    height: 100vh;
  }
  #gzone .c-mainProduct__product.is-center > figure, #gzone .c-mainProduct__product.is-centerSp > figure {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
            transform: translate(-50%, -50%);
  }
  #gzone .c-product, #gzone .c-product--b, #gzone .c-product--g {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    left: 50%;
            align-items: center;
    width: 18.75vw;
    max-width: 240px;
    height: 90vh;
    max-height: 90vh;
            transform: translateY(-50%);
  }
  #gzone .c-product__wrap > img {
    width: 18.75vw !important;
    max-width: 240px;
  }
  #gzone .c-recBtn {
    -webkit-box-shadow: 0px 0px 10px #a6c273;
    -webkit-transform: translateX(-50%);
    top: 66%;
    left: 50%;
    width: 408.6px;
    height: 95px;
            transform: translateX(-50%);
            box-shadow: 0px 0px 10px #a6c273;
    font-size: 29.91px;
  }
  #gzone .c-sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #gzone .c-sns li:not(:first-of-type) {
    margin-left: 15px;
  }
  #gzone .c-sns a {
    height: auto;
  }
  #gzone .c-reserveFloatBtn {
    display: none;
  }
  #gzone .c-historyYear {
    top: 0;
    height: 100vh;
    margin: 0 11.1rem;
  }
  #gzone .c-historyYear__wrap {
    -webkit-transform: translateY(0);
    top: 20%;
    height: 82px;
            transform: translateY(0);
  }
  #gzone .c-historyYear__wrap.is-centerY {
    -webkit-transform: translateY(-50%);
    top: 50%;
    height: 100vh;
            transform: translateY(-50%);
  }
  #gzone .c-historyYear__wrap::before {
    -webkit-transform: translate(-5.75rem, -50%);
    width: 2.6rem;
    height: 2.6rem;
            transform: translate(-5.75rem, -50%);
  }
  #gzone .c-historyYear__wrap.is-decorationless::before {
    -webkit-transform: translate(-5.75rem, -50%) scale(0);
            transform: translate(-5.75rem, -50%) scale(0);
  }
  #gzone .c-historyYear__title {
    left: 0;
    height: 82px;
  }
  #gzone .c-historyYear__title.is-centerY img {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: 772px;
            transform: translateX(-50%);
  }
  #gzone .c-historyYear__title > img {
    width: 50%;
  }
  #gzone .c-indicator__radius {
    width: 32.5px;
    height: 32.5px;
  }
  #gzone .s-gzone01 {
    background-image: url(/content/dam/au-com/pr/gzone/img/bg_kv.jpg);
  }
  #gzone .s-gzone01__container {
    padding: 23.6111111111vh 0 0 4.8rem;
  }
  #gzone .s-gzone01__title > img {
    width: 34.0625vw;
  }
  #gzone .s-gzone01__prod {
    display: none;
  }
  #gzone .s-gzone02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    background-image: url(/content/dam/au-com/pr/gzone/img/bg_concept.jpg);
  }
  #gzone .s-gzone02__title {
    width: 275px;
  }
  #gzone .s-gzone02__container {
    margin: 0 0 0 45px;
  }
  #gzone .s-gzone02__b {
    margin-top: 51px;
    font-size: 29px;
  }
  #gzone .s-gzone02__text {
    font-size: 16px;
  }
  #gzone .s-gzone02__text:first-of-type {
    margin-top: 31px;
  }
  #gzone .s-gzone02__text:not(:first-of-type) {
    margin-top: 10px;
  }
  #gzone .s-gzone03 {
    margin-top: -100vh;
    overflow: hidden;
  }
  #gzone .s-color__color, #gzone .s-color__color--black, #gzone .s-color__color--green {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
            transform: translate(-50%, -50%);
  }
  #gzone .s-color__color--green {
    left: calc(50% - 233px);
    width: 18.75vw;
  }
  #gzone .s-color__color--black {
    left: calc(50% + 218px);
    width: 16.875vw;
  }
  #gzone .s-color__indicator {
    bottom: 4vh;
    width: 196px;
  }
  #gzone .s-gzone04__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gzone .s-gzone04__history {
    width: 46.796875vw;
    margin-top: 1.5rem;
  }
  #gzone .s-history {
    padding-top: 21.25vh;
    padding-right: 11.1rem;
    padding-left: 11.1rem;
  }
  #gzone .s-history:first-of-type {
    margin-top: -100vh;
  }
  #gzone .s-history--sticky {
    height: 100vh;
  }
  #gzone .s-history--bg {
    margin-top: -100vh;
    background-position: center center;
    background-size: 772px auto;
  }
  #gzone .s-history--blank {
    height: 100vh;
  }
  #gzone .s-history__prod > span {
    font-size: 12px;
  }
  #gzone .s-history__prod:not(:first-of-type) {
    margin-top: 8.4px;
  }
  #gzone .s-history__container {
    margin-top: 90px;
  }
  #gzone .s-history__description {
    margin-top: 1.5rem;
    font-size: 12px;
  }
  #gzone .s-history figure {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
            transform: translate(-50%, -50%);
  }
  #gzone .s-history figure[data-prod="2000"] {
    height: 72.125vh;
    max-height: 577px;
  }
  #gzone .s-history figure[data-prod="2001_01"] {
    height: 41.6666666667vh;
    max-height: 300px;
  }
  #gzone .s-history figure[data-prod="2001_02"] {
    height: 41.6666666667vh;
    max-height: 300px;
  }
  #gzone .s-history figure[data-prod="2005"] {
    height: 86.9444444444vh;
    max-height: 626px;
  }
  #gzone .s-history figure[data-prod="2006"] {
    height: 34.7222222222vh;
    max-height: 250px;
  }
  #gzone .s-history figure[data-prod="2008"] {
    height: 32.6388888889vh;
    max-height: 235px;
  }
  #gzone .s-history figure[data-prod="2009"] {
    height: 36.1111111111vh;
    max-height: 235px;
  }
  #gzone .s-history figure[data-prod="2010"] {
    height: 62.5vh;
    max-height: 450px;
  }
  #gzone .s-history figure[data-prod="2011"] {
    height: 32.6388888889vh;
    max-height: 235px;
  }
  #gzone .s-history figure[data-prod="2012"] {
    height: 59.0277777778vh;
    max-height: 425px;
  }
  #gzone .s-history figure[data-prod="2021"] {
    height: 80.375vh;
  }
  #gzone .s-history__mainProd {
    -webkit-transform: translate(-50%, -50%) !important;
    position: relative;
    left: 50%;
    width: 240px;
            transform: translate(-50%, -50%) !important;
  }
  #gzone .s-history__black {
    right: -129px;
    bottom: 0;
    width: 105px;
  }
  #gzone .s-gzone05 {
    background-image: url(/content/dam/au-com/pr/gzone/img/voice/bg_pc.svg);
    background-position: center center;
  }
  #gzone .s-gzone05__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gzone .s-gzone05__voice {
    width: 39.27890625vw;
    margin-top: 1.5rem;
  }
  #gzone .s-gzone09__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gzone .s-gzone09__reserve {
    width: 786px;
    margin-top: 1.5rem;
    margin-left: 40px;
  }
  #gzone .s-gzone10 {
    width: 500px;
    margin: -100vh auto 0;
  }
  #gzone .s-gzone11__comingsoon {
    width: 52.734375vw;
    margin-top: 1.5rem;
  }
  #gzone .s-gzone11 p {
    bottom: 5%;
    font-size: 12px;
  }
  #gzone .s-performance__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gzone .s-performance__title, #gzone .s-performance__title--toughness {
    width: 52.5vw;
    margin-top: 1.5rem;
  }
  #gzone .s-performance__title--toughness {
    width: 42.96875vw;
  }
  #gzone .s-performance__contents {
    max-width: 740px;
    margin: 100px auto 0;
  }
  #gzone .s-performance__contents:nth-of-type(4) {
    margin-top: 130px;
    padding-bottom: 20px;
    border-bottom: 4px solid #ffffff;
  }
  #gzone .s-performance__strong {
    margin-top: 24px;
  }
  #gzone .s-performance__text {
    margin-top: 16px;
    font-size: 14px;
  }
  #gzone .s-performance__icons {
    margin-top: 40px;
  }
  #gzone .s-performance__icon {
    width: 25%;
    height: 100%;
    margin-top: 35px;
    text-align: center;
  }
  #gzone .s-performance__icon img {
    width: auto;
  }
  #gzone .s-performance__icon > div {
    margin-top: 10px;
    font-size: 14px;
  }
  #gzone .s-performance__icon p {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
  }
  #gzone .s-performance__sups {
    margin: -80px auto 0;
    padding-top: 50px;
  }
  #gzone .s-performance__sup {
    width: 24%;
    margin-top: 120px;
  }
  #gzone .s-performance__sup p:nth-of-type(1) {
    -webkit-box-align: start;
        -ms-flex-align: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
            justify-content: center;
    height: 3.2857142857em;
    font-size: 14px;
  }
  #gzone .s-performance__sup p:nth-of-type(2) {
    margin-top: 4px;
    font-size: 14px;
  }
  #gzone .s-performance__sup figure {
    margin-top: 23px;
  }
  #gzone .s-performance__sup figure > div {
    height: 50px;
  }
  #gzone .s-performance__sup figure figcaption {
    margin-top: 20px;
    font-size: 14px;
  }
  #gzone .s-performance__sup span {
    font-size: 10px;
  }
  #gzone .s-performance .slider__wrap {
    margin-top: 14px;
  }
  #gzone .s-performance .slider__slide {
    height: 320px;
  }
  #gzone .s-performance .slider__slide > figure {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    height: 100%;
    padding: 40px 30px 40px 100px;
  }
  #gzone .s-performance .slider__slide > figure > img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.37931034%;
  }
  #gzone .s-performance .slider__slide figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 30px 0 20px;
  }
  #gzone .s-performance .slider__slide figcaption p {
    margin-top: 14px;
    font-size: 14px;
  }
  #gzone .s-performance .slider__mark {
    width: 94px;
    height: 17px;
    font-size: 12px;
  }
  #gzone .s-performance .slider__mark > span {
    font-size: 10px;
  }
  #gzone .s-performance .slider__caption {
    margin-top: 7px;
    font-size: 34px;
  }
  #gzone .s-performance .slider__note {
    margin-top: 16px;
    font-size: 10.5px;
  }
  #gzone .s-performance .slider__note:last-of-type {
    margin-top: 14px;
  }
  #gzone .s-performance .slider__arrow, #gzone .s-performance .slider__arrow--right, #gzone .s-performance .slider__arrow--left {
    width: 22px;
    height: 36px;
  }
  #gzone .s-performance .slider__arrow--left {
    left: 16px;
  }
  #gzone .s-performance .slider__arrow--right {
    right: 16px;
  }
  #gzone .s-performance .slider__text {
    font-size: 17px;
  }
  #gzone .s-performance__cleanText {
    -webkit-column-count: 2;
       -moz-column-count: 2;
    margin-top: 40px;
            column-count: 2;
    font-size: 14px;
  }
  #gzone .s-performance__cleanNote {
    margin-top: 22.5px;
    font-size: 10.5px;
  }
  #gzone .s-performance__note {
    margin-top: 50px;
    font-size: 12px;
    line-height: 1.7142857143;
  }
  #gzone .pList {
    margin-top: 30px;
  }
  #gzone .pList__row:not(:first-of-type), #gzone .pList__row--4:not(:first-of-type) {
    margin-top: 14px;
  }
  #gzone .pList__row--4 .pList__btn {
    width: 22.64705882%;
  }
  #gzone .pList__btn {
    width: 32.35294118%;
    height: 42px;
    font-size: 18px;
  }
  #gzone .pList__btn > span:last-child {
    font-size: 10px;
  }
  #gzone .about__container {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
    margin-top: -45px;
  }
  #gzone .about__container > div {
    width: 45%;
    margin-top: 90px;
  }
  #gzone .about__container > div:nth-child(1) img {
    width: 48px;
  }
  #gzone .about__container > div:nth-child(2) img {
    width: 62px;
  }
  #gzone .about__container > div:nth-child(3) img {
    width: 67px;
  }
  #gzone .about__container > div:nth-child(4) img {
    width: 66px;
  }
  #gzone .about__container > div:nth-child(5) img {
    width: 37px;
  }
  #gzone .about__container > div:nth-child(6) img {
    width: 63px;
  }
  #gzone .about__container > div:nth-child(7) img {
    width: 68px;
  }
  #gzone .about__container > div:nth-child(8) img {
    width: 63px;
  }
  #gzone .about__container > div figure {
    height: 70px;
  }
  #gzone .about__container > div figure figcaption {
    font-size: 18px;
  }
  #gzone .about__container > div p {
    margin-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }
  #gzone .about__status {
    margin-top: 100px;
  }
  #gzone .about__link {
    margin-top: 1.5em;
    font-size: 18px;
  }
  #gzone .outdoor__title img,
#gzone .clean__title img {
    width: 100%;
  }
  #gzone .outdoor__text,
#gzone .clean__text {
    display: none;
  }
  #gzone .outdoor__figure,
#gzone .clean__figure {
    display: none;
  }
  #gzone .s-interview__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gzone .s-interview__title {
    width: 38.59375vw;
    margin-top: 1.5rem;
  }
  #gzone .s-interview__contents {
    max-width: 680px;
    margin: 100px auto 0;
  }
  #gzone .person {
    margin-top: 40px;
  }
  #gzone .person__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  #gzone .person__head > figure {
    width: 50%;
  }
  #gzone .person__head > div {
    width: 45%;
  }
  #gzone .person__name {
    font-size: 20px;
  }
  #gzone .person__history {
    margin-top: 8px;
    font-size: 14px;
  }
  #gzone .person__content {
    margin-top: 40px;
  }
  #gzone .person__text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
    margin-top: 30px;
            column-count: 2;
    font-size: 14px;
  }
  #gzone .person__link {
    margin-top: 15px;
    font-size: 14px;
  }
  #gzone .s-design__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gzone .s-design__note {
    max-width: 680px;
    margin: 50px auto 0;
    font-size: 12px;
    line-height: 1.7142857143;
  }
  #gzone .s-design__title {
    width: 25.17109375vw;
    margin-top: 1.5rem;
  }
  #gzone .s-design__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
            justify-content: center;
    max-width: 680px;
    margin: 100px auto 0;
  }
  #gzone .s-design__prod {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
    padding-right: 5px;
  }
  #gzone .s-design__detail {
    width: 100%;
  }
  #gzone .s-design__detail h3 {
    font-size: 20px;
  }
  #gzone .s-design__detail h4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #81b61f;
    font-size: 22px;
    letter-spacing: -0.015em;
  }
  #gzone .s-design__detail h4.h400 {
    margin-top: 48px;
  }
  #gzone .s-design__detail h4.h401 {
    margin-top: 26px;
  }
  #gzone .s-design__detail h4.h402 {
    margin-top: 33px;
  }
  #gzone .s-design__detail h4.h403 {
    margin-top: 29px;
  }
  #gzone .s-design__detail h4.h404 {
    margin-top: 174px;
  }
  #gzone .s-design__detail h4.h405 {
    margin-top: 67px;
  }
  #gzone .s-design__detail h4.h405 {
    margin-top: 62px;
  }
  #gzone .s-design__detail h4.h406 {
    margin-top: 51px;
  }
  #gzone .s-design__detail p {
    font-size: 14px;
  }
  #gzone .s-design__detail p.p00 {
    margin-top: 99px;
  }
  #gzone .s-design__detail p.p01 {
    margin-top: 50px;
  }
  #gzone .s-design__detail p.p02 {
    margin-top: 15px;
  }
  #gzone .s-design__detail p.p03 {
    margin-top: 16px;
  }
  #gzone .s-design__detail p.p04 {
    margin-top: 15px;
  }
  #gzone .s-design__detail p.p05 {
    margin-top: 15px;
  }
  #gzone .s-design__detail p.p06 {
    margin-top: 15px;
  }
  #gzone .s-design__detail p.p07 {
    margin-top: 16px;
  }
  #gzone .s-design__detail p.p08 {
    margin-top: 40px;
  }
  #gzone .s-design__detail p.p09 {
    margin-top: 15px;
  }
  #gzone .s-design__detail p.p10 {
    margin-top: 83px;
  }
  #gzone .s-design__detail p.p11 {
    margin-top: 15px;
  }
  #gzone .s-design__aside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            justify-content: center;
    max-width: 680px;
    margin: 45px auto 0;
  }
  #gzone .s-design__aside:first-of-type {
    margin: 90px auto 0;
  }
  #gzone .s-design__aside > figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 345px;
            flex: 0 0 345px;
    margin-right: 25px;
  }
  #gzone .s-design__aside dl dd {
    margin-top: 1em;
    font-size: 14px;
  }
  #gzone .s-accessory {
    margin-top: -100vh;
  }
  #gzone .s-accessory__title {
    width: 41.07734375vw;
    margin-top: 1.5rem;
  }
  #gzone .s-accessory__contents {
    max-width: 672px;
    margin: 0 auto;
  }
  #gzone .s-accessory__list {
    margin: 30px 0 -50px;
  }
  #gzone .s-accessory__list li {
    width: 46.2797619%;
    margin-bottom: 50px;
  }
  #gzone .s-accessory__list li:nth-child(2) span:nth-child(1) {
    font-size: 20px;
  }
  #gzone .s-accessory__list figcaption {
    margin-top: 32.9px;
  }
  #gzone .s-accessory__list span:nth-child(1) {
    font-size: 21.26px;
  }
  #gzone .s-accessory__list span:nth-child(2) {
    font-size: 14.17px;
  }
  #gzone .s-accessory__note {
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 1.7142857143;
  }
  html {
    font-size: 0.78125vw;
  }
}

@media screen and (min-width: 980px) and (-ms-high-contrast: none) {
  #gzone .l-fullFit {
    height: 115vh;
  }
  #gzone .c-product, #gzone .c-product--b, #gzone .c-product--g {
    width: 240px;
    height: 505px;
  }
  #gzone .c-product__wrap > img {
    width: 240px !important;
    height: 505px;
  }
  #gzone .c-historyYear__title > img {
    width: auto;
    max-width: 772px;
    min-height: 82px;
  }
  #gzone .s-gzone01 {
    height: calc(100vh - 64px);
  }
  #gzone .s-history--blank {
    height: 125vh;
  }
  #gzone .s-design__detail h4 {
    padding: 5px 9px;
  }
  #gzone .s-design__detail h4.h400 {
    margin-top: 48px;
    letter-spacing: -0.05em;
  }
  #gzone .s-design__detail h4.h401 {
    margin-top: 34px;
  }
  #gzone .s-design__detail h4.h402 {
    margin-top: 33px;
  }
  #gzone .s-design__detail h4.h403 {
    margin-top: 29px;
  }
  #gzone .s-design__detail h4.h404 {
    margin-top: 158px;
  }
  #gzone .s-design__detail h4.h405 {
    margin-top: 45px;
  }
  #gzone .s-design__detail h4.h405 {
    margin-top: 41px;
  }
  #gzone .s-design__detail h4.h406 {
    margin-top: 51px;
  }
  #gzone .s-design__detail p.p03 {
    margin-top: 16px;
  }
  #gzone .s-design__detail p.p07 {
    margin-top: 16px;
  }
  #gzone .s-design__detail p.p08 {
    margin-top: 40px;
  }
  #gzone .s-design__detail p.p10 {
    margin-top: 68px;
  }
}

@media screen and (max-width: 979px) and (-ms-high-contrast: none) {
  #gzone .c-nav {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media all and (-ms-high-contrast: none) {
  #gzone .c-nav__item > button, #gzone .c-nav__item--new > button {
    display: none;
  }
  #gzone .c-nav__item > a, #gzone .c-nav__item--new > a {
    display: block;
  }
  #gzone .c-mainProduct__product.is-split .c-product--b__wrap {
    width: 100%;
  }
  #gzone .c-product__wrap {
    text-align: center;
  }
  #gzone .c-choiceColor {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
            align-items: center;
            justify-content: center;
    width: 100%;
  }
  #gzone .c-choiceColor button {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 200px;
    height: 40px;
    margin: 0 15px;
    border: 2px solid #609141;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #gzone .c-choiceColor button.is-active {
    background-color: #609141;
  }
  #gzone .c-choiceColor button:hover {
    opacity: 0.7;
  }
  #gzone .s-color__indicator {
    display: none;
  }
}

@media screen and (min-height: 880px) and (min-width: 1400px) {
  #gzone .c-product, #gzone .c-product--b, #gzone .c-product--g {
    width: 31.25vw;
    max-width: 340px;
  }
  #gzone .c-product__wrap > img {
    width: 31.25vw !important;
    max-width: 340px;
  }
  #gzone .s-color__color--green {
    left: calc(50% - 333px);
  }
  #gzone .s-color__color--black {
    left: calc(50% + 318px);
  }
}

@media screen and (min-height: 880px) and (min-width: 1400px) and (-ms-high-contrast: none) {
  #gzone .c-product, #gzone .c-product--b, #gzone .c-product--g {
    width: 240px;
    max-width: 240px;
    height: 505px;
  }
  #gzone .c-product__wrap > img {
    width: 240px;
    max-width: 240px;
    height: 505px;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 980px) {
  #gzone .c-choiceColor {
    bottom: 6vh;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 979px) {
  #gzone .c-choiceColor {
    bottom: 30%;
  }
}
