@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・utility
・component
・layout
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

li {
  list-style-type: none;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

.u_pc {
  display: block;
}

.u_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 3.4em;
  line-height: 1.7;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .u_txt_1 {
    font-size: 2.2em;
    line-height: 1.7;
  }
}

.u_txt_2 {
  font-size: 3em;
  line-height: 2;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .u_txt_2 {
    font-size: 1.8em;
  }
}

.u_txt_3 {
  font-size: 1.8em;
  line-height: 2.5;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .u_txt_3 {
    font-size: 1.3em;
  }
}

.u_txt_4 {
  font-size: 2.4em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .u_txt_4 {
    font-size: 1.6em;
  }
}

.u_txt_5 {
  font-size: 4.8em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .u_txt_5 {
    font-size: 3em;
  }
}

.u_txt_6 {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .u_txt_6 {
    font-size: 1.3em;
  }
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text place
================================= */
.u_center {
  text-align: center;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* ======================================================================
 component
====================================================================== */
.js-fadeUp {
  opacity: 0;
  transition: all 1s linear;
}
.js-fadeUp.is-inview {
  opacity: 1;
}

.g-ms {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translate3d(50vw, 50vh, 0);
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.g-ms_i {
  width: 60px;
  height: 60px;
  margin: -10px 0 0 -10px;
  border-radius: 30px;
  transition: all .3s ease;
  background: #df0000;
  opacity: 0;
  transform: scale(0.3);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-ms_i span {
  transition: all .2s linear;
  opacity: 0;
}

/* アクティブ時 */
.g-ms.g-ms-active .g-ms_i {
  opacity: 1;
}

/* マウスホバー時 */
.g-ms.g-ms-hover .g-ms_i {
  transform: scale(1);
}
.g-ms.g-ms-hover .g-ms_i span {
  opacity: 1;
}

/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
.c_btn_1 {
  border: 1px solid #ff0000;
  border-image: linear-gradient(to right, #ff0000 0%, #0086dc 100%);
  border-image-slice: 1;
  font-size: 1.8em;
  padding: 15px 110px;
  position: relative;
  transition: all .2s linear;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .c_btn_1 {
    display: inline-block;
    font-size: 1.3em;
  }
}
.c_btn_1:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #0086dc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: all .2s linear;
}
.c_btn_1:hover {
  background-image: linear-gradient(to left, #0086dc, #ff0000);
}
.c_btn_1:hover:before {
  right: -10px;
}

/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
.c_list_1 {
  margin: 80px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c_list_1 {
    padding: 0 4.6875%;
    flex-wrap: wrap;
  }
}
.c_list_1.center {
  justify-content: center;
}
.c_list_1 .item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 900px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c_list_1 .item {
    width: 100%;
  }
}
.c_list_1 .item_inner {
  width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c_list_1 .item_inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .c_list_1 .item .imgwrap {
    max-height: 300px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.c_list_1 .item .imgwrap img {
  height: 100%;
  max-width: 100%;
}
.c_list_1 .item .txtwrap {
  width: 385px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c_list_1 .item .txtwrap {
    width: 100%;
    justify-content: center;
  }
}
.c_list_1 .item .txtwrap .middle {
  position: relative;
}
.c_list_1 .item .txtwrap .snswrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  top: 35px;
  right: 10px;
}
.c_list_1 .item .txtwrap .snswrap a {
  transition: all .2s linear;
}
.c_list_1 .item .txtwrap .snswrap a:hover {
  opacity: .4;
}
.c_list_1 .item .txtwrap .snswrap a:not(:first-of-type) {
  margin: 0 0 0 20px;
}
.c_list_1 .item .txtwrap .txt01 {
  font-size: 18px;
}
.c_list_1 .item .txtwrap .ttl {
  font-size: 32px;
  margin: 20px 0;
}
.c_list_1 .item .txtwrap .txt02 {
  font-size: 14px;
  letter-spacing: .2em;
}
.c_list_1 .item .txtwrap > ul {
  margin: 25px 0 0;
}
.c_list_1 .item .txtwrap > ul > li:not(:first-child) {
  margin: 15px 0 0;
}
.c_list_1 .item .txtwrap .listttl {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 18px;
  line-height: 2;
}
.c_list_1 .item .txtwrap .listttl:before {
  content: "";
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.c_list_1 .item .txtwrap .listtxt {
  font-size: 18px;
  line-height: 2;
}
.c_list_1 .item .txtwrap .btnwrap {
  margin: 70px 0 0;
}

/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
.l_container_top {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 5;
}
.l_container_top:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: #000;
  z-index: 5;
  opacity: 1;
  transition: opacity .5s linear;
}
.l_container_top._active {
  height: auto;
}
.l_container_top._active:before {
  opacity: 0;
  pointer-events: none;
}

.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.l_header > .inner {
  background: #1a1a1a;
  padding: 10px 40px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l_header > .inner {
    padding: 16px 4.6875%;
  }
}
.l_header > .inner > a {
  padding: 0 0 5px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l_header > .inner > a picture img {
    width: 107px;
  }
}
.l_header__lists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .l_header__lists {
    display: none;
  }
}
.l_header__list {
  font-size: 1.8rem;
}
.l_header__list:not(:first-child) {
  margin: 0 0 0 40px;
}
.l_header__list_link {
  padding: 0 0 15px;
  display: block;
}
.l_header .mega {
  display: none;
  position: absolute;
  width: 100vw;
  top: 54px;
  left: 0;
}
.l_header .links {
  background: #1a1a1a;
  border-top: 1px solid #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 40px 10px;
}
@media screen and (max-width: 1024px) {
  .l_header .links {
    display: none;
  }
}
.l_header .links .l_header__list_link {
  padding: 0;
  transition: all .2s linear;
}
.l_header .links .l_header__list_link:hover {
  opacity: .4;
}
.l_header .links .l_header__links {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l_header .links .l_header__links .l_header__link_item:not(:first-child) {
  margin: 0 0 0 20px;
}
.l_header .menubtn {
  position: absolute;
  width: 25px;
  height: 20px;
  top: 50%;
  right: 4.6875%;
  transform: translateY(-50%);
}
.l_header .menubtn._active .border.border1 {
  transform-origin: top left;
  transform: rotate(45deg);
  left: 5px;
  top: 1px;
}
.l_header .menubtn._active .border.border3 {
  transform-origin: bottom left;
  transform: rotate(-45deg);
  left: 5px;
  bottom: 1px;
}
.l_header .menubtn._active .border.border2 {
  display: none;
}
.l_header .menubtn .border {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .2s linear;
}
.l_header .menubtn .border.border1 {
  top: 0;
  left: 0;
}
.l_header .menubtn .border.border2 {
  top: 10px;
  left: 0;
}
.l_header .menubtn .border.border3 {
  bottom: 0;
  left: 0;
}

.l_menu {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: all .2s linear;
}
.l_menu._active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  .l_menu {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh  - 58px);
    top: 58px;
    background: #000;
  }
}
.l_menu__lists {
  padding: 50px 0 50px 50px;
  background: #1a1a1a;
}
.l_menu__list {
  padding: 0 0 0 30px;
  position: relative;
  font-size: 30px;
}
.l_menu__list:not(:first-child) {
  margin: 20px 0 0;
}
.l_menu__list:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 17px;
  left: 0;
}
.l_menu__list_links {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 20px 0 0;
}
.l_menu__list_links_list:not(:first-of-type) {
  margin: 0 0 0 15px;
}
.l_menu .sns {
  padding: 50px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.l_menu .sns > a:not(:first-of-type) {
  margin: 0 0 0 25px;
}
.l_menu .sns > a > img {
  width: 32px;
}

.l_bg_fixed {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 54px);
  top: 54px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .l_bg_fixed {
    top: 58px;
    height: calc(100vh - 58px);
  }
}
.l_bg_fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l_bg_fixed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  background: #1a1a1a;
}
.l_footer > .inner {
  width: 440px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .l_footer > .inner {
    width: 100%;
    padding: 60px 4.6875%;
  }
}
.l_footer .footmenus {
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 440px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l_footer .footmenus {
    width: 100%;
  }
}
.l_footer .footmenus__menu:not(:first-of-type) {
  margin: 0 0 0 35px;
}
.l_footer .footmenus__menu_item {
  transition: all .2s linear;
}
.l_footer .footmenus__menu_item:hover {
  opacity: .4;
}
.l_footer .footlinks {
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 440px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l_footer .footlinks {
    width: 100%;
    flex-wrap: wrap;
  }
}
.l_footer .footlinks__menu:not(:first-of-type) {
  margin: 0 0 0 35px;
}
@media screen and (max-width: 1024px) {
  .l_footer .footlinks__menu:nth-child(3), .l_footer .footlinks__menu:nth-child(4) {
    display: none;
  }
}
.l_footer .footlinks__menu_item {
  display: block;
  transition: all .2s linear;
}
.l_footer .footlinks__menu_item:hover {
  opacity: .4;
}
.l_footer .copy {
  color: #888;
  font-size: 12px;
  margin: 40px 0 0;
}

/* =================================
 l_main_visual
================================= */
.l_main_visual {
  width: 100%;
  height: 400px;
  padding: 54px 0 0;
}
.l_main_visual > .inner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_main_visual > .inner > h1, .l_main_visual > .inner p {
  font-size: 50px;
  letter-spacing: .2em;
  font-weight: unset;
}

/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_main_visual_top
================================= */
.l_main_visual_top {
  padding: 30vh 0 0;
}
.l_main_visual_top h1 {
  transform: perspective(6000px) translate3d(-120px, -50px, 0px) rotate3d(31, 3, -3, 74deg) skew(40deg, -10deg);
  transition: all .5s linear;
  text-align: center;
  opacity: 0;
  position: relative;
  z-index: 6;
}
.l_main_visual_top h1._active {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .l_main_visual_top h1 img {
    width: 100px;
  }
}
.l_main_visual_top h1 img.txtimge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 1024px) {
  .l_main_visual_top h1 img.txtimge {
    width: 264px;
  }
}
.l_main_visual_top h1 img.txtimge._active {
  display: block;
}
.l_main_visual_top .u_txt_1 {
  margin: 30px 0 0;
}
.l_main_visual_top p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .3em;
}
@media screen and (max-width: 1024px) {
  .l_main_visual_top p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
