@charset "utf-8"; /* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/*==========================================
 body
===========================================*/
body {
    width: 100%;
    background-color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

/*==========================================
 スクロールバーのスタイル
===========================================*/
stage {
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
}

header h1 {
    margin: 0 auto;
    padding: 10px 5px 0px 5px;
    width: 40px;
}

header h1 img {
    width: 100%;
    max-width: 265px;
}

header h2 {
    margin: 0 auto;
    padding: 10px 5px 7px 5px;
    width: 250px;
}

header h2 img {
    width: 100%;
    max-width: 265px;
}

header a h3 img {
    display: inline-block;
    vertical-align: middle;
}

header #instagram {
    margin: 0 auto;
    padding: 0.313rem 0;
    text-align: center;
    float: left;
    width: 50%;
    display: block;
    background-image: url('../images/instagram_logo_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

header #instagram img{
    height: 30px;
    width: 30px;
}


header #twitter {
    margin: 0 auto;
    padding: 0.313rem 0;
    text-align: center;
    float: left;
    width: 50%;
    display: block;
    /* background-color: #000000; */
    background-color: #000000;
}


header #twitter img{
    height: 30px;
    width: 30px;
}

header #soundcloud {
    margin: 0 auto;
    text-align: center;
    float: right;
    width: 50%;
    display: block;
    background-color: #ff7700;
}
header #dac_chan {
    position: relative;
    margin: 0 auto;
    text-align: center;
    float: left;
    width: 50%;
    display: block;
}
header #dac_chan img:first-of-type {
    position: absolute;
    transform: translate(-50%, -5%);
    z-index: -1;
    pointer-events: none;
}
header #dac_chan img:last-of-type {
    position: absolute;
    transform: translate(-50%, -5%);
    pointer-events: none;
    z-index: 9999;
}

header {
    position: relative;
    overflow: hidden;
}

header ul#s_nav {
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    float: left;
}

header ul#s_nav li {
    float: left;
    position: relative;
    left: -50%;
}

header ul#s_nav li a {
    display: block;
    font-size: 0.8em;
    margin-right: 20px;
    padding-left: 20px;
}

header ul#s_nav li.contact a {
    background: url(../images/icn_contact.jpg) no-repeat left center;
}

header ul#s_nav li.news a {
    background: url(../images/icn_news.jpg) no-repeat left center;
}

header ul#s_nav li.sitemap a {
    background: url(../images/icn_sitemap.jpg) no-repeat left center;
}

header p {
    width: 100%;
}

header p img {
    width: 100%;
    height: auto;
    max-width: 960px;
}

/*Swiper実装*/
.swiper-container {
    width: 100%;
    max-width: 960px;
    margin: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    color: #000;
    opacity: 1;
    background: rgba(150,150,150,0.7);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #ffffff;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
nav ul {
    margin-bottom: 15px;
}

nav ul li {
    text-align: center;
    float: left;
    width: 50%;
    border-bottom: 2px solid #000;
}

nav ul li:nth-child(odd) {
    width: 50%;
    /*   border-right: 1px dotted #000; */
}

nav ul li a {
    display: block;
    width: 100%;
}

nav ul li a div {
    text-align: left;
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 53px;
}

nav ul li a div img {
    position: absolute;
}

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
    padding-bottom: 10px;
}

/*==========================================
 コンテンツエリア -> WORKSのスタイル(index.htmlでは現在使っていない)
===========================================*/
div#contents section#work {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

div#contents section#work h2 {
    text-align: left;
    margin: 30px 0 5px 0;
    background: url(../images/bg_headerLine.jpg) repeat-x bottom;
    padding-bottom: 10px;
}

div#contents section#work article {
    text-align: center;
    width: 50%;
    min-width: 120px;
    float: left;
}

div#contents section#work article h3 {
    font-size: 0.9em;
    font-weight: bold;
}

div#contents section#work article p {
    text-align: left;
    font-size: 0.7em;
    line-height: 2.0em;
    padding: 0 15px;
}

/*==========================================
 コンテンツエリア -> NEWSのスタイル(このスタイルに集約)
===========================================*/

div#contents section#news {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

div#contents section#news h2 {
    text-align: left;
    margin: 30px 0 5px 0;
    background: url(../images/bg_headerLine.jpg) repeat-x bottom;
    padding-bottom: 10px;
}

