@charset "utf-8";
/* CSS Document */


body { 
    font-family:  sans-serif;
    font-weight: 400;
    font-style: normal;
    background:#fff;
}
.fs95{
    font-size:95px;
}
.fs55{
    font-size:55px;
}
.fs75{
    font-size:75px;
}
.fs50{
    font-size:50px;
}
.fs40{
    font-size:40px;
}
.fs35{
    font-size:35px;
}
.fs30{
    font-size:30px;
}
.fs25{
    font-size:25px;
}
.fs20{
    font-size:20px;
}

/*フォント設定
----------------------------------------------*/
.font_dcl{
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font_dcr{
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 400;
}
.font_dcb{
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
}
.font_nsjpl{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}
.font_nsjpb{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:10;
}
.fixed_b {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index:10;
}
a img:hover{
  opacity:0.6;
}
#gototop img:hover{
  opacity:0.6;
}



#pc{
    text-align:center;
    color:#333;
}
#sp{
    display:none;
    color:#333;
}
#pc header{
    position:relative;
    min-width:1369px;
    height:900px;
    margin:-475px auto 0px auto;
    background:url('../img/pc/mv_bk.png') no-repeat;
    background-size:100%;
    animation: fadein2 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    opacity: 0;
    z-index:1;
}

.slideanim{
    animation: slideIncon 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.slideanimdelay{
    animation: slideIncon 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    animation-delay: 0.5s;
}

li{
    list-style:none;
}
.sec0{
    background:#000;
    min-width:1365px;
}
.ft15{
    font-size:15px;
    color:#000;
    font-weight:400;
}
.menu_outer{
    min-width:1369px;
    height:85px;
    background:#fff;
}
.menu_outer .menu{
    width:1369px;
    height:75px;
    margin:auto;
    font-size:27px;
    font-weight:400;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	padding-top:25px;
	
}
.menu_outer .menu a{
    text-decoration:none;
    color:#000;
}
.menu_outer .menu .menubar{
    margin-top:-30px;
    padding:0 20px;
}
.mv{
    position:relative;
    padding-top:240px;
    animation: slideIncon 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    animation-delay: 0.5s;
    opacity: 0;
    z-index:5;
}
.mv p{
    position:relative;
    top:370px;
    margin:0;
    background:#8093a8;
    animation: bgfadeout 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    animation-delay: 2s;
}
.mv p img{
    opacity: 0;
    animation: fadein 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    animation-delay: 1s;
}

.bold{
    font-weight:bold;
}

.sec1{
    width:1365px;
    margin:auto;
    padding:200px 0;
    font-size:27px;
    line-height:35px;
    font-weight:300;
}
.special .sec1{
    padding:0;
}

.intro_bk{
    background:#8093a8;
    color:#fff;
    padding: 5px;
}
.intro_bold{
    font-family: sans-serif;
    font-size:20px;
    font-weight:bold;
    color:#424242;;
}


.slick01{
    width:1000px;
    margin:auto;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
}
.slbr{
    text-align:center;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display:none;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slbr img{
    width:250px;
    margin:auto;
}
.slick-slide{
    margin-top:50px;
    font-size:12px;
}
.slick-center{
    margin-top:25px;
    font-size:18px;
}
.slick-center img{
    width:300px;
    margin:auto;
}
.slick-prev:before {
    content: '◀︎';
}
.slick-next:before {
    content: '▶︎';
}
#gototop{
    display:none;
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:2;
    cursor:pointer;
}

footer{
    min-width:1369px;
    margin:auto;
    color:#424242;
    font-size:12px;
    padding:20px 0;
    margin-top:0px;
    background:#fff;
}
footer .banner{
    padding:50px 0;
}
footer .banner ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    list-style:none;
}
footer .banner li{
 margin:20px;
}
footer .banner img{
    width:300px;
}
footer .sns{
    text-align:center;
    color:#424242;
    font-size:20px;
}
footer .sns .icon{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
footer .sns .icon a{
    margin:20px;
}
footer .sns .icon a img{
    width:30px;
}

.content .title{
    height:164px;
    display: table;
    width: 100%;
}
.content .title p{
    display: table-cell;
    vertical-align: middle;
    color:#424242;
}
.content{
    min-width:1369px;
}
.content .sec1{
    padding:100px 0;
    font-size:20px;
    line-height:50px;
    color:#424242;
}
.grayarea{
        background:#c1c9d3;
        width:100%;
}
.content .sec2{
    width:1365px;
    margin:auto;
    padding:100px 0;
}
.content .sec2 .kyo,
.content .sec2 .liar,
.content .sec2 .reve,
.content .sec2 .app
{
    opacity:0;
}
.content .sec2 .flexbox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.content .sec2 .flexbox .artist{
    margin:10px;
    color:#424242;
}
.content .sec2 .flexbox .artist div{
    padding:10px 0;
}
.content .sec3{
    width:1369px;
    margin:auto;
    padding:100px 0;
    font-size:20px;
    line-height:50px;
    color:#424242;
}
.content .sec3 .flexbox{
    width:1369px;
    margin:auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: start;
}
.content .sec3 .flexbox .left{
    margin:10px;
    opacity:0;
}
.content .sec3 .flexbox .right{
     text-align:left;
     margin:10px;
     width:550px;
     opacity:0;
}
.content .sec3 .flexbox p{
    padding:10.6px 0;
    margin:0;
}
.content .sec3 .flexbox p img{
    width:100%;
}
.content .sec3 .flexbox .track{
    padding:10px;
    background:#fff;
    text-align:left;
}
.content .sec4{
    width:1365px;
    margin:auto;
    padding:100px 0;
    color:#424242;
}


@keyframes slideIncon {
      0% {
        transform: translateY(320px);
        opacity: 0;
      }
      100% {
        transform: translateY(0px);
        opacity: 1;
      }
    }
@keyframes slideIncon2 {
      0% {
        transform: translateY(320px);
        opacity: 0;
        background:#8093a8;
      }
      60%{
        background:#8093a8;
      }
      100% {
        transform: translateY(0px);
        opacity: 1;
        background:none;
      }
    }
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgfadeout {
  0% {
    background: #8093a8;
  }
  100% {
    background: none;
  }
}


#modal{
    position:fixed;
    width:100%;
    height:100%;
    z-index:99999;
    background:rgba(0,0,0,0.5);
    z-index:-1;
    opacity:0;
}
#modal_top{
    position:fixed;
    width:100%;
    height:100%;
    z-index:99999;
    background:rgba(0,0,0,0.5);
}
#modal_top a{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align:left;
    position:relative;
    top:25%;
}
#modal .modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.5);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width:1000px;
    background:#e7e7e7;
    padding:50px;
    font-size:20px;
    line-height:27px;
    text-align:center;
    color:#333;
}
#modal .modal_part{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.5);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width:1500px;
    padding:50px;
    font-size:20px;
    line-height:27px;
    text-align:center;
    color:#333;
}
#modal .modal_part img{
    width:100%;
}
#modal .modal .modal_con{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align:left;
}
#modal .modal .modal_con li{
    width:50%;
    text-align:center;
}
#modal .modal .modal_con .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#modal .modal .modal_con .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
#modal .modal .modal_con .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#modal .modal .modal_con .name{
    font-size:30px;
    line-height:50px;
}
#modal .modal .modal_con .price{
    font-size:25px;
    margin-top:10px;
    font-weight:400;
}
#modal .modal .modal_con .detail{
    font-size:20px;
    margin-top:10px;
}
.close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  left:80%;
  top:10%;
  z-index:20;
}
#modal_top .close{
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  left:80%;
  top:20%;
  z-index:20;
}
#modal .modal .gd1{
    display:block;
}

