@charset "UTF-8";
/* 変数設定 */
/********************/
.svg-test {
  font-size: 20px;
}
.svg-test::before {
  content: "";
  display: block;
  background: url("../images/svg_sprite_01.svg") no-repeat;
  background-position: 0px 0px;
  width: 1em;
  height: 1em;
  fill: red;
}

.myicon {
  display: block;
  width: 32px;
  height: 32px;
  background-color: blue;
  -webkit-mask-image: url(../svg/svg_sprite_01.svg);
  mask-image: url(../svg/svg_sprite_01.svg);
  -webkit-mask-size: 32px 32px;
  mask-size: 32px 32px;
}

html, body {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
body img {
  position: relative;
  width: 100%;
  height: auto;
}

.ie-error {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 2;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  padding: 80px 40px;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .ie-error {
    padding: 160px 80px;
  }
}

svg {
  fill: #000;
}

.marker-color {
  background: #f4f0e7;
  padding: 0 20px 5px 20px;
}

@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br_tl {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .br_tl {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
}

hr {
  border-top: 1px dotted #8c8c8c;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 140px 0;
  }
}

.text-bold {
  font-weight: 700;
}

.text-exbold {
  font-weight: 900;
}

.text-rmark {
  font-size: 1.1rem;
  vertical-align: super;
}

/*テキストカラー*/
.text-red {
  color: red;
}

.text-blue {
  color: #033480;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:hover {
  color: #fccf00;
}

a img,
a .icon-svg {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  a:hover .icon-svg {
    opacity: 0.5;
  }
}

.btn-box {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.btn-box a {
  display: block;
  background: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-optical-sizing: auto;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 29px;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 380px;
  padding: 15px 25px 15px 25px;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  .btn-box a {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    border: 1px solid #000;
    width: calc(100% - 80px);
    padding: 30px 45px 28px 45px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 960px) {
  .btn-box a {
    width: calc(100% - 160px);
  }
}
.btn-box a:hover {
  color: #000;
  background: #fccf00;
  text-decoration: none;
  border: 1px solid #000;
}

.btn-box-small {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.btn-box-small a {
  display: inline-block;
  background: #fff;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 13px;
  padding: 10px 15px 10px 15px;
  margin-top: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-box-small a {
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 0.06em;
    margin-top: 30px;
  }
}
.btn-box-small a:focus {
  color: red;
  background: #fccf00;
  text-decoration: none;
  border: 1px solid #000;
}
@media (hover: hover) and (pointer: fine) {
  .btn-box-small a:hover {
    color: #000;
    background: #fccf00;
    text-decoration: none;
    border: 1px solid #000;
  }
}

.btn-circle {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
}
.btn-circle a {
  display: inline-block;
  background: #fff;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  font-optical-sizing: auto;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 13px;
  padding: 15px 25px 15px 25px;
  margin-top: 40px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-circle a {
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 0.06em;
    padding: 15px 25px 15px 25px;
    margin-top: 60px;
  }
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  display: block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background: #282936;
  border-radius: 2rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.8rem;
  width: 1.5rem;
  height: 0.2rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.35rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 3rem 0.65rem 4rem;
  margin: 0 0 0 1rem;
  color: #282936;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  font-optical-sizing: auto;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

.btn-wave {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .btn-wave {
    margin-top: 80px;
  }
}

.wave-anm {
  position: absolute;
  top: 0;
  left: 0;
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 20px 46px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-color: #444874;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #444874;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 7.2px;
  top: 7.2px;
  width: 100%;
  height: 100%;
  border-right: 4px solid #444874;
  border-bottom: 4px solid #444874;
  transition: all 0.3s 0.2s;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.blob-btn:hover {
  color: #444874;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 4px;
  width: 25%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}

.header {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 10px 40px;
  }
}
.header__logo {
  position: relative;
  width: 81px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 81px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__btn {
  position: absolute;
  top: 10px;
  right: 20px;
}
.header__btn li {
  width: 45px;
}

.footer {
  position: relative;
  color: #fff;
  background: #b10031;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 20px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
    padding: 40px 40px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .footer {
    padding: 80px 80px;
    margin-top: 180px;
  }
}
.footer__inner {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    margin: 0;
  }
}
.footer__inner.t-left {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .footer__inner.t-left {
    display: flex;
  }
}
.footer__tx-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__tx-inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .footer__tx-inner {
    padding-left: 40px;
  }
}
.footer__navi {
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer__navi {
    padding-top: 0;
    padding-right: 40px;
  }
}
.footer__navi li {
  line-height: 1;
  text-align: center;
  padding-top: 15px;
}
.footer__navi li:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .footer__navi li {
    text-align: left;
  }
}
.footer__navi li a {
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-optical-sizing: auto;
  line-height: 1;
  letter-spacing: 0.04em;
}
.footer__navi li a:hover {
  color: #fccf00;
}
.footer__logo {
  position: relative;
  width: 116px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    border-right: 1px solid #fff;
    width: 106px;
    margin: 0px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .footer__logo {
    padding-right: 40px;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__title {
  position: relative;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-optical-sizing: auto;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .footer__title {
    text-align: right;
  }
}
.footer__text {
  position: relative;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-optical-sizing: auto;
  line-height: 1.4;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer__text {
    text-align: right;
  }
}
.footer__text a {
  color: #fff;
}
.footer__text a:hover {
  color: #fccf00;
}
.footer__copyright {
  position: relative;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-optical-sizing: auto;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    text-align: right;
  }
}
.footer__sns-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer__sns-list {
    width: 80px;
    margin: 0;
    margin-top: 40px;
  }
}
.footer__insta {
  position: relative;
  background: url(../images/icon_insta_01_ro.svg) no-repeat;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__insta {
    width: 35px;
    height: 35px;
    margin: 0;
  }
}
.footer__insta a:hover {
  opacity: 0;
}
.footer__note {
  position: relative;
  background: url(../images/icon_note_01_ro.svg) no-repeat;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__note {
    width: 35px;
    height: 35px;
    margin: 0;
  }
}
.footer__note a:hover {
  opacity: 0;
}

.back-top__btn {
  position: fixed;
  background: url(../images/btn_arrow_01_ro.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .back-top__btn {
    background-size: 43px;
    width: 43px;
    height: 43px;
    bottom: 40px;
    right: 44px;
  }
  .back-top__btn a:hover {
    opacity: 0;
  }
}
.back-top__btn img {
  width: 100%;
  height: 100%;
}

.nav-logo {
  position: relative;
  width: 100%;
  max-width: 140px;
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav-logo {
    max-width: 180px;
    padding-top: 40px;
  }
}

.btn-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 160px;
  margin-top: 40px;
}

.insta {
  position: relative;
  background: url(../images/icon_insta_01_ro.svg) no-repeat;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
}
.insta a:hover {
  opacity: 0;
}

.note {
  position: relative;
  background: url(../images/icon_note_01_ro.svg) no-repeat;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
}
.note a:hover {
  opacity: 0;
}

.home {
  position: relative;
  background: url(../images/icon_home_01_ro.svg) no-repeat;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
}
.home a:hover {
  opacity: 0;
}

.btn-english {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.btn-english a {
  display: block;
  background: #fff;
  color: #b10031;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-optical-sizing: auto;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  width: fit-content;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  .btn-english a {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 10px 45px 10px 45px;
    margin-top: 40px;
  }
}
.btn-english a:hover {
  background: #fccf00;
  text-decoration: none;
}

nav {
  position: absolute;
  display: block;
}
@media screen and (min-width: 6100px) {
  nav {
    position: relative;
  }
}
@media print {
  nav {
    display: none !important;
  }
}
nav ul {
  display: block;
  position: relative;
  list-style: none;
}
nav ul li {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 0;
}
nav ul li:first-child {
  border-top: 1px solid #fff;
}
nav ul li:first-child {
  padding-left: 0px;
}
nav ul li a {
  position: relative;
  display: block;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-optical-sizing: auto;
  line-height: 0.8;
  letter-spacing: 0.004em;
  text-decoration: none;
  transition: all 0.3s;
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 6100px) {
  nav ul li a {
    font-size: 18px;
    border-bottom: none;
  }
}
nav ul li a:hover {
  color: #f8b62d;
}
nav ul li.g-navi__not-open {
  display: block;
  color: rgb(98, 98, 98);
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-optical-sizing: auto;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-bottom: 1px solid #4d4d4d;
  padding: 15px 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 6100px) {
  nav ul li.g-navi__not-open {
    color: rgb(159, 159, 159);
    font-size: 1.6rem;
    border-bottom: none;
    padding: 20px 0 20px 2.5%;
  }
}
@media screen and (min-width: 1132px) {
  nav ul li.g-navi__not-open {
    font-size: 1.6rem;
  }
}
nav ul li ul {
  display: block;
}
nav ul li ul li {
  padding-left: 0;
}
nav ul li ul li a {
  padding: 20px 20px;
}
@media screen and (max-width: 1200px) {
  nav ul li ul li a {
    padding: 20px 0 20px 30px;
  }
}

nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
@media screen and (min-width: 6100px) {
  nav ul li.has-child::before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 22px;
    left: 5px;
  }
}
@media screen and (min-width: 1132px) {
  nav ul li.has-child::before {
    left: 15px;
  }
}

nav ul li.has-child.active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  top: 20px;
}

nav li.has-child ul {
  position: absolute;
  left: -30px;
  top: 57px;
  z-index: 4;
  background: #0b0009;
  width: 170px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
nav li.has-child ul li a:last-child {
  border-bottom: none;
}
nav li.has-child ul li a:hover {
  background: #f8b62d;
}
nav li.has-child ul li a:active {
  background: #f8b62d;
}

#g-nav {
  position: relative;
  width: 100%;
  max-width: 780px;
}
@media screen and (max-width: 6099px) {
  #g-nav {
    position: fixed;
    background: rgb(177, 0, 49);
    z-index: 999;
    width: 100%;
    max-width: 6100px;
    height: 100vh;
    margin: 0;
    top: -120%;
    left: 0;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 6099px) {
  #g-nav ul {
    list-style: none;
    text-align: center;
    width: 90%;
    max-width: 780px;
    margin: 20px auto 0 auto;
  }
  #g-nav ul a {
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  #g-nav ul a:hover {
    color: #f8b62d;
  }
}
@media screen and (max-width: 6099px) {
  #g-nav ul ul {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 6099px) {
  #g-nav.panelactive {
    top: 0;
  }
}
@media screen and (max-width: 6099px) {
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 6099px) {
  #g-nav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
    transform: none;
  }
}

