@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,
section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Open Sans", "Roboto", "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}

p {
    line-height: 1.8;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #444;
}

img {
    max-width: 100%;
    display: block;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #444;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 769px) {
    .sp {
        display: none!important;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/*========================================================
▼ヘッダー
========================================================*/

header {
    width: 100%;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0e0e0e;
    z-index: 9999;
}

.headerInner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerInner .logo {}



/*SNSアイコン*/

.headerInner .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerInner .sns a {
    display: block;
    text-align: center;
    padding: 0 1.5em;
    color: #fff;
}

.headerInner .sns a:hover,
.headerInner .logo:hover {
    opacity: 0.8;
}

.headerInner .sns a i {
    font-size: 3.5rem;
    vertical-align: middle;
}


@media only screen and (max-width: 768px) {
    header {
        width: 100%;
        height: 45px;
        margin: 0 auto;
    }

    .headerInner {
        width: 100%;
        position: relative;
        height: 45px;
        display: flex;
        justify-content: space-between;
        padding: 0 3%;
    }

    .headerInner .logo {
        width: 30vw;
    }

    /*SNSアイコン*/
    .headerInner .sns {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .headerInner .sns a {
        display: block;
        text-align: center;
        padding: 0 1em;
        color: #fff;
    }

    .headerInner .sns a:last-of-type {
        padding-right: 0;
    }

    .headerInner .sns a:hover,
    .headerInner .logo:hover {
        opacity: 0.8;
    }

    .headerInner .sns a i {
        font-size: 2.4rem;
        vertical-align: middle;
    }
}


/*========================================================
▼メインコンテンツ
========================================================*/

#main {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #main {
        width: 100%;
        margin: 0 auto;
    }
}


/*========================================================
▼メインビジュアル
========================================================*/

#mv {
    position: relative;
    z-index: 9998;
}

#mv .mvTxt {
    font-size: 8rem;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#mv .mvImg {
    max-width: 2500px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    #mv {
        width: 100%;
    }

    #mv .mvTxt {
        font-size: 4rem;
    }
}


/*========================================================
▼コンテンツ
========================================================*/

#wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 40px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    html,
    body {
        height: 100%;
        text-align: center;
        min-width: 320px;
    }

    #wrapper {
        width: 100%;
        padding: 50px 4%;
        margin: 0 auto;
    }
}


/*----------------------------------------
リードテキスト
----------------------------------------*/

.lead {
    width: 650px;
    margin: 0 auto 80px;
    font-size: 1.6rem;
}

.leadTtl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
}

.line {
    width: 120px;
    margin: 0 auto 80px;
}

@media only screen and (max-width: 768px) {
    .lead {
        width: 100%;
        margin: 0 auto 50px;
        font-size: 1.4rem;
    }

    .leadTtl {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 40px;
    }

    .lead p{
        text-align: left;
    }

    .line {
        width: 50px;
        margin: 0 auto 50px;
    }
}


/*----------------------------------------
クレジット
----------------------------------------*/

