html {
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  letter-spacing: 0.0625em;
}

body.fadeout::before,
body.page-in.fadeout::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  inset: 0;
  z-index: 100000;
  animation: transition-anime 0.5s forwards;
}


@keyframes transition-anime {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

body.page-in::before {
  content: "";
  display: block;
  background-color: #000;
  position: fixed;
  inset: 0;
  z-index: 100000;
  animation: page-in 0.5s forwards;
}

@keyframes page-in {
  from { clip-path: inset(0 0 0 0); }
  to   { clip-path: inset(0 0 100% 0); }
}

/* メニュー */
/* ハンバーガーアイコン */
.menu-icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 10000;
}

.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.menu-icon::before {
  top: 0;
}

.menu-icon::after {
  bottom: 0;
}

.menu-icon span {
  top: 7.5px;
}

/* 開いたとき（×表示） */
.navbar-toggler[aria-expanded="true"] .menu-icon::before {
  transform: rotate(45deg);
  top: 7.5px;
}

.navbar-toggler[aria-expanded="true"] .menu-icon::after {
  transform: rotate(-45deg);
  bottom: 7.5px;
}

.navbar-toggler[aria-expanded="true"] .menu-icon span {
  opacity: 0;
}

.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

#mainNav {
  min-height: 3.5rem;
}

#mainNav.navbar-shrink {
  background-color: rgba(0, 0, 0, 0.8);
}

#mainNav .navbar-toggler {
  font-size: 100%;
  padding: 0.75rem;
}

#mainNav .navbar-toggler:focus {
  border: none;
}

#mainNav .navbar-brand img {
  width: 180px;
  height: auto;
}

#mainNav {
  opacity: 0;
  translate: 0 -100%;
  animation: apper-header 1s forwards;
}

#mainNav.index-menu {
  animation: apper-header 1s 1.5s forwards;
}

@keyframes apper-header {
  to {
    translate: 0 0;
    opacity: 1;
  }
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(#fff, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }

  #mainNav .nav-link {
    transition: none;
    padding: 1.5rem 0.7rem 1.25rem;
    color: rgba(255, 255, 255, 0.5);
  }

  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }

  #mainNav .nav-link:active {
    color: #fff;
  }

  #mainNav.navbar-shrink {
    background-color: rgba(0, 0, 0, 0.8);
  }

  #mainNav.navbar-shrink .nav-link {
    position: relative;
    color: #fff;
    padding: 1.5rem 0.7rem 1.25rem;
    text-decoration: none;
  }

  /* .dropdown の nav-link を除外 */
  #mainNav.navbar-shrink li:not(.dropdown) > .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    width: 40%;
    height: 0.2rem;
    background-color: #fc0051;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    translate: -50%;
  }

  /* hover時に下線アニメーション */
  #mainNav.navbar-shrink li:not(.dropdown) > .nav-link:hover::after {
    transform: scaleX(1);
  }

  /* active時も下線を表示しておく */
  #mainNav.navbar-shrink li:not(.dropdown) > .nav-link.active::after {
    transform: scaleX(1);
  }

  #mainNav.navbar-shrink .nav-link:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink .nav-link:active {
    color: #fff;
  }
}

/* offcanvas のカスタム幅と背景 */
@media (max-width: 991.98px) {
  .offcanvas-end {
    width: 80% !important;
    background-color: #333 !important;
  }

  .offcanvas .nav-link {
    font-size: 1.1rem;
    padding: 0.75rem 0;
  }
}




/*追加共通*/
.p-style {
  font-size: clamp(0.95rem, 0.9rem + 0.4vw, 1.2rem);
  /*font-size: clamp(0.938rem, 0.882rem + 0.28vw, 1.125rem);*/
  line-height: 1.6;
}

.fase-fs-7 {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .fase-fs-7 {
    font-size: 12px;
  }
}

.fase-py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .fase-py-6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.text-ccc {
  color: #ccc;
}

.btn-steam {}

.btn-steam img {
  height: 40px;
  width: auto;
}

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.text-maker span {
  background: rgba(0, 0, 0, 0.5);
}