.g-nav-openbtn {
  display: block;
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  background: #b10031;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.g-nav-openbtn .openbtn-area {
  transition: all 0.4s;
}
.g-nav-openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 48%;
}
.g-nav-openbtn span:nth-of-type(1) {
  top: 14px;
}
.g-nav-openbtn span:nth-of-type(2) {
  top: 22px;
}
.g-nav-openbtn span:nth-of-type(3) {
  top: 30px;
}
.g-nav-openbtn.active .openbtn-area {
  transform: rotateY(-360deg);
}
.g-nav-openbtn.active span:nth-of-type(1) {
  top: 17px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
  width: 40%;
}
.g-nav-openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.g-nav-openbtn.active span:nth-of-type(3) {
  top: 29px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
  width: 40%;
}

.btn-box.delighter,
.contents-unit-11__inner.delighter,
.contents-unit-11__title-sub.delighter,
.contents-unit-04__btn.delighter,
.contents-unit-11__text-tax.delighter,
.contents-unit-11__title.delighter,
.contents-unit-07__list.delighter,
.contents-unit-07__heading-sub.delighter,
.contents-unit-07__heading.delighter,
.contents-unit-07__title.delighter,
.contents-unit-05__border.delighter,
.contents-unit-05__title.delighter,
.contents-unit-04__inner.delighter,
.contents-unit-03__text.delighter,
.contents-unit-03__catch.delighter,
.contents-unit-03__title.delighter,
.contents-unit-02__photo.delighter,
.contents-unit-02__text.delighter,
.contents-unit-02__img.delighter,
.contents-unit-02__lead.delighter,
.contents-unit-02__title.delighter,
.contents-unit-01__tx-inner.delighter,
.contents-unit-01__title.delighter,
.top-unit-04__inner.delighter,
.top-unit-04__title.delighter,
.top-unit-03__list.delighter,
.top-unit-03__num.delighter,
.top-unit-03__img.delighter,
.top-unit-02__text.delighter,
.top-unit-02__catch.delighter,
.top-unit-02__title.delighter,
.top-unit-01__text.delighter,
.top-unit-01__img.delighter,
.top-unit-01__lead.delighter,
.top-unit-01__title.delighter,
.top-intro__text.delighter,
.top-intro__title.delighter,
.top-intro__logo.delighter,
.top-unit-05__unit.delighter,
.top-unit-04__unit.delighter,
.top-unit-03__unit.delighter,
.top-unit-02__photo.delighter,
.top-unit-02__text-inner.delighter,
.top-news__title.delighter,
.news__inner.delighter,
.top-news__btn.delighter,
.top-unit-01__logo.delighter,
.top-unit-01__catch.delighter,
.top-unit-01__text.delighter {
  transition: all 1.5s ease-out;
  opacity: 0;
}

