@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800&display=swap');
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
}
select {
    margin: 0 0 0 0;
}
h1,h2,h3,h4,h5,h6{
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}
p,address,blockquote,pre,div,abbr,acronym,dfn,cite,q,code,kbd,samp,var,dl,ol,ul,caption,th{
    font-weight: normal;
    font-style: normal;
}
ul,li,ol {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6,li,ul,dl,dt,dd {
    -webkit-text-size-adjust: 100%;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
body {
    line-height: 1.6 !important;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family: YakuHanJP, "M PLUS 1p", sans-serif;
    letter-spacing: -.02em;
    font-weight: 500;
    font-size: 16px;
}
*, *:before, *:after {
    box-sizing: border-box;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*------------------------------------------------
    共通
------------------------------------------------*/
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width:768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

/*------------------------------------------------
    背景・文字色
------------------------------------------------*/

.bg-blue {
    background: #1a6db3 url(../img/common/bg_pattern.png) repeat-y center top;
    background-size: 100%;
    width: 100%;
    overflow: hidden;
}
.bg-red {
    background: #ee1d27 url(../img/common/bg_pattern.png) repeat-y center top;
    background-size: 100%;
    width: 100%;
    overflow: hidden;
}
.bg-green {
    background: #8ec231 url(../img/common/bg_pattern.png) repeat-y center top;
    background-size: 100%;
    width: 100%;
    overflow: hidden;
}
.bg-basic {
    background: #fff4e4 url(../img/common/bg_pattern2.png) repeat-y center top;
    background-size: 100%;
}
.bg-brick{
    background: #fff4e4 url(../img/common/bg_brick.png) repeat-y center top;
    background-size: 100%;
}
@media screen and (max-width:768px) {
    .bg-blue {
        background: #1a6db3 url(../img/common/bg_pattern.png) repeat-y center top;
        background-size: 250%;
    }
    .bg-red {
        background: #ee1d27 url(../img/common/bg_pattern.png) repeat-y center top;
        background-size: 250%;
    }
    .bg-green {
        background: #8ec231 url(../img/common/bg_pattern.png) repeat-y center top;
        background-size: 250%;
    }
    .bg-basic {
        background: #fff4e4 url(../img/common/bg_pattern2.png) repeat-y center top;
        background-size: 250%
    }
    .bg-brick{
        background: #fff4e4 url(../img/common/bg_brick.png) repeat-y center top;
        background-size: 250%;
    }
}
.blue {color: #0c2e6e;}
.light-blue {color: #0f6cb6;}
.red{color: #e60816;}
.green{color: #529b04;}
.orange{color: #fa7c00;}
.purple{color: #6b23a8;}
.text-b{font-weight: 800;}


/*------------------------------------------------
    グローバルナビ 
------------------------------------------------*/

#g-nav {
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.g-nav__page{
    position: fixed!important;
}
#g-nav ul {
    display: flex;
    background: #f9eb1b;
    flex-wrap: wrap;
    padding: 0 min(.5vw, 5px) 0 min(2vw, 20px);
    border-bottom-left-radius: min(2vw, 20px);
}
#g-nav.panelactive ul {
    display: block;
}
.g-nav-item {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.g-nav-item li {
    padding: min(1vw, 10px) min(.8vw, 10px);
}
.g-nav-item li a {
    font-weight: 800;
    display: block;
    color: #0c2e6e;
    padding: min(1.2vw, 12px) 0;
    font-size: min(1.6vw, 16px);
    line-height: 1;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.g-nav-item li a:hover {
    color: #e30a20;
}
.g-nav-item li:last-child a {
    font-weight: 500;
    font-size: min(1.4vw, 14px);
    padding: min(1.2vw, 12px) min(1.5vw, 15px) min(1.2vw, 12px) min(4vw, 40px);
    background: #FFF url(../img/common/icon_mail.png) no-repeat left 12px center;
    background-size: min(2.3vw, 23px);
    border-radius: 100px;
}
.g-nav-item li:last-child a:hover {
    color: #0c2e6e;
    opacity: .6;
}
/*トップページのメインビジュアル内のナビにのみ適用 PCのみ*/
.nav-top #g-nav ul {
    display: flex;
    background: transparent;
}
.nav-top .g-nav-item li a {
    color: #FFF;
}
.nav-top .g-nav-item li a:hover {
    opacity: .6;
}
.nav-top .g-nav-item li:last-child a {
    background-color: rgba(255, 255, 255, .7);
    color: #0c2e6e;
    border: 2px solid #FFF;
}
@media screen and (max-width: 768px) {
    #g-nav-list.active {
        display: block;
    }
    #nav-box {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        width: 100%;
    }
    .openbtn {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 9999;
        background: #faed00;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 100px;
    }
    .openbtn.active {
        box-shadow: none;
        background-color: #FFF;
    }
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background: #0c2e6e;
        width: 45%;
    }
    .openbtn span:nth-of-type(1) {
        top: 15px;
    }
    .openbtn span:nth-of-type(2) {
        top: 23px;
    }
    .openbtn span:nth-of-type(3) {
        top: 31px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    #g-nav {
        position: relative;
        z-index: -1;
        opacity: 0;
        right: 0;
        width: 100%;
        height: auto;
        transition: all 0.3s;
    }
    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
    }
    #g-nav.panelactive #g-nav-list {
        position: absolute;
        z-index: 999;
        width: 72vw;
        top: 0;
        right: 0;
        background: #f9eb1b;
        border-bottom-left-radius: 10.67vw;
        height: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #g-nav ul, .nav-top #g-nav ul {
        display: none;
        z-index: 999;
        padding: 6vw 8vw 8vw 8vw;
    }
    #g-nav.panelactive ul {
        display: block;
    }
    .g-nav-item {
        display: block;
        margin: 5.33vw auto 0 auto;
        overflow: hidden;
    }
    .g-nav-item li {
        font-size: 4.8vw;
    }
    .g-nav-item li a, .nav-top .g-nav-item li a {
        display: block;
        line-height: 1;
        color: #0c2e6e;
        font-weight: 800;
        text-align: left;
        text-decoration: none;
        font-size: 4.8vw;
        margin: 0;
        letter-spacing: 0rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 3.33vw 0;
    }
    .g-nav-item li:last-child {
        margin-top: 4vw;
    }
    .g-nav-item li:last-child a, .nav-top .g-nav-item li:last-child a {
        font-weight: 500;
        font-size: 4vw;
        padding: 4vw 0 4vw 10.67vw;
        background: #FFF url(../img/common/icon_mail.png) no-repeat left 4vw center;
        background-size: 5.33vw;
        border-radius: 100px;
        width: 100%;
        display: block;
    }
    .g-nav-item li a:after {
        content: "";
        width: 3.33vw;
        height: 3.73vw;
        display: inline-block;
        background: url(../img/common/arrow_nav.png) no-repeat right;
        background-size: 100%;
        margin-left: 2vw;
    }
    .g-nav-item li:last-child a:after, .nav-top .g-nav-item li:last-child a:after {
        content: "";
        display: none;
    }
    .g-nav-item li a:hover, .nav-top .g-nav-item li a:hover {
        opacity: 1;
    }
    .mask {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0);
        display: none;
    }
    .mask.active {
        display: block;
        background: rgba(0, 0, 0, .4);
    }
}

/*------------------------------------------------
    SNS / ページトップ 
------------------------------------------------*/

.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
     /*position: absolute;*/
    left: 0;
    bottom: 0;
    z-index: 100;
}
.sns .sns-btn {
    width: min(11vw, 110px);
}
.sns ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: min(1vw, 10px);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .4);
}
.sns ul:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    border-top: 5px solid transparent;
    border-right: 10px solid #FFF;
    border-bottom: 5px solid transparent;
    margin-right: 10px;
}
.sns ul li a img {
    width: min(7.4vw, 74px);
    transition-duration: 0.3s;
}
.sns ul li a:hover img {
    opacity: .6;
}
#page-top {
    width: min(10vw, 100px);
    position: fixed;
    /*position: absolute;*/
    bottom: 0;
    right: min(1vw, 10px);
    z-index: 100;
}
#page-top.pagetop-watch{
    position: fixed;
    /*position: absolute;*/
    bottom: min(6vw, 60px);
    right: min(1vw, 10px);
}
.sns.sns-watch{
    position: fixed;
    /*position: absolute;*/
    bottom: min(6vw, 60px);
    left: 0;
}

