@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"); */
/* フォント設定・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/
@font-face {
  font-family: HelveticaNeue;
  font-weight: normal;
  src: url("../fonts/entrance_font/HelveticaNeue-Roman.otf");
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: normal;
  src: url("../fonts/entrance_font/HelveticaNeue-Roman.otf");
}
@font-face {
  font-family: MyriadProB;
  font-weight: normal;
  src: url("../fonts/entrance_font/MyriadPro-Bold.otf");
}
@font-face {
  font-family: MyriadProL;
  font-weight: normal;
  src: url("../fonts/entrance_font/MyriadPro-Light.otf");
}
@font-face {
  font-family: MyriadProR;
  font-weight: normal;
  src: url("../fonts/entrance_font/MyriadPro-Regular.otf");
}
@font-face {
  font-family: MyriadProSB;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/entrance_font/MyriadPro-Semibold.otf");
}
@font-face {
  font-family: TradeGothicB;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gaming_fonts/TradeGothicLTBold.ttf");
}
@font-face {
  font-family: TradeGothicL;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gaming_fonts/TradeGothicLTLight.ttf");
}
@font-face {
  font-family: TradeGothicR;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gaming_fonts/TradeGothicLT.ttf");
}
@font-face {
  font-family: RobotoCondensed;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: HR;
  font-weight: normal;
  font-style: normal;
  src: url("../img/content-creation/font/HelveticaNowDisplay-Regular.ttf");
}
@font-face {
  font-family: HL;
  font-weight: normal;
  font-style: normal;
  src: url("../img/content-creation/font/HelveticaNowDisplay-Light.ttf");
}
/* MIXIN・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/
/* 通用設定・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.w700 {
  width: 80%;
  max-width: 777px;
}

.w800 {
  width: 80%;
  max-width: 800px;
}

.w1248 {
  width: 80%;
  max-width: 1000px;
}

* {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.w700 {
  width: 80%;
  max-width: 777px;
}

/*背景設定・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/
body,
html {
  width: 100%;
  height: 100%;
}

#entrance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-image: url("../img/entrance/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
#entrance small {
  color: #FFF;
}

/* トップ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/
#top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7vh;
}
#top h2 {
  /* height: 8vh; */
  margin-top: 4vw;
  color: #fff;
  letter-spacing: 3.6px;
  font-family: 'TradeGothicB',sans-serif;
  font-size: 3.8vw;
  text-align: center;
  line-height: 58px;
  
}
#top h2 span {
  font-family: 'TradeGothicL',
    sans-serif;
  font-size: 3.8vw;
}
#top .description {
  color: #fff;
  text-align: center;
  margin-top: 2vh;
  line-height: 27px;
  font-family: 'RobotoCondensed',
    sans-serif;
  font-size: 18px;
}

/* PC・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/
#products {
  /* margin-top: 12vh; */
  position: absolute;
  bottom: 100px;
}
#products ul {
  width: 100%;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
