@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: #333;
    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: #615A88;
    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: #615A88;
}

.wapper .NWCastBox_inner {
    padding: 5%;
    line-height: 1.3;
    letter-spacing: 1px;
    justify-content: space-between;
    border-bottom: 1px dotted #615A88;
}
/***********************
        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: #615A88;
    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;
}

	
/* GOODSセクション */
.goods-hero-section {
    margin-bottom: 60px;
    position: relative;
}

.goods-hero-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.hero-image {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.goods-hero-text {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 8px;
    margin-top: -80px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
}

.hero-title {
    font-size: 1.6em;
    color: #8b4513;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.hero-description {
    color: #555;
    line-height: 1.7;
    text-align: center;
    font-size: 1em;
    margin: 0;
}

/* 商品リストのスタイル */
.goods-list {
    margin-top: 20px;
}

.goods-item-box {
    background-color: #fefefe;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

.goods-item-box:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.item-name {
    color: #655E8E;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.item-price {
    color: #333;
    font-size: 1.3em;
    margin-bottom: 12px;
	font-weight: bold;
}

.item-details {
    color: #555;
    line-height: 1.6;
    font-size: 0.95em;
}

/* タブレット対応 */
@media screen and (max-width: 1024px) {
    .goods-hero-text {
        margin-top: -60px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 25px;
    }
    
    .hero-title {
        font-size: 1.4em;
    }
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    .goods-hero-section {
        margin-bottom: 40px;
    }
    
    /* 画像全体を横いっぱいに表示、角丸・背景色なし */
    .goods-hero-image {
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }
    
    .hero-image {
        width: 100%;
        height: auto;
        min-height: unset;
        max-height: unset;
        object-fit: contain;
        object-position: center;
    }
    
    .goods-hero-text {
        margin-top: -50px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px;
    }
    
    .hero-title {
        font-size: 1.3em;
        line-height: 1.3;
    }
    
    .hero-description {
        font-size: 0.95em;
        line-height: 1.6;
    }
    
    .goods-item-box {
        padding: 15px;
    }
    
    .item-name {
        font-size: 1.1em;
    }
    
    .item-price {
        font-size: 1.2em;
		font-weight: bold;
    }
}

/* 小さなモバイル対応 */
@media screen and (max-width: 480px) {
    .hero-image {
        min-height: unset;
        max-height: unset;
    }
    
    .goods-hero-text {
        margin-top: -40px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 15px;
    }
    
    .hero-title {
        font-size: 1.1em;
        line-height: 1.3;
    }
    
    .hero-description {
        font-size: 0.9em;
    }
    
    .goods-item-box {
        padding: 12px;
    }
    
    .item-name {
        font-size: 1em;
    }
    
    .item-price {
        font-size: 1.1em;
		font-weight: bold;
    }
    
    .item-details {
        font-size: 0.9em;
    }
}

/* 高解像度ディスプレイ対応 */
@media screen and (min-width: 1200px) {
    .hero-image {
        max-height: 600px;
    }
    
    .goods-hero-text {
        padding: 40px;
        margin-top: -100px;
        margin-left: 60px;
        margin-right: 60px;
		
    }
    
    .hero-title {
        font-size: 1.8em;
    }
    
    .hero-description {
        font-size: 1.1em;
    }
	
	 .item-price {  
        font-weight: bold;
    }
}	
}