@charset "UTF-8";
@font-face {
    font-family: "notoSans";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NotoSansJP-Regular.eot');
    src: url('../fonts/NotoSansJP-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansJP-Regular.woff') format('woff'), url('../fonts/NotoSansJP-Regular.otf') format('opentype')
}

html {
    color: #fff;
    font-size: 62.5%;
    font-family: "notoSans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif
}

body {
    margin: 0;
    color: #fff;
    font-size: 1.6rem;
    font-family: "notoSans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: 0;
    margin: 0;
    vertical-align: top;
    max-width: 100%
}

p {
    margin: 0 0 1em;
    padding: 0
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #fff;
    text-decoration: none
}

a:link, a:visited {
    color: #fff;
    text-decoration: none
}

input, textarea, select {
    font-family: "notoSans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none
}

table {
    border-collapse: collapse
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    padding: 0
}

.outerBlock {
    overflow: hidden
}

.innerBlock {
    margin: 0 auto;
    position: relative
}

#wrapper {
    position: relative;
    padding: 0
}

.pc {
    display: block !important
}

.pcIb {
    display: inline-block !important
}

.sp {
    display: none !important
}

.spIb {
    display: none !important
}

@media screen and (max-width: 768px) {
    body {
        position: relative;
        -webkit-appearance: none;
        -webkit-text-size-adjust: 100%;
        font-size: 1.3rem
    }

    .outerBlock {
        min-width: 375px
    }

    .innerBlock {
        width: auto
    }

    #wrapper {
        min-width: 375px;
        position: relative;
        overflow: hidden
    }

    img {
        width: 100%;
        max-width: 100%
    }

    input[type="submit"] {
        -webkit-appearance: none;
        -webkit-text-size-adjust: 100%
    }

    input, select, textarea {
        font-size: 1.6rem !important
    }

    .pc {
        display: none !important
    }

    .pcIb {
        display: none !important
    }

    .sp {
        display: block !important
    }

    .spIb {
        display: inline-block !important
    }
}

body {
    background: #323232
}

body, p {
    line-height: 2;
    letter-spacing: .12em
}

a {
    color: #fff
}

@media screen and (min-width: 769px) {
    a {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
}

.innerBlock {
    padding: 0
}

@media screen and (max-width: 768px) {
    .innerBlock {
        padding: 0 15px
    }
}

.innerBlock.isWide {
    max-width: 1040px
}

@media screen and (min-width: 769px) {
    .innerBlock.isWide {
        padding: 80px 30px 150px
    }
}

@media screen and (max-width: 768px) {
    .innerBlock.isWide {
        padding: 30px 30px 100px
    }
}

button {
    outline: none
}

@media screen and (max-width: 768px) {
    #wrapper {
        padding-top: 41px
    }
}

@media screen and (max-width: 768px) {
    #menu {
        width: 47px;
        height: 41px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999
    }

    #menu span {
        display: inline-block;
        background: #979595;
        width: 18px;
        height: 2px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #menu span:nth-child(1) {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        top: 14px
    }

    #menu span:nth-child(2) {
        top: 0;
        bottom: 0;
        opacity: 1
    }

    #menu span:nth-child(3) {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        bottom: 14px
    }

    #menu.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #menu.active span:nth-child(2) {
        opacity: 0
    }

    #menu.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 1px;
        bottom: 13px
    }

    #menuBg {
        display: none;
        background: rgba(0, 0, 0, 0.7);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9997
    }
}

#contents {
    background: #323232
}

#contents .cmnTtl01 {
    margin: 0 0 35px;
    padding: 0 0 10px;
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #fff
}

@media screen and (max-width: 768px) {
    #contents .cmnTtl01 {
        font-size: 1.5rem
    }
}

#contents .icoTtl {
    margin: 0 0 10px;
    padding-left: 35px;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative
}

#contents .icoTtl:before {
    content: '';
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0
}

#contents .icoTtl.icoReco:before {
    background-image: url(../images/common/ico-star-yellow.png)
}

#contents .icoTtl.icoNew:before {
    background-image: url(../images/common/ico-newspaper.png)
}

@media screen and (max-width: 768px) {
    #contents .icoTtl {
        margin: 0 0 10px;
        padding-left: 20px;
        line-height: 1.5;
        font-size: 1.5rem
    }

    #contents .icoTtl:before {
        width: 13px;
        height: 13px
    }
}

#contents .cmnBtn01 {
    display: block;
    margin: auto;
    padding: 20px;
    min-height: 55px;
    text-align: center;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px
}

#contents .cmnBtn01.hasIcon {
    padding-left: 30px;
    position: relative
}

#contents .cmnBtn01.hasIcon:before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto
}

