@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;
}

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;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

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

/* top */
#top {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

#top p {
    font-size: 20px;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
}

#top .img1 {
    margin-bottom: 50px;
}

.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 {
    width: 30%;
    margin-top: 5px;
}

/* sec2 */

#sec2 {
    text-align: center;
}

#sec2 .brands_logo {
    width: 80%;
    margin: 50px auto;
}

.w-100 {
    width: 100%;
}

/* sec3 */

#sec3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
}

#sec3 .info {
    margin: 50px 0;
}

#sec3 .info .flex {
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin: 0 auto 30px;
}

#sec3 .info .left {
    width: 32%;
    text-align: end;
}

#sec3 .info .right {
    width: 65%;
}

#sec3 .info .right a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

/* info */
p.copy {
    font-size:2.5vw;
    text-align: center;
}

#sec3 .event_item_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #00b1bf, #2453a4) 1;
}

#sec3 .event_item_area:nth-last-of-type(2) {
    border-top: none;
}

#sec3 .event_item_area .item_left {
    width: 35%;
    margin-right: 20px;
}

#sec3 .event_item_area .item_right {
    width: 60%;
}

#sec3 .event_item_area .item_title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
}

#sec3 .event_item_area .text {
    margin: 20px 0 30px;
}

#sec3 .event_item_area.q_village {
    align-items: start;
}

#sec3 .reservation {
    width: 45%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

#sec3 .reservation .reservation_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#sec3 .reservation_link {
    display: flex;
    margin: 0 auto;
    justify-content: space-between
}

#sec3 .reservation .img1 {
    width: 40%;
    height: 100%;
}

#sec3 .reservation .img2 {
    width: 50%;
    height: 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;
}   


/* みまもりチェック */    
.ageCheck h3{color:#FFF;font-size:5vw;;text-align:center;margin-top:1em;}
.ageCheck p.txt02{color:#FFF; font-size:4vw;text-align:center;}

/* デザインC(PC) */
@media screen and (min-width: 1025px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */

body {
  font-size: 16px;
}  
    
/* ここからCOPYRIGHT */    

#copyright1{width:40%;margin:0 auto 140px;}   
#copyright1 p{font-size:12px;}

#brand_detail #copyright1{width:860px;margin:140px auto 0px;}   

/* みまもりチェック */    
.ageCheck h3{color:#FFF;font-size:28px;;text-align:center;margin-top:2em;}
.ageCheck p.txt02{color:#FFF; font-size:20px;text-align:center;}
    
}

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

    /* top */
    #top {
        padding: 50px 0;
    }
    #top p {
        width: 80%;
        font-size: 15px;
    }

    /* sec2 */
    .section_title img {
        width: 70%;
    }

    #sec2 .brands_logo {
        width: 90%;
    }

    /* sec3 */
    #sec3 .info .flex {
        width: 95%;
    }

    #sec3 .event_item_area {
        width: 90%;
        flex-direction: column;
    }

    #sec3 .event_item_area .item_left {
        width: 80%;
        margin: 0 0 30px 0;
    }

    #sec3 .event_item_area .item_right {
        width: 80%;
    }

    #sec3 .event_item_area .item_title {
        font-size: 15px;
    }

    #sec3 .event_item_area.q_village {
        align-items: center;
    }

    #sec3 .reservation {
        width: 80%;
        padding: 50px 0;
    }

    #sec3 .reservation .reservation_title {
        font-size: 15px;
    }

}
