@charset "utf-8";

.entry-content .wrapper {
  padding-top: 72px;
}

@media screen and (max-width: 1199px) {
  .entry-content .wrapper {
    padding-top: 48px;
  }
}

.entry-content .xTrans .sec_slider__txt,
.entry-content .xTrans .sec_slider__item.slick-current .sec_slider__txt {
  opacity: 1;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

/*-------------------------------------------------------
ページ共通
-------------------------------------------------------*/

/* パララックス
------------------------*/
.entry-content .js_parallax.s_parallaxY,
.entry-content .js_parallax.s_parallaxX {
  transition: opacity 0.7s 0s, transform 0.7s 0s;
}

.entry-content .js_parallax.s_parallaxY {
  transform: translateY(60px);
  opacity: 0;
}

.entry-content .js_parallax.s_parallaxY.s_aniShow {
  transform: translateY(0);
  opacity: 1;
}

.entry-content .js_parallax.s_parallaxX {
  transform: translateX(60px);
  opacity: 0;
}

.entry-content .js_parallax.s_parallaxX.s_aniShow {
  transform: translateX(0);
  opacity: 1;
}

/* アニメーション

------------------------*/
@keyframes loop-text-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-text-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes wheel {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(200%);
  }
}

/*-------------------------------------------------------
ページ個別
-------------------------------------------------------*/

/* top-main
------------------------*/
.entry-content .top-main {
  background: #000;
  color: #fff;
}

/* top-kv
------------------------*/
.entry-content .top-kv {
  position: relative;
  text-align: center;
}

.entry-content .top-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content .top-kv__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.entry-content .top-kv__inner {
  position: relative;
  padding: 5.714vw 0 7.571vw;
}

.entry-content .top-kv__title {
  font-size: 5.714vw;
  line-height: 1;
  font-family: "Fjalla One", sans-serif !important;
}

.entry-content .top-kv__catch {
  font-size: 2.143vw;
  font-weight: bold;
  line-height: 1.666;
  letter-spacing: 0.05em;
  height: 1em;
  margin-top: 2.3vw;
}

.entry-content .top-kv__image {
  margin-top: -1.571vw;
  margin-bottom: -9.786vw;
}

.entry-content .top-kv__image img {
  width: 48.5vw;
}

.entry-content .top-kv__text {
  font-size: 1.286vw;
  line-height: 2.222;
  letter-spacing: 0.05em;
  margin-top: 4.7vw;
}

.entry-content .top-kv__note {
  font-size: 0.857vw;
  line-height: 1.5;
  margin-top: 2.5vw;
}

@media screen and (max-width: 767px) {
  .entry-content .top-kv {
    padding: 0 20px;
  }

  .entry-content .top-kv__inner {
    padding: 16vw 0 14.667vw;
  }

  .entry-content .top-kv__title {
    font-size: 10.667vw;
  }

  .entry-content .top-kv__catch {
    font-size: 4vw;
    margin-top: 4.667vw;
  }

  .entry-content .top-kv__image {
    margin-top: 6.667vw;
    margin-bottom: 6.667vw;
  }

  .entry-content .top-kv__image img {
    width: 70vw;
    margin: 0 auto;
  }

  .entry-content .top-kv__text {
    font-size: 13px;
    margin-top: -20px;
  }

  .entry-content .top-kv__note {
    font-size: 10px;
    margin-top: 20px;
  }
}

/* top-xProcessor
------------------------*/
.entry-content .top-xProcessor {
  position: relative;
  z-index: 1;
}

.entry-content .top-xProcessor__box {
  width: 85.714vw;
  position: relative;
  background-image: -moz-linear-gradient(-45deg, rgb(95, 46, 99) 0%, rgb(12, 3, 13) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgb(95, 46, 99) 0%, rgb(12, 3, 13) 100%);
  background-image: -ms-linear-gradient(-45deg, rgb(95, 46, 99) 0%, rgb(12, 3, 13) 100%);
  margin: 0 auto;
  padding: 4.286vw 5.357vw 6.571vw 5.357vw;
}

.entry-content .top-xProcessor__box+.top-xProcessor__box {
  margin-top: 50px;
}

.entry-content .top-xProcessor__title {
  width: 47.928vw;
  text-align: center;
  margin: 0 auto 2.714vw;
}

