@charset "UTF-8";
html {
  font-size: 100%;
}

em {
  font-style: normal;
}

.small {
  font-size: 14px;
}

small {
  font-size: 80%;
  vertical-align: sub;
}

/* ============================================ */
/* color============================================ */
/*============================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 2em;
  /*
  background: url("../../common/img/pc.png");
  opacity: 0.8;*/
}

/* bgWrap============================================ */
.bgWrap {
  /*background: linear-gradient( #E8FCFF, #2A71B4), url("../../common/img/bg.png") no-repeat center top 55px;*/
  background: url("../../common/img/bg.jpg") no-repeat center top -56px;
  /*test*/
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}

_::-webkit-full-page-media, _:future, :root .bgWrap {
  background-size: 100%;
}

/* allWrap============================================ */
.allWrap {
  padding: 61px 0 0;
  -webkit-animation: fade-in ease 1.25s;
  animation: fade-in ease 1.25s;
}

/* header============================================ */
.header {
  padding: 0 5% 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header > div {
  position: relative;
  width: 321px;
  text-align: right;
}
.header > div .lang {
  position: absolute;
  right: 315px;
  left: 0;
  bottom: -8px;
  width: 110px;
}
.header > div .lang .acc-label {
  cursor: pointer;
  background: #fff;
  color: #7E7E7E;
  display: block;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 16px 0 0;
  margin: 0;
  width: auto;
}
.header > div .lang .acc-label span {
  margin: 0 0 0 5px;
}
.header > div .lang .acc-label img {
  width: 25px;
}
.header > div .lang .acc-label::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.header > div .lang .acc-label::after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #7E7E7E;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header > div .lang .acc-content {
  text-align: center;
  padding: 5px 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.header > div .lang .acc-content li a {
  padding: 10px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #7E7E7E;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
}
.header > div .lang .acc-content li a:hover {
  background: #ececec;
}
.header > div .lang:hover .acc-content {
  overflow: visible;
  opacity: 1;
  z-index: 1;
}
.header .logo02 {
  text-decoration: none;
  margin-top: 10px;
  width: 543px;
}
.header .logo {
  list-style: none;
  width: 186px;
  display: inline-block;
  margin: 0;
}
.header img {
  width: 100%;
}

/* contentsWrap============================================ */
/*乗算あり
.contentsWrap01{
background: linear-gradient( #E8FCFF, #2A71B4);
mix-blend-mode: multiply;
}
.contentsWrap02{
background: linear-gradient( #E8FCFF, #2A71B4);
mix-blend-mode: multiply;
}

乗算なし*/
.contentsWrap01 {
  padding: 0 0 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 115, 213, 0.1)), to(rgba(0, 49, 160, 0.8)));
  background: linear-gradient(rgba(0, 115, 213, 0.1), rgba(0, 49, 160, 0.8));
}

.contentsWrap02 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 252, 255, 0)), to(rgba(0, 49, 160, 0.8)));
  background: linear-gradient(rgba(232, 252, 255, 0), rgba(0, 49, 160, 0.8));
}

