@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
/* 色の設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
/* フォントの設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
@font-face {
  font-family: DINProB;
  font-weight: normal;
  src: url("../../font/DINPro-CondBold.ttf");
}
#hd {
  background: -webkit-gradient(linear, left top, left bottom, from(#353838), to(#1c1c1d));
  background: linear-gradient(#353838, #1c1c1d);
  font-family: var(--base-font-text);
}

#article {
  position: relative;
}
#article .plus-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 4%;
  top: 15%;
}
#article .plus-deco img {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 920px) {
  #article {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #article {
    width: 92%;
  }
}
@media screen and (max-width: 400px) {
  #article {
    width: 88%;
  }
}
#article .main-title .title1 {
  margin-right: 10px;
}
#article h3 {
  margin-bottom: 80px;
}
#article ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1270px) {
  #article ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #article ul li {
    margin: 34px 24px;
  }
}
@media screen and (max-width: 740px) {
  #article ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #article ul li {
    margin: 34px 0px;
  }
}
#article li {
  position: relative;
  width: 31%;
  margin-bottom: 8%;
}
@media screen and (max-width: 1440px) {
  #article li {
    width: 320px;
  }
}
#article .content {
  display: block;
  padding: 26px;
  position: absolute;
  top: 0;
}
#article .content img {
  display: block;
}
#article .content img:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
#article small {
  color: #bcbcbc;
  padding: 10px 0px 0px 0px;
  display: block;
}
#article p {
  font-family: var(--base-font-title);
  font-size: 24px;
  color: #ff9e1b;
  line-height: 1.3;
}
#article .article-subtitle {
  font-family: var(--base-font-title);
  font-size: 20px;
  color: #ffffff;
  line-height: 1.3;
}
#article p:hover {
  color: rgba(255, 158, 27, 0.7);
}
@media screen and (max-width: 1440px) {
  #article p {
    font-size: 20px;
  }
}
#article .out-frame::-webkit-scrollbar {
  display: none;
}
#article .scrollbar::-webkit-scrollbar {
  display: block !important;
  width: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 0px 1.4px rgba(204, 204, 204, 0.11) inset;
          box-shadow: 0px 0px 0px 1.4px rgba(204, 204, 204, 0.11) inset;
}
#article .scrollbar::-webkit-scrollbar-thumb {
  background: rgb(202, 202, 202);
  position: relative;
}
#article .scrollbar::-webkit-scrollbar-button {
  height: 12px;
}
#article button {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: var(--base-font-normal);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  width: 50%;
}
@media screen and (max-width: 1440px) {
  #article button {
    font-size: 18px;
  }
}
#article button .cls-2 {
  fill: #fff;
}
#article button .cls-1 {
  fill: transparent;
}
#article button span {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(32%);
          transform: translateX(-50%) translateY(32%);
}
#article button:hover {
  font-family: var(--base-font-normal-i);
}
#article button:hover span {
  padding-left: 4%;
}
@media screen and (max-width: 768px) {
  #article button:hover {
    font-family: var(--base-font-normal);
  }
  #article button:hover span {
    padding-left: 0px;
  }
}

.earth {
  position: absolute;
  width: 3%;
  right: 5%;
  top: 5%;
  opacity: 0.8;
}

.deco .cls-2 {
  fill: #ff9e1b;
  stroke: #ff9e1b;
}

.decoLine {
  width: 1%;
  position: absolute;
  right: 3%;
  top: 8%;
}

#aaa {
  background: linear-gradient(225deg, transparent 90px, rgba(0, 0, 0, 0.9) 0) top left;
}
#aaa .pop-waku {
  width: 80vw;
  height: 38vw;
  position: relative;
}
#aaa .col50 {
  position: relative;
  z-index: 4;
  padding: 10px 20px;
}
#aaa .col50 small {
  color: #bcbcbc;
  font-family: var(--base-font-text);
}
#aaa .col50 h4 {
  color: #ff9e1b;
  line-height: 1;
  font-family: var(--base-font-title);
  border-bottom: 1px solid #454545;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#aaa button:hover {
  padding-left: 0;
}
#aaa button {
  position: absolute;
  bottom: -20%;
  right: 10%;
  font-family: var(--base-font-normal);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
  #aaa button {
    font-size: 18px;
  }
}
#aaa button .cls-2 {
  fill: #fff;
}
#aaa button .cls-1 {
  fill: transparent;
}
#aaa button span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#aaa button:hover {
  font-family: var(--base-font-normal-i);
}
#aaa button:hover span {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #aaa button:hover {
    font-family: var(--base-font-normal);
  }
  #aaa button:hover span {
    padding-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  #aaa button {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#aaa .col48 {
  position: relative;
  width: 48%;
}
#aaa .txt {
  color: #a5a5a5;
  font-family: var(--base-font-text);
  font-size: 14px;
  height: 210px;
  overflow: auto;
  overflow-y: scroll;
  padding-right: 10px;
}
#aaa .txt::-webkit-scrollbar {
  width: 6px;
  -webkit-box-shadow: 0px 0px 0px 1.4px #ccc inset;
          box-shadow: 0px 0px 0px 1.4px #ccc inset;
}
#aaa .txt::-webkit-scrollbar-thumb {
  background: #fff;
  position: relative;
}
#aaa .txt::-webkit-scrollbar-button {
  height: 12px;
}
@media screen and (max-width: 1440px) {
  #aaa {
    background: linear-gradient(135deg, transparent 90px, rgba(0, 0, 0, 0.9) 0) top left;
  }
  #aaa .txt {
    font-size: 12px;
    height: 170px;
  }
  #aaa .pop-waku {
    height: max(50vh, 500px);
  }
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden::-webkit-scrollbar {
  display: none;
}
/*.lity {
  background: rgba(0,0,0,0.9);
}*/
/*.lity-content {
  overflow: auto;
}*/
.lity-close {
  top: 12%;
  right: 7%;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  top: 12%;
  right: 7%;
  opacity: 0.8;
}

