@charset "utf-8";
/*********************
Last update:2019-02-16 K.WATANABE
Last update:2023-04-01 K.WATANABE
**********************/
html, body {}
body {
  overflow-x: hidden;
} /*スライダーのページに必須*/
body {
  font-size: 14px;
  font-family: 'SF PRO', -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0.3);
  background-color: #f9f9f9;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.12em;
  text-indent: 0.016em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: linear-gradient(#ddd, #ddd);
}
::-webkit-scrollbar-thumb {
  background: #bbb;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}
.postcontents h2 {
  font-size: 34px;
  font-weight: normal;
  margin: 15px 0;
}
a {
  color: #555;
  text-decoration: underline;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
  transition: 0.2s;
}
a:hover, a:focus, a:active {
  color: #555;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
}
a img {
  overflow: hidden;
  outline: none;
  border-style: none;
}
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0;
}
.resimg {
  width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
.clear {
  clear: both;
  height: 0;
  visibility: hidden;
}
#logo {
  position: fixed;
  top: 30px;
  right: 40px;
  display: block;
  z-index: 12 !important;
}
#logo h1 {
  margin: 0;
  padding: 0;
}
#logo a {
  width: 40px;
  height: 40px;
  display: block;
  fill: #000;
  text-decoration: none;
  transition: 0.2s;
}
#logo svg {
  -webkit-animation: rotateY 12s linear 0s infinite;
  -moz-animation: rotateY 12s linear 0s infinite;
  animation: rotateY 12s linear 0s infinite;
}
.logo_act {
  fill: #000 !important;
  animation-name: fadeinmov;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
}
[data-scroll="true"] #logo h1 a {
  fill: #fff;
}
.section {}
/* ====================================================================
Mouse
======================================================================*/
#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: 0.2s;
  transition-timing-function: ease-out;
  z-index: 999;
  mix-blend-mode: difference;
}
#mouse-stalker.is_active {
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  transition: 0.2s;
  border: 0px;
  background: #fff;
}
/* ====================================================================
オートナビ
	======================================================================*/
