@charset "UTF-8";
/* CSS Document */
@import "reset.css";
@import "hack.css";
@import "parts.css";


/*
imported Google font
font-family: 'Fredericka the Great', cursive;
font-family: 'IBM Plex Mono', monospace;
*/

html {
    font-size: 14px;
/*    height:100%;*/
} 
body {
    text-align: left;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    color: #000;
    margin:0;
    padding: 20px 0;
    background: url(../../images/bg_paper.jpg) no-repeat;
    background-size: cover;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
}
body *{
     -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*h*/

h1 {
}

h2,h3,h4,h5 {
/*
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    zoom: 1;
    position: relative;
*/
}
a{
    color: dodgerblue;
}
a:hover{
}
/*右下のページトップに戻るボタン*/

a#scroller {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    z-index: 9500;
    background: url(../../images/icon_scrollup_black.png) 0px 0px no-repeat;
    background-size: contain;
}


.nosp{
    display:block;
}
.nopc{
    display:none;
}

/*####################*/
/*基本構造*/
/*####################*/
article{
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0;
    overflow: hidden;
}
article section{
    margin: 0 auto;
    padding: 30px 0;
}

article section p{
    margin: 0 0 1em;
}
article section .cont_box{
    position: relative;
    margin: 0 auto;
    padding: 20px;
/*    background-color: rgba(255,255,255,0.9);*/
    border-radius: 10px;
/*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    zoom: 1;
    position: relative;
*/
}
.main_w{
    width: 800px;
}

/*####################*/
/*ヘッダ　hedaer*/
/*####################*/
header{
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 0;
}
header h1{
    position: absolute;
    width: 150px;
    height: 60px;
    left: -100px;
    top: 10px;
    margin: 0 ;
    background: url(../../images/logo_h1.png) no-repeat;
    background-size: contain;
}
header h1 a{
    display: block;
    width: 150px;
    height: 60px;
}
header h2{
    width: 800px;
    height: 880px;
    margin: 0 auto 0;
    background: url(../../images/pluggershigh_index_main.png) center top no-repeat;
    background-size: contain;
}
header nav{
    position: absolute;
    top:25px;
    left: 70px;
}
header nav ul{
    overflow: hidden;
}
header nav ul li{
    float: left;
    border-left: solid 1px #000;
}
header nav ul li:first-child{
    border-left: none;
}
header nav ul li a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin: 0 5px;
    padding: 0 5px;
}
header nav ul li a:hover{
    text-decoration: none;
    color: #f60;
}
header nav ul li a.insta{
    
}
header nav ul li a.insta:before {
  content: "\f16d";
  font-family: FontAwesome;
    margin: 0 0.4em 0 0;
}
/*####################*/
/*見出し系*/
/*####################*/

