body {
    font-family: "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    line-height: 1.75;
    font-size: 14px;
    /* font-size: 1.25vw; */
    background-color: #fff;
    color: #111;
}

a {
    color: black;
    text-decoration: none
}

@font-face {
    font-family: "DIN";
    src: url(DINNextLTPro-Medium.otf) format('otf'),
    url(DINNextLTPro-Medium.woff) format('woff'),
    url(DINNextLTPro-Medium.woff2) format('woff2');
  }

ul,li,p,dl,dt,dd{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}


/*　パディングをサイズ内側にする処理　*/

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.title-img{
    width: 100%;
    margin: 120px 0px 0px 0px;
}

.lp_container {
    /* background-color: #fbb6d5; */
    /* max-width: 1200px; */
    /* padding: 0 100px; */
    margin: 0 auto;
    /* padding: 0 8.5vw; */
}

.mv{
    background: url(img_fv.jpg) top left no-repeat;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 422px;
    background-size: 1200px auto;
    padding-bottom: 213px;
    margin-bottom: 120px;
}
@media (max-width: 480px) {
    .mv{
        background: url(img_fv_sp.jpg) top left no-repeat;
        background-size: 100%;
        padding-top: 81%;
        padding-bottom: 0%;
        margin-bottom: 0;
    }
}

.mv h1{
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 4.2px;
    position: relative;
}
@media (max-width: 480px) {
    .mv h1{
        font-size: 13px;
        padding-left: 20px;
        /*width: 89.33333333%;*/
        margin: 0 auto;
        letter-spacing: 2.6px;
    }
}

.mv h1:after{
 width: 236px;
 height: 5px;
 background-color: #111;
 position: absolute;
 bottom: -20px;
 left: 0;
 content:"";
}

@media (max-width: 480px) {
    .mv h1:after{
        bottom: -10px;
        width: 139px;
        margin-left: 20px;
    }
}

.mv h1 span{
    display: block;
    font-size: 43px;
    font-family: 'DIN';
    letter-spacing: 3.1px;
    line-height: 1.6em;
}

@media (max-width: 480px) {
    .mv h1 span{
        font-size: 26px;
    }
}


.tv__movie {
    margin: 0 auto 120px auto;
    width: 48%;
    padding-top: 27%;
    position: relative;
    text-align: center;
}


.tv__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    
    .tv__movie {
    margin: 6% auto 6%;
    width: 59%;
    padding-top: 33.18%;
    position: relative;
    }

    .tv__movie {
    width: 88%;
    padding-top: 64%;
  }

}



.about__01{
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 60px;
}


.about__01 picture{
    width: 526px;
    display: block;
}

@media (max-width: 480px) {
    .about__01 picture{
        width: 100%;
        margin: 0 auto;
    }
}

.about__01 picture img{
    width: 100%;
}

.about__01 figcaption{
    padding-top: 94px;
    display: block;
}

.about__01 picture{
    margin-right: 100px;
}

.about__02{
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 120px;
    align-items: center;
}
@media (max-width: 480px) {
    .about__01{
        width: 89.33333333%;
        margin: 55px auto 0 auto;
        display: block;
    }
    .about__02{
        width: 89.33333333%;
        margin: 0 auto;
        display: block;
    }
    .about__01 figcaption{
    padding-top: 0;
    }
}

.about__02 picture{
    width: 526px;
    display: block;
    margin-right: 100px;
}
@media (max-width: 480px) {
    .about__02 picture{
      width: 100%;
      margin: 0 auto;
    }
}

.about__02 picture img{
    width: 100%;
}


.about__02 p{
    color: #555;
    line-height: 2.57;
    letter-spacing: 1.05px;

}

@media (max-width: 480px) {
    .about__02 p{
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 2.14;
    }
    .about__02 p br{
        display: none;
    }
    .about__02 picture img{
        margin: 30px auto;
    }
    .tit{
        text-align: center;
    }
}

.tit span{
    position: relative;
    font-size: 30px;
    margin-bottom: 80px;
    line-height: 1.4em;
    display: inline-block;
    letter-spacing: 6px;

}

.tit span br{
    display: none;
}

@media (max-width: 480px) {

    .tit span{
       font-size: 20px;
       margin: 60px auto;
    }
    .part3 span{
        margin-top: 40px;
    }
    .part4 span{
        letter-spacing: 4px;
    }

    .tit span br{
        display: block;
     }
}

.tit span:after{
    width: 80px;
    height: 5px;
    background-color: #111;
    position: absolute;
    bottom: -20px;
    left: 0;
    content:"";
}

@media (max-width: 480px) {
    .tit span:after{
       left: 50%;
       margin-left: -40px;
    }
}

.textset dt{
    font-size: 30px;
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .textset dt{
        font-size: 20px;
    }
}

.textset dd{
    color: #555;
    line-height: 2.57;
    font-size: 14px;
    letter-spacing: 1.05px;

}

#second-p{
    margin-top: 60px;
}

@media (max-width: 480px) {
    .textset dd{
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 2.14;
    }
    .textset dd br{
        display: none;
    }
    #second-p{
    margin-top: 30px;
    }

}

.tit--center{
    text-align: center;
    margin-top: 120px;
    letter-spacing: 3.1px;
}

