body {
  overflow-x: hidden !important;
}

@media screen and (max-width: 640px) {
  .c5-pcOnly {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .c5-sp-auto-phrase {
    word-break: auto-phrase;
  }
}
.c5-spOnly {
  display: none;
  @media screen and (max-width: 640px) {
    display: block;
  }
}

.c5-bg--black {
  background-color: #000;
}
.c5-bg--white {
  background-color: #fff;
}
.c5-bg--white .s5-supportLinks {
  margin-top: 0;
  padding-top: 100px;
}
.c5-bg--white .s5-toSitemapV2 {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.c5-bg--shadow {
  background-image: linear-gradient(to top, #000, #000 20px, rgba(0, 0, 0, 0) 480px);
  background-repeat: no-repeat;
}

.c5-inner--900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c5-grid-col2-a {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .c5-grid-col2-a--sp-1col {
    grid-template-columns: 1fr;
  }
}

.c5-productsGrid {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5.4%;
}
@media screen and (max-width: 768px) {
  .c5-productsGrid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.c5-productsGrid img {
  vertical-align: top;
  max-width: 100%;
}
.c5-productsGrid__subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: subgrid;
}
.c5-productsGrid__item {
  text-align: center;
  justify-content: center;
}
.c5-productsGrid__item h4 {
  margin-top: -82px;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .c5-productsGrid__item h4 {
    margin-top: -64px;
  }
}
@media screen and (max-width: 768px) {
  .c5-productsGrid__item h4 {
    margin-top: clamp(-140px, 4.128px - 18.79vw, -56px);
  }
}
.c5-productsGrid__item span {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.c5-productsGrid__item a {
  margin-top: 40px;
}

.c5-gap--col-6 {
  grid-column-gap: 6px;
}
.c5-gap--col-10 {
  grid-column-gap: 10px;
}
.c5-gap--col-48 {
  grid-column-gap: 48px;
}
.c5-gap--col-42p {
  grid-column-gap: 4.6%;
}
.c5-gap--row-20 {
  grid-row-gap: 20px;
}
.c5-gap--row-60 {
  grid-row-gap: 60px;
}
.c5-gap--row-80 {
  grid-row-gap: 80px;
}

.c5-imgWithCaption-a {
  display: grid;
  grid-template-rows: subgrid;
  text-align: center;
}
.c5-imgWithCaption-a img {
  vertical-align: top;
  max-width: 100%;
}
.c5-imgWithCaption-a p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .c5-imgWithCaption-a p {
    font-size: 12px;
  }
}

.c5-textBlock-a {
  text-align: center;
}
.c5-textBlock-a .s5-heading4 {
  margin-bottom: 15px;
}
.c5-textBlock-a p {
  line-height: 1.57;
}

.c5-video--900 {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 450 / 253;
}

.c5-border--r5 {
  border-radius: 5px;
}
.c5-border--r5--left {
  border-radius: 5px 0px 0px 5px;
}
.c5-border--r5--right {
  border-radius: 0px 5px 5px 0px;
}

.c5-catalog {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c5-catalog {
    padding-top: 90px;
  }
}
.c5-catalog h3 {
  font-weight: normal;
  margin-bottom: 30px;
}
.c5-catalog__img {
  margin-bottom: 20px;
  max-width: 129px;
  min-height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-catalog__img img {
  display: block;
  vertical-align: top;
  max-width: 100%;
}
.c5-catalog a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  line-height: 1.54;
}
.c5-catalog a img {
  transition: all ease 0.5s;
}
.c5-catalog a:hover img {
  opacity: 0.7;
  transition: all ease 0.5s;
}

.c5-sp--padding {
  padding-left: 20px;
  padding-right: 20px;
}

.c5-ilb {
  display: inline-block;
}

.s5-returnToTop {
  margin-top: 0;
}

.c5-fadeIn {
  transition: 1s ease-in-out all;
  opacity: 0;
  transform: translateY(60px);
}
.c5-fadeIn.c5-animated {
  opacity: 1;
  transform: translateY(0);
}

.GlobalHeader {
  background-color: #fff;
}

.s5-breadcrumbs {
  position: relative;
  background-color: #fff;
  padding: 10px 30px 25px;
  margin: 0 auto;
  z-index: 1;
}
.s5-breadcrumbs::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
}

.c5-brand_header__wrap {
  background-color: #fff;
  position: relative;
}
.c5-brand_header__wrap::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% + 25px + 10px);
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.c5-brand_header__wrap .s5-categoryHeader {
  position: relative;
}

.c5-localHeadaer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 5px 14px 0;
}
.c5-localHeadaer__wrap {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10000;
  margin: 8px 0;
}
@media screen and (max-width: 640px) {
  .c5-localHeadaer {
    padding: 12px 0;
  }
}
.c5-localHeadaer__title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .c5-localHeadaer__title {
    width: 175px;
  }
  .c5-localHeadaer__title img {
    max-width: 100%;
    display: block;
    vertical-align: top;
  }
}
@media screen and (max-width: 345px) {
  .c5-localHeadaer__title {
    width: 160px;
  }
}
.c5-localHeadaer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 25px;
  border-radius: 18px;
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.c5-localHeadaer__btn:hover, .c5-localHeadaer__btn:active {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: all ease 0.3s;
}
@media screen and (max-width: 640px) {
  .c5-localHeadaer__btn {
    font-size: 13px;
    height: 30px;
    padding: 0 19px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 345px) {
  .c5-localHeadaer__btn {
    font-size: 12px;
  }
}

.c5-sec-01 .c5-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 836px;
  margin-top: -100vh;
}
.c5-sec-01 .c5-mv__logo {
  width: 100%;
  max-width: 418px;
}
@media screen and (max-width: 640px) {
  .c5-sec-01 .c5-mv__logo {
    width: 66.7vw;
    max-width: unset;
    min-width: 260px;
  }
}

