@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*ループアニメーション*/
.p-mainVisual__slide {
  position: relative;
}

.mv-flow-text-wrapper {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}

.mv-flow-text {
  display: inline-block;
  white-space: nowrap;
}

.double-content {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;	
  display: inline-block;
  margin-right: 2rem;
  font-size: 8rem;
  color: rgba(255,255,255,0.5)!important;
}


/*ボタンアニメーション*/
.gsap-btn {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: none;
  padding: 1em 2em;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  max-width: 350px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  transform: skew(-21deg);
  box-sizing: border-box;
}

.gsap-btn .btn-label {
  display: inline-block;
  transform: skew(21deg);
  position: relative;
  z-index: 1;
  color: #000;
  white-space: nowrap;
}

.gsap-btn .btn-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  background: rgb(0, 0, 0);
  z-index: 0;
}

/*レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .gsap-btn {
    font-size: 1rem;
    padding: 0.8em 1.5em;
    max-width: 90%;
  }
}