.bg-grad {
  /* 背景色のフォールバック */
  background-color: #000;
  /* 縦方向グラデーション */
  background-image: linear-gradient(to bottom, #000 0%, #333 100%);
}
/* .bg-grad.bg-pattern::after {
  content: "";
  display: block;
  width: 452px;
  height: 384px;
  background: url(../images/title_bg.png) no-repeat 50% 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 10;
} */

.img-rounded {
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .img-rounded {
    border-radius: 40px;
  }
}


/*FV*/
.main-fv {
  width: 100%;
  /* height: 100vh; */
  position: relative;
}

.main-fv::before {
  content: "";
  display: block;
  background-color: rgba(13, 13, 13, 0.7);
  position: absolute;
  inset: 0 0 0 0;
  z-index: 100;
  animation: clip-fv 1s 0.7s forwards;
}
.main-fv::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  inset: 0 0 0 0;
  z-index: 100;
  animation: clip-fv 1s 0.5s forwards;
}

@keyframes clip-fv {
  from {
    clip-path: inset(0 0 0 0);
  }

  to {
    clip-path: inset(0 0 100% 0);
  }
}

.main-fv__inner {
  width: 100%;
  height: inherit;
  min-height: inherit;
}

.main-fv__inner__padding {
  padding-top: 120px;
  padding-bottom: 40px;
}

.main-fv__video {
  width: 100%;
  min-height: 1000px;
  position: fixed;
  z-index: -10;
}

@media screen and (min-width: 768px) {
  .main-fv__video {
    height: 100vh;
  }
}

.main-fv__video video {
  width: 100%;
  height: inherit;
  min-height: inherit;
  object-fit: cover;
}

.main-fv__video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.h1-logo {
  width: 272px;
  height: auto;
  position: relative;
  z-index: 1000;
  filter: blur(10px);
  translate: 0 10%;
  opacity: 0;
  animation: logo-move 1s forwards;
}

@media screen and (min-width: 768px) {
  .h1-logo {
    width: 480px;
    height: auto;
  }
}

@keyframes logo-move {
  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}


/*ニュース*/

.news-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;        /* 全体を中央に配置 */
  width: fit-content;    /* コンテンツ幅に合わせる */
}

.news-list li {
  display: flex;
  justify-content: flex-start; /* 内容を左寄せ */
  align-items: baseline;
  margin-bottom: 0.6em;
  text-align: left;
  background: rgba(255,255,255,.8);
  padding: 0.5em 1em;
  border-radius: 6px;
}

.news-list li span {
  margin-right: 1em;
  font-weight: bold;
  color: #000;
  font-variant-numeric: tabular-nums;
}

.news-list li div {
  color: #000;
}

.news-list li div a {
  color: #000;
  text-decoration: underline;
}

.news-list li div a:hover {
  opacity: 0.8;
}

/* ✅ スマホ用（768px未満） */
@media screen and (max-width: 767px) {
  .news-list li {
    display: block;         /* 日付と本文を縦並びに */
    text-align: left;
  }

  .news-list li span {
    display: block;         /* 日付を1行に独立させる */
    margin: 0 0 0.3em 0;    /* 下に余白 */
  }

  .news-list li div {
    display: block;
  }
}


.ver3-logo {
  width: 65px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .ver3-logo {
    width: 135px;
    height: auto;
  }
}



.feature-menu div {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .feature-menu div {
    text-align: center;
    margin-top: 40px;
  }
}

.feature-menu div a {
  text-align: center;
  text-decoration: none;

}

.feature-menu h3 {
  font-size: 11px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .feature-menu h3 {
    font-size: 14px;
    color: #fff;
  }
}

.feature-menu img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .feature-menu img {
    width: 160px;
    height: 160px;
    border-radius: 24px;
  }
}

a.features-a span {
  display: inline-block;
  /* 必須：画像サイズに合わせる */
  overflow: hidden;
  /* 拡大はみ出しを隠す */
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .feature-menu img {
    border-radius: 24px;
  }
}

.zoom-img {
  transition: transform 0.4s ease;
  display: block;
  /* 余計な隙間を防ぐ */
}

a.features-a:hover .zoom-img {
  transform: scale(1.2);
  /* 1.1倍に拡大 */
}

.feature-item {
  opacity: 1;
  display: block;
}