.c5-sec-02__block-1 {
  padding: 150px 0;
  text-align: center;
  background: #000;
  color: #fff;
}
.c5-sec-02__block-1 h2 {
  margin-bottom: 60px;
  line-height: 1.83;
  font-weight: normal;
  font-size: 1.8rem;
  @media screen and (max-width: 640px) {
    font-size: 1.2rem;
  }
}
.c5-sec-02__block-1 p {
  line-height: 2.25;
  font-weight: normal;
  font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
  .c5-sec-02__block-1 {
    padding: 60px 0 70px;
  }
  .c5-sec-02__block-1 h2 {
    margin-bottom: 40px;
  }
  .c5-sec-02__block-1 p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (min-width: 641px) {
  .c5-sec-02__block-2 {
    background-image: url(../images/bg-02.jpg);
    background-size: cover;
    background-position: center;
  }
}
.c5-sec-02__block-3 {
  text-align: center;
  padding: 100px 0 180px;
  background: linear-gradient(#d4d6dd 0%, #aaaab2 100%);
}
.c5-sec-02__block-3 h3 {
  line-height: 2.11;
  margin-bottom: 30px;
}
.c5-sec-02__block-3 p {
  line-height: 1.75;
  margin-bottom: 30px;
}
.c5-sec-02__block-3 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .c5-sec-02__block-3 {
    padding: 60px 0 70px;
  }
  .c5-sec-02__block-3 p {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 25px;
    text-align: left;
  }
}

.c5-sec-03__block-1 {
  color: #fff;
  background-image: url(../images/bg-03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1 {
    background-image: url(../images/bg-03-sp.jpg);
    background-position: center;
  }
}
.c5-sec-03__block-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-sec-03__block-1__inner img {
  width: 100%;
  max-width: 179px;
  vertical-align: top;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1__inner img {
    width: 32.6vw;
    max-width: unset;
    min-width: 127px;
  }
}
.c5-sec-03__block-1__inner h3 {
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1__inner h3 {
    margin-bottom: 20px;
  }
}
.c5-sec-03__block-1__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1__inner p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
}
.c5-sec-03__block-2 {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-2 {
    padding-bottom: 60px;
  }
}
.c5-sec-03__block-2 img {
  display: block;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 40px;
}
.c5-sec-03__block-2 h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-2 p {
    text-align: left;
  }
}
.c5-sec-03__block-3 {
  margin-bottom: 80px;
}
.c5-sec-03__block-3 img {
  vertical-align: top;
  max-width: 100%;
}
.c5-sec-03__block-3 .c5-grid-col2-a {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-3 .c5-textBlock-a p {
    text-align: left;
  }
}
.c5-sec-03__block-4 .c5-grid-a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-4 .c5-grid-a:first-of-type {
    margin-bottom: 60px;
  }
}
.c5-sec-03__block-4 h4 {
  margin-top: 30px;
}
.c5-sec-03__block-4 .c5-textBlock-a__body p {
  text-align: left;
}
.c5-sec-04__block-1 {
  color: #fff;
  background-image: url(../images/bg-04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1 {
    background-image: url(../images/bg-04-sp.jpg);
    background-position: center;
  }
}
.c5-sec-04__block-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-sec-04__block-1__inner img {
  width: 100%;
  max-width: 253px;
  vertical-align: top;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1__inner img {
    width: 46.5vw;
    max-width: unset;
    min-width: 181px;
  }
}
.c5-sec-04__block-1__inner h3 {
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1__inner h3 {
    margin-bottom: 20px;
  }
}
.c5-sec-04__block-1__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1__inner p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
}
.c5-sec-04__block-2 img {
  display: block;
  vertical-align: top;
  max-width: 100%;
}
.c5-sec-04__block-2 .c5-grid-col2-a__item h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.c5-sec-04__block-2 .c5-grid-col2-a__item p {
  line-height: 1.57;
}
.c5-sec-04__block-2 .c5-grid-col2-a__item .s5-p3 {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-2 .c5-grid-col2-a .c5-gap--row-80 {
    row-gap: 60px;
  }
}

