@charset "utf-8";
/*==========================
common
==========================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

/* *{
 outline: 2px solid red;
} */

body {
  color: #0d0d0d;
  /* font-family: "Noto Serif JP"; */
  font-style: normal;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

h2 {
  color: #0d0d0d;

  /* SP_タイトル */
  font-family: Literata;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*==========================
header
==========================*/
/* .header {
  position: relative;
  height: 105px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
} */

/* 
body {
  padding-top: 105px;
} */

.header__ad {
  position: relative; /* ←ここがポイント！ */
  margin     : auto;
  font-size  : 140%;
  line-height: 1.5em;
  background : #0d0d0d;
  overflow   : hidden;
  top: 0;
  left: 0;
  width: 100%;
  background: #0d0d0d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.header__ad span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 20s linear infinite;
  padding: 11px 0;
  color: #FFF;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align : center;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

/* .nav初期表示 */
.nav {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  padding: 24px 6.4%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s;
    
}

.nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  margin-top: 17px;
  margin-left: -59px;
  display: block;
  width: 250px;
  height: 60px;
  flex-shrink: 0;
  aspect-ratio: 25/6;
}

.logo__txt {
  display: none;
}

.nav__menuEmoji {
  display: flex;
  position: absolute;
  right: 18.1%; /* 必要に応じて調整 */
  top: 52px;
}

.nav__btn {
  display: block;
  width: 39.644px;
  height: 21.474px;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  top: 63px;
  right: 4.8%;
}

.nav__list {
  margin-top: 53px;
  margin-left: 13.8%;
  display: block;
  justify-content: center;
}

.nav__item {
  margin-bottom: 10px;
}

.nav__emoji {
  font-family: Inter;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav__txt {
  color: #0D0D0D;
  font-family: Literata;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
  display: block;
  width: 39.644px;
  height: 21.474px;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  top: 63px;
  right: 4.8%;
}

.header__logo {
  top: 0;
  margin-left: -35px;
  margin-bottom: 2px;
}

.header__emoji {
  display: flex;
  position: absolute;
  right: 18.1%; /* 必要に応じて調整 */
  top: 52px;
}

.icon__item {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .header pc */
@media screen and (min-width:769px) {
  .header {
    position: relative;
    height: 158px;
  }
  
  .header__ad span{
    font-size: 2rem;
    line-height: normal;
}

  .nav {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    padding: 24px 6.4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
      
  }

  .nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav__logo {
    margin-top: 25px;
    margin-left: -90px;
    display: block;
    width: 250px;
    height: 60px;
    flex-shrink: 0;
    aspect-ratio: 25/6;
  }


  .nav__menuEmoji {
    width: 53px;
    height: 41.681px;
    flex-shrink: 0;
    display: flex;
    position: absolute;
    right: 18.4%;
    top: 72px;
    gap: 6px;
  }

  .nav__btn {
    display: block;
    width: 39.644px;
    height: 21.474px;
    flex-shrink: 0;
    cursor: pointer;
    position: absolute;
    top: 94px;
    right: 4.1%;
  }
  
  .nav__list {
    margin-top: 90px;
    margin-left: 16.9%;
    display: block;
    justify-content: center;
  }

  .nav__item {
    margin-bottom: 20px;
  }

  .nav__emoji {
    font-family: Inter;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .nav__txt {
    color: #0D0D0D;
    font-family: Literata;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  /* .nav.active表示 */
  .nav.active {
    transform: translateX(0);
  }

  .header__btn {
    top: 95px;
    right: 4.1%;
  }

  .header__logo {
    display: flex;
    top: 0;
    margin: 0 auto;
  }

  .logo__img {
    margin-top: 24px;
  }

  .logo__txt {
    margin-top: 49px;
    margin-left: -2%;
    display: block;
    color: #0D0D0D;
    font-family: Inter;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .header__emoji {
    right: 9.5%;
    top: 73.5px;
    gap: 8px;
  }

  .icon__item {
    font-size: 4rem;
  }
}/* pc 769px */

/*==========================
main
==========================*/
/* .article header */
.vertical-scroll-text {
    position: absolute;  /* ← fixed から変更 */
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    overflow: hidden;
    z-index: 2;           /* 必要に応じて調整 */
    border-right: 1px solid #0D0D0D;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .scroll-inner {
  display: flex;
  flex-direction: column; /* ←ここが重要！ */
  animation: scrollVertical 70s linear infinite;
  transform: rotate(180deg);
  }

  .scroll-inner p {
    writing-mode: vertical-rl;
    transform: translateY(-100%);
    white-space: nowrap;
    text-align: center;
    color: #0d0d0d;
    font-family: DotGothic16;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  @keyframes scrollVertical {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(50%); /* ← 複製2つぶんの半分 = 1個ぶん */
  }
}

.mainImg {
  position: relative;
  display: block;       /* ← または flex、でも block が無難 */
  width: 100%;          /* ← 追加！ */
}

.mainImg .mainImg__sp {
  display: block;
  margin: 0 auto;       /* ← 中央寄せ */
  width: 100%;          /* ← 幅100% */
  height: auto;         /* ← 高さ自動 */
  object-fit: cover;
  aspect-ratio: 125 / 179;
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
}

.mainImg .mainImg__pc {
  display: none;
}

/* Container styling with perspective */
.mirrorball {
  perspective: 1000px;
  position: absolute;
  top: 50%;      /* 縦中央 */
  left: 37%;     /* 横中央 */
  transform: translate(-50%, -50%);
  pointer-events: none;

}

/* Cube container styles */
.ball {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  animation: rotateCube 10s infinite linear;
  /* This tells the browser that child elements should be positioned in 3D space */
  z-index: 10;
}

/* Common styles for all faces */
.face {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

/* Position each face of the cube */
.front {
  /* background-color: #ff8a65; Coral */
  transform: translateZ(60px);
  /* Moves the front face 100px towards the viewer */
}

.back {
  /* background-color: #4fc3f7; Light Blue */
  transform: rotateY(180deg) translateZ(60px);
  /* Rotates 180° around Y-axis and moves 100px forward */
}

.right {
  /* background-color: #81c784; Light Green */
  transform: rotateY(90deg) translateZ(60px);
  /* Rotates 90° right around Y-axis and moves 100px forward */
}

.left {
  /* background-color: #9575cd; Purple */
  transform: rotateY(-90deg) translateZ(60px);
  /* Rotates 90° left around Y-axis and moves 100px forward */
}

.top {
  /* background-color: #ffb74d; Orange */
  transform: rotateX(90deg) translateZ(60px);
  /* Rotates 90° upward around X-axis and moves 100px forward */
}

.bottom {
  /* background-color: #f06292; Pink */
  transform: rotateX(-90deg) translateZ(60px);
  /* Rotates 90° downward around X-axis and moves 100px forward */
}

/* Define the rotation animation */
@keyframes rotate {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: rotateX(90deg) rotateY(90deg);
  }
  50% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: rotateX(270deg) rotateY(270deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}

/* Apply the animation to the cube */
.ball {
  width: 100px;
  height: 100px;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate 20s infinite linear;
  /* 20s defines the duration of one complete rotation */
  /* infinite means the animation will repeat forever */
  /* linear means the animation speed is constant */
}

.mainVisual__emoji {
  display: none;
}

.mainImg__btn {
  z-index: 1;
  color: #0d0d0d;
  font-family: DotGothic16;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .article header pc */
@media screen and (min-width:769px) {
   .vertical-scroll-text {
    position: absolute;  /* ← fixed から変更 */
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    overflow: hidden;
    z-index: 2;           /* 必要に応じて調整 */
    border-right: 1px solid #0D0D0D;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .scroll-inner {
  display: flex;
  flex-direction: column; /* ←ここが重要！ */
  animation: scrollVertical 50s linear infinite;
  transform: rotate(180deg);
  }

  .scroll-inner p {
    writing-mode: vertical-rl;
    transform: translateY(-100%);
    white-space: nowrap;
    text-align: center;
    color: #0d0d0d;
    font-family: DotGothic16;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
  }

    .article__header {
      border-top: 1px solid #0D0D0D;
      border-bottom: 1px solid #0D0D0D;
    }

    .mainImg {
        width: 100%;
      position: relative;
      /* max-height: 551px; */
    }

    .mainImg__pc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; /* これを追加 */
    max-width: 100%;     /* 画像の最大幅を画面内に制限 */
  height: auto;
  display: block;
  /* border-bottom: 1px solid #0D0D0D; */
    }

    .mainImg__pc-wrapper {
      position: relative;
       display: flex;
  justify-content: center; /* 横中央 */
    }

    .mainImg .mainImg__pc {
      display: block;
      position: relative;
      /* border-bottom: 1px solid #0D0D0D; */
      display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; /* これを追加 */
    }

    .mainImg .mainImg__sp {
      display: none;
    }

    .mirrorball {
    transform: translate(-42%, -61%);
    left: 44.5%;
    }

    .ball {
    width: 150px;
    height: 150px;
    }

    .face {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
  }

    /* Position each face of the cube */
    .front {
      /* background-color: #ff8a65; Coral */
      transform: translateZ(100px);
      /* Moves the front face 100px towards the viewer */
    }

    .back {
      /* background-color: #4fc3f7; Light Blue */
      transform: rotateY(180deg) translateZ(100px);
      /* Rotates 180° around Y-axis and moves 100px forward */
    }

    .right {
      /* background-color: #81c784; Light Green */
      transform: rotateY(90deg) translateZ(100px);
      /* Rotates 90° right around Y-axis and moves 100px forward */
    }

    .left {
      /* background-color: #9575cd; Purple */
      transform: rotateY(-90deg) translateZ(100px);
      /* Rotates 90° left around Y-axis and moves 100px forward */
    }

    .top {
      /* background-color: #ffb74d; Orange */
      transform: rotateX(90deg) translateZ(100px);
      /* Rotates 90° upward around X-axis and moves 100px forward */
    }

    .bottom {
      /* background-color: #f06292; Pink */
      transform: rotateX(-90deg) translateZ(100px);
      /* Rotates 90° downward around X-axis and moves 100px forward */
    }

    .mainVisual__emoji {
      display: block;
      font-family: Inter;
      font-size: clamp(2rem, 3vw, 8rem);
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      position: absolute;
      bottom: 5%;
      right: 3.3%;
      z-index: 2;
    }
    
    .mainVisual__item {
      margin-bottom: 4px;
    }

    .mainImg__btn {
      z-index: 1;
      color: #000;
      font-family: DotGothic16;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      position: absolute;
      top: 90.7%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
}/* pc 769px */


/* .topics */
.section--topics {
    background-color: #FFFFFF;
  }

.topics {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #0d0d0d;
  background: #FFF;
  color: #0D0D0D;
  font-family: Literata;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.topics-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 200px;
}

.topics-scroll-list {
  position: absolute;
  display: flex;
  top: 80px; /* margin-topの代わりに */
  left: 40px; /* ←ここを0に */
  margin-bottom: 80px;
  gap: 20px;
}

.section--topics .pin-spacer {
  margin-bottom: 180px !important;
}

.topics__img {
  width: 193px;
  height: 129px;
  flex-shrink: 0;
  aspect-ratio: 193/129;
  object-fit: cover;
  overflow: hidden;
}

.topics__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #0D0D0D;
}

.topics__content{
  margin-top: 15px;
  max-width: 193px;
}

.topics__name {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #6E83FF;
  display: inline;
}

.topics__txt {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.topics__btn {
  padding: 26px 14%;
  border-top: 1px solid #0d0d0d;
  background: #fff;
  text-align: center;
}

.topicsBtn__txt {
  color: #0d0d0d;
  font-family: DotGothic16;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
}

/* .topics pc */
@media screen and (min-width:769px) {
  .topics__wrap {
    position: relative;
    display: block;
    flex-direction: column;
    align-items: center;
  }

  .topics {
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    color: #0D0D0D;
    font-family: Literata;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
  }

.topics-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

  .topics-scroll-list {
  display: flex;
  gap: 4.1%;
  padding: 0 3%;
  margin: 0 auto;
  position: static; /* absoluteをやめる */
  justify-content: center;
  align-items: stretch;
  }

  .topics__item {
    padding: 60px 0 37px;
    box-sizing: border-box;
    flex: 1 1 0; /* 均等幅 */
    max-width: 397px; /* PC時の最大幅 */
  }

  .topics__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #0d0d0d;
}

  .topics__item:nth-child(1),
  .topics__item:nth-child(2) {
    position: relative;
  }

  .topics__item:nth-child(1)::after,
  .topics__item:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -7%;
    width: 1px;
    height: 100%;
    background-color: #0d0d0d; /* 縦線の色 */
    bottom: 0;
  }

.topics-scroll-list-wrapper::before {
  left: 34.33%; /* 1枚目と2枚目の間 */
  transform: translateX(-50%);
}

.topics-scroll-list-wrapper::after {
  left: 65.66%; /* 2枚目と3枚目の間 */
  transform: translateX(-50%);
}

  .topics__img {
      width: 100%;          /* 親要素の幅に合わせて拡縮 */
      max-width: 397px;     /* 最大幅を決めて大きくなりすぎないように */
      height: auto;         /* アスペクト比を維持 */
      object-fit: cover;    /* 画像の切り抜き調整（必要なら） */
      border: 1px solid #0D0D0D;
  }

  .topics__content{
    margin-top: 17px;
    max-width: 397px;
}

  .topics__name {
    font-size: 1.8rem;
  }

  .topics__txt {
    color: #0d0d0d;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: normal;
    margin-top: 10px;
  }

  .topics__btn {
    display: flex;
    justify-content: center;
    padding: 35px 0;
    border-top: 1px solid #0d0d0d;
    border-bottom: 1px solid #0d0d0d;
    background: #fff;
    align-items: center;
  }

  .topicsBtn__txt {
    color: #0d0d0d;
    font-family: DotGothic16;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
/* pc 769px */

/* .recommend */
.recommend__scroll {
  display: inline-flex;
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  background: url(../images/gradation_blue.png) lightgray 0px -159.471px / 100% 614.236% no-repeat;
}

.recommend__scroll span{
  padding: 13px 0;
  display     : inline-block;
  white-space : nowrap;
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  animation   : scrollAnime 100s linear infinite;
}

.recommend__scroll--top span {
  animation: scroll-left 150s linear infinite;
}

.recommend__scroll--bottom span {
  animation: scroll-right 100s linear infinite;
}

/* 左へスクロール */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 右へスクロール */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.recommend-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 680px;
  margin-bottom: 200px;
  overflow: hidden;
}

.recommend-scroll-list {
  position: absolute;
  display: flex;
  margin-top: 80px;
  margin-left: 19px;
  margin-bottom: 80px;
  gap: 20px;
  width: max-content;
}

.recommend__item {
  width: 194px;
  /* height: 259.66px; */
  /* flex-shrink: 0; */
}

.recommend__img {
  width: 193.335px;
  /* height: 169.719px; */
  flex-shrink: 0;
  object-fit: cover;
  overflow: hidden;
}

.recommend__name {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.recommend__txt {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recommend__price {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .recommend pc */
@media screen and (min-width:769px) {
  .recommend__scroll span{
    padding: 37px 0;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    font-family: DotGothic16;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .recommend-scroll-list-wrapper {
    height: auto;
    margin-bottom: 0;
  }

  .recommend-scroll-list {
    position: static;
    display: flex;
    /* flex-wrap: wrap; */
    margin: 0 auto;
    padding: 78px 3%;
    gap: 25px;
    justify-content: center;
    width: 100%;
  }

  .recommend__item {
    width: 100%;
    max-width: 291px;
    /* flex-shrink: 0; */
  }

  .recommend__img {
    width: auto;
  /* width: 100%; */
  height: auto;
  object-fit: cover;
  }

  .recommend__name {
    margin-top: 15px;
  }

  .recommend__txt {
    margin-top: 11px;
  }

  .recommend__price {
    margin-top: 5px;
  }

}/* pc 769px */

/* .ranking */
.section--ranking {
  margin-top:15px;
}

.ranking__scroll {
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  background: url(../images/gradation_purple.png) lightgray 0px -159.471px / 100% 614.236% no-repeat;
}

.ranking__scroll span{
  padding: 13px 0;
  display     : inline-block;
  white-space : nowrap;
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ranking__scroll--top span {
  animation: scroll-left 150s linear infinite;
}

.ranking__scroll--bottom span {
  animation: scroll-right 100s linear infinite;
}

/* 左へスクロール */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 右へスクロール */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.ranking-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.ranking-scroll-list {
  display: flex;
  margin-top: 80px;
  margin-left: 19px;
  gap: 20px;
  width: max-content;
}

.section--ranking .pin-spacer {
  margin-bottom: 90px !important;
  max-height: 500px !important;
}

.ranking__item {
  width: 194px;
  /* height: 232.089px; */
  /* flex-shrink: 0; */
}

.ranking__pcImg {
  display: none;
}

.ranking__name {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ranking__txt {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ranking__price {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .ranking pc */
@media screen and (min-width:769px) {
  .section--ranking {
    margin-top:55px;
  }

 .ranking__scroll span{
    padding: 37px 0;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    font-family: DotGothic16;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ranking-scroll-list-wrapper {
    height: auto;
  }

 .ranking-scroll-list {
    display: flex;
    /* flex-wrap: wrap; */
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 78px 3%;
    justify-content: center;
    gap: 24.5px;
    width: 100%;
  }

 .ranking__item {
    width: 100%;
    max-width: 395px;
    /* flex-shrink: 0; */
  }

  .ranking__spImg {
    display: none;
  }

  .ranking__pcImg {
    display: block;
  }

 .ranking__txt {
    color: #0D0D0D;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ranking__name {
    margin-top: 15px;
  }

  .ranking__txt {
    margin-top: 11px;
  }

  .ranking__price {
    margin-top: 5px;
  }
}/* pc 769px */

/* .how-to-use */
.how-to-use {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #0d0d0d;
  background: #FFF;
  color: #0D0D0D;
  font-family: Literata;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.how-to-use__pcList {
  display: none;
}

.how-to-use__spList {
  padding: 50px 3% 80px 0;
  display: flex;
  gap: 1.6rem;
  list-style: none;
  flex-wrap: wrap; /* 折り返し可能にしたい場合 */
  display: flex;
  justify-content: center; 
  width: 100%;
  margin: 0 auto;
}

.how-to-use__spImg {
  width: 339px;
  display: flex;
  justify-content: center;
}

.how-to-use__pcNum1,
.how-to-use__pcNum2,
.how-to-use__pcNum3 {
  display: none;
}

/* .how-to-use pc */
@media screen and (min-width:769px) {
  .how-to-use {
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    color: #0D0D0D;
    font-family: Literata;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .how-to-use__spList {
    display: none;
  }

  .how-to-use__pcNum1,
   .how-to-use__pcNum2,
    .how-to-use__pcNum3{
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 8px 12px;
    z-index: 1;
  }
  
  .how-to-use__pcNum1 {
    margin-left: -1.5%;
  }
  
  .how-to-use__pcNum2 {
    margin-left: -4%;
  }

  .how-to-use__pcNum3 {
    margin-left: -4%;
  }
  
  .how-to-use__pcList {
  display: flex;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  width: 100%;
  gap: 29px;
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #0d0d0d;
  position: relative;
    display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 3%;
  margin: 0 auto;
}

.how-to-use__item {
   width: 100%;
  flex: 1 1 calc(33.33% - 21.33px); 
  max-width: 32%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

/* 中央と右に縦線 */
.how-to-use__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: #0d0d0d;
}
  .how-to-use__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 75px;
  }

  .how-to-use__txt{
    color: #0D0D0D;
    font-family: "Noto Sans JP";
    font-size: clamp(1.8rem, 2.5vw, 3.2rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
  }

.how-to-use__pcImg {
  display: block;
  width: 100%;
  max-width: 385px;
  height: auto;
  margin: 28px auto;
    margin-top: 28px;
    /* margin-bottom: 28px;
    /* flex-shrink: 0; */
    /* display: flex;
    justify-content: center;
    flex: 0 0 auto;  */
  }

  .how-to-use__pcImg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

}/* pc 769px */

/* .find */
.section--find {
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  background: url(../images/find_bkgr.png) lightgray -165.324px -145.572px / 409.388% 387.393% no-repeat;
}

.find {
  display: flex;
  justify-content: center;  /* 横中央 */
  align-items: center;      /* 縦中央 */
  text-align: center;
  color: #0D0D0D;
  font-family: Literata;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.find__list {
  margin-top: 45px;
}

.find__item:last-child {
  margin-top: 60px;
  margin-bottom: 45px;
}

.find__txt {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}

.find__imgWrapper {
  position: relative;
  overflow: hidden;
}

.find__content {
  position: relative; /* 親に relative をつける */
  display: flex;
  justify-content: center;
  align-items: center;
}

.find__img {
  position: relative;
  width: 339px;
  height: 339px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden; /* はみ出したテキストを隠す */
}

.find__img img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.find__img .find__imgHover {
  opacity: 0;
  z-index: 2;
}

.find__content:hover .find__imgHover {
  opacity: 1;
}

.find__content:hover .find__imgDefault {
  opacity: 0;
}

.find__imgTxtScroll {
  position: absolute;
  top: 50%;                 /* 上端に配置 */
  left: 0;              /* 左端から50%の位置に */
  transform: translateY(-50%);
  z-index: 1;             /* 画像の上に表示されるように */
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.7);
  width: 339px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
}

.find__scrollInner {
  display: inline-block;
  animation: scroll-left 10s linear infinite;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.find__content:hover .find__imgTxtScroll {
  opacity: 1;
}

.find__icon {
  text-align: center;
  color: #0D0D0D;
  font-family: Inter;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 45px;
}

/* .find pc */
@media screen and (min-width:769px) {
  .section--find {
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  background: url(../images/find_pcBkgr.png) lightgray -10.951px -99.168px / 286.287% 387.393% no-repeat;
  }

.find {
  font-size: 3.2rem;
  margin-top: 35px;
}

.find__list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
  padding: 0 3%;
}

.find__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.find__item:last-child {
  margin: 0;
}

.find__txt {
  font-size: 2.4rem;
  order: 2;
  margin-top: 20px;
}

.find__content {
  position: relative;
}

.find__imgWrapper {
  position: relative;
}

.find__img {
  width: 360px;
  height: auto; /* 高さを固定しない */
}

.find__img img {
  width: 100%;
  height: auto;
  display: block;
}

.find__imgTxtScroll {
  position: absolute;
  top: 50%;                 /* 上端に配置 */
  left: 0;
  transform: translateY(-50%); 
  z-index: 1;             /* 画像の上に表示されるように */
  padding: 0;
  font-size: 2.4rem;
  width: 400px;
  display: inline-block;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.find__content:hover .find__imgTxt {
  opacity: 1;
}

.find__icon {
  text-align: center;
  color: #0D0D0D;
  font-family: Inter;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 45px;
}
}/* pc 769px */

/* .category */ 
.category__scroll {
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  background-color:#FFF
}

.category__scroll span{
  padding: 12px 0;
  display     : inline-block;
  white-space : nowrap;
  color: #0E3DE6;
  font-family: DotGothic16;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.category__scroll--top span {
  animation: scroll-left 150s linear infinite;
}

.category__scroll--bottom span {
  animation: scroll-right 100s linear infinite;
}

/* 左へスクロール */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 右へスクロール */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.popupAd {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    animation: fadeInUp 0.5s ease forwards;
  }

  .popupAd__inner {
    position: relative;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    max-width: 300px;
  }

  .popupAd__inner img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .popupAd__close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translate(-50%, 100%);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }

.accordion {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.accordion-trigger {
  display: inline-flex;
  justify-content: center; /* 横方向に中央揃え */
  align-items: center;     /* 縦方向に中央揃え */         /* 必要なら幅を100%に */
  border: none;
  cursor: pointer;
  padding: 1rem;
  box-sizing: border-box;
  margin-left: 95px
}

.accordion-icon {
  transition: transform 0.2s;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content.open {
  max-height: 400px;
}

.accordion-body {
  padding: 0 1rem;
}

.category__list {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center;    /* 中央寄せ */
  margin-top: 20px;
  gap: 20px;
  transition: max-height 0.3s ease;
}

.category__list.is-open {
  display: block; /* 折りたたみ解除 */
}

.category__menuContent {
  width: 338px;
  height: 74.554px;
  flex-shrink: 0;
  border: 1px solid #0D0D0D;
  background: #FFF;
  display: flex;
  align-items: center; /* 垂直中央揃え */
  margin: 0 auto;
}

.category__menuContent1 {
  padding: 1.8rem 1.8rem 0;
}

.category__menuTxt {
  margin-left: 44px;
  color: #0D0D0D;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.category__menuEmoji {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.category__itemList {
  display: flex;
  flex-wrap: wrap;       /* 複数行に折り返し */
  gap: 8px;             /* アイテム間の隙間 */
  justify-content: center; /* 中央寄せしたい場合 */
  margin-top: 20px;
}

.category__item {
  display: flex;
  width: 165px;
  position: relative; /* 親要素を基準にする */
  margin-bottom: 15px;
}

.category__itemImg {
  width: 165px;
  height: 165px;
  /* flex-shrink: 0; */
  aspect-ratio: 1/1;
  object-fit: cover; /* 画像を要素の枠いっぱいにトリミングして表示 */
}

.category__itemEmoji {
  position: absolute;
  top: 0;    /* 画像の左上からの距離を調整 */
  left: 0;
  font-size: 4rem; /* 必要に応じてサイズ調整 */
  pointer-events: none; /* クリックを無効にする場合 */
}

.category__itemTxt {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.category__itemPrice {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.category__pcAd {
  display: none;
}

.category__btn {
  padding: 45px 14% 35px 14%;
  /* border-top: 1px solid #0d0d0d; */
  background: #fff;
}

.btn__txt {
  color: #0d0d0d;
  font-family: DotGothic16;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
}

/* .category pc */
@media screen and (min-width:769px) {
.category__scroll span{
  padding: 42px 0;
  color: #0E3DE6;
  font-size: 3.2rem;
}

.category__container {
  display: flex;
  align-items: flex-start;
  gap: 0;
  align-items: stretch;
}

.accordion {
  margin: 0;
  margin-top: 45px;
  margin-left: 12%;
  border: 0;
}

.accordion-icon {
  display: none;
}

.accordion-content {
  max-height: none !important;
  overflow: visible !important;
}

.accordion-body {
  padding: 0;
}

.accordion-trigger {
  all: unset;
  pointer-events: none;
}

/* 左側：menu + ad */
.category__menuArea {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 404px;
}

/* 真ん中の縦線 */
.category__divider {
  width: 1px;
  background-color: #0d0d0d;
}

/* 右側：item list を4列 */
.category__itemList {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 52px;
}

.category__list {
    display: inline-block;
    align-items: flex-start; /* 高さを揃える */
    margin-top: 35px;
  }

.category__menuList {
  margin-top: 70px;
  align-items: flex-start;
  margin-left: 3.3%;
  gap: 35px;
  max-width: 291px;
}

.category__menuItem {
    margin-bottom: 35px;
}

.category__menuContent {
  width: 291px;
  margin: 0;
}

.category__menuContent1 {
  padding: 0;
}

.category__itemList {
  display: grid;
  flex-wrap: wrap;       /* 複数行に折り返し */
  justify-content: center; /* 中央寄せしたい場合 */
  margin-top: 45px;
  margin-left: 0px;
  grid-template-columns: repeat(4, 1fr); /* 4列に並べる */
  gap: 4%;
  padding: 0 3%;
}

.category__item {
  width: 100%;
  max-width: 211px;
  margin: 0;
  margin-bottom: 0;
}

.category__itemList .category__item:nth-child(9),
.category__itemList .category__item:nth-child(10),
.category__itemList .category__item:nth-child(11),
.category__itemList .category__item:nth-child(12) {
  margin-bottom: 0;
}

.category__itemImg {
  width: 100%;
  max-width: 211px;
  height: auto;
}

.category__itemTxt {
  margin-top: 5px;
}

.category__itemPrice {
  margin-top: 4px;
}

.category__spAd {
  display: none;
}

.category__pcAd {
  display: inline-block;
  position: relative;
}

.category__btn {
  display: none;
}

.btn__txt {
  display: none;
}
}/* pc 769px */

/* .gift-finder */
.gift-finder__wrapper {
  color: #0D0D0D;
  text-align: center;
  font-family: DotGothic16;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.gift-finder__pcImg {
  display: none;
}

.gift-finder__spImg {
  width: 100%;
  height: auto;
  display: block;
}

.gift-finder__start {
  position: absolute;
  top: 213px; /* 中央に配置 */
  left: 11%;
  text-align: center;
}

.gift-finder__q01,
.gift-finder__q02,
.gift-finder__q03 {
    position: absolute;
    top: 240px;
    text-align: center;
    font-family: DotGothic16;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.gift-finder__btn {
    display: flex;
    justify-content: center;  /* 横方向：中央揃え */
    align-items: center;      /* 縦方向：中央揃え */
    color: #0D0D0D;
    font-family: DotGothic16;
    width: 161.419px;
    height: 40.544px;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.gift-finder__q01 ul,
.gift-finder__q02 ul,
.gift-finder__q03 ul {
  display: flex;
  justify-content: center; /* 中央揃え */
  gap: 16px; /* ボタン間の隙間 */
  padding: 0;
  list-style: none; /* デフォルトのリストマーカー消す */
}

.gift-finder__q01 ul li,
.gift-finder__q02 ul li,
.gift-finder__q03 ul li {
  margin: 0; /* リストの余白をリセット */
  border: 1px solid #0D0D0D;
  background: #BBBABA;
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0px;
}

.gift-finder__q01 p,
.gift-finder__q02 p,
.gift-finder__q03 p {
  margin-bottom: 16px; /* 質問文とボタンの間に余白を追加 */
}

/* 最初に見せたいものだけ表示 */
.gift-finder__start {
  display: block;
  text-align: center;
}

.gift-finder__q01,
.gift-finder__q02,
.gift-finder__q03 {
  display: none;
}

.gift-finder__txt02 {
  margin-top: 8px;
}

.start-btn {
  display: inline-block;
  margin-top: 20px;
  width: 287px;
  height: 67px;
  flex-shrink: 0;
  border: 1px solid #0D0D0D;
  background: #BBBABA;
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 21px 79px;
}

.result {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center;
}

.result_img {
  width: 100%;
  max-width: 379px;
  padding: 0 40px;
}

.result_txt {
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.result_type1 {
  text-align: center; /* 親要素に中央寄せ */
}

.result_discription1 {
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.result__btn {
  width: 279.154px;
  height: 56.348px;
  flex-shrink: 0;
  border: 1px solid #0D0D0D;
  background: #BBBABA;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultBtn__txt {
  color: #0D0D0D;
  font-family: DotGothic16;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .gift-finder pc */
@media screen and (min-width:769px) {
  .gift-finder__wrapper {
    font-size: 2.4rem;
    max-width: 1440px;
    margin-top: 30px;
  }

  .gift-finder__spImg {
    display: none;
  }

  .gift-finder__pcImg {
    width: 100%;
    height: auto;
    display: block;
  }

  .gift-finder__txt02 {
    margin-top: 20px;
  }

  .start-btn {
    margin-top: 52px;
    width: 379px;
    height: 76.502px;
    flex-shrink: 0;
    font-size: 2.4rem;
    padding: 21px 70px 21px 90px;
  }

  .gift-finder__start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; /* ボタンが画像の上にくるように */
  }

  .gift-finder__q01,
  .gift-finder__q02,
  .gift-finder__q03 {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #0D0D0D;
    font-family: DotGothic16;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .gift-finder__q01 p,
  .gift-finder__q02 p,
  .gift-finder__q03 p {
    margin-bottom: 30px;
  }

  .gift-finder__btn {
    display: flex;
    justify-content: center;  /* 横方向：中央揃え */
    align-items: center;      /* 縦方向：中央揃え */
    color: #0D0D0D;
    font-family: DotGothic16;
    width: 291px;
    height: 50px;
    flex-shrink: 0;
    font-size: 2.4rem;
  }

  .result {
    top: 55%;
  }

  .result_img {
  width: clamp(200px, 26.3vw, 379px);
  padding: 0 clamp(16px, 2.8vw, 40px);
  object-fit: cover; /* 画像の伸び防止 */
  text-align: center;
}

  .result_txt {
    margin-bottom: 15px;
    color: #000;
    font-family: DotGothic16;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .result__itemTxt,
  .result__itemPrice {
    color: #0d0d0d;
    font-family: DotGothic16;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .result__btn {
  margin: 15px auto 0;
  width: clamp(200px, 26.3vw, 379px); /* ← OK！可変 */
  max-width: 100%;                   /* ← これもOK */
  height: clamp(50px, 5.3vw, 76.502px); /* ← 高さも可変に */
  font-size: clamp(1.6rem, 2.4vw, 2.4rem); /* ← フォントも可変に */
  padding: clamp(12px, 2vw, 21px) clamp(40px, 4.8vw, 70px)
           clamp(12px, 2vw, 21px) clamp(50px, 6.25vw, 90px); /* パディングも可変に */
  flex-shrink: 0;
  }

  .resultBtn__txt {
    font-size: clamp(1.6rem, 1.4vw, 2.4rem);
  }
}/* pc 769px */

/* .user's-photo */
.users-photo__pcAd {
  display: none;
}

.users-photo__scroll {
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  background-color:#FFF
}

.users-photo__scroll span {
  padding: 13px 0;
  display     : inline-block;
  white-space : nowrap;
  color: #D52EC9;;
  font-family: DotGothic16;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.users-photo__scroll--top span {
  animation: scroll-left 150s linear infinite;
}

.users-photo__scroll--bottom span {
  animation: scroll-right 100s linear infinite;
}

/* 左へスクロール */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 右へスクロール */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.users-photo__spAd {
  display: none;
}

.users-photo__photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 187px 187px;
  grid-template-rows: 187px 187px 187px; */
}

.users-photo__item {
    aspect-ratio: 1 / 1;  /* 正方形に揃える */
  overflow: hidden;
}

.users-photo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ✨ここがポイント */
  display: block;
}

.users-photo__item:nth-of-type(1) {
  background-color: #ffc6c6;
}
.users-photo__item:nth-of-type(2) {
  background-color: #ffc6ff;
}
.users-photo__item:nth-of-type(3) {
  background-color: #c6c6ff;
}
.users-photo__item:nth-of-type(4) {
  background-color: #c6ffff;
}
.users-photo__item:nth-of-type(5) {
  background-color: #c6ffc6;
}
.users-photo__item:nth-of-type(6) {
  background-color: #ffe2c6;
}
.users-photo__item:nth-of-type(7) {
  background-color: #ffe2c6;
}
.users-photo__item:nth-of-type(8) {
  background-color: #ffe2c6;
}
.users-photo__item:nth-of-type(9) {
  background-color: #ffe2c6;
}
.users-photo__item:nth-of-type(10) {
  background-color: #ffe2c6;
}
.users-photo__item:nth-of-type(11) {
  background-color: #ffe2c6;
}

/* .users-photo pc */
@media screen and (min-width:769px) {
  .section--users-photo {
    position: relative;
    width: 100vw;
    height: auto;
    min-height: 942px;
    display: flex;
    overflow: hidden;
    margin-top: 30px;
    border-top: 1px solid #0D0D0D;
  }
  
    .users-photo__scroll span {
      padding: 25px 0;
      font-size: 3.2rem;
    }

  .users-photo__scroll--top {
    position: absolute;
    top: 0%;
    left: 0;  /* 画面の左端 */
    transform: translateY(-50%) rotate(90deg);
    transform-origin: left center; /* 回転の起点を調整 */
    height: 201px;
    display: flex;
    justify-content: center;
    z-index: 10; /* 重なり順を確実に */
  }
  
  .users-photo__scroll--bottom {
    position: absolute;
    top: 0;
    right: 0; /* 画面の右端 */
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center; /* 回転の起点を調整 */
    height: 201px;
    display: flex;
    justify-content: center;
    z-index: 10;
  }

  .users-photo__scroll--bottom span {
  animation: scroll-ig-right 100s linear infinite;
}


  /* 左へスクロール */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 右へスクロール */
@keyframes scroll-ig-right {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 親要素に以下を追加 */
.users-photo {
  display: flex;
  justify-content: center;
}

/* 子要素は幅を指定してもOK */
.users-photo__content {
  display: flex;
  justify-content: center; /* 中央寄せ */
  width: 100%;
  margin: 0 auto; /* 中央寄せ */
}
.users-photo__photo {
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 0px;
            max-width: 670px;
        max-height: 1057px;
}

  .users-photo__item {
    width: 100%;              
    aspect-ratio: auto !important;
    height: auto !important;
    break-inside: avoid;     
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .users-photo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* セル内に隙間なく配置 */
  display: block;
  }

.users-photo__item:nth-of-type(3) {
    grid-column: span 2 / span 2;
}

.users-photo__item:nth-of-type(4) {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
}

.users-photo__item:nth-of-type(5) {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
}

.users-photo__item:nth-of-type(6) {
    grid-column: span 2 / span 2;
    grid-row-start: 3;
}

.users-photo__item:nth-of-type(7) {
    grid-column-start: 3;
    grid-row-start: 3;
}

.users-photo__item:nth-of-type(8) {
    grid-column-start: 4;
    grid-row-start: 3;
}

.users-photo__item:nth-of-type(9) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 4;
}

.users-photo__item:nth-of-type(10) {
    grid-column-start: 3;
    grid-row-start: 4;
}

.users-photo__item:nth-of-type(11) {
    grid-column-start: 4;
    grid-row-start: 4;
}

.users-photo__item:nth-of-type(12) {
    grid-column: span 2 / span 2;
}

  .users-photo__content {
    display: flex;
    /* margin-left: 6.7% */
  }

  .users-photo__spAd {
    display: none;
  }

  .users-photo__pcAd {
    display: block;
  }
}/* pc 769px */


/* .footer */
.article__footer {
  /* width: 375px; */
  min-height: 870px;
  padding: 0 0 20px 0;
  /* border-top: 1px solid #0D0D0D; */
  background: url(../images/footer_bkgr.jpg) lightgray -53.125px -0.008px / 129.375% 100.002% no-repeat;
}

.footer__sns {
  display: flex;
  flex-direction: column;
  align-items: center;   /* 横方向中央揃え */
  justify-content: center; /* 必要に応じて縦方向も中央に */
  width: 100%;
  margin-top: 30px;      /* 必要に応じて調整 */
}

.footer__spImg {
  width: 100%;
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
}

.sns__txt { 
  color: #0D0D0D;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.sns__img {
  display: flex;
  align-items: center;
  gap: 61px;
  justify-content: center;
}

.footer__snsImg {
  margin-top: 42px;
  position: relative;
  display: block;
  width: 64.76px;
  height: 64.696px;
  aspect-ratio: 64.76/64.70;
  z-index: 2;
}

.footer__snsImg img {
  position: relative;
  z-index: 2;
  display: block; /* 任意：余白除去用 */
}

.footer__snsImg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 121px;
  height: 121px;
  border: 1px solid #0D0D0D;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  gap: 5px;
  background-color: #fff;
}

.footerNav__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* border-top: 1px solid #0D0D0D; */
}

.footerNav__list {
  margin-top: 74px;
  margin-left: 5.9%;
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footerNav__item {
  white-space: nowrap;
}

.footer__id {
  margin-top: 74px;
  margin-right: 20%;
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__top,
.footer__contact {
    margin: 0;
}

.footer__top {
  margin-top: 100px;
  margin-bottom: 20px;
  margin-right: 6.9%;
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__contact {
  margin-top: 58px;
  margin-bottom: 43px;
  margin-left: 5.9%;
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__pcImg {
  display: none;
}

.footer__item {
  display: flex;
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 42px;
  gap: 5px;
  flex-wrap: wrap; /* 折り返し可能にしたい場合 */
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }

.copy {
  color: #0D0D0D;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center; /* ← これを追加 */
}

/* .footer pc */
@media screen and (min-width:769px) {
  .article__footer {
    width: 100%;
    background: url(../images/footer_bkgr.jpg) lightgray -204px -0.008px / 129.375% 100.002% no-repeat;
      border-top: 1px solid #0D0D0D;
  }

  .footerNav__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .footer__sns,
.footerNav__list {
  position: static; /* 必要なら relative にするが、絶対配置は避ける */
}
  
  .footer__sns {
    order: 2;
    margin-top: 40px;
    margin: 40px clamp(5%, 10%, 10.3%) 0 clamp(5%, 18%, 16.9%);
    width: auto;
  }

  .sns__txt {
    margin: 0 auto;
    font-size: 3.2rem;
  }

  .sns__img {
    display: flex;
    align-items: center;
    gap: clamp(40px, calc(7.7vw), 111px);
    justify-content: center;
  }

  .footer__snsImg {
    margin-top: 62px;
    position: relative;
    display: block;
    max-width: 100px;
    min-width: 60px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  .footer__snsImg img {
  width: 100%;
  height: auto;
  display: block;
}

  .footer__snsImg::after {
    max-width: 186.728px;
    height: auto;
    width: 180%;
    aspect-ratio: 1/1;
    gap: 25px;
  }

  .footerNav__list {
    display: grid;
    margin-top: 55px;
    margin-left: 5.9%;
    gap: 7px;
    order: 1;
  }

  .footer__id {
    display: grid;
    margin-top: 55px;
    margin-right: 13.6%;
    gap: 7px;
    order: 3;
  }

  .footer__top {
  margin-right: 3%;
  margin-top: 200px;
  margin-bottom: 30px;
  }

  .footer__contact {
    margin-top: 68px;
    margin-bottom: 27px;
    margin-left: 5.9%;
  }

  .footer__spImg {
    display: none; 
  }

  .footer__pcImg {
    display: block;
    width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
    aspect-ratio: 360/83;
    border-top: 1px solid #0D0D0D;
    border-bottom: 1px solid #0D0D0D;
  }

  .footer__item {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 10px;
    font-size: 1.6rem;
    }

  .copy {
    margin-bottom: 70px;
  }
  }/* pc 769px */