/* l_main============================================ */
.l_main {
  padding: 39px 0 0;
  text-align: center;
}
.l_main h1 {
  background: rgba(0, 31, 116, 0.7);
  border-radius: 81px;
  width: min(95%, 900px);
  margin: 0 auto 0;
  font-size: 50px;
  line-height: 0.7em;
  padding: 7px 10px 25px;
}
.l_main h1 .l_main_text01 {
  font-size: 30px;
  font-weight: bold;
}
.l_main h1 .l_main_text03 {
  font-size: 34px;
}
.l_main .l_main_text04 {
  margin: 13px auto 0 auto;
  position: relative;
  width: 1250px;
  max-width: 100%;
}
.l_main .l_main_text04 img {
  width: min(90%, 915px);
}
.l_main .l_main_text04 .btn_mv_link_hydrogen {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: #000 url(../img/btn_mv_link_hydrogen.png) center center no-repeat;
  background-size: cover;
  border-radius: 100px;
  line-height: 1;
  padding: 0.2em 0.6em;
  font-size: 30px;
  font-weight: 900;
  text-shadow: 0px 1px 2px #001CB5;
}
.l_main .l_main_text04 .btn_mv_link_hydrogen:hover {
  opacity: 0.8;
}
.l_main .l_main_text04 .btn_mv_link_hydrogen .small {
  font-size: 0.66em;
}
@media (max-width: 1200px) {
  .l_main .l_main_text04 .btn_mv_link_hydrogen {
    left: 5%;
    right: auto;
    top: 0;
  }
}
.l_main .l_main_text05 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3em;
  color: #001F74;
  margin: 15px 0 0;
}
.l_main .l_main_text05 span {
  font-weight: 900;
}
.l_main .mvicon {
  position: fixed;
  top: 100px;
  right: 6%;
  width: 85px;
  height: 85px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  color: #001F74;
  background: #FFF500;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 5px 0px #cecece;
  box-shadow: 0px 0px 5px 0px #cecece;
  z-index: 4;
}
.l_main .mvicon p {
  z-index: 1;
  margin: -5px 0 0;
}
.l_main .mvicon:before {
  content: "";
  background: url("../../common/img/arrow.png") no-repeat;
  background-size: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.l_main .mvicon:after {
  content: "";
  background: #FFFA88;
  background-size: 85px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0px 0px 5px 0px #cecece;
  box-shadow: 0px 0px 5px 0px #cecece;
}
@media (min-width: 768px) {
  .l_main .mvicon:hover {
    opacity: 0.8;
    top: 110px;
  }
}

/* section============================================ */
section {
  margin: 130px 80px 0;
  padding: 60px 0 0;
  overflow: hidden;
  border-top: 1px solid #fff;
}
section h2 {
  font-size: 50px;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 1200px) {
  section h2 {
    font-size: 45px;
  }
}

/* l_sec01============================================ */
.l_sec01 {
  position: relative;
  padding: 0;
  margin: 60px auto 0;
  border-top: none;
}
.l_sec01 p {
  font-size: 45px;
}
.l_sec01 .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_sec01 .l_sec01_box01 {
  position: relative;
  /*margin: 0 0 0 180px;*/
}
.l_sec01 .l_sec01_box01 .inner {
  padding: 60px 0 60px 50px;
  /*width: unquote('min(100%, 847px)');
      margin: 0 auto;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.l_sec01 .l_sec01_box01 .inner h2 {
  font-size: 49px;
  line-height: 2em;
  color: #FFFA88;
  width: min(100%, 231px);
}
.l_sec01 .l_sec01_box01 .inner h2 .l_sec01_text01 {
  font-size: 141px;
  font-weight: bold;
  line-height: 1em;
}
.l_sec01 .l_sec01_box01 .inner h2 .l_sec01_text02 {
  font-size: 71px;
}
.l_sec01 .l_sec01_box01 .inner h2 img {
  width: min(90%, 231px);
}
.l_sec01 .l_sec01_box01 .inner p {
  margin: 0 80px 0 0;
}
.l_sec01 .l_sec01_box01:before {
  content: "";
  position: absolute;
  display: block;
  background: #00113C;
  mix-blend-mode: soft-light;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px 0 0 50px/50px 0 0 50px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l_sec01 .l_sec01_box02 {
  position: relative;
  margin: 50px 0 0 0;
}
.l_sec01 .l_sec01_box02 .inner {
  padding: 12px 0 11px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.l_sec01 .l_sec01_box02 .inner > div {
  margin: 0 100px 0 0;
}
.l_sec01 .l_sec01_box02 .inner h2 {
  font-size: 40px;
  text-align: left;
  line-height: 1.4em;
}
.l_sec01 .l_sec01_box02 .inner p {
  margin: 15px 0 0;
}
.l_sec01 .l_sec01_box02 .inner img {
  width: min(90%, 278px);
}
.l_sec01 .l_sec01_box02:before {
  content: "";
  position: absolute;
  display: block;
  background: #00696E;
  mix-blend-mode: soft-light;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0 50px 50px 0/0 50px 50px 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1200px) {
  .l_sec01 .l_sec01_box01 .inner h2 {
    font-size: 45px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1200px) {
  .l_sec01 .l_sec01_box02 .inner img {
    width: 25%;
  }
}
/* l_sec02=========================================== */
.l_sec02 .inner {
  width: min(100%, 1030px);
  margin: 52px auto 0;
}
.l_sec02 .inner h3 {
  font-size: 45px;
  line-height: 1.6em;
  width: 100%;
}
.l_sec02 .inner h3 span {
  color: #001F74;
}
.l_sec02 .inner p {
  width: 100%;
}
.l_sec02 .inner > div {
  width: min(90%, 550px);
  height: 400px;
  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;
  text-align: center;
}
.l_sec02 .inner > div:after {
  content: "";
  background: #2FF5EE;
  background-size: 400px;
  width: 400px;
  height: 5px;
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.l_sec02 .inner > div.slide-right:after {
  left: -100%;
}
.l_sec02 .inner > div.slide-left:after {
  right: -100%;
}
.l_sec02 .inner > div.is-show:after {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l_sec02 .inner > div > div {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.l_sec02 .inner .bg_blue:before {
  content: "";
  position: absolute;
  display: block;
  background: #00113C;
  mix-blend-mode: soft-light;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  /*width: 100%;*/
  height: 100%;
  z-index: 1;
}
.l_sec02 .inner .bg_lightblue:before {
  content: "";
  position: absolute;
  display: block;
  background: #00696E;
  mix-blend-mode: soft-light;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  height: 100%;
  z-index: 1;
}
.l_sec02 .inner .bg_blue > div, .l_sec02 .inner .bg_lightblue > div {
  z-index: 2;
}
.l_sec02 .inner .l_sec02_box01 {
  padding: 44px 0 24px;
}
.l_sec02 .inner .l_sec02_box01 p {
  font-size: 65px;
  line-height: 1em;
}
.l_sec02 .inner .l_sec02_box01 p span {
  display: block;
  font-size: 30px;
  margin: 2px 0 0;
}
.l_sec02 .inner .l_sec02_box02 {
  float: right;
  margin: -75px 0 0;
  padding: 42px 0 72px;
}
.l_sec02 .inner .l_sec02_box02 p {
  font-size: 35px;
  line-height: 1.4em;
}
.l_sec02 .inner .l_sec02_box03 {
  float: left;
  margin: -75px 0 0;
  padding: 44px 0 34px;
}
.l_sec02 .inner .l_sec02_box03 p {
  font-size: 50px;
  line-height: 1.4em;
}
.l_sec02 .inner .l_sec02_box03::after {
  content: none;
}
.l_sec02 .inner .l_sec02_box03 > div {
  -ms-flex-line-pack: center;
  align-content: center;
}
.l_sec02 .inner .l_sec02_box04 {
  float: right;
  margin: -75px 0 0;
  padding: 38px 0 38px;
}
.l_sec02 .inner .l_sec02_box04 h3 {
  line-height: 1.3em;
}
.l_sec02 .inner .l_sec02_box04 p {
  font-size: 35px;
  line-height: 1.7em;
}
.l_sec02 .inner .l_sec02_box04 p span {
  font-size: 65px;
}

@media (max-width: 1200px) {
  .l_sec02 .inner .l_sec02_box02 {
    margin: -30px 0 0;
  }
}
@media (max-width: 1200px) {
  .l_sec02 .inner .l_sec02_box03 {
    margin: -30px 0 0;
  }
}
@media (max-width: 1200px) {
  .l_sec02 .inner .l_sec02_box04 {
    margin: -30px 0 0;
  }
}
/* l_sec03=========================================== */
.l_sec03 {
  text-align: center;
}
.l_sec03 img {
  width: min(100%, 900px);
}
.l_sec03 p {
  font-size: 13px;
  text-align: left;
  margin: 0 auto;
  width: min(100%, 728px);
}
.l_sec03 ul {
  width: min(100%, 728px);
  margin: 0 auto;
}
.l_sec03 ul li {
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.l_sec03 .img_003_pc {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 29px;
  display: block;
}

/* l_sec04============================================ */
.l_sec04 {
  text-align: center;
}
.l_sec04 .l_sec04_text01 {
  font-size: 30px;
  margin: 15px 0 0;
  line-height: 1.6em;
}
.l_sec04 .l_sec04_text02 {
  font-size: 40px;
  margin: 24px 0 0;
  line-height: 1.4em;
}
.l_sec04 img {
  width: min(100%, 900px);
}
.l_sec04 .img_004_pc {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 29px;
  display: block;
}
.l_sec04 .img_004_pc a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  overflow: hidden;
  text-indent: -30em;
  height: 100%;
  display: block;
  left: 35.8%;
  right: auto;
  top: 0;
  bottom: 0;
  width: 21.5%;
  z-index: 5;
}
.l_sec04 .img_004_pc a:hover {
  background: rgba(0, 49, 160, 0.2);
}

@media (max-width: 1200px) {
  .l_sec04 .l_sec04_text01 {
    font-size: 25px;
  }
}
/* l_sec05============================================ */
.l_sec05 {
  margin: 0 80px 0;
  border-top: none;
}
.l_sec05 h2 {
  color: #001F74;
}
.l_sec05 .info {
  width: min(90%, 900px);
  margin: 20px auto 0;
}
.l_sec05 .info iframe {
  height: 900px;
  border-radius: 10px;
  background: #fff;
}

/* footer============================================ */
.footer {
  padding: 20px 80px 40px 20px;
  margin-top: 80px;
  text-align: right;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#pagetop a {
  cursor: pointer;
  padding: 10px;
  display: block;
  background-color: #000;
}

/* cookie_alert============================================ */
#cookie_alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #000;
  background: #ccc;
  z-index: 1000;
  display: none;
  padding: 30px 20px;
  background-color: rgba(204, 204, 204, 0.9);
}

#cookie_alert > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cookie_alert > div > .tx {
  width: calc(100% - 300px);
}

#cookie_alert > div > .tx .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.2rem;
}

#cookie_alert > div > .tx * + p {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 16px;
  line-height: 24px;
}

#cookie_alert > div > .tx a {
  text-decoration: underline;
}