.c5-sec-05__block-1 {
  color: #fff;
  background-image: url(../images/bg-05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1 {
    background-image: url(../images/bg-05-sp.jpg);
    background-position: center;
  }
}
.c5-sec-05__block-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-sec-05__block-1__inner img {
  width: 100%;
  max-width: 652px;
  vertical-align: top;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1__inner img {
    width: 69.4vw;
    max-width: unset;
    min-width: 270px;
  }
}
.c5-sec-05__block-1__inner h3 {
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1__inner h3 {
    margin-bottom: 20px;
  }
}
.c5-sec-05__block-1__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1__inner p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
}
.c5-sec-05__block-2 img {
  display: block;
  vertical-align: top;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-2 .c5-gap--row-80 {
    row-gap: 60px;
  }
}
.c5-sec-05__block-2 .c5-grid-col2-a__item:first-child {
  grid-column: span 2;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-2 .c5-grid-col2-a__item:first-child {
    grid-column: span 1;
  }
}
.c5-sec-05__block-2 .c5-grid-col2-a__item h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.c5-sec-05__block-2 .c5-grid-col2-a__item p {
  line-height: 1.57;
}
.c5-sec-05__block-2 .c5-grid-col2-a__item .s5-p3 {
  margin-top: 5px;
}

.c5-sec-06 {
  color: #fff;
  padding: 0 0 135px;
  background-color: rgba(0, 0, 0, 0.6);
  /*background-image: url(../images/img-14.png);
  background-size: 906px;
  background-position-x: center;
  background-position-y: 199px;
  background-repeat: no-repeat;*/
}
@media screen and (max-width: 906px) {
  .c5-sec-06 {
    padding-top: 0;
    background-size: 100% auto;
    background-position-y: 14.06vw;
  }
}
@media screen and (max-width: 640px) {
  .c5-sec-06 {
    /*background-image: url(../images/img-14-sp.png);
    background-size: 67.69vw auto;
    background-position-y: 9.23vw;*/
    padding: 0 0 90px;
  }
}
.c5-sec-06__block-1__head {
  text-align: center;
}
.c5-sec-06__block-1__head img {
  width: 100%;
  max-width: 366px;
  vertical-align: top;
  margin-bottom: 61px;
}
@media screen and (max-width: 640px) {
  .c5-sec-06__block-1__head img {
    width: 66.67vw;
    max-width: unset;
    min-width: 260px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 640px) {
  .c5-sec-06__block-1__head p {
    font-size: 14px;
    line-height: 1.428;
  }
}
.c5-sec-06__block-1__img {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 160px;
  margin: 0 0 -4vw;
  @media screen and (max-width: 640px) {
    padding-top: 80px;
    max-width: 65%;
    margin: 0 auto -4vw;
  }
  img {
    max-width: 100%;
  }
  > div {
    position: relative;
  }
  .note {
    position: absolute;
    bottom: min(100px,8vw);
    right: 0;
    @media screen and (max-width: 640px) {
      bottom: 13vw;
    }
    .s5-small1 {
      color: #fff;
    }
  }
}

.c5-sec-06__block-nabshow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  text-align: center;
  gap: 20px;
  max-width: 430px;
  margin: 0 auto;
}
.c5-sec-06__block-nabshow div:first-of-type {
  width: 20vw;
}
.c5-sec-06__block-nabshow div:nth-of-type(2),
.c5-sec-06__block-nabshow div:nth-of-type(3) {
  width: 12vw;
}
.c5-sec-06__block-nabshow div img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .c5-sec-06__block-nabshow div:first-of-type {
  	width: 35vw;
  }
  .c5-sec-06__block-nabshow div:nth-of-type(2),
  .c5-sec-06__block-nabshow div:nth-of-type(3) {
  	width: 25vw;
  }
}

