body {
  background: linear-gradient(90deg, #343434, #262626)
}

.contents-wrap {
  position: relative
}

@media print,
screen and (min-width:769px) {
  .contents-wrap {
    margin-top: -1.9736842105vw;
    margin-bottom: 10.5263157895vw
  }
}

@media screen and (max-width:992px) {
  .contents-side {
    display: none
  }
}

@media print,
screen and (min-width:993px) {
  .contents-side {
    position: absolute;
    left: 5.2631578947vw;
    width: 315px;
    padding-top: 7.2368421053vw
  }

  .contents-side.is-fixed {
    position: fixed;
    top: 120px;
    left: inherit
  }

  .contents-side.is-fixed-bottom {
    top: auto;
    bottom: 0
  }
}

@media print,
screen and (min-width:993px) {
  .contents-main {
    width: calc(100% - 315px);
    margin-left: 315px
  }
}

.side-nav__link {
  display: block;
  position: relative;
  padding: 8px 0 8px 30px;
  color: #888;
  font-size: 1.6rem;
  font-weight: 400;
  transition: color .2s cubic-bezier(.215, .61, .355, 1)
}

.side-nav__link:before {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 22px;
  height: 1px;
  margin-top: -1px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1)
}

.side-nav__link.is-active {
  color: #f8f8f8
}

.side-nav__link.is-active:before {
  opacity: 1
}

.side-nav__link:hover {
  color: #f8f8f8
}

.model-cetegorys__sec {
  padding: 6.5789473684vw 0
}

.model-cetegorys__sec+.model-cetegorys__sec {
  border-top: 1px solid #3f3f3f
}

@media screen and (max-width:768px) {
  .model-cetegorys__sec {
    padding: 11.71875vw 0;
    border-top: 1px solid #3f3f3f
  }
}

.model-cetegorys__ttl {
  margin-bottom: 2.6315789474vw;
  color: #c5c5c5
}

.model-cetegorys__ttl.u-ff-en {
  font-size: 5.6578947368vw;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.2
}

@media screen and (max-width:992px) {
  .model-cetegorys__ttl.u-ff-en {
    font-size: 10.4166666667vw;
    font-size: min(10.4166666667vw, 8rem);
    text-align: center
  }
}

@media screen and (max-width:992px) {
  .model-cetegorys__ttl {
    margin-bottom: 6.5104166667vw;
    text-align: center
  }
}

.model-cetegorys__s-ttl {
  color: #c5c5c5
}

.model-cetegorys__s-ttl.u-ff-en {
  font-size: 3.6842105263vw;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.2
}

@media screen and (max-width:992px) {
  .model-cetegorys__s-ttl.u-ff-en {
    font-size: 8.8541666667vw;
    font-size: min(8.8541666667vw, 6.8rem)
  }
}

@media screen and (max-width:992px) {
  .model-cetegorys__s-ttl {
    text-align: center
  }
}

.model-cetegorys__txt {
  margin-top: 1.3157894737vw;
  color: #c5c5c5;
  font-size: max(1.0526315789vw, 1.4rem);
  font-weight: 500;
  line-height: 1.8
}

@media screen and (max-width:992px) {
  .model-cetegorys__txt {
    margin-top: 3.90625vw;
    font-size: 3.3854166667vw;
    font-size: clamp(1.3rem, 3.3854166667vw, 2.6rem)
  }
}

.model-cetegorys__video {
  margin-bottom: 1.9736842105vw
}

.model-cetegorys__video:after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  background-image: url(/corp_en/dist/img/common/img_fade-pattern.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: ""
}

.model-cetegorys__video--no-gra:after {
  opacity: 0
}

@media screen and (max-width:992px) {
  .model-cetegorys__video {
    margin-right: -5.2631578947vw;
    margin-bottom: 6.5104166667vw;
    margin-left: -5.2631578947vw
  }
}

@media screen and (max-width:768px) {
  .model-cetegorys__video {
    margin-right: -7.8125vw;
    margin-left: -7.8125vw
  }
}

.model-cetegorys__logo {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 9.3421052632vw
}

@media screen and (max-width:768px) {
  .model-cetegorys__logo {
    width: 100%;
    height: auto
  }
}

@media print,
screen and (min-width:769px) {
  .model-cetegorys__logo img {
    width: auto;
    height: 100%
  }
}

/* 2023年3月追加ボタン用スタイル */
.global_link_btn {
  text-align: right;
  margin-top: 10px;
}

.global_link_btn a:hover {
  color: #69be28;
}

.global_link_btn a {
  position: relative;
  right: 150px;
}

.global_link_btn a::after {
  content: url(../../../corp/model/images/1x/global_link_arrow.png);
  vertical-align: middle;
  /* padding-left: 10px; */
  position: absolute;
  right: -100px
}

.global_link_btn a:hover::after {
  right: -110px
}