.tit--center span:after{
    left: 50%;
    margin-left: -40px;
}
#title-contents span{
    font-size: 43px;
}

@media (max-width: 480px) {
    .tit--center{
    margin-top: 0;
    letter-spacing: 3.1px;
    }
    .tit--center span:after{
        left: 50%;
        margin-left: -40px;
    }
    #title-contents span{
        font-size: 20px;
        /*line-height: 1.75;*/
        letter-spacing: 4px;
        margin-bottom: 35px;

    }
}




.introduction--textimg{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    align-items: center;
}

@media (max-width: 480px) {
    .introduction--textimg{
        margin-bottom: 30px;
        display: block;
    }
}

.introduction--textimg picture{
    max-width: 744px;
    width: 100%;
}

.introduction--textimg picture img{
    width: 100%;
}

.introduction--textimg figcaption{
    display: block;
    width: 400px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 22px 30px;
    box-sizing: border-box;
    position: relative;
    right: -20px;
}
@media (max-width: 480px) {
    .introduction--textimg figcaption{
        width: 89.33333333%;
        margin: 0 auto;
        right: auto;
        padding: 20px;
    }
}


.introduction--textimg figcaption h3{
    font-size: 30px;
    letter-spacing: 6px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
.introduction--textimg figcaption h3{
    font-size: 20px;
    margin-bottom: 20px;
}
}

.introduction--textimg figcaption dt{
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 3.6px;
    margin-bottom: 20px;
}

.introduction--textimg figcaption dd{
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    letter-spacing: 2.8px;
}

@media (max-width: 480px) {
    .introduction--textimg figcaption dt{
        font-size: 16px;
    }
    .introduction--textimg figcaption dd{
        letter-spacing: 1.5px;
    }
}

.introduction--textimg--even{
    flex-direction: row;
}

.introduction--textimg--even figcaption{
    left: -20px;
    right: 0px;
}

@media (max-width: 480px) {
    .part2{
        margin-top: 60px;
    }

    .introduction--textimg figcaption{
        left: auto;
        margin-top: -6%;
    }
}

.bannertext{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 110px;
}

.bannertext img{
    width: 100%;
}

.bannertext picture{
    margin-bottom: 60px;
    display: block;
}

.bannertext p{
    font-size: 14px;
    color: #555;
    line-height: 2.57;
    text-align: center;
    letter-spacing: 2.8px;

}
@media (max-width: 480px) {
    .bannertext{
        margin-bottom:0;
    }
    .bannertext picture{
        margin-bottom: 0;
    }
    .bannertext p{
        font-size: 14px;
        line-height: 1.75;
        text-align: left;
        letter-spacing: 2.8px;
        margin: 20px 40px;
    }
    .bannertext br{
        display: none;
    }

}






.bannertext--2{
    width: 100%;
    max-width: 917px;
    margin: 0 auto 60px;
}

.bannertext--2 img{
    width: 100%;
}

.bannertext--2 picture{
    display: block;
    margin-bottom: 60px;
}

.subtit{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1.7px;
}
.subtit br{
    display: none;
}

.text{
    font-size: 14px;
    text-align: center;
    color: #555;
    line-height: 2.57;
    /*letter-spacing: 1.05px;*/

}

.photos{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.photos img{
    width: 100%;
}

.photos li + li{
    margin-top: 120px;
}


@media (max-width: 480px) {
    /*For position change*/
    .swap-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .swap1, .swap2{
        height: auto;
    }

    .bannertext--2 picture{
    margin-bottom: 30px;
    }
    .subtit{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 1.7px;
    }
    .subtit br{
        display: block;
    }
    .text{
        font-size: 14px;
        text-align: left;
        line-height: 2;
        margin: auto 20px;
        /*letter-spacing: 1.05px;*/
    }
    .text br{
        display: none;
    }
    .photos li + li{
        margin-top: 60px;
    }


}




.instagram {
  /*background: rgba(17, 17, 17, .86);*/
  padding-bottom:160px;
  position: relative;
}


.slide__listswrap{
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 120px;
}

@media (max-width: 480px) {
    .slide__listswrap{
        margin-bottom: 65px;
    }

}

.slide_list{
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.slide_list img{
    width: 100%;
}

.slick-slide {
    height: auto !important;
}

.slick-arrow{
    display: inline-block;
    text-indent: -5000em;
    background: #999;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}



.slick-prev:after{
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5px;
    left: 11px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slick-next:after{
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-prev{
    left: -45px;
}

@media (max-width: 480px) {
    .slick-prev{
        left: 10px;
        z-index: 2;
    }
}
.slick-next{
    right: -45px;
}

@media (max-width: 480px) {
    .slick-next{
        right: 10px;
        z-index: 2;
    }
}

.slick-dots{
    text-align: center;
    margin-top: 60px;
}

.slick-dots li{
    display: inline-block;
    text-indent: -5000em;
    background: #999;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
}

@media (max-width: 480px) {
    .slick-dots li{
        width: 13px;
        height: 13px;
       margin-left: 15px;
       margin-right: 15px;
    }
}

.slick-dots .slick-active{
    background-color: #111;
}

/* @media (min-width: 481px) {

} */
