/*****基本情報*****/
html{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body{
    margin: 0;
    box-sizing: border-box;
    position: relative;
    min-height: 100vh;
    padding-bottom: 40px;
    overflow-x: hidden;
}
header{
    margin-top: 0;
    position: relative;
}
.header-a1{
    margin-right: 10px;
}
.title{
    height: 300px;
    display: block;
    text-decoration: none;
    font-size: 100px;
    font-weight: 500;
    margin-top: 0;
    margin-left: 50px;
    line-height: 80px;
    color: #000;
}
.subtitle{
    width: 400px;
    margin-left: 400px;
    margin-right: auto;
    font-size: 40px;
    text-align: center;
    margin-top: -200px;
    border-bottom: 2px solid #000;
}
.subtitleA{
    width: 480px;
    margin-left: 380px;
    margin-right: auto;
    font-size: 26px;
    text-align: center;
    margin-top: -60px;
    border-bottom: 2px solid #000;
}
.header-div{
    text-decoration: none;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: 0;
}
.sec1{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 100px;
}
.sec1-div{
    width: 500px;
}
.sec1-h2{
    text-align: center;
    font-size: 50px;
}
.sec1-h1{
    text-align: center;
}
.sec1-p{
    text-align: right;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 150px;
}
.sec1-img1{
    width: 500px;
    margin-left: auto;
    margin-right: 0;
}
.sec2{
    margin-top: 200px;
}
.sec2-h2{
    font-size: 50px;
    text-align: center;
}
.sec2-div1{
    display: grid;
    grid-template-columns: 500px 500px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.sec2-div2{
    margin-top: auto;
    margin-bottom: 0;
}
.sec2-h1{
    text-align: center;
    margin-top: -500px;
    font-size: 40px;
}
.sec2-p1{
    text-align: center;
    font-size: 30px;
}
.sec2-p2{
    font-size: 20px;
    text-align: right;
    margin-top:200px;
}
.sec3-p{
    margin-top: 100px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 900;
}
ul{
    margin:0;
    padding: 0;
    list-style: none;
}
  
a{
    color: #333;
}
  
a:hover,
a:active{
    text-decoration: none;
}
.sec4{
    margin-top: 200px;
}
.sec4-h2{
    font-size: 50px;
}
.sec4-div{
    display: grid;
    grid-template-columns: 500px 500px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.sec4-img3{
    display: block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.sec4-p1{
    font-size: 20px;
}
.sec4-p2{
    margin-top: -20px;
    font-size: 40px;

}
.sec4-p3{
    font-size: 20px;
}
.sec4-p4{
    margin-top: -80px;
    font-size: 20px;
}
.sec5{
    margin-top: -100px;
}

.sec3-div{
    width: 1000px;
    display: grid;
    grid-template-columns: 500px 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.sec3-male{
    margin-top: 40px;
    width: 300px;
    border-radius: 50%;
    margin-left: 100px;
}
.sec3-title{
    font-size: 30px;
    margin-top: 50px;
    text-align: center;
}
.sec3-div2{
    border-left: solid 1px #000;
    margin-left: auto;
    margin-right: 0;
}
.sec3-div-p{
    text-align: left;
}
.fixed_btn { 
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    color: #fff;
    background: linear-gradient(90deg,red 0%, red 50%, blue 50%, blue 100%);
    display: flex;
    justify-content: center;
    align-items: center;  
}
.details-sec1{
    text-align: left;
    line-height: 100%;
 }
.details-sec2{
    text-align: left;
    line-height: 100%;
    text-decoration:underline;
    text-decoration-color:#FF0000
}
.details-sec4{
    text-align: left;
    line-height: 100%;
    font-size: 12px;
}  
.details-sec9{
    text-align: left;
    line-height: 200%;
    font-size: 14px;
}   
.h2{
    text-align: left;
    line-height: 100%;
}   

.newgazo{
    width: 16%; /* PC版でNEWをさらに大きく */
}   
.newgazoA{
    width: 5%; /* 特集NEWはPC・スマホ共通で固定 */
}   
.example{
    white-space: nowrap;
    }


    @media screen and (max-width:768px){
        .title{
            margin-left: 25px;
            color: black;
            height: 450px;
            font-size: 100px;
            line-height: 100%;
            margin-top: 0;
        }    
    .header-div{
        height: 40px;
    }
    .subtitle{
        width: 300px;
        height: 70px;
        margin-left: 40px;
        margin-right: auto;
        font-size: 20px;
        text-align: 100px;
        margin-top: -150px;
        border-bottom: 2px solid #000;
    }
    .newgazo{
        width: 8%; /* スマホ版のバランス調整 */
    }   
    /* .newgazoAはスマホでもPCと同じ5%で固定 */
}
    /* 点滅 */
.blinking-tag{
    
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
    }

.blinking-tagA {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    }

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
    
}
.blinking{
    
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
    }

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
    
}

.p-footer {
    padding: 20px 40px;
    background-color: grey;
    

  }
  
  
  .p-footer__inner {
    display: block;
  }
  
  
  @media screen and (min-width: 768px) {
    .p-footer__inner {
      max-width: 1000px;
      display: flex;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  
  .p-footer__nav {

    margin-top: 1px;
    

}
  
  
  .p-footer__navList {
    display: flex;
    margin-top: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  @media screen and (min-width: 768px) {
    .p-footer__navList {
      margin-right: 16px;
      
    }
  }
  
  
  .p-footer__navItem {
    margin-top: -10px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #000;
    
   
  }
  
  
  .p-footer__navItem:last-child {
    border-right: transparent;
    margin-right: 0;
    padding-right: 0;
    
  }
  
  .p-footer__logo {
    color: #fff;
    
  
    
    
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }
  
  
  .p-footer__navItem a {
    color: #fff;
    font-size: 16px;
    
  }
    
  .p-footer__copyLight {
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  

/* 限定的なスタイリング */
.recommendation {
    font-family: Arial, sans-serif!important;;
    line-height: 1.6;
    margin: 20px;
}

.recommendation .header {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.recommendation .event {
    margin-bottom: 25px;
}

.recommendation .status,
.recommendation .recommendation-tag {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 4px;
}

.recommendation .status-ended {
    color: #fff;
    font-weight: bold;
    background-color: #999;
}

.recommendation .status-active {
    color: #fff;
    font-weight: bold;
    background-color: #e74c3c;
}

.recommendation .status-ending-soon {
    color: #fff;
    font-weight: bold;
    background-color: #e74c3c;
    animation: blink 1s step-start infinite;
}

.recommendation .status-longer {
    color: #fff;
    font-weight: bold;
    background-color: #d32f2f;
}

.recommendation .status-upcoming {
    color: #fff;
    font-weight: bold;
    background-color: #f5a623;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.recommendation .recommendation-tag {
    color: #fff;
    font-weight: bold;
    background-color: #4caf50;
    border: 1px solid #4caf50;
}

.recommendation .recommendation-tag.off {
    display: none;
}

.recommendation .event-title {
    font-size: 1.2em;
    color: #007acc;
}

.recommendation .event-venue {
    font-size: 1em;
    font-weight: normal;
    color: #555;
}

.recommendation .event-period {
    font-size: 0.9em;
    font-weight: normal;
    color: #777;
}

.recommendation .ended-message {
    font-size: 0.9em;
    color: #d32f2f;
    margin-top: 5px;
}

.recommendation {
    margin: 20px;
}

.event {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0px;
    width: 100%; /* 幅を統一 */
    margin-left: 0 !important; /* 左揃え */
    padding-left: 0 !important;
    text-align: left;
}

.event-text {
    flex: 1;
    max-width: 400px !important; /* 最大幅を制限 */
    width: auto !important;
}

.event-images {
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: flex-start;
    min-width: 200px; /* 画像部分の最小幅 */
    width: auto !important; /* 幅を自動調整 */
}

.image {
    display: none !important;
}

@media screen and (max-width: 768px) {
    
    .event-images {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    /* NEW画像を表示 */
    .blinking-tag {
     
        text-align: left;
    }

    .blinking-tagA {
        -webkit-animation: blink 1.5s ease-in-out infinite alternate;
        animation: blink 1.5s ease-in-out infinite alternate;
    }


    .blinking-tag img {
        width: 50px; /* 画像サイズ調整 */
        height: auto;
    }

    .image {
        display: block !important; /* スマホ版で表示 */
        text-align:center !important;
    }
}
    
    
        








