@charset "UTF=8";
  .artwork {
      padding: 110px 0 120px;
  }
  
  .artwork__top {
      padding: 30px 4%;
  }
  
  @media screen and (min-width: 769px) {
      .artwork__top {
          width: 784px;
          display: flex;
          flex-direction: column;
          margin: auto;
      }
  }
  
  @media screen and (min-width: 1080px) {
      .artwork__top {
          width: 100%;
          padding: 79px 6%;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 7%;
      }
  }
  
  @media screen and (min-width: 1280px) {
      .artwork__top {
          padding: 79px 11%;
      }
  }
  
  .artwork__topTxt {
      width: 338px;
      margin: 36px auto 20px;
  }
  @media screen and (min-width: 769px) {
      .artwork__topTxt {
          width: 430px;
          margin: 36px 0 20px;
      }
  }
  
  @media screen and (min-width: 1080px) {
      .artwork__topTxt {
          margin: 36px auto 20px;
      }
  }
  
  
  .artwork__state p {
      margin-top: 20px;
  }
  
  .about__subTitle {
      /* font-size: 4.5vw; */
      font-size: 4.4rem;
      line-height: 1; 
      white-space: nowrap;
  }
  
  
  @media screen and (min-width: 769px) {
      .about__subTitle {
          font-size: 5.4rem;
      }
  }
  
  @media screen and (min-width: 1080px) {
      .about__subTitle {
          font-size: 5.4rem;
      }
  }
  
  @media screen and (min-width: 1280px) {
      .about__subTitle {
          font-size: 5.4rem;
      }
      
  }


.about__content {
    letter-spacing: 0.02em;
    margin-top: 80px;
}





.about__image {
   margin: 37px auto 0; 
}

.about__bnImage{
    margin: 37px auto 0; 
} 


