@charset "UTF-8";

/*--------------------
ニューススライダー
--------------------*/
#nwsWrap {
    padding: 22px 0 18px;
    overflow: hidden;
    background: #ddefcd;
    background: linear-gradient(135deg,#f0f7ff,#ddefcd);
}

#nwsWrap .slider {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

#nwsWrap .slider a {
    color: #fff;
    display: block;
    position: relative;
    background: rgb(32 32 32 / 80%);
    margin: 0 8px;
    border-radius: 0.8em;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    transition: all 500ms ease-out;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#nwsWrap .slider a:hover {
    background: rgb(30 30 30 / 0.6);
}

#nwsWrap .slider figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    margin: 0;
}

#nwsWrap .slider img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}

#nwsWrap .slider a:hover img {
    height: 110%;
}

#nwsWrap .slider a .articleTxt {
    display: flex;
    flex-direction: column;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0.6em 1em;
    line-height: 1.5;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
}

#nwsWrap .slider .slick-center a .articleTxt {
    opacity: 1;
}

#nwsWrap .slider a .articleTxt .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

#nwsWrap .slider a .articleTxt .date {
    padding-top: 0.5em;
    font-size: 11px;
    text-align: right;
    opacity: 0.9;
    border-top: 1px solid #ddd;
    margin-top: auto;
}

#nwsWrap .slider a .articleTxt .date svg {
    margin-right: .5em;
}

#nwsWrap .slick-slide {
    transition: all 500ms ease;
    opacity: .6;
    float: none;
    height: auto;
    display: flex;
}

#nwsWrap .slick-slide.slick-active {
    opacity: 1;
}

#nwsWrap .slick-list {
    overflow: visible;
}

#nwsWrap .slick-track {
    display: flex;
}

#nwsWrap .slick-dots {
    bottom: -35px;
}

#nwsWrap .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px;
}

#nwsWrap .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #aaa;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .2s;
}

#nwsWrap .slick-dots li button:before {
    content: none;
}

#nwsWrap .slick-dots li button:hover, #nwsWrap .slick-dots li button:focus {
    outline: none;
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}

#nwsWrap .slick-dots li.slick-active button {
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}

#nwsWrap .slick-arrow {
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #cccccc;
    transition: all 300ms ease;
}

#nwsWrap .slick-arrow:hover {
    color: #a9a9a9;
}

#nwsWrap .slick-arrow:before {
    display: none;
}

#nwsWrap .slick-arrow svg {
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#nwsWrap .slick-prev {
    left: -35px;
}

#nwsWrap .slick-next {
    right: -35px;
}

#nwsWrap .btnWrap {
    margin-top: 50px;
}

#nwsWrap .btnWrap .btn span {
    padding: 0.4em;
}

#nwsWrap .btn {
    background: #a8da8d;
    border-color: #a8da8d;
    color: #fff;
}

#nwsWrap .btn:hover {
    color: #a8da8d;
}

#nwsWrap .btn:before {
    background: #fff;
}

/*--------------------
ライブ配信
--------------------*/
.webcast {
    padding-bottom: 50px;
    overflow: hidden;
    background: #fdfdfd;
    background: linear-gradient(-45deg, #f9f9f9 25%, #fcfcfc 25%, #fcfcfc 50%, #f9f9f9 50%, #f9f9f9 75%, #fcfcfc 75%, #fcfcfc);
    background-size: 15px 15px;
    background-attachment: fixed;
}

.webcast .container {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    padding: 20px 0 15px 0;
}

.webcast h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    font-size: 24px;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}

.webcast .ytCont {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}

.webcast .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--------------------
トップスライダー
--------------------*/
#recommend {
    padding: 70px 0;
    overflow: hidden;
    background: #ffffdf;
}

#recommend .slider {
    width: 80%;
    max-width: 768px;
    margin: 0 auto;
}

#recommend .slider figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}

#recommend .slider img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}

