@charset "UTF-8";
#index header {
  visibility: hidden;
}
#index main {
  visibility: hidden;
  padding-top: 60px;
}
@media screen and (max-width: 1260px) {
  #index main {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #index main {
    padding-top: 41px;
  }
}
#index .emergency {
  max-width: 800px;
  width: calc(100% - 40px);
  background: #FFF;
  position: absolute;
  top: 0;
  z-index: 2;
  border: 1px solid #000;
  /* border-top:none; */
  padding: 10px 10px 15px;
  color: #D60000;
}
@media screen and (max-width: 767px) {
  #index .emergency {
    left: 0;
    right: 0;
    margin: auto;
  }
}
#index .emergency div {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  #index .emergency div {
    font-size: 1rem;
  }
}
#index .emergency div:before {
  content: "";
  background: url(../common/img/important.svg) no-repeat left center;
  width: 33px;
  height: 21px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #index .emergency div:before {
    width: 18px;
    height: 16px;
    margin-top: 2px;
    margin-right: 4px;
  }
}
#index .emergency div span {
  overflow: hidden;
  white-space: nowrap;
  /* 文字がはみ出た時に三点リーダーにする */
  text-overflow: ellipsis;
}
#index .emergency p {
  margin: 0;
}
#index .emergency a {
  color: #D60000;
  text-decoration: underline;
}
#index .sec1 {
  padding: 40px;
  margin-bottom: clamp(60px, 4.2vw, 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec1 {
    padding: 20px;
  }
}
#index .sec1 .swipers {
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swipers {
    aspect-ratio: 1/1.2836;
  }
}
#index .sec1 .swipers .swipers-bnr {
  position: absolute;
  width: 304px;
  bottom: 22px;
  right: 22px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swipers .swipers-bnr {
    width: 248px;
    bottom: 12px;
    right: 12px;
  }
}
#index .sec1 .swipers .swipers-bnr > a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  background: url(../img/sec1_bnr_40th_bg.png) no-repeat left top;
  background-size: 100% auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#index .sec1 .swipers .swipers-bnr > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #E0FF00;
  transition: 0.5s;
  transform: rotateX(180deg);
}
#index .sec1 .swipers .swipers-bnr > a:hover::after {
  width: 0;
}
#index .sec1 .swipers .swipers-bnr > a:hover > span::after {
  transform: scale(1.25);
  background-color: #E0FF00;
}
#index .sec1 .swipers .swipers-bnr > a > span {
  position: relative;
  display: block;
  z-index: 1;
}
#index .sec1 .swipers .swipers-bnr > a > span::before, #index .sec1 .swipers .swipers-bnr > a > span::after {
  content: "";
  position: absolute;
  z-index: 2;
}
#index .sec1 .swipers .swipers-bnr > a > span::before {
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swipers .swipers-bnr > a > span::before {
    width: 16px;
  }
}
#index .sec1 .swipers .swipers-bnr > a > span::after {
  top: 50%;
  right: 5px;
  width: 9px;
  height: 15px;
  margin-top: -8px;
  -webkit-mask: url(../common/img/arrow4.svg) no-repeat center/contain;
  mask: url(../common/img/arrow4.svg) no-repeat center/contain;
  background-color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swipers .swipers-bnr > a > span::after {
    right: 4px;
    width: 8px;
    height: 13px;
    margin-top: -7px;
  }
}
#index .sec1 .ttl {
  position: absolute;
  top: 20%;
  z-index: 1;
  left: -20px;
  width: 23%;
}
@media screen and (max-width: 767px) {
  #index .sec1 .ttl {
    left: -10px;
    width: 245px;
  }
}
#index .sec1 .swiper-slide {
  opacity: 0.99 !important;
}
#index .sec1 .swiper-slide-active {
  opacity: 1 !important;
}
#index .sec1 #test {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
#index .sec1 .swiper-prev {
  width: 24px;
  height: 24px;
  background: url(../common/img/swiper-prev.svg) no-repeat left top;
  background-size: contain;
  cursor: pointer;
}
#index .sec1 .swiper-next {
  width: 24px;
  height: 24px;
  background: url(../common/img/swiper-prev.svg) no-repeat left top;
  background-size: contain;
  transform: scale(-1, 1);
  cursor: pointer;
}
#index .sec1 .swiper-play {
  width: 15px;
  height: 15px;
  background: url(../common/img/swiper-stop.svg) no-repeat left top;
  background-size: contain;
  cursor: pointer;
  margin: 0 0 0 14px;
}
#index .sec1 .swiper-play.stop {
  background: url(../common/img/swiper-play.svg) no-repeat left top;
  background-size: contain;
}
#index .sec1 .swiper-button-disabled {
  opacity: 0.5;
}
#index .sec1 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 1px solid #000;
  background: #808080;
}
#index .sec1 .swiper-pagination-bullet-active {
  background: #E0FF00;
}
#index .sec1 .swiperbtm {
  position: relative;
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swiperbtm {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
#index .sec1 .swiperbtm > div:first-child {
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swiperbtm > div:first-child {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
#index .sec1 .swiperbtm > div:first-child > div:first-child {
  background: #000;
  width: fit-content;
  color: #FFF;
  position: absolute;
  padding: 5px 10px 3px;
  font-family: "Rokkitt", serif;
  font-size: 0.75rem;
  top: -10px;
  left: -20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swiperbtm > div:first-child > div:first-child {
    left: -10px;
  }
}
#index .sec1 .swiperbtm > div:first-child > div:last-child {
  background: #FFF;
  padding: 0;
  border: 1px solid #000;
}
@media screen and (max-width: 999px) {
  #index .sec1 .swiperbtm > div:first-child > div:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #index .sec1 .swiperbtm > div:first-child > div:last-child {
    margin-right: 0;
  }
}
#index .sec1 .swiperbtm > div:first-child span {
  font-family: "Rokkitt", serif;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 999px) {
  #index .sec1 .swiperbtm > div:first-child span {
    display: block;
  }
}
#index .sec1 .swiperbtm > div:first-child a {
  color: #000;
  padding: 10px 40px;
  display: block;
  text-decoration: none;
  max-width: 760px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .sec1 .swiperbtm > div:first-child a {
    padding: 15px;
    white-space: inherit;
    line-height: 1.5;
  }
}
#index .sec1 .swiperbtm > div:last-child {
  display: flex;
  align-items: center;
}
#index .sec1 .swiperbtm .pagination {
  position: relative;
  top: inherit;
  bottom: inherit;
  width: fit-content;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