h3{
    font-size: 24px;
    color: #fff;
    background: url(../../images/slit_green.png) repeat;
    margin: 0 0 20px;
    padding: 10px 20px;
}
h3 span{
    font-size: 16px;
}
h3#after_party{
    display: block;
    width: 687px;
    height: 38px;
    margin: 20px auto 0;
    padding: 0;
    background: url(../../images/pluggers-high_midashi_afterparty.png) no-repeat;
    background-size: contain;
}
h4#sengen{
    display: block;
    width: 300px;
    height: 40px;
    margin: 0 0 20px;
    padding: 0;
    background: url(../../images/pluggers-high_midashi_sengen.png) no-repeat;
    background-size: contain;
}
h4#alter{
    display: block;
    width: 300px;
    height: 40px;
    margin: 0 0 20px;
    padding: 0;
    background: url(../../images/pluggers-high_midashi_alter.png) no-repeat;
    background-size: contain;
}
h4#hitobito{
    display: block;
    width: 300px;
    height: 40px;
    margin: 0 0 0px;
    padding: 0;
    background: url(../../images/pluggers_heigh_midashi_luretenhitobito.png) no-repeat;
    background-size: contain;
}
h4#hitobito_cameraman{
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
    border-bottom: solid 1px #333;
}
h4#hitobito_cameraman:before {
  content: "\f083";
  font-family: FontAwesome;
    margin: 0 0.4em 0 0;
}
h5{
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
    padding: 10px 0;
    
}
h5.block{
    display: block;
    font-size: 16px;
    color: #fff;
    background-color:#666;
    margin: 0 0 20px;
    padding: 10px 20px;
    
}
dl{
    margin: 0 0 1em;
}
dl dt{
   font-weight: bold;
    margin: 1em 0 0;
}
dl dd{
    margin: 0 0 0 1em;
}
/*####################*/
/*FOOTER*/
/*####################*/
footer{
    margin: 40px auto 20px;
}
footer .footer_link{
    margin: 10px 0;
}
footer .footer_link a:before {
  content: "\f0a9";
  font-family: FontAwesome;
}
footer #copyrights{
    text-align: center;
}
/*####################*/
/*コンテンツ*/
/*####################*/
ul.event_cont{
    margin: 10px 0;
}
ul.event_cont li{
    margin: 1em 0;
}
ul.event_cont li span{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #666;
    padding: 5px 20px;
}
ul.event_cont li span a.event_link{
    text-decoration: none;
    color: #fff;
}
ul.event_cont li span a.event_link:hover{
    text-decoration: none;
    color: #fff;
}
ul.event_cont li span a.event_link:after{
    content: "\f138";
  font-family: FontAwesome;
    padding: 0 0 0 5px;
}
.thumb_l{
    width: 150px;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
}
.thumb_small{
    width: 100px;
    height: auto;
    float: right;
    margin: 0 0 10px 10px;
}
.thumb_r{
    width: 150px;
    height: auto;
    float: right;
    margin: 0 0 10px 10px;
}
.thumb_r_large{
    width: 250px;
    height: auto;
    float: right;
    margin: 0 0 10px 10px;
}
.img_l{
    width: 40%;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
}
.img_r{
    width: 40%;
    height: auto;
    float: right;
    margin: 0 0 10px 10px;
}
.img_c{
    display: block;
    margin: 0 auto 20px;
}
/*####################*/
/*about*/
#about iframe.gmap{
    width: 100%;
    height: 380px;
}
/*text*/
#text p.name{
    clear: both;
   text-align: right;
    font-weight: bold;
}
.cocktail{
    position: absolute;
    width: 250px;
    height: 250px;
    top:450px;
    right: 0px;
    transform: rotate(9deg);
    background: url(../../images/pluggers_high_cocktail.png) no-repeat;
    background-size: contain;
}
/*####################*/
/*people*/
.people_wrap{
}
.people_box{
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-bottom: dotted 1px #999;
    overflow: hidden;
}
.people_box h4{
    font-size: 18px;
    font-weight: bold;
}
.people_box h5{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin: 0 0 10px;
}
.people_box h6{
    margin: 0 0 5px;
}

.profile_blk{
    clear: both;
    margin: 0 0 1em;
}
.artist_wrap{
    overflow: hidden;
}
a.web_link{
/*    text-decoration: underline;*/
}
a.web_link:before {
  content: "\f0a9";
  font-family: FontAwesome;
    padding: 0 5px 0 0;
}
a.mail_link{
/*    text-decoration: underline;*/
}
a.mail_link:before {
  content: "\f003";
  font-family: FontAwesome;
    padding: 0 5px 0 0;
}
.tshurts_sticker{
    float: right;
    width: 250px;
    height: auto;
    margin: 0 10px 10px;
}
.tshurts_sticker img{
    display: block;
    width: 100%;
    height: auto;
}
.tshurts_sticker p{
    font-size: 12px;
    color: #666;
    text-align: center;
}
.subcnt_box{
    clear: both;
    margin: 20px 0 0;
}
.subcnt_box iframe{/*youtube*/
    width:320px;
    height: 180px;
}
.item_corabo{
    margin: 0 auto 0;
    padding: 20px 0 0;
    clear: both;
    overflow: hidden;
}
.item_corabo a{
    
}
.item_corabo a img{
    width: 120px;
    height: auto;
    margin: 0 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    zoom: 1;
    position: relative;
}
.item_corabo p.item_cauiton{
    clear: both;
    font-size: 11px;
    color: #666;
}
.item_corabo .item_wrap{
    float: left;
    width: 120px;
    height: auto;
    margin: 0 5px 10px;
}
.item_corabo .item_wrap a img{
    width: 120px;
    height: auto;
    margin: 0 0 5px;
}