#page-top a,.sns .sns-btn{
     transition-duration: 0.3s;
}
#page-top a:hover,.sns .sns-btn:hover{
    opacity: .6;
}
@media screen and (max-width:768px) {

.sns .sns-btn {
    width: 18.67vw;
}
.sns ul {
    border-radius: 1.33vw;
     box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}
.sns ul li a img {
    width:12vw;

}
.sns ul li a:hover img {
    opacity: 1;
}
#page-top {
    width:18.67vw;
    right: 2vw

}
#page-top a:hover,.sns .sns-btn:hover{
    opacity:1;
}
#page-top.pagetop-watch{
    position: fixed;
    /*position: absolute;*/
    bottom: 20vw;
  
}
.sns.sns-watch{
    position: fixed;
    /*position: absolute;*/
    bottom: 20vw;
}
}
/*------------------------------------------------
    共通レイアウト
------------------------------------------------*/

#wrapper,.page-link {
    position: relative;
    padding-bottom: min(18vw, 140px);
}
#wrapper-page{
    overflow: hidden;
}
.header {
    width: 100%;
    position: relative;
}
.page-header{
    width: 100%;
    position: relative;
}
.page-contents{
    width: 94%;
    max-width: 1080px;
    margin: 0 auto;
    padding: min(2vw, 20px) 0 0 0 ;
}
.header h1 {
    width: min(15vw, 220px);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;

}
.page-header h1 {
    width: min(15vw, 170px);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.page-bg {
    position: relative;
    padding-top: 80px;
    margin-top: -80px;
    z-index: 2;
    padding-bottom: min(8vw, 80px);
    border-bottom-right-radius: min(4vw, 40px);
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.page-bg2 {
    position: relative;
    padding-top: 80px;
    margin-top: -80px;
    z-index: 1;
    padding-bottom: min(8vw, 80px);
    border-bottom-right-radius: min(4vw, 40px);
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.heading-s{
     border-bottom-left-radius: min(4vw, 40px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 3;
}
.heading-s__title{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: min(12vw, 120px) 0 min(5vw, 50px) 0;
    color: #FFF;
    line-height: 1;
}
.heading-s__title h2{
    font-size: min(4.8vw, 48px);
    font-weight: 800;
}
.heading-s__title p{
    font-size: min(2.4vw, 24px);
    margin-top: min(1vw, 10px);
}
.heading {
    border-bottom-left-radius: min(4vw, 40px);
    background: #44a6fc url(../img/common/heading_bg.jpg) no-repeat left bottom;
    background-size: 180%;
    position: relative;
    z-index: 1000;
    box-shadow: 0px 10px 0 #FFF;
}
.heading-title {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: min(12vw, 120px) 0 min(8vw, 80px) 0;
    line-height: 1;
    position: relative;
}
.heading-title h2 {
    width: min(50vw, 550px);
}
.heading-img {
    width: min(60vw, 650px);
    position: absolute;
    bottom: min(-4vw, -70px);
    right: min(-8vw, -80px);
}
.heading-img__goods {
    width: min(80vw, 800px);
    position: absolute;
    bottom: min(-4vw, -80px);
    right: min(-18vw, -180px);
}
.heading-img__koko {
    width: min(41vw, 410px);
    position: absolute;
    bottom: min(-4vw, -80px);
    right: min(-3vw, -30px);
}
.heading-img__wilson {
    width: min(42.5vw, 425px);
    position: absolute;
    bottom: min(-4vw, -20px);
    right: min(3vw, 30px);
}
.heading-img__brewster {
    width: min(42.5vw, 425px);
    position: absolute;
    bottom: min(-4vw, -80px);
    right: min(3vw, 30px);
}
.heading-img__play {
    width: min(68vw, 700px);
    position: absolute;
    bottom: min(-4vw, -80px);
    right: min(-7vw, -70px);
}
#crumb {
    width: 100%;
    margin: 0 auto;
}
#crumb ul {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
#crumb li {
    font-size: 16px;
    display: inline-block;
    background: url(../img/common/arrow_crumb.png) no-repeat right 15px center;
    background-size: 10px;
    color: #666;
    padding: 0 40px 0 0;
}
#crumb.crumb li {
    color: rgba(255, 255, 255, .6);
    background: url(../img/common/arrow_crumb2.png) no-repeat right 15px center;
    background-size: 10px;
}
#crumb li a {
    text-decoration: underline;
    color: #333;
}
#crumb.crumb li a {
    text-decoration: underline;
    color: #FFF;
}
#crumb li a:hover {
    opacity: .6;
}
#crumb li.current {
    background: none;
}
@media screen and (max-width:768px) {
    #wrapper, .page-link {
        padding-bottom: 29.33vw;
    }
    .header h1 {
        width: 29.33vw;
        position: absolute;
        top: 1.33vw;
        left: 2.67vw;
    }
    .page-contents {
        width: 100%;
        padding-top: 4.8vw;
    }
    .page-header h1 {
        width: 26.67vw;
        position: absolute;
        top: 1.33vw;
        left: 2.67vw;
    }
    .page-bg {
        padding-bottom: 13.33vw;
    }
    .heading-s__title {
        margin: 0 auto;
        padding: 18.67vw 0 9.33vw 0;
        color: #FFF;
        line-height: 1;
    }
    .heading-s__title h2 {
        font-size: 8.53vw;
    }
    .heading-s__title p {
        font-size: 4.27vw;
        margin-top: 2vw;
    }
    .heading {
        border-bottom-left-radius: 6.4vw;
        background: #44a6fc url(../img/common/heading_bg.jpg) no-repeat left bottom;
        background-size: 250%;
        box-shadow: 0 2.67vw 0 #FFF;
    }
    .heading-title {
        padding: 18.67vw 0 13.33vw 0;
    }
    .heading-title h2 {
        width: 74.67vw;
    }
    .heading-img {
        width: 60vw;
        position: absolute;
        bottom: -12vw;
        right: -8vw;
    }
    .heading-img__goods {
        width: 80vw;
        position: absolute;
        bottom: -12vw;
        right: -30vw;
    }
    .heading-img__koko {
        width: 50vw;
        position: absolute;
        bottom: -12vw;
        right: -10vw;
    }
    .heading-img__wilson {
        width: 48vw;
        position: absolute;
        bottom: -14vw;
        right: -2vw;
    }
    .heading-img__brewster {
        width: 50vw;
        position: absolute;
        bottom: -12vw;
        right: 0;
    }
    .heading-img__play {
        width: 68vw;
        position: absolute;
        bottom: -15vw;
        right: -12vw;
    }
    #crumb {
        width: 94%;
        margin: 0 auto;
    }
    #crumb li {
        font-size: 3.2vw;
        background: url(../img/common/arrow_crumb.png) no-repeat right 2vw center;
        background-size: 2.67vw;
        padding: 0 8vw 0 0;
    }
    #crumb.crumb li {
        background: url(../img/common/arrow_crumb2.png) no-repeat right 2vw center;
        background-size: 2.67vw;
    }
    #crumb li.current {
        background: none;
    }
}