#modal .slide-items_m img{
    width:100%;
}
#modal .slide-items{
    margin-left:-40px;
}
#modal .limited{
    
}
#modal  .limited{
    position:relative;
    float:right;
    margin-bottom:-100px;
    width:100px;
    z-index:1;
    display:none;
}
#modal .limited img{
    width:100%;
}

.zoom{
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: translateY(-50%) translateX(-50%) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;

  }
}
.slick-dots {
    position: relative;
    bottom: -30px;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.sec4 .bk{
    background:#fff;
    width:1000px;
    padding:50px;
    margin:auto;
    border-radius:20px;
}
.tokuten img{
    width:100%;
}
.tenpo_desc{
    width:65%;
    margin:auto;
    text-align:center;
    line-height:30px;
}
.tokutenimg{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align:center;
}
.tokutenimg img{
    width:400px;
    padding:5px;
}
.ysite{
    width:300px;
    padding:10px;
    background:yellow;
    margin:auto;
    border-radius:20px;
    margin-top:20px;
}
.ysite a{
    text-decoration:none;
    display:block;
    font-size:25px;
    color:#000;
}
.special_list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align:center;
}
.special_list li{
    width:300px;
    padding:10px;
}
.special_list .last{
    width:620px;
    padding:10px;
}
.special_list li img{
    width:100%;
}
.interview{
    width:1200px;
    margin:auto;
    text-align:left;
    line-height:24px;
}
.float_l{
    float:right;
    overflow:hidden;
    width:400px;
    padding:20px;
}
.after_view{
    display:none;
}
.header .title{
    width:1000px;
    margin:auto;
}
.header .title img{
    width:100%;
}
.pre_list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align:center;
    width:1100px;
    padding:0;
    margin:auto;
}
.pre_list li{
    padding:20px;
    margin:10px;
}
.pre_list li img{
    width:100%;
    padding-top:5px;
}