.entry-content .top-xProcessor__box.s_02 .top-xProcessor__title {
  width: 48.285vw;
}

.entry-content .top-xProcessor__media {
  display: flex;
}

.entry-content .top-xProcessor__media+.top-xProcessor__media {
  margin-top: 3.571vw;
}

.entry-content .top-xProcessor__mediaContents {
  width: 32.857vw;
  margin-right: 3.286vw;
}

.entry-content .top-xProcessor__mediaTitle {
  font-size: 1.857vw;
  font-weight: bold;
  line-height: 1.692;
  letter-spacing: 0;
  margin-bottom: 0.714vw;
}

.entry-content .top-xProcessor__mediaText {
  font-size: 1.143vw;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

.entry-content .top-xProcessor__mediaImage {
  width: 38.571vw;
  margin-top: 0.714vw;
}

.entry-content .top-xProcessor__mediaImage img {
  width: 100%;
}

/* s_reverse */
.entry-content .top-xProcessor__media.s_reverse {
  flex-direction: row-reverse;
}

.entry-content .top-xProcessor__media.s_reverse .top-xProcessor__mediaContents {
  margin-left: 3.286vw;
}

@media screen and (max-width: 767px) {
  .entry-content .top-xProcessor {
    padding: 0 20px;
  }

  .entry-content .top-xProcessor__box {
    width: auto;
    padding: 30px 32px;
  }

  .entry-content .top-xProcessor__box+.top-xProcessor__box {
    margin-top: 20px;
  }

  .entry-content .top-xProcessor__title {
    width: auto !important;
    margin: 0 -30px 20px;
  }

  .entry-content .top-xProcessor__media {
    display: block;
  }

  .entry-content .top-xProcessor__media+.top-xProcessor__media {
    margin-top: 40px;
  }

  .entry-content .top-xProcessor__mediaContents {
    width: auto;
    margin: 0;
  }

  .entry-content .top-xProcessor__mediaTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .entry-content .top-xProcessor__mediaText {
    font-size: 13px;
  }

  .entry-content .top-xProcessor__mediaImage {
    max-width: 540px;
    width: 100%;
    margin: 20px auto 0;
  }
}

/* top-rask
------------------------*/
.entry-content .top-rask {
  position: relative;
  padding-top: 6.429vw;
}

.entry-content .top-rask__bg {
  position: absolute;
  top: -7.857vw;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content .top-rask__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.entry-content .top-rask__image {
  position: relative;
  text-align: center;
}

.entry-content .top-rask__image img {
  width: 54.857vw;
}

@media screen and (max-width: 767px) {
  .entry-content .top-rask {
    padding-top: 13.333vw;
  }

  .entry-content .top-rask__bg {
    top: -10vw;
  }

  .entry-content .top-rask__image img {
    width: 74.933vw;
    margin: 0 auto;
  }
}

/* top-about
------------------------*/
.entry-content .top-about {
  overflow: hidden;
  position: relative;
  padding-top: 4.643vw;
}

.entry-content .top-about__title {
  text-align: center;
  margin-bottom: 4.286vw;
}

.entry-content .top-about__titleSub {
  color: #d77cde;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 1.429vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.786vw;
}

.entry-content .top-about__titleMain {
  font-size: 3.286vw;
  font-weight: bold;
  line-height: 1.739;
  letter-spacing: 0;
}

.entry-content .top-about__box {
  position: relative;
  width: 85.714vw;
  margin: 0 auto;
  padding: 5.714vw 7.143vw 7.929vw;
}

.entry-content .top-about__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, rgb(24, 24, 24) 0%, rgb(17, 17, 17) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(24, 24, 24) 0%, rgb(17, 17, 17) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(24, 24, 24) 0%, rgb(17, 17, 17) 100%);
}

.entry-content .top-about__rgb {
  position: relative;
  overflow: hidden;
}

.entry-content .top-about__rgbImage {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  width: 25.786vw;
  margin: -3.214vw -3.214vw;
  padding: 3.214vw 3.214vw;
}

.entry-content .top-about__rgbImageTarget {
  width: 100%;
}

.entry-content .top-about__rgbImageArrow {
  position: absolute;
  transition: transform 0.5s 0.5s;
}

