@charset "UTF-8";

/* -------------------------------------
	ヘッダー動画
------------------------------------- */
.header__movie{
    overflow: hidden;
    position: relative;
}
.header__movie video{
    width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
    vertical-align: bottom;
}
/*@media screen and (max-width: 1180px){
    .header__movie video{
        height: calc( 100vh - 100px);
    }
}*/
/*.top-movie::after{
    content: "";
    display: block;
    background: url("../img/icn_scroll.png") no-repeat center center;
    width: 100%;
    height: 15%;
    max-height: 130px;
    background-size: contain;
    position: absolute;
    bottom: 3%;
}*/


/* -------------------------------------
	告知
------------------------------------- */
.top-announce h3{
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 0.5em;
}
.top-announce p{
    line-height: 1.6;
    text-align: center;
}
@media screen and (max-width: 768px){
    .top-announce h3{ font-size: 108%;}
    .top-announce p{ font-size: 90%;}
}

/* -------------------------------------
	Instagram
------------------------------------- */
.top-instagram::before{
    content: "Instagram";
    display: inline-flex;
    position: absolute;
    justify-content: flex-end;
    top: -0.24em;
    left: 0;
    right: 0;
    font-size: 700%;
    line-height: 1.0;
    font-weight: bold;
    color: #eee;
    z-index: 1;
    /*letter-spacing: -0.02em;*/
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Teko', sans-serif;*/
}
.top-instagram .content-wrap__h2{
    background: url("../img/icn_instagram_bk.svg") no-repeat center center;
    position: relative;
    z-index: 10;
}
.top-instagram__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 20;
}
.top-instagram__list__link{
    flex-shrink: 0;
    width: 22.5%;
    background-color: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.16);
    margin-bottom: 2em;
    transition : .3s;
    border-radius: 0.3em;
    overflow: hidden;
}
.top-instagram__list__link:nth-of-type(9){ display: none;}
.cx_displaydevice .top-instagram__list__link:hover{ box-shadow: 1px 1px 30px rgba(0,0,0,0.36);}
@media screen and (max-width: 950px) {
    .top-instagram__list__link{
         width: 30%;
    }
    .top-instagram__list__link:nth-of-type(9){ display: block;}
}
@media screen and (max-width: 660px) {
    .top-instagram__list__link{
         width: 48%;
        margin-bottom: 1em;
    }
    .top-instagram__list__link:nth-of-type(9){ display: none;}
}
.top-instagram__list__link a{
    display: block;
    position: relative;
    border-bottom: solid 5px #d322be;
    height: calc(100% - 5px);
}
.top-instagram__list__link a::before {
  background: #eb00cf;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 300ms;
}
.cx_displaydevice .top-instagram__list__link a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.top-instagram__list__link__photo{
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.top-instagram__list__link__photo__bg{
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}
.top-instagram__list__link__summary{
    position: relative;
    padding: 0.6em 1em 0.8em;
}
.top-instagram__list__link__summary__category{
    position: absolute;
    top: -0.5em;
    left: -0.2em;
    line-height: 1.0;
    font-size: 88%;
    /*background-color: #9400b7;*/
    background-color: #000;
    color: #fff;
    padding: 0.3em 0.5em;
}
.top-instagram__list__link__summary__ttl{
    font-size: 90%;
    line-height: 1.6;
    padding-bottom: 0.4em
}
.top-instagram__list__link__summary__update{
    font-size: 74%;
    line-height: 1.4;
    color: #555;
}
@media screen and (max-width: 660px) {
    .top-instagram__list__link__summary{ padding: 0.6em 0.6em 0.8em;}
    .top-instagram__list__link__summary__ttl{ font-size: 84%;}
}


/* -------------------------------------
	YouTube
------------------------------------- */
.top-youtube::before{
    content: "YouTube";
    display: inline-flex;
    position: absolute;
    justify-content: flex-end;
    top: -0.24em;
    left: 0;
    right: 0;
    font-size: 700%;
    line-height: 1.0;
    font-weight: bold;
    color: #e0e0e0;
    z-index: 1;
    /*letter-spacing: -0.02em;*/
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Teko', sans-serif;*/
}
.top-youtube .content-wrap__h2{
    background: url("../img/icn_youtube_bk.svg") no-repeat center center;
    height: 1.4em;
    position: relative;
    z-index: 10;
}
.top-youtube__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 20;
}
.top-youtube__list__btn{
    flex-shrink: 0;
    width: 22.5%;
    background-color: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.16);
    margin-bottom: 2.6em;
    transition : .3s;
    border-radius: 0.3em;
    overflow: hidden;
    position: relative;
    border-bottom: solid 5px #d90000;
}
.cx_displaydevice .top-youtube__list__btn:hover{ box-shadow: 1px 1px 30px rgba(0,0,0,0.36);}
@media screen and (max-width: 950px) {
    .top-youtube__list__btn{
         width: 30%;
    }
    .top-youtube__list__btn:nth-of-type(4){ display: none;}
}
@media screen and (max-width: 660px) {
    .top-youtube__list__btn{
         width: 48%;
        margin-bottom: 1em;
    }
    .top-youtube__list__btn:nth-of-type(4){ display: block;}
}
.top-youtube__list__btn::before {
  background: #ff0000;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 300ms;
}
.cx_displaydevice .top-youtube__list__btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.top-youtube__list__btn__thum{
    position: relative;
    min-height: 110px;
    background-color: #000;
}
@media screen and (max-width: 950px) {
    .top-youtube__list__btn__thum{ min-height: 100px;}
}
.top-youtube__list__btn__thum::before{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid 4px rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    top: 50%;
    left: 0;
    right: 0;
    margin: -29px auto 0;
    transition: all 300ms;
}
.top-youtube__list__btn__thum::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: -14px 0 0 -7px;
}
.cx_displaydevice .top-youtube__list__btn:hover .top-youtube__list__btn__thum::before{
    background-color: rgba(0,0,0,0.9);
}
.top-youtube__list__btn__thum img{ display: none;}
.top-youtube__list__btn__summary{
    position: relative;
    padding: 0.8em 1em 0.8em;
}
.top-youtube__list__btn__summary__ttl{
    font-size: 90%;
    line-height: 1.4;
    padding-bottom: 0.4em;
    font-weight: 500;
}
.top-youtube__list__btn__summary__update{
    font-size: 74%;
    line-height: 1.4;
    color: #555;
}
@media screen and (max-width: 660px) {
    .top-youtube__list__btn__summary{ padding: 0.6em 0.6em 0.8em;}
}

