@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

:root {
  --size10: min(0.69vw, 10px);
  --size14: min(0.97vw, 14px);
  --size16: min(1.11vw, 16px);
  --size18: min(1.25vw, 18px);
  --size20: min(1.38vw, 20px);
  --size24: min(1.66vw, 24px);
  --size25: min(1.73vw, 25px);
  --size27: min(1.875vw, 27px);
  --size30: min(2.08vw, 30px);
  --size32: min(2.22vw, 32px);
  --size35: min(2.43vw, 35px);
  --size40: min(2.77vw, 40px);
  --size42: min(2.9vw, 42px);
  --size45: min(3.1vw, 45px);
  --size48: min(3.33vw, 48px);
  --size50: min(3.47vw, 50px);
  --size54: min(3.75vw, 54px);
  --size60: min(4.16vw, 60px);
  --size70: min(4.86vw, 70px);
}

a {
  text-decoration: none;
  color: #0D0D21;
}

.c_white {
  color: white;
}

li {
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
}

.fade-in {
  display: none;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(13, 13, 33, 0);
  color: #0D0D21;
  z-index: 10;
}

header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
}

.sp {
  display: none;
}

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

/* -------------about & company------------ */

.company_table_block_title {
  width: 240px;
  text-align: left;
}

.company_table_block_text {
  width: 480px;
  text-align: left;
}

.sub_company {
  padding: 0px 16px;
}

.company_table {
  margin: auto;
  margin-top: 104px;
}

.company_table_block tr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 16px;
  display: block;
}

.company_table_block tr+tr {
  border-top: none;
}




.sub_strength h2 {
  font-size: 56px;
}

.sub_strength_li {
  display: flex;
  justify-content: space-between;
}

.sub_strength_block_text {
  width: 48%;
}

.sub_strength_block_img {
  width: 48%;
}

.sub_strength_block_img.width {
  width: 52%;
}

.sub_works h1 {
  font-size: 64px;
  line-height: 72px;
  margin-top: 32px;
}



.sub_strength_block_img {
  margin-right: calc(((100vw - 100%) / 2) * -1);
}


.sub_strength_li:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: unset;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.sub_strength_li+.sub_strength_li {
  margin-top: 104px;
}

.sub_strength_detail {
  margin-top: 16px;
}

.sub_strength h1 {
  font-size: 56px;
  margin-top: 144px;
}

.sub_strength_flow_text {
  max-width: 700px;
  margin: auto;
  margin-top: 32px;
}

.sub_strength_ul {
  margin-top: 144px;
  padding: 0 104px;
  padding-bottom: 10%;
}

ul {
  padding: 0;
  margin: 0;
}

.sub_strength h2 {
  font-size: 40px;
}

img {
  width: 100%;
  max-width: 100%;
}

.sub_top {
  margin-top: 144px;
}

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

  .sub_top {
    margin-top: unset;
  }


  .sub_strength h2 {
    font-size: 24px;
  }

  .sub_strength_ul {
    margin-top: 64px;
    padding: 0 16px;
    margin-bottom: 64px;
  }

  .sub_strength_block_text {
    width: 100%;
  }

  .sub_strength_block_img.width {
    width: 100%;
  }

  .sub_strength_li {
    display: block;
    ;
  }

  header .header-flex {
    padding: 0 12px;
    height: 80px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }


  .sub_strength_li:nth-child(even) {
    margin-left: unset;
    margin-right: unset;
  }

  .sub_strength_block_img {
    width: 100%;
  }

  .br_pc {
    display: none;
  }

  .sub_strength_block_img {
    margin-top: 24px;
  }


}

/* -------------top------------ */

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

header .header-flex .logo {
  width: 128px;
}

header .header-flex .logo .logo-img {
  width: 100%;
}

@media screen and (max-width: 300px) {
  header .header-flex .logo {
    width: 50%;
  }
}

header .header-flex .menu {
  cursor: pointer;
}

@media screen and (max-width: 300px) {
  header .header-flex .menu {
    font-size: 8vw;
  }
}

.Main-Visual {
  width: 100%;
  aspect-ratio: 1920/1000;
}

.Main-Visual .Main-Visual-img {
  width: 100%;
  height: 100%;
}

.Main-Visual .Main-Visual-img img {
  width: 100%;
}

.About {
  width: 100%;
  background-color: #0D0D21;
}

.About .About-content {
  width: auto;
  padding: 15% 15%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--size20);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .About .About-content {
    padding: 20% 12px;
    flex-direction: column;
    gap: 30px;
  }

  .Main-Visual {
    width: 100%;
    aspect-ratio: unset;
  }
}