ul.nav {
  position: fixed;
  top: 50%;
  right: -500px; /* 初期状態で右に隠す */
  z-index: 5;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  line-height: 2;
  counter-reset: number 0;
  font-weight: 700;
  transition: right 0.3s; /* スムーズな移動のためのトランジション */
  letter-spacing: 0.03em;
  font-size: 90%;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
}
ul.nav li {
  position: relative;
  margin: 25px 80px 0 0;
  text-align: right;
  line-height: 1;
}
ul.nav li:hover {}
ul.nav li::before { /*番号*/
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-weight: bold;
  color: #a6a6a6;
}
ul.nav li:hover::before { /*番号マウスON時*/
  font-size: 160% !important;
}
ul.nav li.active::before { /*番号アクティブ時*/
  font-size: 100% !important;
}
ul.nav li.active:hover::before { /*番号アクティブマウスON時*/
  font-size: 160% !important;
}
ul.nav li a {
  text-decoration: none;
  opacity: 0;
  padding: 15px 25px 15px 0;
  position: relative;
}
ul.nav li.active a, ul.nav li.active a:hover {
  opacity: 1 !important;
}
ul.nav li a:hover {
  font-size: 160% !important;
  line-height: 4;
  opacity: 1;
  padding: 15px 35px 15px 0;
}
ul.nav li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  margin-right: -80px;
}
#navi_number {
  position: fixed;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-weight: 700;
  transition: right 0.3s; /* スムーズな移動のためのトランジション */
  letter-spacing: 0.03em;
  font-size: 90%;
}
ul.nav li:hover::before, ul.nav li a, ul.nav li a:hover, ul.nav li.active, ul.nav li.active::before, ul.nav li.active:hover::before, ul.nav li.active a, ul.nav li.active a:hover, #navi_number {
  color: #000 !important
}
ul.nav li.active::after {
  background-color: #000 !important
}
[data-scroll="true"] ul.nav li::before, [data-scroll="true"] ul.nav li a, [data-scroll="true"] ul.nav li a:hover, [data-scroll="true"] ul.nav li.active, [data-scroll="true"] ul.nav li.active::before, [data-scroll="true"] ul.nav li.active:hover::before, [data-scroll="true"] ul.nav li.active a, [data-scroll="true"] ul.nav li.active a:hover, [data-scroll="true"] #navi_number {
  color: #fff !important
}
[data-scroll="true"] ul.nav li.active::after {
  background-color: #fff !important
}
.cht h2 {
  font-weight: 700 !important;
}
/* ====================================================================
スクロールダウン
======================================================================*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 200px;
  background: #000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}

/* ====================================================================
メニューパネル背景//PC非対応、iPad、iPhone対象
======================================================================*/
#menupaneloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0); /* 半透明の黒い背景 */
  display: none; /* デフォルトで非表示 */
  z-index: 9; /* 最前面に表示 */
}
/* ====================================================================
Menupanel
======================================================================*/
.menupanel {
  cursor: pointer;
  position: fixed;
  display: block;
  z-index: 12 !important;
  top: 0;
  left: 0;
  width: 240px;
  height: 100px;
  background-color: #f9f9f9;
}
#menutxt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
#menutxt::before {
  content: "=";
  padding-right: 3px;
  font-size: 18px;
} /*.menu_act付与して×に変更*/
.menu_act {
  /*background-color: #000 !important;
	color: #fff!important;*/
}
.menu_act #menutxt::before {
  content: "×";
}
.menudisp {
  display: inline-block !important;
}
#navimain, #navisub, #navisub_s {
  position: fixed;
  opacity: 0;
  z-index: 10;
}
#navimain {
  right: 30%;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(20, 20, 20, 1); /*注意.navimaincontents::before にも同色設定*/
}
/*#navimain > * {
  transition: 0.5s;
}
*/
#navisub {
  left: 70%;
  top: 0;
  height: 70%;
  width: 0;
  background-color: #fff;
}
#navisub_s {
  right: 0;
  top: 70%;
  height: 0;
  width: 30%;
  background-color: #000;
}
.navimain {
  animation-name: navimain_mov;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.navisub {
  animation-name: navisub_mov;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.navisub_s {
  animation-name: navisub_s_mov;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.navimain_close {
  animation-name: navimain_mov_2;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.navisub_close {
  animation-name: navisub_mov_2;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.navisub_s_close {
  animation-name: navisub_s_mov_2;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.navimain, .navisub, .navisub_s {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
}
.navimain_close, .navisub_close, .navisub_s_close {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
}
@keyframes navimain_mov {
  0% {
    width: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 70%;
  }
}
@keyframes navisub_mov {
  0% {
    width: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 30%;
  }
}
@keyframes navisub_s_mov {
  0% {
    height: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 30%;
  }
}
@keyframes navimain_mov_2 {
  0% {
    opacity: 1;
    width: 70%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes navisub_mov_2 {
  0% {
    opacity: 1;
    width: 30%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes navisub_s_mov_2 {
  0% {
    opacity: 1;
    height: 30%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
.navimaincontents {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.navimaincontents::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 1);
  transition: background 0.4s;
} /*最初にマウスオーバー効果得るのにtransition必須*/
.navimaincontents:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.menu01, .menu02, .menu03, .menu04, .menu05, .menu06 {
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
} /*ここのtransitionは、各MENUの背景画像の表示速度*/
/*あらかじめ背景画像プリロード前提+MAMPで使用するなら絶対パスで*/
.menu01 {
  background-image: url('https://lexiastrategy.com/wp-content/lib/menu01bg.jpg');
}
.menu02 {
  background-image: url('https://lexiastrategy.com/wp-content/lib/menu02bg.jpg');
}
.menu03 {
  background-image: url('https://lexiastrategy.com/wp-content/lib/menu03bg.jpg');
}
.menu04 {
  background-image: url('https://lexiastrategy.com/wp-content/lib/menu04bg.jpg');
}
.menu05 {
  background-image: url('https://lexiastrategy.com/wp-content/lib/menu05bg.jpg');
}
.menu06 {
  background-image: url('https://lexiastrategy.com/wp-content/lib/menu06bg.jpg');
}
.menulistbox {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 340px;
  margin: 0 auto;
  display: none;
  pointer-events: auto;
}
/*menulistそれぞれ遅らせながら表示*/
.menulist01mov, .menulist02mov, .menulist03mov, .menulist04mov, .menulist05mov, .menulist06mov {
  animation-name: slideupmov;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
}
.menulist01mov {
  animation-delay: 0s;
}
.menulist02mov {
  animation-delay: 0.05s;
}
.menulist03mov {
  animation-delay: 0.1s;
}
.menulist04mov {
  animation-delay: 0.15s;
}
.menulist05mov {
  animation-delay: 0.2s;
}
.menulist06mov {
  animation-delay: 0.25s;
}
.menulist01, .menulist02, .menulist03, .menulist04, .menulist05, .menulist06 {
  font-size: 52px;
  font-weight: 700;
  opacity: 0;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: 0.11em;
}
.menulist01 a, .menulist02 a, .menulist03 a, .menulist04 a, .menulist05 a, .menulist06 a {
  color: #fff !important;
  position: relative;
  margin-left: 40px;
  padding: 15px 0;
  line-height: 1;
  transition: 0.2s;
  display: block;
  text-decoration: none !important;
}
.menulist01 a:hover, .menulist02 a:hover, .menulist03 a:hover, .menulist04 a:hover, .menulist05 a:hover, .menulist06 a:hover {
  color: #bbb;
}
.menulist01 a::after, .menulist02 a::after, .menulist03 a::after, .menulist04 a::after, .menulist05 a::after, .menulist06 a::after {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 23px;
  margin-left: -40px;
  color: #fff;
  letter-spacing: 0.1em;
}
.menulist01 a:hover::after, .menulist02 a:hover::after, .menulist03 a:hover::after, .menulist04 a:hover::after, .menulist05 a:hover::after, .menulist06 a:hover::after {
  color: #e50099;
}
.menulist01 a::after {
  content: '01.';
}
.menulist02 a::after {
  content: '02.';
}
.menulist03 a::after {
  content: '03.';
}
.menulist04 a::after {
  content: '04.';
}
.menulist05 a::after {
  content: '05.';
}
.menulist06 a::after {
  content: '06.';
}
.addtxt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  display: none;
}
.mapicon img {
  width: 20px;
  height: auto;
  margin: 0 auto 20px auto;
}
.addtxtmov {
  animation-name: fadeinmov;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
}
.contactbox {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #fff;
  display: none;
}
.contactbox img {
  width: 20px;
  height: auto;
  margin: 0 15px;
}
.contactbox a:hover {
  opacity: 0.7;
  transition: 0.2s
}
.contactboxmov {
  animation-name: fadeinmov;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
}
/**********************/
.prev_bt {
  float: left;
}
.next_bt {
  float: right;
}
.prev_bt, .next_bt {
  width: 200px;
}
.prev_bt a, .next_bt a {
  text-align: center;
  background-color: #25262b; /************font-size: 14px;**********/ font-weight: 700;
  color: #fff !important;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  border-radius: 4px;
}
.prev_bt a:hover, .next_bt a:hover {
  background-color: #a7a8b6;
}
.wp-pagenavi {
  clear: both;
  padding-top: 60px;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #d5d5d5;
  padding: 3px 10px;
  margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: 1px solid #000;
}
.wp-pagenavi span.current {}
/*****************************

******************************/
.covermvcontens {
  position: relative;
}
.covermvcontens::after {
  content: "";
  position: relative;
  height: 100vh;
  display: block;
  z-index: -1;
}
.covermv {
  width: 100%;
  height: 100vh;
  position: fixed;
}
.covermv > video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; /*	filter: saturate(110%) !important;*/
}
.covermvoverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(100, 100, 100, 0.1) 100%);
}
.covermvprtxt {
  position: absolute;
  bottom: 150px;
  left: 120px;
  display: block;
  transition: 0.2s;
}
.covermvmaintxt {
  font-size: 60px;
  line-height: 1.6;
  opacity: 0;
  animation-name: covermvmaintxt_letterspacing;
  animation-delay: 1.6s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
  flex: 1;
  position: relative;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-image: url(../images/backgroundclip/clip16.gif);
  background-clip: text;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.covermvsubtxt {
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  margin-left: 5px;
  animation-name: covermvsubtxt_letterspacing;
  animation-delay: 1.9s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in-out;
}
@keyframes covermvmaintxt_letterspacing {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  100% {
    letter-spacing: 0.01em;
    opacity: 1;
  }
}
@keyframes covermvsubtxt_letterspacing {
  0% {
    opacity: 0;
    /*letter-spacing: 0.8em;*/
  }
  100% {
    opacity: 1;
    /*letter-spacing: 0.15em;*/
  }
}
/*.covermvsp {height: 100vh; position: relative;z-index: 2;display: block;}*/
.warpbody_translucent {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
  backdrop-filter: blur(20px);
}
.warpbody {
  background-color: #f9f9f9;
  position: relative;
  z-index: 3;
}
.prboxarea {
  padding-top: 200px;
}
.threeblctxt {
  font-size: 120px;
  line-height: 0.9;
  position: relative;
  z-index: 5;
}
.threeblctxt_line { /*color:rgba(0,0,0,.0); -webkit-text-stroke: 1px #000;text-shadow: 0px 0px 3px rgba(150,150,150,0);*/
}
.threeblctxt_andmark { /*color: #000; animation-fill-mode:forwards; transition-timing-function: ease-in-out;flex: 1; position: relative; -webkit-text-fill-color: transparent; background-size: cover; -webkit-background-clip: text;background-image: url(../images/backgroundclip/clip03.gif); background-clip: text;  background-repeat: no-repeat;filter: brightness(90%) contrast(120%);*/ color: rgba(0, 0, 0, .0);
  font-size: 250px;
  vertical-align: -40px;
  -webkit-text-stroke: 1px #999;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
}
/*************************************************************/
.commonprcontainer {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.accent01 {
  width: 220px;
  height: 231px;
  position: absolute;
  left: 0;
  bottom: 0px;
  margin-left: -60px;
  margin-bottom: -150px;
}
.accent02 {
  width: 280px;
  height: 368px;
  position: absolute;
  right: 0;
  top: 80%;
  margin-right: 20%;
  z-index: 2;
}
ul.prbox {
  position: relative;
  display: flex;
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0;
}
ul.prbox li {
  align-self: auto;
  flex: 1;
  min-width: 0; /*background-color: #000;*/ overflow: hidden;
}
#prbox_01 {
  padding-right: 8%;
  max-width: none;
  min-width: 0;
}
#prbox_02 {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 25%;
  min-width: 0;
}
#prbox_03 {
  padding-left: 8%;
  min-width: 0;
}
.newssp {
  padding-right: 18%;
}
.newssp a {
  text-decoration: none !important;
}
#newsbt {
  background-color: #efefef;
}
#newsbt a {
  min-height: 300px;
  height: 100%;
  position: relative;
  display: block;
  text-decoration: none !important;
}
#newsbttxt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: table-cell;
  writing-mode: vertical-rl;
  left: 50%;
  margin-left: -14px;
  font-weight: 700;
  color: #000;
}
#newsbttxt::before {
  font-family: 'FontAwesome';
  content: "\f1ea";
  padding-bottom: 4px;
  transition: .3s;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
}
#newsbt a:hover > #newsbttxt {}
#newsbt a:hover > #newsbttxt::before {
  padding-bottom: 10px;
}
.datesize {
  font-family: 'Azeret Mono', monospace;
  font-size: 14px;
  letter-spacing: 0;
}
.outer {
  position: relative;
}
.dispblock {
  display: block;
}
.title_fact, .title_offer {
  position: relative;
  font-size: 60px;
  line-height: 1;
}
.title_fact::before {
  content: "Fact";
}
.title_offer::before {
  content: "Offer";
}
/**LEFT BOX********************************************/
.left_index-01 {
  position: relative;
}
.left_index-01::after {
  font-family: 'FontAwesome';
  content: "\f10d";
  position: absolute;
  top: 150px;
  left: 0px;
  font-size: 55em;
  line-height: 0.6;
  display: block;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
  -webkit-text-stroke: 1px #ccc;
  color: transparent;
}
.prtitel {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 24% auto 0 auto;
  display: none !important;
}
.prtitelfontsize {
  font-size: 55px;
}
.grid_l {}
.parallax_black_r_01 {
  position: absolute;
  right: -140px;
  bottom: 300px;
  font-size: 120px;
  color: #000;
  z-index: -1;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.parallax_white_r_01 {
  position: absolute;
  width: 100%;
  height: 500px;
  overflow: hidden;
  bottom: 300px;
  line-height: 1.4;
}
.parallax_white_r_01::after {
  white-space: pre;
  position: absolute;
  right: -140px;
  bottom: 0;
  content: "What's \A Design?";
  font-size: 120px;
  color: #fff;
  z-index: 1;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
  letter-spacing: 0.1em;
}
/**RIGHT BOX********************************************/
.right_index-01 {
  position: relative;
}
.right_index-01::after {
  font-family: 'FontAwesome';
  content: "\f292";
  position: absolute;
  top: 150px;
  right: 0px;
  font-size: 55em;
  line-height: 0.6;
  display: block;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
  -webkit-text-stroke: 1px #ddd;
  color: transparent;
}
.grid_r {}
.parallax_black_l_01 {
  position: absolute;
  left: -140px;
  bottom: 300px;
  font-size: 120px;
  color: #000;
  z-index: -1;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.parallax_white_l_01 {
  position: absolute;
  width: 100%;
  height: 500px;
  overflow: hidden;
  bottom: 300px;
  line-height: 1.4;
}
.parallax_white_l_01::after {
  white-space: pre;
  position: absolute;
  left: -140px;
  bottom: 0;
  content: "What's \A Design?";
  font-size: 120px;
  color: #fff;
  z-index: 1;
  text-shadow: 0px 0px 3px rgba(150, 150, 150, 0);
  letter-spacing: 0.1em;
}
/**BOTTOM BOX********************************************/
.txtblockfix {}
.left_txtblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 58.33333333%;
  margin-top: 12%;
}
.right_txtblock {
  position: absolute;
  top: 0;
  right: 0;
  width: 58.33333333%;
  margin-top: 12%;
}
.left_txtblock_prtitel, .right_txtblock_prtitel {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 0 auto 60px auto;
  display: block !important;
}
.txtblockcontet {
  width: 45%;
  margin: 0 auto;
}
.txtblockcontet_lf {
  font-size: 30px;
  line-height: 1.8;
}
.footer {
  margin-top: 100px;
  background-color: #212121;
  position: relative;
}

.footer_leftbox {
  width: 10%;
  height: 200px;
  background-color: #f9f9f9;
  float: left;
  position: relative;
}
.goup {
  width: 100%;
  height: 200px;
  display: block;
}
.scrollup-wrap {
  position: relative;
  width: 100%;
  height: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scrollup-arc {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -ms-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}

.scrollup-line {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background: #000;
}

.footer_rightbox {
  width: 90%;
  float: left;
  background-color: #000;
  color: #fff !important;
}
.ft_box_commonsp {
  padding: 100px 12%;
}
.ft_creditbox {
  padding-top: 50px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 50px;
  width: 80%;
}
.ft_info {
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #222;
}
/*.ft_info a,.ft_info a:hover{color: #999;margin-left: 8px; margin-top: 30px;}*/
.ticker {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ticker ul {
  margin: 30px 0 0 8px;
  padding: 0;
  list-style: none;
}
.ticker ul li {
  display: none;
}
.ticker ul li a, .ticker ul li a:hover {
  color: #999;
  line-height: 1.5;
}
.footer-menu_list {
  width: 80%;
  float: left;
  margin: 0;
  padding: 0;
}
.footer-listlink {
  float: left;
  display: inline-block;
  margin: 15px 20px 15px 0;
}
.footer-listlink a, .footer-listlink a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-sns_list {
  width: 10%;
  float: right;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.footer-sns_list img {
  width: 14px;
  height: auto;
}
.footer-list {
  display: flex;
  justify-content: space-between;
}
.footer-list .item {
  display: flex;
  justify-content: start;
}
.footer-list .item a, .footer-list .item a:hover {
  color: #999;
  line-height: 1.2;
  text-decoration: none;
}
.footerlogo img {
  width: 180px;
  height: 45px;
  margin: 0 auto;
}
.footerjilla {
  padding: 0 0 20px 40px;
}
.footerjilla img {
  width: 71px;
  height: 45px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 1399px) {
  .threeblctxt {
    font-size: 100px;
    line-height: 1;
    position: relative;
    z-index: 5;
  }
  .threeblctxt_andmark {
    font-size: 180px;
    vertical-align: -30px;
  }
  #prbox_01 {}
  #prbox_02 {}
  #prbox_03 {}
  .accent02 {
    width: 230px;
    height: 303px;
  }
  /**LEFT BOX********************************************/
  .left_index-01::after {
    top: 80px;
    left: 0;
    font-size: 36em;
  }
  .parallax_black_r_01 {
    right: -80px;
    font-size: 100px;
  }
  .parallax_white_r_01::after {
    right: -80px;
    font-size: 100px;
  }
  /**RIGHT BOX********************************************/
  .right_index-01::after {
    top: 80px;
    right: 0;
    font-size: 36em;
  }
  .parallax_black_l_01 {
    left: -80px;
    font-size: 100px;
  }
  .parallax_white_l_01::after {
    left: -80px;
    font-size: 100px;
  }
  /**BOTTOM BOX********************************************/
  .left_txtblock, .right_txtblock {
    margin-top: 7%
  }
  .txtblockcontet {
    width: 55%;
  }
  .txtblockcontet_lf {
    font-size: 26px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1199px) {
/* ====================================================================
メニューパネル背景//iPad対応の為、スクリーン幅1199pxまで適応
======================================================================*/
  #menupaneloverlay {
    background: rgba(255, 255, 255, 1); /* 半透明の黒い背景 */
  }
	
  .covermvmaintxt {
    font-size: 50px;
  }
  #prbox_01 {}
  #prbox_02 {}
  #prbox_03 {}
  .accent01 {
    width: 170px;
    height: 179px;
    position: absolute;
    left: 0;
    bottom: 0px;
    margin-left: -60px;
    margin-bottom: -150px;
  }
  .accent02 {
    width: 170px;
    height: 224px;
  }
  .prboxarea {
    padding-top: 50px;
  }
  .parallax_black_r_01, .parallax_white_r_01::after {
    right: -50px;
  }
  .parallax_black_l_01, .parallax_white_l_01::after {
    left: -50px;
  }
  /**BOTTOM BOX********************************************/
  .left_txtblock, .right_txtblock {
    margin-top: 4%
  }
  .txtblockcontet {
    width: 60%;
  }
  .footer_leftbox {
    height: 160px;
  }
  .goup {
    height: 160px;
  }
  .scrollup-wrap, .scrollup-line {
    height: 90px;
  }
  .footer-menu_list {
    width: 100%;
    float: none;
    display: block;
  }
  .footer-listlink a, .footer-listlink a:hover {
    color: #fff !important;
    text-decoration: none;
  }
  .footer-sns_list {
    display: none
  }
}
@media only screen and (max-width: 999px) {
  body {
    overflow-x: hidden;
  }
  .commonprcontainer {
    margin-top: 60px;
  }
  ul.prbox {
    position: relative;
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  ul.prbox li {
    display: inline-table;
    align-self: auto;
    flex: 1;
    width: 360px;
    height: 540px;
  }
  ul.prbox li::before {
    content: "";
    padding-top: 150%;
  }
  #prbox_01 {
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 180px;
    width: 360px;
  }
  #prbox_02 {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 62px;
    margin-left: -180px;
    width: 360px;
  }
  #prbox_03 {
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 180px;
    width: 360px;
  }

  .title_fact, .title_offer {
    font-size: 40px;
  }
  .accent01 {
    width: 120px;
    height: 126px;
    left: 0;
    bottom: 0px;
    margin-bottom: 0;
    margin-left: -60px;
  }
  .accent02 {
    width: 150px;
    height: 197px;
    top: 400px;
    margin-right: 16%;
  }
  /**LEFT BOX********************************************/
  .left_index-01::after {
    top: 50px;
    left: 0;
    font-size: 25em;
  }
  .parallax_black_r_01 {
    right: -60px;
    font-size: 80px;
  }
  .parallax_white_r_01::after {
    right: -60px;
    font-size: 80px;
  }
  /**RIGHT BOX********************************************/
  .right_index-01::after {
    top: 50px;
    right: 0;
    font-size: 25em;
  }
  .parallax_black_l_01 {
    left: -60px;
    font-size: 80px;
  }
  .parallax_white_l_01::after {
    left: -60px;
    font-size: 80px;
  }
  /**BOTTOM BOX********************************************/
  .txtblockcontet {
    width: 60%;
  }
  .txtblockcontet_lf {
    font-size: 22px;
  }
  .prbox_bottom {
    margin-top: 560px;
  }
}
@media only screen and (max-width: 799px) {
  body {}
  /* ====================================================================
	Mouse
	======================================================================*/
  /*JSでiPad,iPhoneで非表示設定済、念のためにCSSでも*/
	#mouse-stalker {display: none;}
	#mouse-stalker.is_active {display: none;}
	
  a, a:hover, a:focus, a:active {
    color: #555;
    text-decoration: none !important;
  }
  .prev_bt a, .next_bt a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .prev_bt a:hover, .next_bt a:hover {
    background-color: #000;
    color: #fff !important;
  }
  .wp-pagenavi {
    padding-top: 30px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #d5d5d5;
    padding: 3px 8px;
    margin: 2px;
    font-size: 14px;
  }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 1px solid #d5d5d5;
  }
  #logo {
    top: 15px;
    right: 18px;
  }
  #logo a {
    width: 30px;
    height: 30px;
  }
  .logo_act {
    fill: #fff !important;
  }
  /* ====================================================================
オートナビ
	======================================================================*/
  ul.nav, #navi_number {
    display: none;
  }

