@charset "utf-8";
#t-spark_top .maxImg img{width:100%;}

body {
    font-size: 16px;
} 

.pc {
    display: block;
}

.sp {
    display: none;
}

#t-spark_top {
    background-color: black;
}

#t-spark_top .title_img {
    width: 800px;
    margin-bottom: 50px;
}

/* attention */
#attention {
    width: 80%;
    margin: 90px auto;
    border: #fff solid;
    background-color: #0000A0;
}
#attention .attention_content{
    margin: 60px;
}
#attention p.attention_sub_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: -15px;
}
#attention p.attention_text2 {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 30px;
}
#attention img {
    margin-bottom: 40px;
}
#attention p.attention_contact {
    margin-bottom: 20px;
    font-size: 18px;
}
#attention p.attention_text3 {
    text-align: end;
    font-size: 18px;
}
#attention a {
    word-wrap: break-word;
}
#attention .attention_date {
    text-align: end;
}
/* story */
#story {
    padding: 0 0 100px 0;
}
#story .flex_area {
    display: flex;
    width: 80%;
    margin: 50px auto 0;
    justify-content: space-between;
}

#story .flex_area p {
    width: 53%;
}

#story .flex_area img {
    height: 100%;
    width: 43%;
}

/*movie*/
#t-spark_top #movie{
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

#movie img,.mov {
    position: relative;
    z-index: 999;
}

#movie img.bg_img1 {
    position: absolute;
    width: 35%;
    top: -50px;
    left: -60px;
}

#movie img.bg_img2 {
    position: absolute;
    width: 35%;
    bottom: 160px;
    left: 30px;
}

#movie img.bg_img3 {
    position: absolute;
    width: 35%;
    bottom: 120px;
    right: 90px;
}

#movie .text_area {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

#movie .text_area img {
    width: 80%;
    margin: 50px 0 30px;
}

#movie .text_area p {
    text-align: left;
}

/* detail */
#detail {
    text-align: center;
}

#detail .image_area {
    margin: 100px 0 0;
}

#detail .image_area img:not(:last-of-type) {
    margin-bottom: 50px;
}

#detail .image_area img.img2 {
    width: 60%;
}

#detail .image_area img.img3 {
    width: 80%;
}

/* GALLERY*/
section#gallery{
    width:100%;background:#000;
    padding:100px 0;
    position: relative;
    z-index:10;
    text-align: center;
}

dl#gallery{
    width:80%;
    margin:50px auto 0;
}

dl#gallery dt{
    width:590px;
    float:left;
}

.slider{
    width:590px;
}

.slider img{
    width:100%;
}

dl#gallery dd{
    margin-left:610px;
}

.slick-initialized .slick-slide {
    margin: 0;
}

.thumbnail-img {
  opacity: 0.5;
  transition: opacity .3s linear;
  width: calc(100% / 4) !important;
}
.thumbnail-img img{width:100%;padding:5px;}
.thumbnail .slick-current {
  opacity: 1;
}

.slick-track {
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
}

/* news */
#news .flex_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 100px auto;
}

#news .flex_area .img_area {
    width: 47%;
}

#news .flex_area .text_area {
    width: 47%;
}

#news .flex_area .text_area p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

#news .flex_area .text_area img:not(:last-of-type) {
    margin-bottom: 30px;
}

/*INFO*/
#info{width:100%;padding-top:100px;padding-bottom: 50px;background-image: url("../img/bg_info.png");background-image: url(../img/bg_info.png);background-size: cover;}

#info .info_box {
    display: flex;
    width: 80%;
    margin: 0 auto 100px;
    justify-content: space-between;
    align-items: end;
}

#info img.info_img01 {
    width: 53%;
    object-fit: contain;
}

#info .info_text {
    width: 43%;
}

#info p.caution{
    width:100%;
    margin:20px auto 0;
    font-size:13px;
}
#info p.copy{margin-top:100px;text-align: center; font-size:15px;}
#info .btnBuy{width:500px;margin:60px auto;}

