@charset "UTF-8";
/*----------------------------------------
	common
----------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

@keyframes zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.15;
  }
}
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	p-the_tidal
----------------------------------------*/
.p-the_tidal {
  font-family: "dnp-shuei-4go-std", sans-serif;
  color: #1A1A1A;
}
.p-the_tidal img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	p-the_tidal-mv
----------------------------------------*/
.p-the_tidal-mv {
  display: grid;
  grid-template-columns: 1fr max-content;
  padding: 0 0 16rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv {
    grid-template-columns: 1fr;
    padding: 0 0 16rem;
  }
}
.p-the_tidal-mv__heading {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 63rem;
  padding: 8rem;
  opacity: 0;
  translate: 0 4rem;
  transition: 1.6s;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__heading {
    grid-row: 2/3;
    width: 68%;
    padding: 6rem 0 0;
    margin: auto;
  }
}
.p-the_tidal-mv__heading.is-active {
  opacity: 1;
  translate: 0 0;
}
.p-the_tidal-mv__txt {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 20rem;
  padding: 8rem;
  opacity: 0;
  translate: 0 4rem;
  transition: 1.6s;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__txt {
    grid-column: auto;
    grid-row: 3/4;
    width: 12rem;
    padding: 1.6rem 0 0;
    margin: auto;
  }
}
.p-the_tidal-mv__txt.is-active {
  opacity: 1;
  translate: 0 0;
}
.p-the_tidal-mv__img {
  grid-column: 1/3;
  grid-row: 1/2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img {
    grid-column: 1/2;
  }
}
.p-the_tidal-mv__img .swiper {
  width: 100vw;
}
.p-the_tidal-mv__img .swiper-slide {
  position: relative;
}
.p-the_tidal-mv__img .swiper-slide.-slide01 .swiper-txt {
  top: 8%;
  left: 35%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img .swiper-slide.-slide01 .swiper-txt {
    top: 16%;
    left: 9%;
    width: 50%;
  }
}
.p-the_tidal-mv__img .swiper-slide.-slide02 .swiper-txt {
  top: 37%;
  left: 24%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img .swiper-slide.-slide02 .swiper-txt {
    top: 40%;
    left: 2%;
    width: 90%;
  }
}
.p-the_tidal-mv__img .swiper-slide.-slide02 .swiper-txt img:nth-child(1) {
  width: 38%;
}
.p-the_tidal-mv__img .swiper-slide.-slide02 .swiper-txt img:nth-child(2) {
  width: 16%;
}
.p-the_tidal-mv__img .swiper-slide.-slide03 .swiper-txt {
  top: 70%;
  left: 36%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img .swiper-slide.-slide03 .swiper-txt {
    top: 54%;
    left: 2%;
    width: 52%;
  }
}
.p-the_tidal-mv__img .swiper-slide.-slide04 .swiper-txt {
  top: 37%;
  left: 21%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img .swiper-slide.-slide04 .swiper-txt {
    top: 40%;
    left: 2%;
    width: 84%;
  }
}
.p-the_tidal-mv__img .swiper-slide.-slide04 .swiper-txt img:nth-child(1) {
  width: 38%;
}
.p-the_tidal-mv__img .swiper-slide.-slide04 .swiper-txt img:nth-child(2) {
  width: 16%;
}
.p-the_tidal-mv__img .swiper-slide.-slide05 .swiper-txt {
  top: 74%;
  left: 7%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img .swiper-slide.-slide05 .swiper-txt {
    top: 58%;
    left: 5%;
    width: 60%;
  }
}
.p-the_tidal-mv__img .swiper-slide .swiper-img {
  display: block;
  opacity: 0;
  translate: 0 10%;
  transition: 2s;
}
.p-the_tidal-mv__img .swiper-slide .swiper-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
}
.p-the_tidal-mv__img .swiper-slide .swiper-txt img {
  opacity: 0;
}
.p-the_tidal-mv__img .swiper-slide .swiper-txt img:nth-child(1) {
  width: 46%;
  transition: 1s 1.7s;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img .swiper-slide .swiper-txt img:nth-child(1) {
    width: 48%;
  }
}
.p-the_tidal-mv__img .swiper-slide .swiper-txt img:nth-child(2) {
  width: 21%;
  transition: 1s 2s;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-mv__img .swiper-slide .swiper-txt img:nth-child(2) {
    width: 22%;
  }
}
.p-the_tidal-mv__img .swiper-slide-active .swiper-img,
.p-the_tidal-mv__img .swiper-slide-duplicate-active .swiper-img,
.p-the_tidal-mv__img .swiper-slide-prev .swiper-img {
  opacity: 1;
  translate: 0 0;
}
.p-the_tidal-mv__img .swiper-slide-active .swiper-txt img,
.p-the_tidal-mv__img .swiper-slide-duplicate-active .swiper-txt img,
.p-the_tidal-mv__img .swiper-slide-prev .swiper-txt img {
  opacity: 1;
}

