@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Hind:400,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@700&display=swap');

/***********************
        COMMON
*************************/
.image-container {
  display: flex;
  gap: 15px;
  width: 100%;
}

.image-wrapper {
  flex: 1;
  text-align: center;
}

.image-item {
  width: 100%;
  height: auto;
  display: block;
}

.image-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.4;
}

/* スマホ対応（768px以下で縦並び） */
@media (max-width: 768px) {
  .image-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .Box2.flex {
    flex-direction: column;
  }
  
  .Box2 .left {
    margin-bottom: 20px;
  }
  
  .image-caption {
    font-size: 13px;
  }
}

.wapper {
    color: #3e0b08;
    background-image: url("../images/KV_conte4.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.wapper .wapper_inner {
}
.wapper .InterViewTop {
    background-color: #CCCCCC;
    margin-bottom: 5%;
}
.wapper .InterView_inner {
    padding: 5% 10%;
}
.wapper .IV_Ttls {
    margin-bottom: 2%;
    font-size: 2.5em;
    letter-spacing: 2px;
    color: #C3BB87;
    font-family: 'Patua One', cursive;
}
.wapper .IV_Ttl {
    margin-bottom: 3%;
    font-size: 4.5em;
    letter-spacing: 4px;
    color: #C3BB87;
    font-family: 'Patua One', cursive;
}
.wapper .IV_Ttl img{
    width: 60%;
}
.wapper .IV_Txt {
    color: #fff;
    font-weight: normal;
}
.wapper .IVCastBox {
    width: 80%;
    min-width: 800px;
    margin: 0 auto 6%;
    background-color: #F5F0EC;
}
.wapper .IVCastBox_inner {
    padding: 5%;
    line-height: 1.3;
    letter-spacing: 1px;
    justify-content: space-between;
}

.wapper .IVCastBox .ai_c{
    align-items: center;
}

.wapper .IVCastBox_inner .IVCast_left {
    width: 100%;
    
}
.wapper .CastID {
    align-items: center;
    margin: 0 0 2% 0;
}
.wapper .CastID .IDImg img{
    width: 80%;
}
.wapper img {
}
.wapper .IDname {
}
.wapper .nameL {
    font-family: 'Patua One', cursive;
    color: #C6C6C6;
    font-size: 4.5vw;
    letter-spacing: 4px;
    line-height: 1;
}
.wapper .LongLetter{
    font-size: 3.8vw;
    letter-spacing: 3px;
}

.wapper .nameM {
    margin-top: 1%;
    margin-left: 1%;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: bold;
}
.wapper .Question_left {
   
}
.wapper .Question_left .Qbold {
    margin: 0 0 2% 0;
    font-weight: bold;
}
.wapper .Question_left .Qno {
    margin-right: 2%;
    font-family: 'Patua One', cursive;
    color: #9A0202;
    font-size: 1.5em;
    letter-spacing: 3px;
}

.wapper .QTxt {
    font-size: 0.95em;
    line-height:1.4;
    
    
}
.wapper .QTtl {
    margin: 0 0 2% 0;
    font-family: 'Patua One', cursive;
    color: #9A0202;
    font-size: 1.6em;
    letter-spacing: 5px;
    
}
.wapper .IVCastBox_inner .IVCast_right {
    width: 100%;
    margin-top: 4%;
    margin-left: 4%;
    
}
.wapper .Question_right {
}
.wapper .Question_right .Qbold {
    margin: 0 0 2% 0;
    font-weight: bold;
}
.wapper .Question_right .Qno {
    font-family: 'Patua One', cursive;
    color: #9A0202;
    font-size: 1.5em;
    letter-spacing: 3px;
}
.wapper .Question_right .QTxt {
    margin: 0 0 6% 0;
    
}

.NWCastBox .date {
    margin: 2% 0;
    font-family: var(--ttl-font);
    font-weight: bold;
    color: #c77972;
    font-size: 18px;
    line-height: 1;
}

.IVCastBox .IVCastBox_inner2 {
    padding: 5%;
    line-height: 1.3;
    letter-spacing: 1px;
    justify-content: space-between;
}
.IVCastBox_inner2 .IVCast {
}
.IVCastBox_inner2 .IDname {
}
.IVCastBox_inner2 .nameL {
}
.IVCastBox_inner2 .nameM {
    margin-top: 1%;
    margin-left: 0%;
    margin-bottom: 4%;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: bold;
}
.IVCastBox_inner2 .QTxt {
}

.NWCastBox_inner .Box1 {
    margin-top: 0%;
    align-items: center;
}

.NWCastBox_inner .Box1 .left{
    flex-basis: 60%;
}
.NWCastBox_inner .Box1 .right{
    margin: 5% 3%;
    flex-basis: 30%;

}

.NWCastBox_inner .Box2 {
    margin: 2% 1%;
    padding: 2%;
    border: 1px solid #333 ;
    align-items: center;
}
.NWCastBox_inner .Box2 .left{
    flex-basis: 55%;
}
.NWCastBox_inner .Box2 .right{
    margin: 1% 1%;
    flex-basis: 43%;

}

.NWCastBox a {
    margin: 2% 0;
    font-weight: bold;
    word-break: break-all;
    color: #c77972;
}

.wapper .NWCastBox_inner {
    padding: 5%;
    line-height: 1.3;
    letter-spacing: 1px;
    justify-content: space-between;
    border-bottom: 1px dotted #c77972;
}
/***********************
        MEDIA QUERY
*************************/

    
/***********************
       COMMON
*************************/
@media (max-width: 1280px) {

        
}

@media (max-width: 769px)and (min-width: 481px) {}


@media (max-width: 769px){
    .wapper .IVCastBox {
        width: 96%;
        min-width: auto !important;
        margin: 0 auto 5%;
        background-color: #F5F0EC;
    }
.wapper .IVCastBox_inner {
    min-width: none;
    padding: 4%;
    line-height: 1.5;
    justify-content: space-between;
    flex-direction:column;
    
}
.wapper .IVCastBox_inner .IVCast_left {
    width: 100%;
    
}
.wapper .IVCastBox_inner .IVCast_right {
    width: 100%;
    margin-top: 4%;
    margin-left: 0%;
}
.wapper .nameL {
    font-size: 9.5vw;
    letter-spacing: 4px;
    line-height: 1;
}
.wapper .LongLetter{
    font-size: 8.8vw;
    letter-spacing: 3px;
}

.wapper .nameM {
    width: 100%;
}  
 
}


@media screen and (max-width: 600px){
.wapper {
    color: #333;
    background-image: url("../images/KV_conte4_sp.jpg");
}


.NWCastBox_inner .Box1 {
    margin-top: 0%;
    align-items: center;
    flex-direction:column;
}

.NWCastBox_inner .Box1 .left{
    flex-basis: 60%;
}
.NWCastBox_inner .Box1 .right{
    margin: 5% 3%;
    flex-basis: 30%;

}

.NWCastBox_inner .Box2 {
    margin: 2% 1%;
    padding: 5% 4%;
    border: 1px solid #333 ;
    align-items: center;
    flex-direction:column;
}


.NWCastBox .date {
    margin: 2% 0;
    font-family: var(--ttl-font);
    font-weight: bold;
    color: #c77972;
    font-size: 16px;
    letter-spacing: 1px;
}



}
        

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

.wapper .InterViewTop {
    margin-bottom: 10%;
}
.wapper .InterView_inner {
    padding: 5% 5%;
}   
.wapper .IV_Ttls {
    margin-bottom: 2%;
    font-size: 1.8em;
    letter-spacing: 2px;
}

.wapper .IV_Ttl {
    margin-bottom: 3%;
    font-size: 3.5em;
    letter-spacing: 4px;
}
.wapper .IV_Ttl img{
    width: 95%;
}
.wapper .IV_Txt {
    margin: 4% 0 0 0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}
.wapper .IVCastBox {
    margin: 0 auto 10%;
}

.wapper .CastID .IDImg img {
    width: 130px;
}
.wapper .IDname {
    margin-left: 5%;
}
.wapper .Question_left .Qno {
    font-family: 'Patua One', cursive;
    color: #9A0202;
    font-size: 1.5em;
    letter-spacing: 3px;
}
.wapper .Question_left .Qbold ,.wapper .Question_right .Qbold {
    font-size: 14px;
    margin-top: 2%;
    margin-bottom: 4%;
}    
.wapper .QTxt {
    font-size: 13px;
    line-height:1.6;
        
}
.wapper .QTtl {
    margin: 0 0 2% 0;
    font-family: 'Patua One', cursive;
    color: #9A0202;
    font-size: 1.6em;
    letter-spacing: 3px;
    
}

.IVCastBox .IVCastBox_inner2 {
    padding: 4% 0%;
    line-height: 1.3;
    letter-spacing: 1px;
    justify-content: space-between;
}


}