@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --viewport-width: 375;
  --base-unit: 100vw;
}
@media screen and (min-width: 641px) {
  :root {
    --viewport-width: 1200;
  }
}

/* ---------------------------------------------------------
   SNS
----------------------------------------------------------*/
.footer-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000000;
}

#footer {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 50px 0 30px;
  }
}

#footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
  width: 73.33%;
}
@media screen and (max-width: 640px) {
  #footer ul {
    justify-content: center;
    gap: 10px 20px;
    width: 100%;
    max-width: 250px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #footer ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
  }
}

#footer #footerLogo2 {
  background: url(/resources/japan/products/gr-4/common/img/logo_gos.svg) center center no-repeat;
  background-size: 193px 20px;
  display: block;
  height: 20px;
  margin: 0 auto 40px auto;
  width: 193px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #footer #footerLogo2 {
    margin-bottom: 24px;
  }
}

#footer li a {
  display: block;
  height: 42px;
  margin: 0;
  width: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#footer #fb a {
  background: url(/resources/japan/products/gr-4/common/img/icon_fb.svg) center center no-repeat;
  background-size: 16px 30px;
}

#footer #line a {
  background: url(/resources/japan/products/gr-4/common/img/icon_line.svg) center center no-repeat;
  background-size: 32px 30px;
}

#footer #twitter a {
  background: url(/resources/japan/products/gr-4/common/img/icon_twitter.svg) center center no-repeat;
  background-size: 28px 30px;
}

#footer #instagram a {
  background: url(/resources/japan/products/gr-4/common/img/icon_instagram.svg) center center no-repeat;
  background-size: 30px 30px;
}

#footer #vimeo a {
  background: url(/resources/japan/products/gr-4/common/img/icon_vimeo.svg) center center no-repeat;
  background-size: 35px 30px;
}

#footer #youtube a {
  background: url(/resources/japan/products/gr-4/common/img/icon_youtube.svg) center center no-repeat;
  background-size: 42px 30px;
}