.img{
  width: 100%;
  margin: 0 auto;
}

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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* story */
    #story {
        padding: 0 0 50px 0;
    }

    #story .flex_area {
        flex-direction: column;
    }

    #story .flex_area p {
        width: 100%;
    }

    #story .flex_area img {
        width: 100%;
        margin-top: 30px;
    }

    /*MOVIE*/
    #t-spark_top #movie{
        width:100%;
        margin-bottom: 50px;
    }

    #t-spark_top #movie div.mv{
        width:96%;
        margin:4vw auto;
    }

    #t-spark_top #movie h2{
        width:100%;
        height:35px;
        margin:0 auto;
    }

    #t-spark_top .title_img {
        width: 100%;
        margin-bottom:30px;
    }

    /* attention */
    #attention {
        width: 75%;
        margin: 60px auto;
    }
    #attention .attention_content{
        margin: 30px;
    }
    #attention p.attention_sub_title {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    #attention p.attention_text2 {
        font-size: 15px;
        margin-bottom: 30px;
    }
    #attention img {
        margin-bottom: 30px;
    }
    #attention p.attention_contact ,
    #attention p.attention_text3 {
        font-size: 15px;
    }
    #attention .attention_date {
        font-size: 15px;
    }
        

    #movie .text_area {
        width: 80%;
    }

    #movie .text_area img {
        margin: 0 0 30px;
    }

    #movie img.bg_img1 {
        top: -30px;
        left: 0;
    }

    #movie img.bg_img2 {
        width: 40%;
        bottom: 260px;
        left: 10px;
    }

    #movie img.bg_img3 {
        width: 40%;
        bottom: -20px;
        right: 0px;
    }

    /* detail */
    #detail .image_area {
        margin: 50px 0 0;
    }

    #detail .image_area img.img2 {
        width: 80%;
    }

    #detail .image_area img:not(:last-of-type) {
        margin-bottom: 30px;
    }

    /* news */
    #news .flex_area {
        margin: 50px auto;
        flex-direction: column;
    }

    #news .flex_area .img_area {
        width: 100%;
        margin-bottom: 30px;
    }

    #news .flex_area .text_area {
        width: 100%;
    }

    #news .flex_area .text_area p {
        font-size: 16px;
    }

    /* GALLERY*/
    section#gallery {padding:50px 0;}
    #gallery h2{width:40%!important; margin:18px auto;position: static!important;}
    section#gallery .inner{width:100%;height:auto;margin:0 auto;padding:0;}
    dl#gallery {
        width:100%; margin:0 auto;
        padding: 50px 0 0;
    }

    dl#gallery  dt{
        width:100%;
        float:none;
    }

    .slider{
        width:100%;
    }

    .slider img{
        width:100%;
    }

    dl#gallery dd{
        margin-left:auto;
    }

    /*INFO*/

    #info{
        width:100%;
        background:#000;
        background: url("../img/bg_info.png") center top no-repeat #000;
        background-size:cover;
    }
    
    #info p.caution{
        width:90%;
        margin: 20px auto 0;
        font-size:2.5vw;
    }
    #info p.copy{
        margin-top:7vw;
        text-align: center;
        font-size:2.5vw;
    }

    #info .btnBuy{
        width:80%;
        margin:0px auto 5vw;
    }

    #info .info_box {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 50px;
    }

    #info img.info_img01 {
        width: 80%;
    }

    #info .info_text {
        width: 80%;
    }
    
}

@media screen and (max-width: 450px)  {
    #attention {
        width: 75%;
        margin: 40px auto;
    }
    /* attention */
    #attention .attention_content{
      margin: 20px;
    }
    #attention p.attention_title {
      font-size: 19px;
      margin-bottom: 10px;
    }
    #attention p.attention_sub_title {
      font-size: 15px;
      margin: 10px 0;
    }
    #attention p.attention_text2 {
      font-size: 13px;
      margin-bottom: 20px;
    }
    #attention img {
      margin-bottom: 20px;
    }
    #attention p.attention_contact ,
    #attention p.attention_text3 ,
    #attention .attention_date {
      font-size: 13px;
    }
  }
  
  @media screen and (max-width: 380px)  {
    /* attention */
    #attention {
    width: 80%;
    border: #fff solid .5px;
    margin: 30px auto;
    }
    #attention .attention_content{
    margin: 15px;
    }
    #attention p.attention_title {
    font-size: 16px;
    margin-bottom: 10px;
    }
    #attention p.attention_sub_title {
    font-size: 13px;
    margin: 10px 0;
    }
    #attention p.attention_text2 {
    font-size: 11px;
    margin-bottom: 20px;
    }
    #attention img {
    margin-bottom: 20px;
    }
    #attention p.attention_contact ,
    #attention p.attention_text3 ,
    #attention .attention_date {
    font-size: 11px;
    }
  }
  