.entry-content .top-about__rgbImageArrow.s_01 {
  top: 3.786vw;
  left: 0;
  width: 100%;
}

.entry-content .top-about__rgbImageArrow.s_02 {
  bottom: 0;
  left: 3.857vw;
  height: 100%;
}

.entry-content .top-about__rgbImageArrow.s_03 {
  top: 11.071vw;
  right: 0;
  width: 100%;
  transform-origin: center;
  transform: rotate(-45deg) scale(1.35);
}

.entry-content .top-about__rgbImageArrow.s_04 {
  top: 11.071vw;
  left: 0;
  width: 100%;
  transform-origin: center;
  transform: rotate(45deg) scale(1.35);
}

.entry-content .top-about__rgbImageArrow.s_01 {
  transform: translateX(-35.714vw);
}

.entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_01 {
  transform: translateX(0);
}

.entry-content .top-about__rgbImageArrow.s_02 {
  transform: translateY(-35.714vw);
}

.entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_02 {
  transform: translateY(0);
}

.entry-content .top-about__rgbImageArrow.s_03 {
  transform: rotate(-45deg) scale(1.35) translate(35.714vw);
}

.entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_03 {
  transform: rotate(-45deg) scale(1.35) translate(0);
}

.entry-content .top-about__rgbImageArrow.s_04 {
  transform: rotate(45deg) scale(1.35) translate(-35.714vw);
}

.entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_04 {
  transform: rotate(45deg) scale(1.35) translate(0);
}

.entry-content .top-about__rgbContents {}

.entry-content .top-about__rgbTitle {
  position: relative;
  border-bottom: 1px solid #fff;
  margin-top: 7.143vw;
  padding-bottom: 0.714vw;
}

.entry-content .wrapper.xTrans.top.s_en .top-about__rgbTitle {
  margin-top: 4.429vw;
}

.entry-content .top-about__rgbTitle::before {
  content: "";
  position: absolute;
  bottom: -0.071vw;
  width: 12.071vw;
  height: 0.071vw;
  background-color: #fff;
}

.entry-content .top-about__rgbTitle::after {
  content: "";
  position: absolute;
  bottom: 5vw;
  width: 1.143vw;
  height: 1.143vw;
  background-color: #fff;
  border-radius: 50%;
}

.entry-content .top-about__rgbTitleSub {
  color: #d77cde;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 1.429vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.071vw;
}

.entry-content .top-about__rgbTitleMain {
  font-size: 1.929vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

.entry-content .top-about__rgbText {
  font-size: 1.143vw;
  line-height: 1.875;
  padding-top: 1.429vw;
}

.entry-content .top-about__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57.143vw;
  height: 7.143vw;
  border: 1px solid #d77cde;
  color: #d77cde;
  font-size: 1.714vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 62px auto 0;
  cursor: pointer;
}

.entry-content .top-about__btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 2.143vw;
  transform: translateY(-50%);
}

/* s_01 */
.entry-content .top-about__rgb.s_01 {
  padding: 3.214vw 0 3.214vw 4.286vw;
}

.entry-content .top-about__rgb.s_01 .top-about__rgbImage {
  float: left;
}

.entry-content .top-about__rgb.s_01 .top-about__rgbTitle::before {
  right: 100%;
  transform-origin: bottom right;
  transform: rotate(28deg);
}

.entry-content .top-about__rgb.s_01 .top-about__rgbTitle::after {
  right: calc(100% + 10.071vw);
}

.entry-content .top-about__rgb.s_01 .top-about__rgbContents {
  padding-left: 32.143vw;
  padding-right: 2.857vw;
}

.entry-content .top-about__rgb.s_01 .top-about__rgbTitle {
  padding-left: 2.143vw;
}

.entry-content .top-about__rgb.s_01 .top-about__rgbText {
  padding-left: 2.143vw;
}

/* s_02 */
.entry-content .top-about__rgb.s_02 {
  padding: 3.214vw 0 3.214vw 4.286vw;
  margin-top: -3.214vw;
}

.entry-content .top-about__rgb.s_02 .top-about__rgbImage {
  float: right;
  position: relative;
  left: -4.143vw;
}