#contents .cmnBtn01.hasIcon.icoGit:before {
    background: url(../images/common/ico-git.png) center no-repeat;
    background-size: 20px 20px
}

#contents .cmnBtn01.hasIcon.icoTw:before {
    background: url(../images/common/ico-tw.png) center no-repeat;
    background-size: 20px 17px
}

#contents .cmnBtn01.hasIcon.icoFb:before {
    background: url(../images/common/ico-fb.png) center no-repeat;
    background-size: 21px 21px
}

@media screen and (min-width: 769px) {
    #contents .cmnBtn01 {
        max-width: 320px
    }
}

@media screen and (max-width: 768px) {
    #contents .cmnBtn01 {
        padding: 24px 20px;
        font-size: 1.4rem;
        border-radius: 32px
    }
}

#contents .innerBlock #side {
    background: #484848;
    width: 300px;
    min-height: calc(100vh - 70px);
    padding: 30px 0
}

#contents .innerBlock #side p, #contents .innerBlock #side a {
    padding: 0 20px;
    line-height: 1
}

#contents .innerBlock #side img {
    margin-right: 10px;
    max-width: 12px;
    max-height: 15px;
    width: auto;
    height: auto;
    vertical-align: middle
}

#contents .innerBlock #side .all {
    margin: 0 0 10px
}

#contents .innerBlock #side .fav {
    padding-left: 42px
}

#contents .innerBlock #side .channel {
    margin: 15px 0 0;
    padding: 10px 20px;
    font-size: 1.4rem;
    position: relative
}

#contents .innerBlock #side .channel:after {
    content: '';
    display: block;
    background: url(../images/common/ico-list.png) center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px
}

#contents .innerBlock #side .list li.isOpen .parent {
    background: #979595
}

#contents .innerBlock #side .list li.isOpen .parent span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#contents .innerBlock #side .list li .parent {
    margin: 0;
    padding: 0;
    position: relative
}

#contents .innerBlock #side .list li .parent a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 8px;
    left: 20px
}

#contents .innerBlock #side .list li .parent span {
    background: url(../images/common/arrow01.svg) center no-repeat;
    background-size: 10px 6px;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center
}

#contents .innerBlock #side .list li a {
    display: block;
    padding: 10px 20px;
    padding-left: 45px
}

#contents .innerBlock #side .list li .child {
    display: none
}

#contents .innerBlock #side .list li .child li {
    font-size: 1.4rem
}

#contents .innerBlock #side .list li .child li a {
    padding: 8px 20px;
    padding-left: 65px;
    font-size: 1.4rem
}

@media screen and (max-width: 768px) {
    #contents .innerBlock #side {
        display: none;
        width: 220px;
        min-height: 100vh;
        padding: 40px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
        overflow: auto
    }

    #contents .innerBlock #side p, #contents .innerBlock #side a {
        padding: 0 25px;
        font-size: 1rem
    }

    #contents .innerBlock #side img {
        margin-right: 7px;
        max-width: 8px;
        max-height: 10px
    }

    #contents .innerBlock #side .all {
        margin: 0 0 5px
    }

    #contents .innerBlock #side .fav {
        padding-left: 38px
    }

    #contents .innerBlock #side .channel {
        margin: 5px 0 0;
        padding: 10px 25px;
        font-size: 1rem
    }

    #contents .innerBlock #side .channel:after {
        width: 7px;
        height: 7px;
        right: 25px
    }

    #contents .innerBlock #side .list li .parent a:before {
        width: 6px;
        height: 6px;
        top: 4px;
        left: 25px
    }

    #contents .innerBlock #side .list li .parent span {
        background-size: 7px 4px;
        width: 55px
    }

    #contents .innerBlock #side .list li a {
        padding: 5px 20px;
        padding-left: 40px
    }

    #contents .innerBlock #side .list li .child li {
        font-size: 1rem
    }

    #contents .innerBlock #side .list li .child li a {
        padding: 5px 20px;
        padding-left: 60px;
        font-size: 1rem;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        margin: 0 -5%;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

#header {
    background: #000;
    padding: 27px 0 26px;
    text-align: center;
    position: relative
}

#header .innerBlock {
    position: static
}

#header .logo {
    line-height: 0
}

#header .logo img {
    width: auto;
    height: 17px
}

#header .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 6.6%;
    top: 0;
    bottom: 0;
    margin: auto
}

#header .list li + li {
    margin-left: 20px
}

#header .list li + li a {
    background: #fff;
    color: #323232
}

#header .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 20px;
    font-size: 1.4rem;
    border-radius: 20px;
    border: 1px solid #fff
}