.About .About-content .About-text {
  width: calc((100% - var(--size20)) / 2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .About .About-content .About-text {
    width: 100%;
  }
}

.About .About-content .About-text .title {
  font-size: var(--size40);
}

@media screen and (max-width: 768px) {
  .About .About-content .About-text .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 300px) {
  .About .About-content .About-text .title {
    font-size: 15vw;
  }
}

.About .About-content .About-text .content {
  font-size: var(--size20);
  width: 95%;
}

@media screen and (max-width: 768px) {
  .About .About-content .About-text .content {
    font-size: 18px;
  }
}

.About .About-content .About-text .more {
  font-size: var(--size14);
}

@media screen and (max-width: 768px) {
  .About .About-content .About-text .more {
    font-size: 14px;
  }
}

.About .About-content .About-img {
  width: calc((100% - var(--size20)) / 2);
  aspect-ratio: 400/270;
}

@media screen and (max-width: 768px) {
  .About .About-content .About-img {
    width: 100%;
  }
}

.About .About-content .About-img img {
  width: 100%;
  height: 100%;
}

.Works {
  width: 100%;
}

.Works .Works-content {
  padding: 7% 15% 7% 15%;
}

@media screen and (max-width: 768px) {
  .Works .Works-content {
    padding: 20% 12px;
  }
}

.Works .Works-content .Works-title {
  font-size: var(--size40);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 300px) {
  .Works .Works-content .Works-title {
    font-size: 15vw;
  }
}

.Works .Works-content .Works-list {
  width: 100%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: var(--size70);
  padding: 0;
  gap: var(--size20) var(--size70);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list {
    margin-top: 30px;
    gap: 50px;
    flex-direction: column;
  }
}

.Works .Works-content .Works-list .Works-list-item {
  width: calc((100% - var(--size70) * 2) / 3);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item {
    width: 100%;
    margin-top: 0 !important;
  }
}

.Works .Works-content .Works-list .Works-list-item .img {
  width: 100%;
  aspect-ratio: 4/3;
}

.Works .Works-content .Works-list .Works-list-item .img img {
  width: 100%;
  height: 100%;
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--size24);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title {
    margin-top: 16px;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content {
  display: flex;
  flex-direction: column;
  gap: var(--size10);
}

@media screen and (max-width: 300px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content {
    word-break: break-all;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .date {
  font-size: var(--size16);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .date {
    font-size: 16px;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .title {
  font-size: var(--size20);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .title {
    font-size: 16px;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img {
  height: var(--size50);
  aspect-ratio: 1/1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img {
    height: 50px;
  }
}

@media screen and (max-width: 300px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img {
    height: 15vw;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img img {
  width: 100%;
  height: 100%;
}

.News {
  width: 100%;
  background-color: #0D0D21;
  color: #fff;
}

.News .News-content {
  padding: 15% 10% 18%;
}

@media screen and (max-width: 768px) {
  .News .News-content {
    padding: 20% 12px;
  }
}

.News .News-content .News-title {
  font-size: var(--size40);
}

@media screen and (max-width: 768px) {
  .News .News-content .News-title {
    font-size: 32px;
    margin: 0;
  }
}

@media screen and (max-width: 300px) {
  .News .News-content .News-title {
    font-size: 15vw;
  }
}

.News .News-content .News-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size30);
  padding: 0;
  padding-top: 8%;
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list {
    flex-direction: column;
  }
}

.News .News-content .News-list .News-list-item {
  width: calc((100% - var(--size30) * 2) / 3);
  height: 80%;
  display: flex;
  flex-direction: column;
  gap: var(--size20);
  padding: 0 2%;
  box-sizing: border-box;
  font-size: var(--size20);
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item {
    width: 100%;
    height: auto;
    font-size: 20px;
    padding: 0;
  }
}

.News .News-content .News-list .News-list-item .content {
  font-size: var(--size18);
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item .content {
    font-size: 18px;
  }
}

.News .News-content .News-list .News-list-item:first-of-type {
  padding-right: 4%;
  padding-left: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item:first-of-type {
    padding-right: 0;
  }
}

.News .News-content .News-list .News-list-item:last-of-type {
  padding-right: 0;
  padding-left: 4%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item:last-of-type {
    padding-left: 0;
  }
}

.Contact {
  width: 100%;
  aspect-ratio: 1920/1000;
  color: #0D0D21;
}

@media screen and (max-width: 768px) {
  .Contact {
    height: auto;
    aspect-ratio: 0;
  }
}

.Contact .Contact-content {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content {
    flex-direction: column;
  }
}

.Contact .Contact-content .Contact-img {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-img {
    order: 2;
    width: 100%;
    margin-bottom: -6px;
  }
}

.Contact .Contact-content .Contact-img img {
  width: 100%;
  height: 100%;
}

.Contact .Contact-content .Contact-text {
  width: 50%;
  padding: 0 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--size30);
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text {
    order: 1;
    width: 100%;
    padding: 20% 12px;
    gap: 30px;
  }
}

.Contact .Contact-content .Contact-text .Contact-title {
  font-size: var(--size40);
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text .Contact-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 300px) {
  .Contact .Contact-content .Contact-text .Contact-title {
    font-size: 15vw;
  }
}

.Contact .Contact-content .Contact-text .Contact-message {
  font-size: var(--size16);
  margin-top: 7%;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text .Contact-message {
    font-size: 16px;
  }
}

.Contact .Contact-content .Contact-text .more {
  font-size: var(--size14);
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text .more {
    font-size: 14px;
  }
}

.index-footer {
  position: relative;
  height: 300px;
  bottom: 0;
  font-size: var(--size16);
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0D0D21;
}

@media screen and (max-width: 768px) {
  .index-footer {
    font-size: 12px;
  }
}

.index-footer .footer-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 200px);
  height: inherit;
  /* padding: 0 100px; */
  margin: 0 auto;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .index-footer .footer-wrap {
    width: 100%;
    flex-direction: column;
  }
}

.index-footer .footer-wrap .FaceBook {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .index-footer .footer-wrap .FaceBook {
    position: relative;
  }
}

.index-footer .footer-wrap .footer-center {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  margin: 0 auto;
  gap: 30px;
}

@media screen and (max-width: 300px) {
  .index-footer .footer-wrap .footer-center {
    flex-direction: column;
    gap: 0;
  }
}

.index-footer .footer-wrap .AllRight {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .index-footer .footer-wrap .AllRight {
    position: relative;
  }
}

.scroll-smooth-area {
  transform: translateY(100px);
  padding-bottom: 10%;
}

.works-scroll-area {
  padding-bottom: 10%;
}

.works-title {
  text-align: center;
  font-size: 104px;
  color: #000000;
}

.sub_company {
  padding-bottom: 10%;
}

.works-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.works-title span.visible {
  opacity: 1;
  transform: translateY(0);
}

.year-tab-wrap {
  display: flex;
  gap: 25px;
  justify-content: center;
  color: #000;
}

.year-tab {
  padding: 23px 96px;
  border: 1px solid #000;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.year-tab.visible {
  opacity: 1;
  transform: translateY(0);
}

.works-list-wrap {
  margin-top: 105px;
}

.works-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 70px;
  width: 100%;
  list-style-type: none;
  padding: 0 13.88vw;
  margin: auto;
  box-sizing: border-box;
}

.works-list-card {
  /* border-radius: 8px; */
  text-align: left;
  color: #000;
  border-bottom: 1px solid #000;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.works-list-card:last-of-type,
.works-list-card:nth-last-child(2) {
  border: none;
}

@media screen and (max-width: 768px) {
  .works-list-card:nth-last-child(2) {
    border-bottom: 1px solid #000;
  }
}

.works-list-img {
  width: 100%;
  /* aspect-ratio: 588/649; */
  aspect-ratio: 588/402;
  overflow: hidden;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  /* background-size: cover; */
  background-position: top;
  background-size: 170% 150%;
  background-repeat: no-repeat;
  background-position: center top;
  /* animation: parallax linear both; */
  /* animation-timeline: view(); */
}

.img1 {
  background-image: url(./assets/img/kaitie.webp);
}

.img2 {
  background-image: url(./assets/img/Harley-Davidson.webp);
}

.img3 {
  background-image: url(./assets/img/kitchenmarushin.webp);
}

.img4 {
  background-image: url(./assets/img/BOSTONhambarg.webp);
}

.img5 {
  background-image: url(./assets/img/CORONA.webp);
}

.img6 {
  background-image: url(./assets/img/manshon.webp);
}

.img7 {
  background-image: url(./assets/img/hair-produse-ease.webp);
}

.img8 {
  background-image: url(./assets/img/ikkoku.webp);
}

@keyframes parallax {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -200px;
  }
}

/* .works-list-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transform: translateY(0); 
    transition: transform 0.3s ease; 
} */
.works-list-card h3 {
  margin: 30px 0 45px 0;
  font-size: 20px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 768px) {
  .works-list-card h3 {
    font-size: 16px;
  }
}

.works-footer {
  position: relative;
  height: 36px;
  font-size: 12px;
  width: 100%;
  margin-top: 130px;
  color: #fff;
}

.works-footer-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 200px);
  /* padding: 0 100px; */
  margin: 0 auto;
  height: 36px;
}

@media (max-width: 768px) {

  /* .Main-Visual {
    aspect-ratio: unset;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  } */
  .scroll-smooth-area {
    /* padding-bottom: 30%; */
    padding-bottom: 8%;
  }

  .works-scroll-area {
    padding-bottom: 30%;
  }

  .sub_company {
    padding-bottom: 12%;
  }

  .works-title {
    /* font-size: 80px; */
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .year-tab-wrap {
    flex-direction: column;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .works-list-wrap {
    margin-top: 70px;
  }

  .works-list-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 10%;
  }

  .works-footer {
    width: 100vw;
    height: 70px;
    display: block;
    margin-top: 60px;
  }

  .works-footer-wrap {
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 25px;
  }

  .FaceBook {
    position: relative;
  }

  .AllRight {
    position: relative;
  }
}

/*# sourceMappingURL=style.css.map */


/* ----------- menu ---------------- */
.menu {
  cursor: pointer;
}

.content-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 100px);
  margin-top: 100px;
}

.card-container {
  display: flex;
  gap: 27px;
  width: 100%;
  justify-content: space-around;
  height: 90%;
  position: relative;
  align-items: center;
  padding: 0 100px;
  box-sizing: border-box;
}

.card-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* overflow-x: scroll; */
  /* scroll-snap-type: x mandatory; */
  /* transform: translateX(-100%); */
  /* transition: transform 0.5s ease-out; */
  /* gap: 20px;
  padding: 0 5%; */
  /* background-color: aliceblue; */
}

