@charset "UTF-8";
/*----------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
}
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5vw;
  line-height: 1.5;
  display: block;
  z-index: -1;
  text-align: left;
  color:#FFF;
  width: 100%;
  background-color: black;
  margin: 0;
  font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
}

img {
  max-width: 100%;
}
ul {
    text-decoration: none;
    text-align: left;
    list-style: none;
    padding: 0;
    line-height: 1.5;
}

a {
    color: #fff;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

#t-spark_top {
    background: url(img/bg.jpg) no-repeat black top center/cover;
}

.wrapper{
    width: 70%;
    margin: 0 auto;
}

.gDef{
    background: #cccccc;
}

/* top */
#top {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #fbcf00, #fffcd1, #cb9b0c, #cb9b0c, #fffcd1) 1;
    position: relative;
    z-index: 1;
}

#top::after{
    content: "";
    background: url(img/bg_shinkalion.png) no-repeat bottom right -12vw / contain;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 90vw;
    height: 100%;
    filter: drop-shadow(0 0 1rem rgb(255, 255, 255, .1));
}

.main-container {
    max-width: 1280px;
    margin: 0 auto;
}

.img1 {
    margin: 150px 0 100px;
}

.img2 {
    margin-bottom: 50px;
}

.img3 {
    margin-bottom: 100px;
}

.section_title {
    text-align: center;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(0, 177, 191, 1), rgba(36, 83, 164, 1));
}

.section_title img {
    height: 5vw;
    width: auto;
    margin-top: 5px;
}

/* sec2 */

#sec2 {
    margin: 60px auto 70px;
    max-width: 1280px;
}

.w-100 {
    width: 100%;
}

/* ここからCOPYRIGHT */

#copyright1 {
    width:96%;
    margin:0 auto 5vw;
    text-align: center;
}

#copyright1 p {
    font-size:2.5vw;
    text-align: left;
    line-height: 2;
}

#brand_detail #copyright1 {
    width:96%;
    margin:10vw auto 0vw;
}

/* デザインC(PC) */
@media screen and (min-width: 1513px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    #top::after{
        width: 72vw;
        background-position: bottom right;
    }
}

@media screen and (max-width: 1200px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    #top::after{
        width: 115vw;
        background-position: bottom right -30vw;
    }
}

@media screen and (max-width: 1025px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    #top::after{
        width: 120vw;
        background-position: bottom right -35vw;
    }
}

@media screen and (max-width: 650px) {
    p {
        font-size: 0.8em;
    }

    .wrapper {
        width: 80%;
    }

    #top .img1 {
        margin: 100px 0 50px;
    }

    #top::after{
        background: url(img/bg_shinkalion_sp.png) no-repeat bottom right -25vw /contain;
        width: 110vw;
    }

    .img2{ 
        margin-bottom: 20px;
    }

    .img3 {
        margin-bottom: 80px;
    }

    #sec2 {
        margin: 50px 0;
    }
}

@media screen and (max-width: 500px) {
    #top::after{
        width: 120vw;
    }
}


@media screen and (max-width: 430px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #top::after{
        width: 125vw;
    }
}