.btn-box.delighter.started,
.contents-unit-11__inner.delighter.started,
.contents-unit-11__title-sub.delighter.started,
.contents-unit-04__btn.delighter.started,
.contents-unit-11__text-tax.delighter.started,
.contents-unit-11__title.delighter.started,
.contents-unit-07__list.delighter.started,
.contents-unit-07__heading-sub.delighter.started,
.contents-unit-07__heading.delighter.started,
.contents-unit-07__title.delighter.started,
.contents-unit-05__border.delighter.started,
.contents-unit-05__title.delighter.started,
.contents-unit-04__inner.delighter.started,
.contents-unit-03__text.delighter.started,
.contents-unit-03__catch.delighter.started,
.contents-unit-03__title.delighter.started,
.contents-unit-02__photo.delighter.started,
.contents-unit-02__text.delighter.started,
.contents-unit-02__img.delighter.started,
.contents-unit-02__lead.delighter.started,
.contents-unit-02__title.delighter.started,
.contents-unit-01__tx-inner.delighter.started,
.contents-unit-01__title.delighter.started,
.top-unit-04__inner.delighter.started,
.top-unit-04__title.delighter.started,
.top-unit-03__list.delighter.started,
.top-unit-03__num.delighter.started,
.top-unit-03__img.delighter.started,
.top-unit-02__text.delighter.started,
.top-unit-02__catch.delighter.started,
.top-unit-02__title.delighter.started,
.top-unit-01__text.delighter.started,
.top-unit-01__img.delighter.started,
.top-unit-01__lead.delighter.started,
.top-unit-01__title.delighter.started,
.top-intro__text.delighter.started,
.top-intro__title.delighter.started,
.top-intro__logo.delighter.started,
.top-unit-05__unit.delighter.started,
.top-unit-04__unit.delighter.started,
.top-unit-03__unit.delighter.started,
.top-unit-02__photo.delighter.started,
.top-unit-02__text-inner.delighter.started,
.top-news__title.delighter.started,
.news__inner.delighter.started,
.top-news__btn.delighter.started,
.top-unit-01__logo.delighter.started,
.top-unit-01__text.delighter.started,
.top-unit-01__catch.delighter.started {
  opacity: 1;
}