/*indexブラシ*/
.brush-wrap {
  position: relative;
}

.brush__inner {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .brush__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .brush__video video.masked-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 背景として全体にフィットさせる */
  }
}

.masked-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: inset(0 round 20px);
  aspect-ratio: 16/9;
  position: relative;
  z-index: 900;
}

@media screen and (min-width: 768px) {
  .brush__video .masked-video {
    clip-path: inset(0 round 40px);
  }
}

/* テキストオーバーレイ */
.overlay-content {
  position: relative;
  /* z-indexを有効に */
  z-index: 12;
  /* 動画より前面に表示 */
  pointer-events: none;
  /* 動画操作の妨げを防ぐ */
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .overlay-content {
    padding: 160px 0;
  }
}

/* テキストだけを操作可能にする場合は、必要な要素に pointer-events を戻す */
.overlay-content .btn {
  pointer-events: auto;
}


/*index-比較動画*/
.video-hikaku {
  max-width: 1000px;
}

.core-table {
  font-size: 14px;
  border-spacing: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .core-table {
    font-size: 16px;
  }
}

.core-table td {
  padding: 10px 0;
  border-bottom: 1px solid #666;
  border-left: 1px dashed #666;
  color: #ccc;
}

.core-table th {
  padding: 10px 0;
  color: #ccc;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .core-table td {
    padding: 10px;
  }

  .core-table th {
    padding: 0 10px;
  }
}

.core-table th.fase,
.core-table td.fase {
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .core-table th.fase,
  .core-table td.fase {
    font-weight: 700;
  }
}

.core-table tbody tr td:first-child {
  width: 40%;
  border-left: none;
}

.core-table tbody tr td:not(:first-child) {
  text-align: center;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .core-kanshu-wrap.inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {

  .core-kanshu-box1,
  .core-kanshu-box2 {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .core-kanshu-box2 {
    margin-top: 40px;
  }
}

.core-kanshu-title {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .core-kanshu-title {
    margin-top: 0;
    width: 20%;
  }

  .core-kanshu-title.core-kanshu-title-en {
    width: 30%;
  }
}

.core-kanshu-title h4 {
  display: inline-block;
  background: #666;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
}

.core-kanshu-box-sp {
  display: flex;
  margin-top: 20px;
  background: #444;
  border-radius: 20px;
  padding: 10px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .core-kanshu-box-sp {
    width: 80%;
    padding: 20px;
  }

  .core-kanshu-box-sp.core-kanshu-box-sp-en {
    width: 70%;
  }
}

.core-kanshu-box-photo {
  width: 30%;
}

@media screen and (min-width: 768px) {
  .core-kanshu-box-photo {
    width: 160px;
  }
}

.core-kanshu-box-photo img {
  width: 100%;
  height: auto;
}

.core-kanshu-box-text {
  width: 70%;
  padding-left: 15px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .core-kanshu-box-text {
    width: 100%;
    padding-left: 30px;
  }
}

.core-kanshu-box-text h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .core-kanshu-box-text h5 {
    font-size: 20px;
  }
}

.core-kanshu-box-text p {
  margin-top: 10px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .core-kanshu-box-text p {
    font-size: 15px;
  }
}

.core-kanshu-box2-box {
  margin-top: 20px;
  background: #444;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .core-kanshu-box2-box {
    margin-top: 0;
    padding: 20px;
    width: 80%;
    font-size: 20px;
  }

  .core-kanshu-box2-box.core-kanshu-box2-box-en {
    width: 70%;
  }
}

.core-kanshu-box2-box img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}


/*買い切り*/
.kaikiri-img {
  width: 100px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .kaikiri-img {
    width: 180px;
    height: auto;
  }
}


/*index-UI*/
.bg-ui {
  background: url(../images/ui_bg.png) repeat-y 50% 0;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.ui-img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.secton-illust-title {
  padding: 10rem 0 15rem 0;
  background: url("../images/new_se_6_img1.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secton-illust-title {
    padding: 10rem 0 30rem 0;
  }
}

.secton-illust-title h2 {}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}


/***********************VIDEO-SUB**********************/