#footer #copy {
  background: url(/resources/japan/products/gr-4/common/img/copy.svg) no-repeat left top;
  background-size: 280px 10px;
  height: 10px;
  margin: 0 auto;
  width: 280px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#footer #footerLogo a {
  background: url(/resources/japan/products/gr-4/common/img/logo_richo.png) no-repeat left top;
  background-size: 95px 33px;
  display: block;
  height: 33px;
  margin: 0 auto 50px auto;
  width: 95px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #footer ul {
    margin: 0 auto 0 auto;
    width: 510px;
  }
  #footer ul li {
    width: 42px !important;
    margin-right: 45px;
  }
  #footer ul li#youtube {
    margin-right: 0px;
  }
  #footer #copy {
    background-size: 375px 14px;
    height: 14px;
    width: 375px;
  }
  #footer #footerLogo a {
    bottom: 15px;
    right: 40px;
  }
}
/* ---------------------------------------------------------
  メイン
----------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main-gr {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background: #000;
  color: #ccc;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .main-gr {
    font-size: calc(14 / var(--viewport-width) * var(--base-unit));
  }
}
.main-gr a {
  color: #ccc;
}
.main-gr img {
  max-width: 100%;
  height: auto;
}
.main-gr h2,
.main-gr h3,
.main-gr h4,
.main-gr h5,
.main-gr h6 {
  line-height: 1.3;
}

@media screen and (min-width: 641px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none;
  }
}

.wow {
  opacity: 0;
}

.bg_gray {
  background: #333333;
}

.modalVideoBtn {
  cursor: pointer;
  transition: ease all 0.3s;
}
.modalVideoBtn:hover {
  opacity: 0.7;
}

.brand-gr_wrapper {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .brand-gr_wrapper {
    padding: 0 calc(20 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (min-width: 641px) {
  .brand-gr_fv {
    height: 650px;
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_fv {
    height: calc(518 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_fv_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.brand-gr_fv_inner .ttl {
  margin-top: 86px;
}
@media screen and (max-width: 640px) {
  .brand-gr_fv_inner .ttl {
    margin-top: calc(97 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_fv_inner .ttl img {
    width: calc(147 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_fv_inner .img {
  margin-top: 83px;
}
@media screen and (max-width: 640px) {
  .brand-gr_fv_inner .img {
    margin-top: calc(73 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_fv_inner .img img {
    width: calc(310 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_section {
  padding: 110px 0;
}
@media screen and (max-width: 640px) {
  .brand-gr_section {
    padding: calc(40 / var(--viewport-width) * var(--base-unit)) 0 calc(50 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_section-history {
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .brand-gr_section-history {
    padding-bottom: calc(40 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_section-community, .brand-gr_section-news {
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .brand-gr_section-community, .brand-gr_section-news {
    padding-top: calc(10 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_section-concept {
    overflow-x: hidden;
  }
}
.brand-gr_h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .brand-gr_h2 {
    margin-bottom: calc(30 / var(--viewport-width) * var(--base-unit));
    font-size: calc(28 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_h2-02 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .brand-gr_h2-02 {
    margin-bottom: calc(30 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_h2-02 .main {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .brand-gr_h2-02 .main {
    font-size: calc(24 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_h2-02 .link {
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .brand-gr_h2-02 .link {
    font-size: calc(14 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_h2-02 .link:hover {
  text-decoration: none;
}
.brand-gr_txts {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .brand-gr_txts {
    margin-top: calc(30 / var(--viewport-width) * var(--base-unit));
    margin-bottom: calc(30 / var(--viewport-width) * var(--base-unit));
    letter-spacing: 0;
  }
}
.brand-gr_txts > * {
  margin-top: 1em;
}
.brand-gr_txts > *:first-child {
  margin-top: 0;
}
.brand-gr_camera {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .brand-gr_camera {
    margin-top: calc(30 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_camera_left {
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .brand-gr_camera_left img {
    width: calc(700 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_camera_left img {
    width: calc(225 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_camera_right {
  margin-left: auto;
  margin-top: -15px;
}
@media screen and (max-width: 640px) {
  .brand-gr_camera_right {
    margin-top: calc(0 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (min-width: 641px) {
  .brand-gr_camera_right img {
    width: calc(670 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_camera_right img {
    width: calc(213 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_tokuchou_blocks {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 120px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.64;
  background-image: url("/resources/japan/brand/gr/top/img/concept_line.svg");
  background-repeat: no-repeat;
  background-size: 346px;
  background-position: center calc(50% + 3px);
}
@media screen and (min-width: 641px) {
  .brand-gr_tokuchou_blocks {
    width: 660px;
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_tokuchou_blocks {
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: calc(70 / var(--viewport-width) * var(--base-unit)) 0;
    overflow: hidden;
    gap: calc(30 / var(--viewport-width) * var(--base-unit)) calc(30 / var(--viewport-width) * var(--base-unit));
    margin-top: calc(23 / var(--viewport-width) * var(--base-unit));
    background: none;
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_tokuchou_blocks:before {
    box-sizing: border-box;
    content: "";
    display: block;
    width: calc(560 / var(--viewport-width) * var(--base-unit));
    height: calc(560 / var(--viewport-width) * var(--base-unit));
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border: 1px solid #666666;
  }
}
@media screen and (min-width: 641px) {
  .brand-gr_tokuchou_blocks .block {
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_tokuchou_blocks .block:first-child, .brand-gr_tokuchou_blocks .block:last-child {
    width: 100%;
  }
}
.brand-gr_tokuchou_blocks .block:first-child {
  max-width: none;
}
@media screen and (min-width: 641px) {
  .brand-gr_tokuchou_blocks .block:first-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 641px) {
  .brand-gr_tokuchou_blocks .block:last-child {
    transform: translateY(20px);
  }
}
.brand-gr_tokuchou_blocks .ttl .sub {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .brand-gr_tokuchou_blocks .ttl .sub {
    font-size: calc(10 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_tokuchou_blocks .ttl .main {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .brand-gr_tokuchou_blocks .ttl .main {
    font-size: calc(28 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_tokuchou_blocks .txt {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .brand-gr_tokuchou_blocks .txt {
    margin-top: calc(10 / var(--viewport-width) * var(--base-unit));
    font-size: calc(12 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_movie_box {
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.brand-gr_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .brand-gr_btns {
    margin-top: calc(40 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_btns .txt {
  width: 100%;
}
.brand-gr_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 100%;
  max-width: 500px;
  padding: 21px 10px;
  border: 1px solid #cccccc;
  transition: ease all 0.3s;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .brand-gr_btn {
    font-size: calc(16 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_btn:hover {
  text-decoration: none;
  background: #ccc;
  color: #000;
}
.brand-gr_btn[target=_blank]:hover:after {
  background: #000;
}
.brand-gr_btn[target=_blank]:after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: #ccc;
  mask-image: url("/resources/japan/brand/gr/top/img/icon_newtab.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: ease all 0.3s;
}
@media screen and (max-width: 640px) {
  .brand-gr_btn[target=_blank]:after {
    right: calc(15 / var(--viewport-width) * var(--base-unit));
    width: calc(14 / var(--viewport-width) * var(--base-unit));
    height: calc(14 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_btn-big {
  padding: 13px 10px;
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .brand-gr_btn-big {
    font-size: calc(24 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_interval {
  position: relative;
  z-index: 1;
  background: #333333;
}
.brand-gr_interval:before {
  content: "";
  display: block;
  width: 100%;
  height: 528px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
}
@media screen and (min-width: 641px) {
  .brand-gr_interval:before {
    height: calc(528 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_interval:before {
    height: calc(265 / var(--viewport-width) * var(--base-unit));
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .brand-gr_interval .img img {
    width: calc(870 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_lineup_blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 80px;
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks {
    flex-direction: column;
    gap: calc(45 / var(--viewport-width) * var(--base-unit)) 0;
    margin-top: calc(30 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_lineup_blocks .block {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .brand-gr_lineup_blocks .block:first-child {
    width: 100%;
  }
}
.brand-gr_lineup_blocks .block a:hover {
  text-decoration: none;
}
.brand-gr_lineup_blocks .block a:hover .camera {
  transform: scale(1.05);
}
.brand-gr_lineup_blocks .camera {
  transition: all ease 0.3s;
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .camera {
    width: calc(225 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_lineup_blocks .txts {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .txts {
    margin-top: calc(5 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_lineup_blocks .txts:not(:has(.new)) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .txts:not(:has(.new)) {
    margin-top: calc(20 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_lineup_blocks .txts .new {
  color: #e65a24;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .txts .new {
    font-size: calc(18 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_lineup_blocks .txts .name {
  line-height: 1;
  margin-top: 5px;
}
.brand-gr_lineup_blocks .txts .name img {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .txts .name_gr4 {
    width: calc(123 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .txts .name_gr3 {
    width: calc(119 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .txts .name_gr3x {
    width: calc(131 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_lineup_blocks .txts .end {
  margin-top: 5px;
  color: #e65a24;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .brand-gr_lineup_blocks .txts .end {
    font-size: calc(12 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_gallery_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .brand-gr_gallery_blocks {
    display: flex;
    flex-direction: column;
    gap: calc(35 / var(--viewport-width) * var(--base-unit)) 0;
    width: calc(300 / var(--viewport-width) * var(--base-unit));
    margin: 0 auto;
  }
}
.brand-gr_gallery_blocks .block a:hover {
  text-decoration: none;
}
.brand-gr_gallery_blocks .block a:hover .img {
  transform: scale(1.03);
}
.brand-gr_gallery_blocks .img {
  width: 100%;
  transition: ease all 0.3s;
}
.brand-gr_gallery_blocks .txts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .brand-gr_gallery_blocks .txts {
    margin-top: calc(20 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_gallery_blocks .txts .name {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 641px) {
  .brand-gr_gallery_blocks .txts .name {
    writing-mode: vertical-rl;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_gallery_blocks .txts .name {
    font-size: calc(20 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_gallery_blocks .txts .ttl {
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .brand-gr_gallery_blocks .txts .ttl {
    margin-top: calc(10 / var(--viewport-width) * var(--base-unit));
    font-size: calc(18 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_gallery_blocks .txts .used {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .brand-gr_gallery_blocks .txts .used {
    margin-top: calc(5 / var(--viewport-width) * var(--base-unit));
    font-size: calc(14 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_community_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .brand-gr_community_list {
    display: flex;
    flex-direction: column;
    gap: calc(25 / var(--viewport-width) * var(--base-unit)) 0;
  }
}
.brand-gr_community_list a {
  display: block;
  transition: ease all 0.3s;
}
.brand-gr_community_list a:hover {
  transform: scale(1.03);
}
.brand-gr_community_list a img {
  width: 100%;
}
.brand-gr_news_list {
  border-bottom: 1px solid #333333;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .brand-gr_news_list {
    font-size: calc(13 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_news_list li {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: 20px;
  border-top: 1px solid #333333;
}
@media screen and (max-width: 640px) {
  .brand-gr_news_list li {
    gap: 0;
    flex-wrap: wrap;
    padding: calc(20 / var(--viewport-width) * var(--base-unit)) 0;
  }
}
.brand-gr_news_list .time {
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .brand-gr_news_list .time {
    min-width: calc(120 / var(--viewport-width) * var(--base-unit));
    padding: calc(5 / var(--viewport-width) * var(--base-unit)) 0;
    border: 1px solid #333333;
    text-align: center;
  }
}
.brand-gr_news_list .cat {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 5px 0;
  text-align: center;
  background: #333333;
}
@media screen and (max-width: 640px) {
  .brand-gr_news_list .cat {
    min-width: calc(120 / var(--viewport-width) * var(--base-unit));
    padding: calc(5 / var(--viewport-width) * var(--base-unit)) 0;
  }
}
@media screen and (max-width: 640px) {
  .brand-gr_news_list .ttl {
    width: 100%;
    margin-top: calc(10 / var(--viewport-width) * var(--base-unit));
  }
}
.brand-gr_history_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .brand-gr_history_slider {
    margin-top: calc(50 / var(--viewport-width) * var(--base-unit));
    margin-bottom: calc(50 / var(--viewport-width) * var(--base-unit));
    padding-top: 45px;
  }
}
.brand-gr_history_slider .swiper {
  overflow: visible;
  padding-bottom: 75px;
}
@media screen and (max-width: 640px) {
  .brand-gr_history_slider .swiper {
    padding-bottom: 45px;
  }
}
.brand-gr_history_slider .swiper-slide {
  box-sizing: border-box;
  width: 100px;
  margin: 0 50px;
  font-size: 10px;
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .brand-gr_history_slider .swiper-slide {
    width: 95px;
    margin: 0 30px;
  }
}
.brand-gr_history_slider .swiper-slide.swiper-slide-active {
  transform: scale(2.5);
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .brand-gr_history_slider .swiper-slide.swiper-slide-active {
    transform: scale(1.89);
  }
}
.brand-gr_history_slider .swiper-slide.swiper-slide-active .ttl {
  opacity: 1;
  visibility: visible;
}
.brand-gr_history_slider .swiper-slide.swiper-slide-active .img figcaption {
  opacity: 0;
  visibility: hidden;
}
.brand-gr_history_slider .swiper-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.brand-gr_history_slider .swiper-slide .ttl {
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
}
.brand-gr_history_slider .swiper-slide .img {
  margin-top: 8px;
}
.brand-gr_history_slider .swiper-slide .img figcaption {
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
}
.brand-gr_history_slider .swiper-controller {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-gr_history_slider .swiper-button-prev, .brand-gr_history_slider .swiper-button-next {
  cursor: pointer;
  position: static;
  width: 20px;
  height: 20px;
  margin: 0;
}
.brand-gr_history_slider .swiper-button-prev:after, .brand-gr_history_slider .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ccc;
  mask-image: url("/resources/japan/brand/gr/top/img/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: ease all 0.3s;
}
.brand-gr_history_slider .swiper-button-prev {
  transform: scale(-1, 1);
}
.brand-gr_history_slider .swiper-active-caption {
  flex: 1;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 170px;
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  .brand-gr_history_slider .swiper-active-caption {
    min-width: 150px;
    margin: 0 15px;
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */