@charset "UTF-8";
/* ==========================================
   Template: 深海（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ==========================================
  以下、デザインを決める記述です
  グラデーションを記述しているところは５か所です
  変えないほうが無難ですが、編集するときは漏れのないよう気を付けてください
   ========================================== */

/*-----------------全体-----------------*/
body {
  background: #fff;
  font-family: YuGothic, 'Yu Gothic', 'TsukuBRdGothic-Regular', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Cambria Math', 'Avenir', sans-serif;
  padding: 0;
  margin: 0;
  color: #000;
}

body#text {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#577d85), to(#57585c));
  background: linear-gradient(to bottom, #577d85 0%, #57585c 100%);
  background-attachment: fixed;
}

body#text main .container {
  background: #313536;
  padding: 30px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body#text main .container {
    padding: 20px;
  }
}

body#text p {
  line-height: 2em;
}

a {
  text-decoration: none;
  color: snow;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a:hover {
  color: #b2d4ce;
}

a img:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

dl,
p,
ul,
ol {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 20px 0;
}

p {
  line-height: 2.2em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Sawarabi Mincho', sans-serif;
}

h4 {
  padding-left: 10px;
  margin: 20px 0 10px;
  font-size: 120%;
}

.container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
}

img + img {
  margin-left: 5px;
}

h2 {
  font-size: 190%;
  font-weight: 500;
  margin: 20px auto;
  color: #000;
  width: 100%;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 150%;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 130%;
  }
}

h3 {
  font-size: 130%;
  display: block;
  margin: 20px auto;
  color: snow;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 110%;
  }
}

header {
  width: 130%;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
  }
}
header .container {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .container {
    padding: 0;
  }
}

header ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

header ul li a {
  display: block;
  padding: 0px 20px 0px 20px;
  color: #c0cccf;
  text-shadow: 0 1px 10px #313536;
}

header ul li a:hover {
  color: snow;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media screen and (max-width: 767px) {
  header ul li a {
    padding: 10px 10px;
  }
}

section {
  position: relative;
  overflow: hidden;
}

.rellax {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rellax canvas {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rellax.base {
  z-index: 1;
}

.rellax.front {
  z-index: 10;
}

.rellax.back {
  z-index: -10;
}

.rellax.deep {
  z-index: -20;
}

.rellax.fix-80 {
  margin-top: 80px;
}

.rellax.fix-160 {
  margin-top: 160px;
}

.rellax .full {
  width: 100%;
  height: 100%;
}

.rellax .full img {
  max-height: 100%;
}

.rellax .half {
  width: 100%;
}

.rellax .half img {
  max-width: 50%;
}

input[type='submit'] {
  border: 1px solid #e2e2e2;
  padding: 2px 8px;
  font-size: 12px;
}

input[type='submit']:focus {
  outline: none;
}

dl.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
}

dl.flex dt {
  width: 120px;
  margin-bottom: 10px;
}

dl.flex dd {
  width: calc(100% - 120px);
  margin-bottom: 10px;
  margin-left: 0;
}

ul.sns-list {
  display: -webkit-box;
  display: flex;
}

ul.sns-list li a {
  font-size: 18px;
}

ul.sns-list li:not(:last-of-type) {
  margin-right: 20px;
}

ul.link-1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 10px 0;
}

ul.link-1 li {
  margin-right: 8px;
}

ul.link-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.link-2.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

ul.link-2 li {
  display: -webkit-box;
  display: flex;
}

ul.link-2 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.link-2 li:not(:first-of-type):before {
  content: '/';
  margin: 0 5px;
}

a.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 50px;
  background: #99937f;
  color: snow;
  margin: 0px auto;
  margin-bottom: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 8px;
}

a.btn:hover {
  background: #635e4f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.btn.white {
  background: snow;
  color: #333333;
}

a.btn.white:hover {
  background: #cccccc;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.btn.black {
  background: #333333;
}

a.btn.black:hover {
  background: #0d0d0d;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.btn.pink {
  background: #fa3c72;
}

a.btn.pink:hover {
  background: #e40645;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: snow;
}

a.btn.blue {
  background: #4169e1;
}

a.btn.blue:hover {
  background: #1d44b8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: snow;
}

hr {
  height: 2px;
  background-color: snow;
  width: 100px;
  border: none;
  margin: 60px auto;
}

span.pink {
  color: #fa3c72;
}

blockquote {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  margin: 20px;
  font-size: 15px;
  font-style: italic;
}

h2.h2-a {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: snow;
}

h2.h2-b {
  padding: 10px 20px;
  background: transparent;
  text-align: center;
}