.c5--devHeight {
  min-height: 300vh;
}

.c5-commonBg {
  z-index: -1;
  position: sticky;
  left: 0;
  top: 0;
  height: 100lvh;
  width: 100%;
  background-image: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .c5-commonBg {
    background-image: url(../images/bg-01-sp.jpg);
  }
}
.c5-sec-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 750px;
  box-sizing: border-box;
  @media screen and (max-width: 640px) {
    min-height: 0;
    padding: 40px 0;
    /*aspect-ratio: 1 / 1;*/
  }
}
.c5-sec-contents {
  padding: 120px 0;
  background: linear-gradient(#d4d6dd 0%, #aaaab2 100%);
  @media screen and (max-width: 640px) {
    padding: 50px 0;
  }
  .s5-small1 {
    color: #666;
  }
}
.s5-heading3.subhead {
  text-align: center;
  margin-top: 100px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .c5-productsGrid.__ver-capri {
    grid-template-columns: auto;
    .c5-productsGrid__subgrid {
      grid-template-columns: 0.25fr 0.25fr;
      place-content: center;
      gap: 5.4%;
    }
  }
}

.c5-catalog-list {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: flex-end;
  @media screen and (max-width: 640px) {
    gap: 20px;
  }
}
.c5-hr {
  width: 160px;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid #5F6469;
  margin: 100px auto;
  @media screen and (max-width: 640px) {
    width: 120px;
    margin: 70px auto;
  }
}
@media only screen and (min-width: 757px) {
  .c5-contact {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .c5-btn_contact {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 18px !important;
  }
}

.c5-movies {
  padding: 100px 0;
  display: flex;
  gap: 60px;
  color: #fff;
  text-align: center;
  > div {
    flex: 0 1 calc(50% - 30px);
  }
  @media screen and (max-width: 640px) {
    padding: 60px 0;
    flex-direction: column;
  }
}

.c5-badges {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  @media screen and (max-width: 640px) {
    gap: 20px;
    margin-top: 20px;
  }
  img {
    height: 120px;
    @media screen and (max-width: 640px) {
      height: 70px;
    }
  }
}
