@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');
@import url('//use.typekit.net/glu5dym.css');

/* reset
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main {
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
fieldset,img {
    border: 0;
}
* {
    font-size:100%;
    max-height: 999999px;
}
body {
    font: 100%/1 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6,b {
    font-weight: 700;
}
ol,ul,li {
    list-style: none;
}
ul,ol {
    letter-spacing: -.40em;
}
ul > li,ol > li {
    letter-spacing: normal;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
*:before,*:after {
    content: "";
    display: none;
}
html {
    -webkit-text-size-adjust: 100%;
}
input,textarea,select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.hiddenPc,
.brkSp {
    display: none;
}
.brkPc {
    display: block;
}

/*===================================
    font link
=====================================*/
.dFont,
.newItem figure:after,
.new__entry .slick-dots li:before,
.new__entry .slick-dots li:before,
.popular__entries li:before {
    font-family: 'vinyl', sans-serif;
    font-weight: 400;
    letter-spacing: 0.07em;
}
body,
a,a:visited {
    color: #000;
}
body {
    font-size: 16px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
nav a:hover,
a.btn:hover {
    text-decoration: none;
}

/*===================================
    layout
=====================================*/
body {
    min-width: 751px;
    padding-top: 118px;
    background: #fff;
}
.inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
main .inner {
    max-width: 1140px;
}
@media screen and (max-width: 1160px) {
    main .inner {
        max-width: inherit;
        margin-left: 20px;
        margin-right: 20px;
    }
}

/*===================================
    element
=====================================*/
/*  img
---------------------------------*/
img[src$=".svg"] {
    height: auto;
}
a figure {
    overflow: hidden;
}
.mask {
    position: relative;
    width: 100%;
}
.mask:before {
    display: block;
    padding-top: 56%;
}
.mask.square:before {
    padding-top: 100%;
}
.mask {
    overflow: hidden;
}
.mask img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


/*  transition / opacity
---------------------------------*/
a,a img,.btn,
.header h1,
.radioProgram,
.list__item a .ttl,.list__item a .cat,.list__item a time,.list__item a footer {
    transition: .5s;
}
nav a:hover,
.btn:hover,
.list__sns li a:hover,
.list__tags a:hover,
.radioProgram:hover,
.list__item a:hover .ttl,.list__item a:hover .cat,.list__item a:hover time,.list__item a:hover footer {
    opacity: .7;
}
a:hover figure img {
    transform: scale(1.1, 1.1);
}

/*  btn
---------------------------------*/
.btn {
    display: block;
    border-radius: 5px;
    background-color: #000;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,.16);
    color: #fff;
    text-align: center;
}
.btn.wht {
    border: solid 1px #000;
    background-color: #fff;
    color: #000;
}
.view.btn {
    width: 300px;
    height: 60px;
    line-height: 56px;
    margin: auto;
    font-size: 20px;
}
.btn.arrow {
    width: 400px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    background-image: url("../images/base/arrow_bk.svg");
    background-repeat: no-repeat;
    background-position: 362px 50%;
    background-size: 22px auto;
    font-size: 18px;
}

/*  social
---------------------------------*/
.social {
    text-align: center;
}
.list__sns li {
    display: inline-block;
    vertical-align: middle;
}
.list__sns li a {
    display: block;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
}
.list__sns li.twt a {
    background: #1DA1F2 url("../images/base/icon_twt.svg") no-repeat 54% 50%;
    background-size: 57% auto;
}
.list__sns li.insta a {
    background: url("../images/base/icon_insta.svg") no-repeat 50% 50%, -webkit-gradient(linear,right top, left bottom, from(#da4681), to(#745bd1));
    background: url("../images/base/icon_insta.svg") no-repeat 50% 50%, -webkit-linear-gradient(to bottom left, #da4681, #745bd1);
    background: url("../images/base/icon_insta.svg") no-repeat 50% 50%, -moz-linear-gradient(to bottom left, #da4681, #745bd1);
    background: url("../images/base/icon_insta.svg") no-repeat 50% 50%, -ms-linear-gradient(to bottom left, #da4681, #745bd1);
    background: url("../images/base/icon_insta.svg") no-repeat 50% 50%, -o-linear-gradient(to bottom left, #da4681, #745bd1);
    background: url("../images/base/icon_insta.svg") no-repeat 50% 50%, linear-gradient(to bottom left, #da4681, #745bd1);
    background-size: 52% auto, auto;
}
.list__sns li.fb a {
    position: relative;
    background: url("../images/base/icon_fb.svg") no-repeat 50% 50%;
    background-size: 100% auto;
}
.list__sns li.urlCopy a {
    background: #999 url("../images/base/icon_urlCopy.svg") no-repeat 50% 50%;
    background-size: 100% auto;
}

/*  list__item
---------------------------------*/
.list__item li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.list__item.triple li {
    width: calc(( 100% - 60px ) / 3 );
    margin: 0 30px 40px 0;
}
.list__item.triple li:nth-of-type(3n) {
    margin-right: 0;
}
.list__item figure {
    margin-bottom: 15px;
}
.list__item .cat {
    float: left;
    margin-bottom: 7px;
    font-size: 20px;
}
.cat.trend {
    color: #DDA63A;
}
.cat.expert {
    color: #407D45;
}
.cat.showcase {
    color: #0A96D9;
}
.cat.radio {
    color: #DE1266;
}
.cat.newEntry {
    color: #FC9E24;
}
.list__item time {
    float: right;
    color: #999;
    font-size: 18px;
}
.list__item .ttl {
    clear: both;
    height: 4.5em;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
}
.list__item footer img, .list__item footer p {
    display: inline-block;
    vertical-align: middle;
}
.list__item footer img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 4px;
}
.list__item footer p {
    width: calc( 100% - 42px );
    color: #666;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
}
.list__item a:hover {
    text-decoration: none;
}
.newItem figure:after {
    content: "NEW";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    padding: 0.6em 0.7em;
    background: #000;
    color: #fff;
    font-size: 110%;
    line-height: 1;
}
@media screen and (max-width: 1160px) {
    .list__item .ttl {
        font-size: 1.6vh;
    }
}

/*  list__tags
---------------------------------*/
.list__tags li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    letter-spacing: normal;
}
.list__tags a {
    display: inline-block;
    padding: 0.6em 1.2em;
    border-radius: 2em;
    background: #E0EF91;
    font-size: 12.5px;
    font-weight: 700;
}
.list__tags a:hover {
    text-decoration: none;
}

/*===================================
    header
=====================================*/
.header {
    z-index: 1000;
    width: 100%;
    height: 118px;
    padding: 39px 30px 0;
    background: #fff url("../images/base/hd_bg.svg") repeat-x 0 0;
    background-size: 170px auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
}
.header.fixed {
    height: 85px;
    padding-top: 26px;
    border-bottom: solid 1px #ddd;
}
.header h1 {
    float: left;
    width: 304px;
}
.header h1 a {
    display: block;
}
.header h1 img[src$=".svg"] {
    width: 100%;
}
.header.fixed h1 {
    width: 216px;
    margin-top: 2px;
}

/*  menu
---------------------------------*/
.menu__pc {
    float: right;
    position: relative;
    padding: 35px 198px 0 0;
    font-weight: 700;
}
.menu__pc li {
    display: inline-block;
    vertical-align: middle;
}
.menu__pc ul:nth-of-type(1) {
    margin-top: -5px;
}
.menu__pc ul:nth-of-type(1) li {
    margin-left: 1.7em;
}
.menu__pc ul:nth-of-type(2) {
    position: absolute;
    top: 2px;
    right: 206px;
    font-weight: 400;
    font-size: 80%;
}
.menu__pc ul:nth-of-type(2) li {
    padding: 0 1em;
    line-height: 18px;
    border-right: solid 1px #ccc;
}
.menu__pc ul:nth-of-type(2) li:nth-last-of-type(1) {
    padding-right: 0;
    border: none;
}
.menu__pc ul:nth-of-type(2) li .search-form > div {
    display: inline-block;
}
.menu__pc ul:nth-of-type(2) li .search-form > div input[type="search"] {
    padding: .15em .5em;
    width: 15em;
    font-size: 80%;
    border: 2px solid #d7d7d7;
}
.menu__pc ul:nth-of-type(2) li .search-form > div button[type="submit"] {
    padding: .25em .5em;
    font-size: 90%;
    border: none;
    box-shadow: none;
}
.menu__pc a.btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 55px;
    line-height: 55px;
    margin-left: 35px;
    padding-left: 28px;
    background: #000 url("../images/base/arrow_wh.svg") no-repeat 126px 50%;
    background-size: 18px auto;
    color: #fff;
    font-size: 15px;
    text-align: left;
}

.fixed .menu__pc {
    padding-top: 22px;
}
.fixed .menu__pc ul:nth-of-type(1) {
    margin-top: 0;
}
.fixed .menu__pc ul:nth-of-type(1) li {
    font-size: 93.75%;
}
.fixed .menu__pc ul:nth-of-type(2) {
    font-size: 75%;
}
.fixed .menu__pc a.btn {
    height: 45px;
    line-height: 45px;
}
@media screen and (max-width: 1300px)  {
    .header {
        padding: 42px 20px 0;
    }
    .header.fixed {
        padding-top: 30px;
    }
    .header h1 {
        width: 23%;
    }
    .header.fixed h1 {
        width: 21%;
        max-width: 216px;
    }

    /*  menu
    ---------------------------------*/
    .menu__pc {
        width: 77%;
        padding-right: 160px;
    }
    .fixed .menu__pc {
        width: 77%;
    }
    .menu__pc ul:nth-of-type(1) {
        position: absolute;
        top: 28px;
        right: 155px;
        margin-top: 0;
    }
    .menu__pc ul:nth-of-type(1) li {
        margin-left: 1em;
        font-size: 1.3vw;
    }
    .menu__pc ul:nth-of-type(2) {
        right: 160px;
    }
    .menu__pc a.btn {
        width: 140px;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        background-position: 100px 50%;
        font-size: 13px;
    }
    .fixed .menu__pc ul:nth-of-type(1) {
        top: 22px;
    }
    .fixed .menu__pc ul:nth-of-type(1) li {
        font-size: 1.31vw;
    }
    .fixed .menu__pc ul:nth-of-type(2) {
        font-size: 70%;
    }
    .fixed .menu__pc a.btn {
        height: 40px;
        line-height: 40px;
    }
}


/*===================================
    footer
=====================================*/
/*  infoContact
---------------------------------*/
.infoContact {
    padding: 40px 30px;
    background: #0A96D9;
    text-align: center;
    font-weight: 700;
}
.infoContact ul,.infoContact a {
    display: inline-block;
    vertical-align: middle;
}
.infoContact ul {
    margin-right: 25px;
}
.infoContact li {
    margin-bottom: 1em;
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.infoContact li:nth-last-of-type(1) {
    margin-bottom: 0;
}
.infoContact li:before {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 4px;
    background: url("../images/base/icon_check.svg") no-repeat 50% 50%;
    background-size: 100% auto;
}

/*  social
---------------------------------*/
.footer .social {
    padding: 52px 30px 50px;
    background: #000;
    color: #fff;
}
.footer .social h3 img {
    width: 304px;
    margin: 0 auto 27px;
}
.footer .list__sns li {
    margin: 0 11px;
}
.footer .list__sns li a {
    width: 46px;
    height: 46px;
}

/*  footer inner
---------------------------------*/
.footer .inner {
    height: 52px;
    padding: 0 20px;
    line-height: 52px;
}
.footer nav {
    float: left;
}
.footer nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2em;
    font-size: 12px;
}
.copy {
    float: right;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
a.pagetop {
    position: absolute;
    position: fixed;
    right: 30px;
    z-index: 9000;
    bottom: 36px;
    text-indent: -9999em;
}
a.pagetop {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #000 url("../images/base/arrow_wh.svg") no-repeat 50% 50%;
    background-size: 29px auto;
    transform: rotate(-90deg);
    box-shadow: none;
}

@media screen and (max-width: 940px) {
    .infoContact ul {
        display: block;
        width: 31em;
        margin: 0 auto 40px;
        padding-left: 2em;
    }
}

/*===================================
    バナー等
=====================================*/
.radioProgram {
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #F7F7F7;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,.16);
    letter-spacing: -.40em;
}
.radioProgram:before,.radioProgram:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
}
.radioProgram:before {
    left: 0;
    width: 25px;
    background: #000;
}
.radioProgram:after {
    right: 0;
    width: 37.5%;
    background: #DE1266;
}
.radioProgram span,.radioProgram h3,.radioProgram p {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    position: relative;
    z-index: 10;
}
.radioProgram span {
    position: absolute;
    display: block;
    top: 52px;
    left: -32px;
    color: #fff;
    font-size: 13px;
    transform: rotate(-90deg);
    letter-spacing: 0.1em !important;
}
.radioProgram h3 {
    width: 62.5%;
    padding: 15px 0 15px 25px;
}
.radioProgram h3 img {
    margin: auto;
}
.radioProgram p {
    width: 37.5%;
    padding: 20px;
    color: #fff;
    line-height: 1.5;
    text-decoration: underline;
}
.radioProgram p:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -9px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 11px 8px 0;
    border-color: transparent #DE1266 transparent transparent;
}
@media screen and (max-width: 840px) {
    .radioProgram {
        max-width: inherit;
        margin: auto 20px;
    }
    .radioProgram h3 {
        padding: 15px 10px 15px 35px;
    }
}
/************************************************************************************
smaller than 750px
*************************************************************************************/
@media screen and (max-device-width: 750px) {

    .hiddenPc,
    .brkSp {
        display: block;
    }
    .hiddenSp,
    .brkPc {
        display: none;
    }

    /*===================================
        font
    =====================================*/

    body {
        font-size: 24px;
    }

    /*===================================
        layout
    =====================================*/
    body {
        min-width: inherit;
        padding-top: 170px;
    }
    .inner {
        width: 750px;
    }
    main .inner {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }

    /*===================================
        element
    =====================================*/
    /*  transition / opacity
    ---------------------------------*/
    a,a img,.btn {
        transition: inherit;
    }
    nav a:hover,
    .btn:hover {
        opacity: 1;
    }
    main a:hover img {
        transform: scale(1, 1);
    }

    /*  btn
    ---------------------------------*/
    .btn {
        border-radius: 10px;
        box-shadow: 4px 4px 0 0 rgba(0,0,0,.16);
    }
    .view.btn {
        width: 600px;
        height: 100px;
        line-height: 92px;
        font-size: 36px;
    }
    .btn.arrow {
        width: 100%;
        height: 140px;
        line-height: 140px;
        background-position: 560px 50%;
        background-size: 44px auto;
        font-size: 36px;
    }

    /*  list__item
    ---------------------------------*/
    .list__item li,.list__item.triple li {
        display: block;
        width: 100%;
        margin: 0 0 70px;
    }
    .list__item figure {
        margin-bottom: 30px;
    }
    .list__item figure img {
        width: 100%;
    }
    .list__item .cat {
        margin-bottom: 20px;
        font-size: 38px;
    }
    .list__item time {
        font-size: 34px;
    }
    .list__item .ttl {
        font-size: 42px;
    }
    .list__item footer img {
        width: 62px;
        height: 62px;
        margin-right: 10px;
    }
    .list__item footer p {
        width: calc( 100% - 80px );
        font-size: 22px;
    }

    /*  list__tags
    ---------------------------------*/
    .list__tags li {
        margin-right: 12px;
    }
    .list__tags a {
        font-size: 24px;
    }

    /*===================================
        header
    =====================================*/
    .header {
        position: fixed;
        top: 0;
        left: 0;
        height: 170px;
        padding: 64px 0 0 36px;
        background-size: 340px auto;
    }
    .header.bd {
        border-bottom: solid 2px #ddd;
    }
    .header h1 {
        width: 400px;
    }
    .header h1 a {
        display: block;
    }

    /*  menu
    ---------------------------------*/
    .menu {
        display: none;
        position: relative;
        float: none;
        width: auto;
    }
    .hid {
        overflow: hidden;
        height: 100%;
    }

    /*  menuBtn  */
    .menuBtn {
        position: absolute;
        z-index: 110;
        top: 74px;
        right: 56px;
        width: 76px;
        height: 36px;
        cursor: pointer;
        transition: .5s;
    }
    .menuBtn:before,.menuBtn span:before,.menuBtn span:after {
        display: block;
        position: absolute;
        right: 0;
        width: 76px;
        height: 4px;
        border-radius: 2px;
        background: #707070;
        transition: .5s;
        cursor: pointer;
    }
    .menuBtn span:before {
        top: 0;
    }
    .menuBtn:before {
        top: 16px;
    }
    .menuBtn span:after {
        top: 32px;
    }
    .menuBtn.open:after {
        opacity: 0;
    }
    .menuBtn.open span:before {
        top: 13px;
        transform: rotate(45deg);
    }
    .menuBtn.open:before {
        width: 0;
    }
    .menuBtn.open span:after {
        top: 13px;
        transform: rotate(-45deg);
    }

    /*  menuWrap  */
    .menuWrap {
        display: none;
        position: fixed;
        z-index: 100;
        top: 20px;
        right: -500px;
        width: 10%;
        height: 100%;
        background: #fcfbfb;
        transition: .5s;
    }
    .open + .menuWrap {
        width: 480px;
        box-shadow: 0 0 5px 0 rgb(0,0,0,.2),0 0 100em 100em rgba(255,255,255,.6);
    }
    .menuWrap > div  {
        position: relative;
        overflow-y: auto;
        height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        background: #F5F5F2;
    }

    /*  menu  */
    .menu {
        padding: 180px 55px 0 55px;
        font-weight: bold;
    }
    .menu ul:nth-of-type(1) li {
        margin-bottom: 72px;
        font-size: 36px;

    }
    .menu ul:nth-of-type(2) li {
        margin-bottom: 56px;
        font-size: 27px;
        font-weight: 400;
    }
    .menu ul:nth-of-type(2) li .search-form > div input[type="search"] {
        margin-bottom: .5em;
        padding: .15em .5em;
        width: 100%;
        border: 2px solid #d7d7d7;
    }
    .menu ul:nth-of-type(2) li .search-form > div button[type="submit"] {
        display: block;
        margin-left: auto;
        margin-right: 0;
        padding: .25em .5em;
        border: none;
        box-shadow: none;
    }
    .menu a.btn {
        margin-top: 72px;
        width: 340px;
        height: 110px;
        line-height: 110px;
        padding-left: 56px;
        background: #000 url("../images/base/arrow_wh.svg") no-repeat 252px 50%;
        background-size: 36px auto;
        font-size: 30px;
        text-align: left;
    }

    /*===================================
        footer
    =====================================*/
    /*  infoContact
    ---------------------------------*/
    .infoContact {
        padding: 70px 48px 60px;
    }
    .infoContact ul,.infoContact a {
        display: block;
    }
    .infoContact ul {
        width: auto;
        margin: 0 0 60px;
        padding: 0;
    }
    .infoContact li {
        margin-bottom: 1.8em;
        padding-left: 36px;
        font-size: 36px;
        line-height: 1.4;
    }
    .infoContact li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .infoContact li:before {
        width: 28px;
        height: 26px;
        margin: 0 8px 0 -36px;
    }

    /*  social
    ---------------------------------*/
    .footer .social {
        padding: 120px 30px 100px;
    }
    .footer .social h3 img {
        width: 530px;
        margin: 0 auto 56px;
    }
    .footer .list__sns li {
        margin: 0 23px;
    }
    .footer .list__sns li a {
        width: 92px;
        height: 92px;
    }

    /*  footer inner
    ---------------------------------*/
    .footer .inner {
        height: auto;
        padding: 50px 20px 80px;
        line-height: 1;
        text-align: center;
    }
    .footer nav {
        float: none;
    }
    .footer nav li {
        margin: 0 1em;
        font-size: 28px;
    }
    .copy {
        float: none;
        margin-top: 4em;
        font-size: 32px;
    }
    a.pagetop {
        right: 20px;
        z-index: 9000;
        bottom: 50px;
    }
    a.pagetop {
        width: 132px;
        height: 132px;
        border-radius: 50%;
        background-size: 58px auto;
    }

    /*===================================
        バナー等
    =====================================*/
    .radioProgram {
        width: 690px;
        margin: auto;
        box-shadow: 4px 4px 0 0 rgba(0,0,0,.16);
    }
    .radioProgram:before,.radioProgram:after {
        display: none;
    }
    .radioProgram span,.radioProgram h3,.radioProgram p {
        display: block;
        width: 100%;
    }
    .radioProgram span {
        position: relative;
        display: block;
        top: inherit;
        left: inherit;
        height: 50px;
        line-height: 44px;
        background: #000;
        font-size: 26px;
        transform: rotate(0deg);
        text-align: center;
    }
    .radioProgram h3 {
        padding: 40px 10px;
    }
    .radioProgram p {
        padding: 35px 25px;
        background: #DE1266;
        font-size: 40px;
    }
    .radioProgram p:before {
        display: block;
        position: absolute;
        top: -33px;
        left: 50%;
        margin: 0 0 0 -24px;
        border-width: 0 24px 34px 24px;
        border-color: transparent transparent #DE1266 transparent;
    }

}
