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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*--------------------------------------------
    カラー
---------------------------------------------*/
/*--------------------------------------------
	共通パーツ
---------------------------------------------*/
.pcNon {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNon {
    display: block !important;
  }
}

.spNon {
  display: block;
}
@media screen and (max-width: 767px) {
  .spNon {
    display: none !important;
  }
}

.flex, .flex_b, .flex_ib, .flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex_b {
    display: block !important;
  }
  .flex_ib {
    display: inline-block !important;
  }
  .flex_c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
ul, ol, dl {
  list-style: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-size: 62.5% !important;
}

body {
  font-family: "Roboto", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #222;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

img {
  width: auto;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

label {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

label:hover {
  cursor: pointer;
}

/*--------------------------------------------
  Common
---------------------------------------------*/
.container {
  position: relative;
  overflow: hidden;
}

.main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 70px;
  }
}

.inner {
  position: relative;
  width: 88%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 90%;
  }
}

.sec {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .sec {
    margin-top: 12%;
  }
}

.main_contents {
  padding-top: 7%;
}
@media screen and (max-width: 767px) {
  .main_contents {
    padding-top: 12%;
  }
}

.cmn_text {
  line-height: 2;
}

.link_text {
  font-weight: bold;
  text-decoration: underline;
}

.note_text {
  color: #f30000;
  font-weight: bold;
}

/*--------------------------------------------
  Common Title
---------------------------------------------*/
.kvTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 5%;
  color: #fff;
  background-color: #f2f2f2;
  background-image: url(/assets/images/kv_common.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 46px;
  font-size: 4.6rem;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .kvTitle {
    height: 130px;
    margin-bottom: 10%;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.kvTitle .en_txt {
  display: block;
  padding-top: 20px;
  color: #029F00;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: medium;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .kvTitle .en_txt {
    padding-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cmn_title {
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cmn_title {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.cmn_title::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 6px;
  height: 56px;
  background-color: #253E84;
}
@media screen and (max-width: 767px) {
  .cmn_title::before {
    height: 42px;
  }
}

.cmn_subtitle {
  margin-top: 35px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cmn_subtitle {
    margin-top: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

/*--------------------------------------------
  Parts  パーツ
---------------------------------------------*/
/*
   Btn　ボタン 
*/
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  width: 280px;
  height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-weight: bold;
  background-color: #253E84;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 147, 255)), to(rgb(38, 61, 131)));
  background-image: linear-gradient(90deg, rgb(0, 147, 255), rgb(38, 61, 131));
}
.btn:hover {
  opacity: 1;
  background-color: #0093FF;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(38, 61, 131)), to(rgb(0, 147, 255)));
  background-image: linear-gradient(90deg, rgb(38, 61, 131), rgb(0, 147, 255));
}
.btn::after {
  position: absolute;
  display: block;
  content: "";
  top: 37%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .btn {
    width: 100%;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 90%;
    height: 50px;
    padding: 8% 5%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact_btn {
  background-color: #2F4D2F;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(2, 159, 0)), to(rgb(47, 77, 47)));
  background-image: linear-gradient(90deg, rgb(2, 159, 0), rgb(47, 77, 47));
}
.contact_btn:hover {
  opacity: 1;
  background-color: #029F00;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(47, 77, 47)), to(rgb(2, 159, 0)));
  background-image: linear-gradient(90deg, rgb(47, 77, 47), rgb(2, 159, 0));
}

/*
   List　リスト 
*/
.clm2_list, .clm3_list, .clm4_list, .clm5_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clm2_list_item {
  width: 48%;
  margin-left: 4%;
}
.clm2_list_item:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .clm2_list_item {
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
  }
}

.clm3_list_item {
  width: 31.3333333%;
  margin-left: 3%;
}
.clm3_list_item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .clm3_list_item {
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
  }
}

.clm4_list_item {
  width: 23.5%;
  margin-left: 2%;
}
.clm4_list_item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .clm4_list_item {
    width: 48%;
    margin-left: 4%;
    margin-top: 8%;
  }
  .clm4_list_item:nth-child(2n+1) {
    margin-left: 0;
  }
}

.clm5_list_item {
  width: 18.4%;
  margin-left: 2%;
}
.clm5_list_item:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .clm5_list_item {
    width: 48%;
    margin-left: 4%;
    margin-top: 8%;
  }
  .clm5_list_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .clm5_list_item:nth-child(6) {
    margin-left: 4%;
  }
}

/*
   Table テーブル
*/
.table {
  width: 100%;
}
.table_tr {
  width: 100%;
}
.table_tr:nth-child(2n+1) {
  background-color: #DCEEFE;
}
.table_th {
  padding: 2%;
  color: #fff;
  background-color: #253E84;
}
.table_td {
  padding: 2%;
  line-height: 1.3;
}

/*
   Movie  ムービー 
*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------
  Layout  レイアウト
---------------------------------------------*/
.l-contents {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding-top: 70px;
  }
}

/*--------------------------------------------
  Header ヘッダー
---------------------------------------------*/
.header {
  position: relative;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding-top: 0;
  }
  .header .inner {
    width: 100%;
    max-width: 100%;
  }
}

.header_logo {
  padding-top: 8px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 124px;
    margin-left: 20px;
    padding-top: 20px;
  }
}