#cookie_alert > div > .tx a:hover {
  text-decoration: none;
}

#cookie_alert > div > .btn {
  width: 300px;
}

#cookie_alert .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}

#cookie_alert .close:hover {
  opacity: 0.7;
}

#cookie_alert .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cookie_alert .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cookie_alert {
  /*
  .button a:hover::after, .button button:hover::after {
    opacity: 1;
    background: url("../../common/img/arrow_button.svg") no-repeat right 10px center;
  }*/
}
#cookie_alert .button {
  margin-top: 20px;
  letter-spacing: -1rem;
}
#cookie_alert .button.center {
  text-align: center;
}
#cookie_alert .button.column a {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cookie_alert .button a, #cookie_alert .button button {
  position: relative;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.1rem;
  outline: none;
  background-color: #F0F3F5;
  color: #000 !important;
  overflow: hidden;
  border: 1px solid #CDD6DD;
  border-radius: 25px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cookie_alert .button a::after, #cookie_alert .button button::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: url(../images/arrow_button.svg) no-repeat right 30px center;
  opacity: 0;
}
#cookie_alert .button a:hover, #cookie_alert .button button:hover {
  background: #D22730;
  color: #fff !important;
  opacity: 1 !important;
}
#cookie_alert .button a + a, #cookie_alert .button a + button, #cookie_alert .button button + a, #cookie_alert .button button + button {
  margin-left: 20px;
}
#cookie_alert .button > span {
  display: inline-block;
  min-width: 190px;
  padding: 12px 40px 12px 20px;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.1rem;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #98A6B5;
  color: #fff !important;
  overflow: hidden;
  border-radius: 5px;
  font-weight: 700;
}

/* anime============================================ */
.slide-up {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: top 1s, opacity 2s;
  transition: top 1s, opacity 2s;
  z-index: 2;
}
.slide-up.is-show {
  top: 0;
  opacity: 1;
}

.slide-left {
  position: relative;
}
.slide-left::before, .slide-left::after {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-left::before {
  top: 0;
  right: -100%;
  height: 100%;
}
.slide-left.is-show::before {
  right: 0;
  width: 100%;
}
.slide-left.is-show.l_sec01_box01:before {
  width: 90%;
}

.slide-right {
  position: relative;
}
.slide-right::before, .slide-right::after {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-right::before {
  top: 0;
  left: -100%;
  height: 100%;
}
.slide-right.is-show::before {
  left: 0;
  width: 100%;
}
.slide-right.is-show.l_sec01_box02:before {
  width: 90%;
}

.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}

.inner.is-show .reflection {
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-up {
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.fade-up:nth-of-type(2) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.fade-up:nth-of-type(3) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.fade-in02 {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.fade-in03 {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}/*# sourceMappingURL=pc.css.map */