/*------------------------------------------------
    共通見出し
------------------------------------------------*/

.box-title {
    display: inline-block;
    height: min(9.5vw, 95px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.box-title__frame {
    width: min(5vw, 50px);
}
.box-title__txt {
    height: min(9.5vw, 95px);
    font-size: min(3.2vw, 32px);
    font-weight: 800;
    color: #FFF;
    padding: 0 min(4vw, 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box-title__blue .box-title__txt {
    background: url(../img/common/title_blue.png) repeat-x center top;
    background-size: min(2.5vw, 25px);
}
.box-title__green .box-title__txt {
    background: url(../img/common/title_green.png) repeat-x center top;
    background-size: min(2.5vw, 25px);
}
.box-title__red .box-title__txt {
    background: url(../img/common/title_red.png) repeat-x center top;
    background-size: min(2.5vw, 25px);
}
@media screen and (max-width:768px) {
    .box-title {
        height: 18.67vw;
    }
    .box-title__frame {
        width: 9.87vw;
    }
    .box-title__txt {
        height: 18.67vw;
        font-size: 5.33vw;
        padding: 0 2vw;
        line-height: 1.1;
    }
    .box-title__blue .box-title__txt {
        background: url(../img/common/title_blue.png) repeat-x center top;
        background-size: 4.92vw;
    }
    .box-title__green .box-title__txt {
        background: url(../img/common/title_green.png) repeat-x center top;
        background-size: 4.92vw;
    }
    .box-title__red .box-title__txt {
        background: url(../img/common/title_red.png) repeat-x center top;
        background-size: 4.92vw;
    }
}

/*------------------------------------------------
    リンク
------------------------------------------------*/

.link a {
    border:4px solid #0c2e6e;
    color: #0c2e6e;
    display: inline-block;
    background: #f9eb1b;
    padding: min(1.4vw, 14px) min(10vw, 100px) min(1.4vw, 14px) min(3vw, 30px);
    font-size: min(1.8vw, 20px);
    font-weight: 800;
    line-height: 1.5;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px min(.5vw, 5px) min(.5vw, 5px) rgba(0, 0, 0, .5);
    transition-duration: 0.3s;
    margin:min(.4vw, 4px);
    position: relative;
}
.link a::before {
    content: '';               
    width: calc(100% + 16px);    
    height: calc(100% + 16px);   
    border: 4px solid #FFF;    
    position: absolute;      
    top:-8px;                 
    left: -8px;
      border-radius: 100px;  
}
.link.link-external a {
    background-image: url(../img/common/icon_link_external.png);
    background-repeat: no-repeat;
    background-size: min(4vw, 40px);
    background-position: right min(1.5vw, 15px) center;
}
.link.link-basic a {
    background-image: url(../img/common/icon_link.png);
    background-repeat: no-repeat;
    background-size: min(4vw, 40px);
    background-position: right min(1.5vw, 15px) center;
}
.link a:hover {
    transform: scale(.96, .96);
    color: #0c2e6e;
    opacity: .6;
    display: inline-block;
}
@media screen and (max-width:768px) {
    .link a {
        width: 84vw;
        border: 4px solid #0c2e6e;
        line-height: 1.2;
        text-align: left;
        padding:4vw 9.33vw 4vw 5.33vw;
        font-size: 5.33vw;
         box-shadow: 1px 1.2vw 1.2vw rgba(0, 0, 0, .5);
    }
    .link.link-external a {
        background-image: url(../img/common/icon_link_external.png);
        background-repeat: no-repeat;
        background-size: 9.33vw;
        background-position: right 3.33vw center;
    }
    .link.link-basic a {
        background-image: url(../img/common/icon_link.png);
        background-repeat: no-repeat;
        background-size: 9.33vw;
        background-position: right 3.33vw center;
    }
    .link a:hover {
        transform: scale(1, 1);
      opacity: 1;
    }
}

/*------------------------------------------------
    リンク（下層ページフッター）
------------------------------------------------*/
.page-link {
    padding-top: 80px;
    margin-top: -80px;
    position: relative;
}
.nav-btn__page {
    width: 580px;
    margin: 0 auto;
}
.nav-btn__page ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: min(4vw, 40px);
}
.nav-btn__page li {
    width: 33.333333333333%;
    padding: 0 1%;
}
.nav-btn__page li a img {
    transition-duration: 0.3s;
    width: 100%;
}
.nav-btn__page li a:hover img {
    transform: scale(1.1, 1.1);
}
@media screen and (max-width:768px) {
    .nav-btn__page {
        width: 94%;
    }
    .nav-btn__page ul {
        margin-top: 10.67vw;
    }
    .nav-btn__page li a:hover img {
        transform: scale(1, 1);
    }
}

/*------------------------------------------------
    フッター 
------------------------------------------------*/
.footer {
    background: #04173e;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    padding: min(2vw, 20px) min(3vw, 30px);
}
.footer-link {
    display: flex;
}
.footer-link li {
    margin-right: min(4vw, 40px);
}
.footer-link li a {
    padding: 0 min(3vw, 30px) 0 0;
    transition-duration: 0.3s;
    background: url(../img/common/icon_footer.png) no-repeat right center;
    background-size: min(1.4vw, 14px);
    font-size: min(1.6vw, 16px);
}
.footer-link li a:hover,.footer a:hover {
    opacity: .6;
}
.footer p.copy {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-left: auto;
    font-size: min(1.2vw, 12px);
    letter-spacing: .05em;
}
.footer a {
    color: #FFF;
    transition-duration: 0.3s;
}
@media screen and (max-width:768px) {
    .footer {
        display: block;
        padding: 6.67vw 0 8vw 0;
    }
    .footer-link {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .footer-link li {
        margin-right: 0;
        margin-top: 4vw;
    }
    .footer-link li a {
        padding: 0 4vw 0 0;
        transition-duration: 0.3s;
        background: url(../img/common/icon_footer.png) no-repeat right center;
        background-size: 2.67vw;
        font-size: 3.73vw;
    }
    .footer p.copy {
        display: block;
        text-align: center;
        font-size: 2.93vw;
        margin-top: 6.67vw;
    }
    .footer a {
        color: #FFF;
    }
}

/*------------------------------------------------
    次回放送内容
------------------------------------------------*/

.next {
    width: 100%;
    background: #FFF;
}
.next dl {
    display: flex;
    flex-wrap: wrap;
    font-size: min(1.6vw, 16px);
}
.next dt {
    background: #0c2e6e;
    width: min(22vw, 240px);
    line-height: 1;
    padding: 0 min(3vw, 30px) 0 0;
    height: min(4.6vw, 46px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: min(8vw, 100px);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next dt p {
    color: #f9eb1b;
    font-weight: 800;
}
.next dt figure {
    width: min(6.6vw, 66px);
    position: absolute;
    bottom: 0;
    left: 5px;
}
.next dd {
    color: #333;
    line-height: 1;
    width: calc(100% - min(22vw, 240px));
    overflow: hidden;
    padding: 0 min(1vw, 10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.next dd p a:hover {
    opacity: .6;
}
.next dd p.next-txt {
    width: calc(100% - min(43vw, 440px));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.next dd p.next-txt a {
    color: #333;
}
.next dd p.next-txt a:hover {
    opacity: 1;
}
.next dd p.next-date {
    width: min(24vw, 250px);
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}
.next dd p.next-link {
    width: min(19vw, 190px);
    margin-left: min(2vw, 20px);
}
.next dd p.next-link a {
    display: inline-block;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
    border-radius: 100px;
    color: #0c2e6e;
    width: 100%;
    background: #f9eb1b url(../img/top/arrow_s.png) no-repeat right 8px center;
    background-size: 8px;
    transition-duration: 0.3s;
}
@media screen and (max-width:768px) {
    .next dl {
        font-size: 3.2vw;
        display: block;
        position: relative;
        height: 18vw;
    }
    .next dt {
        width: 39.2vw;
        padding: 0;
        height: 8vw;
        position: relative;
        padding-left: 8vw;
    }
    .next dt figure {
        width: 9.33vw;
        left: 1.33vw;
    }
    .next dd {
        color: #333;
        line-height: 1;
        width: auto;
        padding: 0;
    }
    .next dd p.next-txt {
        width: 82.67vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        position: absolute;
        left: 2.67vw;
        bottom: 3vw;
        font-size: 4.27vw;
    }
    .next dd p.next-date {
        width: 56vw;
        height: 8vw;
        position: absolute;
        top: 0.4vw;
        right: 0;
        font-size: 3.47vw;
        display: flex;
        align-items: center;
    }
    .next dd p.next-link {
        width: 8vw;
        height: 7.4vw;
        margin-left: 4vw;
        position: absolute;
        bottom: 1vw;
        right: 2vw;
    }
    .next dd p.next-link a {
        display: inline-block;
        line-height: 1;
        padding: 0;
        height: 6vw;
        background: #f9eb1b url(../img/top/arrow_s.png) no-repeat center center;
        background-size: 2.13vw;
        transition-duration: 0.3s;
    }
     .next dd p.next-link span {
        display: none;
    }
}
/*------------------------------------------------
    オンエア情報　モーダル
------------------------------------------------*/
#oainfo {
    display: none;
}
.oainfo-txt {
    padding: 40px;
    color: #333;
    font-size: 16px;
}
.oainfo-txt h2 {
    background: #0c2e6e url(../img/top/oainfo_icon.png) no-repeat left 20px center;
    background-size: 26px;
    border-radius: 100px;
    padding: 10px 0 10px 60px;
    color: #f9eb1b;
    font-size: 20px;
    font-weight: 800;
}
.oainfo-item1__date {
    margin-top: 20px;
}
.oainfo-item1__title {
    font-size: 20px;
    font-weight: 800;
}
.oainfo-item2 {
    background: #e7f0f7;
    border-radius: 20px;
    margin-top: 20px;
    padding: 30px 20px;
}
.oainfo-item2__logo {
    width: 230px;
    margin: 0 auto;
}
.oainfo-item2__txt, .oainfo-item2__caststaff dt {
    margin-top: 15px;
}
.oainfo-item2__caststaff dt {
    font-weight: 800;
}
@media screen and (max-width:768px) {
.oainfo-txt {
    padding: 5.33vw;
    font-size: 4.27vw;
}
.oainfo-txt h2 {
    background: #0c2e6e url(../img/top/oainfo_icon.png) no-repeat left 4vw center;
    background-size:6.93vw;
    border-radius: 100px;
    padding: 2vw 0 2vw 13.33vw;
    font-size: 5.33vw;
}
.oainfo-item1__date {
    margin-top: 5.33vw;
}
.oainfo-item1__title {
    font-size: 5.33vw;
}
.oainfo-item2 {
    border-radius: 4vw;
    margin-top: 5.33vw;
    padding: 4vw
}
.oainfo-item2__logo {
    width: 60%;
    margin: 0 auto;
}
.oainfo-item2__txt, .oainfo-item2__caststaff dt {
    margin-top: 4vw;
}
}

/*================================================
    !! 追加 !!
================================================*/

/*------------------------------------------------
    Vue用クラス
------------------------------------------------*/
[v-cloak] {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.hidden {
  opacity: 0;
}
/*------------------------------------------------
    スライドアニメーション(キャラクター)
------------------------------------------------*/
/* 右からスライド */
.slide-in-right {
  -webkit-animation: slideInRight 0.5s ease-out both;
          animation: slideInRight 0.5s ease-out both;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 下からスライド */
.slide-in-bottom {
  -webkit-animation: slideInBottom 0.5s ease-out both;
          animation: slideInBottom 0.5s ease-out both;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

@-webkit-keyframes slideInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*------------------------------------------------
    スライドアニメーション(SNS／pageTop)
------------------------------------------------*/
/* 下からスライド(SNS) */
.slide-in-bottom-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
  will-change: transform, opacity;
  cursor: pointer;
  display: block;
}

.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: auto;
}

/* SNS一覧トランジション */
.sns-pop-enter-active,
.sns-pop-leave-active {
  transition: opacity 160ms ease, -webkit-transform 160ms ease;
  transition: opacity 160ms ease, transform 160ms ease;
  transition: opacity 160ms ease, transform 160ms ease, -webkit-transform 160ms ease;
}
.sns-pop-enter-from,
.sns-pop-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.sns-pop-enter-to,
.sns-pop-leave-from {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* シェイク */
.shake {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: shake 6s infinite;
          animation: shake 6s infinite;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  91% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  92% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  93% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  95% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  96% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  97% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  98% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  91% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  92% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  93% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  95% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  96% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  97% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  98% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* ふわふわ */
.float {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ページトップ移動 */
.is-scroll-top {
  -webkit-animation: pageTop 1.5s ease 0s 1 forwards;
          animation: pageTop 1.5s ease 0s 1 forwards;
}

@-webkit-keyframes pageTop {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  30% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: scale(1.0, 0.8) translate(0%, 30%);
            transform: scale(1.0, 0.8) translate(0%, 30%);
  }
  69% {
    -webkit-transform: scale(1.0, 0.8) translate(0%, 30%);
            transform: scale(1.0, 0.8) translate(0%, 30%);
  }
  70% {
    -webkit-transform: scale(0.8, 1.0);
            transform: scale(0.8, 1.0);
  }
  100% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
}

@keyframes pageTop {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  30% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: scale(1.0, 0.8) translate(0%, 30%);
            transform: scale(1.0, 0.8) translate(0%, 30%);
  }
  69% {
    -webkit-transform: scale(1.0, 0.8) translate(0%, 30%);
            transform: scale(1.0, 0.8) translate(0%, 30%);
  }
  70% {
    -webkit-transform: scale(0.8, 1.0);
            transform: scale(0.8, 1.0);
  }
  100% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
}
/*------------------------------------------------
    OA情報ticker
------------------------------------------------*/
.ticker {
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ticker a {
  -webkit-animation: ticker 20s linear infinite;
          animation: ticker 20s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  padding: 0 10% 0 0;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*------------------------------------------------
    OA情報モーダル修正分
------------------------------------------------*/
.oa-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.oa-modal-content {
  background: #fff;
  border-radius: 1em;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem .6rem;
  line-height: 1.4;
  pointer-events: auto;
}

.oa-modal-close {
  position: fixed;
  right: 20px;
  top: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 3rem;
  color: #b6c0d3;
  z-index: 9999;
  line-height: 1;
  padding: 0 0.5rem;
  border-radius: 100%;
  opacity: .8;
  border: none;
}

.oa-modal-close:hover {
  color: #333;
  opacity: 1;
}

.oa-modal-box {
  overflow-y: auto;
  max-width: 710px;
  max-height: 80vh;
  white-space: normal;
}

.oainfo-item2__caststaff {
  margin-top: 4vw;
}

.oainfo-item2__caststaff .title {
  color: rgb(12, 46, 110);
  font-weight: 700;
}

@media (max-width: 768px) {
  .oa-modal-content {
    max-width: 95vw;
  }

  .oa-modal-box {
    max-height: 80vh;
    max-height: 80lvh;
    max-height: 80svh;
  }
  
  .oa-modal-close {
    right: 8px;
    top: 8px;
    color: #333;
    opacity: 1;
    font-size: 1rem;
  }
}

/*------------------------------------------------
    Youtube用モーダル
------------------------------------------------*/
.app-youtube-content {
  cursor: pointer;
}

.mov .app-youtube-content figure {
  transition-duration: 0.3s;
}

.mov .app-youtube-content:hover figure {
  opacity: .6;
}

.video-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.video-overlay .video-modal {
  width: 90%;
  max-width: 1050px;
  background-color: #fff;
  border-radius: .3rem;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.video-overlay .video-modal .video-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  pointer-events: auto;
}

.video-overlay .video-modal .video-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-overlay .video-modal .video-wrap .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .video-overlay .video-modal {
    padding: 0;
    background-color: unset;
    border-radius: 0;
    width: 99%;
  }
}

.video-overlay .video-modal .modal-close {
  position: absolute;
  top: -28px;
  right: -28px;
  text-decoration: none;
  border: solid 5px #3a3a3a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: #ffffff;
  color: #6e6e6e;
  font-weight: bold;
  cursor: pointer;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .video-overlay .video-modal .modal-close {
    top: -55px;
    right: 0px;
    border: solid 2px #3a3a3a;
    font-size: 1rem;
  }
}
