@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;500;700;900&display=swap");
main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh; }

.video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

#movie {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

button {
  background: none;
  border: none;
  width: 80%; }

button img {
  width: 100%;
  height: auto; }

.btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.btn {
  position: fixed;
  width: 40%;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1000; }
  @media (max-width: 1200px) {
    .btn {
      width: 80%; } }

main::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px; }
  @media (max-width: 768px) {
    main::after {
      background-color: rgba(0, 0, 0, 0.1);
      background-image: radial-gradient(#111 20%, transparent 21%), radial-gradient(#111 20%, transparent 21%); } }

/*== ボタン共通設定 */
.btn_01 {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  padding: 10px 50px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 10% 0 0; }
  @media (max-width: 768px) {
    .btn_01 {
      padding: 10px 30px; } }

/*ボタン内spanの形状*/
.btn_01 span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #8EC6F0;
  font-size: 17px;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 2px;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .btn_01 span {
      font-size: 15px; } }

.btn_01:hover span {
  color: #fff;
  text-align: center;
  margin: 0 auto; }

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #8EC6F0;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg); }

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;
  /*アニメーションの名前と速度を定義*/ }

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/ } }
.et_pb_module {
  width: 20%; }
  @media (max-width: 768px) {
    .et_pb_module {
      width: 30%; } }

/*ロゴのアンダーライン設定*/
.et_pb_module a {
  position: relative;
  /*アンダーラインの位置を決めるための基準 */ }

.et_pb_module a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -10px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/ }

.et_pb_module a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/ }

/*ボタンを押したら表示される部分*/
.section {
  width: 40%;
  margin: 0 auto;
  padding-bottom: 25vh; }
  @media (max-width: 768px) {
    .section {
      width: 60%; } }

#fuu.section {
  width: 40%;
  margin: 0 auto;
  padding-bottom: 15vh; }
  @media (max-width: 768px) {
    #fuu.section {
      width: 60%; } }

#guu.section {
  width: 40%;
  margin: 0 auto;
  padding-bottom: 15vh; }
  @media (max-width: 768px) {
    #guu.section {
      width: 60%; } }

.ota_logo {
  width: 300px;
  margin: 25px;
  z-index: 99999; }
  @media (max-width: 768px) {
    .ota_logo {
      width: 200px; } }

.ota_logo img {
  width: 100%;
  height: auto; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*==================================================
　5-2-5 Companyが☓に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  	/*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin: 25px;
  z-index: 9999; }
  @media (max-width: 768px) {
    .openbtn {
      margin: 15px; } }

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute; }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
  height: 2px;
  background: #fff;
  width: 112%;
  right: 0; }

.openbtn span:nth-of-type(1) {
  top: 13px; }

.openbtn span:nth-of-type(2) {
  top: 18px;
  right: 0;
  font-size: 11px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff; }

.openbtn span:nth-of-type(3) {
  top: 36px; }

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  right: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%; }

.openbtn.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  right: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%; }

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(10, 10, 10, 0.8);
  /*動き*/
  transition: all 0.3s; }

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999; }

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#g-nav table {
  color: #fff;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#g-nav th {
  text-align: right;
  white-space: nowrap;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 20px; }
  @media (max-width: 768px) {
    #g-nav th {
      font-size: 15px; } }

#g-nav td {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 10%;
  white-space: nowrap; }
  @media (max-width: 768px) {
    #g-nav td {
      font-size: 15px;
      padding: 5%; } }

html {
  font-size: 62.5%; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

body {
  margin: 0; }

/*スマホだけ改行*/
.br_sp {
  display: none; }
  @media (max-width: 768px) {
    .br_sp {
      display: block; } }
