/* 2025/12/08 */

.txt .ta-c-img{
  text-align: center;
}

/* 親はそのまま */
#playbeauty {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ---- 控えめスワイプヒント ---- */
.swipe-hint {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: rgba(0, 0, 0, 0.35); /* ★かなり控えめな薄さ */
    color: #fff;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 50px;
}

.swipe-hint.show {
    opacity: 1;
}

/* 矢印の控えめ揺れ */
.swipe-hint-arrow {
    opacity: 0.8;
    font-size: 13px;
    animation: swipeMove 1.2s infinite ease-in-out;
}

@keyframes swipeMove {
    0% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}


@media screen and (max-width:599px) {
#playbeauty > .swipe-hint{
  max-width: 15%;
  min-width: 15%;
} 
}

#playbeauty.mb-20{
  margin-bottom: 20px;
}

#playbeauty.mt-20{
  margin-top: 20px;
}

@media screen and (min-width:1025px) {
.tech2 .w-80-pc{
  width: 80%;
}

.box.w-80-pc{
  width: 80%;
}


.box1.w-80-pc{
  width: 80%;
}

.box2.w-80-pc{
  width: 80%;
}


.box.w-80-pc .w100{
  width: 100%;
}

.box1.w-80-pc .w100{
  width: 100%;
}

.box2.w-80-pc .w100{
  width: 100%;
}

.box1.mx-auto-pc{
  margin-right: auto;
  margin-left: auto;
}

.box2.mx-auto-pc{
  margin-right: auto;
  margin-left: auto;
}

.box2 .jc-c{
  justify-content: center;
}

.box2 .ta-c{
  text-align: center;
  display: block;
}

.box2 .jc-c{
  justify-content: center;
  display: flex;
}

#playbeauty.mb-20{
  margin-top: 20px;
}
}

.right .ta-c{
  text-align: center;
}

@media screen and (max-width:599px) {
.supplement-txt.mt-20{
  margin-top: 20px;
} 
}