.contents-unit-12__img.delighter,
.top-intro-photo__img.delighter,
.top-unit-05__title.delighter,
.top-unit-05__lead.delighter,
.top-unit-04__lead.delighter,
.top-unit-04__lead.delighter,
.top-unit-03__text.delighter,
.top-unit-03__photo.delighter,
.top-unit-03__title.delighter,
.top-unit-03__lead.delighter,
.top-unit-02__title.delighter,
.top-unit-02__lead.delighter {
  transition: all 1s ease-out;
  opacity: 0;
}
.contents-unit-12__img.delighter:nth-child(2),
.top-intro-photo__img.delighter:nth-child(2),
.top-unit-05__title.delighter:nth-child(2),
.top-unit-05__lead.delighter:nth-child(2),
.top-unit-04__lead.delighter:nth-child(2),
.top-unit-04__lead.delighter:nth-child(2),
.top-unit-03__text.delighter:nth-child(2),
.top-unit-03__photo.delighter:nth-child(2),
.top-unit-03__title.delighter:nth-child(2),
.top-unit-03__lead.delighter:nth-child(2),
.top-unit-02__title.delighter:nth-child(2),
.top-unit-02__lead.delighter:nth-child(2) {
  transition-delay: 0.2s;
}
.contents-unit-12__img.delighter:nth-child(3),
.top-intro-photo__img.delighter:nth-child(3),
.top-unit-05__title.delighter:nth-child(3),
.top-unit-05__lead.delighter:nth-child(3),
.top-unit-04__lead.delighter:nth-child(3),
.top-unit-04__lead.delighter:nth-child(3),
.top-unit-03__text.delighter:nth-child(3),
.top-unit-03__photo.delighter:nth-child(3),
.top-unit-03__title.delighter:nth-child(3),
.top-unit-03__lead.delighter:nth-child(3),
.top-unit-02__title.delighter:nth-child(3),
.top-unit-02__lead.delighter:nth-child(3) {
  transition-delay: 0.3s;
}
.contents-unit-12__img.delighter:nth-child(4),
.top-intro-photo__img.delighter:nth-child(4),
.top-unit-05__title.delighter:nth-child(4),
.top-unit-05__lead.delighter:nth-child(4),
.top-unit-04__lead.delighter:nth-child(4),
.top-unit-04__lead.delighter:nth-child(4),
.top-unit-03__text.delighter:nth-child(4),
.top-unit-03__photo.delighter:nth-child(4),
.top-unit-03__title.delighter:nth-child(4),
.top-unit-03__lead.delighter:nth-child(4),
.top-unit-02__title.delighter:nth-child(4),
.top-unit-02__lead.delighter:nth-child(4) {
  transition-delay: 0.4s;
}
.contents-unit-12__img.delighter:nth-child(5),
.top-intro-photo__img.delighter:nth-child(5),
.top-unit-05__title.delighter:nth-child(5),
.top-unit-05__lead.delighter:nth-child(5),
.top-unit-04__lead.delighter:nth-child(5),
.top-unit-04__lead.delighter:nth-child(5),
.top-unit-03__text.delighter:nth-child(5),
.top-unit-03__photo.delighter:nth-child(5),
.top-unit-03__title.delighter:nth-child(5),
.top-unit-03__lead.delighter:nth-child(5),
.top-unit-02__title.delighter:nth-child(5),
.top-unit-02__lead.delighter:nth-child(5) {
  transition-delay: 0.5s;
}
.contents-unit-12__img.delighter:nth-child(6),
.top-intro-photo__img.delighter:nth-child(6),
.top-unit-05__title.delighter:nth-child(6),
.top-unit-05__lead.delighter:nth-child(6),
.top-unit-04__lead.delighter:nth-child(6),
.top-unit-04__lead.delighter:nth-child(6),
.top-unit-03__text.delighter:nth-child(6),
.top-unit-03__photo.delighter:nth-child(6),
.top-unit-03__title.delighter:nth-child(6),
.top-unit-03__lead.delighter:nth-child(6),
.top-unit-02__title.delighter:nth-child(6),
.top-unit-02__lead.delighter:nth-child(6) {
  transition-delay: 0.6s;
}
.contents-unit-12__img.delighter:nth-child(7),
.top-intro-photo__img.delighter:nth-child(7),
.top-unit-05__title.delighter:nth-child(7),
.top-unit-05__lead.delighter:nth-child(7),
.top-unit-04__lead.delighter:nth-child(7),
.top-unit-04__lead.delighter:nth-child(7),
.top-unit-03__text.delighter:nth-child(7),
.top-unit-03__photo.delighter:nth-child(7),
.top-unit-03__title.delighter:nth-child(7),
.top-unit-03__lead.delighter:nth-child(7),
.top-unit-02__title.delighter:nth-child(7),
.top-unit-02__lead.delighter:nth-child(7) {
  transition-delay: 0.7s;
}
@media screen and (min-width: 768px) {
  .contents-unit-12__img.delighter,
  .top-intro-photo__img.delighter,
  .top-unit-05__title.delighter,
  .top-unit-05__lead.delighter,
  .top-unit-04__lead.delighter,
  .top-unit-04__lead.delighter,
  .top-unit-03__text.delighter,
  .top-unit-03__photo.delighter,
  .top-unit-03__title.delighter,
  .top-unit-03__lead.delighter,
  .top-unit-02__title.delighter,
  .top-unit-02__lead.delighter {
    transition: all 1s ease-out;
    opacity: 0;
  }
  .contents-unit-12__img.delighter:nth-child(2),
  .top-intro-photo__img.delighter:nth-child(2),
  .top-unit-05__title.delighter:nth-child(2),
  .top-unit-05__lead.delighter:nth-child(2),
  .top-unit-04__lead.delighter:nth-child(2),
  .top-unit-04__lead.delighter:nth-child(2),
  .top-unit-03__text.delighter:nth-child(2),
  .top-unit-03__photo.delighter:nth-child(2),
  .top-unit-03__title.delighter:nth-child(2),
  .top-unit-03__lead.delighter:nth-child(2),
  .top-unit-02__title.delighter:nth-child(2),
  .top-unit-02__lead.delighter:nth-child(2) {
    transition-delay: 0.2s;
  }
  .contents-unit-12__img.delighter:nth-child(3),
  .top-intro-photo__img.delighter:nth-child(3),
  .top-unit-05__title.delighter:nth-child(3),
  .top-unit-05__lead.delighter:nth-child(3),
  .top-unit-04__lead.delighter:nth-child(3),
  .top-unit-04__lead.delighter:nth-child(3),
  .top-unit-03__text.delighter:nth-child(3),
  .top-unit-03__photo.delighter:nth-child(3),
  .top-unit-03__title.delighter:nth-child(3),
  .top-unit-03__lead.delighter:nth-child(3),
  .top-unit-02__title.delighter:nth-child(3),
  .top-unit-02__lead.delighter:nth-child(3) {
    transition-delay: 0.3s;
  }
  .contents-unit-12__img.delighter:nth-child(4),
  .top-intro-photo__img.delighter:nth-child(4),
  .top-unit-05__title.delighter:nth-child(4),
  .top-unit-05__lead.delighter:nth-child(4),
  .top-unit-04__lead.delighter:nth-child(4),
  .top-unit-04__lead.delighter:nth-child(4),
  .top-unit-03__text.delighter:nth-child(4),
  .top-unit-03__photo.delighter:nth-child(4),
  .top-unit-03__title.delighter:nth-child(4),
  .top-unit-03__lead.delighter:nth-child(4),
  .top-unit-02__title.delighter:nth-child(4),
  .top-unit-02__lead.delighter:nth-child(4) {
    transition-delay: 0.4s;
  }
  .contents-unit-12__img.delighter:nth-child(5),
  .top-intro-photo__img.delighter:nth-child(5),
  .top-unit-05__title.delighter:nth-child(5),
  .top-unit-05__lead.delighter:nth-child(5),
  .top-unit-04__lead.delighter:nth-child(5),
  .top-unit-04__lead.delighter:nth-child(5),
  .top-unit-03__text.delighter:nth-child(5),
  .top-unit-03__photo.delighter:nth-child(5),
  .top-unit-03__title.delighter:nth-child(5),
  .top-unit-03__lead.delighter:nth-child(5),
  .top-unit-02__title.delighter:nth-child(5),
  .top-unit-02__lead.delighter:nth-child(5) {
    transition-delay: 0.5s;
  }
  .contents-unit-12__img.delighter:nth-child(6),
  .top-intro-photo__img.delighter:nth-child(6),
  .top-unit-05__title.delighter:nth-child(6),
  .top-unit-05__lead.delighter:nth-child(6),
  .top-unit-04__lead.delighter:nth-child(6),
  .top-unit-04__lead.delighter:nth-child(6),
  .top-unit-03__text.delighter:nth-child(6),
  .top-unit-03__photo.delighter:nth-child(6),
  .top-unit-03__title.delighter:nth-child(6),
  .top-unit-03__lead.delighter:nth-child(6),
  .top-unit-02__title.delighter:nth-child(6),
  .top-unit-02__lead.delighter:nth-child(6) {
    transition-delay: 0.6s;
  }
  .contents-unit-12__img.delighter:nth-child(7),
  .top-intro-photo__img.delighter:nth-child(7),
  .top-unit-05__title.delighter:nth-child(7),
  .top-unit-05__lead.delighter:nth-child(7),
  .top-unit-04__lead.delighter:nth-child(7),
  .top-unit-04__lead.delighter:nth-child(7),
  .top-unit-03__text.delighter:nth-child(7),
  .top-unit-03__photo.delighter:nth-child(7),
  .top-unit-03__title.delighter:nth-child(7),
  .top-unit-03__lead.delighter:nth-child(7),
  .top-unit-02__title.delighter:nth-child(7),
  .top-unit-02__lead.delighter:nth-child(7) {
    transition-delay: 0.7s;
  }
}