/*----------------------------------------
	p-the_tidal-nav
----------------------------------------*/
.p-the_tidal-nav {
  position: sticky;
  top: 0;
  padding: 7rem 0 1rem;
  margin: 0 0 15rem;
  z-index: 2;
  overflow: hidden;
  -webkit-backdrop-filter: blur(0.4rem);
          backdrop-filter: blur(0.4rem);
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav {
    position: static;
    padding: 0;
    margin: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.p-the_tidal-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav:before {
    content: none;
  }
}
.p-the_tidal-nav__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav__menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.6rem;
    top: 6.5rem;
    right: 1rem;
    width: 5.5rem;
    height: 5.5rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
    -webkit-backdrop-filter: blur(0.4rem);
            backdrop-filter: blur(0.4rem);
  }
}
.p-the_tidal-nav__menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav__menu.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.p-the_tidal-nav__menu.is-active:before {
  opacity: 0;
}
.p-the_tidal-nav__menu.is-active span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}
.p-the_tidal-nav__menu.is-active span:nth-child(2) {
  opacity: 0;
}
.p-the_tidal-nav__menu.is-active span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}
.p-the_tidal-nav__menu span {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 2px;
  background: #000;
  transition: 0.4s;
}
.p-the_tidal-nav__list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav__list {
    position: fixed;
    top: 6.5rem;
    right: 1rem;
    height: 100%;
    overflow-y: scroll;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    pointer-events: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav__list.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.p-the_tidal-nav__list ul {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav__list ul {
    position: relative;
    flex-direction: column;
    gap: 2.8rem;
    padding: 8rem 4rem 4rem;
    pointer-events: auto;
    overflow: hidden;
    -webkit-backdrop-filter: blur(0.4rem);
            backdrop-filter: blur(0.4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav__list ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
  }
}
.p-the_tidal-nav__list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 3rem;
  font-family: din-condensed, sans-serif;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-nav__list ul li a {
    justify-content: flex-end;
    font-size: 1.6rem;
  }
}
.p-the_tidal-nav__list ul li a:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  rotate: 45deg;
}
.p-the_tidal-nav__list ul li a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	p-the_tidal-list
----------------------------------------*/
.p-the_tidal-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-list {
    gap: 7.2rem;
    margin: 0 0 10rem;
  }
}