h2.h2-b:before {
  content: '';
  height: 2px;
  width: 10%;
  background: snow;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

h2.h2-b:after {
  content: '';
  height: 2px;
  width: 10%;
  background: snow;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

h2.h2-c {
  border-bottom: snow double 4px;
  padding: 0 0 5px;
}

h3.h3-a {
  padding: 0 0 5px;
  border-bottom: 1px solid snow;
}

h3.h3-b {
  border-left: 5px solid snow;
  padding-left: 10px;
}

ul.li-a {
  list-style: square inside;
  margin: 1em 0.5em;
}

ul.li-a li {
  margin-bottom: 0.5em;
}

ul.li-b {
  list-style: disc inside;
  margin: 1em 0.5em;
}

ul.li-b li {
  margin-bottom: 0.5em;
}

ol.li-a {
  list-style: decimal inside;
  margin: 1em 0.5em;
}

ol.li-a li {
  margin-bottom: 0.5em;
}

ol.li-b {
  list-style: lower-alpha inside;
  margin: 1em 0.5em;
}

ol.li-b li {
  margin-bottom: 0.5em;
}

.available {
  text-align: center;
}
.available .btn {
  display: inline-block;
  margin-left: 0px;
  margin-right: 20px;
}

.page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 30px auto;
}

.page a {
  display: block;
  padding: 3px 10px;
}

.page .back {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

p#fuwaimg_caption_text {
  color: gray;
}

/*-----------------top-----------------*/
section#top {
  height: calc(100vh - 0px);
  z-index: 1;
  background: #ffffff;
  background: radial-gradient(ellipse at center top, #ffffff 0%, #ffffff 56%, #ffffff 100%);
}
.top_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/top_bg01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#top .top_bg02 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/top_bg02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#top .top_bg03 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/top_bg03.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top h1 img {
  position: absolute;
  top: 100%;
  margin-top: 760px;
  left: 50%;
  margin-left: -623px;
  z-index: 3;
}

#top h2 img {
  position: absolute;
  left: 10%;
  top: 12%;
  z-index: 3;
}

#top .top_credit img {
  position: absolute;
  margin-top: 2%;
  right: 2%;
  z-index: 3;
}

@media screen and (max-width: 1680px) {
  #top h1 img {
    top: 0;
    left: 50%;
    right: 50%;
    margin-top: 0px;
    margin-left: 500px;
  }
  #top h2 img {
    margin-left: -0px;
  }
}
@media screen and (max-width: 1480px) {
  #top h1 img {
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 75%;
    margin-left: 0px;
    max-width: 1400px;
  }
  #top h2 img {
    width: 20%;
    top: 0%;
    left: 10%;
    margin: 100px auto 0;
    max-width: 50px;
  }
}
@media screen and (max-width: 640px) {
  #top h1 img {
    width: 100%;
    right: 0;
    left: 0;
    margin-top: 120%;
    margin-left: 0px;
    max-width: 500px;
  }
  #top h2 img {
    width: 10%;
    top: -13%;
    left: 5%;
    margin: 100px auto 0;
    max-width: 50px;
  }
  #top .top_credit img {
    width: 30%;
  }
}
/*-----------------story-----------------*/
section#story {
  position: relative;
  height: 728px;
  background: url('../img/story_bg.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  section#story {
    background-attachment: local;
    height: auto;
  }
}

#story_text {
  padding-top: 150px;
}
#story_text li {
  margin-bottom: 20px;
}
#story_text li:nth-of-type(4) {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1480px) {
  section#story #story_text {
    left: 0;
    right: 0;
    padding: 80px 0;
    margin-left: -27%;
  }
  section#story #story_text li {
    width: 1500px;
    margin: 0 auto 30px;
    text-align: center;
  }
  section#story #story_text li:nth-of-type(4) {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  section#story #story_text li img {
    width: auto;
    height: 18px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  section#story #story_text {
    width: 90%;
    height: auto;
    padding: 40px 0;
    margin-left: -130px;
  }
  section#story #story_text li {
    width: 640px;
    margin: 0 auto 30px;
    text-align: center;
  }
  section#story #story_text li:last-of-type {
    margin-top: 40px;
    margin-bottom: 0;
  }
  section#story #story_text li img {
    width: auto;
    height: 14px;
    margin: auto;
    text-align: center;
  }
}
/*-----------------demo-----------------*/
section#demo {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/demo_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
section#demo iframe {
  width: 1200px;
  height: 640px;
}
@media screen and (max-width: 640px) {
  section#demo {
    width: 100%;
    padding-top: 56.25%;
  }
  section#demo iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 90% !important;
    height: 90% !important;
  }
}