.gnav {
  margin-left: auto;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .gnav {
    /*display: none;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gnav_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .gnav_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gnav_list_item {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .gnav_list_item {
    font-size: 1.8vw;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gnav_list_item {
    margin-left: 0;
    margin-top: 8%;
    font-size: 4.5vw;
    width: 100%;
    text-align: center;
  }
}
.gnav_list_link {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gnav_list_link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .gnav_list_link {
    display: block;
    margin: 0 0;
  }
}
.gnav .contact_btn {
  width: 200px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .gnav .contact_btn {
    width: 80%;
    height: 70px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.header.scroll-nav {
  position: fixed;
  background-color: #fff;
}
/*@include mq_sp {
    .header.scroll-nav {
        background-color: rgba(255, 255, 255, 0);
    }
}*/
.nav-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-button {
    display: block;
    cursor: pointer;
    margin-left: auto;
    z-index: 20;
    position: relative;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #253E84;
  }
  .nav-button::after {
    display: block;
    position: absolute;
    bottom: 11px;
    left: 21px;
    content: "Menu";
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0;
  }
}

.nav-button.active::after {
  left: 20px;
  content: "Close";
}

@media screen and (max-width: 767px) {
  .nav-button,
.nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .nav-button span {
    position: absolute;
    left: 22px;
    width: 30px;
    height: 3px;
    background-color: #fff;
  }
}

.nav-button span:nth-of-type(1) {
  top: 15px;
}

.nav-button span:nth-of-type(2) {
  top: 25px;
}

.nav-button span:nth-of-type(3) {
  top: 35px;
}

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

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

.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*--------------------------------------------
  Footer フッター
---------------------------------------------*/
/*--------------------------------------------
  Footer フッター
---------------------------------------------*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 50;
  right: 5%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  #page_top {
    bottom: 7%;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #253E84;
  background: #253E84;
}
#page_top a:hover {
  opacity: 1;
  color: #253E84;
  background-color: #DCEEFE;
}
#page_top a::before {
  position: absolute;
  top: 23px;
  left: 21px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#page_top a:hover::before {
  border-top: 3px solid #253E84;
  border-left: 3px solid #253E84;
}
#page_top a::after {
  position: absolute;
  left: 1px;
  bottom: -22px;
  content: "Page top";
  font-size: 13px;
  font-size: 1.3rem;
}

.footer {
  margin-top: 9%;
  padding: 5% 0 2%;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 18%;
    padding: 12% 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .company {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .footer .company {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .company_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .company_link {
  width: 58%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .footer .company_link {
    padding-right: 0;
    margin: 0 auto;
  }
}
.footer .company_txt {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .company_txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.footer .company_name {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer .company_name {
    padding-top: 6%;
  }
}
.footer .company address {
  font-style: normal;
}
.footer .company_add {
  padding-top: 6%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer .company_add {
    padding-top: 3%;
  }
}
.footer .company_tel {
  position: relative;
  display: block;
  margin-top: 6%;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer .company_tel {
    margin-top: 3%;
  }
}
.footer .company_tel::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/assets/images/icon_tel.svg);
  background-size: 14px 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer .company_tel::before {
    position: relative;
    top: 2px;
    display: inline-block;
    left: auto;
  }
}
.footer .contact_btn {
  margin-top: 10%;
  width: 100%;
  height: 70px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .footer .contact_btn {
    width: 75%;
    height: 56px;
    margin: 0 auto;
    margin-top: 6%;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.footer .contact_btn::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer .contact_btn::after {
    width: 8px;
    height: 8px;
  }
}
.footer .sitemap {
  width: 58%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer .sitemap {
    width: 100%;
    margin-top: 18%;
    margin-bottom: 24%;
  }
}
.footer .sitemap_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .sitemap_list.under {
  margin-top: 1%;
  padding-top: 4%;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .footer .sitemap_list.under {
    margin-top: 1%;
    padding-top: 6%;
  }
}
.footer .sitemap_list_item {
  margin-bottom: 3%;
  width: 33.333333%;
  padding-right: 3%;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .sitemap_list_item:nth-child(3n) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer .sitemap_list_item {
    margin-bottom: 5%;
    width: 50%;
    font-size: 3.5vw;
  }
}
.footer .sitemap_list_link {
  position: relative;
}
.footer .sitemap_list_link::after {
  position: absolute;
  display: block;
  content: "";
  top: 10%;
  right: -20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #253E84;
  border-right: 2px solid #253E84;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .footer .sitemap_list_link::after {
    right: -15px;
  }
}
.footer_copy {
  display: block;
  padding-top: 6%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    font-size: 2.85vw;
  }
}

/*--------------------------------------------
  Animation
---------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask_wrap {
  display: block;
}
.mask_wrap.mask_wrap_inline {
  display: inline-block;
}
.mask_wrap .mask_inner {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner::after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner.start {
  -webkit-animation-name: animate-content;
          animation-name: animate-content;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner.start::after {
  -webkit-animation-name: animate-panel;
          animation-name: animate-panel;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mask_wrap .mask_inner {
    visibility: visible;
  }
}