.contents-unit-02__g-img.delighter.started,
.contents-unit-12__img.delighter.started,
.top-intro-photo__img.delighter.started,
.top-unit-05__title.delighter.started,
.top-unit-05__lead.delighter.started,
.top-unit-04__title.delighter.started,
.top-unit-04__lead.delighter.started,
.top-unit-03__text.delighter.started,
.top-unit-03__photo.delighter.started,
.top-unit-03__title.delighter.started,
.top-unit-03__lead.delighter.started,
.top-unit-02__title.delighter.started,
.top-unit-02__lead.delighter.started {
  transform: none;
  opacity: 1;
}

.contents-unit__detail-inner.delighter::before,
.contents-unit__circle.delighter {
  transition: all 1.5s ease-out;
  transform: translateY(5%) scale(0.95);
  transform-origin: top left;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contents-unit__detail-inner.delighter::before,
  .contents-unit__circle.delighter {
    transition: all 1.5s ease-out;
    transform: translateY(5%) scale(0.95);
    transform-origin: top right;
    opacity: 0;
  }
}

.contents-unit__detail-inner.delighter.started::before,
.contents-unit__circle.delighter.started {
  transform: none;
  opacity: 1;
}

.type-03 .contents-unit__detail-inner.delighter::before {
  transition: all 1.5s ease-out;
  transform: translateY(5%) scale(0.95);
  transform-origin: top center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .type-03 .contents-unit__detail-inner.delighter::before {
    transition: all 1.5s ease-out;
    transform: translateY(5%) scale(0.95);
    transform-origin: top center;
    opacity: 0;
  }
}