/*----------------------------------------
	p-the_tidal-item
----------------------------------------*/
.p-the_tidal-item {
  padding: 10rem 0 0;
  margin: -10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item {
    padding: 0;
    margin: 0;
  }
}
.p-the_tidal-item__heading {
  max-width: 110rem;
  padding: 5rem 0 2.4rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__heading {
    padding: 2.5rem 2.5rem 1.2rem;
  }
}
.p-the_tidal-item__heading.is-active h2:before {
  width: 100%;
}
.p-the_tidal-item__heading.is-active h2 span {
  opacity: 1;
  translate: 0 0;
}
.p-the_tidal-item__heading.is-active p {
  opacity: 1;
  translate: 0 0;
}
.p-the_tidal-item__heading h2 {
  position: relative;
  font-size: 5rem;
  font-family: din-condensed, sans-serif;
  text-align: center;
  padding: 0 0 1.2rem;
  margin: 0 0 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__heading h2 {
    font-size: 3.2rem;
    padding: 0 0 0.8rem;
    margin: 0 0 0.4rem;
  }
}
.p-the_tidal-item__heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.3rem;
  background: #1A1A1A;
  transition: 2s;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__heading h2:before {
    height: 0.25rem;
  }
}
.p-the_tidal-item__heading h2 span {
  display: inline-block;
  opacity: 0;
  translate: 0 100%;
  transition: 0.8s;
}
.p-the_tidal-item__heading h2 span:nth-child(1) {
  transition-delay: 0s;
}
.p-the_tidal-item__heading h2 span:nth-child(2) {
  transition-delay: 0.08s;
}
.p-the_tidal-item__heading h2 span:nth-child(3) {
  transition-delay: 0.16s;
}
.p-the_tidal-item__heading h2 span:nth-child(4) {
  transition-delay: 0.24s;
}
.p-the_tidal-item__heading h2 span:nth-child(5) {
  transition-delay: 0.32s;
}
.p-the_tidal-item__heading h2 span:nth-child(6) {
  transition-delay: 0.4s;
}
.p-the_tidal-item__heading h2 span:nth-child(7) {
  transition-delay: 0.48s;
}
.p-the_tidal-item__heading h2 span:nth-child(8) {
  transition-delay: 0.56s;
}
.p-the_tidal-item__heading h2 span:nth-child(9) {
  transition-delay: 0.64s;
}
.p-the_tidal-item__heading h2 span:nth-child(10) {
  transition-delay: 0.72s;
}
.p-the_tidal-item__heading h2 span:nth-child(11) {
  transition-delay: 0.8s;
}
.p-the_tidal-item__heading h2 span:nth-child(12) {
  transition-delay: 0.88s;
}
.p-the_tidal-item__heading h2 span:nth-child(13) {
  transition-delay: 0.96s;
}
.p-the_tidal-item__heading h2 span:nth-child(14) {
  transition-delay: 1.04s;
}
.p-the_tidal-item__heading h2 span:nth-child(15) {
  transition-delay: 1.12s;
}
.p-the_tidal-item__heading h2 span:nth-child(16) {
  transition-delay: 1.2s;
}
.p-the_tidal-item__heading h2 span:nth-child(17) {
  transition-delay: 1.28s;
}
.p-the_tidal-item__heading h2 span:nth-child(18) {
  transition-delay: 1.36s;
}
.p-the_tidal-item__heading h2 span:nth-child(19) {
  transition-delay: 1.44s;
}
.p-the_tidal-item__heading h2 span:nth-child(20) {
  transition-delay: 1.52s;
}
.p-the_tidal-item__heading h2 span:nth-child(21) {
  transition-delay: 1.6s;
}
.p-the_tidal-item__heading h2 span:nth-child(22) {
  transition-delay: 1.68s;
}
.p-the_tidal-item__heading h2 span:nth-child(23) {
  transition-delay: 1.76s;
}
.p-the_tidal-item__heading h2 span:nth-child(24) {
  transition-delay: 1.84s;
}
.p-the_tidal-item__heading h2 span:nth-child(25) {
  transition-delay: 1.92s;
}
.p-the_tidal-item__heading h2 span:nth-child(26) {
  transition-delay: 2s;
}
.p-the_tidal-item__heading h2 span:nth-child(27) {
  transition-delay: 2.08s;
}
.p-the_tidal-item__heading h2 span:nth-child(28) {
  transition-delay: 2.16s;
}
.p-the_tidal-item__heading h2 span:nth-child(29) {
  transition-delay: 2.24s;
}
.p-the_tidal-item__heading h2 span:nth-child(30) {
  transition-delay: 2.32s;
}
.p-the_tidal-item__heading p {
  font-size: 1.9rem;
  line-height: 1.4;
  text-align: center;
  color: #5F5F5F;
  opacity: 0;
  translate: -2rem 0;
  transition: 2s 0.6s;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__heading p {
    font-size: 1.2rem;
  }
}
.p-the_tidal-item__heading p span {
  display: block;
  font-size: 2.8rem;
  font-family: din-condensed, sans-serif;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__heading p span {
    font-size: 1.6rem;
  }
}
.p-the_tidal-item__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem 1rem;
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    margin: 0 0 2.5rem;
  }
}
.p-the_tidal-item__list li a {
  display: block;
}
.p-the_tidal-item__list li a:hover figure:before {
  opacity: 1;
}
.p-the_tidal-item__list li a:hover figure img {
  scale: 1.1;
}
.p-the_tidal-item__list li a figure {
  position: relative;
  margin: 0 0 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__list li a figure {
    margin: 0 0 0.8rem;
  }
}
.p-the_tidal-item__list li a figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(0, 0, 0, 0.8) 200%);
  transition: 0.6s;
  opacity: 0;
  z-index: 1;
}
.p-the_tidal-item__list li a figure img {
  transition: 0.6s;
}
.p-the_tidal-item__list li a p {
  font-size: 2.7rem;
  font-family: din-condensed, sans-serif;
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__list li a p {
    font-size: 1.5rem;
  }
}
.p-the_tidal-item__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 4.6rem;
  font-size: 2rem;
  font-family: din-condensed, sans-serif;
  color: #FFFFFB;
  background: #1f1f1f;
  margin: auto;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-item__button a {
    width: 60%;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.p-the_tidal-item__button a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	p-the_tidal-special
----------------------------------------*/
.p-the_tidal-special {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-special {
    padding: 0 2.5rem 10rem;
  }
}
.p-the_tidal-special__container {
  display: flex;
  gap: 2.8rem;
  max-width: 95.6rem;
  padding: 6.4rem;
  margin: auto;
  color: #FFFFFB;
  background: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-special__container {
    flex-direction: column-reverse;
    padding: 4rem 1.8rem 6rem;
  }
}
.p-the_tidal-special__head {
  flex: 1.2;
}
.p-the_tidal-special__heading {
  font-size: 3.8rem;
  font-family: din-condensed, sans-serif;
  text-align: center;
  padding: 0 0 3.6rem;
  margin: 0 0 3.6rem;
  border-bottom: 0.2rem solid #FFFFFB;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-special__heading {
    font-size: 2.4rem;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
  }
}
.p-the_tidal-special__txt p {
  font-size: 1.4rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-special__txt p {
    font-size: 1.1rem;
  }
}
.p-the_tidal-special__txt p + p {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-special__txt p + p {
    margin: 2rem 0 0;
  }
}
.p-the_tidal-special__txt p small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-special__txt p small {
    font-size: 0.9rem;
  }
}
.p-the_tidal-special__main {
  flex: 1;
  width: 24rem;
  margin: auto;
}