.example__boder {
    display: block;
    background-color: var(--text-primary,#312A20);
    height: 3px;    
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    transition: 0.6s;
    opacity: 1;
}

.activeLine {
width: 100%;
}

/* 
about image slick
===============================*/

.about__image {
    width: 338px;
    height: 314px;
    background-color: #D3C1A6;
    border-radius: 15px;
    position: relative;
}

@media screen and (min-width: 769px) {
    .about__image {
        width: 700px;
        min-width: 700px;
        height: 650px;
    }
}


/* banner */
.about__bnImage{
    width: 338px;
    height: 314px;
    background-color: #D3C1A6;
    border-radius: 15px;
    position: relative;
}
@media screen and (min-width: 769px) {
    .about__bnImage{
        width: 700px;
        min-width: 700px;
        height: 650px;
    }
}

.about__imagePc {
    width: 338px;
    height: 314px;
    background-color: #D3C1A6;
    border-radius: 15px;
    position: relative;
}

@media screen and (min-width: 769px) {
    .about__imagePc {
        width: 700px;
        min-width: 700px;
        height: 650px;
    }
}


.about__image::after {
    content: '';
    display: block;
    width: 338px;
    height: 314px;
    background-image: url(../images/flame2.png);
    background-size: cover;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
}

/* bunner */
@media screen and (min-width: 769px) {
    .about__image::after {
        width: 700px;
        height: 650px;
    }
}

.about__bnImage::after {
    content: '';
    display: block;
    width: 338px;
    height: 314px;
    background-image: url(../images/flame_ps.png);
    background-size: cover;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
}

@media screen and (min-width: 769px) {
    .about__bnImage::after {
        width: 700px;
        min-width: 700px;
        height: 650px;

    }
}


.slider {
    width: 219px;
    height: 142.5px;
    position: absolute;
    top: 62px;
    left: 44px;
    transform: rotate(180deg)!important;
}


@media screen and (min-width: 769px) {
    .slider {
        width: 455px;
        height: 295px;
        top: 118px;
        left: 89px;
    }

}

.slider_itemPc img {
    width: 219px;
    height: 142.5px;
    transform: rotate(180deg);
    object-fit: cover;
}



@media screen and (min-width: 769px) {
    .slider_itemPc img {
        width: 455px;
        height: 295px;
    }

}

.sliderSp {
    width: 81px;
    height: 170px;
    border-radius: 11px;
    position: absolute;
    bottom: 52px;
    left: 228px;
    transform: rotate(180deg)!important;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .sliderSp {
        width: 169px;
        height: 354px;
        border-radius: 20px;
        bottom: 109px;
        left: 471px;
    }
}

.slider_itemSp img {
    width: 81.6px;
    height: 169px;
    transform: rotate(180deg);
    object-fit: cover;
}

@media screen and (min-width: 769px) {
    .slider_itemSp img {
        width: 169px;
        height: 350px;
    }
}

/* bunner */
.about__bunnerImg img{
    width: 101px;
    height: 208px;
    object-fit: contain;
    position: absolute;
    top: 53px;
    left: 118px;
    border-radius: 13px;
}

@media screen and (min-width: 769px) {
.about__bunnerImg img{
    width: 207px;
    height: 425px;
    top: 113px;
    left: 246px;
    border-radius: 20px;
}
}

.slick-dots {
    bottom: 211px;
    left: -22px;
    transform: rotate(180deg)!important;
}

@media screen and (min-width: 769px) {
    .slick-dots {
        bottom: 450px;
        left: -45px;
    }
}

/* end */

.content {
    padding: 120px var(--padding-title14px);
}



.content__box {
    padding-top: 70px;
    display: flex;
    flex-direction: column;    
}

.content__box:first-of-type {
    padding-top: 40px;
}

.content__titel {
    border-bottom: 1px solid var(--text-primary);
}

.content__titleTxt {
    font-size: 2.4rem;
    line-height: 1;
}

.content__textBox {
    padding: 12px 2.4% 16px;
}


.content__logoBox {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 900px) {
    .content__logoBox {
        width: 100%;
        flex-wrap: nowrap;
    }
}



.content__logoTitle {
    width: 50%;
    font-weight: 500;
    line-height: 1.6; 
    margin-top: 20px;
    padding-top: 20px;
}

@media screen and (min-width: 900px) {
    .content__logoTitle {
        width: 200px;
        margin-left: 60px;
        padding-top: 0px;
    }
    
    .content__logoTitle:first-of-type {
       margin-left: 0;
    }
}

.content__logo {
    width: 50%;
    margin-top: 20px;
}
@media screen and (min-width: 769px) {
    .content__logo {
        width: 12%;
    }
}

.gohst {
    mix-blend-mode: multiply;
}

.content__logo img{
    height: 150px;
    width: 120px;
    object-fit: contain;
}

.content__skd {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
}

.content__skdDo {
    width: 50%;
    font-weight: 500;   
    line-height: 1.6;
}

.content__skdDay {
    width: 50%;
}


/* 
tab
=============================== */

.whole__tab {
    display: inline-block;            
    border-width: 1px 1px 0px 1px;    
    border-style: solid;             
    border-color: var(--text-primary,#312A20);   
    border-radius: 15px 15px 0 0;
    width: 110px; 
    padding: 12px 0 12px;           
    text-decoration: none;          
    position: relative;  
    text-align: center;       
    cursor: pointer; 
}

@media screen and (min-width: 769px) {
    .whole__tab {
        width: 200px; 
        padding: 10px 0 10px;    
        font-size: 2.4rem;       
    }
}

.whole__tabs {
    display: flex;
    padding-left: var(--padding-item17px);
    gap: 2px;
}
@media screen and (min-width: 769px) {
    .whole__tabs {
        gap: 10px;
    }
}

.whole__tab.open {
    z-index: 10;
}

.whole__tab:first-of-type , #tab1 {
    background-color: var(--bg-primary,#EBE1D2);
    border-radius: 15px 15px 0 0;
}

.whole__tab:nth-of-type(2) , #tab2 {
    background-color: #D3C1A6;
    border-radius: 15px 15px 0 0;
}

.whole__tab:last-of-type , #tab3 {
    background-color: #C0A173;
    border-radius: 15px 15px 0 0;
}


.whole__content {
    border-width: 1px 0 0;    
    border-style: solid;             
    border-color: var(--text-primary,#312A20);   
    margin-top: -1px;
    padding: 120px 10% 130px;
    position: relative;
    z-index: 0;
    text-align: center;
    display: none;
}

.solo {
    border: none;
}

@media screen and (min-width: 769px) {
    .whole__content {
        padding: 120px var(--padding-title140px) 130px;
    }
    
}

.whole__content.show {
    display: block;
}

@media screen and (min-width: 769px) {
    .whole__content.show {
        display: flex;
        justify-content: center;
        gap: 5%;
    }
    
    
}


.whole__imgPc img {
    width: 300px;
}

@media screen and (min-width: 769px) {
    .whole__imgPc img {
        width: 100%;
        max-width: 720px;
    }
}

.whole__imgSp img {
    width: 183px;
    margin-top: 120px;
}

@media screen and (min-width: 769px) {
    .whole__imgSp img {
        width: 100%;
        max-width: 350px;
        margin-top: 0;
    }
}