.credit {
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.credit ul {
    list-style: none;
}

@media only screen and (max-width: 768px) {
    .credit {
        font-size: 1rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .credit ul {
        list-style: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 0 auto;
    }
}


/*----------------------------------------
セクション共通
----------------------------------------*/

.section {
    line-height: 2;
}

.section .topImg,
.secImg {
    position: relative;
    margin-bottom: 60px;
}

.profImg {
    margin-bottom: 30px;
}

.section .pic {
    display: flex;
}

.section .pic p {
    width: 50%;
}
.section .pic {
    display: flex;
}

.section .pict p {
    width: 100%;
}


@media only screen and (max-width: 768px) {
    .section {
        line-height: 1.78;
    }

    .section .topImg,
    .secImg {
        margin-bottom: 30px;
    }

    .profImg {
        margin-bottom: 15px;
    }


    .section .pic {
        display: block;
    }

    .section .pic p {
        width: 100%;
        margin-bottom: 15px;
    }
        .section .pict {
        display: block;
    }

    .section .pict p {
        width: 100%;
        margin-bottom: 15px;
    }

}


/*-------------------------------
トップ画像
-------------------------------*/

.section .topImg {
    padding-top: 50px;
}

.section .topImg h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    line-height: 1.3;
}

.section .topImg h2 span {
    display: block;
}

.section .topImg h2 .num {
    font-size: 8rem;
}

.section .topImg h2 .fullName {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3;
}

.section .topImg h2 .nameS {
    margin-bottom: 14px;
}

.section .topImg h2 .nameSub {
    font-size: 2rem;
    margin-bottom: 14px;
}

@media only screen and (max-width: 768px) {
    .section .topImg {
        padding-top: 36px;
    }

    .section .topImg h2 {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.6rem;
        line-height: 1.3;
        text-align: left;
    }

    .section .topImg h2 span {
        display: block;
    }

    .section .topImg h2 .num {
        font-size: 5rem;
    }

    .section .topImg h2 .fullName {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.3;
    }

    .section .topImg h2 .nameS {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .section .topImg h2 .nameSub {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
}


/*-------------------------------
ディテールボタン
-------------------------------*/

.dtBtn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
}

.dtBtn:hover {
    background-color: #bbb;
    color: #444;
}
.dtBtn2 {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
}

.dtBtn2:hover {
    background-color: #bbb;
    color: #444;
}


@media only screen and (max-width: 768px) {
    .dtBtn {
        position: absolute;
        left: 3%;
        bottom: 50%;
        font-size: 1.6rem;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .secImg .dtBtn {
        position: absolute;
        left: 3%;
        bottom: 53%;
    }
    .dtBtn2 {
        position: absolute;
        left: 3%;
        bottom: 5%;
        font-size: 1.6rem;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .secImg .dtBtn2 {
        position: absolute;
        left: 5%;
        bottom: 5%;
    }
}


/*-------------------------------
Q&A部分
-------------------------------*/

.section dl {
    font-size: 1.4rem;
    margin-bottom: 50px;
}

.section dt {
    margin-bottom: 50px;
}

.section .qa dt{
    color:#888;
}

.section dt.ttl {
    font-weight: bold;
    margin-bottom: 5px;
}

.section dd {}

.section dd a {
    color: #08c;
}


/*about*/

.section dl.about {
    font-size: 1.2rem;
    color: #777;
    font-style: italic;
    line-height: 1.6;
}

.section dl.about dt {
    margin-bottom: 5px;
}


/*profile*/

.section dl.profile {
    margin-bottom: 100px;
}

.section dl.last {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {

    .section dl {
        font-size: 1.3rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .section dt {
        margin-bottom: 30px;
    }

    .section dt.ttl {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .section dd a {
        color: #08c;
    }
    /*about*/
    .section dl.about {
        font-size: 1.1rem;
        color: #777;
        font-style: italic;
        line-height: 1.6;
    }

    .section dl.about dt {
        margin-bottom: 5px;
    }
    /*profile*/
    .section dl.profile {
        margin-bottom: 60px;
    }

    .section dl.last {
        margin-bottom: 30px;
    }
}



/*========================================================
▼上下ボタン
========================================================*/

#btnPos {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

#ctrlBtn {
    position: fixed;
    left: auto;
    bottom: 50px;
    margin: 0 0 0 1010px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 2rem;
    color: #fff;
    transition-property: opacity;
    transition-duration: 1s;
    opacity: 0;
    z-index: 999;
}

#ctrlBtn .upBtn,
#ctrlBtn .downBtn {
    padding: 50px 10px;
}

#ctrlBtn .upBtn:hover,
#ctrlBtn .downBtn:hover {
    cursor: pointer;
}

#ctrlBtn .upBtn:hover img,
#ctrlBtn .downBtn:hover img {
    opacity: 0.5;
}

#ctrlBtn .upBtn.end,
#ctrlBtn .downBtn.end {
    opacity: 0.3;
    cursor: default;
}

#ctrlBtn .bar {
    padding: 0 8px;
}

#ctrlBtn.fadeIn {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    #btnPos {
        width: 100%;
        margin: 0 auto;
    }

    #ctrlBtn {
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        font-size: 2rem;
        z-index: 999;
    }

    #ctrlBtn .btnBox {
        display: flex;
        text-align: center;
        align-items: center;
    }

    #ctrlBtn .btnBox>div {
        justify-content: space-between;
    }

    #ctrlBtn .btnBox>div img {
        display: inline-block;
        text-align: center;
    }

    #ctrlBtn .upBtn,
    #ctrlBtn .downBtn {
        width: 48%;
        padding: 10px 0;
    }

    #ctrlBtn .upBtn:hover img,
    #ctrlBtn .downBtn:hover img {
        opacity: 1;
    }

    #ctrlBtn .bar {
        transform: rotate(90deg);
        padding: 0;
    }

    #ctrlBtn .bar img {
        vertical-align: middle;
    }
}


/*========================================================
▼フッターバナー
========================================================*/

.footerBnr {
    width: 650px;
    margin: 0 auto;
}

.footerBnr a:hover img {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .footerBnr {
        width: 100%;
        margin: 0 auto;
    }
}



/*========================================================
▼フッター
========================================================*/

footer {
    text-align: center;
}

footer small {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    display: block;
}

@media only screen and (max-width: 768px) {
    footer small {
        font-size: 2.6vw;
        line-height: 1.2;
        padding: 10px 0;
        margin-bottom: 46px;
    }
}