.item_corabo .item_wrap a.link_org{
    display: block;
    width: 120px;
    padding: 5px;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: cadetblue;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    zoom: 1;
    position: relative;
}
.yaoita_graphics{
    margin: 20px auto;
}
.yaoita_graphics img{
    display: block;
    margin: 0 auto;
}
.yaoita_graphics p{
    margin: 10px 0 20px;
    text-align: center;
    counter-reset: #666;;
}
/*####################
/*insta （after_party）*/
#insta{
    padding: 20px 0;
    background:url(../../images/bg_slit.png) repeat #fff;
}
#insta a.insta_follow{
    display: block;
    width: 400px;
    height: 70px;
    margin: 30px auto 30px;
    background: url(../../images/btn_insta.png) no-repeat #fff;
    background-size: contain;
    border: solid 1px #999;
}
#insta a.insta_follow:hover,
#insta a.insta_follow:active
{
    background: url(../../images/btn_insta.png) no-repeat #cce1f6;
    background-size: contain;
}
/*####################
/*ライヴペインティング*/
.livepaint{
    width: 38em;
    margin: 5px 0 20px;
    padding: 10px;
    border: dotted 1px #666;
    font-size: 12px;
}
/*####################
/*ワークショップ「ルアー塗ってみよう、作ってみよう」*/
#workshop{
    margin: 0 0 40px;
    padding: 0 0 20px;
    background: url(../../images/bg_workshop.jpg);
    background-size: cover;
}
#workshop h4.ws_midashi{
/*    display: inline-block;*/
    margin:0 0 20px;
    padding: 15px;
    color: #333;
    background-color:#fff;
    line-height: 1.4;
}
#workshop h4.ws_midashi p{
    margin: 0 0 0;
}
#workshop h4.ws_midashi p.ws_kaisai{
    font-size:18px;
    font-weight: normal;
    margin:0 0 5px;
    padding: 0 0 5px;
    border-bottom: solid 1px #d0d0d0;
}
#workshop h4.ws_midashi p.ws_title{
    font-size:18px;
    margin:0 0 5px;
}