.entry-content .top-about__rgb.s_02 .top-about__rgbTitle::before {
  left: 100%;
  transform-origin: bottom left;
  transform: rotate(-27deg);
}

.entry-content .top-about__rgb.s_02 .top-about__rgbTitle::after {
  left: calc(100% + 10vw);
  bottom: 4.714vw;
}

.entry-content .top-about__rgb.s_02 .top-about__rgbContents {
  padding-right: 54%;
  padding-top: 0.786vw;
}

.entry-content .top-about__rgb.s_02 .top-about__rgbText {
  padding-right: 3.571vw;
}

@media screen and (max-width: 767px) {
  .entry-content .top-about {
    padding: 30px 20px 0;
  }

  .entry-content .top-about__title {
    margin-bottom: 25px;
  }

  .entry-content .top-about__titleSub {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .entry-content .top-about__titleMain {
    font-size: 23px;
  }

  .entry-content .top-about__box {
    width: auto;
    padding: 30px 20px 40px;
  }

  .entry-content .top-about__box::before {
    width: 100%;
  }

  .entry-content .top-about__rgb {
    max-width: 257px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .entry-content .top-about__rgbImage {
    width: auto;
    margin: 0;
    padding: 25px;
  }

  .entry-content .top-about__rgbImageTarget {
    width: 100%;
  }

  .entry-content .top-about__rgbImageArrow.s_01 {
    top: 25px;
    left: 0;
    width: auto;
    height: 68px;
  }

  .entry-content .top-about__rgbImageArrow.s_02 {
    bottom: 0;
    left: 29px;
    width: 27px;
    height: auto;
  }

  .entry-content .top-about__rgbImageArrow.s_03 {
    top: 89px;
  }

  .entry-content .top-about__rgbImageArrow.s_04 {
    top: 89px;
  }

  .entry-content .top-about__rgbImageArrow.s_01 {
    transform: translateX(-300px);
  }

  .entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_01 {
    transform: translateX(0);
  }

  .entry-content .top-about__rgbImageArrow.s_02 {
    transform: translateY(-300px);
  }

  .entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_02 {
    transform: translateY(0);
  }

  .entry-content .top-about__rgbImageArrow.s_03 {
    transform: rotate(-45deg) scale(1.35) translate(300px);
  }

  .entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_03 {
    transform: rotate(-45deg) scale(1.35) translate(0);
  }

  .entry-content .top-about__rgbImageArrow.s_04 {
    transform: rotate(45deg) scale(1.35) translate(-300px);
  }

  .entry-content .top-about__rgbImageTarget.s_aniShow~.top-about__rgbImageArrow.s_04 {
    transform: rotate(45deg) scale(1.35) translate(0);
  }

  .entry-content .top-about__rgbTitle {
    position: relative;
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    padding-bottom: 10px;
  }

  .entry-content .top-about__rgbTitle::before {
    bottom: -2px;
    left: 0;
    width: 162px;
    height: 1px;
    background-color: #fff;
  }

  .entry-content .top-about__rgbTitle::after {
    bottom: 153px;
    width: 8px;
    height: 8px;
  }

  .entry-content .top-about__rgbTitleSub {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .entry-content .top-about__rgbTitleMain {
    font-size: 18px;
  }

  .entry-content .top-about__rgbText {
    font-size: 13px;
    padding-top: 11px;
  }

  .entry-content .top-about__btn {
    width: auto;
    height: 70px;
    text-align: center;
    font-size: 15px;
    margin: 40px auto 0;
  }

  .entry-content .top-about__btn::after {
    content: "→";
    right: 14px;
  }

  /* s_01 */
  .entry-content .top-about__rgb.s_01 {
    padding: 0;
  }

  .entry-content .top-about__rgb.s_01 .top-about__rgbImage {
    float: none;
  }

  .entry-content .top-about__rgb.s_01 .top-about__rgbTitle::before {
    right: 100%;
    transform-origin: bottom left;
    transform: rotate(-75deg);
  }

  .entry-content .wrapper.xTrans.top.s_en .top-about__rgb.s_01 .top-about__rgbTitle::before {
    width: 190px;
    transform: rotate(-80deg);
  }

  .entry-content .top-about__rgb.s_01 .top-about__rgbTitle::after {
    left: 38px;
  }

  .entry-content .wrapper.xTrans.top.s_en .top-about__rgb.s_01 .top-about__rgbTitle::after {

    left: 29px;
    bottom: 181px;
  }

  .entry-content .top-about__rgb.s_01 .top-about__rgbContents {
    padding: 0;
  }

  .entry-content .top-about__rgb.s_01 .top-about__rgbTitle {
    padding-left: 30px;
  }

  .entry-content .top-about__rgb.s_01 .top-about__rgbText {
    padding-left: 30px;
  }

  /* s_02 */
  .entry-content .top-about__rgb.s_02 {
    margin: 30px auto 0;
    padding: 0;
  }

  .entry-content .top-about__rgb.s_02 .top-about__rgbImage {
    float: none;
    left: 0;
  }

  .entry-content .top-about__rgb.s_02 .top-about__rgbTitle::before {
    left: 0;
    transform: rotate(-72deg);
    width: 105px;
  }

  .entry-content .wrapper.xTrans.top.s_en .top-about__rgb.s_02 .top-about__rgbTitle::before {
    width: 142px;
    transform: rotate(-75deg);
  }

  .entry-content .top-about__rgb.s_02 .top-about__rgbTitle::after {
    left: 28px;
    bottom: 94px;
  }

  .entry-content .wrapper.xTrans.top.s_en .top-about__rgb.s_02 .top-about__rgbTitle::after {
    left: 33px;
    bottom: 133px;
  }

  .entry-content .top-about__rgb.s_02 .top-about__rgbContents {
    padding: 0;
  }

  .entry-content .top-about__rgb.s_02 .top-about__rgbTitle {
    padding-left: 30px;
  }

  .entry-content .top-about__rgb.s_02 .top-about__rgbText {
    padding-left: 30px;
  }
}

/* top-samleImage
------------------------*/
.entry-content .top-samleImage {
  padding: 13.5vw 0 10.714vw;
}

.entry-content .top-samleImage__title {
  text-align: center;
  margin-bottom: 1.786vw;
}

.entry-content .top-samleImage__titleMain {
  font-size: 3.286vw;
  font-weight: bold;
  line-height: 1.5217;
  letter-spacing: 0.05em;
}

.entry-content .top-samleImage__titleSub {
  font-family: "Fjalla One", sans-serif !important;
  font-size: 1.429vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 5vw;
}

@media screen and (max-width: 767px) {
  .entry-content .top-samleImage {
    padding: 85px 0 75px;
  }

  .entry-content .top-samleImage__title {
    margin-bottom: 20px;
  }

  .entry-content .top-samleImage__titleMain {
    font-size: 23px;
  }

  .entry-content .top-samleImage__titleSub {
    font-size: 13px;
    margin-top: 30px;
  }
}

/* top-history
------------------------*/
.entry-content .top-history {
  overflow: hidden;
  background: url(/products-cameras-static/x-trans-cmos/assets/images/top/history_bg_01.png) repeat-y 50% 0 / 100% auto;
  padding: 10.714vw 0 7.143vw;
}

.entry-content .top-history__title {
  text-align: center;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 3.571vw;
  line-height: 1;
  margin-bottom: 2.5vw;
}

.entry-content .top-history__text {
  text-align: center;
  font-size: 1.143vw;
  line-height: 2;
}

.entry-content .top-history__items {
  position: relative;
  height: 212.642vw;
  margin-top: 8.214vw;
}

.entry-content .top-history__item {
  position: absolute;
  top: 0;
  width: 50%;
}

.entry-content .top-history__item.s_1970,
.entry-content .top-history__item.s_2008,
.entry-content .top-history__item.s_2013,
.entry-content .top-history__item.s_2018,
.entry-content .top-history__item.s_2022_02 {
  right: calc(50% + 3.571vw);
}

.entry-content .top-history__item.s_1999,
.entry-content .top-history__item.s_2012,
.entry-content .top-history__item.s_2016,
.entry-content .top-history__item.s_2022 {
  left: calc(50% + 3.571vw);
}

.entry-content .top-history__box {
  position: relative;
  width: 35.714vw;
  background-image: -moz-linear-gradient(-60deg, rgb(251, 251, 251) 0%, rgb(239, 238, 240) 100%);
  background-image: -webkit-linear-gradient(-60deg, rgb(251, 251, 251) 0%, rgb(239, 238, 240) 100%);
  background-image: -ms-linear-gradient(-60deg, rgb(251, 251, 251) 0%, rgb(239, 238, 240) 100%);
  padding-bottom: 2.143vw;
}

.entry-content .top-history__item.s_1970 .top-history__box,
.entry-content .top-history__item.s_2008 .top-history__box,
.entry-content .top-history__item.s_2013 .top-history__box,
.entry-content .top-history__item.s_2018 .top-history__box,
.entry-content .top-history__item.s_2022_02 .top-history__box {
  margin-left: auto;
}

.entry-content .top-history__year {
  position: absolute;
  top: -3.286vw;
  color: #a59baa;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 5.714vw;
  line-height: 1;
  letter-spacing: 0;
}

.entry-content .top-history__item.s_1970 .top-history__year,
.entry-content .top-history__item.s_2008 .top-history__year,
.entry-content .top-history__item.s_2013 .top-history__year,
.entry-content .top-history__item.s_2018 .top-history__year,
.entry-content .top-history__item.s_2022_02 .top-history__year {
  right: -2.286vw;
}

.entry-content .top-history__item.s_1999 .top-history__year,
.entry-content .top-history__item.s_2012 .top-history__year,
.entry-content .top-history__item.s_2016 .top-history__year,
.entry-content .top-history__item.s_2022 .top-history__year {
  left: -2.5vw;
}

.entry-content .top-history__image img {
  width: 100%;
}

.entry-content .top-history__chath {
  text-align: center;
  font-size: 2.143vw;
  font-weight: bold;
  line-height: 1.466;
  letter-spacing: 0;
  margin-top: -0.857vw;
}

.entry-content .top-history__item.s_1970 {
  top: 4.214vw;
}

.entry-content .top-history__item.s_2008 {
  top: 47.071vw;
}

.entry-content .top-history__item.s_2013 {
  top: 90vw;
}

.entry-content .top-history__item.s_2018 {
  top: 133.929vw;
}

.entry-content .top-history__item.s_1999 {
  top: 18.357vw;
}

.entry-content .top-history__item.s_2012 {
  top: 61.643vw;
}

.entry-content .top-history__item.s_2016 {
  top: 105.786vw;
}

.entry-content .top-history__item.s_2022 {
  top: 152.5vw;
}

.entry-content .top-history__item.s_2022_02 {
  top: 181.5vw;
}

.entry-content .top-history__item.s_type01 .top-history__box {
  background-image: none;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .entry-content .top-history {
    background: url(/products-cameras-static/x-trans-cmos/assets/images/top/history_bg_01.png) repeat-y 50% 0 / 200% auto;
    padding: 75px 20px 70px;
  }

  .entry-content .top-history__title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .entry-content .top-history__text {
    font-size: 13px;
  }

  .entry-content .top-history__items {
    height: auto;
    margin-top: 70px;
  }

  .entry-content .top-history__item {
    position: relative;
    width: auto;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .entry-content .top-history__item+.top-history__item {
    margin-top: 75px;
  }

  .entry-content .top-history__box {
    max-width: 300px;
    width: 100%;
    margin: 0 auto !important;
    padding-bottom: 25px;
  }

  .entry-content .top-history__year {
    top: -25px;
    left: -15px !important;
    right: auto !important;
    font-size: 48px;
  }

  .entry-content .top-history__chath {
    font-size: 18px;
    margin-top: -10px;
  }
}


/* modal
------------------------*/
html.s_modalShow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  html.s_modalShow,
  html.s_modalShow .
    height: 100vh;
    overflow: hidden;
  }
}

.entry-content .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  display: none;
}

.entry-content .modal__closeBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.entry-content .modal__window {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 95%;
  max-height: 95%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgb(24, 24, 24);
  overflow: hidden;
}

.entry-content .modal__closeBtn {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.entry-content .modal__closeBtn::before,
.entry-content .modal__closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}

.entry-content .modal__closeBtn::after {
  transform: rotate(-45deg);
}

.entry-content .modal__scrollArea {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.entry-content .modal__scrollInner {
  padding: 70px 30px;
}

.entry-content .modal__col {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.entry-content .modal__colItem {
  width: 50%;
}

.entry-content .modal__title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.666;
  margin-bottom: 20px;
}

.entry-content .modal__contents {
  padding-left: 6%;
}

.entry-content .modal__point {
  color: #d77cde;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 28px;
  margin-bottom: 10px;
}

.entry-content .modal__text {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .entry-content .modal__scrollArea {
    max-height: 80vh;
  }

  .entry-content .modal__scrollInner {
    padding: 30px 15px;
  }

  .entry-content .modal__closeBtn {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }

  .entry-content .modal__closeBtn::before,
  .entry-content .modal__closeBtn::after {
    width: 30px;
    height: 1px;
  }

  .entry-content .modal__col {
    display: block;
  }

  .entry-content .modal__colItem {
    width: 100%;
    max-width: 253px;
    margin: 0 auto;
  }

  .entry-content .modal__colItem+.modal__colItem {
    margin-top: 35px;
  }

  .entry-content .modal__title {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .entry-content .modal__contents {
    padding-left: 6%;
  }

  .entry-content .modal__point {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .entry-content .modal__text {
    font-size: 13px;
  }
}


@media screen and (max-width: 1100px) {
  .xTrans .u_ov1100 {
      display:none !important
  }
}

@media screen and (max-width: 1000px) {
  .xTrans .u_ov1000 {
      display:none !important
  }
}

@media screen and (max-width: 900px) {
  .xTrans .u_ov900 {
      display:none !important
  }
}

@media screen and (max-width: 800px) {
  .xTrans .u_ov800 {
      display:none !important
  }
}

@media screen and (max-width: 767px) {
  .xTrans .u_ov767 {
      display:none !important
  }
}

@media screen and (max-width: 700px) {
  .xTrans .u_ov700 {
      display:none !important
  }
}

@media screen and (max-width: 600px) {
  .xTrans .u_ov600 {
      display:none !important
  }
}

@media screen and (max-width: 500px) {
  .xTrans .u_ov500 {
      display:none !important
  }
}

@media screen and (max-width: 400px) {
  .xTrans .u_ov400 {
      display:none !important
  }
}

@media screen and (max-width: 374px) {
  .xTrans .u_ov374 {
      display:none !important
  }
}

@media screen and (min-width: 1101px) {
  .xTrans .u_un1100 {
      display:none !important
  }
}

@media screen and (min-width: 1001px) {
  .xTrans .u_un1000 {
      display:none !important
  }
}

@media screen and (min-width: 901px) {
  .xTrans .u_un900 {
      display:none !important
  }
}

@media screen and (min-width: 801px) {
  .xTrans .u_un800 {
      display:none !important
  }
}

@media screen and (min-width: 768px) {
  .xTrans .u_un767 {
      display:none !important
  }
}

@media screen and (min-width: 701px) {
  .xTrans .u_un700 {
      display:none !important
  }
}

@media screen and (min-width: 601px) {
  .xTrans .u_un600 {
      display:none !important
  }
}

@media screen and (min-width: 501px) {
  .xTrans .u_un500 {
      display:none !important
  }
}

@media screen and (min-width: 401px) {
  .xTrans .u_un400 {
      display:none !important
  }
}

@media screen and (min-width: 375px) {
  .xTrans .u_un374 {
      display:none !important
  }
}

.xTrans .sec_slider .slick-prev, .xTrans .sec_slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 129px;
  z-index: 1;
  margin: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .xTrans .sec_slider .slick-prev,.xTrans .sec_slider .slick-next {
      width:15px;
      height: 29px
  }
}

.xTrans .sec_slider .slick-prev {
  background-image: url("../images/common/slick_arrow_left.png");
  left: 50px
}

@media only screen and (max-width: 767px) {
  .xTrans .sec_slider .slick-prev {
      background-image:url("../images/common/slick_arrow_left_sp.png");
      left: 20px
  }
}

.xTrans .sec_slider .slick-next {
  background-image: url("../images/common/slick_arrow_right.png");
  right: 50px
}

@media only screen and (max-width: 767px) {
  .xTrans .sec_slider .slick-next {
      background-image:url("../images/common/slick_arrow_right_sp.png");
      right: 20px
  }
}