#index .sec2 {
  margin-bottom: clamp(60px, 11.2vw, 157px);
  position: relative;
}
#index .sec2:before {
  content: "";
  position: absolute;
  right: -45%;
  top: -46%;
  margin: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/rope0.webp) no-repeat right top;
  z-index: -1;
  transform: scale(0.6) rotate(-21deg);
}
@media screen and (max-width: 767px) {
  #index .sec2:before {
    background: url(../../assets/img/rope0.webp) no-repeat center top;
    transform: scale(1.1) rotate(-35deg);
    top: -11.35%;
    right: inherit;
    left: 11%;
    margin: 0;
    width: 100%;
    height: 10%;
    background-size: cover;
  }
}
#index .sec2 .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* グリッドを6等分 */
  grid-auto-rows: auto;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #index .sec2 .list {
    gap: 2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #index .sec2 .list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
#index .sec2 .list a {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a {
    grid-area: auto; /* グリッドエリアの指定を解除 */
    width: 100%; /* 横幅を100%に */
  }
}
#index .sec2 .list a:nth-child(1) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a:nth-child(1) {
    grid-area: auto;
  }
}
#index .sec2 .list a:nth-child(2) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a:nth-child(2) {
    grid-area: auto;
  }
}
#index .sec2 .list a:nth-child(n+3) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a:nth-child(n+3) {
    grid-area: auto;
  }
}
#index .sec2 .list a > div:nth-child(1) {
  overflow: hidden;
}
#index .sec2 .list a > div:nth-child(1) img {
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 100%;
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#index .sec2 .list a > div:nth-child(2) {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#index .sec2 .list a > div:nth-child(2) div:first-child {
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 8px;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  border-right: 1px solid #000;
  background: #000;
  color: #FFF;
}
#index .sec2 .list a > div:nth-child(2) div:last-child {
  padding: 10px;
}
#index .sec2 .list a > div:nth-child(3) {
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  #index .sec2 .list a > div:nth-child(3) {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a > div:nth-child(3) {
    padding: 10px 16px;
  }
}
#index .sec2 .list a > div:nth-child(3) span {
  text-align: center;
  margin-right: 10px;
  border-radius: 100vw;
  border: 1px solid #000;
  padding: 2px 10px 4px;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a > div:nth-child(3) span {
    margin-right: 0;
  }
}
#index .sec2 .list a > div:nth-child(4) {
  padding: 10px 20px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a > div:nth-child(4) {
    padding: 10px 16px;
  }
}
#index .sec2 .list a > div:nth-child(4) p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 0;
}
#index .sec2 .list a:nth-child(-n+2) h3 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a:nth-child(-n+2) h3 {
    font-size: 1.25rem;
  }
}
#index .sec2 .list a:nth-child(-n+2) > div:nth-child(2) div:first-child {
  font-size: 1rem;
  background: #E0FF00;
  color: #000;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a:nth-child(-n+2) > div:nth-child(2) div:first-child {
    font-size: 0.75rem;
  }
}
#index .sec2 .list a:nth-child(-n+2) > div:nth-child(4) p {
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  #index .sec2 .list a:nth-child(-n+2) > div:nth-child(4) p {
    font-size: 1rem;
    -webkit-line-clamp: 4;
  }
}
#index .sec2 .list a:nth-child(n+3) h3 {
  font-size: 1.25rem;
}
#index .sec2 .list a h3 {
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
#index .sec2 .list a:focus-visible > div:first-child img {
  transform: scale(1.22);
}
@media (any-hover: hover) {
  #index .sec2 .list a:hover > div:first-child img {
    transform: scale(1.22);
  }
}
#index .sec2 .tag {
  margin: 30px 0;
}
#index .sec2 .infi-scroll-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100vw;
  box-sizing: border-box;
  margin: 0px calc(50% - 50vw);
}
#index .sec2 .infi-scroll-container + .infi-scroll-container {
  margin-top: 20px;
}
#index .sec2 .scrolling-wrapper {
  display: flex;
  animation: scroll-left var(--animation-duration) linear infinite; /* 動的にdurationを設定 */
  will-change: transform;
  --scroll-width: 0px;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#index .sec3 {
  margin-bottom: 120px;
  overflow: hidden;
  margin-bottom: clamp(77px, 2.6vw, 37px);
  position: relative;
}
#index .sec3 .lbtn {
  position: absolute;
  left: calc(100% - (100% - 982px) / 2);
  top: 65px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  #index .sec3 .lbtn {
    left: inherit;
    right: 0;
    top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #index .sec3 .lbtn {
    width: fit-content;
    right: 0;
    left: 0;
    top: 10vw;
    margin: auto;
  }
}
#index .sec3 .lbtn img {
  width: 20px;
  height: 46px;
}
#index .sec3 .lbtn:focus-visible img:nth-child(1) {
  animation: moveUpDown 0.5s ease-in-out 0s;
}
#index .sec3 .lbtn:focus-visible img:nth-child(2) {
  animation: moveUpDown 0.5s ease-in-out 0.1s;
}
#index .sec3 .lbtn:focus-visible img:nth-child(3) {
  animation: moveUpDown 0.5s ease-in-out 0.2s;
}
@media (any-hover: hover) {
  #index .sec3 .lbtn:hover img:nth-child(1) {
    animation: moveUpDown 0.5s ease-in-out 0s;
  }
  #index .sec3 .lbtn:hover img:nth-child(2) {
    animation: moveUpDown 0.5s ease-in-out 0.1s;
  }
  #index .sec3 .lbtn:hover img:nth-child(3) {
    animation: moveUpDown 0.5s ease-in-out 0.2s;
  }
}
#index .sec3 .swiper-num {
  display: none;
}
@media screen and (max-width: 999px) {
  #index .sec3 .swiper-num {
    position: absolute;
    right: 40px;
    top: 145px;
    display: flex;
    color: #000;
    font-family: "Rokkitt", serif;
    font-weight: 500;
    font-size: 1.875rem;
  }
}
#index .sec3 .swiper-num > div:last-child {
  font-size: 1.25rem;
  margin-top: 30px;
  position: relative;
}
#index .sec3 .swiper-num > div:last-child:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #000;
  right: -15px;
  transform: rotate(-50deg);
  top: 0px;
}
#index .sec3__inner {
  position: relative;
  padding-top: 43px;
  padding-bottom: 43px;
}
#index .sec3__inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 100vw;
  height: 100%;
  margin: 0px calc(50% - 50vw);
  background: #ccc;
  z-index: -2;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: blur(20px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #index .sec3__inner:before {
    display: none;
  }
}
#index .sec3__inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 100vw;
  height: 100%;
  margin: 0px calc(50% - 50vw);
  background: #000;
  z-index: -1;
  opacity: 0;
  mix-blend-mode: overlay;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  #index .sec3__inner:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #index .sec3__inner {
    padding-top: 40vw;
  }
}
#index .sec3__inner.hovered-1:after {
  opacity: 0.3;
}
#index .sec3__inner.hovered-1:before {
  background: url(../../assets/img/sec3_img01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
#index .sec3__inner.hovered-2:after {
  opacity: 0.3;
}
#index .sec3__inner.hovered-2:before {
  background: url(../img/sec3_img02.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
#index .sec3__inner.hovered-3:after {
  opacity: 0.3;
}
#index .sec3__inner.hovered-3:before {
  background: url(../img/sec3_img03.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
#index .sec3__inner.hovered-4:after {
  opacity: 0.3;
}
#index .sec3__inner.hovered-4:before {
  background: url(../img/sec3_img04.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
#index .sec3__inner.hovered-5:after {
  opacity: 0.3;
}
#index .sec3__inner.hovered-5:before {
  background: url(../img/sec3_img05.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
#index .sec3 .list {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list {
    display: flex;
    gap: 0;
  }
}
#index .sec3 .list a {
  display: grid;
  grid-template-columns: auto 1fr 34%; /* 可変幅の列 + 自動幅 */
  grid-template-rows: auto auto; /* 行は内容に応じて自動調整 */
  background: #FFF;
  max-width: 1120px;
  margin: 0 auto;
  color: #000;
  line-height: 1.75;
  border: 1px solid #000;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