.video-block {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .video-block {
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .video-block {
    position: relative;
    overflow: hidden;
  }

  .top-sub-video {
    object-fit: cover;
    position: relative;
    width: 100%;
    min-width: 1200px;
    right: 0;
    top: 0;
  }
}

.top-sub-video {
  object-fit: cover;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
}

.video-block-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  line-height: 1.5;
  transform: translate(-50%, -50%);
  width: 90%;
}

.video-block-text h2 {
  font-size: 2.15rem;
}

.footer-wrap {}

.footer-wrap h3 img {
  width: 200px;
  height: auto;
}

.footer-wrap ul {
  list-style-type: none;
}


/*--------------------
   Buttons
---------------------*/
.btn {
  /*text-transform: capitalize;*/
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-align: center;
  border: 0;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(to right, #37B9FF, #FB0019);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:not(.btn__link) {
  box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
}

.btn:not(.btn__link):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #222;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -moz-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -ms-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -o-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.btn:not(.btn__link):hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.title-wrap {
  padding: 96px 0 40px 0;
}

@media screen and (min-width: 768px) {
  .title-wrap {
    padding: 120px 0 40px 0;
  }
}

.title-wrap__brush {
  background: #000 url("../images/brush_main_bg.png") no-repeat 50% 0;
  background-size: 900px;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .title-wrap__brush {
  background-size: 1800px;
  }
}

.title-wrap__brush__inner { height: 100%; }
.title-wrap__brush__inner .row { height: 100%; }

.title-wrap__filter {
  background: url(../images/filter_title_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.title-wrap__purchase {
  background: url(../images/purchase_title_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.title-wrap__faq {
  background: url(../images/faq_title_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #666;
  /* Bootstrap標準の灰色 */
  vertical-align: middle;
  text-align: center;
  background: none;
  color: #fff;
}

.bg-v3 {
  background-image: url("../images/index_v3_bg.jpg");
  background-color: #000;
  background-position: center 100%;
}



.word-line {
  overflow: hidden;
}

.skew-up {
  opacity: 0;
}

.mask-wrapper {
  position: relative;
  width: 100%;
  /*aspect-ratio: 16 / 9;*/
  overflow: hidden;
  /*margin-bottom: 50px;*/
}

.mask-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: inset(100% 0 0 0);
  /* 最初は非表示 */
  transition: none;
  /* GSAPに任せるため明示的にオフ */
}

.fade-blur {
  opacity: 0;
  filter: blur(10px);
}


body {
  overflow-x: hidden;
}

#Brush-Engine {
  position: relative;
}

#Speed-processing {
  position: relative;
}

svg.bg-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  z-index: 5;
}

.draw-line {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}
.draw-line2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}


svg.bg-svg2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 120%;
  height: auto;
}

.bg-overlay .container {
  position: relative;
  z-index: 100;
  overflow: hidden; /* はみ出し防止（必要に応じて） */
}

.bg-overlay {
  position: relative;
  overflow: hidden; /* はみ出し防止（必要に応じて） */
}

.overlay1 {
  position: absolute;
  top: -30%;
  left: 200%;
  width: 3000px;
  height: 3000px;
  background: rgba(0, 135, 235, 0.05) url(../images/bg_zara.png) repeat 0 0;
  transform: rotate(75deg);
  transition: transform 0.3s ease;
  z-index: 0;
}
.overlay1.active {
  animation: overlay1 1s ease forwards;
}

@keyframes overlay1 {
  to {
    left: 120%;
    transform: rotate(74deg);
  }
}

.overlay2 {
  position: absolute;
  top: -180%;
  left: -100%;
  width: 3000px;
  height: 3000px;
  background: rgba(252, 0, 81, 0.05) url(../images/bg_zara.png) repeat 0 0;
  transform: rotate(-15deg);
  transition: transform 0.3s ease;
  z-index: 0;
}
.overlay2.active {
  animation: overlay2 1s 0.5s ease forwards;
}

@keyframes overlay2 {
  to {
    top: -152%;
    transform: rotate(-10deg);
  }
}


.overlay3 {
  position: absolute;
  top: -200%;
  left: -10%;
  width: 200%;
  height: 200%;
  background: rgba(156, 76, 225, 0.1) url(../images/bg_zara.png) repeat 0 0;
  transform: rotate(25deg);
  transition: transform 0.3s ease;
  z-index: 0;
}
.overlay3.active {
  animation: overlay3 1s ease forwards;
}