#recommend .slider a:hover img {
    transform: translate(-50%, -50%) scale(1.01);
}

#recommend .slider a .articleTxt {
    transition: all 300ms ease;
    opacity: 0;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#recommend .slider .slick-center a .articleTxt {
    opacity: 1;
}

#recommend .slider a .articleTxt .ttl {
    font-size: 19px;
}

#recommend .slick-slide {
    transition: all 500ms ease;
    opacity: .6;
    transform: scale(0.8);
}

#recommend .slick-slide.slick-center {
    opacity: 1;
    transform: scale(1);
}

#recommend .slick-list {
    overflow: visible;
}

#recommend .slick-dots {
    bottom: -40px;
}

#recommend .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px;
}

#recommend .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #aaa;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .2s;
}

#recommend .slick-dots li button:before {
    content: none;
}

#recommend .slick-dots li button:hover, #recommend .slick-dots li button:focus {
    outline: none;
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}

#recommend .slick-dots li.slick-active button {
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}

#recommend .slick-arrow {
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #cccccc;
    transition: all 300ms ease;
}

#recommend .slick-arrow:hover {
    color: #a9a9a9;
}

#recommend .slick-arrow:before {
    display: none;
}

#recommend .slick-arrow svg {
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#recommend .slick-prev {
    left: -35px;
}

#recommend .slick-next {
    right: -35px;
}

/*--------------------
メインコンテンツ
--------------------*/
#home > section {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

#home > section:last-of-type {
    margin-bottom: 50px;
}

/*---リンクボタン---*/
section .btn {
    width: 90%;
    margin: 0 auto;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #888;
    border: solid 2px #ccc;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}

section .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #ccc;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

section .btn.prev:before {
    right: 0;
    left: auto;
}

section .btn:hover:before, section .btn:active:before {
    width: 100%;
}

section .btn span {
    position: relative;
    display: block;
    padding: 12px;
}

section .btn:hover {
    color: #fff;
}

/*---記事レイアウト---*/
section h1.ttl {
    padding: 0.3em 0 0.6em;
    margin-bottom: 1.5em;
    font-size: 35px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #444;
    position: relative;
    text-align: center;
    overflow: hidden;
}

section h1.ttl:before {
    content: "";
    position: absolute;
    bottom: 0.1em;
    left: 0;
    right: 0;
    margin: auto;
    background: #777;
    height: 5px;
    width: 2em;
    opacity: 0.6;
    border-radius: 3px;
}

section h1.ttl:after {
    content: "";
    width: 2em;
    height: 2em;
    background: url("../img/ttl_poyo.png") no-repeat center;
    background-size: contain;
    position: absolute;
    margin-left: 0.7em;
    bottom: 0;
    display: inline-block;
    pointer-events: none;
}

.articleWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.articleWrap li {
    position: relative;
}

@media screen and (min-width: 1025px) {
    .articleWrap li {
        width: 31.3%;
        margin-right: 3%;
        margin-bottom: 3%;
    }

    .articleWrap li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .articleWrap li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 3%;
    }

    .articleWrap li:nth-child(2n) {
        margin-right: 0;
    }
}

.articleWrap a {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .3s;
}

.articleWrap a:hover {
    opacity: 0.8;
}

.articleWrap a:hover img {
    height: 105%;
}

.articleWrap img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}

.articleWrap figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    background: rgba(0, 0, 0, .03);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}

.articleWrap .articleTxt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.articleWrap .ttl {
    font-size: 15px;
    line-height: 1.5;
    padding: 1em 0;
}