#products ul .c {
  width: 100%;
}
#products ul li {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#products ul li h3 {
  margin-top: 4vh;
  position: relative;
  z-index: 1;
  font-family: 'TradeGothicB',
    sans-serif;
  font-size: 21px;
  color: #fff;
  letter-spacing: 1.05px;
}
#products ul li:nth-child(even) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#products ul li:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#products ul .image {
  position: relative;
  z-index: 1;
  max-height: 28.5vh;
}
#products ul .bottom-light {
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
#products ul .gaming .shadow {
  position: absolute;
  z-index: 0;
  top: 8.5vw;
  width: 19.5vh;
  left: 50.6%;
  height: 100px;
  opacity: 0.4;
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 1, 14)), to(transparent));
  background: -o-linear-gradient(top, rgb(1, 1, 14), transparent);
  background: linear-gradient(to bottom, rgb(1, 1, 14), transparent);
  transform: translateX(-50%);
}
#products ul .content-creation .shadow {
  position: absolute;
  z-index: 0;
  top: 8.5vw;
  width: 20vh;
  left: 50.6%;
  height: 100px;
  opacity: 0.4;
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 1, 14)), to(transparent));
  background: -o-linear-gradient(top, rgb(1, 1, 14), transparent);
  background: linear-gradient(to bottom, rgb(1, 1, 14), transparent);
  transform: translateX(-50%);
}
#products ul .commercial .shadow {
  position: absolute;
  z-index: 0;
  top: 8.5vw;
  width: 19.5vh;
  left: 50.6%;
  height: 100px;
  opacity: 0.4;
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 1, 14)), to(transparent));
  background: -o-linear-gradient(top, rgb(1, 1, 14), transparent);
  background: linear-gradient(to bottom, rgb(1, 1, 14), transparent);
  transform: translateX(-50%);
}
#products #futatsu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#products #futatsu li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* スポットライト　*/
.spotlight {
  display: none;
  position: fixed;
  top: 0;
  z-index: 0;
}
.learn-more-txt {
  font-family: 'TradeGothicL',
      sans-serif;
}
.spotlightR {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

/*　ホバー　*/
.gaming .normal,
.content-creation .normal,
.commercial .normal {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.gaming:hover .light,
.gaming:hover .spotlight,
.content-creation:hover .light,
.content-creation:hover .spotlight,
.commercial:hover .light,
.commercial:hover .spotlight {
  display: block;
}
.gaming:hover .spotlight,
.content-creation:hover .spotlight,
.commercial:hover .spotlight {
  -webkit-animation: spotlight 0.3s linear 0s;
          animation: spotlight 0.3s linear 0s;
}
.gaming:hover .light,
.content-creation:hover .light,
.commercial:hover .light {
  -webkit-animation: PC 0.2s linear 0s;
          animation: PC 0.2s linear 0s;
}
.gaming:hover .spotlightR,
.content-creation:hover .spotlightR,
.commercial:hover .spotlightR {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.gaming:hover .normal,
.content-creation:hover .normal,
.commercial:hover .normal {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.gaming:hover .bottom-light,
.content-creation:hover .bottom-light,
.commercial:hover .bottom-light {
  opacity: 1 !important;
}
.gaming:hover img,
.content-creation:hover img,
.commercial:hover img {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.gaming:hover .shadow,
.content-creation:hover .shadow,
.commercial:hover .shadow {
  opacity: 0 !important;
}

#bottom_text {
  bottom: 1vh;
  width: 80%;
  text-align: center;
}
#bottom_text small {
  font-family: 'TradeGothicL',
    sans-serif;
  font-size: 10px;
  color: #fff;

}

/*アニメーション・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/
@-webkit-keyframes spotlight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spotlight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes PC {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes PC {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/* RWD・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/

@media screen and (max-width: 1440px) {
  #top h2 {
      font-size: 3.2vw;
    }
  #top h2 span {
    font-size: 3.2vw;
  }
  .asus_logo {
    width: 30%;
  }
  #products ul li h3{
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 960px) {
  #products {

    bottom: 150px;
  }
  #top h2 {
    font-size: 45px;
  }
  #top h2 span {
    font-size: 45px;
  }
  .w700 {
    max-width: 680px;
  }
  #top .description {
    margin-top: 1vh;
  }
  .w1248 {
    max-width: 900px;
  }
  #products ul .image {
    height: 24vh;
  }
}
@media screen and (max-width: 820px) {
  #entrance {
    background-image: none;
  }
  .mobile_bg {
    background-image: url(../img/entrance/bg_mobile.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  #products {
    margin-top: 12vh;
    position: relative;
    bottom: auto;
  }
  #top {
    margin-top: 8vh;
  }
  #top h2 {
    height: 5vh;
    margin-top: 8vh;
    font-size: 30px;
  }
  #top h2 span {
    font-size: 30px;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  #entrance {
    background-position: center;
    background-attachment: fixed;
    overflow: auto;
  }

  #products ul {
    display: block;
  }
  #products ul li {
    width: 100%;
    margin-bottom: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #products ul li:last-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #products ul .left,
#products ul .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #products ul .image {
    height: initial;
  }
  .asus_logo {
    height: 5vh;
  }
  #products .spotlight,
.bottom-light,
.shadow {
    display: none;
  }
  #products ul li h3 {
    margin-top: 1.5vh;
  }
  #bottom_text {
    width: 80%;
    position: relative;
    bottom: 0.5%;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #top h2 {
    height: 5vh;
    font-size: 24px;
  }
  #top h2 span {
    font-size: 24px;
  }
  .w700 {
    width: 85%;
  }
  #top .description {
    font-size: 14px;
    line-height: 21px;
  }
  #products ul li h3 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 480px) {
  #top h2 {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 413px) {
  #top h2 {
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 350px) {
  #top h2 {
    font-size: 22px;
  }
  #top h2 span {
    font-size: 22px;
  }
}/*# sourceMappingURL=entrance.css.map */


/* 4K ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ・*:..｡o♬*ﾟ*/

@media screen and (min-width: 1921px) {
  #top {
    max-width: 1200px;
    
  }
  #top h2 {
    line-height: 120px;
    margin-top: 2vw;
  }
  #products {
    max-width: 1440px;
  }
  #products ul .commercial .shadow {
    top: 230px;
  }
  #products ul .content-creation .shadow {
    top: 240px;
  }
  #products ul .gaming .shadow {
    top: 240px;
  }
}