@keyframes overlay3 {
  to {
    top: -155%;
    transform: rotate(20deg);
  }
}

.overlay4 {
  position: absolute;
  top: -80%;
  left: -280%;
  width: 200%;
  height: 200%;
  background: rgba(250, 158, 0, 0.05) url(../images/bg_zara.png) repeat 0 0;
  transform: rotate(-80deg);
  transition: transform 0.3s ease;
  z-index: 0;
}
.overlay4.active {
  animation: overlay4 1s 0.5s ease forwards;
}

@keyframes overlay4 {
  to {
    left: -220%;
    transform: rotate(-70deg);
  }
}

.overlay5 {
  position: absolute;
  top: -80%;
  left: -260%;
  width: 200%;
  height: 300%;
  background: rgba(250, 158, 0, 0.06) url(../images/bg_zara.png) repeat 0 0;
  transform: rotate(20deg);
  transition: transform 0.3s ease;
  z-index: 0;
}
.overlay5.active {
  animation: overlay5 1s ease forwards;
}

@keyframes overlay5 {
  to {
    left: -180%;
  }
}

.overlay6 {
  position: absolute;
  top: -96%;
  left: 150%;
  width: 200%;
  height: 300%;
  background: rgba(252, 0, 81, 0.06) url(../images/bg_zara.png) repeat 0 0;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  z-index: 0;
}
.overlay6.active {
  animation: overlay6 1s ease forwards;
}

@keyframes overlay6 {
  to {
    left: 76%;
    transform: rotate(165deg);
  }
}

.overlay7 {
  position: absolute;
  top: -70%;
  left: -300%;
  width: 200%;
  height: 300%;
  background: rgba(0, 135, 235, 0.05) url(../images/bg_zara.png) repeat 0 0;
  transform: rotate(30deg);
  transition: transform 0.3s ease;
  z-index: 0;
}
.overlay7.active {
  animation: overlay7 1s ease forwards;
}

@keyframes overlay7 {
  to {
    left: -200%;
    transform: rotate(20deg);
  }
}



@media screen and (min-width: 768px) {

  .overlay1 {
    position: absolute;
    top: -30%;
    left: 150%;
    width: 3000px;
    height: 3000px;
    background: rgba(0, 135, 235, 0.05) url(../images/bg_zara.png) repeat 0 0;
    transform: rotate(70deg);
    transition: transform 0.3s ease;
    z-index: 0;
  }
  .overlay1.active {
    animation: overlay1 1s ease forwards;
  }

  @keyframes overlay1 {
    to {
      left: 60%;
      transform: rotate(74deg);
    }
  }

  .overlay2 {
    position: absolute;
    top: -200%;
    left: -50%;
    width: 3000px;
    height: 3000px;
    background: rgba(252, 0, 81, 0.05) url(../images/bg_zara.png) repeat 0 0;
    transform: rotate(-10deg);
    transition: transform 0.3s ease;
    z-index: 0;
  }
  .overlay2.active {
    animation: overlay2 1s 0.5s ease forwards;
  }

  @keyframes overlay2 {
    to {
      top: -120%;
      transform: rotate(-15deg);
    }
  }


  .overlay3 {
    position: absolute;
    top: -140%;
    left: -50%;
    width: 200%;
    height: 100%;
    background: rgba(156, 76, 225, 0.1) url(../images/bg_zara.png) repeat 0 0;
    transform: rotate(20deg);
    transition: transform 0.3s ease;
    z-index: 0;
  }
  .overlay3.active {
    animation: overlay3 1s ease forwards;
  }

  @keyframes overlay3 {
    to {
      top: -70%;
      transform: rotate(10deg);
    }
  }

  .overlay4 {
    position: absolute;
    top: -50%;
    left: -200%;
    width: 200%;
    height: 100%;
    background: rgba(250, 158, 0, 0.05) url(../images/bg_zara.png) repeat 0 0;
    transform: rotate(-30deg);
    transition: transform 0.3s ease;
    z-index: 0;
  }
  .overlay4.active {
    animation: overlay4 1s 0.5s ease forwards;
  }

  @keyframes overlay4 {
    to {
      left: -100%;
      transform: rotate(-50deg);
    }
  }

  .overlay5 {
    position: absolute;
    top: 20%;
    left: -180%;
    width: 200%;
    height: 100%;
    background: rgba(250, 158, 0, 0.06) url(../images/bg_zara.png) repeat 0 0;
    transform: rotate(-50deg);
    transition: transform 0.3s ease;
    z-index: 0;
  }
  .overlay5.active {
    animation: overlay5 1s ease forwards;
  }

  @keyframes overlay5 {
    to {
      left: -110%;
      transform: rotate(-57deg);
    }
  }

  .overlay6 {
    position: absolute;
    top: -50%;
    left: 140%;
    width: 200%;
    height: 200%;
    background: rgba(252, 0, 81, 0.06) url(../images/bg_zara.png) repeat 0 0;
    transform: rotate(60deg);
    transition: transform 0.3s ease;
    z-index: 0;
  }
  .overlay6.active {
    animation: overlay6 1s ease forwards;
  }

  @keyframes overlay6 {
    to {
      left: 57%;
      transform: rotate(70deg);
    }
  }


  .overlay7 {
    position: absolute;
    top: -50%;
    left: -240%;
    width: 200%;
    height: 300%;
    background: rgba(0, 135, 235, 0.05) url(../images/bg_zara.png) repeat 0 0;
    transform: rotate(110deg);
    transition: transform 0.3s ease;
    z-index: 0;
  }
  .overlay7.active {
    animation: overlay7 1s ease forwards;
  }

  @keyframes overlay7 {
    to {
      left: -150%;
      transform: rotate(110deg);
    }
  }


}

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 40px;
}
.scroll-track {
  display: inline-block;
  white-space: nowrap;
}
.scroll-track img {
  width: 200px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .scroll-wrapper {
    margin-top: 80px;
  }
  .scroll-track img {
    width: 300px;
  margin: 0 20px;
  }
}