@media screen and (max-width: 1440px) {
  .lity-close {
    top: 6%;
    right: 4%;
  }
  .lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    top: 6%;
    right: 4%;
    opacity: 0.8;
  }
}
.rotate {
  -webkit-animation: rotateoo 1s 2;
          animation: rotateoo 1s 2;
}

.bg {
  position: absolute;
  left: -1%;
  bottom: 8%;
  width: 20%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #aaa {
    padding: 60px 30px;
  }
  #aaa .col50 {
    width: 100%;
  }
  #aaa .col48 {
    width: 100%;
  }
  #aaa .pop-waku {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  #aaa .txt {
    height: 130px;
  }
  #aaa button {
    background: none;
    width: 36%;
  }
  .bg {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .decoLine {
    right: 2%;
    top: 5%;
  }
  .earth {
    right: 5%;
    top: 4%;
    opacity: 0.8;
  }
  #article .plus-deco {
    left: 2%;
    top: 7%;
  }
}
@media screen and (max-width: 768px) {
  .decoLine {
    display: none;
  }
  .earth {
    display: none;
  }
  #article .plus-deco {
    display: none;
  }
  #aaa .wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #video {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #aaa .txt::-webkit-scrollbar {
    width: 6px !important;
    -webkit-box-shadow: 0px 0px 0px 1.4px #ccc inset !important;
            box-shadow: 0px 0px 0px 1.4px #ccc inset !important;
  }
  #aaa .txt::-webkit-scrollbar-thumb {
    background: #fff !important;
    position: relative !important;
  }
  #aaa .txt {
    font-size: 14px;
  }
  #aaa .txt::-webkit-scrollbar-button {
    height: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  html.lity-active #hd {
    display: none;
  }
}
html.lity-active #hd::-webkit-scrollbar {
  opacity: 0;
}
html.lity-active #hd::-webkit-scrollbar-thumb {
  opacity: 0;
}

body::-webkit-scrollbar-thumb {
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  #video {
    width: 100%;
  }
}
.top10 {
  display: none;
}

.displayBlock {
  display: block;
}/*# sourceMappingURL=article.css.map */