/*-----------------------------------------------------------------------------
20250714追記
------------------------------------------------------------------------------*/
.section__series{
  margin-top:10px;
}

p.toriatsukai{
  color: #999;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.28;
      margin-top: 24px;
    text-align: center;
    transform: scaleX(0.95);
}

.intro__text.intro__text--09 {
  margin-bottom: 10px;
  margin-top: 66px;
}

.intro__text.intro__text--09:hover {
  opacity: 50%;
  transition:0.2s;
}

a.to-cmgallary:hover{
  text-decoration: none;
}

a.to-cmgallary:visited{
  color: black;
}


.intro__text.intro__text--09::after
 {
    background: url(/-/media/C0023B89A3C641ECAE5F7E410D2FC68C.ashx) no-repeat;
    background-size: 100% auto;
    bottom: 0px;
    content: '';
    display: block;
    height: 13px;
    position: absolute;
    left: 180px;
    width: 40px;
    z-index: 10;
}






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

.intro__text.intro__text--09::after
 {
    background: url(/-/media/C0023B89A3C641ECAE5F7E410D2FC68C.ashx) no-repeat center;
    bottom: -20px;
    height: 10px;
    left:46%;
    width: 30px;
    z-index: 10;
}


p.toriatsukai{
    color: #999;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 36.42px;
    padding-left: 19px;
    padding-right: 19px;
}

.section__series {
        gap: 0 4px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        margin-top: 10px;
    }


}