.text-grad {
  font-weight: bolder;
  background: linear-gradient(
    90deg,
    #0087ff,
    #9c4ce1,
    #fc0051,
    #fa9e00
  );
  background-size: 200% auto;
  background-position: 0% 50%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientPingPong 6s linear infinite alternate;
  text-align: left;
}

@keyframes gradientPingPong {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/*下層：ブラシページ*/
.brush-h1 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .brush-h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .brush-h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .brush-h1 {
    font-size: 48px;
  }
}
.brush-main-img-box {
  display: grid;
}
.brush-main-img-box img {
  grid-area: 1/1;
  width: 100%;
  height: auto;
}
.brush-main-info {
  position: relative;
  z-index: 100;
}

.fade-in-img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-img.visible {
  opacity: 1;
  transform: translateY(0);
}

.gradient-border-top {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
}

.gradient-border-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(
    270deg,
    rgba(247, 166, 12, 1) 10%,
    rgba(255, 34, 87, 1) 40%,
    rgba(154, 39, 238, 1) 68%,
    rgba(35, 102, 247, 1) 90%
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.gradient-border-top.show-border::before {
  transform: scaleX(1);
}




/*フィルタ*/

.main-fv-filter {
  height: 60vh;
}

.main-fv.main-fv-filter::before {
  display: none;
}
.main-fv.main-fv-filter::after {
  display: none;
}

.filter-title {
  font-size: 40px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s ease, filter 1s ease;
}
.filter-title.visible {
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 768px) {
  .filter-title {
    font-size: 64px;
  }
}

#Filter-List dt {
  position: relative;
  padding-left: 24px; /* 擬似要素の幅 + 少し余白 */
}

#Filter-List dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px; /* 線の太さ */
  height: 100%;
  background-image: linear-gradient(180deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1) 40%, rgba(154, 39, 238, 1) 68%, rgba(35, 102, 247, 1) 90%);
}

#Filter-List p {
  font-size: 12px;
}
#Filter-List h2 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #Filter-List p {
    font-size: 13px;
  }
  #Filter-List h2 {
  font-size: 20px;
  font-weight: bold;
  }
}