/* ====================================================================
Menupanel
======================================================================*/
  .menupanel {
    width: 60px;
    height: 60px;
  }
  .menudisp {
    display: none !important;
  }
  #navimain {
    right: 0;
    height: 75%;
  }
  #navisub {
    opacity: 0;
    background: none;
  } /*背景も必ず非表示指定*/
  #navisub_s {
    top: 75%;
    width: 100%;
  }
  .addtxt {
    height: 0%;
    width: 0;
    display: none !important;
    opacity: 0;
  }
  /*メディアクエリーでkeyframesに赤文字（エラー）出ますがOKです。*/
  @keyframes navimain_mov {
    0% {
      width: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      width: 100%;
    }
  }
  @keyframes navisub_s_mov {
    0% {
      height: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      height: 25%;
    }
  }
  @keyframes navimain_mov_2 {
    0% {
      opacity: 1;
      width: 70%;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      width: 0;
    }
  }
  @keyframes navisub_s_mov_2 {
    0% {
      opacity: 1;
      height: 30%;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      height: 0;
    }
  }
  .menu01, .menu02, .menu03, .menu04, .menu05, .menu06 {
    background-image: none !important;
  }
  .menulistbox {
    width: 300px;
  }
  .menulist01, .menulist02, .menulist03, .menulist04, .menulist05, .menulist06 {
    font-size: 44px;
  }
  ul.prbox li {
    width: 270px;
    height: 504px;
  }
  #prbox_01 {
    padding-right: 24px;
    margin-right: 135px;
    width: 270px;
  }
  #prbox_02 {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -135px;
    width: 270px;
    margin-top: 32px;
  }
  #prbox_03 {
    padding-left: 24px;
    margin-left: 135px;
    width: 270px;
  }
  .prbox_bottom {
    margin-top: 420px;
  }
  .covermvprtxt {
    bottom: 100px;
    left: 60px;
  }
  .covermvmaintxt {
    font-size: 30px;
  }
  .covermvsubtxt {
    font-size: 12px;
    letter-spacing: 0;
  }
  .title_fact, .title_offer {
    font-size: 50px;
  }
  /**LEFT BOX********************************************/
  .left_index-01::after {
    top: 50px;
    left: 0;
    font-size: 25em;
    line-height: 0.6;
  }
  .prtitel {
    width: 86%;
    display: block !important;
    margin-top: 10%;
  }
  .grid_l {
    padding-right: 0;
    padding-left: 50%;
    padding-top: 7%;
  }
  .parallax_black_r_01 {
    right: 0;
    left: -90px;
    bottom: 110px;
    font-size: 60px;
  }
  .parallax_white_r_01 {
    bottom: 110px;
  }
  .parallax_white_r_01::after {
    right: 0;
    left: -90px;
    font-size: 60px;
  }
  /**RIGHT BOX********************************************/
  .right_index-01::after {
    top: 50px;
    left: 0;
    font-size: 25em;
    line-height: 0.6;
  }
  .grid_r {
    padding-right: 0;
    padding-left: 50%;
    padding-top: 7%;
  }
  .parallax_black_l_01 {
    left: -90px;
    bottom: 110px;
    font-size: 60px;
  }
  .parallax_white_l_01 {
    bottom: 110px;
  }
  .parallax_white_l_01::after {
    left: -90px;
    font-size: 60px;
  }
  /**BOTTOM BOX********************************************/
  .txtblockfix {
    position: relative;
    display: block;
    clear: both;
  }
  .left_txtblock, .right_txtblock {
    position: relative;
    width: 86%;
    margin: 0 auto;
    height: auto;
    margin-top: 0;
    padding-top: 60px;
  }
  .left_txtblock_prtitel, .right_txtblock_prtitel {
    display: none !important;
  }
  .txtblockcontet {
    width: 100%;
  }
  .threeblctxt {
    font-size: 60px;
  }
  .threeblctxt_andmark {
    font-size: 120px;
    vertical-align: -20px;
  }
  .accent01 {
    width: 120px;
    height: 126px;
    left: 0;
    top: 0px;
    margin-top: 350px;
    margin-bottom: 0;
    margin-left: -60px;
  }
  .accent02 {
    width: 100px;
    height: 132px;
    top: 300px;
  }
  .footer_leftbox {
    width: 18%;
    height: 100px;
    background-color: #f9f9f9;
    float: left;
  }