#index .sec3 .list a div:nth-child(1) {
  grid-column: 1; /* 1列目 */
  grid-row: 1; /* 1行目 */
  padding: 20px;
  align-self: center; /* 高さを中央に配置 */
  letter-spacing: -0.05em;
  height: 100%;
  line-height: 1.23;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a div:nth-child(1) {
    grid-column: auto;
    padding: 7px 10px;
    white-space: nowrap;
  }
}
#index .sec3 .list a div:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a div:nth-child(1):before {
    display: none;
  }
}
#index .sec3 .list a div:nth-child(2) {
  grid-column: 2; /* 2列目 */
  grid-row: 1; /* 1行目 */
  padding: 20px;
  line-height: 1.21;
  font-family: "Rokkitt", serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a div:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
    border-top: 1px solid #000;
    font-size: 0.875rem;
    white-space: nowrap;
    padding: 7px 10px 5px;
  }
}
#index .sec3 .list a div:nth-child(3) {
  grid-column: 1/3; /* 1列目から2列目 */
  grid-row: 2; /* 2行目 */
  border-top: 1px solid #000;
  line-height: 1.875;
  padding: 0 20px;
  font-size: 0.75rem;
  align-content: center;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a div:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    padding: 7px 10px 5px;
  }
}
#index .sec3 .list a div:nth-child(4) {
  grid-column: 1/3; /* 1列目から2列目 */
  grid-row: 3; /* 2行目 */
  line-height: 1.875;
  padding: 20px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a div:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    font-size: 1rem;
    padding: 7px 10px 5px;
  }
}
#index .sec3 .list a div:nth-child(4) span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#index .sec3 .list a div:nth-child(5) {
  grid-column: 3; /* 3列目 */
  grid-row: 1/4; /* 1行目から2行目をまたぐ */
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a div:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#index .sec3 .list a div:nth-child(5) img {
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 100%;
}
#index .sec3 .list a div:nth-child(6) {
  display: none;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a div:nth-child(6) {
    text-align: center;
    margin-left: 31px;
    font-size: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 2px 0;
    align-items: center;
  }
}
#index .sec3 .list a div:nth-child(6):after {
  content: "";
  background: url(../common/img/arrow3.svg) no-repeat left center;
  width: 31px;
  aspect-ratio: 1;
  margin-right: 10px;
}
#index .sec3 .list a h3 {
  font-family: "Zen Old Mincho", serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a h3 {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
#index .sec3 .list a .minus {
  letter-spacing: -0.13em;
}
#index .sec3 .list a .minus2 {
  letter-spacing: 0em !important;
  padding-right: 4px !important;
}
#index .sec3 .list a:focus-visible {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  #index .sec3 .list a:focus-visible {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  #index .sec3 .list a:focus-visible {
    transform: none;
  }
}
@media (any-hover: hover) {
  #index .sec3 .list a:hover {
    transform: scale(1.1);
  }
}
@media screen and (any-hover: hover) and (max-width: 1200px) {
  #index .sec3 .list a:hover {
    transform: scale(1.05);
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  #index .sec3 .list a:hover {
    transform: none;
  }
}
#index .sec3 .list > div:nth-child(1) a div:nth-child(4) span {
  -webkit-line-clamp: 2;
}
#index .sec3 .list > div:nth-child(2) a div:nth-child(4) {
  line-height: 1.875;
}
#index .sec3 .list > div:nth-child(2) a div:nth-child(4) span {
  -webkit-line-clamp: 2;
}
#index .sec3 .list > div:nth-child(3) a div:nth-child(4) {
  line-height: 2.2;
}
#index .sec3 .list > div:nth-child(3) a div:nth-child(4) span {
  -webkit-line-clamp: 3;
}
#index .sec3 .list > div:nth-child(4) a div:nth-child(4) {
  line-height: 2;
}
#index .sec3 .list > div:nth-child(4) a div:nth-child(4) span {
  -webkit-line-clamp: 4;
}
#index .sec3 .list > div:nth-child(5) a div:nth-child(4) {
  line-height: 1.765;
}
#index .sec3 .list > div:nth-child(5) a div:nth-child(4) span {
  -webkit-line-clamp: 3;
}
#index .sec3 .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #index .sec3 .swiper {
    margin-top: 30px;
  }
}
#index .sec3 .swiper-pagination {
  position: relative;
  margin: 14px 0 16px;
}
#index .sec3 .swiper-pagination-progressbar {
  padding: 10px 0;
  border-radius: 10px;
  background: #FFF;
}
#index .sec3 .swiper-pagination-progressbar-fill {
  height: 8px;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: calc(100% - 16px);
  background: #B4B4A7;
  clip-path: inset(0px 0px 0px round 4px);
}
#index .sec3 .btn {
  max-width: 1120px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #index .sec3 .btn {
    margin-top: 0;
  }
}
#index .sec4 {
  margin-bottom: 120px;
  margin-bottom: clamp(120px, 8.5vw, 120px);
}
#index .sec4 .list {
  display: grid;
  grid-template-columns: 36fr 50fr; /* 1と2の横幅比を4:6に設定 */
  grid-template-rows: auto 1fr; /* 行の高さは内容に応じて調整 */
  gap: 40px; /* 要素間の隙間 */
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
}
#index .sec4 .list > div:nth-child(1) {
  grid-column: 1/2; /* 1列目 */
  grid-row: 1/3; /* 1行目から2行目にまたがる */
  background: #FFF;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
}
#index .sec4 .list > div:nth-child(1) a {
  text-decoration: none;
  color: #000;
  display: block;
  cursor: pointer;
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(1) {
  overflow: hidden;
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(1) img {
  aspect-ratio: 16/9;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(2) {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(2) > div:first-child {
  writing-mode: vertical-rl;
  font-size: 1rem;
  padding: 8px;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #E0FF00;
  border-right: 1px solid #000;
  display: flex;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(1) a > div:nth-child(2) > div:first-child {
    font-size: 0.75rem;
  }
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(2) > div:last-child {
  padding: 15px 10px;
  margin-left: 30px;
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(2) > div:last-child div {
  padding: 0;
  margin: 0 0 15px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "san-serif";
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(1) a > div:nth-child(2) > div:last-child div {
    font-size: 0.75rem;
  }
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(2) > div:last-child div span {
  background: #E0FF00;
  padding: 3px 5px;
  border: 1px solid #000;
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(3) {
  line-height: 1.875;
  padding: 12px 16px;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(1) a > div:nth-child(3) {
    font-size: 0.875rem;
  }
}
#index .sec4 .list > div:nth-child(1) a > div:nth-child(3) p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}
#index .sec4 .list > div:nth-child(1) a:focus-visible > div:nth-child(1) img {
  transform: scale(1.2);
}
@media (any-hover: hover) {
  #index .sec4 .list > div:nth-child(1) a:hover > div:nth-child(1) img {
    transform: scale(1.2);
  }
}
#index .sec4 .list > div:nth-child(1) h3 {
  line-height: 1.384;
  font-size: 1.625rem;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(1) h3 {
    font-size: 1.375rem;
  }
}
#index .sec4 .list > div:nth-child(2) {
  grid-column: 2/3; /* 2列目 */
  grid-row: 1/2; /* 1行目 */
  align-self: start; /* 上寄せ */
  display: grid;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
#index .sec4 .list > div:nth-child(2) a {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  background: #FFF;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  position: relative;
}
#index .sec4 .list > div:nth-child(2) a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  height: 1px;
  max-width: 27px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1360px) {
  #index .sec4 .list > div:nth-child(2) a:before {
    max-width: 25px;
  }
}
@media screen and (max-width: 1023px) {
  #index .sec4 .list > div:nth-child(2) a:before {
    max-width: 22px;
  }
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(2) a:before {
    max-width: 27px;
  }
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(2) a {
    height: auto;
  }
}
#index .sec4 .list > div:nth-child(2) a:last-child:before {
  display: none;
}
#index .sec4 .list > div:nth-child(2) a + a {
  margin-top: -1px;
}
#index .sec4 .list > div:nth-child(2) a > div {
  font-size: 1rem;
}
#index .sec4 .list > div:nth-child(2) a > div:first-child {
  writing-mode: vertical-rl;
  font-size: 0.875rem;
  font-family: "Rokkitt", serif;
  padding: 10px 5px;
  letter-spacing: 0.05em;
  background: #000;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(2) a > div:first-child {
    align-self: initial;
  }
}
#index .sec4 .list > div:nth-child(2) a > div:nth-child(2) {
  border-left: 1px solid #000;
  font-size: 1rem;
  line-height: 1.625;
  padding: 10px 8px;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  height: 100px;
}
#index .sec4 .list > div:nth-child(2) a > div:nth-child(2) div {
  padding: 0;
  margin: 0 0 5px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "san-serif";
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(2) a > div:nth-child(2) div {
    font-size: 0.75rem;
  }
}
#index .sec4 .list > div:nth-child(2) a > div:nth-child(2) div span {
  background: #E0FF00;
  padding: 3px 5px;
  border: 1px solid #000;
}
#index .sec4 .list > div:nth-child(2) a > div:nth-child(2) h3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: normal;
  margin: 0;
  color: #000;
  padding: 0;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(2) a > div:nth-child(2) h3 {
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
  }
}
#index .sec4 .list > div:nth-child(2) a:last-child > div:first-child:before {
  display: none;
}
#index .sec4 .list > div:nth-child(3) {
  grid-column: 2/3; /* 2列目 */
  grid-row: 2/3; /* 2行目 */
  align-self: end; /* 下部に揃える */
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec4 .list > div:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    align-self: inherit;
  }
}
#index .sec4 .list > div:nth-child(3):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#index .sec5 {
  margin-bottom: 200px;
  margin-bottom: clamp(10px, 14.28vw, 200px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index .sec5 {
    margin-bottom: 100px;
  }
}
#index .sec5 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #index .sec5 .list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
#index .sec5 .list a {
  letter-spacing: 0.05em;
  color: #000;
  display: grid;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec5 .list a {
    text-decoration: none;
    position: relative;
    z-index: 1;
  }
}
#index .sec5 .list a:nth-last-child(1) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  #index .sec5 .list a:nth-last-child(1) {
    grid-column: auto;
  }
}
@media screen and (max-width: 767px) {
  #index .sec5 .list a:nth-last-child(1) h3 {
    margin-top: -40% !important;
  }
}
#index .sec5 .list a:nth-last-child(1) div:last-child {
  background: #FFF;
}
#index .sec5 .list a:focus-visible > div:last-child img {
  transform: scale(1.2);
}
@media (any-hover: hover) {
  #index .sec5 .list a:hover > div:last-child img {
    transform: scale(1.2);
  }
}
#index .sec5 .list div:first-child {
  position: absolute;
  top: 50px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index .sec5 .list div:first-child {
    left: -10px;
    top: inherit;
    position: relative;
    order: 2;
    margin-top: -20px;
  }
}
#index .sec5 .list div:first-child h3 {
  background: #FFF;
  margin: 0;
  padding: 0;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 1.375rem;
  font-weight: normal;
  width: fit-content;
  padding: 5px 14px 7px 10px;
  border: 1px solid #000;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #index .sec5 .list div:first-child h3 {
    letter-spacing: 0;
  }
}
#index .sec5 .list div:first-child p {
  margin: -1px 0 0;
  padding: 8px 10px 7px;
  border: 1px solid #000;
  background: #FFF;
  line-height: 1.411;
  font-size: 1rem;
  font-family: "Rokkitt", serif;
  width: fit-content;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec5 .list div:first-child p {
    width: fit-content;
    padding-left: 12px;
    padding-right: 20px;
    letter-spacing: 0.1em;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #index .sec5 .list div:first-child p:after {
    content: "";
    background: url(../../assets/common/img/arrow2.svg) no-repeat center center;
    width: 5px;
    display: block;
    height: 8px;
    margin-left: 10px;
    background-size: contain;
    z-index: 1;
    margin-top: -3px;
  }
}
#index .sec5 .list div:last-child {
  border: 1px solid #000;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #index .sec5 .list div:last-child {
    order: 1;
    text-decoration: none;
  }
}
#index .sec5 .list div:last-child img {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#index .sec5 .lastlist {
  letter-spacing: 0.05em;
  color: #000;
  display: grid;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec5 .lastlist {
    text-decoration: none;
    position: relative;
    z-index: 1;
  }
}
#index .sec5 .lastlist:focus-visible > div:last-child img {
  transform: scale(1.2);
}
@media (any-hover: hover) {
  #index .sec5 .lastlist:hover > div:last-child img {
    transform: scale(1.2);
  }
}
#index .sec5 .lastlist div:first-child {
  position: absolute;
  top: 50px;
  left: -20px;
  z-index: 1;
}
#index .sec5 .lastlist div:first-child h3 {
  background: #FFF;
  margin: 0;
  padding: 0;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 1.375rem;
  font-weight: normal;
  width: fit-content;
  padding: 5px 14px 7px 10px;
  border: 1px solid #000;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #index .sec5 .lastlist div:first-child h3 {
    letter-spacing: 0;
  }
}
#index .sec5 .lastlist div:first-child p {
  margin: -1px 0 0;
  padding: 8px 10px 7px;
  border: 1px solid #000;
  background: #FFF;
  line-height: 1.411;
  font-size: 1rem;
  font-family: "Rokkitt", serif;
  width: fit-content;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec5 .lastlist div:first-child p {
    width: fit-content;
    padding-left: 12px;
    padding-right: 20px;
    letter-spacing: 0.1em;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #index .sec5 .lastlist div:first-child p:after {
    content: "";
    background: url(../../assets/common/img/arrow2.svg) no-repeat center center;
    width: 5px;
    display: block;
    height: 8px;
    margin-left: 10px;
    background-size: contain;
    z-index: 1;
    margin-top: -3px;
  }
}
#index .sec5 .lastlist div:last-child {
  border: 1px solid #000;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #index .sec5 .lastlist div:last-child {
    order: 1;
    text-decoration: none;
  }
}
#index .sec5 .lastlist div:last-child img {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#index .sec6 .wrap {
  position: relative;
  padding-top: 40px;
}
#index .sec6 .wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  margin: -40px calc(50% - 50vw) 0;
  background: url(../img/sec6_bg.png) repeat-x;
  animation: bgscroll 20s linear infinite;
  background-size: 1134px 477px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #index .sec6 .wrap:before {
    display: none;
  }
}
#index .sec6 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1010px;
  padding: 0 40px;
  gap: 60px 80px;
}
@media screen and (max-width: 767px) {
  #index .sec6 .card {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  #index .sec6 .card {
    width: calc(93.5185185185 * var(--safe-vw));
    padding: 0 calc(3.7037037037 * var(--safe-vw));
    gap: calc(5.5555555556 * var(--safe-vw)) calc(7.4074074074 * var(--safe-vw));
  }
}
#index .sec6 .card > .c-btn-arrow {
  width: 424px;
  margin-left: auto;
  transform: none;
}
@media screen and (max-width: 1023px) {
  #index .sec6 .card > .c-btn-arrow {
    width: calc(39.2592592593 * var(--safe-vw));
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .card > .c-btn-arrow {
    width: 100%;
  }
}
#index .sec6 .card > div {
  width: 424px;
}
@media screen and (max-width: 1023px) {
  #index .sec6 .card > div {
    width: calc(39.2592592593 * var(--safe-vw));
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .card > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
#index .sec6 .card > div:nth-child(2n+1) {
  transform: translateY(100px);
}
@media screen and (max-width: 767px) {
  #index .sec6 .card > div:nth-child(2n+1) {
    transform: none;
  }
}
#index .sec6 .card > div a {
  display: block;
}
@media screen and (max-width: 767px) {
  #index .sec6 .card > div a {
    width: 100%;
  }
}
#index .sec6 .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 70px;
  position: relative;
  align-items: start;
  gap: 0 18px;
}
@media screen and (max-width: 767px) {
  #index .sec6 .list {
    gap: none;
    grid-template-columns: 1fr;
  }
}
#index .sec6 .list > div {
  display: grid;
  grid-template-columns: auto 1fr;
  background: #FFF;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #index .sec6 .list > div {
    display: block;
  }
}
#index .sec6 .list > div > div:first-child {
  writing-mode: vertical-rl;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  color: #000;
  background: #E0FF00;
  padding: 10px 8px 0 4px;
  letter-spacing: 0.05em;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #index .sec6 .list > div > div:first-child {
    font-size: 0.75rem;
    padding: 7px 10px 3px 10px;
    writing-mode: inherit;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list > div > div div {
    overflow: hidden;
    height: 0;
  }
}
#index .sec6 .list > div:first-child a:last-child {
  border: none;
}
#index .sec6 .list > div:last-child {
  border-left: 1px solid #000;
}
#index .sec6 .list > div:last-child a:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  #index .sec6 .list > div:last-child a:last-child {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list > div + div {
    margin-top: 20px;
  }
}
#index .sec6 .list h3 {
  line-height: 3;
  font-size: 1.375rem;
  margin: 0;
  color: #000;
  font-weight: normal;
  padding: 0 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .sec6 .list h3 {
    font-size: 1.125rem;
    padding: 0 12px;
    letter-spacing: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list h3:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #E0FF00;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list h3 span:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 1px;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list h3 span:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list h3.open span:after {
    display: none;
  }
}
#index .sec6 .list a {
  font-size: 1rem;
  text-decoration: none;
  color: #000;
  padding: 0 20px;
  letter-spacing: 0.05em;
  line-height: 3;
  border-bottom: 1px solid #000;
  transition: padding-left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  #index .sec6 .list a {
    font-size: 0.75rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list a:first-child {
    border-top: 1px solid #000;
  }
}
#index .sec6 .list a:focus-visible {
  padding-left: 36px;
}
@media (any-hover: hover) {
  #index .sec6 .list a:hover {
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  #index .sec6 .list a.minus {
    letter-spacing: -0.01em;
  }
}

/* フェードインアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* リスト全体の半分を左に移動 */
  }
}
/* 横方向にスムーズにスクロール */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scroll-width)); /* 幅をCSS変数で設定 */
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1134px 0;
  }
}