div#contents section#news article {
    width: 100%;
}

div#contents section#news article h3 {
    font-size: 0.7em;
    background: url(../images/icn_arrow.jpg) no-repeat center left;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 7px;
}

div#contents section#news article h3:first-child {
    margin-top: 10px;
}

div#contents section#news article img {
    max-width: 100%;
}
div#contents section#news article p {
    line-height: 1.4em;
    font-size: 0.8em;
    margin: 0 0 5px 10px;
}

div#contents section#news article p a {
    text-decoration: underline;
}

div#contents section#news article p a:hover {
    text-decoration: none;
}

/*==========================================
 コンテンツエリア -> INFORMATIONのスタイル(index.htmlでは現在使っていない)
===========================================*/
div#contents section#information {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

div#contents section#information h2 {
    text-align: left;
    margin: 30px 0 5px 0;
    background: url(../images/bg_headerLine.jpg) repeat-x bottom;
    padding-bottom: 10px;
}

div#contents section#information ul li {
    width: 100%;
    margin-bottom: 5px;
}

div#contents section#information ul li img {
    width: 98%;
    height: auto;
    max-width: 470px;
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
    position: fixed;
    bottom: 10px;
    right: 1px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
    text-align: center;
    border-top: 10px solid #000;
}

footer div {
    margin: 10px 0 0 20px;
}

footer div:first-child {
    margin: 0 0 0 0;
}

footer div p {
    font-size: 0.7em;
    line-height: 2.0em;
}

footer div small {
    font-size: 0.6em;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
    header {
        position:static;
        overflow: visible;
    }

    header h1 {
        text-align: left;
        padding: 10px 5px 0px 5px;
        width: 40px;
        float: left;
    }

    header h1 img {
        width: 100%;
    }

    header h2 {
        text-align: left;
        padding: 30px 5px 7px 5px;
        width: 250px;
        float: left;
    }

    header h2 img {
        width: 100%;
    }

    header #instagram {
        margin: 0;
        padding:10px;
        text-align: center;
        float: right;
        width: 40px;
        height: 40px;
        display: block;
        background-image: url('../images/instagram_logo_bg.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    header #instagram img{
        height: 40px;
        width: 40px;
    }

    header #twitter {
        margin: 0;
        padding:10px;
        text-align: center;
        float: right;
        width: 40px;
        height: 40px;
        display: block;
        background-color: #000000;
    }

    header #twitter img{
        height: 40px;
        width: 40px;
    }

    header #soundcloud {
        margin: 0;
        padding:10px;
        text-align: center;
        float: right;
        width: 40px;
        height: 40px;
        display: block;
        background-color: #ff7700;
    }
    header #dac_chan {
        display: none;
    }

    header ul#s_nav {
        float: right;
        margin-top: 20px;
        position: static;
    }

    header ul#s_nav li {
        float: left;
        position: static;
    }

    nav {
        text-align: center;
        border-bottom: 3px double #000;
        margin: 10px auto 15px auto;
    }

    nav ul li {
        text-align: center;
        float: left;
        width: 25%;
        border-bottom: none;
    }

    nav ul li:nth-child(odd) {
        width: 25%;
        border-bottom: none;
    }

    nav ul li.home {
        border-left: none;
    }

    nav ul li.contact {
        border-right: none;
    }

    nav ul li a {
        display: block;
    }

    div#contents section#work article {
        width: 33%;
    }

    div#contents section#work article h3 {
        line-height: 2.0em;
    }

    div#contents section#work article p {
        font-size: 0.8em;
        line-height: 2.0em;
    }
}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
    header {
        width:960px;
        margin-left: auto;
        margin-right: auto;
    }

    nav {
        max-width: 960px;
    }

    nav ul {
        margin-left: auto;
        margin-right: auto;
    }

    nav ul li:nth-child(odd) {
        border-bottom: none;
    }

    nav ul li.home {
    }

    nav ul li.contact {
    }

    div#contents {
        max-width: 960px;
        margin: 0 auto;
    }

    div#contents section#work {
        margin-bottom: 20px;
    }

    div#contents section#work article {
        width: 20%;
    }

    div#contents section#work article h3 {
        line-height: 2.2em;
    }

    div#contents section#news {
    }

    div#contents section#information {
        margin-bottom: 20px;
    }

    footer {
        text-align: center;
    }
}