.type-03 .contents-unit__detail-inner.delighter.started::before {
  transform: none;
  opacity: 1;
}

.contents-unit__heading.delighter {
  transition: all 1.5s ease-out;
  transform: translateX(10%);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contents-unit__heading.delighter {
    transition: all 1.5s ease-out;
    transform: translateX(10%);
    opacity: 0;
  }
}

.contents-unit__heading.delighter.started {
  transform: none;
  opacity: 1;
}

.type-01 .contents-unit__title.delighter {
  transition: all 1.5s ease-out;
  transform: translateX(10%);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .type-01 .contents-unit__title.delighter {
    transition: all 1.5s ease-out;
    transform: translateX(-10%);
    opacity: 0;
  }
}

.type-01 .contents-unit__title.delighter.started {
  transform: none;
  opacity: 1;
}

.type-03 .contents-unit__title.delighter {
  transition: all 1.5s ease-out;
  transform: translateY(-40px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .type-03 .contents-unit__title.delighter {
    transition: all 1.5s ease-out;
    transform: translateY(-40px);
    opacity: 0;
  }
}

.type-03 .contents-unit__title.delighter.started {
  transform: none;
  opacity: 1;
}

.contents-unit__title-highlight.delighter::after {
  transition: all 1s ease-out;
  transform: scaleY(0);
  transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .contents-unit__title-highlight.delighter::after {
    transition: all 1s ease-out;
    transform: scaleY(0);
    transform-origin: top center;
  }
}

.contents-unit__title-highlight.delighter.started::after {
  transform: none;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bganm1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 100%;
  }
}
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomIn-02 {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.fadeInTriggerTop,
.fadeInTrigger,
.zoomInTrigger {
  opacity: 0;
}

span.smoothText {
  overflow: hidden;
  display: block;
}

span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

.box {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box {
    max-width: 420px;
  }
}

.box-01 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-01 {
    max-width: 343px;
  }
}