/* -------------------------------------
	TikTok
------------------------------------- */
.top-tiktok{
    width: 62%;
    position: relative;
}
@media screen and (max-width: 950px) {
    .top-tiktok{ width: 52%;}
}
@media screen and (max-width: 720px) {
    .top-tiktok{ width: 100%;}
}
.top-tiktok::before{
    content: "TikTok";
    display: inline-flex;
    position: absolute;
    justify-content: flex-end;
    top: -0.24em;
    left: 0;
    right: 0;
    font-size: 700%;
    line-height: 1.0;
    font-weight: bold;
    color: #e0e0e0;
    z-index: 1;
    /*letter-spacing: -0.02em;*/
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Teko', sans-serif;*/
}
.top-tiktok .content-wrap__h2{
    background: url("../img/icn_tiktok_bk.svg") no-repeat center center;
    position: relative;
    z-index: 10;
}
.tiktok-embed{
    position: relative;
    z-index: 20;
}

/* -------------------------------------
	推しアナ
------------------------------------- */
.top-oshiana{
    width: 33%;
    margin:  18px 0 18px 5%;
    padding: 1em 2em;
    box-sizing: border-box;
    border-radius: 0.3em;
    border-top: solid 0.4em #000;
    border-bottom: solid 0.4em #000;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 950px) {
    .top-oshiana{ width: 43%;}
}
@media screen and (max-width: 720px) {
    .top-oshiana{
        width: 100%;
        margin-left: 0;
        margin-top: 3em;
    }
}
.top-oshiana h2{
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 160%;
    line-height: 1.2;
    font-feature-settings: "palt";
    padding-bottom: 0.4em;
}
.top-oshiana__photo{
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.16);
    margin-bottom: 0.4em;
    position: relative;
}
.top-oshiana__photo__wrap,
.top-oshiana__photo__list{
    display: flex;
    width: 600%;
    /*-ms-transition: all 0.4s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.4s, -webkit-transform 0.2s ease-out;
    transition: all 0.4s, transform 0.2s ease-out;*/
}
/* .top-oshiana__photo__wrap{
} */
/*.top-oshiana__photo__list{
    position: absolute;
    top: 0;
    left: 0;
}*/
.top-oshiana__photo__before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 500%;
    color: #fff;
}
.top-oshiana__btn,
.top-oshiana__stopbtn,
.top-oshiana__link{
    display: block;
    background-color: #00dbed;
    font-size: 108%;
    color: #003346;
    /*color: #fff;*/
    line-height: 1.2;
    font-weight: bold;
    padding: 0.7em 0;
    border-radius: 0.2em;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.cx_displaydevice .top-oshiana__btn:hover,
.cx_displaydevice .top-oshiana__stopbtn:hover,
.cx_displaydevice .top-oshiana__link:hover{
    background-color: #18ffff;
}
.btn_off{
    cursor: default;
    opacity: 0.5;
    color: #b2f9ff;
}
.cx_displaydevice .btn_off:hover{
    background-color: #00dbed;
}
.top-oshiana__link::after{
    content: "";
    display: block;
    background: url("../img/arrow.svg") no-repeat 0 0;
    width: 1em; height: 1em;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.3em;
}
.top-oshiana__stopbtn{ display: none;}
.top-oshiana__intro{
    text-align: center;
    padding: 0.5em 0 0;
}
.top-oshiana__name{
    font-weight: 500;
    font-size: 110%;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0.3em;
    background: linear-gradient(transparent 70%, #00dbed 0%);
    display: none;
}
.top-oshiana__comment{
    font-size: 88%;
    line-height: 1.2;
    margin-bottom: 0.3em;
    text-align: center;
    /*padding: 0.6em;
    border: dotted 0.24em #000;*/
    display: none;
}
.top-oshiana__link{
    font-size: 100%;
    display: none;
    padding: 0;
}
.top-oshiana__link a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.7em 0;
}

.top-oshiana__rcm{
    background-color: #00cdde;
    position: absolute;
    /*top: -1em;*/
    top: 0.2em;
    left: -0.8em;
    color: #fff;
    line-height: 1.1;
    padding: 0.2em 0.2em;
    border-radius: 50%;
    font-size: 124%;
    font-weight: bold;
    text-align: center;
    /*text-shadow: 1px 1px 1px #008893, -1px 1px 1px #008893, 1px -1px 1px #008893, -1px -1px 1px #008893;*/
    text-shadow: -1px -1px 1px #008893;
    transform: rotate(-15deg);
    z-index: 50;
}
/*.top-oshiana__rcm::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position:absolute;
    bottom: 2.8em;
    right: -0.8em;
    border-width: 1.2em 0.4em 0 0.4em;
    border-color: #00cdde transparent transparent transparent;
    transform: rotate(-110deg);
}*/
@media screen and (max-width: 650px) {
    .top-oshiana__rcm{
        top: 0.4em;
        left: -0.4em;
        /*bottom: 0.2em;*/
    }
}
.top-oshiana__rcm p{
    border: dotted 3px #fff;
    border-radius: 50%;
    padding: 0.7em 0.8em 0.8em ;
}
/*.top-oshiana__rcm p::before,
.top-oshiana__rcm p::after{
    content: "★★★";
    display: block;
    font-size: 74%;
    color: #ccfbff;
}
.top-oshiana__rcm p::before{ margin-bottom: 0.3em;}
.top-oshiana__rcm p::after{ margin-top: 0.3em;}*/

.blinking{
	-webkit-animation:blink 0.2s ease-in-out 4 alternate;
    -moz-animation:blink 0.2s ease-in-out 4 alternate;
    animation:blink 0.2s ease-in-out 4 alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
.blinking2{
	-webkit-animation:blink2 2.2s ease-in-out infinite alternate;
    -moz-animation:blink2 2.2s ease-in-out infinite alternate;
    animation:blink2 2.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink2{
    0% {opacity:1;}
    40% {opacity:1;}
    50% {opacity:0.5;}
    60% {opacity:1;}
    100% {opacity:1;}
}
@-moz-keyframes blink2{
    0% {opacity:1;}
    40% {opacity:1;}
    50% {opacity:0.5;}
    60% {opacity:1;}
    100% {opacity:1;}
}
@keyframes blink2{
    0% {opacity:1;}
    40% {opacity:1;}
    50% {opacity:0.5;}
    60% {opacity:1;}
    100% {opacity:1;}
}
/* -------------------------------------
	Twitter
------------------------------------- */
.top-twitter::before{
    content: "X";
    display: inline-flex;
    position: absolute;
    justify-content: flex-end;
    top: -0.24em;
    left: 0;
    right: 0;
    font-size: 700%;
    line-height: 1.0;
    font-weight: bold;
    color: #eee;
    z-index: 1;
    /*letter-spacing: -0.02em;*/
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Teko', sans-serif;*/
}
.top-twitter .content-wrap__h2{
    background: url("../img/icn_x_bk.svg") no-repeat center center;
    height: 1.4em;
    position: relative;
    z-index: 10;
}
.top-twitter__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 20;
}
.top-twitter__list__tweet{
    width: 32%;
    background-color: #fff;
    padding: 1em 1em 3.5em;
    margin-bottom: 2.6em;
    border-radius: 0.3em;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.16);
}
@media screen and (max-width: 950px) {
    .top-twitter__list__tweet{
         width: 48%;
    }
    .top-twitter__list__tweet:nth-of-type(3){ display: none;}
}
@media screen and (max-width: 650px) {
    .top-twitter__list__tweet{
         width: 100%;
    }
    .top-twitter__list__tweet:nth-of-type(2){ display: none;}
}
.top-twitter__list__tweet__profile{
    display: flex;
}
.top-twitter__list__tweet__profile__image{
    width: 48px;
}
.top-twitter__list__tweet__profile__data{
    width: calc( 100% - 48px);
    padding-left: 0.5em;
    box-sizing: border-box;
}
.top-twitter__list__tweet__profile__name{
    font-size: 88%;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 0;
}
.top-twitter__list__tweet__profile__screen-name{
    font-size: 78%;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 0;
    color: #555;
}
.top-twitter__list__tweet__profile__update{
    font-size: 78%;
    line-height: 1.4;
    margin: 0;
    padding: 0.2em 0 0;
    color: #555;
}
.top-twitter__list__tweet__text{
    font-size: 94%;
    line-height: 1.6;
    padding: 0.5em 0;
    white-space: pre-wrap;
}
.top-twitter__list__tweet__text p{ margin-bottom: 0.5em;}
.top-twitter__list__tweet__text a{
    color: #1d9bf0;
    display: inline-block;
}
.top-twitter__list__tweet__photo{
    max-height: 29vw;
    border-radius: 0.3em;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .top-twitter__list__tweet__photo{ max-height: 350px;}
}
@media screen and (max-width: 950px) {
    .top-twitter__list__tweet__photo{ max-height: 60vw;}
}
@media screen and (max-width: 650px) {
    .top-twitter__list__tweet__photo{ max-height: 100%;}
}
/*.top-twitter__list__tweet__thum a{
    display: block;
    position: relative;
}
.top-twitter__list__tweet__thum a::before{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid 4px rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    top: 50%;
    left: 0;
    right: 0;
    margin: -29px auto 0;
}
.top-twitter__list__tweet__thum a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: -14px 0 0 -7px;
}*/

.top-twitter__list__tweet__func{
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
    position: absolute;
    width: calc(100% - 2em);
    bottom: 1em;
    left: 0; right: 0;
    margin: 0 auto;
}
.top-twitter__list__tweet__func li{
    flex-basis: 1;
    width: 32%;
    text-align: center;
}
.top-twitter__list__tweet__func li a{
    display: block;
    widows: 100%;
    /*background-color: #17b9ce;*/
    background-color: #000;
    font-size: 84%;
    color: #fff;
    line-height: 1.0;
    padding: 0.4em 0;
    /*border-radius: 4em;*/
    border-radius: 0.2em;
    border-top: solid 0.3em #13a9f8;
    border-bottom: solid 0.3em #13a9f8;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
}
.cx_displaydevice .top-twitter__list__tweet__func li a:hover{
    background-color: #13a9f8;
}

/* -------------------------------------
	応援メッセージ
------------------------------------- */
.top-message{
    /* width: 33%; */
    width: 43%;
    padding: 1.0em 1em 1.0em;
    box-sizing: border-box;
    border-radius: 0.3em;
    border-top: solid 0.4em #000;
    border-bottom: solid 0.4em #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 950px) {
    .top-message{ width: 50%;}
}
@media screen and (max-width: 800px) {
    .top-message{
        width: 100%;
        margin-bottom: 3em;
    }
}
.top-message__h2{
    font-size: 220%;
    line-height: 1.0;
    color: #000;
    text-align: center;
    /*margin-bottom: 1em;*/
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0.3em;
}
.top-message__announce{
    text-align: center;
    padding: 0.6em 0;
    font-size: 94%;
    line-height: 1.6;
}
.top-message__latest{
    background-color: #fff;
    padding: 1em;
    /*border-radius: 0.2em;*/
    border: dotted 0.2em #000;
}
.top-message__latest__ttl{
    font-weight: bold;
    line-height: 1.4;
    background: linear-gradient(transparent 70%, #00dbed 0%);
    display: inline;
}
.top-message__latest__message{
    font-size: 94%;
    line-height: 1.6;
    margin-top: 0.6em;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    border-bottom: solid 1px #aaa;
    text-align: justify;
}
.top-message__latest__user{
    display: flex;
    flex-wrap: wrap;
    font-size: 88%;
    color: #555;
}
.top-message__latest__user > *{ margin-right: 1em;}

.top-message__btn{
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em;
}
.top-message__btn li{
    flex-basis: 1;
    width: 49%;
}
.top-message__btn li a{
    display: block;
    background-color: #00dbed;
    font-size: 108%;
    color: #003346;
    /*color: #fff;*/
    line-height: 1.2;
    font-weight: 500;
    padding: 0.5em 0;
    border-radius: 0.2em;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
    text-align: center;
    /*border-top: solid 0.2em #d2faff;
    border-bottom: solid 0.2em #11a5b9;*/
    font-family: 'Oswald', sans-serif;
    position: relative;
}
.top-message__btn li a::after{
    content: "";
    display: block;
    background: url("../img/arrow.svg") no-repeat 0 0;
    width: 1em; height: 1em;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.3em;
}
.cx_displaydevice .top-message__btn li a:hover{
    background-color: #18ffff;
}
@media screen and (min-width: 800px) and (max-width: 950px) {
    .top-message__btn li a{ font-size: 100%;}
    .top-message__btn li a::after{
        width: 0.8em; height: 0.8em;
        margin-top: -0.2em;
    }
}

/* -------------------------------------
	バナーエリア
------------------------------------- */
/* .top-bnr{
    width: 62%;
    margin-left: 5%;
} */
/* .top-bnr{
    width: 47%;
    margin-left: 10%;
} */
.top-bnr__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .top-bnr__list li{
    width: 23.5%;
    margin-right: 2%;
} */
.top-bnr__list li{ width: 17%;}
@media screen and (max-width: 1000px) {
    /* .top-bnr{ width: 52%; margin-left: 5%;} */
    .top-bnr__list li{ width: 18%;}
}
@media screen and (max-width: 950px) {
    /* .top-bnr{ width: 45%; margin-left: 5%;} */
    .top-bnr__list li{ width: 19%;}
}
/* @media screen and (max-width: 800px) {
    .top-bnr{
        width: 100%;
        margin-left: 0;
    }
} */
@media screen and (max-width: 768px) {
    .top-bnr__list{ justify-content: center;}
    .top-bnr__list li{ width: 32%; margin-left: 0.5%; margin-right: 0.5%;}
    .top-bnr__list li:nth-of-type(1),
    .top-bnr__list li:nth-of-type(2),
    .top-bnr__list li:nth-of-type(3){ margin-bottom: 1em;}
}

/* -------------------------------------
	SNS注意文言
------------------------------------- */
.sns-attention__ttl{
    font-weight: bold;
    font-size: 94%;
    line-height: 1.4;
    padding-bottom: 0.4em;
    text-align: center;
}
.sns-attention__detail{
    font-size: 88%;
    line-height: 1.6;
    text-align: center;
}
@media screen and (max-width: 1120px) {
    .sns-attention__detail br{ display: none;}
}
@media screen and (max-width: 950px) {
    .sns-attention__ttl,
    .sns-attention__detail{ text-align: left;}
}