.filter-motogazo {
}
.filter-motogazo div h2 {
  text-align: center;
  font-size: 16px!important;
  background: #666;
  color: #ccc;
  padding: 5px 0;
}

/*  margin Top */
.mt-10 { margin-top: 10px !important;}
.mt-20 { margin-top: 10px !important;}
.mt-30 { margin-top: 15px !important;}
.mt-40 { margin-top: 20px !important;}
.mt-50 { margin-top: 25px !important;}
.mt-60 { margin-top: 30px !important;}
.mt-70 { margin-top: 35px !important;}
.mt-80 { margin-top: 40px !important;}
.mt-90 { margin-top: 45px !important;}
.mt-100 { margin-top: 50px !important;}
.mt-120 { margin-top: 60px !important;}
.mt-200 { margin-top: 100px !important;}

/* Margin Bottom */
.mb-10 { margin-bottom: 10px !important;}
.mb-20 { margin-bottom: 10px !important;}
.mb-30 { margin-bottom: 15px !important;}
.mb-40 { margin-bottom: 20px !important;}
.mb-50 { margin-bottom: 25px !important;}
.mb-60 { margin-bottom: 30px !important;}
.mb-70 { margin-bottom: 35px !important;}
.mb-80 { margin-bottom: 40px !important;}
.mb-90 { margin-bottom: 45px !important;}
.mb-100 { margin-bottom: 50px !important;}

/* Margin Right */
.mr-10 { margin-right: 10px !important;}
.mr-20 { margin-right: 10px !important;}
.mr-30 { margin-right: 15px !important;}
.mr-40 { margin-right: 20px !important;}
.mr-50 { margin-right: 25px !important;}

/* Margin Left */
.ml-10 { margin-left: 10px !important;}
.ml-20 { margin-left: 10px !important;}
.ml-30 { margin-left: 15px !important;}
.ml-40 { margin-left: 20px !important;}
.ml-50 { margin-left: 25px !important;}

/* padding Top */
.pb-10 { padding-top: 10px !important;}
.pt-20 { padding-top: 10px !important;}
.pt-30 { padding-top: 15px !important;}
.pt-40 { padding-top: 20px !important;}
.pt-50 { padding-top: 25px !important;}
.pt-60 { padding-top: 30px !important;}
.pt-70 { padding-top: 35px !important;}
.pt-80 { padding-top: 40px !important;}
.pt-90 { padding-top: 45px !important;}
.pt-100 { padding-top: 50px !important;}
.pt-110 { padding-top: 55px !important;}
.pt-120 { padding-top: 60px !important;}

/*  Padding Bottom */
.pb-10 { padding-bottom: 10px !important;}
.pb-20 { padding-bottom: 10px !important;}
.pb-30 { padding-bottom: 15px !important;}
.pb-40 { padding-bottom: 20px !important;}
.pb-50 { padding-bottom: 25px !important;}
.pb-60 { padding-bottom: 30px !important;}
.pb-70 { padding-bottom: 35px !important;}
.pb-80 { padding-bottom: 40px !important;}
.pb-90 { padding-bottom: 45px !important;}
.pb-100 { padding-bottom: 50px !important;}
.pb-110 { padding-bottom: 55px !important;}
.pb-120 { padding-bottom: 60px !important;}

/* padding Right */
.pr-0 { padding-right: 0 !important;}
.pr-10 { padding-right: 10px !important;}
.pr-15 { padding-right: 15px !important;}
.pr-20 { padding-right: 20px !important;}
.pr-30 { padding-right: 30px !important;}
.pr-50 { padding-right: 50px !important;}
.pr-60 { padding-right: 60px !important;}
.pr-70 { padding-right: 70px !important;}
.pr-100 { padding-right: 100px !important;}

/* padding Left */
.pl-0 { padding-left: 0 !important;}
.pl-10 { padding-left: 10px !important;}
.pl-15 { padding-left: 15px !important;}
.pl-20 { padding-left: 20px !important;}
.pl-30 { padding-left: 30px !important;}
.pl-50 { padding-left: 50px !important;}
.pl-60 { padding-left: 60px !important;}
.pl-70 { padding-left: 70px !important;}
.pl-100 { padding-left: 100px !important;}
	