.card-link {
  width: 30%;
  max-width: 395px;
  height: 90%;
}

.card {
  width: 100%;
  /* max-width: 395px; */
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  border-radius: 12px;
  color: #fff;
  /* transition: transform 0.6s cubic-bezier(0.19, 0.39, 0.61, 1.05); */
  transform-style: preserve-3d;
  /* 3D変換を有効にする */
  will-change: transform;
  /* 変換の最適化 */
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font-size: 40px;
}

.card p {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  width: 50%;
  padding-top: 18px;
  text-align: center;
  word-break: break-all;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 1.5s;
  z-index: -1;
  /* 背景画像をテキストの後ろに配置 */
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* 黒の半透明レイヤー */
  z-index: 1;
  /* レイヤーがカードの上に表示されるように設定 */
  pointer-events: none;
  /* レイヤーがクリックなどのイベントをブロックしないように設定 */
  z-index: -1;
}

.card:hover::before {
  transform: scale(1.1);
  /* ホバー時にズームイン */
}

.card1::before {
  background-image: url(./assets/img/about.jpg);
}

.card2::before {
  background-image: url(./assets/img/Harley-Davidson.webp);
}

.card3::before {
  background-image: url(./assets/img/about_1.webp);
}

@media (min-width: 768px) {
  .card1 {
    transform: translateX(50%) translateY(50px) scale(0.8);
  }

  .card2 {
    transform: translateY(50px) scale(0.8);
  }

  .card3 {
    transform: translateX(-50%) translateY(50px) scale(0.8);
  }

  .card.animate {
    animation: moveAndScale 1.5s cubic-bezier(0.12, 0.86, 0.3, 1);
  }
}

@keyframes moveAndScale {
  to {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .card-container {
    overflow-x: auto;
    /* 横スクロールを有効にする */
    scroll-snap-type: x mandatory;
    /* スクロール時にスナップを有効にする */
    -webkit-overflow-scrolling: touch;
    /* モバイルでのスムーズスクロールを有効にする */
    padding: 0;
    /* パディングをリセット */
    gap: 0;
    /* カード間の隙間をなくす */
    /* margin-left: 0; */
    /* background-color: aquamarine; */
  }

  .card-list {
    display: flex;
    width: 300%;
    /* カードの数に応じて全体の幅を調整 */
    height: 100%;
  }

  .card-link {
    width: 90vw;
    /* カードの幅を画面サイズにする */
    flex-shrink: 0;
    /* カードが縮小しないようにする */
    scroll-snap-align: center;
    /* カードがスクロール後に中央に配置される */
    padding: 0 5vw;
    max-width: none;
  }

  .card {
    width: 100%;
    height: 100%;
    opacity: 1;
    /* 表示させる */
    transition: transform 0.3s ease;
    /* スクロール時に動きが滑らかになるようにする */
  }
}