.articleWrap .tag {
    background-color: #e597a5;
    color: #ffffff;
    padding: 2px 10px;
    margin: auto auto 4px 4px;
    font-size: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.articleWrap .tag + .date {
    margin-top: 0;
}

.articleWrap .date {
    padding-top: 0.5em;
    font-size: 12px;
    color: #888;
    text-align: right;
    border-top: 1px solid #ddd;
    margin-top: auto;
}

.articleWrap .date svg {
    margin-right: .5em;
}

.btnWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.articleWrap + .btnWrap {
    margin-top: 20px;
}

.btnWrap li {
    width: 49%;
}

.btnWrap li:only-of-type {
    width: 100%;
    margin: auto;
    max-width: 700px;
}

.btnWrap li .btn {
    width: 100%;
}

.btnWrap li .btn svg {
    margin: 0 0.5em;
}

/*---トップバナー---*/
#topbn {
    overflow: hidden;
    background: linear-gradient( -45deg, #F9f9f9 25%, #fefefe 25%, #fefefe 50%, #F9f9f9 50%, #F9f9f9 75%, #fefefe 75%, #fefefe);
    background-size: 15px 15px;
}

#topbn .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

#topbn img {
    max-width: 100%;
}

#topbn li {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

#topbn a {
    background: #fff;
    display: block;
}

#topbn a img {
    transition: all 500ms ease-out;
}

#topbn a:hover img {
    opacity: 0.8;
}

/*---動画記事スライダー---*/
#topWrap {
    overflow: hidden;
    background: #fff5ec;
}

#topWrap h1.ttl:before {
    background: #F15A24;
}

.articleMovie .slider {
    width: 90%;
    max-width: 1310px;
    margin: 0 auto;
}

.articleMovie .slider figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    margin: 0;
    height: 0;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

.articleMovie .slider figure img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.articleMovie .slider figure iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.articleMovie .slider li .articleTxt {
    transition: all 300ms ease;
    opacity: 0;
    width: 100%;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.articleMovie .slider .slick-active .articleTxt {
    opacity: 1;
}

.articleMovie .slider .articleTxt .ttl {
    font-size: 16px;
}

.articleMovie .slick-slide {
    transition: all 500ms ease;
    opacity: .6;
    margin: 0px 19px;
    pointer-events: none;
    transform: scale(0.8);
}

.articleMovie .slick-slide.slick-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.articleMovie .slick-list {
    overflow: visible;
}

.articleMovie .slick-arrow {
    z-index: 1;
    color: #eb9553;
    top: -40px;
    bottom: 0;
    padding: 0 10px;
    height: 100%;
    transform: translate(0, 0);
    transition: all 300ms ease;
}

.articleMovie .slick-prev:hover, .articleMovie .slick-next:hover {
    color: #F15A24;
}

.articleMovie .slick-arrow:before {
    display: none;
}

.articleMovie .slick-arrow svg {
    font-size: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.articleMovie .slick-prev {
    left: -30px;
}

.articleMovie .slick-next {
    right: -30px;
}

.articleMovie .slider a {
    transition: all 500ms ease-out;
}

.articleMovie .slider a:hover {
    opacity: 0.8;
}

.articleMovie .slider a figure img {
    transition: all 500ms ease-out;
}

.articleMovie .slider a:hover figure img {
    height: 105%;
}

#topWrap .btn {
    margin-top: 30px;
    background: #eb9553;
    border-color: #eb9553;
    color: #fff;
}

#topWrap .btn:hover {
    color: #eb9553;
}

#topWrap .btn:before {
    background: #fff;
}

/*--------------------
お知らせ
--------------------*/
#infWrap {
    background: #fff3f1;
}

#infWrap h1.ttl:before {
    background: #f3a285;
}

#infWrap .btn {
    background: #f3a285;
    border-color: #f3a285;
    color: #fff;
}

#infWrap .btn:hover {
    color: #f3a285;
}

#infWrap .btn:before {
    background: #fff;
}

/*--------------------
イベント
--------------------*/
#evtWrap {
    background: #fff8fa;
}

#evtWrap h1.ttl:before {
    background: #e597a5;
}

#evtWrap .btn {
    background: #e597a5;
    border-color: #e597a5;
    color: #fff;
}

#evtWrap .btn:hover {
    color: #e597a5;
}

