/* CSS Document */


#press #t-navi{
    max-width: 500px;
    margin: auto;
}

#press #t-navi li{
    width: 33%;
    font-family: var(--En-san);
    font-size: 1.6rem;
    position: relative;
    padding-right: 1%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}

#press.past #t-navi{
    max-width: 1000px;
    margin-bottom: 30px;
}

#press.past #t-navi li{
    width: 19%;
}

/*#press #t-navi li:not(:last-child)::after{
    content: "";
    border-right: 1px solid var(--base-color);
    height: 30px;
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
}*/

#press #t-navi li a{
    display: block;
}

#press #t-navi li a:after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px var(--base-color);
    border-right: solid 1px var(--base-color);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
    margin-left: 5%;
}


#readmore {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
}

#readmore .block{
    border-bottom: 1px solid var(--gray);
    margin-bottom: 80px;
    padding-bottom: 80px;
}



#readmore .more__content {
  position: relative;
  height: auto;
  max-height: 650px; /* 高さの調整 */
  overflow: hidden;
  transition: max-height 0.7s; /* 開閉時間 */
  margin-bottom: 50px;
}

#press .comm_cont90 h2{
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 50px;
    font-family: var(--En-san);
}

#press .comm_cont90 span{
    font-size: 60%;
    display: block;
}

#readmore .more__content ul{
    justify-content: flex-start;
}

#readmore .more__content li{
    width: 19%;
    margin: 0 0.5% 2%;
}

#readmore .more:not(#report) li img {
    height: 245px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

#readmore .more__content li:nth-of-type(5n){
    margin-right: 0;
}

.past #readmore .more__content li span{
    font-size: 1.1rem;
    display: block;
    margin: 5px auto -5px;
}

.past #readmore .block:not(#tv):not(#past_event) .more__content li img{
    height: 235px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: top;
}

.past #readmore #tv .more__content li img,
.past #readmore #past_event .more__content li img{
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

#readmore .more__content li p{
    font-size: clamp(1.1rem, 0.82rem + 0.35vw, 1.3rem);
    margin-top: 5px;
    line-height: 1.5;
}


#readmore .more__content .past_btn {
    width: 90%;
    max-width: 300px;
    background: #848484;
    margin: 50px auto;
    text-align: center;
}

#readmore .more__content .past_btn a {
    padding: 15px 0;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
}
#readmore .more__content .past_btn a:after {
    content: "→";
    position: absolute;
    margin-left: 10px;
}


.more__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.more__content.open::after {
  z-index: -1;
  opacity: 0;
}

#readmore .btn{
    width: 38%;
    max-width: 160px;
    margin: auto;
    
}
.more__btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

/* ホバー時のスタイル（オプション） */
.more__btn:hover {
  opacity: 0.8; /* ホバー時に少し透明にするなどの効果 */
}



#press #sns ol{
    max-width: 600px;
    margin: 30px auto;
}

#press #sns ol li{
    border: 1px solid;
    width: 47%;
    font-family: var(--En-san);
    letter-spacing: 0.08rem;
}

#press #sns ol li i{
    font-size: 115%;
    margin-right: 10px;
}

#press #sns ol li:nth-of-type(1) i{
    vertical-align: middle;
}

#press #sns ol li a{
    display: block;
    padding:10px 0 7px;
}










@media only screen and (max-width: 840px) {  
    #readmore .more:not(#report) li img{
        height: 200px;
    }
}



@media only screen and (max-width: 740px) {  
    #readmore .more__content li{
        width: 24%;
    }
}



@media only screen and (max-width: 580px) {  
    #readmore .more__content li{
        width: 32%;
    }
    #readmore .more:not(#report) li img{
        height: 160px;
    }
}












/*#press .block .readmore-content {
    position: relative;
    overflow: hidden;
    height: 600px;
}

#press .block .readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

#press .block .readmore-label:before {
    content: '全部見る▼';
    font-size: 1.6rem;
}*/


/*.readmore{
    margin: 20px auto 15px;
    position: relative;
    box-sizing: border-box;
    padding: 20px 3%;
    text-align: left;
    margin-bottom: 80px;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 600px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);

}
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    font-family: var(--En-san);
}

.readmore-label:before{
    content: 'VIEW MORE ▶';
    font-size: 1.6rem;
}

.readmore-check{
    display: none;
}
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-check:checked ~ .readmore-label:before{
    content: 'CLOSE ▲';
    font-size: 1.6rem;
}
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

.readmore-label:hover::before,
.readmore-check:checked ~ .readmore-label:hover::before{
    cursor: pointer;
}
*/