/*-----------------Tracl list-----------------*/
section#tracklist {
  position: relative;
  height: 1200px;
  background: url('../img/track_bg.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

section#tracklist h2 {
  position: absolute;
  height: 831px;
  background: url('../img/h2_trackkist.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}
section#tracklist .track-wrap {
  position: relative;
  width: 100%;
  margin-top: 100px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  text-align: center;
}

section#tracklist .cd_img {
  position: relative;
  margin-left: -10%;
}
section#tracklist .track_list ul {
  position: relative;
  left: 50%;
  right: 0;
  margin-top: 50px;
}
section#tracklist li {
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  section#tracklist {
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
  }
  section#tracklist .track_list {
    margin-left: -190px;
    width: 380px;
  }
  section#tracklist .track-wrap {
    position: relative;
    width: 100%;
    margin-top: 100px;
    left: 0;
    right: 0;
    display: block;
    align-items: center;
    justify-items: center;
    text-align: center;
  }
  section#tracklist .cd_img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    margin: 0px auto 0px;
    width: 100%;
  }
  section#tracklist .track_list ul {
    position: relative;
    width: 100%;
  }
  section#tracklist .track_list li {
    width: 100%;
    margin-left: 50%;
  }
}

.goods_img {
  z-index: 2;
}
.goods_text {
  background-size: 1000px 115px;
  height: 115px;
  margin-top: 180px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  section#tracklist .goods_item {
    width: 40%;
    left: 0;
    right: 0;
    display: block;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 0px auto 0px;
    margin-right: 60%;
  }
  section#tracklist .goods_img {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
  section#tracklist .goods_text {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    background-size: 100% auto;
    height: auto;
    z-index: 2;
  }
}
/*-----------------info-----------------*/
section#info {
  position: relative;
  width: 100%;
  height: 100%;
  background: #020729;
  z-index: 1;
}

section#info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
}
section#info dt {
  color: #ffffff;
}

section#info dd {
  color: #ffffff;
}
/*-----------------credit-----------------*/

section#credit {
  height: 707px;
  z-index: 1;
  background: url(../img/credit_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 0;
  color: snow;
}

#credit dl {
  line-height: 2.5em;
}
#credit dt {
  position: relative;
  padding: 0px 0px 35px 5px;
  height: 20px;
  background-color: #fff;
  color: #1a63ac;
  font-family: 'Cormorant', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: x-large;
}
#credit dd {
  margin: 0.5em 0em 0.7em 0.8em;
  font-family: 'Libre Baskerville', serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  section#credit {
    height: auto;
    border-radius: 0;
    padding: 0;
  }
  section#credit .flex {
    display: block;
  }
  section#credit dt {
    position: relative;
  }
  section#credit dd {
    position: relative;
  }
}

/*-----------------footer-----------------*/

footer {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  padding: 4% 0 0 0;
  margin-bottom: 1%;
  color: #fff;
}

footer .sns-list {
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
  }
  footer ul .sns-list {
    font-size: 130%;
    margin: 0px auto 0px auto;
    margin-left: -43.7%;
  }
  footer ul.sns-list {
    width: 100%;
  }
  footer p {
    margin-bottom: 0px;
  }
}

footer p {
  margin-bottom: 0px;
}

footer ul.sns-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0px auto;
  padding-left: 10px;
}

footer ul.sns-list li a {
  font-size: 14px;
}

/* loading */
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1a63ac;
  z-index: 999;
}
.loader {
  margin: 100px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/*-----------------Animation-----------------*/
.mask-bg-white {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.mask-bg-white img {
  display: block;
  width: auto;
  max-width: 60%;
  height: auto;
  margin: 0;
}
.mask-bg-white::after {
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-100%, 0);
}

.mask-bg-white.is-animated {
  color: #362ae0;
}
.mask-bg-white.is-animated::after {
  animation: mask-bg-white 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

@keyframes mask-bg-white {
  0% {
    transform: translate(-100%, 0);
  }
  40%,
  60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

.mask-bg-track {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

.mask-bg-track::after {
  background: #fff;
  height: 60px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0%;
  transform: translate(-100%, 0);
  z-index: 1;
}

.mask-bg-track.is-animated {
  color: #362ae0;
}
.mask-bg-track.is-animated::after {
  animation: mask-bg-track 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

@keyframes mask-bg-track {
  0% {
    transform: translate(-100%, 0);
  }
  40%,
  60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

.mask-bg-goods {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

.mask-bg-goods::after {
  background: #fff;
  height: 120px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translate(-100%, 0);
  z-index: 1;
}

.mask-bg-goods.is-animated {
  color: #362ae0;
}
.mask-bg-goods.is-animated::after {
  animation: mask-bg-goods 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

@keyframes mask-bg-goods {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}

@media screen and (max-width: 640px) {
  .mask-bg-goods::after {
    background: #fff;
    height: 120px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    transform: translate(-100%, 0);
    z-index: 1;
  }
}