.pre_list .p01{
    border-width: 2px;
	border-style: solid;
	border-image-source: linear-gradient(20deg, #e4007f, #f9c066);
	border-image-slice: 1;
/*     background:url('../img/pre/01_back.png');
    background-repeat:no-repeat;
    background-size:100%; */
}
.pre_list .p02{
    border-width: 2px;
	border-style: solid;
	border-image-source: linear-gradient(20deg, #ffffff, #ea531e);
	border-image-slice: 1;
/*     background:url('../img/pre/02_back.png');
    background-repeat:no-repeat;
    background-size:100%; */
}
.pre_list .p03{
    border-width: 2px;
	border-style: solid;
	border-image-source: linear-gradient(20deg, #009abc, #904cad);
	border-image-slice: 1;
/*     background:url('../img/pre/03_back.png');
    background-repeat:no-repeat;
    background-size:100%; */
}
.pre_list .p04{
    border-width: 2px;
	border-style: solid;
	border-image-source: linear-gradient(20deg, #161060, #b9e2f8);
	border-image-slice: 1;
/*     background:url('../img/pre/04_back.png');
    background-repeat:no-repeat;
    background-size:100%; */
}
.touch_txt{
    padding:20px;
    font-size:13px;
}

.menu_outers{
    min-width:1100px;
    height:85px;
    background:#fff;
}
.menu_outers .menu{
    width:1100px;
    height:35px;
    margin:auto;
    font-size:27px;
    font-weight:400;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	padding-top:25px;
	
}
.menu_outer .menu a{
    text-decoration:none;
    color:#000;
}
.menu_outer .menu .menubar{
    margin-top:-30px;
    padding:0 20px;
}
.pre_content{
    width:1000px;
    margin:auto;
    padding:50px;
    text-align:center;
    line-height:30px;
    font-size:25px;
    font-weight:bold;
}
.pre_content .under{
    background: linear-gradient(transparent 30%, yellow 30%);
}
.pre_content .cheki{
    width:1000px;
    margin:auto;
}
.pre_content .cheki img{
    width:80%;
}
.mid_title{
    background:#aab2bb;
}
.mid_title_child{
    margin-top:50px;
    border-top:2px solid;
    border-bottom:2px solid;
    border-image-source: linear-gradient(20deg,#e4007f, #f9c066, #ffffff, #ea531e,#009abc, #904cad,#161060, #b9e2f8);
	border-image-slice: 1;
}
.mid_title .t_img{
    width:1000px;
    margin:auto;
    text-align:center;
    padding:20px;
}
.mid_title .t_img img{
    width:100%;
}
.under_content{
    background:#fff;
    padding:50px;
}
.under_content .con{
    width:1000px;
    text-align:left;
    margin:auto;
    line-height:30px;
}
.profile{
    text-align:left;
}
.subt{
    font-size:20px;
    font-weight:bold;
}
.caution{
    font-size:13px;
}
.hushtag{
    width:940px;
    margin:auto;
    background:#666;
    color:#fff;
    padding:30px;
}
.image{
    text-align:center;
}
@media (max-width: 768px){
    #pc{
        display:none;
    }
    #sp{
        display:block;
        color:#333;
        overflow-x:hidden;
    }
    .fs95{
        font-size:8.5vw;
    }
    .fs65{
        font-size:6.5vw;
    }
    .fs55{
        font-size:5.5vw;
    }
    .fs75{
        font-size:8vw;
    }
    .fs50{
        font-size:5vw;
    }
    .fs40{
        font-size:4vw;
    }
    .fs35{
        font-size:3.5vw;
    }
    .fs30{
        font-size:3vw;
    }
    .fs25{
        font-size:2.5vw;
    }
    .fs20{
        font-size:2vw;
    }
    #sp header{
        position:relative;
        animation: fadein2 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
        opacity: 0;
        z-index:1;
    }
    #sp header img{
        width:100%;
    }
    #gototop{
        width:10vw;
    }
    .intro_bk{
        background:#8093a8;
        color:#fff;
        padding:2px;
    }
    .intro_bold{
        font-size:3.2vw;
        font-weight:bold;
        color:#424242;
    }
    
    .menu{
        width:100%;
        height:5vw;
        margin:auto;
        font-size:3.5vw;
        font-weight:100;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background:#fff;
        padding-top:5vw;
    }
    .menu a{
        text-decoration:none;
        color:#000;
    }
    .menu a img{
        width:95%;
    }
    .menu .menubar{
        margin-top:-5vw;
        padding:0 10px;
    }
    #sp .mv{
        position:relative;
        animation: slideIncon2 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
        animation-delay: 0.5s;
        margin-top:-45vw;
        padding-top:0px;
        opacity: 0;
        z-index:5;
        background:#8093a8;

    }
    .mv img{
        width:100%;
        opacity:0;
        animation: fadein 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
        animation-delay: 0.5s;
    }
    .content .title{
        width:50%;
        margin:auto;
        background:url('../img/pc/title_bk.png') no-repeat;
        background-size:100%;
        text-align:center;
    }
    .content .title p{
        position:relative;
        top:-7vw;
        color:#424242;
    }
    .space_1{
            height:40px;
    }
    .space_2{
            height:40px;
    }
    .space_3{
            height:40px;
    }
    .space_4{
            height:40px;
    }
    .sp_content .sp_sec1{
        width:90%;
        line-height:7vw;
        font-size:3.2vw;
        color:#424242;
        text-align:center;
        padding:20px 0;
        opacity: 1;
        margin-top:20vw;
        margin:auto;
    }
    .sp_content .sp_sec1 .title{
        width:100%;
    }
     .sp_content .sp_sec1 .title img{
         width:100%;
      }
        

    .sp_content .sp_sec2{
         width:100%;
         margin:auto;
         background:#dedfe3;
         padding:40px 0;
    }

    .sp_content .sp_sec2 .flexbox{
        display: block;
    }
    .sp_content .sp_sec2 .flexbox .artist{
        width:90%;
        margin:0 auto;
        color:#424242;
        text-align:center;
    }
    .sp_content .sp_sec2  .kyo,
    .sp_content .sp_sec2  .liar,
    .sp_content .sp_sec2  .reve,
    .sp_content .sp_sec2  .app{
        
        opacity:0;
    }
    
     
    .sp_content .sp_sec2 .flexbox .artist img{
        width:100%;
    }
    .sp_content .sp_sec2 .flexbox .artist div{
        padding:5px 0;
    }
    .sp_content .sp_sec2 .title{
        width:90%;
        margin:auto;
    }
     .sp_content .sp_sec2 .title img{
         width:100%;
      }
    
    .sp_content .sp_sec3{
        padding:0 0 40px 0;
        width:90%;
        margin:0 auto;
        font-size:20px;
        line-height:50px;
        color:#424242;
    }
    .sp_content .sp_sec3 .flexbox{
        width:100%;
        display: block;
    }
    .sp_content .sp_sec3 .flexbox .left{
        margin:0px;
    }
    .sp_content .sp_sec3 .flexbox .left img{
        width:100%;
    }
    .sp_content .sp_sec3 .flexbox .right{
        text-align:left;
         margin:0px;
         text-align:center;
         width:100%;
    }
    .sp_content .sp_sec3 .flexbox p{
        padding:0;
        margin:0;
    }
    .sp_content .sp_sec3 .flexbox .track{
        padding:10px;
        background:#fff;
        text-align:left;
    }
    .sp_content .sp_sec3 .flexbox  img{
        width:100%;
    }
    .sp_content .sp_sec3 .title{
        width:100%;
    }
     .sp_content .sp_sec3 .title img{
         width:100%;
      }
    .sp_content .sp_sec3 .left{
        opacity:0;
    }
    .sp_content .sp_sec3 .right{
        opacity:0;
    }
    
    
    .sp_content .sp_sec4{
        padding:40px 0 100px 0;
        width:100%;
        margin:0 auto;
        background:#dedfe3;
        color:#424242;
        text-align:center;
    }
    .sp_content .inner_sec4{
        width:85%;
        margin:0 auto;
        background:#fff;
        padding:10px;
        border-radius:20px;
    }
    .sp_content .sp_sec4 img{
        width:90%;
        margin:auto;
    }
    .sp_content .sp_sec4 .title{
        width:90%;
        margin:auto;
    }
     .sp_content .sp_sec4 .title img{
         width:100%;
      }

    .sp_footer{
        width:100%;
        color:#424242;
        font-size:12px;
        padding:100px 0 30px 0;
        margin-top:-7vw;
        text-align:center;
        background:#fff;
    }
    .sp_footer .sp_banner ul{
        margin-left:-7vw;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .sp_footer .sp_banner li{
        width:200px;
    }
    .sp_footer .sp_banner li img{
        width:100%;
    }

    #gototop img{
        width:80px;
    }
    .sp_footer .sns{
        text-align:center;
        color:#424242;
        font-size:17px;
        margin-top:40px;
    }
    .sp_footer .sns .icon{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .sp_footer .sns .icon a{
        margin:20px;
    }
    .sp_footer .sns .icon a img{
        width:30px;
    }

    /*modal
    ----------------------------------------------*/
    #modal {
        overflow-y:auto;
    }
    #modal .modal{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.5);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width:80%;
        background:#e7e7e7;
        padding:20px;
        font-size:20px;
        line-height:27px;
        text-align:center;
    }
    #modal .modal .modal_con{
        display: -webkit-flex;
        display: flex;
        flex-direction:column-reverse;
        margin-top: 100px;
    }

    #modal .modal .modal_con img{
        width:100%;
    }
    #modal .modal .modal_con .name{
        font-size:4vw;
        line-height:30px;
        text-align:center;
        margin-top:10px;
    }
    #modal .modal .modal_con .price{
        font-size:8vw;
        font-weight:400;
        margin-top:10px;
        text-align:center;
        
    }
    #modal .modal .modal_con .detail{
        font-size:3vw;
        line-height:5vw;
        margin-top:10px;
        width:90%;
    }
    #modal .modal .modal_con li{
        width:100%;
    }
    .close {
      display: block;
      position: relative;
      width: 30px;
      height: 30px;
      left:80%;
      top:5%;
      z-index:30;
    }
    .close img{
        width:100%;
    }
    #modal_top .close{
      display: block;
      position: relative;
      width: 30px;
      height: 30px;
      left:90%;
      top:20%;
      z-index:20;
    }
    #modal  .limited{
        position:relative;
        float:right;
        margin-bottom:-70px;
        width:70px;
        z-index:1;
        display:none;
    }
    #modal .limited img{
        width:100%;
    }
    .tenpo_desc{
        width:95%;
        margin:auto;
        text-align:center;
        line-height:20px;
    }
    .tokutenimg{
        width:100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: flex-start;
        text-align:center;
    }
    .sp_content .sp_sec4 .tokutenimg img{
        width:45%;
        padding:5px;
    }
    .special_list{
        display: block;
        padding:10px 10px 30px 10px;
    }
    .special_list li{
        width:90%;
        margin:auto;
    }
    .special_list li img{
        width:100%;
    }
    .interview{
        width:90%;
        margin:auto;
        text-align:left;
        line-height:24px;
        font-size:15px;
    }
    
    
    .header .title{
        width:100%;
        margin:auto;
        padding:3vw 0 3vw 0;
        background:#aab2bb;
    }
    .header .title img{
        width:100%;
    }
    .pre_list{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        text-align:center;
        width:100%;
        margin:auto;
    }
    .pre_list li{
        padding:3px 10px;
    }
    .pre_list li img{
        height: auto;
    }
    .pre_list li img:hover{
        opacity:0.7;
    }
    .touch_txt{
        padding:20px;
        font-size:13px;
        text-align:center;
    }
    
    .menu_outers{
        min-width:100%;
        height:3vw;
        background:#fff;
    }
    .menu_outers .menu{
        width:100%;
        height:3vw;
        margin:auto;
        font-size:27px;
        font-weight:400;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    	padding-top:25px;
    	
    }
    .menu_outer .menu a{
        text-decoration:none;
        color:#000;
    }
    .menu_outer .menu .menubar{
        margin-top:-30px;
        padding:0 20px;
    }
    .pre_content{
        width:95%;
        margin:auto;
        padding:2vw 0 2vw 0;
        text-align:left;
        line-height:5vw;
        font-size:4vw;
    }
    .pre_content .under{
        background: linear-gradient(transparent 30%, yellow 30%);
    }
    .pre_content .cheki{
        width:100%;
        margin:auto;
    }
    .pre_content .cheki img{
        width:90%;
    }
    .mid_title{
        background:#aab2bb;
    }
    .mid_title .t_img{
        width:100%;
        margin:auto;
        text-align:center;
        padding:3vw 0 3vw 0;
    }
    .mid_title .t_img img{
        width:80%;
    }
    .under_content{
        background:#fff;
        padding:10vw 0 10vw 0 ;
        font-size:3vw;
    }
    .under_content .con{
        width:95%;
        text-align:left;
        margin:auto;
        line-height:5vw;
    }
    #modal .modal_part{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(1);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width:95%;
        padding:0px;
        font-size:20px;
        line-height:27px;
        text-align:center;
        color:#333;
    }
    #modal .modal_part img{
        width:100%;
    }
    .profile img{
        width:100%;
        margin:auto;
    }
    
    .subt{
        font-size:18px;
        font-weight:bold;
    }
    .caution{
        font-size:13px;
    }
    .hushtag{
        width:80%;
        margin:auto;
        background:#666;
        color:#fff;
        padding:30px;
    }
    .caution{
        font-size:2.5vw;   
    }

}