/*----------------------------------------
	p-the_tidal-product
----------------------------------------*/
.p-the_tidal-product {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  padding: 0 0 16rem;
}

/*----------------------------------------
	p-the_tidal-product-content
----------------------------------------*/
.p-the_tidal-product-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content {
    grid-template-columns: auto;
    gap: 0.8rem;
  }
}
.p-the_tidal-product-content.-reverse .p-the_tidal-product-content__heading {
  grid-column: 1/2;
}
.p-the_tidal-product-content.-reverse .p-the_tidal-product-content__video {
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content.-reverse .p-the_tidal-product-content__video {
    grid-column: 1/2;
  }
}
.p-the_tidal-product-content.-reverse .p-the_tidal-product-content__video img {
  left: auto;
  right: 0;
}
.p-the_tidal-product-content__heading {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__heading {
    grid-column: 1/2;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__heading.is-active span {
    opacity: 1;
    translate: 0 0;
  }
}
.p-the_tidal-product-content__heading span {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100vh;
  font-size: 6.4rem;
  font-family: din-condensed, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__heading span {
    position: static;
    height: auto;
    font-size: 3.8rem;
    opacity: 0;
    translate: 0 2rem;
    transition: 1s;
  }
}
.p-the_tidal-product-content__list {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__list {
    grid-column: 1/2;
    grid-row: 3/4;
    overflow: hidden;
  }
}
.p-the_tidal-product-content__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-the_tidal-product-content__list .swiper-wrapper {
    transform: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__list .swiper-wrapper {
    display: flex;
    gap: 0;
    transition-timing-function: linear;
  }
}
@media screen and (min-width: 768px) {
  .p-the_tidal-product-content__list .swiper-slide {
    width: 100% !important;
  }
}
.p-the_tidal-product-content__list .swiper-slide a {
  display: block;
}
.p-the_tidal-product-content__list .swiper-slide a:hover figure:before {
  opacity: 1;
}
.p-the_tidal-product-content__list .swiper-slide a:hover figure img {
  scale: 1.1;
}
.p-the_tidal-product-content__list .swiper-slide a figure {
  position: relative;
  margin: 0 0 1rem;
  overflow: hidden;
}
.p-the_tidal-product-content__list .swiper-slide a figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(0, 0, 0, 0.8) 200%);
  transition: 0.6s;
  opacity: 0;
  z-index: 1;
}
.p-the_tidal-product-content__list .swiper-slide a figure img {
  transition: 0.6s;
}
.p-the_tidal-product-content__list .swiper-slide a p {
  font-size: 2.7rem;
  font-family: din-condensed, sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__list .swiper-slide a p {
    font-size: 1.5rem;
  }
}
.p-the_tidal-product-content__video {
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-clip-path: border-box;
          clip-path: border-box;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__video {
    grid-row: 2/3;
  }
}
.p-the_tidal-product-content__video img {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(34% - 3rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-product-content__video img {
    position: static;
    width: 100%;
  }
}

/*----------------------------------------
	p-the_tidal-movie
----------------------------------------*/
.p-the_tidal-movie {
  margin: 0 0 15rem;
}
.p-the_tidal-movie video {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	p-the_tidal-totop
----------------------------------------*/
.p-the_tidal-totop {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-totop {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
}
.p-the_tidal-totop a {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.p-the_tidal-totop a:before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  rotate: 45deg;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .p-the_tidal-totop a:before {
    width: 1rem;
    height: 1rem;
  }
}/*# sourceMappingURL=the_tidal.css.map */