.goup { height: 100px;}
  .scrollup-wrap, .scrollup-line {
    height: 70px;
  }
  .footer_rightbox {
    width: 82%;
    float: left;
  }
  .ft_box_commonsp {
    padding: 40px 19%;
  }
  .ft_creditbox {
    padding-top: 40px;
    margin-left: 18%;
    margin-right: 18%;
    padding-bottom: 40px;
    width: 64%;
  }
  .ft_info {
    padding-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .ft_info a, .ft_info a:hover {
    margin-left: 0;
    margin-top: 0;
    display: block;
  }
  .footer-listlink {
    width: 100%;
    display: block;
    margin: 5px 0 5px 5px;
  }
  .footer-list {
    display: block;
    text-align: center;
  }
  .footer-list .item {
    box-sizing: border-box;
    display: block;
  }
  .footer-list .item a, .footer-list .item a:hover {
    color: #999 !important;
    margin-top: 20px;
  }
  .footerlogo img {
    width: 130px;
    height: 33px;
    margin: 0 auto;
  }
  .footerjilla {
    line-height: 1.2;
    padding: 0 0 20px 0;
  }
  .footerjilla img {
    width: 44px;
    height: 33px;
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-width: 428px) {
  .menulistbox {
    width: 170px;
  }
  .menulist01, .menulist02, .menulist03, .menulist04, .menulist05, .menulist06 {
    font-size: 30px;
  }
  .menulist01 a, .menulist02 a, .menulist03 a, .menulist04 a, .menulist05 a, .menulist06 a {
    margin-left: 0;
    padding: 12px 0;
  }
  .menulist01 a::after, .menulist02 a::after, .menulist03 a::after, .menulist04 a::after, .menulist05 a::after, .menulist06 a::after {
    display: none !important;
  }
  .prev_bt, .next_bt {
    width: 120px;
  }
  .covermvprtxt {
    left: 36px;
  }
  .covermvmaintxt {
    font-size: 30px;
  }
  ul.prbox li {
    width: 240px;
    height: 360px;
  }
  #prbox_01 {
    padding-right: 16px;
    margin-right: 120px;
    width: 240px;
  }
  #prbox_02 {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -120px;
    width: 240px;
    margin-top: 24px;
  }
  #prbox_03 {
    padding-left: 16px;
    margin-left: 120px;
    width: 240px;
  }
  .prbox_bottom {
    margin-top: 320px;
  }
  /**LEFT BOX********************************************/
  .left_index-01::after {
    top: 50px;
    left: 0;
    font-size: 20em;
    line-height: 0.6;
  }
  .grid_l {
    padding-right: 0;
    padding-left: 40%;
  }
  .parallax_black_r_01 {
    left: -80px;
    bottom: 90px;
  }
  .parallax_white_r_01 {
    bottom: 90px;
  }
  .parallax_white_r_01::after {
    left: -80px;
  }
  /**RIGHT BOX********************************************/
  .right_index-01::after {
    top: 50px;
    right: 0;
    font-size: 20em;
    line-height: 0.6;
  }
  .grid_r {
    padding-left: 40%;
  }
  .parallax_black_l_01 {
    left: -80px;
    bottom: 90px;
  }
  .parallax_white_l_01 {
    bottom: 90px;
  }
  .parallax_white_l_01::after {
    left: -80px;
  }
  .threeblctxt {
    font-size: 50px;
  }
  .threeblctxt_farst {
    padding-left: 60px;
  }
  .threeblctxt_second {
    padding-right: 60px;
  }
  .accent01 {
    width: 70px;
    height: 74px;
    margin-top: 400px;
    margin-left: -30px;
  }
  .accent02 {
    width: 80px;
    height: 105px;
    top: 200px;
    margin-right: 10%;
  }
	
	.footer_leftbox {
    width: 15.3%;
    height: 100px;
    background-color: #f9f9f9;
    float: left;
  }


  .footer_rightbox {
    width: 84.7%;
    float: left;
  }
  .ft_box_commonsp {
    padding: 40px 17%;
  }
  .ft_creditbox {
    padding-top: 40px;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 40px;
    width: 70%;
  }
	
	
}
@media only screen and (max-width: 320px) {
  .menulistbox {
    width: 150px;
  }
  .menulist01, .menulist02, .menulist03, .menulist04, .menulist05, .menulist06 {
    font-size: 26px;
  }
  .menulist01 a, .menulist02 a, .menulist03 a, .menulist04 a, .menulist05 a, .menulist06 a {
    margin-left: 0;
    padding: 5px 0;
  }
}