.box-02 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-02 {
    max-width: 307px;
  }
}

.box-03 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-03 {
    max-width: 306px;
  }
}

.box-04 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-04 {
    max-width: 379px;
  }
}

.box-05 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-05 {
    max-width: 462px;
  }
}

.box-06 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-06 {
    max-width: 316px;
  }
}

.box-07 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-07 {
    max-width: 392px;
  }
}

.box-08 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-08 {
    max-width: 469px;
  }
}

.box-09 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-09 {
    max-width: 340px;
  }
}

.box-10 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-10 {
    max-width: 415px;
  }
}

.box-11 {
  width: 100%;
  margin: 0 0 2% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-11 {
    max-width: 290px;
  }
}

.boxInner {
  width: inherit;
  height: inherit;
  line-height: 200px;
  font-size: 1.5em;
  text-align: center;
  color: #555;
  background-color: #fff;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #373c5f;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 600px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #333;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 9px;
  left: 18px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .modaal-close:before, .modaal-close:after {
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
  }
}
.modaal-close:before {
  background: #000000;
  transform: rotate(-45deg);
}

.modaal-close:after {
  background: #000000;
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .modaal-close {
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
  }
}
.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (max-height: 900px) {
  .modaal-video-container {
    max-width: 1500px;
    box-sizing: border-box;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}


/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide_area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-optical-sizing: auto;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #b10031;
  top: 0;
  left: 0;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  #splash_logo img {
    width: 130px;
  }
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.poyopoyo {
  transition-delay: 0.5s;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.rollAnime.roll span {
  transition-property: opacity, transform;
  transform: rotateY(360deg);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
}

.splashbg {
  position: relative;
  display: none;
  z-index: 10;
}

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #b10031;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
#container {
  position: relative;
  z-index: 8;
  opacity: 0;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ======================================
clearfix 
======================================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

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