@media screen and (max-width: 768px) {
    #header {
        width: 100%;
        padding: 15px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9996
    }

    #header .logo img {
        height: 11px
    }

    #header .list {
        right: 15px
    }

    #header .list li + li {
        margin-left: 10px
    }

    #header .list li a {
        min-height: 25px;
        margin: 0 -5%;
        padding: 0 3px;
        font-size: 1rem;
        border-radius: 10px;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

#contents {
    padding: 25px 50px 65px;
    margin: auto
}

#contents select, #contents input:not([type="file"]) {
    background: none;
    padding: 15px;
    color: #fff;
    letter-spacing: .12em;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: none
}

#contents select::-webkit-input-placeholder, #contents input:not([type="file"])::-webkit-input-placeholder {
    color: #979595
}

#contents select::-moz-placeholder, #contents input:not([type="file"])::-moz-placeholder {
    color: #979595
}

#contents select::-ms-input-placeholder, #contents input:not([type="file"])::-ms-input-placeholder {
    color: #979595
}

#contents select::placeholder, #contents input:not([type="file"])::placeholder {
    color: #979595
}

@media screen and (max-width: 768px) {
    #contents select, #contents input:not([type="file"]) {
        padding: 12px 15px
    }
}

#contents select option, #contents select optgroup {
    color: #323232
}

#contents .selectBox {
    position: relative
}

#contents .selectBox:after {
    content: '';
    display: block;
    background: url(../images/common/arrow01.svg) center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    pointer-events: none
}

#contents label {
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 1em;
    line-height: 1;
    cursor: pointer
}

#contents label input {
    display: none
}

#contents label input[type="radio"] + span, #contents label input[type="checkbox"] + span {
    padding-left: 22px;
    position: relative
}

#contents label input[type="radio"] + span:before, #contents label input[type="checkbox"] + span:before, #contents label input[type="radio"] + span:after, #contents label input[type="checkbox"] + span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

#contents label input[type="radio"] + span:before, #contents label input[type="checkbox"] + span:before {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    left: 0
}

#contents label input[type="radio"] + span:after, #contents label input[type="checkbox"] + span:after {
    display: none;
    background: #4182f9;
    width: 8px;
    height: 8px;
    left: 3px
}

#contents label input[type="radio"]:checked + span:after, #contents label input[type="checkbox"]:checked + span:after {
    display: block
}

#contents label input[type="radio"] + span:before, #contents label input[type="radio"] + span:after {
    border-radius: 50%
}

@media screen and (max-width: 768px) {
    #contents label {
        margin-right: 15px
    }

    #contents label input[type="radio"] + span {
        font-size: 1.3rem
    }

    #contents label input[type="radio"] + span:before {
        width: 13px;
        height: 13px
    }

    #contents label input[type="radio"] + span:after {
        left: 2px
    }
}

#contents button[type="submit"] {
    display: block;
    background: #fff;
    margin: auto;
    padding: 20px;
    color: #000;
    line-height: 1;
    text-align: center;
    font-size: 1.6rem;
    border: none;
    border-radius: 27px
}

@media screen and (min-width: 769px) {
    #contents button[type="submit"] {
        max-width: 320px
    }
}

@media screen and (max-width: 768px) {
    #contents button[type="submit"] {
        padding: 25px 20px;
        font-size: 1.4rem;
        border-radius: 32px
    }
}

#contents .js-password {
    position: relative
}

#contents .js-password .js-btn {
    background: url(../images/common/ico-eye.png) center no-repeat;
    background-size: 20px 14px;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

#contents .cntTtl {
    margin: 0 0 30px;
    text-align: center;
    font-size: 2rem
}

#contents .read {
    margin: 0 0 35px;
    text-align: center
}
#contents .error_message {
    font-size: 10px;
    color: RED;
    text-align: center
}
#contents form .label {
    margin: 0 0 5px
}

#contents form input {
    width: 100%
}

#contents form input + .label {
    margin-top: 25px
}

#contents form .cap {
    margin: 5px 0 0;
    text-align: right
}

#contents form .cap a {
    color: #4182f9
}

#contents form button {
    margin-top: 50px;
    width: 100%
}

#contents form button + .cap {
    margin: 10px 0 0
}

#contents .other {
    margin: 45px 0 0
}

#contents .other .list li + li {
    margin-top: 20px
}

@media screen and (min-width: 769px) {
    #contents {
        max-width: 620px
    }
}

@media screen and (max-width: 768px) {
    #contents {
        padding: 30px 0 40px
    }

    #contents .cntTtl {
        margin: 0 0 15px;
        font-size: 1.6rem
    }

    #contents .read {
        margin: 0 0 30px
    }

    #contents .other {
        margin: 35px 0 0
    }

    #contents .other .read {
        margin-bottom: 15px
    }

    #contents .other .list li + li {
        margin-top: 20px
    }
}