@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Alata&display=swap");html {
    font-size: 62.5%;
    overflow-y: scroall
}

body,html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%
}

body {
    -webkit-font-smoothing: antialiased
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal
}

figure,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0
}

figure {
    display: block;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

img,svg {
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

ol,ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left
}

q:after,q:before {
    content: ""
}

embed,img,object {
    vertical-align: top
}

legend {
    display: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

abbr,acronym,fieldset,img {
    border: 0
}

li {
    list-style-type: none
}

table {
    font-size: inherit;
    font: 100%
}

code,kbd,pre,samp,tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

area {
    border: none;
    outline: none
}

em,strong {
    font-weight: 700
}

.sans-serif {
    font-family: 游ゴシック体,YuGothic,游ゴシック,Yu Gothic,ヒラギノ角ゴ ProN W6,ヒラギノ角ゴ Pro W6,Hiragino Kaku Gothic Pro,ＭＳ Ｐゴシック,ＭＳ ゴシック,sans-serif
}

.serif {
    font-family: YuMincho,Yu Mincho,游明朝,ヒラギノ明朝 ProN W6,HiraMinProN-W6,HG明朝E,ＭＳ Ｐ明朝,MS PMincho,MS 明朝,serif
}

.over {
    opacity: 1;
    transition: opacity .3s
}

.over:hover {
    opacity: .8
}

.cf {
    *zoom:1}

.cf:after,.cf:before {
    content: " ";
    display: table;
    clear: both
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.txtL {
    text-align: left
}

.txtR {
    text-align: right
}

.txtC {
    text-align: center
}

a {
    outline: none;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a.disable {
    cursor: default
}

a.disable:hover {
    text-decoration: none
}

a.default:link {
    color: #00f;
    text-decoration: underline
}

a.default:link:hover {
    text-decoration: none
}

a.default:visited {
    color: purple
}

a.default:active {
    color: #ff8000
}

a.default:hover {
    color: #b80120
}

body.now-loading {
    opacity: 0
}

@media only screen and (min-width: 768px) {
    .hidden-pc {
        display:none
    }
}

@media only screen and (max-width: 767px) {
    .hidden-sp {
        display:none
    }
}

body {
    position: relative;
    color: #000;
    font-size: 1.6rem;
    font-family: 游ゴシック体,YuGothic,游ゴシック,Yu Gothic,ヒラギノ角ゴ ProN W6,ヒラギノ角ゴ Pro W6,Hiragino Kaku Gothic Pro,ＭＳ Ｐゴシック,ＭＳ ゴシック,sans-serif;
    line-height: 1.85;
    background: #fff;
    font-feature-settings: "palt" 1;
    min-width: 1120px
}



@media only screen and (max-width: 767px) {
    body {
        min-width:auto
    }
}

body.nowLoading {
    opacity: 0
}

.global-header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1120px;
    height: 80px;
    margin: 0 auto;
    padding-right: 140px;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .global-header {
        height:50px
    }
}

.global-header .block-title {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .global-header .block-title {
        flex-direction:row;
        padding: 20px 10px 0
    }
}

.global-header .block-title .mainlogo {
    width: 160px;
    margin: 0 auto;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .global-header .block-title .mainlogo {
        flex:0 0 auto;
        width: 140px
    }
}

.global-header .block-title .mainlogo .img {
    width: 100%;
    height: auto
}

.global-header .block-title .band {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    white-space: nowrap
}

@media only screen and (max-width: 767px) {
    .global-header .block-title .band {
        margin-left:10px;
        padding-left: 10px;
        flex-direction: column;
        border-width: 0 0 0 1px
    }
}

.global-header .block-title .band .text {
    display: block;
    width: 50%;
    padding: 2px 0;
    font-family: Alata,sans-serif;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box
}

.global-header .block-title .band .text:first-child {
    padding-left: 0;
    border-right: 1px solid #ccc
}

@media only screen and (max-width: 767px) {
    .global-header .block-title .band .text:first-child {
        border-right:none
    }
}

.global-header .block-title .band .text:last-child {
    padding-right: 0
}

.global-header .block-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.global-header .member-nav {
    align-self: flex-end;
    display: flex;
    flex-direction: row
}

.global-header .member-nav .member--bt1,.global-header .member-nav .member--bt2,.global-header .member-nav .member--head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 128px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em
}

.global-header .member-nav .member--head {
    background: #f5f4f3
}

.global-header .member-nav .member--bt1 {
    color: #fff;
    background: #000;
    transition: background .2s,color .2s;
    border-right: 1px solid #999;
    cursor: pointer
}

.global-header .member-nav .member--bt1:hover {
    background: #e50012
}

.global-header .member-nav .member--bt2 {
    color: #fff;
    background: #000;
    transition: background .2s,color .2s;
    cursor: pointer
}

.global-header .member-nav .member--bt2:hover {
    background: #e50012
}

@media only screen and (max-width: 767px) {
    .global-header .member-nav {
        display:none
    }
}

.global-header .global-nav {
    position: relative
}

@media only screen and (max-width: 767px) {
    .global-header .global-nav {
        display:none
    }
}

.global-header .global-nav .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.global-header .global-nav .list__item {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ccc
}

.global-header .global-nav .list .link {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: color .2s
}

.global-header .global-nav .list .link:hover {
    color: #e50012
}

.global-header .global-nav .list .link .link__en,.global-header .global-nav .list .link .link__jp {
    line-height: 1;
    font-weight: 700
}

.global-header .global-nav .list .link .link__en {
    font-family: Alata,sans-serif;
    letter-spacing: .1em
}

.global-header .global-nav .list .link .link__jp {
    margin-top: 5px;
    color: #888;
    font-size: 12px;
    letter-spacing: .1em
}

@-webkit-keyframes radiko {
    0% {
        transform: rotate(0deg)
    }

    49% {
        transform: rotate(0deg)
    }

    65% {
        transform: rotate(-5deg)
    }

    80% {
        transform: rotate(5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes radiko {
    0% {
        transform: rotate(0deg)
    }

    49% {
        transform: rotate(0deg)
    }

    65% {
        transform: rotate(-5deg)
    }

    80% {
        transform: rotate(5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes radiko-hover {
    0% {
        transform: rotate(0deg)
    }

    30% {
        transform: rotate(390deg)
    }

    50% {
        transform: rotate(340deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes radiko-hover {
    0% {
        transform: rotate(0deg)
    }

    30% {
        transform: rotate(390deg)
    }

    50% {
        transform: rotate(340deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.global-header .btn-radiko {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: calc(50% - 560px);
    top: -30px;
    width: 125px;
    height: 125px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 100%;
    background: #09d;
    z-index: 10
}

@media only screen and (min-width: 768px) {
    .global-header .btn-radiko {
        -webkit-filter:drop-shadow(3px 3px 3px rgba(0,0,0,.2));
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,.2));
        -webkit-animation-name: radiko;
        animation-name: radiko;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }
}

@media only screen and (max-width: 767px) {
    .global-header .btn-radiko {
        position:fixed;
        top: auto;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100vw;
        height: 50px;
        margin: auto;
        border-radius: 0
    }
}

@media only screen and (min-width: 768px) {
    .global-header .btn-radiko:hover {
        -webkit-animation-name:radiko-hover;
        animation-name: radiko-hover;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.global-header .btn-radiko .logo {
    -ms-grid-row-align: center;
    align-self: center;
    width: 91px;
    margin-top: 15px
}

@media only screen and (max-width: 767px) {
    .global-header .btn-radiko .logo {
        display:flex;
        flex-direction: column;
        justify-content: center;
        width: 100px;
        height: auto;
        line-height: 1.2;
        margin: 0
    }
}

.global-header .btn-radiko .logo .img {
    width: 100%;
    height: auto
}

.global-header .btn-radiko .caption {
    font-size: 12px
}

@media only screen and (max-width: 767px) {
    .global-header .btn-radiko .caption {
        display:flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 0 0 10px;
        padding-top: 6px;
        font-size: 14px;
        line-height: 1;
        letter-spacing: .2em
    }
}

.main-container {
    display: block;
    padding: 20px 0
}

:root[data-scroll-direction=up] .btn-pagetop {
    transform: translateX(0)
}

.area-breadcrumb {
    max-width: 1120px;
    margin: 0 auto
}

.global-footer {
    position: relative;
    display: flex;
    flex-direction: column
}

.global-footer .btn-pagetop {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #000;
    transform: translateX(120px);
    transition: transform .5s,background .2s;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,.2));
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,.2));
    z-index: 999
}

.global-footer .btn-pagetop:hover {
    background: #e50012
}

@media only screen and (max-width: 767px) {
    .global-footer .btn-pagetop {
        bottom:80px
    }
}

.global-footer .btn-pagetop svg {
    width: 100%;
    height: auto
}

.global-footer .btn-pagetop svg * {
    fill: #fff
}

@media only screen and (max-width: 767px) {
    .global-footer {
        padding-bottom:0px
    }
}

.global-footer .sec-sns {
    padding: 40px 0;
    background: #f5f4f3
}

.global-footer .sec-sns .sec-title {
    text-align: center
}

.global-footer .sec-sns .sec-title .text {
    color: #e50012;
    font-size: 28px;
    font-family: Alata,sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #e50012
}

@media only screen and (max-width: 767px) {
    .global-footer .sec-sns .sec-title .text {
        font-size:22px
    }
}

.global-footer .sec-sns .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 20px auto 0
}

.global-footer .sec-sns .list__item {
    margin: 0 20px
}

@media only screen and (max-width: 767px) {
    .global-footer .sec-sns .list__item {
        margin:0 10px
    }
}

.global-footer .sec-sns .list .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 100%
}

.global-footer .sec-sns .list .item:hover .ico {
    opacity: .7
}

.global-footer .sec-sns .list .ico {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    transition: opacity .2s
}

.global-footer .sec-sns .list .ico svg {
    width: 100%;
    height: auto
}

.global-footer .area-sitemap {
    padding: 40px 0
}

.global-footer .area-sitemap .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .global-footer .area-sitemap .row {
        margin:0 20px;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .global-footer .area-sitemap .row .col {
        width:50%;
        margin-right: 0
    }
}

.global-footer .area-sitemap .row .list {
    margin-top: 20px
}

.global-footer .area-sitemap .row .list:first-child {
    margin-top: 0
}

.global-footer .area-sitemap .row .list__item {
    margin-top: 3px
}

@media only screen and (max-width: 767px) {
    .global-footer .area-sitemap .row .list__item {
        margin-top:20px;
        padding-right: 15px;
        box-sizing: border-box
    }
}

.global-footer .area-sitemap .row .item {
    position: relative;
    display: block;
    padding-left: 1em;
    color: #000;
    font-size: 12px;
    text-decoration: none
}

.global-footer .area-sitemap .row .item:before {
    content: "-";
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.global-footer .area-sitemap .row .item:hover {
    color: #e50012
}

@media only screen and (max-width: 767px) {
    .global-footer .area-sitemap .row .item {
        padding-left:10px;
        font-size: 13px;
        line-height: 1.2
    }
}

.global-footer .area-sitemap .Google_searchbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 940px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .global-footer .area-sitemap .Google_searchbox {
        width:auto;
        margin: 60px auto;
        justify-content: center
    }
}

.global-footer .area-sitemap .Google_searchbox form>div {
    display: flex
}

.global-footer .area-sitemap .Google_searchbox input[name=q] {
    width: 200px;
    height: 28px;
    padding: 4px 10px;
    border: 1px solid #e50012;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none
}

.global-footer .area-sitemap .Google_searchbox .top_gsubmit input[type=submit] {
    height: 28px;
    padding: 0 20px;
    color: #fff;
    font-weight: 700;
    border: none;
    background: #e50012;
    border-radius: 0;
    -webkit-appearance: none
}

.global-footer .area-bottom {
    padding: 20px 0;
    border-top: 1px solid #ccc
}

.global-footer .content-frame {
    width: 1120px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .global-footer .content-frame {
        width:auto
    }
}

.global-footer .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .global-footer .row {
        flex-direction:column
    }
}

.global-footer .row .col--logo .mainlogo {
    display: block;
    width: 200px
}

@media only screen and (max-width: 767px) {
    .global-footer .row .col--logo .mainlogo {
        margin:0 auto
    }
}

.global-footer .row .col--logo .mainlogo .img {
    width: 100%
}

.global-footer .row .col--link {
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .global-footer .row .col--link {
        margin:20px auto 0
    }
}

.global-footer .row .col--link .list {
    display: flex
}

@media only screen and (max-width: 767px) {
    .global-footer .row .col--link .list {
        justify-content:center
    }
}

.global-footer .row .col--link .list .list__item {
    margin-left: 20px
}

@media only screen and (max-width: 767px) {
    .global-footer .row .col--link .list .list__item {
        margin:0 10px
    }
}

.global-footer .row .col--link .list .list__item .img {
    display: inline-block;
    width: auto;
    height: 40px
}

@media only screen and (max-width: 767px) {
    .global-footer .row .col--link .list .list__item .img {
        height:30px
    }
}

.global-footer .row .col--copyright {
    margin-left: 30px;
    padding-top: 10px
}

@media only screen and (max-width: 767px) {
    .global-footer .row .col--copyright {
        margin:0 auto;
        padding-top: 20px
    }
}

.global-footer .row .col--copyright .attention {
    font-size: 10px;
    line-height: 1;
    text-align: center
}

.global-footer .row .col--copyright .copy {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    text-align: right
}

@media only screen and (max-width: 767px) {
    .global-footer .row .col--copyright .copy {
        margin-top:20px;
        text-align: center
    }
}

body.home .area-hero {
    padding-bottom: 20px;
    background: #f5f4f3
}

body.home .area-hero .block-slide {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

body.home .area-hero .swiper-container {
    width: 100%;
    height: 100%
}

body.home .area-hero .swiper-wrapper {
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

body.home .area-hero .swiper-pagination {
    width: 100%
}

body.home .area-hero .swiper-pagination-bullet {
    margin-left: 4px;
    margin-right: 4px
}

body.home .area-hero .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px
}

@media only screen and (max-width: 767px) {
    body.home .area-hero .swiper-slide {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    body.home .area-hero .swiper-slide img {
        width:100%;
        height: auto
    }
}

body.home .sec-on-air {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    background: #f5f4f3
}

body.home .sec-on-air:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 78px);
    background: #e50012;
    z-index: 0
}

body.home .sec-on-air .content-frame {
    position: relative;
    width: 800px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .content-frame {
        width:auto;
        margin: 0 20px
    }
}

body.home .sec-on-air .area-guest .block-cont .heading,body.home .sec-on-air .area-now-on-air .heading,body.home .sec-on-air .area-now-playing .block-cont .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    width: 130px;
    padding: 0 20px;
    color: #fff;
    font-family: Alata,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #000;
    border-right: 1px solid #000;
    box-sizing: border-box;
    transition: background .2s,color .2s
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-guest .block-cont .heading,body.home .sec-on-air .area-now-on-air .heading,body.home .sec-on-air .area-now-playing .block-cont .heading {
        width:auto
    }
}

body.home .sec-on-air .area-now-on-air {
    position: relative;
    width: 100%;
    border: 5px solid #e50012;
    background: #fff
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air {
        width:auto
    }
}

body.home .sec-on-air .area-now-on-air .heading {
    position: absolute
}

body.home .sec-on-air .area-now-on-air .swiper-wrapper {
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

body.home .sec-on-air .area-now-on-air .swiper-slide {
    height: auto
}

body.home .sec-on-air .area-now-on-air .swiper-button-next,body.home .sec-on-air .area-now-on-air .swiper-button-prev {
    display: block;
    position: absolute;
    top: 60px;
    width: 26px;
    height: 26px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
    border: 4px solid #e50012;
    transition: opacity .2s;
    box-sizing: border-box
}

body.home .sec-on-air .area-now-on-air .swiper-button-next.swiper-button-disabled,body.home .sec-on-air .area-now-on-air .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

body.home .sec-on-air .area-now-on-air .swiper-button-next:after,body.home .sec-on-air .area-now-on-air .swiper-button-prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    transition: transform .2s
}

body.home .sec-on-air .area-now-on-air .swiper-button-prev {
    left: -15.5px
}

body.home .sec-on-air .area-now-on-air .swiper-button-prev:after {
    left: calc(50% - 5px);
    border-width: 5px 7px 5px 0;
    border-color: transparent #e50012 transparent transparent
}

body.home .sec-on-air .area-now-on-air .swiper-button-prev:hover:after {
    transform: translateX(-2px)
}

body.home .sec-on-air .area-now-on-air .swiper-button-next {
    right: -15.5px
}

body.home .sec-on-air .area-now-on-air .swiper-button-next:after {
    right: calc(50% - 5px);
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #e50012
}

body.home .sec-on-air .area-now-on-air .swiper-button-next:hover:after {
    transform: translateX(2px)
}

body.home .sec-on-air .area-now-on-air .block-now-on-air {
    height: 100%
}

body.home .sec-on-air .area-now-on-air .block-now-on-air.is-now .block-thumb {
    position: relative;
    padding-top: 40px
}

body.home .sec-on-air .area-now-on-air .block-now-on-air.is-now .block-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 170px;
    height: 40px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-image: url(../img/common/text_now_on_air.svg)
}

body.home .sec-on-air .area-now-on-air .block-now-on-air.is-now .block-nav .btn--radiko {
    background-color: #09d;
    pointer-events: auto;
    transition: opacity .2s
}

body.home .sec-on-air .area-now-on-air .block-now-on-air.is-now .block-nav .btn--radiko:hover {
    opacity: .8
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr auto auto;
    grid-template-rows: auto 1fr auto auto;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    height: 100%;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .row {
        -ms-grid-rows:auto 1fr auto;
        grid-template-rows: auto 1fr auto;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-thumb {
    width: 220px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
    height: 100%;
    padding: 20px;
    border: solid #e50012;
    border-width: 0 5px 0 0;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-thumb {
        position:relative;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        width: 100%;
        height: 170px;
        padding: 10px;
        border-width: 0 0 5px
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-thumb .img {
    display: block;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-thumb .img {
        width:auto;
        height: 110px;
        margin: auto
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    min-height: 50px;
    padding: 20px 20px 10px;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        height: auto
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta .box-title {
    line-height: 1.2
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta .box-title {
        line-height:1.5
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta .box-title .title {
    display: inline-block;
    color: #e50012;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta .box-title .title {
        display:block;
        font-size: 14px;
        line-height: 1.2
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta .box-schedule {
    margin-top: 3px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta .box-schedule {
        margin-top:5px;
        font-size: 10px;
        line-height: 1
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-meta .box-navigator {
    font-size: 14px;
    font-weight: 700
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    padding: 0 20px 20px;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption {
        -ms-grid-row:3;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        margin-top: 10px
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption {
    position: relative;
    height: 60px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption {
        height:100px
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption.is-open .btn--more .more:after {
    content: "close"
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption.is-open .btn--more .more:before {
    border-width: 0 3.5px 5px;
    border-color: transparent transparent #fff
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .btn--more {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 1%,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0)
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .btn--more.hidden {
    display: none;
    visibility: hidden
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .btn--more .more {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: auto;
    height: 20px;
    margin: 0 auto;
    padding: 0 20px 2px 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    background: #000;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all .2s
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .btn--more .more:after {
    content: "more"
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .btn--more .more:before {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 3.5px 0
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .btn--more .more:hover {
    background: #e50012
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .caption {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 40px
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-caption .box-caption .caption {
        font-size:13px;
        line-height: 1.8
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 3;
    grid-column: 3;
    padding: 20px
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav {
        -ms-grid-row:4;
        grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .btn--radiko {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 160px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: #ddd;
    pointer-events: none
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .btn--radiko {
        width:200px;
        height: 90px
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .btn--radiko .img {
    display: block;
    width: 110px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .btn--radiko .img {
        width:120px
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list {
        justify-content:center
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item {
    margin: 0 5px
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item {
        margin-left:10px;
        margin-right: 10px
    }
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--hp,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--mess,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--sns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #000;
    border-radius: 100%;
    transition: all .2s
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--hp:hover,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--mess:hover,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--sns:hover {
    color: #fff;
    background: #e50012
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--hp.disable,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--mess.disable,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--sns.disable {
    background: #ddd;
    cursor: default
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--hp img,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--hp svg,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--mess img,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--mess svg,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--sns img,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--sns svg {
    width: 100%
}

body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--hp img *,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--hp svg *,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--mess img *,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--mess svg *,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--sns img *,body.home .sec-on-air .area-now-on-air .block-now-on-air .block-nav .list__item .btn--sns svg * {
    fill: #fff
}

body.home .sec-on-air .area-guest,body.home .sec-on-air .area-now-playing {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 33px;
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-guest,body.home .sec-on-air .area-now-playing {
        flex-direction:column;
        height: auto
    }
}

body.home .sec-on-air .area-guest .block-cont,body.home .sec-on-air .area-now-playing .block-cont {
    display: flex;
    width: 100%;
    height: 33px
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-guest .block-cont,body.home .sec-on-air .area-now-playing .block-cont {
        flex-direction:column;
        height: auto
    }
}

body.home .sec-on-air .area-guest .block-cont .heading:hover,body.home .sec-on-air .area-now-playing .block-cont .heading:hover {
    color: #e50012;
    background: #fff;
    border-right: 1px solid #000
}

body.home .sec-on-air .area-guest .block-cont .box-text,body.home .sec-on-air .area-now-playing .block-cont .box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    background: #fff;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-guest .block-cont .box-text,body.home .sec-on-air .area-now-playing .block-cont .box-text {
        display:block;
        padding: 10px;
        border-width: 2px;
        line-height: 1.2
    }
}

body.home .sec-on-air .area-guest .block-cont .box-text iframe,body.home .sec-on-air .area-now-playing .block-cont .box-text iframe {
    width: 100%;
    height: 30px
}

body.home .sec-on-air .area-guest .block-cont .box-text iframe body,body.home .sec-on-air .area-now-playing .block-cont .box-text iframe body {
    margin: 0!important;
    padding: 0!important
}

body.home .sec-on-air .area-guest .block-search,body.home .sec-on-air .area-now-playing .block-search {
    width: 200px;
    height: 33px;
    margin-left: 20px
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-guest .block-search,body.home .sec-on-air .area-now-playing .block-search {
        width:100%;
        margin: 10px auto 0
    }
}

body.home .sec-on-air .area-guest .block-search .btn-link,body.home .sec-on-air .area-now-playing .block-search .btn-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 33px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #000;
    border-radius: 17px;
    transition: background .2s
}

body.home .sec-on-air .area-guest .block-search .btn-link:hover,body.home .sec-on-air .area-now-playing .block-search .btn-link:hover {
    color: #e50012;
    background: #fff
}

body.home .sec-on-air .area-program-nav .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 0
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-program-nav .list {
        margin-top:20px
    }
}

body.home .sec-on-air .area-program-nav .list__item {
    position: relative;
    margin: 0
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-program-nav .list__item {
        width:33.333%
    }
}

body.home .sec-on-air .area-program-nav .list__item:first-child .item {
    border-width: 1px 0 1px 1px;
    border-radius: 20px 0 0 20px
}

body.home .sec-on-air .area-program-nav .list__item:first-child .item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000
}

body.home .sec-on-air .area-program-nav .list__item:last-child .item {
    border-radius: 0 20px 20px 0;
    border-width: 1px 1px 1px 0
}

body.home .sec-on-air .area-program-nav .list__item:last-child .item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000
}

body.home .sec-on-air .area-program-nav .item {
    display: inline-block;
    width: 180px;
    height: 33px;
    color: #000;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 1px 0;
    transition: all .2s
}

@media only screen and (max-width: 767px) {
    body.home .sec-on-air .area-program-nav .item {
        width:100%
    }
}

body.home .sec-on-air .area-program-nav .item:hover {
    color: #e50012
}

body.home .sec-on-air .area-program-nav .item .text {
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle
}

body.home .sec-info .area-title,body.home .sec-picup .area-title {
    text-align: center
}

body.home .sec-info .area-title .text,body.home .sec-picup .area-title .text {
    color: #e50012;
    font-size: 32px;
    font-family: Alata,sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #e50012;
    letter-spacing: .12em
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .area-title .text,body.home .sec-picup .area-title .text {
        font-size:22px
    }
}

body.home .sec-info .block-slide,body.home .sec-picup .block-slide {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .block-slide,body.home .sec-picup .block-slide {
        margin-top:40px
    }
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .block-slide .swiper-container,body.home .sec-picup .block-slide .swiper-container {
        padding-left:20px;
        padding-right: 20px
    }
}

body.home .sec-info .block-slide .swiper-wrapper,body.home .sec-picup .block-slide .swiper-wrapper {
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

@media only screen and (min-width: 768px) {
    body.home .sec-info .block-slide .swiper-wrapper,body.home .sec-picup .block-slide .swiper-wrapper {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .block-slide .swiper-wrapper,body.home .sec-picup .block-slide .swiper-wrapper {
        padding-bottom:60px
    }
}

@media only screen and (min-width: 768px) {
    body.home .sec-info .block-slide .swiper-slide,body.home .sec-picup .block-slide .swiper-slide {
        width:25%;
        padding: 10px;
        margin-top: 20px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .block-slide .swiper-slide,body.home .sec-picup .block-slide .swiper-slide {
        width:80%
    }
}

body.home .sec-info .block-slide a.card,body.home .sec-picup .block-slide a.card {
    color: #000;
    transition: color .2s;
    text-decoration: none
}

body.home .sec-info .block-slide a.card:hover,body.home .sec-picup .block-slide a.card:hover {
    color: #e50012
}

body.home .sec-info .block-slide .card,body.home .sec-picup .block-slide .card {
    width: 100%
}

body.home .sec-info .block-slide .card .thumb,body.home .sec-picup .block-slide .card .thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    text-align: center;
    background: #fff
}

body.home .sec-info .block-slide .card .thumb .img,body.home .sec-picup .block-slide .card .thumb .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

body.home .sec-info .block-slide .card .caption,body.home .sec-picup .block-slide .card .caption {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.64
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .block-slide .card .caption,body.home .sec-picup .block-slide .card .caption {
        font-size:13px
    }
}

body.home .sec-info .block-slide .card .caption a,body.home .sec-picup .block-slide .card .caption a {
    color: #000;
    transition: color .2s
}

body.home .sec-info .block-slide .card .caption a:hover,body.home .sec-picup .block-slide .card .caption a:hover {
    color: #e50012
}

body.home .sec-picup .block-slide--none {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .block-slide--none {
        margin-top:40px
    }
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .block-slide--none .swiper-container {
        padding-left:15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px) {
    body.home .sec-picup .block-slide--none .swiper-wrapper {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .block-slide--none .swiper-wrapper {
        flex-wrap:wrap;
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 768px) {
    body.home .sec-picup .block-slide--none .swiper-slide {
        width:33.333%;
        padding: 10px;
        margin-top: 20px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .block-slide--none .swiper-slide {
        width:50%;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
        box-sizing: border-box
    }
}

body.home .sec-picup .block-slide--none a.card {
    color: #000;
    transition: color .2s;
    text-decoration: none
}

body.home .sec-picup .block-slide--none a.card:hover {
    color: #e50012
}

body.home .sec-picup .block-slide--none .card {
    width: 100%
}

body.home .sec-picup .block-slide--none .card .thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    text-align: center;
    background: #fff
}

body.home .sec-picup .block-slide--none .card .thumb .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

body.home .sec-picup .block-slide--none .card .caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.64
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .block-slide--none .card .caption {
        font-size:15px
    }
}

body.home .sec-picup .block-slide--none .card .caption a {
    color: #000;
    transition: color .2s
}

body.home .sec-picup .block-slide--none .card .caption a:hover {
    color: #e50012
}

body.home .sec-picup {
    padding: 60px 0
}

body.home .sec-picup .content-frame {
    width: 1120px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .content-frame {
        width:auto
    }
}

body.home .sec-picup .area-event,body.home .sec-picup .area-present,body.home .sec-picup .area-timefree,body.home .sec-picup .area-topic {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-event,body.home .sec-picup .area-present,body.home .sec-picup .area-timefree,body.home .sec-picup .area-topic {
        margin-top:20px
    }
}

body.home .sec-picup .area-timefree .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/common/ico_action.svg);
    background-color: rgba(0,0,0,.3);
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: .7;
    z-index: 1;
    pointer-events: none
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-timefree .thumb:after {
        width:30px;
        height: 30px
    }
}

body.home .sec-picup .area-timefree .content {
    padding-top: 20px
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-timefree .content {
        padding-top:10px
    }
}

body.home .sec-picup .area-timefree .content .tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.05em;
    text-align: center;
    border-radius: 14px;
    white-space: nowrap;
    background: #e50012
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-timefree .content .tag {
        width:70px;
        height: 22px;
        font-size: 10px;
        border-radius: 11px
    }
}

body.home .sec-picup .area-timefree .content .note {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #000;
    text-decoration: none;
    transition: color .2s
}

body.home .sec-picup .area-timefree .content .note:hover {
    color: #e50012
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-timefree .content .note {
        margin-top:5px;
        font-size: 12px
    }
}

body.home .sec-picup .area-timefree .content .program {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-timefree .content .program {
        font-size:10px
    }
}

body.home .sec-picup .area-heading {
    position: relative
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-heading {
        margin:0 20px
    }
}

body.home .sec-picup .area-heading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #e50012
}

body.home .sec-picup .area-heading .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
    color: #fff;
    font-size: 20px;
    font-family: Alata,sans-serif;
    background: #e50012
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-heading .text {
        margin:0 auto;
        font-size: 16px
    }
}

body.home .sec-picup .area-bottom {
    margin-top: 60px
}

body.home .sec-picup .area-bottom .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-bottom .row {
        flex-direction:column
    }
}

body.home .sec-picup .area-bottom .row .col {
    margin: 0 20px
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-bottom .row .col {
        width:auto
    }
}

body.home .sec-picup .area-bottom .block-bunner {
    width: 300px
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-bottom .block-bunner {
        width:260px;
        margin: 0 auto
    }
}

body.home .sec-picup .area-bottom .block-bunner .img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-bottom .block-whats {
        margin-top:40px
    }
}

body.home .sec-picup .area-bottom .block-whats .block-title {
    position: relative
}

body.home .sec-picup .area-bottom .block-whats .block-title .heading {
    color: #e50012;
    font-size: 24px;
    border-color: #e50012;
    border-style: solid;
    border-width: 1px 0
}

body.home .sec-picup .area-bottom .block-whats .block-title .btn--more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: auto;
    height: 20px;
    margin: auto;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
    background: #000;
    border-radius: 10px;
    box-sizing: border-box;
    transition: background .2s
}

body.home .sec-picup .area-bottom .block-whats .block-title .btn--more:hover {
    background: #e50012
}

body.home .sec-picup .area-bottom .block-whats .list {
    margin-top: 20px
}

body.home .sec-picup .area-bottom .block-whats .list__item {
    margin-top: 8px
}

body.home .sec-picup .area-bottom .block-whats .list .item {
    display: flex;
    color: #000;
    line-height: 1.3;
    text-decoration: none
}

body.home .sec-picup .area-bottom .block-whats .list .item:hover {
    color: #e50012
}

body.home .sec-picup .area-bottom .block-whats .list .item .meta {
    margin-right: 10px;
    color: #e50012;
    font-size: 13px;
    letter-spacing: .05em
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-bottom .block-whats .list .item .meta {
        padding-top:3px;
        font-size: 11px
    }
}

body.home .sec-picup .area-bottom .block-whats .list .item .title {
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    body.home .sec-picup .area-bottom .block-whats .list .item .title {
        font-size:13px;
        line-height: 1.5
    }
}

body.home .sec-info {
    padding: 40px 0;
    background: #f5f4f3
}

@media only screen and (max-width: 767px) {
    body.home .sec-info {
        padding:20px 0
    }
}

body.home .sec-info .content-frame {
    width: 1120px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .content-frame {
        width:auto
    }
}

body.home .sec-info .area-campaign,body.home .sec-info .area-concert,body.home .sec-info .area-info {
    margin-top: 40px
}

body.home .sec-info .area-campaign:first-of-type,body.home .sec-info .area-concert:first-of-type,body.home .sec-info .area-info:first-of-type {
    margin-top: 20px
}

body.home .sec-info .area-bnr {
    margin-top: 40px
}

body.home .sec-info .area-bnr .bnr {
    display: block;
    width: 460px;
    margin: 0 auto;
    text-decoration: none;
    color: #000
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .area-bnr .bnr {
        width:260px
    }
}

@media only screen and (max-width: 767px) {
    body.home .sec-info .area-bnr .bnr .img {
        width:100%;
        height: auto
    }
}

body.home .sec-info .area-bnr .bnr .caption {
    font-size: 12px
}

body.home .area-sponsor {
    padding: 40px 0
}

body.home .area-sponsor .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    body.home .area-sponsor .list {
        width:auto;
        margin: 0 20px
    }
}

body.home .area-sponsor .list__item {
    padding: 20px
}

@media only screen and (max-width: 767px) {
    body.home .area-sponsor .list__item {
        width:33.333%;
        padding: 5px;
        box-sizing: border-box
    }

    body.home .area-sponsor .list__item img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto
    }
}

body.home .area-sponsor .list .item {
    transition: opacity .2s
}

body.home .area-sponsor .list .item:hover {
    opacity: .8
}

:root {
    overflow: auto
}

:root.is-open {
    overflow: hidden
}

.btn-open-drawer {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 35px;
    z-index: 1200;
    box-sizing: border-box
}

@media only screen and (min-width: 768px) {
    .btn-open-drawer {
        display:none;
        visibility: hidden
    }
}

.btn-open-drawer .bar {
    position: absolute;
    left: 10px;
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    transition: all .2s
}

.btn-open-drawer .bar:first-child {
    top: 10px
}

.btn-open-drawer .bar:nth-child(2) {
    bottom: 10px
}

.is-open .btn-open-drawer .bar {
    width: 30px
}

.is-open .btn-open-drawer .bar:first-child {
    transform: rotate(-27deg);
    top: 10px;
    left: 10px;
    width: 27px;
    transform-origin: 100% 0
}

.is-open .btn-open-drawer .bar:nth-child(2) {
    transform: rotate(27deg);
    bottom: 10px;
    left: 10px;
    width: 27px;
    transform-origin: 100% 50%
}

.drawer {
    visibility: hidden;
    position: fixed;
    box-sizing: border-box;
    z-index: 1000
}

.drawer,.drawer .backdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.drawer .backdrop {
    opacity: 0;
    position: absolute;
    background: rgba(0,0,0,.8);
    z-index: 0
}

.drawer[aria-expanded] {
    transition: all .2s
}

.drawer[aria-expanded] .backdrop {
    transition-property: opacity;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.785,.135,.15,.86)
}

.drawer[aria-expanded] .drawer-menu {
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transform: translateX(100%)
}

.drawer[aria-expanded=true] {
    visibility: visible
}

.drawer[aria-expanded=true] .backdrop {
    opacity: 1
}

.drawer[aria-expanded=true] .drawer-menu {
    transform: translateX(0)
}

.drawer[aria-expanded=false] {
    visibility: hidden
}

.drawer[aria-expanded=false] .backdrop {
    opacity: 0
}

.drawer[aria-expanded=false] .drawer-menu {
    transform: translateX(100%)
}

.drawer-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff
}

.drawer-menu .drawer-menu__inr {
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 60px;
    box-sizing: border-box
}

.drawer-menu .mainlogo {
    width: 120px
}

.drawer-menu .mainlogo img {
    width: 100%;
    height: auto
}

.drawer-menu .global-nav {
    position: relative;
    margin-top: 20px
}

.drawer-menu .global-nav .list {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.drawer-menu .global-nav .list__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc
}

.drawer-menu .global-nav .list .link {
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    transition: color .2s
}

.drawer-menu .global-nav .list .link:hover {
    color: #e50012
}

.drawer-menu .global-nav .list .link .link__en,.drawer-menu .global-nav .list .link .link__jp {
    line-height: 1;
    font-weight: 700
}

.drawer-menu .global-nav .list .link .link__en {
    font-size: 18px;
    font-family: Alata,sans-serif;
    letter-spacing: .1em
}

.drawer-menu .global-nav .list .link .link__jp {
    margin-top: 5px;
    color: #888;
    font-size: 12px;
    letter-spacing: .1em
}

.drawer-menu .member-nav {
    width: auto;
    margin-top: 20px
}

.drawer-menu .member-nav .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.drawer-menu .member-nav .list__item--head {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1
}

.drawer-menu .member-nav .list__item--login,.drawer-menu .member-nav .list__item--signup {
    width: 100%
}

.drawer-menu .member-nav .item--head,.drawer-menu .member-nav .item--login,.drawer-menu .member-nav .item--signup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em
}

.drawer-menu .member-nav .item--head {
    background: #f5f4f3
}

.drawer-menu .member-nav .item--login {
    color: #fff;
    background: #e50012
}

.drawer-menu .member-nav .item--signup {
    color: #fff;
    background: #000
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    opacity: .7
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e50012
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*# sourceMappingURL=style.css.map */
