.forpc {
  display: none !important;
}

.bip_wrapper {
  background: #000;
}

body {
  padding-top: 0 !important;
}

.ons_op2 {
  opacity: 0.01;
  transform: translate(0, 70px);
}

.onscreen.ons_op2 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1500ms cubic-bezier(0.250, 0.460, 0.360, 0.995);
  /* custom */
  /* easeOutExpo */
}


/*b_button*/

.b_button {
  width: auto;
  height: 96px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.b_button_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b_button::before, .b_button::after, .b_button_in::before, .b_button_in::after {
  position: absolute;
  display: block;
  content: "";
  background: #f00;
  z-index: 2;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.b_button_in::before {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  transform: translate(-101%, 0);
}

.b_button_in::after {
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  transform: translate(101%, 0);
}

.b_button::before {
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  transform: translate(0, 101%);
}

.b_button::after {
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  transform: translate(0, -101%);
}

.b_button_cont {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: 600 !important;
  padding: 0 38px 0 49px;
}

.b_button_cont svg {
  width: 11px;
  height: 7px;
  position: relative;
  top: -2px;
  margin-left: 20px;
}

.b_button * {
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.b_button * {
  fill: #fff;
  color: #fff;
}

.b_button_in {
  border: solid 1px #fff;
}


/*b_button_sp*/

.b_button {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.b_button_cont {
  text-align: center;
}


/*kv*/

.kv {
  width: 100%;
  height: calc(100vh - 45px);
  max-height: 2000px;
  background: #000;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.kv_logo_1 {
  width: 206px;
  height: 53.43px;
  display: block;
  margin-bottom: 38px;
}

.kv_texts {
  position: absolute;
  bottom: 68px;
  bottom: 78px;
  left: 5%;
  display: block;
  z-index: 10;
}

.kv_texts_bottom {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600 !important;
}


/*vision*/

.vision {
  z-index: 2;
  overflow: hidden;
  background: #191919;
  padding-top: 48px;
  position: relative;
}

.vision_cont {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

.vision_text {
  width: 80vw;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding-top: 59px;
  margin-bottom: 48px;
  text-align: justify;
}

.vision_text br {
  display: none;
}

.mark_1, .mark_2 {
  font-size: 18.29px;
  opacity: 56%;
  line-height: 100%;
  font-weight: 600 !important;
}

.mark_2 {
  display: none !important;
}

.vision .mark_1 {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.vision .mark_2 {
  color: #fff;
  position: absolute;
  top: 0;
  right: 5vw;
}

.vision .b_button {
  margin: 48px auto;
  height: 88px;
}

.vision .b_button * {
  fill: #fff;
  color: #fff;
}

.vision .b_button_in {
  border: solid 1px rgba(255, 255, 255, 0.32);
}

.vision_vid {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100vw;
  height: 56.26vw;
  cursor: pointer;
  overflow: hidden;
}

.vision_vid_f {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 130%;
  transform: translate(0, -50%);
}


/*research*/

.research {
  position: relative;
  background: #EFEFEF;
  overflow: hidden;
}

.research_photos {
  z-index: 2;
  position: relative;
  left: 0;
  top: 0px;
  width: 80vw;
}

.research_photo {
  position: relative;
  width: 80vw;
  height: 80vw;
  overflow: hidden;
}

.research_photo_in {
  background-image: url(../img/cto_photo.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.research_photo_text {
  margin-left: 5vw;
  font-size: 14.22px;
  line-height: 21.33px;
  color: #606060;
  padding-top: 22px;
}

.research_photo_texts {
  margin-bottom: 65px;
}

.research_photos>.research_photo_texts {
  display: none !important
}

.research_sign {
  margin-left: 5vw;
  display: block;
  width: 110px;
  height: auto;
  margin-top: 19px;
}

.research_cont {
  width: 90vw;
  margin-left: 5vw;
  padding-top: 0px;
  margin-bottom: -36px;
  position: relative;
  z-index: 2;
}

.research_cont_in {
  position: relative;
}

.research .mark_1 {
  color: #000;
  position: relative;
  top: 0;
  right: 0;
  text-align: left;
  padding: 48px 5vw;
}

.research_cont_pad {
  width: 100%;
  height: 50px;
}

.research_cont_h3 {
  font-weight: 600 !important;
  font-size: 21.33px;
  line-height: 100%;
  margin-bottom: 32px;
}

.research_cont_p {
  font-weight: 600 !important;
  font-size: 14.22px;
  line-height: 28.44px;
  text-align: justify;
}

.research_cont_set {
  padding-bottom: 56px;
  color: #121212;
}

.research_skew {
  background: #606060;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 40vw;
  right: 40vw;
  height: 100%;
  transform-origin: 100% 0;
  transform: skew(-16deg, 0);
}


/*topics*/

.topics {
  padding-top: 48px;
  background: #1A1A1A;
  overflow: hidden;
}

.topics_head {
  width: 90vw;
  margin: 0 auto;
  position: relative;
  height: 54px;
}

.topics .mark_3 {
  color: #fff;
  opacity: 0.56;
  font-size: 21.33px;
  position: relative;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

.topics .mark_1 {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.topics .mark_2 {
  color: #000;
  position: absolute;
  top: 0;
  right: 5vw;
}

.topics_conts {
  width: calc(100% - 15px);
  margin: 0 15px 0 0;
  text-align: left;
}

.topics_set {
  background: #fff;
  width: calc(50% - 15px);
  float: left;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}

x.topics_set+.topics_set {
  margin-top: 24px;
}

.topics_photo {
  width: 100%;
  height: 30vw;
  position: relative;
  overflow: hidden;
}

.topics_texts {
  width: 100%;
  padding: 15px 12px;
}

.topics_texts_in {
  position: relative;
}

.topics_texts_in1 {
  position: relative;
  font-size: 12px;
  line-height: 1;
  color: #606060;
  line-height: 100%;
  overflow: hidden;
  /*height: 15px;*/
  margin-bottom: 0;
}

.topics_texts_in1 span {
    margin-bottom: 0;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #999;
}

.topics_texts_in1 span:last-child {
    margin-right: 0;
    border: none;
}

.topics_texts_in1 span.articleList__meta {
    color: #03a2e4;
}

.topics_texts_in2 {
  position: relative;
  font-size: 12px;
  color: #606060;
  line-height: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
}

.topics_texts_in3 {
  font-size: 14px;
  font-weight: normal;
  color: #121212;
  line-height: 1.64;
  height: 66px;
  overflow: hidden;
}

.topics_photo_in {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.topics .b_button * {
  fill: #fff;
  color: #fff;
}

.topics_b_button {
  text-align: center;
  padding: 30px 0 48px;
  border-bottom: solid 1px #BCBCBC;
}

.topics .b_button_in {
  border: solid 1px rgba(255, 255, 255, 0.32);
}

.topics_b_button a {
  height: 88px;
}


/*banners*/

.banners {
  padding: 36px 0;
  background: #1A1A1A;
  text-align: center;
}

.banners a {
  margin: 16px auto 0;
  width: 90vw;
  display: inline-block;
}

.banners a:hover {
  opacity: 0.8;
}

.banners a img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 340px;
}


/*slide*/

.kv_slides {
  z-index: 1;
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
}

.kv_slide {
  z-index: 1;
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
}

.kv_slide * {
  height: 100%;
}

.kv_slide_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 140vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: transform 5000ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
  /* easeInExpo */
  transform: translate(0%, 0);
}

.kv_slide_set {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.kv_cover {
  background: #0B0B0B;
  opacity: 0.64;
  z-index: 2;
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
}

.slick-active .kv_slide_photo {
  transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  /* linear */
  transform: translate(-30%, 0);
}

.kv .mark_2 {
  z-index: 3;
  position: absolute;
  top: 70px;
  left: 5vw;
  color: #fff;
}


/*bip_scroll*/

.bip_scroll {
  display: none;
}


/*bip_counter*/

.bip_counter {
  display: none;
}

.bip_cursor {
  display: none;
}


/*bip_player*/

.bip_player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.8);
}

.bip_player_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-height: 100vh;
  z-index: 510;
}

.bip_player_in:before {
  display: block;
  content: "";
  padding-top: 56.56%;
  width: 100%;
}

.bip_player_in video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bip_player_closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  cursor: pointer;
}

.bip_player {
  pointer-events: none;
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.bip_player_on .bip_player {
  pointer-events: auto;
  opacity: 1;
}


/*area*/

.area {
  background: #606060;
}

.area_in {
  position: relative;
}

.area_photos {
  width: 90vw;
  height: 60vw;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.area_set {
  position: relative;
  width: 100%;
}

.area_texs {
  position: relative;
  color: #fff;
  width: 90vw;
  margin: -15px auto 0;
  padding-bottom: 64px;
}

.area_in h3 {
  font-size: 25.6px;
  line-height: 32.6px;
  font-weight: normal;
  margin-bottom: 32px;
}

.area_in h4 {
  font-size: 21.33px;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 32px;
}

.area_in p {
  font-size: 14.22px;
  line-height: 28.44px;
  font-weight: normal;
}

.area_in .b_button * {
  fill: #fff;
  color: #fff;
}

.area_in .b_button_in {
  border: solid 1px rgba(255, 255, 255, 0.32);
}

.area_in .b_button {
  width: 100%;
  margin-top: 48px;
  height: 88px;
}


/*area_fix*/

.area .area_in {}

.area_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 300;
  text-align: left;
}

.area_photos {
  overflow: hidden;
}

.area_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.area {
  position: relative;
}

.area_back {
  position: absolute;
  right: 20%;
  top: 0;
  width: 55vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transform-origin: 100% 0;
  transform: skew(-16deg, 0);
}

.area .mark_1 {
  color: #fff;
  padding: 50px 5vw;
}


/*ptop*/

.ptop {
  width: 100%;
  height: 100px;
  position: relative;
  border-top: solid 1px #BCBCBC;
  background: #1A1A1A;
  cursor: pointer;
}

.ptop_text {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  line-height: 100%;
  transform: translate(0, -50%);
  right: 50%;
  margin-right: 8px;
}

.ptop_circle_wrap {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  line-height: 100%;
  transform: translate(0, -50%);
  left: 50%;
  margin-left: 5px;
}

.ptop_circle {
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 100%;
}

.ptop_circle_wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  fill: #fff;
}


/*hitstory_const*/

.history {
  margin-top: 0;
  width: 100vw;
  overflow: hidden;
  background: #EFEFEF;
  padding-bottom: 88px;
}

.history_head {
  padding: 50px 5vw 44px 5vw;
  width: 100vw;
}

.hitstory_title {
  margin-top: 47px;
  font-size: 21.33px;
}

.hitstory_text {
  margin-top: 26px;
  font-size: 14.22px;
  line-height: 28.44px;
}

.history_bar_slw {
  width: 100%;
  height: 44px;
  position: relative;
  width: 100vw;
  margin: 0 auto;
}

.history_bar {
  margin-bottom: 50px;
}

.history_bar_sl {
  width: 100%;
  height: 100%;
  width: 100vw;
  position: relative;
  margin: 0 auto;
}

.history_bar_slw * {
  height: 44px;
}

.history_bar_sl .slick-activen .history_bar_sl_item_y, .history_bar_sl .slick-activen+div .history_bar_sl_item_y {
  color: #BB0611;
}

.history_bar_sl .slick-activen .history_bar_sl_item_c, .history_bar_sl .slick-activen+div .history_bar_sl_item_c {
  background-color: #BB0611;
  border-color: #BB0611;
}

.history_bar_sl_item {
  width: 20vw;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.history_bar_sl_item_y {
  width: 100%;
  text-align: center;
  line-height: 100%;
  font-family: "BridgestoneType-Regular", sans-serif;
  font-size: 18.29px;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.history_bar_sl_item_c {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #c00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border: solid 2px #BCBCBC;
  background: #fff;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.history_bar_b {
  background: #BCBCBC;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.history_bar_c {
  position: absolute;
  top: 0;
  width: 10vw;
  height: 100%;
  pointer-events: none;
  background: rgb(239, 239, 239);
  background: -moz-linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
  background: linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef", endColorstr="#efefef", GradientType=1);
  z-index: 10;
  transform-origin: center;
}

.history_bar_c1 {
  left: 0;
}

.history_bar_c2 {
  right: 0;
  transform: rotate(180deg);
}

.history_main_slw {
  width: 95vw;
  left: 5vw;
  position: relative;
  background: #606060;
}

.history_main_slw:before {
  position: absolute;
  left: -100px;
  top: 0;
  width: 100vw;
  height: 100%;
  display: block;
  content: "";
  background: #606060;
}

.history_main_sl {
  width: 100%;
  overflow: visible;
}

.history_main_sl * {
  overflow: visible;
}

#contentsFooter {
  overflow: hidden;
}


/*history_fix*/

.history_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  backdrop-filter: blur(20px);
  opacity: 1;
}

.history_closer {
  z-index: 702;
  cursor: pointer;
  background: #000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.history_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 710;
  overflow: auto;
}

.history_fix_slw {
  z-index: 710;
  width: 80vw;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.history_fix_slw .slick-list, .history_fix_slw .slick-track {
  height: 100%;
}

.history_fix_sl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.history_fix_sl_item {
  width: 100%;
  min-height: 100vh;
}

.hfs_p {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 40px;
  font-size: 14px;
  line-height: 200%;
  padding-bottom: 50px;
}

.history_fix_sl_item_in {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  color: #fff;
}

.hfs_y {
  padding-top: 57px;
  font-size: 14px;
  margin-bottom: 17px;
}

.hfs_y span {
  font-family: "BridgestoneType-Regular", sans-serif;
  font-size: 16px;
  margin-right: 5px;
}

.hfs_t {
  font-size: 16px;
  letter-spacing: 0.025em;
  margin-bottom: 38px;
}

.hfs_imgs img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.history_ars {
  width: 128px;
  height: 72px;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.history_ar_1 {
  left: 0;
}

.history_ar_2 {
  right: 0;
}

.history_ar_t {
  font-family: "BridgestoneType-Regular", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}

.history_ar_1 .history_ar_t {
  right: 0;
}

.history_ar_2 .history_ar_t {
  left: 0;
}

.history_ar_c {
  position: absolute;
  top: 0;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: solid 1px #fff;
}

.history_ar_1 .history_ar_c {
  left: 0;
}

.history_ar_2 .history_ar_c {
  right: 0;
}

.history_ar_c svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.history_ar_1 .history_ar_c svg {
  transform: translate(-50%, -50%) rotate(180deg);
}

.history_fix_sl_arss {
  position: relative;
  width: 80vw;
  height: 72px;
  z-index: 710;
  margin: 0 auto;
}

.history_fix_closer_sp {
  width: 80vw;
  position: relative;
  z-index: 710;
  border: solid 1px rgba(255, 255, 255, 0.32);
  height: 80px;
  width: 80vw;
  margin: 40px auto 0;
}

.history_fix_closer_sp span {
  font-family: "BridgestoneType-Regular", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.025em;
}

.history_fix_closer_b {
  width: 100%;
  height: 72px;
}

.history_fxs {
  pointer-events: none;
  opacity: 0;
  transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.hopend .history_fxs {
  pointer-events: auto;
  opacity: 1;
}


/*history_main_d*/

.hms_item_th {
  transform: scale(1.01);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.hms_item {
  position: relative;
  width: 45vw;
  height: 443px;
  cursor: pointer;
  background: #000;
}

.hms_item_cov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.hms_item_texts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 163px;
  border-top: solid 2px #BB0611;
  z-index: 5;
  cursor: pointer;
}

.hms_item_title {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.025;
  line-height: 22px;
  position: absolute;
  left: 0px;
  top: 23px;
  padding: 0 12px;
}

.hms_item_view {
  color: #fff;
  opacity: 0.56;
  font-size: 14.22px;
  letter-spacing: 0.025;
  line-height: 100%;
  position: absolute;
  left: 12px;
  bottom: 23px;
  font-family: "BridgestoneType-Regular", sans-serif;
}

.hms_item_view svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translate(0, -50%);
}

.hms_item_texts_c {
  position: absolute;
  bottom: 163px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transform: translate(-50%, 50%);
  background: #BB0611;
  z-index: 20;
  pointer-events: none;
}

.hms_item_year {
  background: #BB0611;
  color: #fff;
  width: 60px;
  height: 32px;
  border-radius: 4px;
  font-family: "BridgestoneType-Regular", sans-serif;
  text-align: center;
  line-height: 31px;
  vertical-align: middle;
  z-index: 20;
  pointer-events: none;
  position: absolute;
  bottom: 178px;
  left: 0;
  transform: translate(-16px, 0);
  font-size: 18px;
  letter-spacing: 0.025;
}


/*history_main_navs*/

.history_main_navs {
  position: absolute;
  width: 44px;
  height: 100%;
  z-index: 30;
  top: 0;
  cursor: pointer;
}

.history_main_navs:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(255, 250, 250, 0) 99%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(255, 250, 250, 0) 99%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(255, 250, 250, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#fffafa", GradientType=1);
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

[history_count="0"] .history_main_nav_1:after, [history_count="7"] .history_main_nav_2:after, [history_count="8"] .history_main_nav_2:after {
  opacity: 0;
}

.history_main_nav_1 {
  left: -5vw;
}

.history_main_nav_2 {
  right: 0;
  transform-origin: center center;
  transform: rotate(180deg);
}

.history_main_navs:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 65%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}


/* unloop

[history_count="0"] .history_main_nav_1 {
  opacity: 0;
  pointer-events: none;
}

[history_count="7"] .history_main_nav_2, [history_count="8"] .history_main_nav_2 {
  opacity: 0;
  pointer-events: none;
}

*/

.history_closer {
  pointer-events: none;
}

.history_ars {
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}


/* unloop
[history_count2="0"] .history_ar_1 {
  opacity: 0;
  pointer-events: none;
}

[history_count2="8"] .history_ar_2 {
  opacity: 0;
  pointer-events: none;
}
*/


/*hopend*/

.hopend_h {
  overflow: hidden !important;
}

.history * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}