#workshop h4.ws_midashi p.ws_date{
    color:#999;
    text-align: right;
    font-size:14px;
    font-weight: normal;
}
#workshop .ws_text_wrap{
    margin: 20px 30px 0;
    padding: 20px;
    background-color: rgba(254,254,254,0.75);
    overflow: hidden;
}
#workshop dl{
    border-top: solid 1px #666;
    padding: 1em 0 0;
}
#workshop dl dt{
    clear: both;
    float:left;
    font-size: 12px;
    width: 4em;
    margin: 0 0 0.3em 0;
    padding: 0;
}
#workshop dl dd{
    margin: 0 0 0.3em 4em;
    padding: 0;
}
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*SPモード*/
@media screen and (max-width: 768px) {

    .nosp{
    display:none;
    }
    .nopc{
        display:block;
    }
    /*####################*/
    /*基本構造*/
    /*####################*/
    
    article section .cont_box{
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 20px 0;
    /*    background-color: rgba(255,255,255,0.9);*/
        border-radius: 10px;
    /*
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        zoom: 1;
        position: relative;
    */
    }
    .main_w{
        width: 100%;
    }

    /*####################*/
    /*ヘッダ　hedaer*/
    /*####################*/
    header{
        position: relative;
        width: 100%;
        height: auto;
    }
    header h1{
        position: fixed;
        width: 75px;
        height: 30px;
        left:5px;
        top: 10px;
        margin: 0 ;
        background: url(../../images/logo_h1.png) no-repeat;
        background-size: contain;
        z-index: 2000;
    }
    header h1 a{
        display: block;
        width: 75px;
        height: 30px;
    }
    header h2{
        width: 100vw;
        height: 110vw;
        margin: 0 auto;
        background: url(../../images/pluggershigh_index_main.png) center top no-repeat;
        background-size: contain;
    }
    header nav{
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #fff;
        z-index: 1000;
    }
    header nav ul{
        overflow: hidden;
        width: 100%;
        position: fixed;
        top:50px;
        left: 0;
        background-color: rgba(255,255,255,0.8);
    }
    header nav ul li{
        float: none;
        border-left: none;
    }
    header nav ul li:first-child{
        border-left: none;
    }
    header nav ul li a{
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        margin: 0 0;
        padding: 5px 5px;
        border-bottom: solid 1px #666;
    }
    header nav ul li a:hover{
        text-decoration: none;
        color: #f60;
    }
    header nav ul li a.insta{

    }
    header nav ul li a.insta:before {
      content: "\f16d";
      font-family: FontAwesome;
        margin: 0 0.4em 0 0;
    }
    header #menu_switch {
        display: block;
        position: fixed;
        width: 40px;
        height: 30px;
        right: 5px;
        top: 10px;
        -webkit-transition: all 600ms 0s ease;
        transition: all 600ms 0s ease;
        background: url(../../images/btn_menu_open.png) no-repeat;
        z-index: 2000;
    }
    header #menu_switch.opened {
        -webkit-transition: all 600ms 0s ease;
        transition: all 600ms 0s ease;
        background: url(../../images/btn_menu_close.png) no-repeat;
    }
    /*####################*/
    /*見出し系*/
    /*####################*/

    h3{
        font-size: 24px;
        color: #fff;
        background: url(../../images/slit_green.png) repeat;
        margin: 0 0 20px;
        padding: 10px 20px;
        
    }
    h3 span{
        font-size: 16px;
    }
    h3#after_party{
        display: block;
        width: calc(100vw - 40px);
        height: calc( calc(100vw - 40px) * 0.05);
        margin: 0 auto 0;
        padding: 0;
        background: url(../../images/pluggers-high_midashi_afterparty.png) center 50% no-repeat;
        background-size: contain;
    }
    h4#sengen{
        display: block;
        width: 300px;
        height: 40px;
        margin: 0 0 20px;
        padding: 0;
        background: url(../../images/pluggers-high_midashi_sengen.png) no-repeat;
        background-size: contain;
    }
    h4#alter{
        display: block;
        width: 300px;
        height: 40px;
        margin: 0 0 20px;
        padding: 0;
        background: url(../../images/pluggers-high_midashi_alter.png) no-repeat;
        background-size: contain;
    }
    h5{
        display: inline-block;
        font-size: 16px;
        color: #000;
        margin: 0 0 20px;
        padding: 10px 0;

    }
    h5.block{
        display: block;
        font-size: 16px;
        color: #fff;
        background-color:#666;
        margin: 0 0 20px;
        padding: 10px 20px;

    }
    dl{
        margin: 0 0 1em;
    }
    dl dt{
       font-weight: bold;
        margin: 1em 0 0;
    }
    dl dd{
        margin: 0 0 0 1em;
    }
    /*####################*/
    /*FOOTER*/
    /*####################*/
    footer{
        margin: 40px auto 40px;
        padding: 0 20px;
    }
    footer .footer_link{
        margin: 10px 0;
    }
    footer .footer_link a:before {
      content: "\f0a9";
      font-family: FontAwesome;
    }
    footer #copyrights{
        text-align: center;
    }
    /*####################*/
    /*コンテンツ*/
    /*####################*/
    ul.event_cont{
        margin: 10px 0;
    }
    ul.event_cont li{
        margin: 1em 0;
    }
    ul.event_cont li span{
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        background-color: #666;
        padding: 5px 10px;
    }
    .thumb_l{
        display: block;
        width: calc(100% - 80px);
        height: auto;
        float: none;
        margin: 0 auto 10px;
    }
    .thumb_small{
        width: 100px;
        height: auto;
        float: right;
        margin: 0 0 10px 10px;
    }
    .thumb_r,
    .thumb_r_large{
        display: block;
        width: calc(100% - 80px);
        height: auto;
        float: none;
        margin: 0 auto 10px;
    }
    .img_l{
        width: 40%;
        height: auto;
        float: left;
        margin: 0 10px 10px 0;
    }
    .img_r{
        width: 40%;
        height: auto;
        float: right;
        margin: 0 0 10px 10px;
    }
    .img_c{
        display: block;
        width: 100%;
        height: 25vw;
        margin: 0 auto 20px;
    }
    /*####################*/
    /*about*/
    #about iframe.gmap{
        width: 100%;
        height: 300px;
    }
    .cocktail{
    position: relative;
    width: 300px;
    height: 150px;
    top:0;
    right: 0;
    margin: 20px auto;
    transform: rotate(0deg);
    background: url(../../images/pluggers_high_cocktail_sp.png) no-repeat;
    background-size: contain;
}
    /*text*/
    #text p.name{
        clear: both;
       text-align: right;
        font-weight: bold;
    }
    /*people*/
    .people_wrap{
    }
    .people_box{
        margin: 0 0 20px;
        padding: 0 0 10px;
        border-bottom: dotted 1px #999;
    }
    .people_box h4{
        font-size: 18px;
        font-weight: bold;
    }
    .people_box h5{
        font-size: 16px;
        font-weight: bold;
        color: #666;
        margin: 0 0 10px;
    }
    .people_box h6{
        margin: 0 0 5px;
    }

    .profile_blk{
        clear: both;
        margin: 0 0 1em;
    }
    a.web_link{
    /*    text-decoration: underline;*/
    }
    a.web_link:before {
      content: "\f0a9";
      font-family: FontAwesome;
        padding: 0 5px 0 0;
    }
    a.mail_link{
    /*    text-decoration: underline;*/
    }
    a.mail_link:before {
      content: "\f003";
      font-family: FontAwesome;
        padding: 0 5px 0 0;
    }
    .tshurts_sticker{
        float: none;
        width: calc(100% - 20px);
        height: auto;
        margin: 0 10px 10px;
    }
    .tshurts_sticker img{
        display: block;
        width: 100%;
        height: auto;
    }
    .tshurts_sticker p{
        font-size: 12px;
        color: #666;
        text-align: center;
    }
    .subcnt_box{
        clear: both;
        margin: 20px 0 0;
    }
    .subcnt_box iframe{/*youtube*/
        display: block;
        max-width:320px;
        height: 180px;
        margin: 0 auto;
    }
    .item_corabo{
        margin: 10px auto 10px;
        text-align: center;
    }
    .item_corabo a{

    }
    .item_corabo a img{
        width: 150px;
        height: auto;
        margin: 0 5px 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        zoom: 1;
        position: relative;
    }
    .item_corabo p.item_cauiton{
        text-align: left;
    }
    .item_corabo .item_wrap{
        float: none;
        display: inline-block;
        width: 150px;
        height: auto;
        margin: 0 5px 10px;
    }
    .item_corabo .item_wrap a img{
        width: 150px;
        height: auto;
        margin: 0 0 5px;
    }
    .item_corabo .item_wrap a.link_org{
        display: inline-block;
        width: 150px;
    }
    #insta{
    padding: 20px 0;
    background-color: #fff;
    }
    #insta a.insta_follow{
        display: block;
        width: 90vw;
        height: 16vw ;
        margin: 30px auto 30px;
        background: url(../../images/btn_insta.png) no-repeat #fff;
        background-size: contain;
        border: solid 1px #999;
    }
    #insta a.insta_follow:hover,
    #insta a.insta_follow:active
    {
        background: url(../../images/btn_insta.png) no-repeat #cce1f6;
        background-size: contain;
    }
    /*####################
/*ライヴペインティング*/
.livepaint{
    width: 100%;
    margin: 5px 0 20px;
    padding: 10px;
    border: dotted 1px #666;
    font-size: 12px;
}
/*スマホ設定ここまで*/
}