@media screen and (min-width: 768px) {
	/*  margin Top */
	.mt-10 { margin-top: 10px !important;}
	.mt-20 { margin-top: 20px !important;}
	.mt-30 { margin-top: 30px !important;}
	.mt-40 { margin-top: 40px !important;}
	.mt-50 { margin-top: 50px !important;}
	.mt-60 { margin-top: 60px !important;}
	.mt-70 { margin-top: 70px !important;}
	.mt-80 { margin-top: 80px !important;}
	.mt-90 { margin-top: 90px !important;}
	.mt-100 { margin-top: 100px !important;}
	.mt-120 { margin-top: 120px !important;}
	.mt-200 { margin-top: 200px !important;}

	/* Margin Bottom */
	.mb-10 { margin-bottom: 10px !important;}
	.mb-20 { margin-bottom: 20px !important;}
	.mb-30 { margin-bottom: 30px !important;}
	.mb-40 { margin-bottom: 40px !important;}
	.mb-50 { margin-bottom: 50px !important;}
	.mb-60 { margin-bottom: 60px !important;}
	.mb-70 { margin-bottom: 70px !important;}
	.mb-80 { margin-bottom: 80px !important;}
	.mb-90 { margin-bottom: 90px !important;}
	.mb-100 { margin-bottom: 100px !important;}

	/* Margin Right */
	.mr-10 { margin-right: 10px !important;}
	.mr-20 { margin-right: 20px !important;}
	.mr-30 { margin-right: 30px !important;}
	.mr-40 { margin-right: 40px !important;}
	.mr-50 { margin-right: 50px !important;}

	/* Margin Left */
	.ml-10 { margin-left: 10px !important;}
	.ml-20 { margin-left: 20px !important;}
	.ml-30 { margin-left: 30px !important;}
	.ml-40 { margin-left: 40px !important;}
	.ml-50 { margin-left: 50px !important;}

	/* padding Top */
	.pt-10 { padding-top: 10px !important;}
	.pt-20 { padding-top: 20px !important;}
	.pt-30 { padding-top: 30px !important;}
	.pt-40 { padding-top: 40px !important;}
	.pt-50 { padding-top: 50px !important;}
	.pt-60 { padding-top: 60px !important;}
	.pt-70 { padding-top: 70px !important;}
	.pt-80 { padding-top: 80px !important;}
	.pt-90 { padding-top: 90px !important;}
	.pt-100 { padding-top: 100px !important;}
	.pt-110 { padding-top: 110px !important;}
	.pt-120 { padding-top: 120px !important;}

	/*  Padding Bottom */
	.pb-10 { padding-bottom: 10px !important;}
	.pb-20 { padding-bottom: 20px !important;}
	.pb-30 { padding-bottom: 30px !important;}
	.pb-40 { padding-bottom: 40px !important;}
	.pb-50 { padding-bottom: 50px !important;}
	.pb-60 { padding-bottom: 60px !important;}
	.pb-70 { padding-bottom: 70px !important;}
	.pb-80 { padding-bottom: 80px !important;}
	.pb-90 { padding-bottom: 90px !important;}
	.pb-100 { padding-bottom: 100px !important;}
	.pb-110 { padding-bottom: 110px !important;}
	.pb-120 { padding-bottom: 120px !important;}

	/* padding Right */
	.pr-0 { padding-right: 0 !important;}
	.pr-10 { padding-right: 10px !important;}
	.pr-15 { padding-right: 15px !important;}
	.pr-20 { padding-right: 20px !important;}
	.pr-30 { padding-right: 30px !important;}
	.pr-50 { padding-right: 50px !important;}
	.pr-60 { padding-right: 60px !important;}
	.pr-70 { padding-right: 70px !important;}
	.pr-100 { padding-right: 100px !important;}

	/* padding Left */
	.pl-0 { padding-left: 0 !important;}
	.pl-10 { padding-left: 10px !important;}
	.pl-15 { padding-left: 15px !important;}
	.pl-20 { padding-left: 20px !important;}
	.pl-30 { padding-left: 30px !important;}
	.pl-50 { padding-left: 50px !important;}
	.pl-60 { padding-left: 60px !important;}
	.pl-70 { padding-left: 70px !important;}
	.pl-100 { padding-left: 100px !important;}
}