#evtWrap .btn:before {
    background: #fff;
}

/*--------------------
アナウンサー
--------------------*/
#anaWrap {
    background: #faf8ff;
}

#anaWrap h1.ttl:before {
    background: #8C4BB9;
}

#anaWrap h1.ttl .btn.toList:hover {
    border: 1px solid #b9a2e2;
}

#anaWrap h1.ttl .btn.toList:before {
    background: #b9a2e2;
}

#anaWrap .anabn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

#anaWrap .anabn img {
    max-width: 100%;
}

/*--------------------
天気
--------------------*/
#wtrWrap {
    background: #eaf9ff;
}

#wtrWrap h1.ttl:before {
    background: #4799ff;
}

/*---天気ボタン---*/
#wtrWrap .articleWrap .ttl {
    font-size: 16px;
    text-align: center;
}

#wtrWrap .articleWrap img {
    opacity: 0;
}

#wtrWrap .articleWrap img.active {
    opacity: 1;
}

#wtrWrap .btn {
    background: #4799ff;
    border-color: #4799ff;
    color: #fff;
}

#wtrWrap .btn:hover {
    color: #4799ff;
}

#wtrWrap .btn:before {
    background: #fff;
}

/*--------------------
公式Twitter・SNS
--------------------*/
#snsWrap {
    background: #ffffdf;
}

#snsWrap .snsCont {
    display: flex;
    margin-top: 10px;
}

#snsWrap .snsCont li {
    width: 33%;
    text-align: center;
}

#snsWrap .snsCont li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-size: 30px;
    transition: all 300ms ease-out;
}

#snsWrap .snsCont li a span {
    font-size: 50%;
    line-height: 1.4;
}

#snsWrap .snsCont li a svg {
    transition: all 300ms ease-out;
    margin: 0.2em;
}

#snsWrap .snsCont li a:hover {
    opacity: .9;
}

#snsWrap .snsCont li a:hover svg {
    transform: scale(1.1);
}

#snsWrap .snsCont li a:hover {
}

#snsWrap .snsCont li a.facebook {
    background: #1877f2;
}

#snsWrap .snsCont li a.twitter {
    background: #1DA1F2;
    background: #000;
    height: 100%;
    box-sizing: border-box;
}

#snsWrap .snsCont li a.line {
    background: #00b900;
}

#snsWrap .snsCont li a.youtube {
    background: #ea3223;
}

#snsWrap .snsCont li a.instagram {
    background: #D93177;
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%,rgb(195, 60, 190) 58%);
}

#snsWrap h1.ttl:before {
    background: #D9A825;
}

#snsWrap .btnWrap {
    margin-top: 60px;
}

#snsWrap .btn {
    background: #f6c74a;
    border-color: #f6c74a;
    color: #fff;
}

#snsWrap .btn:hover {
    color: #f6c74a;
}

#snsWrap .btn:before {
    background: #fff;
}

/*--------------------
広告
--------------------*/
.ad {
    background: linear-gradient( -45deg, #F9f9f9 25%, #fefefe 25%, #fefefe 50%, #F9f9f9 50%, #F9f9f9 75%, #fefefe 75%, #fefefe);
    background-size: 15px 15px;
    padding: 14px 0;
}

#ad3_wrap {
    margin-bottom: 15px;
    text-align: center;
}

#ad4_wrap {
    text-align: center;
}

@media screen and (min-width: 1025px) {
    #ad1_2_wrap {
        display:flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    #ad1 {
        margin-right: 90px;
    }
}

@media screen and (min-width: 967px) and (max-width: 1024px) {
    #ad1_2_wrap {
        display:flex;
        justify-content: center;
    }

    #ad1 {
        margin-right: 40px;
    }
}

@media screen and (max-width: 967px) {
    #ad1_2_wrap {
        display:block;
        text-align: center;
    }

    #ad1 {
        margin-bottom: 15px;
    }
}
