@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: currentColor;
  text-decoration: none;
}

a:visited, a:hover {
  color: currentColor;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #FFFF99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea,
select,
button {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}

input[type="text"],
textarea {
  background-color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
[type="submit"],
[type="button"],
[type="search"],
[type="reset"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button:hover,
[type="submit"]:hover,
[type="button"]:hover,
[type="search"]:hover,
[type="reset"]:hover {
  cursor: pointer;
}

html {
  font-size: 14px;
  background-color: #1E252E;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.73vw;
  }
}

body {
  font-family: YakuHanJP,Hiragino Kaku Gothic Pro, "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  color: #1E252E;
  min-width: 950px;
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

b {
  font-weight: bold;
}

select:hover {
  cursor: pointer;
}

/*ttl*/
.ttl-cmn-lev1 {
  font-size: 2.2857rem;
  color: #FFFFFF;
  margin-top: 33px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-lev1 {
    font-size: 1.2857rem;
    margin-top: 5.3vw;
    margin-bottom: 3vw;
  }
}

.ttl-cmn-lev2 {
  position: relative;
  font-weight: bold;
  font-size: 1.4285rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-lev2 {
    font-size: 5.33vw;
  }
}

.ttl-cmn-label-01 {
  display: inline-block;
  text-align: center;
  font-size: 1.2857rem;
  border-radius: 16px;
  vertical-align: middle;
  max-width: 120px;
  padding: 6px;
  margin-left: 10px;
  width: 100%;
  background: #FF8000;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-label-01 {
    font-size: 1rem;
    margin-left: 1em;
    padding: 0.4em;
    max-width: 25.6vw;
    border-radius: 3.2vw;
  }
}

.ttl-cmn-detail {
  margin-bottom: 30px;
  padding: 20px 30px;
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-detail {
    margin: 4vw 0;
    padding: 0 0 4vw;
    font-size: 1.2857rem;
  }
}

.ttl-cmn-detail.s-border {
  border-top: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-detail.s-border {
    padding-top: 4vw;
  }
}

.ttl-cmn-base {
  margin-top: 2em;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.285rem;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-base {
    font-size: 1rem;
  }
}

.ttl-01 {
  float: left;
}

@media screen and (max-width: 767px) {
  .ttl-01 {
    float: none;
    margin-bottom: 0;
  }
}

.ttl-02 {
  float: left;
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  .ttl-02 {
    min-width: auto;
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}

.ttl-sub1 {
  font-size: 1.4285rem;
  color: #CFCFCF;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .ttl-sub1 {
    font-size: 4.26vw;
    margin-left: 4vw;
  }
  .ttl-sub1.cat-voice, .ttl-sub1.cat-article {
    display: none;
  }
  .ttl-sub1.cat-voice.is-active, .ttl-sub1.cat-article.is-active {
    display: inline;
  }
}

.ttl-program-radiko {
  font-size: 1.4285rem;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  margin-bottom: 2em;
}

.ttl-timefree {
  font-size: 1.928rem;
  color: #FFFFFF;
  line-height: 37px;
  max-width: 450px;
}

.ttl-timefree img {
  margin-right: 0.2em;
  vertical-align: middle;
}

/* text関連 */
.txt-cmn-l-02 {
  font-size: 1.4285rem;
}

@media screen and (max-width: 767px) {
  .txt-cmn-l-02 {
    font-size: 4.26vw;
  }
}

.txt-cmn-ll {
  font-size: 1.2857rem;
}

.txt-cmn-l {
  font-size: 1.1428rem;
}

@media screen and (max-width: 767px) {
  .txt-cmn-l {
    font-size: 4.26vw;
  }
}

.txt-cmn-m {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .txt-cmn-m {
    font-size: 3.733vw;
  }
}

.txt-cmn-s {
  font-size: 0.8571rem;
}

@media screen and (max-width: 767px) {
  .txt-cmn-s {
    font-size: 3.2vw;
  }
}

.txt-cmn-label {
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  font-size: 1.1428rem;
  min-width: 85px;
  padding: 0.2em 0.5em;
  color: #FFFFFF;
  margin-bottom: 1em;
  margin-right: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .txt-cmn-label {
    font-size: 3.2vw;
    border-radius: 3.2vw;
    min-width: auto;
    padding: 0.2em 2em;
  }
}

.txt-cmn-label-top {
  display: inline-block;
  border-radius: 16px;
  padding: 0.2em 0.5em;
  color: #FFFFFF;
  min-width: 85px;
  font-size: 1.1428rem;
  text-align: center;
}

.txt-cmn-label-after {
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  font-size: 1.1428rem;
  min-width: 85px;
  padding: 0.2em 0.5em;
  color: #FFFFFF;
  margin-left: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .txt-cmn-label-after {
    font-size: 3.2vw;
    border-radius: 3.2vw;
    min-width: auto;
    padding: 0.2em 2em;
  }
}

.txt-cmn-base {
  margin-top: 1.5em;
  color: #CEC3C3;
  font-size: 1.142rem;
}

@media screen and (max-width: 767px) {
  .txt-cmn-base {
    font-size: 1rem;
  }
}

.txt-article {
  color: currentColor;
}

.txt-searchresult {
  font-size: 1.142rem;
}

@media screen and (max-width: 767px) {
  .txt-searchresult {
    font-size: 3.2vw;
  }
}

.txt-searchresultnum {
  font-size: 4.26vw;
  margin-top: 3.666vw;
}

.txt-personality {
  color: #CFCFCF;
  margin-top: 0.5em;
  font-size: 1.1428rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3em;
}

@media screen and (max-width: 767px) {
  .txt-personality {
    font-size: 3.2vw;
  }
}

.txt-period {
  width: 100%;
  color: #FF4E00;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .txt-period {
    margin-top: 5.6vw;
    display: block;
    height: auto;
  }
}

.txt-period.is-over {
  color: #1E252E;
}

@media screen and (max-width: 767px) {
  .txt-period.is-over {
    font-size: 4.266vw;
  }
}

.txt-period-02 {
  color: #FF4E00;
  font-weight: bold;
  font-size: 0.8571rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-period-02 {
    padding: 0;
    display: block;
    height: auto;
    margin-top: 5.6vw;
  }
}

.txt-important {
  color: #FD6B6B;
}

.txt-cmn-01 {
  color: #1A2E6E;
}

.txt-result {
  margin-top: 0.25em;
  font-size: 1rem;
  line-height: 1.4;
  color: #CFCFCF;
}

@media screen and (max-width: 767px) {
  .txt-result {
    width: 95%;
    margin-bottom: 0.2em;
    font-size: 0.9285rem;
  }
}

.txt-complete {
  color: #FF4E00;
  margin: 70px 0 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-complete {
    margin: 8.53vw 0 4vw;
  }
}

.txt-label-01 {
  background-color: #FF5800;
}

.txt-label-02 {
  background-color: #FF8000;
}

.txt-label-03 {
  color: #1E252E;
  background-color: #FFD800;
}

.txt-article-num-02 {
  position: absolute;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFD800;
  z-index: 1;
  width: 58px;
  height: 58px;
  top: -17px;
  left: -11px;
}

@media screen and (max-width: 767px) {
  .txt-article-num-02 {
    top: -5.5vw;
    left: -3vw;
    width: 14vw;
    height: 14vw;
    font-size: 5.33vw;
  }
}

.txt-tag {
  font-size: 1.4285rem;
}

.txt-radiko-base {
  font-size: 1.142rem;
}

@media screen and (max-width: 767px) {
  .txt-radiko-base {
    font-size: 3.733vw;
  }
}

.txt-radiko-broadcast {
  display: inline;
  font-size: 1.4285rem;
}

@media screen and (max-width: 767px) {
  .txt-radiko-broadcast {
    display: block;
    text-align: center;
    font-size: 4vw;
  }
}

.txt-radiko-warn {
  color: red;
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.142rem;
}

@media screen and (max-width: 767px) {
  .txt-radiko-warn {
    margin-top: 1em;
  }
}

.txt-radiko-reco {
  color: #2194FB;
  margin-top: 1rem;
  font-size: 1.142rem;
}

@media screen and (max-width: 767px) {
  .txt-radiko-reco {
    font-size: 3.733vw;
    margin-top: 4vw;
  }
}

.txt-caption {
  display: block;
  margin-top: 0.75em;
  line-height: 1.4;
  color: #CEC3C3;
}

@media screen and (max-width: 767px) {
  .txt-caption {
    margin-top: 2vw;
    font-size: 0.8571rem;
  }
}

.s-indent-01 {
  margin-left: 0.75em;
}

.s-space-01 {
  margin-top: 40px;
}

.s-space-02 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .s-space-02 {
    margin-top: 14vw;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

/* リンク関連 */
a.link-text {
  text-decoration: underline;
}

a.link-text:hover {
  text-decoration: none;
}

/*========================================================
module
=========================================================*/
.nav-menu {
  width: 100%;
  font-size: 1.1428rem;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .nav-menu {
    font-size: 4.26vw;
  }
}

.nav-menu .txt-name {
  font-size: 1.2857rem;
}

@media screen and (max-width: 767px) {
  .nav-menu .txt-name {
    font-size: 4.8vw;
  }
}

.nav-menu .txt-fm {
  font-size: 0.8571rem;
  color: #2D49A4;
  display: inline;
  margin-top: 5px;
  width: 100%;
  padding-left: 0.2em;
}

@media screen and (max-width: 767px) {
  .nav-menu .txt-fm {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
}

.nav-menu-btn {
  margin: 30px auto;
  width: 75.6%;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .nav-menu-btn {
    margin: 8vw auto;
  }
}

.nav-menu .btn-square-04 {
  padding: 0.5em 0;
}

.nav-menu .img-account {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .nav-menu .img-account {
    width: 12.8vw;
    height: 12.8vw;
    margin-right: 3vw;
  }
}

.nav-menu .ico-arrow-rr-01-in:after {
  font-size: 1.2rem;
  right: 5%;
}

.nav-menu .s-bd-b {
  border-bottom: 1px solid #FFFFFF;
}

.nav-menu .nav-menu-list a {
  width: 100%;
  min-height: 45px;
  padding: 15px 6% 15px 25%;
  display: table;
  vertical-align: middle;
}

.nav-menu .nav-menu-list a:before {
  content: "";
  position: absolute;
  left: 12%;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .nav-menu .nav-menu-list a {
    padding: 3.86vw 3.8vw 4vw 16.8vw;
  }
  .nav-menu .nav-menu-list a:before {
    left: 8.5vw;
    background-size: contain;
  }
}

.nav-menu .nav-menu-list a:hover {
  background: #FFFFFF;
}

.nav-menu .nav-menu-list-02 {
  font-size: 1.28571rem;
  color: #FFFFFF;
}

.nav-menu .nav-menu-list-02 a {
  background: #1E252E;
  color: #FFFFFF;
}

.nav-menu .nav-menu-list-02 a:hover {
  color: #1E252E;
}

.nav-menu-01 .s-first a {
  min-height: 90px;
  padding: 21px 6% 21px 7.6%;
}

@media screen and (max-width: 767px) {
  .nav-menu-01 .s-first a {
    padding: 3.86vw 3.8vw 4vw 5vw;
  }
}

.nav-menu-01 .s-first a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: middle;
  width: 58%;
}

@media screen and (max-width: 767px) {
  .nav-menu-01 .s-first a > span {
    width: 39vw;
  }
}

.nav-menu-02:before {
  content: "";
  display: block;
  width: 88%;
  height: 1px;
  margin: auto;
  background: #CFCFCF;
}

.nav-footer {
  margin: 32px 0 45px;
}

@media screen and (max-width: 767px) {
  .nav-footer {
    width: 59.2vw;
    margin: 0 auto 9.3vw;
    letter-spacing: -0.08rem;
  }
}

.nav-footer-list {
  display: inline-block;
  font-size: 1.4285rem;
}

@media screen and (max-width: 767px) {
  .nav-footer-list {
    font-size: 1rem;
    margin-top: 1.4em;
  }
}

.nav-footer-list:after {
  content: "|";
  display: inline-block;
  margin-left: 0.5rem;
}

.nav-footer-list.s-end:after {
  display: none;
}

.nav-account {
  display: none;
  z-index: 10;
}

.nav-account-menu {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px 30px;
  color: #1E252E;
  position: absolute;
  right: -1vw;
  top: 130px;
  width: 342px;
  z-index: 1;
  font-size: 1.2857rem;
}

.nav-account-menu:before {
  top: -17px;
  right: 49px;
  position: absolute;
  display: block;
  content: "\025b2";
  color: #FFFFFF;
  font-size: 1.8rem;
}

.nav-account-menu .img-account {
  margin-right: 1em;
}

.nav-account-list {
  border-bottom: 1px solid #CFCFCF;
}

.nav-account-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 80px;
}

.nav-account-list a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-account-list a:hover {
  text-decoration: underline;
}

.nav-account-list.s-first a {
  padding: 23px 10px;
}

.nav-account-list.btn-square-03 {
  padding: 0;
  margin-top: 13px;
  color: #FFFFFF;
}

.nav-account-list.btn-square-03 a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-account-list.btn-square-03 a:hover {
  text-decoration: none;
}

.nav-account-list.btn-square-03 span {
  font-size: 1rem;
}

.nav-account .txt-fm {
  font-size: 0.8571rem;
  color: #2D49A4;
  display: block;
  margin-top: 5px;
  width: 100%;
  padding-left: 0.2em;
}

.nav-trend {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-trend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8vw 0;
  }
  .nav-trend .cat-cmn {
    font-size: 1.2142rem;
    background-color: transparent;
    border: 1px solid #818181;
    color: #818181;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav-trend .cat-cmn.is-active:not(.cat-01):not(.cat-02) {
    background-color: #1A2E6E;
    border: 1px solid #1A2E6E;
    color: #FFFFFF;
  }
  .nav-trend .cat-cmn.cat-01.is-active {
    background-color: #FF8000;
    border: 1px solid #FF8000;
    color: #FFFFFF;
  }
  .nav-trend .cat-cmn.cat-02.is-active {
    background-color: #28CDD9;
    border: 1px solid #28CDD9;
    color: #FFFFFF;
  }
}

.nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #818181;
}

@media screen and (max-width: 767px) {
  .nav-tab.s-item3 {
    max-width: none;
  }
  .nav-tab.s-item3 .cat-cmn {
    padding: 2.1vw 1em;
  }
}

@media screen and (max-width: 767px) {
  .nav-tab {
    margin: 6vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav-tab .cat-cmn {
  border: 1px solid #818181;
  color: #818181;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: transparent;
  border-radius: 21px;
  width: 100%;
  padding: 0.55em 3em;
  max-width: 168px;
  font-size: 1.2857rem;
  margin-right: 30px;
}

.nav-tab .cat-cmn.no-selected {
  background: #818181;
  color: #444242;
  pointer-events: none;
}

.nav-tab .cat-cmn.no-display {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-tab .cat-cmn {
    width: 100%;
    font-size: 4.8vw;
    max-width: 40vw;
    padding-top: 2.1vw;
    padding-bottom: 2.1vw;
    border-radius: 5.6vw;
    margin: 0 2vw;
  }
}

.nav-tab .cat-cmn.is-active:not(.cat-01):not(.cat-02), .nav-tab .cat-cmn:not(.cat-01):not(.cat-02):hover {
  background-color: #1A2E6E;
  border: 1px solid #1A2E6E;
  color: #FFFFFF;
}

.nav-tab .cat-cmn.cat-01.is-active, .nav-tab .cat-cmn.cat-01:hover {
  background-color: #FF8000;
  border: 1px solid #FF8000;
  color: #FFFFFF;
}

.nav-tab .cat-cmn.cat-02.is-active, .nav-tab .cat-cmn.cat-02:hover {
  background-color: #28CDD9;
  border: 1px solid #28CDD9;
  color: #FFFFFF;
}

.box {
  /*記事*/
  /*検索box*/
}

.box-article {
  line-height: 1.6;
}

.box-article-item > a {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.box-article-item > a:hover {
  opacity: 0.8;
}

.box-article-wrapper {
  scrollbar-color: #333333;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.box-article-wrapper::-webkit-scrollbar {
  display: none;
  width: 5px;
  height: 4px;
  background: #333333;
}

.box-article-wrapper::-webkit-scrollbar-button {
  width: 5px;
  height: 3px;
  background: #666666;
}

.box-article-wrapper::-webkit-scrollbar-thumb {
  background: #666666;
}

.box-article-wrapper::-webkit-scrollbar-corner {
  background: #333333;
}

.box-article-img {
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.box-article-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box-search {
  max-width: 1144px;
  margin: auto;
  color: #FFFFFF;
}

.box-search-item, .box-search-btn-01, .box-search-btn-02 {
  display: inline-block;
  margin-right: 1%;
  position: relative;
  width: 100%;
}

.box-search-item input,
.box-search-item button,
.box-search-item select,
.box-search-item a, .box-search-btn-01 input,
.box-search-btn-01 button,
.box-search-btn-01 select,
.box-search-btn-01 a, .box-search-btn-02 input,
.box-search-btn-02 button,
.box-search-btn-02 select,
.box-search-btn-02 a {
  width: 100%;
  padding: 7px !important;
  vertical-align: initial;
}

.box-search-item {
  max-width: 339px;
  width: 29.6%;
}

.box-search-item input,
.box-search-item select {
  color: #1E252E;
  border-radius: 3px !important;
}

.box-search .txt-label {
  display: block;
  font-size: 0.7857rem;
  padding-bottom: 5px;
}

.box-search-btn-01 {
  max-width: 226px;
  width: 19.75%;
  font-size: 1.1428rem;
}

.box-search-btn-02 {
  max-width: 186px;
  width: 16.25%;
  margin-right: 0;
  white-space: nowrap;
}

.box-search .select2 {
  color: #1E252E;
}

.box-search .select2-container {
  width: 100% !important;
  background: #FFFFFF;
  border-radius: 3px;
  max-height: 40px;
  overflow-y: auto;
}

.box-search .select2 .select2-selection {
  border: none;
}

.box-search .select2 .select2-selection--multiple {
  border: none;
  background-color: transparent;
}

.box-search .select2 .select2-selection__rendered {
  padding: 0;
}

.box-search .select2 .select2-search__field {
  margin: 0;
  background: #FFFFFF;
}

.box-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-pagination-item {
  color: #818181;
  padding: 0.5rem 0.75rem;
}

.box-pagination .link-pagination {
  font-size: 1.1428rem;
}

@media screen and (max-width: 767px) {
  .box-pagination .link-pagination {
    font-size: 4.266vw;
  }
}

.box-pagination .link-pagination.is-active {
  color: #FFFFFF;
}

.box-pagination .link-pagination:hover {
  color: #FFFFFF;
}

.box-sns {
  width: 100%;
  max-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 1.0714rem;
}

@media screen and (max-width: 767px) {
  .box-sns {
    max-width: none;
  }
  .box-sns .s-first {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.box-sns .cat-cmn {
  padding: 0.5em 0.8em;
}

.box-sns a {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.box-sns a:hover {
  opacity: 0.8;
}

.box-sns img {
  vertical-align: middle;
}

.box-cmn-program .box-sns {
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .box-cmn-program .box-sns {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    float: none;
    margin-top: 6.4vw;
    position: relative;
    top: 0;
    bottom: 0;
    padding-left: 64.869vw;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-program .ico-heart2 {
    padding: 1vw 3vw;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-program .ico-cmn-sns {
    margin-left: 3vw;
  }
}

.box-program-ttl {
  margin-bottom: 30px;
  width: 100%;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .box-program-ttl {
    margin: 4vw 0 2vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 5.33vw;
  }
}

.box-program-ttl-sub {
  font-size: 2.2857rem;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  float: left;
}

@media screen and (max-width: 767px) {
  .box-program-ttl-sub {
    font-size: 5.33vw;
    text-align: center;
    float: none;
  }
}

.box-program-ttl2 {
  font-size: 1.285rem;
  color: #FFFFFF;
  padding: 0 13em 1.2em 0;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 1em;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-program-ttl2 {
    padding-bottom: 4vw;
    margin-bottom: 0;
    padding-right: 0;
    padding-top: 4vw;
    font-size: 4.26vw;
    width: 100%;
  }
}

.box-program-content {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-program-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-program-img {
  width: 100%;
  border: 1px solid #E8E6DF;
  border-radius: 5px;
  max-width: 106px;
  max-height: 106px;
}

@media screen and (max-width: 767px) {
  .box-program-img {
    max-width: 100%;
    max-height: 100%;
  }
}

.box-program-txt {
  color: #CEC3C3;
  font-size: 1.2857rem;
  line-height: 1.5;
  width: 100%;
  min-height: 5em;
}

@media screen and (max-width: 767px) {
  .box-program-txt {
    font-size: 3.2vw;
    margin-top: 2vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-height: auto;
  }
}

.box-program-link1 {
  margin-top: 25px;
  color: #818181;
  font-size: 1.2857rem;
}

.box-program-link1 a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
}

.box-program-link1 a:hover {
  text-decoration: none;
}

.box-program-link1.stationlink {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-program-link1 {
    font-size: 2.666vw;
    margin-top: 2vw;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .box-program-link1.stationlink {
    font-size: 1.2857rem;
    margin-top: 0;
  }
}

.box-program-link2 {
  margin-top: 15px;
  width: 100%;
  font-size: 1.1428rem;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .box-program-link2 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 2vw;
    font-size: 1rem;
  }
  .box-program-link2 .btn-square-01 {
    padding: 3.52vw;
  }
}

.box-program-banner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-program-banner {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 2vw;
  }
}

.box-program-banner a {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .box-program-banner a {
    margin-top: 3.2vw;
  }
}

.box-program-banner a {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.box-program-banner a:hover {
  opacity: 0.8;
}

.box-program-banner img {
  width: 100%;
  height: auto;
}

.box-program-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box-program-01 .box-program-content {
  width: 66.25%;
}

@media screen and (max-width: 767px) {
  .box-program-01 .box-program-content {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.box-program-01 .box-program-link2 {
  overflow: hidden;
}

.box-program-01 .box-program-link2 a {
  margin-top: 20px;
  max-width: 320px;
  width: 47%;
  float: left;
}

@media screen and (max-width: 767px) {
  .box-program-01 .box-program-link2 {
    position: static;
  }
  .box-program-01 .box-program-link2 a {
    width: 100%;
    float: none;
    max-width: none;
    margin-top: 4vw;
  }
}

.box-program-01 .box-program-img {
  min-width: 100%;
  min-height: 100%;
  border: 1px solid #E8E6DF;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .box-program-01 .box-program-img {
    min-width: auto;
    min-height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.box-program-01 .box-program-img-wrapper {
  width: 32.5%;
  margin-right: 1.25%;
  padding-top: 32.5%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-program-01 .box-program-img-wrapper {
    min-width: auto;
    margin-right: 0;
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
}

.box-program-01 .box-program-banner {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box-program-01 .box-program-banner {
    margin-top: 4vw;
  }
}

.box-program-01 .box-program-ttl {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}

.box-program-01 .box-sns {
  bottom: 1.2em;
}

.box-program-01 .btn-square-01 {
  padding: 1em;
}

.box-program-01-02 .box-program-content {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .box-program-01-02 .box-program-content {
    padding-bottom: 0;
  }
}

.box-program-01-02 .box-program-link2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-program-01-02 .box-program-link2 {
    position: static;
  }
}

.box-program-01-02 .box-program-link2 .s-col-item {
  margin-top: 20px;
  margin-right: 30%;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .box-program-01-02 .box-program-link2 .s-col-item {
    margin-right: 0;
    margin-top: 3.46vw;
    max-width: none;
  }
}

.box-program-01-02 .box-program-img {
  min-width: 390px;
  min-height: 390px;
  border: 1px solid #E8E6DF;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .box-program-01-02 .box-program-img {
    min-width: auto;
    min-height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.box-program-01-02 .box-program-img-wrapper {
  min-width: 390px;
  float: left;
  margin-right: 2.73%;
}

@media screen and (max-width: 767px) {
  .box-program-01-02 .box-program-img-wrapper {
    min-width: auto;
    margin-right: 0;
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
}

.box-program-01-02 .box-program-banner {
  margin-top: 20px;
}

.box-program-01-02 .box-sns {
  bottom: 0;
}

.box-program-01-03 {
  position: relative;
}

.box-program-01-03 .box-program-img {
  min-width: 390px;
  min-height: 390px;
  border: 1px solid #E8E6DF;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .box-program-01-03 .box-program-img {
    min-width: auto;
    min-height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.box-program-01-03 .box-program-img-wrapper {
  min-width: 390px;
  float: left;
  margin-right: 2.73%;
}

@media screen and (max-width: 767px) {
  .box-program-01-03 .box-program-img-wrapper {
    min-width: auto;
    margin-right: 0;
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
}

.box-program-01-03 .box-program-link2 {
  margin-top: 35px;
  max-width: 390px;
}

@media screen and (max-width: 767px) {
  .box-program-01-03 .box-program-link2 {
    margin-top: 3.46vw;
    max-width: none;
  }
}

.box-program-01-03 .box-sns {
  bottom: 30px;
}

.box-program-02 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-program-02 {
    padding-bottom: 4.533vw;
  }
}

.box-program-02 .box-program-ttl {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-program-02 .box-program-ttl {
    text-align: center;
  }
}

.box-program-02 .box-program-content {
  width: 100%;
}

.box-program-02 .box-program-img {
  margin-right: 31px;
}

@media screen and (max-width: 767px) {
  .box-program-02 .box-program-img {
    min-width: 390px;
    min-height: 390px;
    float: none;
    margin: auto;
    margin-top: 4.533vw;
  }
}

.box-program-02 .box-program-link2 {
  clear: both;
  max-width: 355px;
  float: right;
}

@media screen and (max-width: 767px) {
  .box-program-02 .box-program-link2 {
    max-width: 100%;
    margin-top: 4.533vw;
  }
}

.box-program-02 .box-program-link2 a.btn-cmn {
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .box-program-02 .box-program-link2 a.btn-cmn {
    width: 49%;
    padding: 3vw;
  }
}

.box-program-02 .box-program-link3 {
  clear: both;
  max-width: 500px;
  float: right;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-program-02 .box-program-link3 {
    max-width: 100%;
    margin-top: 4.533vw;
  }
}

.box-program-02 .box-program-link3 a.btn-cmn {
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .box-program-02 .box-program-link3 a.btn-cmn {
    width: 49%;
    padding: 3vw;
  }
}

.box-program-02 .box-sns {
  bottom: -60px;
}

.box-program-03 {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .box-program-03 {
    padding-bottom: 4.533vw;
  }
}

.box-program-03 .link-program {
  margin-right: 31px;
  max-width: 106px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-program-03 .link-program {
    margin: auto;
    max-width: none;
    width: auto;
  }
}

.box-program-03 .box-program-ttl {
  margin-top: 0;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .box-program-03 .box-program-ttl {
    text-align: center;
    margin-top: 5.3vw;
    margin-bottom: 4.5333vw;
  }
}

.box-program-03 .box-program-content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-program-03 .box-program-img {
    max-width: 28.26vw;
    max-height: 28.26vw;
    float: none;
    margin: auto;
  }
}

.box-program-03 .box-program-link2 {
  position: absolute;
  right: 0;
  bottom: 0;
  clear: both;
  max-width: 527px;
  float: right;
}

@media screen and (max-width: 767px) {
  .box-program-03 .box-program-link2 {
    max-width: 100%;
    margin-top: 4.533vw;
    position: static;
  }
}

.box-program-03 .box-program-link2 a.btn-cmn {
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .box-program-03 .box-program-link2 a.btn-cmn {
    width: 49%;
    padding: 3vw;
  }
}

.box-program-03 .box-sns {
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-program-03 .box-sns {
    top: 0;
  }
}

.box-program-04 {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .box-program-04 .link-program {
    width: auto;
  }
}

.box-program-04 .box-program-img {
  margin-right: 31px;
}

@media screen and (max-width: 767px) {
  .box-program-04 .box-program-img {
    float: none;
    margin: auto;
  }
  .box-program-04 .box-program-img img {
    max-width: 28.26vw;
    max-height: 28.26vw;
  }
}

@media screen and (max-width: 767px) {
  .box-program-04 .box-program-content {
    display: block;
  }
}

.box-program-04 .box-program-ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .box-program-04 .box-program-ttl {
    text-align: center;
    margin-top: 5.3vw;
    font-size: 4vw;
  }
}

.box-program-04 .box-program-link2 {
  float: right;
  max-width: 527px;
  width: 60%;
}

.box-program-04 .box-program-link2.s-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .box-program-04 .box-program-link2 {
    max-width: 100%;
    width: 100%;
  }
}

.box-program-04 .box-program-link2 a.btn-cmn {
  padding: 1em;
  margin: 0 1%;
}

@media screen and (max-width: 767px) {
  .box-program-04 .box-program-link2 a.btn-cmn {
    padding: 3vw;
    margin: 4vw 0 0;
  }
}

.box-personality {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-personality figure {
  margin-top: 10px;
  margin-right: 20px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .box-personality figure {
    margin-top: 2vw;
    margin-right: 3.5%;
    width: 31%;
  }
  .box-personality figure:nth-of-type(3n) {
    margin-right: 0;
  }
}

.box-error {
  margin: 30px 0;
  padding: 10px 15px;
  background-color: #D04040;
  line-height: 1.6;
  color: #FFFFFF;
}

.box-error.txt-error {
  display: block;
}

.box-cmn-rounded {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #707070;
  color: #1E252E;
}

@media screen and (max-width: 767px) {
  .box-cmn-rounded {
    border-radius: 2.33vw;
  }
}

.box-cmn-rounded .txt-article {
  color: currentColor;
}

.box-vote-q {
  font-size: 1.4285rem;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .box-vote-q {
    margin-top: 2vw;
    font-size: 5vw;
    display: block;
  }
}

.box-vote-q img {
  max-width: 225px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .box-vote-q img {
    max-width: 100%;
    margin: 0 0 5px;
  }
}

.box-vote-q b {
  margin-right: 0.2em;
}

.box-vote label:hover {
  cursor: pointer;
}

.box-vote input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.box-vote input[type="radio"] + .radio-label:before {
  content: "";
  background: #F4F4F4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: static;
  margin: 0 0.75em 0.25em 0;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.box-vote input[type="radio"]:checked + .radio-label:before {
  background-color: #818181;
  -webkit-box-shadow: inset 0 0 0 4px #F4F4F4;
          box-shadow: inset 0 0 0 4px #F4F4F4;
}

.box-vote input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #818181;
}

.box-vote input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #F4F4F4;
          box-shadow: inset 0 0 0 4px #F4F4F4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.box-voteresult {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .box-voteresult {
    margin-top: 6vw;
  }
}

.box-voteresult-q {
  font-size: 1.4285rem;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-voteresult-q {
    margin-top: 2vw;
  }
}

.box-voteresult-q b {
  margin-right: 0.2em;
}

.box-voteresult-r {
  margin-top: 5px;
  height: 38px;
  background-color: #FF6F00;
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  .box-voteresult-r {
    margin-top: 2vw;
    height: 7.78vw;
  }
}

.box-voteresult-num {
  margin-top: 5px;
  padding: 10px;
  width: 15%;
}

@media screen and (max-width: 767px) {
  .box-voteresult-num {
    margin-top: 2vw;
    padding: 1vw;
  }
}

.box-index-01 {
  clear: both;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box-index-01 .ttl-article {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .box-index-01 .ttl-article {
    margin-bottom: 5.6vw;
  }
}

.box-index-01 .img-article {
  max-width: 100%;
  height: auto;
  border: none;
  position: static;
}

@media screen and (max-width: 767px) {
  .box-index-01 .img-article {
    float: none;
    width: 100%;
  }
}

.box-index-01 .txt-article {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .box-index-01 .txt-article {
    padding-left: 0;
    margin-top: 5.33vw;
  }
}

.box-index-01 .box-article-item {
  padding: 40px 40px 15px;
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-index-01 .box-article-item {
    padding: 5.3vw;
    min-height: auto;
    margin-top: 6.533vw;
  }
}

.box-index-01 .box-article-img {
  max-width: 420px;
  min-width: 320px;
  width: 40%;
  padding: 0;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .box-index-01 .box-article-img {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin: 0;
  }
}

.box-index-01 .btn-article-wrap {
  clear: both;
  margin-top: 30px;
  text-align: center;
}

.box-index-01 .btn-article-wrap a {
  max-width: 492px;
  margin: auto;
}

.box-index-01 .txt-period,
.box-index-01 .txt-period-02 {
  text-align: center;
  display: block;
  margin-top: 1em;
  height: auto;
}

.box-index-01 .list-post-icons {
  color: #FFFFFF;
  margin: 15px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .box-index-01 .list-post-icons a {
    font-size: 3.2vw;
  }
}

.box-index-01 .list-tags {
  margin: 0 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-index-01 .list-tags a {
  margin-top: 1em;
}

.box-index-01 .box-sns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin: 15px 0;
  max-width: none;
}

.box-index-01 .box-sns li {
  margin-left: 0.5em;
}

@media screen and (min-width: 768px) {
  .box-index-01 .s-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .box-index-01 .s-flex .box-article-img {
    margin: 0 2% 0 0;
    min-width: 180px;
    width: auto;
    max-width: 180px;
    height: 9em;
  }
  .box-index-01 .s-flex .box-article-img img {
    width: auto;
    height: 100%;
  }
}

.box-index-02 {
  clear: both;
}

.box-index-02 .txt-article {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 8em;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .box-index-02 .txt-article {
    min-height: auto;
    display: block;
    margin-top: 4vw;
  }
}

.box-index-02 .ttl-article {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .box-index-02 .ttl-article {
    margin-bottom: 5.6vw;
  }
}

.box-index-02 .img-article {
  max-width: 420px;
  border: none;
}

@media screen and (max-width: 767px) {
  .box-index-02 .img-article {
    max-width: none;
  }
}

.box-index-02 .btn-cmn,
.box-index-02 .btn-cmn-02 {
  width: 100%;
  padding: 0.5em;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .box-index-02 .btn-cmn,
  .box-index-02 .btn-cmn-02 {
    max-width: none;
    padding: 0.5em;
  }
}

.box-index-02 .box-article-item {
  padding: 30px 30px 10em;
  min-height: 320px;
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-index-02 .box-article-item {
    padding: 4vw 5.3vw;
    min-height: auto;
    margin-top: 6.533vw;
  }
}

.box-index-02 .btn-more2 {
  margin-bottom: 30px;
  padding: 0.2em 1em;
}

.box-index-02.s-col-2 .img-article {
  max-width: 100%;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .box-index-02.s-col-2 .img-article {
    width: 100%;
  }
}

.box-index-02.s-col-3 .img-article {
  max-width: 100%;
}

.box-index-talkroom .txt-article {
  line-height: 2;
  display: block;
}

.box-index-talkroom .box-article-img {
  max-width: 380px;
  width: auto;
}

.box-index-talkroom .box-article-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .box-index-talkroom .box-article-img {
    width: 100%;
    max-width: none;
  }
}

.box-index-talkroom .box-article-item {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .box-index-talkroom .box-article-item {
    padding: 5.3vw;
  }
}

.box-index-talkroom .box-comment {
  text-align: right;
  color: #707070;
}

.box-index-talkroom .txt-article-01 {
  font-size: 1rem;
}

.box-index-talkroom .txt-article-01 a:hover {
  text-decoration: underline;
}

.box-index-talkroom .txt-article-02 {
  font-size: 0.714rem;
}

.box-detail-01 {
  clear: both;
  overflow: hidden;
  margin-top: 45px;
}

.box-detail-01 .box-article-item {
  padding: 30px 45px;
  line-height: 1.4;
  background: #FFFFFF;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .box-article-item {
    padding: 5.3vw;
    border-radius: 2.33vw;
  }
}

.box-detail-01 .img-article {
  max-width: 422px;
  width: 100%;
  margin: 30px auto 0;
  display: block;
  border: none;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .img-article {
    max-width: none;
  }
}

.box-detail-01 .box-voteresult .img-article {
  margin: 1em 0;
  max-width: 410px;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .box-voteresult .img-article {
    max-width: none;
  }
}

.box-detail-01 .txt-article {
  min-height: auto;
  display: block;
  margin-top: 30px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .txt-article {
    margin-top: 6vw;
  }
}

.box-detail-01 .ttl-article {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .ttl-article {
    margin-bottom: 0;
  }
}

.box-detail-01 .btn-article-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .btn-article-wrap {
    margin-top: 10.4vw;
  }
}

.box-detail-01 .txt-period.is-over {
  margin-top: 40px;
  font-size: 1.4285rem;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .txt-period.is-over {
    margin-top: 6vw;
  }
}

.box-detail-01 .txt-period-02 {
  padding: 0;
  min-height: auto;
  max-width: 32em;
  margin: auto;
  margin-top: 1em;
  line-height: 1.8;
  height: auto;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .txt-period-02 {
    margin-top: 4vw;
    max-width: none;
  }
}

.box-detail-01 .btn-cmn,
.box-detail-01 .btn-cmn-02 {
  padding: 0.7em;
}

@media screen and (max-width: 767px) {
  .box-detail-01 .btn-cmn,
  .box-detail-01 .btn-cmn-02 {
    padding: 0.5em;
  }
}

.box-detail-02 {
  clear: both;
  overflow: hidden;
}

.box-detail-02 .box-article-item {
  padding: 30px 5% 9em;
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-detail-02 .box-article-item {
    padding-bottom: 5vw;
  }
}

.box-detail-02 .ttl-article {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .box-detail-02 .ttl-article {
    margin-bottom: 5.66vw;
  }
}

.box-detail-02 .txt-article {
  margin-top: 1.5rem;
}

.box-detail-02 .img-article {
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-detail-02 .img-article {
    max-width: none;
  }
}

.box-detail-02 .btn-cmn,
.box-detail-02 .btn-cmn-02 {
  padding: 0.7em;
}

@media screen and (max-width: 767px) {
  .box-detail-02 .btn-cmn,
  .box-detail-02 .btn-cmn-02 {
    padding: 0.5em;
  }
}

.box-detail-03 .box-article-item {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .box-detail-03 .box-article-item {
    padding: 5.3vw;
  }
}

.box-detail-03 .img-article {
  max-width: 530px;
  margin: 1.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .box-detail-03 .img-article {
    max-width: 100%;
  }
}

.box-detail-03 .txt-article {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .box-past-broadcast {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .box-past-broadcast {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 95vh;
    z-index: 500000;
    left: 50%;
    top: calc(50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 3.73vw;
    max-height: 95vh;
    overflow-y: auto;
  }
}

.box-past-broadcast-in {
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .box-past-broadcast-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-past-broadcast-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .box-past-broadcast-top {
    white-space: normal;
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 5.3vw;
  }
}

.box-past-broadcast-search {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 51%;
}

@media screen and (max-width: 767px) {
  .box-past-broadcast-search {
    width: 100%;
    color: #09122E;
    display: block;
  }
}

.box-past-broadcast-search button,
.box-past-broadcast-search p,
.box-past-broadcast-search select {
  font-weight: 600;
  line-height: 48px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .box-past-broadcast-search button,
  .box-past-broadcast-search p,
  .box-past-broadcast-search select {
    height: 12.8vw;
    line-height: 12.8vw;
  }
}

.box-past-broadcast-search a {
  font-size: 1.2855rem;
  text-decoration: underline;
  vertical-align: middle;
  margin-left: 1em;
}

.box-past-broadcast-search span {
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .box-past-broadcast-search span {
    display: block;
    text-align: center;
    margin: 4vw 0;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .box-past-broadcast-timetable {
    border: none;
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.box-past-broadcast-timetable-in {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box-past-broadcast-timetable-in {
    border: none;
    padding: 6vw 4vw;
    margin: 0 auto 6vw;
  }
}

.box-past-broadcast-timetable.is-active {
  display: block;
}

.box-past-broadcast-timetable p {
  line-height: 1.5;
}

.box-past-broadcast .ttl-cmn-lev1 {
  text-align: center;
  margin: 0 0 5.4vw;
  font-size: 5.3vw;
  width: 100%;
}

.box-past-broadcast .ttl-cmn-lev1 img {
  display: block;
  width: 10vw;
  height: auto;
  margin: 0 auto 8vw;
}

.box-past-broadcast .modal-close {
  top: 0;
  right: 4vw;
  width: 6.5vw;
  height: 6.5vw;
}

.box-past-broadcast .box-cmn-rounded {
  padding: 40px;
}

.box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100px;
  line-height: 1.6;
  color: #CFCFCF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-info {
    min-height: 20vw;
  }
}

.box-info .btn-login {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 767px) {
  .box-info .btn-login {
    max-width: 490px;
  }
}

.box-info form {
  width: 100%;
}

.box-appvoice {
  margin: auto;
  max-width: 1000px;
  padding: 78px 90px 48px;
  font-size: 1.714rem;
  color: #FFFFFF;
  font-weight: 600;
  background: #26303E;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .box-appvoice {
    padding: 6.4vw 0.98vw 9.7vw;
    font-size: 5.33vw;
    margin-top: 5.3vw;
  }
}

.box-appvoice .link-app {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .box-appvoice .link-app {
    display: block;
    text-align: center;
    margin-top: 4vw;
  }
}

.box-appvoice p {
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .box-appvoice p {
    line-height: 1.8;
  }
}

.box-appvoice li:not(.qr) img {
  height: 7vw;
  max-height: 79px;
  min-height: 67px;
}

@media screen and (max-width: 767px) {
  .box-appvoice li:not(.qr) img {
    height: 20.8vw;
    max-height: none;
    min-height: auto;
    margin-top: 4.8vw;
  }
}

.box-appvoice .qr {
  width: 14.4%;
}

.box-appvoice .qr img {
  width: 100%;
  height: auto;
}

.btn-cmn {
  display: inline-block;
  color: #FFFFFF;
  border: none;
  text-align: center;
  border-radius: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
}

.btn-cmn:visited, .btn-cmn:hover {
  color: #FFFFFF;
}

.btn-cmn-wrapper {
  position: relative;
}

.btn-cmn-02 {
  display: block;
  max-width: 492px;
  margin: auto;
  border: none;
  text-align: center;
  border-radius: 0;
  width: 100%;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
}

.btn-cmn-02:visited, .btn-cmn-02:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .btn-cmn-02 {
    max-width: none;
  }
}

.btn-menutrigger {
  position: relative;
  width: 41px;
  height: 32px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn-menutrigger {
    width: 6.8453vw;
    height: 5.3333vw;
  }
}

.btn-menutrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .btn-menutrigger span {
    height: 0.5333vw;
  }
}

.btn-menutrigger span:nth-of-type(1) {
  top: 0;
}

.btn-menutrigger span:nth-of-type(2) {
  top: 16px;
}

@media screen and (max-width: 767px) {
  .btn-menutrigger span:nth-of-type(2) {
    top: 2.5vw;
  }
}

.btn-menutrigger span:nth-of-type(3) {
  bottom: 0;
}

.btn-menutrigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
          transform: translateY(15px) rotate(-45deg);
}

.btn-menutrigger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.btn-menutrigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
          transform: translateY(-15px) rotate(45deg);
}

.btn-close-menu {
  cursor: pointer;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .btn-close-menu {
    width: 8vw;
    height: 8vw;
    top: 2.5vw;
    right: 3vw;
  }
}

.btn-close-menu span {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 100%;
  height: 2px;
  background-color: #333333;
}

@media screen and (max-width: 767px) {
  .btn-close-menu span {
    top: 4vw;
    right: 0vw;
  }
}

.btn-close-menu span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-close-menu span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-timefree {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn-timefree {
    max-width: none;
    width: 100%;
    margin-bottom: 8vw;
  }
}

.btn-timefree:hover {
  opacity: 0.8;
}

.btn-radiko {
  padding: 8px;
  background: #2194FB;
  text-align: center;
  margin-right: 50%;
}

.btn-radiko img {
  max-width: 223px;
}

@media screen and (max-width: 767px) {
  .btn-radiko {
    max-width: none;
    width: 100%;
    padding: 1.5vw;
    margin-right: 0;
  }
  .btn-radiko img {
    max-width: none;
    width: 58.9vw;
  }
}

.btn-radiko:hover {
  opacity: 0.8;
}

.btn-article-wrap {
  width: 100%;
  font-size: 1.1142rem;
  padding: 0 5%;
}

.btn-article-wrap input {
  font-size: 1.1142rem;
}

@media screen and (max-width: 767px) {
  .btn-article-wrap {
    margin-top: 10.4vw;
    padding: 0;
    position: static;
  }
}

.btn-more2 {
  border: 1px solid currentColor;
  color: currentColor;
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 0.5em 1em;
}

@media screen and (max-width: 767px) {
  .btn-more2 {
    width: 50%;
  }
}

.btn-modify {
  padding: 0.5em 1em;
  color: #818181;
  border: 1px solid #818181;
}

.btn-modify:hover {
  color: #CFCFCF;
  border: 1px solid #CFCFCF;
}

.btn-radiko-location {
  background: #E73C64;
  max-width: 284px;
  width: 56%;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.4285rem;
}

@media screen and (max-width: 767px) {
  .btn-radiko-location {
    width: 100%;
    max-width: none;
  }
}

.btn-radiko-location span {
  margin-right: 0.5em;
}

.btn-radiko-select {
  position: relative;
  cursor: pointer;
  max-width: 269px;
  width: 42%;
}

@media screen and (max-width: 767px) {
  .btn-radiko-select {
    width: 100%;
    max-width: none;
  }
}

.btn-radiko-select-in {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  z-index: 2;
}

.btn-radiko-select-in:focus {
  z-index: -1;
  opacity: 1;
  outline: none;
}

.btn-radiko-select-label {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #2366E5;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4285rem;
  padding: 0 1%;
}

.btn-radiko-select-label:before {
  content: "\f078";
  font-family: Font Awesome\ 5 Free;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 1em;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1;
}

.btn-radiko-clear {
  border: 1px solid currentColor;
  color: #2366E5;
  text-decoration: underline;
  padding: 0.3em 1em;
  margin-left: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .btn-radiko-clear {
    display: none;
    width: 100%;
    margin: 6vw auto 0;
    text-align: center;
    padding: 0.5em;
    font-size: 4.2vw;
  }
}

.btn-radiko-clear:hover, .btn-radiko-clear:visited {
  color: #2366E5;
}

.btn-select {
  position: relative;
  cursor: pointer;
  max-width: 269px;
  width: 42%;
  padding: 0 1%;
}

.btn-select-in {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  z-index: 2;
}

.btn-select-in:focus {
  z-index: -1;
  opacity: 1;
  outline: none;
}

.btn-select-label {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #2366E5;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
}

.btn-select-label:before {
  content: "\f078";
  font-family: Font Awesome\ 5 Free;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 1em;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1;
}

.btn-message {
  padding: 1em;
  background-color: #28CDD9;
  margin-right: 3%;
}

.btn-message:hover {
  opacity: 0.8;
}

.btn-square-01 {
  padding: 1.6em;
  background: #1A2E6E;
}

.btn-square-01:hover {
  opacity: 0.8;
}

.btn-square-02 {
  padding: 0.5em 1em;
  border: 1px solid #FFFFFF;
}

.btn-square-02:hover {
  opacity: 0.8;
}

.btn-square-03 {
  padding: 0.5em 1em;
  background: #28CDD9;
}

.btn-square-03:hover {
  opacity: 0.8;
}

.btn-square-04 {
  padding: 0.5em 1em;
  background: #1E252E;
}

.btn-square-04:hover {
  opacity: 0.8;
}

.btn-square-05 {
  padding: 0.5em 1em;
  background: #FF6600;
}

.btn-square-05:hover {
  opacity: 0.8;
}

.btn-square-06 {
  padding: 0.65em 1em;
  background: #FF4500;
  font-size: 1.4285rem;
}

.btn-square-06:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .btn-square-06 {
    font-size: 4.26vw;
    padding: 3vw;
  }
}

.btn-square-07 {
  border: 1px solid #818181;
  color: #818181;
}

.btn-square-07:hover {
  opacity: 0.8;
}

.btn-rounded-01 {
  border-radius: 3px;
  background: #09122E;
}

.btn-rounded-01:hover {
  opacity: 0.8;
}

.btn-rounded-02 {
  border-radius: 3px;
  border: 1px solid #FFFFFF;
}

.btn-rounded-02:hover {
  opacity: 0.8;
}

.btn-submit-radiko {
  background: #CEC3C3;
  color: #B29E9E;
}

.btn-submit-radiko-in {
  padding: 1em;
  display: block;
}

.btn-login {
  padding: 0.8em;
  width: 100%;
  display: block;
  margin-top: 30px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}

.btn-login-01 {
  background: #0A1526;
  padding: 1em;
  margin-top: 35px;
  font-size: 1rem;
}

.btn-login-02 {
  background: #FFFFFF;
  margin-top: 30px;
  color: #000000;
}

.btn-more,
a.btn-more {
  display: table;
  margin: 30px auto;
  padding: 0.6em 2.2em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 767px) {
  .btn-more:after,
  a.btn-more:after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.5em;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg) translateY(-0.25em);
            transform: rotate(45deg) translateY(-0.25em);
  }
  .btn-more:hover,
  a.btn-more:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .btn-more,
  a.btn-more {
    margin: 0 auto;
    padding: 0.7em 4em;
    border-radius: 4px;
    font-size: 1rem;
  }
}

.ico-cmn {
  position: relative;
}

.ico-cmn:before {
  display: inline-block;
}

.ico-cmn-02 {
  position: relative;
}

.ico-cmn-02:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ico-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ico-flag:before {
  content: "";
  width: 1em;
  height: 1.03em;
  margin-right: 0.25em;
  background: url(/share/v1/img/ico-flag.png) center/cover no-repeat;
}

.ico-speech:before {
  content: "";
  width: 1.02em;
  height: 1em;
  background: url(/share/v1/img/ico-speech.png) center/cover no-repeat;
  margin-right: 1em;
}

.ico-message:before {
  background-image: url(/share/v1/img/ico-message.svg);
}

.ico-comment:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f075";
  margin-right: 0.5em;
}

.ico-bullhorn:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0a1";
  margin-right: 0.25em;
}

.ico-marker:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f3c5";
  margin-right: 0.25em;
  font-weight: 800;
}

.ico-img:before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background: url(/share/v1/img/ico-img.png) center/cover no-repeat;
}

.ico-heart:before {
  content: "";
  width: 1.171em;
  height: 1em;
  margin-right: 1em;
  background: url(/share/v1/img/ico-heart.png) center/cover no-repeat;
}

.ico-heart2:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f004";
  margin-right: 0.5em;
  font-weight: 800;
}

.ico-clip:before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background: url(/share/v1/img/ico-clip.png) center/cover no-repeat;
}

.ico-clip2:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0c6";
  margin-right: 0.5em;
}

.ico-bell:before {
  background-image: url(/share/v1/img/ico-bell.svg);
}

.ico-broadcast:before {
  background-image: url(/share/v1/img/ico-broadcast.svg);
}

.ico-clock:before {
  background-image: url(/share/v1/img/ico-clock.svg);
}

.ico-trendingup:before {
  background-image: url(/share/v1/img/ico-trendingup.svg);
}

.ico-line:before {
  background-image: url(/share/v1/img/ico-line.svg);
}

.ico-user:before {
  background-image: url(/share/v1/img/ico-user.svg);
}

.ico-userconfig:before {
  content: "";
  width: 1.210em;
  height: 1em;
  margin-right: 1em;
  background: url(/share/v1/img/ico-userconfig.png) center/cover no-repeat;
}

.ico-bookmark:before {
  background-image: url(/share/v1/img/ico-bookmark.svg);
}

.ico-status-01, .ico-status-02 {
  display: inline-block;
  width: 4.75em;
  margin-right: 0.75em;
  border-radius: 1em;
  font-size: 0.7142rem;
  text-align: center;
}

.ico-status-01 {
  background-color: #818181;
  color: #FFFFFF;
}

.ico-status-02 {
  border: 1px solid #818181;
  color: #CFCFCF;
}

.ico-mail:before {
  background-image: url(/share/v1/img/ico-mail.svg);
}

.ico-mail-02 {
  padding-left: 2em;
}

.ico-mail-02:before {
  content: "";
  width: 1.744rem;
  height: 1.34rem;
  background: url(/share/v1/img/ico-mail-02.svg) 100%/cover no-repeat;
}

.ico-cmn-sns {
  display: block;
  width: 27px;
  height: 27px;
}

@media screen and (max-width: 767px) {
  .ico-cmn-sns {
    width: 5.333vw;
    height: 5.333vw;
  }
}

.ico-cmn-sns img {
  width: 100%;
}

.ico-talk:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  background: url(/share/v1/img/ico-talk.svg) center/cover no-repeat;
  vertical-align: middle;
}

.ico-dl {
  padding-left: 2.5em;
}

.ico-dl:before {
  content: "\f019";
  font-family: Font Awesome\ 5 Free;
  font-size: 1.3em;
  font-weight: 600;
  left: 0.3em;
}

.ico-pdf {
  padding-left: 2.5em;
}

.ico-pdf:before {
  content: "";
  width: 1.77em;
  height: 1.77em;
  background: url(/share/v1/img/ico-pdf.png) center/cover no-repeat;
  vertical-align: middle;
}

.ico-tw:before {
  font-family: Font Awesome\ 5 Brands;
  content: "\f099";
  font-size: 1.2em;
  left: 10%;
  color: #1DA1F2;
}

.ico-x-tw:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
  font-size: 1.2em;
  position: absolute;
  left: 10%;
}

@media screen and (max-width: 767px) {
  .ico-tw:before {
    font-size: 3.86vw;
    left: 7vw;
  }
}

.ico-fb:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(/share/v1/img/ico-sns-fb2.png) center/cover no-repeat;
  vertical-align: middle;
  left: 10%;
}

@media screen and (max-width: 767px) {
  .ico-fb:before {
    width: 3.86vw;
    height: 3.86vw;
    left: 7vw;
  }
}

.ico-ap:before {
  font-family: Font Awesome\ 5 Brands;
  content: "\f179";
  font-size: 1.2em;
  left: 10%;
}

@media screen and (max-width: 767px) {
  .ico-ap:before {
    font-size: 3.86vw;
    left: 7vw;
  }
}

.ico-gg:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(/share/v1/img/ico-gg.svg) center/cover no-repeat;
  vertical-align: middle;
  left: 10%;
}

@media screen and (max-width: 767px) {
  .ico-gg:before {
    width: 3.86vw;
    height: 3.86vw;
    left: 7vw;
  }
}

.ico-staff:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(/share/v1/img/ico-staff.png) center/cover no-repeat;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .ico-staff:before {
    width: 8vw;
    height: 8vw;
  }
}

.ico-arrow-ll-01::before {
  content: "\03c";
  font-weight: 800;
  font-size: 1em;
  margin-right: 0.5em;
}

.ico-arrow-lr-01:before {
  content: "\025b6";
  color: #61F5E1;
  font-size: 0.8em;
  margin-right: 0.5em;
}

.ico-arrow-rd-01:after {
  position: absolute;
  content: "\025bc";
  color: #FFFFFF;
  font-size: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ico-arrow-rr-01:after {
  content: "\03e";
  margin-left: 0.5em;
  font-size: 1.2rem;
}

.ico-arrow-rr-01-in:after {
  position: absolute;
  right: 1em;
  content: "\03e";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.cat-cmn {
  font-weight: bold;
  border-radius: 16px;
  background: #1A2E6E;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  padding: 0.2em 1em;
}

@media screen and (max-width: 767px) {
  .cat-cmn {
    border-radius: 4.266vw;
  }
}

.cat-01 {
  background: #FF8000;
}

.cat-02 {
  background: #28CDD9;
}

.cat-03 {
  background: #FFFFFF;
  color: #09122E;
}

.link-txt-01 {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 1.285rem;
  color: #FFFFFF;
}

.link-txt-01 a {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link-txt-01 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .link-txt-01 {
    position: static;
    margin-top: 6vw;
    bottom: 7.4vw;
    left: 0;
    width: 100%;
    color: #CFCFCF;
    font-weight: 600;
    font-size: 4.8vw;
  }
  .link-txt-01 a {
    width: 51.2vw;
    text-align: center;
    margin: auto;
    display: block;
    padding: 2vw;
    position: relative;
  }
  .link-txt-01 a:after {
    position: absolute;
    right: 3vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.link-txt-02 {
  text-align: center;
  margin-top: 73px;
  margin-bottom: 20px;
  font-size: 1.285rem;
  color: #FFFFFF;
}

.link-txt-02 a {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link-txt-02 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .link-txt-02 {
    width: 51.2vw;
    color: #CFCFCF;
    font-weight: 600;
    font-size: 4.8vw;
    margin: 7vw auto 4vw;
  }
  .link-txt-02 a {
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    padding: 2vw;
    position: relative;
  }
  .link-txt-02 a:before {
    position: absolute;
    left: 10vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.link-txt-03 {
  font-size: 1.1428rem;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .link-txt-03 {
    font-size: 1rem;
    margin-top: 4vw;
    padding-top: 10vw;
  }
}

.link-txt-04 {
  color: #FFFFFF;
}

.link-txt-04 a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link-txt-04 a:hover {
  text-decoration: underline;
}

.link-program:hover {
  opacity: 0.8;
}

.list-tags {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .list-tags {
    margin: 4vw 0;
  }
}

.list-tags li {
  margin-right: 0.5em;
  line-height: 1.4;
}

.list-tags .cat-cmn {
  font-size: 1rem;
  background-color: #1E252E;
}

@media screen and (max-width: 767px) {
  .list-tags .cat-cmn {
    font-size: 3.2vw;
  }
}

.list-copy {
  margin: 30px auto 20px;
  max-width: 75%;
}

@media screen and (max-width: 767px) {
  .list-copy {
    margin: 6.6vw 0 5.86vw;
    max-width: 100%;
  }
}

.list-copy li {
  background-color: #02061C;
  padding: 0.6em;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .list-copy li {
    margin-top: 3.4vw;
  }
}

.list-program {
  color: #CFCFCF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .list-program {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.list-program .box-article-item {
  margin-bottom: 30px;
  width: 15.6%;
  margin-right: 1.28%;
}

@media screen and (max-width: 767px) {
  .list-program .box-article-item {
    margin-right: 0;
    width: 48%;
    margin-bottom: 6vw;
  }
}

.list-program .box-article-item:nth-of-type(6n) {
  margin-right: 0;
}

.list-program .ttl-article {
  margin-top: 0.5em;
  font-size: 1.28vw;
  word-break: break-all;
}

@media screen and (min-width: 1600px) {
  .list-program .ttl-article {
    font-size: 1.4285rem;
  }
}

@media screen and (max-width: 1200px) {
  .list-program .ttl-article {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .list-program .ttl-article {
    font-size: 1rem;
  }
}

.list-timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 30px;
  font-size: 1.285rem;
}

@media screen and (max-width: 767px) {
  .list-timetable {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6vw 0;
    display: block;
    font-size: 4.8vw;
  }
}

.list-timetable li {
  width: 19.2%;
  margin-top: 20px;
  margin-right: 1%;
  color: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list-timetable li {
    width: 48vw;
    margin: 4vw auto 0;
  }
}

.list-timetable li:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .list-timetable li:nth-of-type(5n) {
    margin-right: auto;
  }
}

.list-timetable li a {
  display: block;
  background: #1E252E;
  padding: 0.6em 0.2em;
}

.img-cmn {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-account {
  border-radius: 50%;
  border: 2px solid rgba(117, 117, 117, 0.4);
  width: 64px;
  height: 64px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-article {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.img-personality {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .img-personality {
    width: 26.666vw;
    height: 26.666vw;
  }
}

.img-logo-app {
  max-width: 125px;
}

@media screen and (max-width: 767px) {
  .img-logo-app {
    max-width: 33.86vw;
  }
}

.mod-item-wrapper {
  margin: 40px 0;
  /* エラーフィールド */
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper {
    margin: 7vw 0;
  }
}

.mod-item-wrapper .mod-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.1428rem;
}

.mod-item-wrapper .mod-item .txt-important.txt-required {
  margin-left: 0.75em;
  font-size: 0.7857rem;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper .mod-item {
    font-size: 1rem;
  }
  .mod-item-wrapper .mod-item br + span.txt-important {
    position: relative;
    display: block;
    margin-top: 1.5vw;
    left: -14.5vw;
  }
}

.mod-item-wrapper .mod-item span {
  line-height: 1.6;
  vertical-align: middle;
}

.mod-item-wrapper .mod-item span:not(.ico-status-01):not(.ico-status-02):not(.txt-important) {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .mod-item-wrapper .mod-item-content.box-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 478px;
    margin-top: 20px;
  }
}

.mod-item-wrapper .mod-item-content .txt-file {
  word-break: break-all;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper .mod-item-content .txt-file {
    display: block;
    margin: 3vw 0;
  }
}

.mod-item-wrapper .mod-item-content .txt-file img {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper .mod-item-content .txt-file img {
    max-width: 80%;
    width: auto;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper .mod-item-content .txt-form {
    margin-top: 3vw;
  }
  .mod-item-wrapper .mod-item-content.box-select {
    margin-top: 3vw;
  }
  .mod-item-wrapper .mod-item-content .txt-tag {
    vertical-align: middle;
  }
  .mod-item-wrapper .mod-item-content.s-flex p:first-child {
    margin-top: 2vw;
  }
}

.mod-item-wrapper .mod-item-content .txt-cmn-s.txt-important {
  display: none;
}

.mod-item-wrapper .mod-item-content .txt-cmn-s.txt-important.txt-error {
  display: block;
}

.mod-item-wrapper .mod-item-content > .txt-form {
  margin-top: 10px;
}

.mod-item-wrapper input[type="text"],
.mod-item-wrapper input[type="password"],
.mod-item-wrapper select {
  width: 100%;
  margin: 10px 0;
  padding: 0.75em 1em;
  background-color: #FFFFFF;
  border-radius: 3px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper input[type="text"],
  .mod-item-wrapper input[type="password"],
  .mod-item-wrapper select {
    margin: 2vw 0;
    font-size: 0.9285rem;
  }
}

.mod-item-wrapper input[type="text"].form-tag {
  width: 120px;
  margin-right: 6px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper input[type="text"].form-tag {
    width: 40vw;
  }
}

.mod-item-wrapper .form-error,
.mod-item-wrapper input.form-error {
  background-color: #FFEBEB;
}

.mod-item-wrapper input.form-code {
  width: 20%;
  margin-right: 0.25em;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper input.form-code {
    width: 30%;
  }
}

.mod-item-wrapper input.form-code:last-child {
  margin-left: 0.25em;
}

@media screen and (min-width: 767px) {
  .mod-item-wrapper input.form-number {
    width: 50%;
  }
}

.mod-item-wrapper select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.mod-item-wrapper select.form-year, .mod-item-wrapper select.form-month, .mod-item-wrapper select.form-day {
  width: 20%;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper select.form-year, .mod-item-wrapper select.form-month, .mod-item-wrapper select.form-day {
    width: 30%;
  }
}

.mod-item-wrapper select::-ms-expand {
  display: block;
}

.mod-item-wrapper textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding: 0.5em;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .mod-item-wrapper textarea {
    margin: 2vw 0;
  }
}

.area-form-wrapper {
  min-height: 400px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .area-form-wrapper {
    min-height: 60vw;
  }
}

.area-form-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.area-form-wrapper input[type="radio"] + .radio-label {
  display: inline-block;
  margin: 10px 0;
}

.area-form-wrapper input[type="radio"] + .radio-label:before {
  content: "";
  background: #F4F4F4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  margin: 0 0.75em 0.25em 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.area-form-wrapper input[type="radio"] + .radio-label[for="radio-2"] {
  margin-left: 1.75em;
}

.area-form-wrapper input[type="radio"]:checked + .radio-label:before {
  background-color: #818181;
  -webkit-box-shadow: inset 0 0 0 4px #F4F4F4;
          box-shadow: inset 0 0 0 4px #F4F4F4;
}

.area-form-wrapper input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #818181;
}

.area-form-wrapper input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #F4F4F4;
          box-shadow: inset 0 0 0 4px #F4F4F4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.area-form-wrapper .btn-square-01,
.area-form-wrapper .btn-square-07 {
  width: auto;
}

.area-form-wrapper .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.area-form-wrapper .list-sns li {
  margin-right: 10px;
  opacity: 0.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.area-form-wrapper .list-sns li.is-active {
  opacity: 1;
}

.area-form-wrapper .list-sns li .fab:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .area-form-wrapper .list-sns li .fab:before {
    width: 9vw;
    height: 9vw;
  }
}

.area-form-wrapper .list-sns li .fa-apple:before {
  font-size: 1.7142rem;
  color: #000000;
}

.area-form-wrapper .list-sns li .fa-twitter:before {
  font-size: 1.5714rem;
  color: #1DA1F2;
}

.area-form-wrapper .list-sns li.ico-facebook {
  width: 36px;
  height: 36px;
}

.area-form-wrapper .list-sns li.ico-facebook .fill-color-01 {
  fill: #1877F2;
}

.area-form-wrapper .list-sns li.ico-facebook .fill-color-02 {
  fill: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .area-form-wrapper .list-sns li.ico-facebook {
    width: 9vw;
    height: 9vw;
  }
}

.area-form-wrapper .list-sns:not(.is-confirm) li {
  cursor: pointer;
}

.area-form-wrapper .list-sns:not(.is-confirm) li:hover {
  opacity: 1;
}

.audee-inner-form .btn-square-01,
.audee-inner-form .btn-square-07 {
  min-width: 220px;
  margin: 30px auto;
  padding: 0.5em 1em;
  font-size: 1.1428rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .audee-inner-form .btn-square-01,
  .audee-inner-form .btn-square-07 {
    width: 80%;
    margin: 3vw 0;
  }
}

@media screen and (max-width: 767px) {
  .audee-inner-form button.btn-square-01 {
    color: #FFFFFF;
  }
  .audee-inner-form button.btn-square-07 {
    color: #818181;
  }
}

@media screen and (min-width: 767px) {
  .audee-inner-form .btn-cmn + .btn-cmn {
    margin-left: 30px;
  }
}

.audee-inner-form .form-file.btn-cmn.btn-square-01 {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0.75em 1.6em;
}

@media screen and (max-width: 767px) {
  .audee-inner-form .form-file.btn-cmn.btn-square-01 {
    display: block;
    margin: 2vw auto;
    width: 80%;
  }
}

.audee-inner-form input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form-btn-01 {
  margin-top: 70px;
  line-height: 1.5;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .form-btn-01 {
    margin-top: 10vw;
  }
}

.form-btn-01 .btn-cmn-02 {
  font-size: 1.285rem;
  margin: auto;
  padding: 0.5em 1em;
}

@media screen and (max-width: 767px) {
  .form-btn-01 .btn-cmn-02 {
    font-size: 4.26vw;
  }
}

.form-btn-02 {
  margin-top: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .form-btn-02 {
    margin-top: 0;
  }
}

.form-btn-02 .btn-cmn-02 {
  margin-top: 30px;
  font-size: 1.285rem;
}

@media screen and (max-width: 767px) {
  .form-btn-02 .btn-cmn-02 {
    font-size: 4.26vw;
    margin: 9vw auto 0;
    width: 80%;
  }
}

.form-btn-03 {
  display: table;
  margin: 0 auto;
  line-height: 1.6;
}

.form-btn-03 .btn-cmn {
  display: block;
  width: 100% !important;
  padding: 0.75em 1.6em;
}

.form-btn-03 .btn-cmn.btn-square-01 {
  margin-bottom: 20px;
}

.form-search {
  line-height: 1.8;
  color: #CFCFCF;
}

.form-search select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-search-item {
  margin-top: 2rem;
}

.form-search-item dd {
  margin-top: 0.5rem;
}

.form-search input[type=text], .form-search-custom-select {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 3px;
}

.form-search input[type=text],
.form-search select {
  width: 100%;
  padding: 0.75em 1em;
  line-height: 1.8;
}

.form-search .s-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.form-search-checkbox-02 {
  margin-top: 4vw;
}

.form-search-checkbox label {
  display: block;
  background: transparent;
  border: 1px solid #635E5E;
  color: #635E5E;
  text-align: center;
  width: 30%;
  border-radius: 0.8vw;
  padding: 0.55em 1em;
}

.form-search-checkbox label:hover {
  cursor: pointer;
}

.form-search-checkbox input {
  display: none;
}

.form-search-checkbox input:disabled + label {
  background: #818181;
  color: #635E5E;
  border: 1px solid #818181;
}

.form-search-checkbox input:checked + label {
  background: #1A2E6E;
  color: #FFFFFF;
  border: 1px solid #1A2E6E;
}

.form-search-btn {
  text-align: center;
  margin-top: 2rem;
}

.form-search .btn-cmn-02 {
  padding: 0.75em 1em;
  margin: 2.5rem auto 0;
}

.form-search .btn-rounded-02 {
  width: 54.6vw;
}

.form-search .btn-rounded-01 {
  width: 74.4vw;
}

.form-search .select2 {
  width: 100% !important;
  color: #1E252E;
}

.form-search .select2-selection--multiple {
  padding: 0.6em 1em;
}

.form-search-hidden {
  display: none;
}

.form-search-custom-select {
  position: relative;
  width: 100%;
}

.form-search-custom-select:before {
  position: absolute;
  top: 1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333333;
}

@media screen and (max-width: 767px) {
  .form-search-custom-select:before {
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    border-top: 1.6vw solid #333333;
  }
}

.form-search .s-col-3 .form-search-custom-select {
  width: 30%;
}

.form-login-input {
  padding: 1em;
  background: #FFFFFF;
  margin-top: 35px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-login-input {
    margin-top: 6vw;
  }
}

.form-login-input::-webkit-input-placeholder {
  color: #CFCFCF;
  font-weight: 600;
}

.form-login-input::-moz-placeholder {
  color: #CFCFCF;
  font-weight: 600;
}

.form-login-input:-ms-input-placeholder {
  color: #CFCFCF;
  font-weight: 600;
}

.form-login-input::-ms-input-placeholder {
  color: #CFCFCF;
  font-weight: 600;
}

.form-login-input::placeholder {
  color: #CFCFCF;
  font-weight: 600;
}

.form-login-bd {
  position: relative;
  margin: 50px 0 40px;
}

@media screen and (max-width: 767px) {
  .form-login-bd {
    margin: 12vw 0 9.6vw;
  }
}

.form-login-bd:before, .form-login-bd:after {
  width: 44%;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #FFFFFF;
  display: block;
  content: "";
}

@media screen and (max-width: 767px) {
  .form-login-bd:before, .form-login-bd:after {
    width: 40%;
  }
}

.form-login-bd:before {
  left: 0;
}

.form-login-bd:after {
  right: 0;
}

.form-login-bd span {
  position: relative;
  padding: 0 1em;
}

.form-login-sns {
  color: #000000;
}

.form-login-logo {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .form-login-logo {
    margin-bottom: 6vw;
  }
}

.form-login .img-logo {
  max-width: 124px;
}

@media screen and (max-width: 767px) {
  .form-login .img-logo {
    max-width: 29.46vw;
  }
}

.s-bg-01 {
  background-color: #051341;
}

.s-bg-gra-01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#09122E), to(#01175B));
  background: -webkit-linear-gradient(top, #09122E 0%, #01175B 100%);
  background: linear-gradient(180deg, #09122E 0%, #01175B 100%);
}

.s-bd-b-01 {
  border-bottom: 1px solid #707070;
}

.s-bd-t {
  border-top: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .s-bd-t-sp {
    border-top: 1px solid #707070;
  }
}

.s-center {
  text-align: center;
}

.s-clear {
  clear: both;
}

.s-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .s-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-flex.s-col-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-flex.s-col-2 .s-col-item {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .s-flex.s-col-2 .s-col-item {
    width: 100%;
  }
}

.s-flex.s-col-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-flex.s-col-3 .s-col-item {
  width: 32.5%;
  margin-right: 1.25%;
}

.s-flex.s-col-3 .s-col-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .s-flex.s-col-3 .s-col-item {
    width: 100%;
    margin-right: 0;
  }
}

.s-flex.s-col-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-flex.s-col-4 .s-col-item {
  width: 22.47%;
  margin-right: 3.2%;
}

.s-flex.s-col-4 .s-col-item:nth-of-type(4n) {
  margin-right: 0;
}

.s-cmn-pos {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .s-cmn-pos {
    position: static;
  }
}

.s-pos-b1 {
  bottom: 5px;
}

.s-pos-b2 {
  bottom: 70px;
}

/* 描画モード判別用 */
#js-mode {
  display: none;
  float: left;
}

@media screen and (max-width: 767px) {
  #js-mode {
    float: right;
  }
}

/* 投稿関連 */
.list-personal-wrapper {
  /* 投稿関連アイコン/タグ */
}

@media screen and (min-width: 767px) {
  .list-personal-wrapper {
    margin: 40px 0;
  }
  .list-personal-wrapper:not(.list-postimg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 767px) {
  .list-personal-wrapper .box-article-item {
    position: relative;
    width: 28%;
    margin: 0 2.6666%;
    padding: 40px 0 130px;
    border-top: 1px solid #707070;
  }
}

@media screen and (max-width: 767px) {
  .list-personal-wrapper .box-article-item {
    padding: 9vw 0;
    border-bottom: 1px solid #707070;
  }
  .list-personal-wrapper .box-article-item:first-child {
    padding-top: 2vw;
  }
}

.list-personal-wrapper .box-article-item p {
  line-height: 1.6;
  color: #CFCFCF;
}

.list-personal-wrapper .box-article-item p.txt-article-01 {
  text-align: right;
}

.list-personal-wrapper .box-article-item p.txt-article-02 {
  font-size: 0.7142rem;
  text-align: right;
  color: #818181;
}

.list-personal-wrapper .box-article-item p.ttl-article {
  margin-top: 1.5em;
  padding: 0.3em;
  background-color: #1A2E6E;
  border-radius: 1em;
  font-size: 0.8571rem;
  text-align: center;
  color: #2366E5;
}

@media screen and (min-width: 767px) {
  .list-personal-wrapper .box-article-item .box-post-pos {
    position: absolute;
    width: 100%;
    bottom: 40px;
  }
}

.list-personal-wrapper .txt-article {
  margin-bottom: 1em;
  font-size: 1.4285rem;
  font-weight: bold;
  color: #FFFFFF;
}

.list-personal-wrapper figure {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .list-personal-wrapper figure .img-article {
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .list-personal-wrapper figure .img-article {
    width: 50%;
  }
}

.list-personal-wrapper.list-postimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .list-personal-wrapper.list-postimg {
    padding: 0 2%;
  }
}

.list-personal-wrapper.list-postimg > a {
  position: relative;
  overflow: hidden;
}

.list-personal-wrapper.list-postimg > a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.list-personal-wrapper.list-postimg > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
  .list-personal-wrapper.list-postimg > a img {
    height: auto;
    bottom: auto;
  }
}

@media screen and (min-width: 767px) {
  .list-personal-wrapper.list-postimg > a {
    width: 23%;
    margin-bottom: 2.666666%;
  }
  .list-personal-wrapper.list-postimg > a:not(:nth-child(4n)) {
    margin-right: 2.666666%;
  }
}

@media screen and (max-width: 767px) {
  .list-personal-wrapper.list-postimg > a {
    width: 48%;
    margin-bottom: 4%;
  }
  .list-personal-wrapper.list-postimg > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.list-personal-wrapper .list-tags {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}

.list-personal-wrapper .list-tags .cat-cmn {
  background-color: #09122E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 5px;
}

.list-personal-wrapper .list-tags .cat-cmn:hover {
  opacity: 0.7;
}

.list-personal-wrapper .list-post-icons {
  margin: 0 0 15px;
}

.list-personal-wrapper .list-post-icons .cat-cmn {
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.list-personal-wrapper .list-post-icons .cat-cmn:hover {
  opacity: 0.7;
}

/* 投稿テキスト */
.box-post {
  margin-bottom: 1em;
  line-height: 1.6;
}

.box-post > p + p {
  margin-top: 0.75em;
}

/* 暗色背景投稿関連アイコン/タグ */
.list-tags.s-bgdark {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 -30px;
}

.list-tags.s-bgdark .cat-cmn {
  background-color: #09122E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 5px;
}

.list-tags.s-bgdark .cat-cmn:hover {
  opacity: 0.7;
}

/* 投稿アイコン */
.list-post-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}

.list-post-icons li {
  margin-right: 0.5em;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .list-post-icons li {
    font-size: 3.2vw;
  }
}

/* マイページパーソナルエリア */
.area-personal {
  color: #FFFFFF;
}

@media screen and (min-width: 767px) {
  .area-personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 780px;
    margin: 40px auto;
  }
}

@media screen and (min-width: 767px) {
  .area-personal .img-personal {
    max-width: 226px;
  }
}

@media screen and (max-width: 767px) {
  .area-personal .img-personal {
    text-align: center;
  }
  .area-personal .img-personal img {
    width: 50%;
  }
}

.area-personal .txt-personal {
  margin-bottom: 1em;
  font-size: 1.7142rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .area-personal .txt-personal {
    font-size: 1.1428rem;
    text-align: center;
  }
}

.area-personal .box-personal {
  font-size: 1.4285rem;
}

@media screen and (min-width: 767px) {
  .area-personal .box-personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .area-personal .box-personal {
    margin: 5vw 0;
  }
}

.area-personal .btn-personal {
  display: block;
  padding: 1em;
  background-color: #28CDD9;
  text-align: center;
  color: #FFFFFF;
}

.area-personal .btn-personal span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .area-personal .btn-personal {
    font-size: 1rem;
  }
}

.area-personal .list-personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.area-personal .list-personal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2857rem;
}

@media screen and (max-width: 767px) {
  .area-personal .list-personal li {
    font-size: 1rem;
  }
}

.area-personal .list-personal li + li {
  margin-left: 2em;
}

.area-personal .cat-personal {
  width: 6em;
  margin-right: 0.75em;
  padding: 0.75em;
  background-color: #1A2E6E;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .area-personal .cat-personal {
    font-size: 0.8571rem;
  }
}

/* 音声詳細・記事詳細 */
.txt-date-01 {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.2857rem;
  color: #818181;
}

@media screen and (max-width: 767px) {
  .txt-date-01 {
    font-size: 0.8571rem;
  }
}

@media screen and (min-width: 767px) {
  .box-detail-wrapper {
    padding: 0 30px;
  }
}

.box-detail-wrapper .box-visual {
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .box-detail-wrapper .box-visual {
    width: 500px;
    margin-right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .box-detail-wrapper .box-visual {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.box-detail-wrapper .txt-detail {
  font-size: 1.1428rem;
  line-height: 1.6;
  color: #CEC3C3;
}

@media screen and (max-width: 767px) {
  .box-detail-wrapper .txt-detail {
    font-size: 0.8571rem;
  }
}

.box-detail-wrapper .txt-detail a {
  color: #818181;
  text-decoration: underline;
}

.box-detail-wrapper .txt-detail a:hover {
  text-decoration: none;
}

.box-detail-wrapper .txt-detail img {
  margin-bottom: 40px;
}

.box-detail-wrapper .txt-detail img.img_contents {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .box-detail-wrapper .txt-detail img {
    width: 100%;
    margin-bottom: 5vw;
  }
  .box-detail-wrapper .txt-detail img.img_contents {
    width: 100%;
  }
}

.box-detail-wrapper .txt-detail img.img-cmn-01 {
  width: 100%;
}

.box-detail-wrapper .txt-detail img.img-cmn-02 {
  width: 75%;
}

.box-detail-wrapper .txt-detail img.img-cmn-03 {
  width: 50%;
}

.box-detail-wrapper .txt-detail img.img-cmn-04 {
  width: 25%;
}

@media screen and (min-width: 767px) {
  .box-detail-wrapper .txt-detail img.img-pc-02 {
    width: 75%;
  }
  .box-detail-wrapper .txt-detail img.img-pc-03 {
    width: 50%;
  }
  .box-detail-wrapper .txt-detail img.img-pc-04 {
    width: 25%;
  }
}

/* ------------ オーディオタグ ---------- */
.audee-audio {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .audee-audio {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .audee-audio {
    margin-top: 2vw;
  }
}

.list-voice {
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .list-voice {
    width: 62%;
    max-width: 880px;
    border-top: 1px dashed #CFCFCF;
  }
}

@media screen and (max-width: 767px) {
  .list-voice {
    width: 100%;
    margin: 0 0 6vw;
  }
}

.list-voice li {
  font-size: 1.2857rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .list-voice li {
    font-size: 1rem;
  }
}

.list-voice .txt-chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  overflow: hidden;
  border-bottom: 1px dashed #CFCFCF;
  color: rgba(207, 207, 207, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .list-voice .txt-chapter {
    padding: 2.8vw 0;
  }
}

.list-voice .txt-chapter img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.list-voice .txt-chapter.is-active, .list-voice .txt-chapter:hover {
  color: #cfcfcf;
}

.list-voice .txt-chapter.is-active img, .list-voice .txt-chapter:hover img {
  opacity: 0.8;
}

.txt-num {
  width: 2em;
  margin-right: 0.75em;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.txt-num > span {
  -webkit-animation: fadein 0.2s linear;
          animation: fadein 0.2s linear;
}

.txt-num.is-play {
  background: url(/share/v1/img/playing.gif) center/contain no-repeat;
}

.txt-num.is-play > span {
  -webkit-animation: fadeout 0.2s linear;
          animation: fadeout 0.2s linear;
  opacity: 0;
}

.txt-voice {
  display: inline;
  width: calc(100% - 2em);
}

a.btn-relation {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #FFA88C;
  line-height: 1.4;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/* 関連タグ */
.ttl-tag {
  margin-bottom: 1em;
  font-size: 1.2857rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-tag {
    font-size: 1rem;
  }
}

.mod-tag {
  margin: 40px 0;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .mod-tag {
    margin: 6vw 0;
  }
}

.mod-tag a.list-tag {
  display: inline-block;
  font-size: 1.2142rem;
  margin: 0 0.5em 0.75em 0;
  padding: 0.5em 1em;
  border: 1px solid #FFFFFF;
  border-radius: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .mod-tag a.list-tag {
    font-size: 0.8571rem;
  }
}

.mod-tag a.list-tag:hover {
  opacity: 0.8;
}

.topics {
  width: 86.2%;
  margin: auto;
  color: #CFCFCF;
}

@media screen and (max-width: 767px) {
  .topics {
    width: 100%;
  }
}

.topics img {
  width: 100%;
}

.topics-item {
  margin-top: 40px;
  margin-bottom: 100px;
}

.topics-item a {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topics-item a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .topics-item {
    display: table;
    width: 100%;
  }
  .topics-item a {
    display: table-cell;
    width: 45%;
    vertical-align: top;
  }
  .topics-item .txt-cmn-l {
    padding-left: 1.5em;
    display: table-cell;
  }
}

@media screen and (max-width: 767px) {
  .topics-item {
    margin-top: 5.3vw;
    margin-bottom: 10vw;
  }
  .topics-item:last-child {
    margin-bottom: 0;
  }
}

.topics .txt-cmn-l {
  margin-top: 1em;
  line-height: 1.6;
}

.mod-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}

@media screen and (max-width: 767px) {
  .mod-notfound {
    min-height: 70vw;
  }
}

.item-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.2142rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item-notfound {
    width: 30vw;
    height: 30vw;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .item-notfound {
    font-size: 0.7857rem;
  }
}

.item-notfound .txt-404 {
  display: block;
  font-size: 4.285rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .item-notfound .txt-404 {
    font-size: 2.5714rem;
  }
}

.item-notfound + p {
  font-size: 1.7142rem;
  line-height: 1.6;
  font-weight: bold;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .item-notfound + p {
    font-size: 1.2142rem;
  }
}

.form-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 15px;
}

@media screen and (max-width: 767px) {
  .form-index {
    margin: 8vw 0 4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form-index .form-search-custom-select {
  max-width: 150px;
  margin-right: 15px;
}

.form-index .form-search-custom-select:before {
  top: 46%;
  border-width: 6px;
}

@media screen and (max-width: 767px) {
  .form-index .form-search-custom-select {
    max-width: 28vw;
    margin: 0;
  }
}

.form-index select,
.form-index input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5em 1em;
  line-height: 1.6;
  width: 100%;
}

/* Audeeプレミアム関連
-----------------------------------------------------*/
/* プレミアムアイコン */
.ico-premium {
  display: inline-block;
  width: 5em;
  height: 1.5em;
  background: url(/share/v1/img/ico-premium.svg) center/contain no-repeat;
  vertical-align: middle;
}

.ico-premium + .txt-article {
  margin-top: 0.5em;
}

.ico-premium.s-trend {
  margin-bottom: 0.3em;
}

.ico-premium.s-block {
  display: table;
}

.ico-premium.p-basic {
  width: 9em;
  background: url(/share/v1/img/premium/logo_basic.svg) center/contain no-repeat;
}

.ico-premium.p-individual {
  width: 9em;
  background: url(/share/v1/img/premium/logo_individual.svg) center/contain no-repeat;
}

@media screen and (max-width: 1150px) {
  .box-article-item .p-basic {
    width: 5.6em;
  }
}

@media screen and (max-width: 767px) {
  .box-article-item .p-basic {
    width: 9em;
  }
}

@media screen and (max-width: 1150px) {
  .box-article-item .p-individual {
    width: 5.6em;
  }
}

@media screen and (max-width: 767px) {
  .box-article-item .p-individual {
    width: 9em;
  }
}

.cat-cmn + .ico-premium {
  margin-left: 0.4em;
}

.ttl-cmn-detail .ico-premium {
  margin-left: 0;
  font-size: 1.4285rem;
  vertical-align: baseline;
}

.ttl-cmn-detail .ico-premium.p-basic {
  width: 8em;
}

.ttl-cmn-detail .ico-premium.p-individual {
  width: 8em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-detail .ico-premium {
    width: 4em;
  }
  .ttl-cmn-detail .ico-premium.p-basic {
    width: 6em;
  }
  .ttl-cmn-detail .ico-premium.p-individual {
    width: 6em;
  }
}

/* この続きを読むには */
.area-info-premium {
  position: relative;
  width: 96%;
  margin: 100px auto;
  padding: 60px 40px 40px;
  background: #1a2e6e;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 46, 110, 0.9)), color-stop(70%, rgba(26, 46, 110, 0)));
  background: -webkit-linear-gradient(bottom, rgba(26, 46, 110, 0.9) 0%, rgba(26, 46, 110, 0) 70%);
  background: linear-gradient(0deg, rgba(26, 46, 110, 0.9) 0%, rgba(26, 46, 110, 0) 70%);
  border-top: 1px dashed #CFCFCF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area-info-premium {
    margin: 6vw auto 10vw;
    padding: 10vw 6vw 8vw;
  }
}

.area-info-premium .txt-info {
  position: absolute;
  display: table;
  padding: 0 1.75em;
  top: -14px;
  left: 50%;
  background-color: #1E252E;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .area-info-premium .txt-info {
    padding: 0 0.75em;
    font-size: 4.26vw;
  }
}

.area-info-premium .logo-audee-premium {
  margin-bottom: 30px;
}

.area-info-premium .logo-audee-premium img {
  width: 164px;
}

@media screen and (max-width: 767px) {
  .area-info-premium .logo-audee-premium {
    margin-bottom: 5vw;
  }
  .area-info-premium .logo-audee-premium img {
    width: 50%;
  }
}

.area-info-premium .area-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .area-info-premium .area-badge {
    margin: 5vw 0;
  }
}

.area-info-premium .area-badge > a {
  margin: 0 15px;
}

.area-info-premium .area-badge > a img {
  width: auto;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .area-info-premium .area-badge > a:first-child {
    margin: 0;
  }
  .area-info-premium .area-badge > a + a {
    margin: 0 0 0 3vw;
  }
}

.area-info-premium .area-btn-wrap {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .area-info-premium .area-btn-wrap {
    margin: 6vw 0;
  }
}

.area-info-premium > p {
  color: #CFCFCF;
  font-weight: bold;
  line-height: 1.6;
}

.area-info-premium .btn-rounded {
  display: inline-block;
  padding: 0.8em 2em;
  background-color: #FFD800;
  border-radius: 1.5em;
  font-size: 1.2857rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1A2E6E;
}

@media screen and (max-width: 767px) {
  .area-info-premium .btn-rounded {
    width: 100%;
    padding: 0.8em 1em;
    font-size: 1rem;
  }
}

.area-info-premium .btn-square {
  display: inline-block;
  padding: 0.8em 2em;
  background-color: #FFD800;
  font-size: 1.2857rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1A2E6E;
}

@media screen and (max-width: 767px) {
  .area-info-premium .btn-square {
    width: 100%;
    padding: 0.8em 1em;
    font-size: 1.1428rem;
  }
}

.area-info-premium .link-color {
  color: #2194FB;
  text-decoration: underline;
}

.area-info-premium .link-color:hover {
  text-decoration: none;
}

.area-info-premium .link-normal {
  color: #FFFFFF;
  text-decoration: underline;
}

.area-info-premium .link-normal:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .area-info-premium .txt-cmn-l {
    font-size: 3.733vw;
  }
}

.area-info-premium.s-register {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 46, 110, 0.9)), color-stop(70%, rgba(9, 18, 45, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(26, 46, 110, 0.9) 0%, rgba(9, 18, 45, 0.9) 70%);
  background: linear-gradient(0deg, rgba(26, 46, 110, 0.9) 0%, rgba(9, 18, 45, 0.9) 70%);
  border-top: none;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

@media screen and (max-width: 767px) {
  .area-info-premium.s-register .logo-audee-premium {
    margin-top: 6vw;
    margin-bottom: 8vw;
  }
  .area-info-premium.s-register .logo-audee-premium img {
    width: 36%;
  }
}

/* プレミアムプラン */
.area-plan .box-plan {
  color: #FFF;
  background: center/cover no-repeat url("/share/v1/img/premium/bg_basic.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 35px;
  border-radius: 20px;
}

.area-plan .box-plan.p-2 {
  background: center/cover no-repeat url("/share/v1/img/premium/bg_individual.png");
  margin-top: 40px;
}

.area-plan .box-plan .logo-premium {
  width: 94px;
  min-width: 94px;
}

.area-plan .box-plan .plan-summary {
  width: auto;
  padding: 0 60px;
  margin-top: 15px;
}

.area-plan .box-plan .plan-summary .plan-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.area-plan .box-plan .plan-summary .plan-ttl .plan-logo {
  width: 300px;
}

.area-plan .box-plan .plan-summary .plan-ttl .plan-txt {
  font-size: 20px;
  font-weight: bold;
  margin-left: 28px;
}

.area-plan .box-plan .plan-summary .plan-ttl .plan-txt span {
  font-size: 14px;
}

.area-plan .box-plan .plan-summary .txt-main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

.area-plan .box-plan .plan-summary .txt-sub {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}

.area-plan .box-plan .btn-detail {
  width: 184px;
  min-width: 184px;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  background: #0F1846;
  border-radius: 10px;
  margin-top: auto;
  cursor: pointer;
}

.area-plan .box-plan .btn-detail:hover {
  opacity: .8;
}

.area-plan .box-app-dl {
  color: #FFF;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#07101DAF), to(#1A2E6E)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #07101DAF 0%, #1A2E6E 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #07101DAF 0%, #1A2E6E 100%) 0% 0% no-repeat padding-box;
  padding: 36px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

.area-plan .box-app-dl .logo-premium {
  width: 74px;
  min-width: 74px;
}

.area-plan .box-app-dl .box-txt {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 26px;
  width: auto;
}

.area-plan .box-app-dl .app-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.area-plan .box-app-dl .app-dl .item.p-as {
  width: 163px;
}

.area-plan .box-app-dl .app-dl .item.p-gp {
  width: 200px;
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .area-plan .box-plan {
    background: center/cover no-repeat url("/share/v1/img/premium/bg_basic_sp.png");
    display: block;
    padding: 3.75vw 4vw 5vw;
    border-radius: 20px;
  }
  .area-plan .box-plan.p-2 {
    background: center/cover no-repeat url("/share/v1/img/premium/bg_individual_sp.png");
    margin-top: 7.5vw;
  }
  .area-plan .box-plan .logo-premium {
    width: 30.5vw;
    min-width: auto;
    margin: 0 auto;
  }
  .area-plan .box-plan .plan-summary {
    width: auto;
    padding: 0;
    margin-top: 3.6vw;
    text-align: center;
  }
  .area-plan .box-plan .plan-summary .plan-ttl {
    display: block;
  }
  .area-plan .box-plan .plan-summary .plan-ttl .plan-logo {
    width: 300px;
  }
  .area-plan .box-plan .plan-summary .plan-ttl .plan-txt {
    font-size: 3.2vw;
    margin-left: 0;
  }
  .area-plan .box-plan .plan-summary .plan-ttl .plan-txt span {
    font-size: 2.8vw;
  }
  .area-plan .box-plan .plan-summary .txt-main {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 5vw;
  }
  .area-plan .box-plan .plan-summary .txt-sub {
    font-size: 2.8vw;
    line-height: 1.8;
    margin-top: 3vw;
  }
  .area-plan .box-plan .btn-detail {
    width: 42vw;
    min-width: auto;
    padding: 2.4vw 0;
    font-size: 3.2vw;
    border-radius: 20px;
    margin: 3.8vw auto 0;
  }
  .area-plan .box-app-dl {
    padding: 3.75vw 4vw 5vw;
    display: block;
    margin-top: 7.5vw;
  }
  .area-plan .box-app-dl .logo-premium {
    width: 22vw;
    min-width: auto;
    margin: 0 auto;
  }
  .area-plan .box-app-dl .box-txt {
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 0;
    margin-top: 4vw;
  }
  .area-plan .box-app-dl .app-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4vw;
  }
  .area-plan .box-app-dl .app-dl .item.p-as {
    width: 45%;
  }
  .area-plan .box-app-dl .app-dl .item.p-as img {
    width: 100%;
  }
  .area-plan .box-app-dl .app-dl .item.p-gp {
    width: 53%;
    margin-left: 0;
  }
  .area-plan .box-app-dl .app-dl .item.p-gp img {
    width: 100%;
  }
}

.area-plan .modal-plan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10200;
  padding: 0 20px;
  color: #fff;
  display: none;
}

.area-plan .modal-plan.is-on {
  display: block;
}

.area-plan .modal-plan .modal-plan-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.area-plan .modal-plan .modal-plan-inner::-webkit-scrollbar {
  display: none;
}

.area-plan .modal-plan .modal-plan-inner .nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}

.area-plan .modal-plan .modal-plan-inner .modal-content {
  width: 100%;
  height: 702px;
  background: center/cover no-repeat url("/share/v1/img/premium/bg_modal_basic.png");
  max-width: 1186px;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.area-plan .modal-plan .modal-plan-inner .modal-content::-webkit-scrollbar {
  display: none;
}

.area-plan .modal-plan .modal-plan-inner .modal-content .modal-plan-close {
  width: 22px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.area-plan .modal-plan .modal-plan-inner .modal-content .modal-plan-close:hover {
  opacity: .8;
}

.area-plan .modal-plan .modal-plan-inner .modal-content-inner {
  width: 100%;
  max-width: 1106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-plan .modal-plan .detail-program {
  width: 32%;
}

.area-plan .modal-plan .detail-program .detail-program-inner {
  width: 100%;
  max-width: 296px;
  padding: 40px 20px;
  margin: 0 auto;
}

.area-plan .modal-plan .detail-program .detail-program-inner .logo-premium {
  width: 100%;
  margin: 0 auto;
}

.area-plan .modal-plan .detail-program .detail-program-inner .program-info {
  margin-top: 40px;
}

.area-plan .modal-plan .detail-program .detail-program-inner .program-info .program-img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.area-plan .modal-plan .detail-program .detail-program-inner .program-info .program-img img {
  border-radius: 15px;
}

.area-plan .modal-plan .detail-program .detail-program-inner .program-info .program-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
}

.area-plan .modal-plan .detail-program .detail-program-inner .program-info .program-txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}

.area-plan .modal-plan .detail-content {
  width: 68%;
}

.area-plan .modal-plan .detail-content .detail-content-inner {
  width: 100%;
  max-width: 624px;
  padding: 80px 20px 40px;
  margin: 0 auto;
}

.area-plan .modal-plan .detail-content .content-list .item {
  margin-bottom: 48px;
}

.area-plan .modal-plan .detail-content .content-list .item .item-ttl {
  background-color: #3ED5FC;
  text-align: center;
  font-size: 16px;
  border-radius: 45px;
  padding: 8px;
}

.area-plan .modal-plan .detail-content .content-list .item .item-ttl.c-o {
  background-color: #FFA200;
}

.area-plan .modal-plan .detail-content .content-list .item .item-ttl.c-g {
  background-color: #23E530;
}

.area-plan .modal-plan .detail-content .content-list .item .item-txt {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}

.area-plan .modal-plan .detail-content .app-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 388px;
  margin: 0 auto;
}

.area-plan .modal-plan .detail-content .app-dl .item.p-as {
  width: 42%;
}

.area-plan .modal-plan .detail-content .app-dl .item.p-as img {
  width: 100%;
}

.area-plan .modal-plan .detail-content .app-dl .item.p-gp {
  width: 50%;
  margin-left: 0;
}

.area-plan .modal-plan .detail-content .app-dl .item.p-gp img {
  width: 100%;
}

.area-plan .modal-plan .detail-content .app-note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 30px;
}

.area-plan .modal-plan.p-2 .modal-plan-inner .modal-content {
  background: center/cover no-repeat url("/share/v1/img/premium/bg_modal_individual.png");
}

@media screen and (max-width: 767px) {
  .area-plan .modal-plan {
    padding: 0;
  }
  .area-plan .modal-plan .modal-plan-inner .modal-content {
    height: 100%;
    background: top/cover no-repeat url("/share/v1/img/premium/bg_modal_basic_sp.png");
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .area-plan .modal-plan .modal-plan-inner .modal-content .modal-plan-close {
    width: 5vw;
    top: 8vw;
    right: 8vw;
  }
  .area-plan .modal-plan .modal-plan-inner .modal-content-inner {
    display: block;
  }
  .area-plan .modal-plan .detail-program {
    width: 100%;
  }
  .area-plan .modal-plan .detail-program .detail-program-inner {
    max-width: none;
    padding: 8vw 12.8vw 0;
  }
  .area-plan .modal-plan .detail-program .detail-program-inner .logo-premium {
    width: 63%;
  }
  .area-plan .modal-plan .detail-program .detail-program-inner .program-info {
    margin-top: 6.7vw;
  }
  .area-plan .modal-plan .detail-program .detail-program-inner .program-info .program-img {
    width: 57%;
    max-width: none;
  }
  .area-plan .modal-plan .detail-program .detail-program-inner .program-info .program-ttl {
    font-size: 5.3vw;
    margin-top: 4.2vw;
  }
  .area-plan .modal-plan .detail-program .detail-program-inner .program-info .program-txt {
    font-size: 4.2vw;
    margin-top: 6.7vw;
    color: #BEB9B4;
  }
  .area-plan .modal-plan .detail-content {
    width: 100%;
  }
  .area-plan .modal-plan .detail-content .detail-content-inner {
    width: 100%;
    max-width: none;
    padding: 8vw 12.8vw 20vw;
  }
  .area-plan .modal-plan .detail-content .content-list .item {
    margin-bottom: 6.2vw;
  }
  .area-plan .modal-plan .detail-content .content-list .item .item-ttl {
    background-color: transparent;
    border: solid 1px #3ED5FC;
    font-size: 3vw;
    padding: 1.7vw;
    color: #3ED5FC;
  }
  .area-plan .modal-plan .detail-content .content-list .item .item-ttl.c-o {
    background-color: transparent;
    border: solid 1px #FFA200;
    color: #FFA200;
  }
  .area-plan .modal-plan .detail-content .content-list .item .item-ttl.c-g {
    background-color: transparent;
    border: solid 1px #23E530;
    color: #23E530;
  }
  .area-plan .modal-plan .detail-content .content-list .item .item-txt {
    font-size: 3.2vw;
    margin-top: 4.2vw;
    color: #BEB9B4;
  }
  .area-plan .modal-plan .detail-content .app-dl {
    max-width: none;
    margin-top: 8vw;
  }
  .area-plan .modal-plan .detail-content .app-dl .item.p-as {
    width: 44%;
  }
  .area-plan .modal-plan .detail-content .app-dl .item.p-gp {
    width: 52%;
  }
  .area-plan .modal-plan .detail-content .app-note {
    font-size: 3.6vw;
    margin-top: 4.2vw;
    color: #BEB9B4;
  }
  .area-plan .modal-plan.p-2 .modal-plan-inner .modal-content {
    background: top/cover no-repeat url("/share/v1/img/premium/bg_modal_individual_sp.png");
  }
  .area-plan .modal-plan.p-2 .detail-program .detail-program-inner .program-info .program-txt {
    color: #9DA2B4;
  }
  .area-plan .modal-plan.p-2 .detail-content .content-list .item .item-txt {
    color: #9DA2B4;
  }
  .area-plan .modal-plan.p-2 .detail-content .app-note {
    color: #9DA2B4;
  }
}

/* プレミアムプランマイページ */
.audee-contents-personal .sec-cmn-01.sec-premium-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: none;
  animation: none;
}

@media screen and (max-width: 767px) {
  .audee-contents-personal .sec-cmn-01.sec-premium-status {
    display: block;
  }
}

.audee-contents-personal .sec-premium-status {
  margin: 100px auto 40px;
  padding: 65px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #FFF;
}

.audee-contents-personal .sec-premium-status .sec-logo {
  width: 156px;
  padding-right: 20px;
}

.audee-contents-personal .sec-premium-status .status-list {
  width: 85%;
}

.audee-contents-personal .sec-premium-status .status-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: solid 1px #707070;
  padding: 40px 0;
}

.audee-contents-personal .sec-premium-status .status-list .item:first-child {
  padding: 0 0 20px;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-ttl.ttl-img {
  width: 228px;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt {
  font-size: 20px;
  line-height: 1.6;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt.is-link {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list {
  width: 100%;
  padding: 25px 0;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-thum {
  width: 97px;
  border-radius: 5px;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-thum img {
  border-radius: 5px;
  border: solid 1px #707070;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-info {
  padding-left: 35px;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-info .txt-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-info .txt-day {
  color: #9DA2B4;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .audee-contents-personal .sec-premium-status {
    margin: 12vw auto 16vw;
    padding: 0;
  }
  .audee-contents-personal .sec-premium-status .sec-logo {
    width: 33%;
    padding-right: 0;
    margin: 0 auto;
  }
  .audee-contents-personal .sec-premium-status .status-list {
    width: 100%;
  }
  .audee-contents-personal .sec-premium-status .status-list .item {
    padding: 6vw 0;
  }
  .audee-contents-personal .sec-premium-status .status-list .item:first-child {
    padding: 6vw 0;
  }
  .audee-contents-personal .sec-premium-status .status-list .item.e-ttl {
    text-align: center;
  }
  .audee-contents-personal .sec-premium-status .status-list .item.e-ttl .item-ttl {
    width: 100%;
    font-size: 4vw;
  }
  .audee-contents-personal .sec-premium-status .status-list .item.e-ttl .item-cnt {
    width: 100%;
    font-size: 3.6vw;
    margin-top: 2vw;
    color: #9DA2B4;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-ttl {
    font-size: 3.2vw;
    width: 50%;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-ttl.ttl-img {
    width: 50%;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-ttl.w-100 {
    width: 100%;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt {
    font-size: 3.2vw;
    width: 50%;
    text-align: right;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt.is-link {
    text-align: center;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list {
    width: 100%;
    padding: 2.7vw 0 0;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program {
    padding: 2.7vw 0;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program:last-child {
    padding: 2.7vw 0 0;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-thum {
    width: 16%;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-info {
    padding-left: 5.7%;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-info .txt-ttl {
    font-size: 3.2vw;
  }
  .audee-contents-personal .sec-premium-status .status-list .item .item-cnt-list .one-program .program-info .txt-day {
    font-size: 2.8vw;
    margin-top: 1.3vw;
  }
}

.audee-contents-personal .sec-premium-status .modal-about-premium {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10200;
  padding: 0 20px;
  color: #fff;
  display: none;
}

.audee-contents-personal .sec-premium-status .modal-about-premium.is-on {
  display: block;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner::-webkit-scrollbar {
  display: none;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content {
  width: 100%;
  height: 620px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#09122E), color-stop(34%, #0C1D45), color-stop(54%, #0E2453), to(#123373)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #09122E 0%, #0C1D45 34%, #0E2453 54%, #123373 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #09122E 0%, #0C1D45 34%, #0E2453 54%, #123373 100%) 0% 0% no-repeat padding-box;
  opacity: 0.85;
  max-width: 1186px;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content::-webkit-scrollbar {
  display: none;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content .modal-plan-close {
  width: 22px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content .modal-plan-close:hover {
  opacity: .8;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner {
  text-align: center;
  padding: 60px 20px 70px;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .about-logo {
  width: 113px;
  margin: 0 auto;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .about-ttl {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 38px;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .about-txt {
  font-size: 16px;
  line-height: 1.6;
  margin: 38px auto 0;
  width: 100%;
  max-width: 1000px;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .app-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 56px auto 0;
  width: 446px;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .app-dl .item.p-as {
  width: 42%;
}

.audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .app-dl .item.p-gp {
  width: 51%;
}

@media screen and (max-width: 767px) {
  .audee-contents-personal .sec-premium-status .modal-about-premium {
    padding: 0;
  }
  .audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content {
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content .modal-plan-close {
    width: 5vw;
    top: 8vw;
    right: 8vw;
  }
  .audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner {
    padding: 8vw 12.8vw 20vw;
  }
  .audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .about-logo {
    width: 40%;
  }
  .audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .about-ttl {
    font-size: 6vw;
    margin-top: 10vw;
  }
  .audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .about-txt {
    font-size: 3.6vw;
    margin: 8vw auto 0;
    width: 100%;
    max-width: none;
  }
  .audee-contents-personal .sec-premium-status .modal-about-premium .modal-about-premium-inner .modal-content-inner .app-dl {
    margin: 10vw auto 0;
    width: 100%;
  }
}

.modal-advertise-wrapper {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(15, 21, 42, 0.9);
  z-index: 10001;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal-advertise-wrapper.is-active {
  visibility: visible;
  opacity: 1;
}

.modal-advertise-wrapper__in {
  height: 100%;
  overflow-y: auto;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper__in {
    padding: 16vw 0 6vw;
  }
}

.modal-advertise-wrapper .btn-modal-close {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(/share/v1/img/ico-cross.png) no-repeat center;
  background-size: contain;
  top: 30px;
  right: 30px;
  z-index: 10003;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .btn-modal-close {
    top: 3vw;
    right: 3vw;
  }
}

.modal-advertise-wrapper .ttl-advertise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
  font-size: 1.4285rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .ttl-advertise {
    padding: 0 3vw;
    font-size: 1.1428rem;
  }
}

#companion-ad {
  text-align: center;
}

.modal-advertise-wrapper .ttl-advertise span {
  margin: 0 1.5em;
}

.modal-advertise-wrapper .ttl-advertise:before, .modal-advertise-wrapper .ttl-advertise:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

.modal-advertise-wrapper .advertise-wrapper {
  margin: 20px auto 50px;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .advertise-wrapper {
    margin: 3vw 0 6vw;
  }
}

.modal-advertise-wrapper .advertise-wrapper__in {
  position: relative;
  padding-top: 56.25%;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .advertise-wrapper__in {
    padding: 56.25% 5vw 0;
  }
}

.modal-advertise-wrapper .advertise-wrapper__in video, .modal-advertise-wrapper .advertise-wrapper__in iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.modal-advertise-wrapper .modal-advertise-item {
  max-width: 750px;
  margin: auto;
}

.modal-advertise-wrapper .tag-advertise {
  margin-right: 0.5em;
  padding: 0.5em 1em;
  background-color: #fff;
  border-radius: 1em;
  font-size: 1rem;
  color: #0F152A;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .tag-advertise {
    font-size: 0.7857rem;
  }
}

.modal-advertise-wrapper .txt-advertise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4285rem;
  color: #fff;
}

.modal-advertise-wrapper .txt-advertise > a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .modal-advertise-wrapper .txt-advertise > a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .txt-advertise {
    padding: 0 3vw;
    font-size: 1.1428rem;
  }
}

.modal-advertise-wrapper .btn-advertise-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  padding: 0.5em;
  border: 1px solid #fff;
  border-radius: 1em;
  font-size: 1.4285rem;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .modal-advertise-wrapper .btn-advertise-detail {
    max-width: 280px;
  }
  .modal-advertise-wrapper .btn-advertise-detail:hover {
    background-color: #fff;
    color: #0F152A;
  }
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .btn-advertise-detail {
    font-size: 1.1428rem;
  }
}

.modal-advertise-wrapper .advertise-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .advertise-controls {
    padding: 0 3vw;
  }
}

.modal-advertise-wrapper .advertise-play-icon, .modal-advertise-wrapper .advertise-stop-icon {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.modal-advertise-wrapper .btn-advertise-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.modal-advertise-wrapper .btn-advertise-control button {
  display: none;
}

.modal-advertise-wrapper .btn-advertise-control button.is-active {
  display: inline-block;
}

.modal-advertise-wrapper .advertise-progress-bar {
  position: relative;
  height: 10px;
  background-color: #fff;
}

.modal-advertise-wrapper .bar-view {
  display: block;
  height: 10px;
  background-color: #FF7904;
}

.modal-advertise-wrapper .bar-control {
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.modal-advertise-wrapper .data-time {
  font-size: 1.285rem;
  color: #fff;
}

.modal-advertise-wrapper .data-time.item-slash {
  margin: 0 0.5em;
}

@media screen and (max-width: 767px) {
  .modal-advertise-wrapper .data-time {
    font-size: 1rem;
  }
}

.audio-player {
  font-size: 1.285rem;
  width: 100%;
  background-color: #09111a;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
}

.audio-player-inner {
  width: 100%;
  max-width: 1622px;
  margin: 0 auto;
  padding: 1rem 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .audio-player-inner {
    padding: 1rem 1.2rem;
    display: block;
  }
}

.audio-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80.76%;
}

@media screen and (max-width: 767px) {
  .audio-ttl {
    width: 100%;
  }
}

.audio-thum {
  width: 5%;
  min-width: 50px;
}

@media screen and (max-width: 767px) {
  .audio-thum {
    width: 14%;
    min-width: auto;
  }
}

.audio-txt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .audio-txt-container {
    display: block;
    width: 83%;
  }
}

.audio-txt-wrapper {
  width: 55%;
  padding-left: 1.4rem;
}

@media screen and (max-width: 767px) {
  .audio-txt-wrapper {
    padding-left: 0;
    width: 86%;
  }
}

.audio-txt {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .audio-txt {
    font-size: 0.82rem;
  }
}

.audio-program {
  color: #6b7287;
  font-size: 1rem;
  padding-top: 0.7rem;
  display: block;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .audio-program {
    font-size: 0.7rem;
    padding-top: 0.55rem;
  }
}

.progress-bar {
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .progress-bar {
    width: 100%;
    padding: 0;
    margin-top: 0.55rem;
  }
}

.progress-time {
  color: #ffffff;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .progress-time {
    font-size: 0.7rem;
  }
}

.progress-line-base {
  width: 25rem;
  background: #ffffff;
  height: 0.22rem;
  margin: 0 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .progress-line-base {
    width: 76%;
  }
}

.progress-line {
  background: #006cf8;
  width: 0;
  height: 0.22rem;
}

.progress-knob {
  position: absolute;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
}

.btn-audio {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/share/v1/img/pause.png);
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .btn-audio {
    right: 2.4%;
    top: -1.8rem;
    width: 1.38rem;
    height: 1.38rem;
  }
}

.btn-audio.btn-audio-play {
  background: url(/share/v1/img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .btn-audio.btn-audio-play {
    right: 2.4%;
    top: -1.8rem;
    width: 1.38rem;
    height: 1.38rem;
  }
}

.audio-volume {
  width: 12.45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .audio-volume {
    display: none;
  }
}

.btn-vol {
  background: url(/share/v1/img/volume-on.png);
  width: 30px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn-vol.audio-volume-mute {
  background: url(/share/v1/img/volume-off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 31px;
}

.vol-progress-line-base {
  width: 75%;
  background: #ffffff;
  height: 0.22rem;
  margin-left: 10%;
  position: relative;
}

.vol-progress-line {
  background: #006cf8;
  width: 0;
  height: 0.22rem;
}

.vol-progress-knob {
  position: absolute;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
}

.display-none {
  display: none !important;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

/*========================================================
header
=========================================================*/
.audee-header {
  background: url(/share/v1/img/bg-header.png) top center/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .audee-header {
    background: none;
  }
}

.audee-header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  color: #CFCFCF;
}

@media screen and (max-width: 767px) {
  .audee-header-top {
    padding: 3.36vw 0;
  }
}

.audee-header .btn-menutrigger {
  position: absolute;
  left: 0;
}

.audee-header-logo {
  max-width: 124px;
}

@media screen and (max-width: 767px) {
  .audee-header-logo {
    width: 19.4133vw;
    max-width: none;
  }
}

.audee-header-login a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.audee-header-login a:hover {
  text-decoration: underline;
}

.audee-header-login, .audee-header-account {
  position: relative;
  position: absolute;
  right: 0;
  top: 33px;
  font-size: 1.2857rem;
}

.audee-header-account .btn-account {
  display: block;
  margin-right: 20px;
}

.audee-header-account .btn-account:after {
  right: -20px;
}

.audee-header-search {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .audee-header-search {
    margin: 0;
    position: absolute;
    right: -2vw;
  }
  .audee-header-search a {
    width: 8.8vw;
    padding: 2vw;
    display: block;
  }
}

.audee-header-search-v2 {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .audee-header-search-v2 {
    padding: 7vw 0 10.6vw;
  }
}

/*========================================================
footer
=========================================================*/
.audee-footer {
  border-top: 1px solid #707070;
  padding-bottom: 120px;
  color: #818181;
}

@media screen and (max-width: 767px) {
  .audee-footer {
    padding-top: 5.2vw;
    padding-bottom: 24vw;
  }
}

.audee-footer-logo {
  max-width: 124px;
  margin-top: 89.5px;
}

@media screen and (max-width: 767px) {
  .audee-footer-logo {
    text-align: center;
    width: 100%;
    max-width: none;
    margin: 7.33vw 0 5.57vw;
  }
  .audee-footer-logo img {
    width: 33vw;
  }
}

.audee-footer-copy {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .audee-footer-copy {
    margin-top: 10.4vw;
    text-align: center;
    font-size: 0.8571rem;
  }
}

.audee-footer-image {
  width: 58px;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .audee-footer-image {
    width: 29.32vw;
    padding-left: 13.86vw;
  }
}

.audee-footer-image img {
  width: 100%;
}

.audee-footer-jasrac {
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 5px 13px;
  line-height: 1.28;
}

@media screen and (max-width: 767px) {
  .audee-footer-jasrac {
    vertical-align: middle;
    padding: 0 0 0 3.46vw;
  }
}

.audee-footer a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.audee-footer a:hover {
  text-decoration: underline;
}

.audee-footer-copyright-collective {
  overflow: hidden;
}

.audee-footer-copyright-collective div {
  margin-top: 13px;
  margin-right: 13px;
  float: left;
}

@media screen and (max-width: 767px) {
  .audee-footer-copyright-collective div {
    margin-top: 3.46vw;
    margin-right: 3.45vw;
    float: left;
  }
}

/*========================================================
layout
=========================================================*/
.audee-wrapper {
  background-color: #1E252E;
  opacity: 1;
  min-height: 100vh;
}

.audee-contents {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .audee-contents {
    padding-bottom: 18.5333vw;
  }
}

.audee-inner {
  padding: 0 3.29%;
  max-width: 1600px;
  margin: auto;
  min-width: 950px;
}

@media screen and (max-width: 767px) {
  .audee-inner {
    padding: 0 5.066vw;
    min-width: auto;
  }
}

.audee-inner-02 {
  margin: auto;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .audee-inner-02 {
    max-width: 79vw;
  }
}

.audee-inner-form {
  max-width: 860px;
  margin: auto;
}

@media screen and (min-width: 767px) {
  .audee-inner-form {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .audee-inner-form:not(.sec-cmn-03) {
    width: 100%;
    padding: 0 5.066vw;
  }
}

/*
area
-------------------------------------------*/
.area-cmn-01-inner {
  padding-left: 3.29%;
  max-width: 1600px;
  min-width: 950px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .area-cmn-01-inner {
    padding-left: 5.066vw;
    min-width: auto;
  }
}

.area-cmn-01 .img-article {
  min-height: 14.3vw;
  max-width: 14.3vw;
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .area-cmn-01 .img-article {
    min-height: 230px;
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-01 .img-article {
    min-height: 40vw;
    max-width: 40vw;
  }
}

.area-cmn-01 .box-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.area-cmn-01 .box-article-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.area-cmn-01 .box-article .ttl-article {
  margin-top: 0.5em;
  font-size: 1.28vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1600px) {
  .area-cmn-01 .box-article .ttl-article {
    font-size: 1.4285rem;
  }
}

@media screen and (max-width: 1200px) {
  .area-cmn-01 .box-article .ttl-article {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-01 .box-article .ttl-article {
    font-size: 1rem;
  }
}

.area-cmn-01 .box-article-item {
  min-width: 14.3vw;
  max-width: 14.3vw;
  margin-right: 20px;
  color: #CFCFCF;
  line-height: 1.3;
}

@media screen and (min-width: 1600px) {
  .area-cmn-01 .box-article-item {
    min-width: 230px;
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-01 .box-article-item {
    min-width: 40vw;
    max-width: none;
    width: 40vw;
    margin-right: 3.433vw;
    margin-top: 1.866vw;
  }
}

.area-cmn-01 .box-article-item.s-end {
  margin-right: 0;
}

.area-cmn-02 .box-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFFFFF;
}

.area-cmn-02 .box-article-item {
  width: 28.95%;
  margin-right: 6.5%;
  margin-top: 25px;
}

.area-cmn-02 .box-article-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .area-cmn-02 .box-article-item {
    width: 100%;
    margin-right: 0;
    margin-top: 4vw;
  }
}

.area-cmn-02 .box-article .img-article {
  width: 100%;
  max-width: 120px;
  max-height: 80px;
  float: left;
  margin-right: 11px;
  margin-bottom: 5px;
  border: none;
  border-radius: 0;
}

.area-cmn-02 .box-article .img-article.mystudio-episode-img {
  max-height: 120px;
}

@media screen and (max-width: 767px) {
  .area-cmn-02 .box-article .img-article {
    width: 32vw;
    height: 21.333vw;
  }
  .area-cmn-02 .box-article .img-article.mystudio-episode-img {
    height: 32vw;
  }
}

.area-cmn-02 .box-article .txt-article {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-cmn-02 .box-article .cat-cmn {
  font-size: 0.7142rem;
  padding: 0 1em;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .area-cmn-02 .box-article .cat-cmn {
    font-size: 2.666vw;
    border-radius: 3.2vw;
  }
}

.area-cmn-02-top {
  color: #FFFFFF;
}

.area-cmn-02-top-inner {
  padding: 35px 3.29%;
  max-width: 1600px;
  min-width: 950px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top-inner {
    padding-right: 0;
    min-width: auto;
  }
}

.area-cmn-02-top .txt-article {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-cmn-02-top .box-article {
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .box-article {
    min-width: 261vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.area-cmn-02-top .box-article-wrapper {
  clear: both;
  padding-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .box-article-wrapper {
    padding-top: 0;
  }
}

.area-cmn-02-top .box-article-item {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .box-article-item {
    width: 83.933vw;
    margin-right: 3vw;
    margin-top: 5vw;
  }
}

.area-cmn-02-top .box-article .img-article {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 11px;
  margin-bottom: 5px;
  border-color: #707070;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .box-article .img-article {
    min-width: auto;
    min-height: auto;
    width: 21.33vw;
    height: 21.33vw;
  }
}

.area-cmn-02-top .box-article .txt-article-num {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Bebas Neue", cursive;
  font-size: 2.1428rem;
  line-height: 1;
}

.area-cmn-02-top .box-article .ttl-article {
  clear: both;
  color: #818181;
}

.area-cmn-02-top .cat-cmn {
  width: 100px;
  float: left;
  padding: 0.5em;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .cat-cmn {
    width: 26.66vw;
    line-height: 6.66vw;
    padding: 0.5333vw;
  }
}

.area-cmn-02-top .ico-arrow-rr-01 {
  float: right;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .ico-arrow-rr-01 {
    margin-right: 3.29%;
  }
}

.area-cmn-02-top .sec-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 43px;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .sec-wrapper {
    display: block;
    padding-top: 5.6vw;
  }
}

.area-cmn-02-top .sec-wrapper .sec-cmn-01 {
  width: 44.96%;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .sec-wrapper .sec-cmn-01 {
    width: 100%;
  }
}

.area-cmn-02-top .sec-new {
  position: relative;
  border-bottom: 1px solid #CFCFCF;
}

.area-cmn-02-top .sec-new .box-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .sec-new .box-article {
    min-width: auto;
  }
}

.area-cmn-02-top .sec-new .box-article-wrapper {
  clear: both;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.area-cmn-02-top .sec-new .box-article-item {
  width: 26.96%;
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .sec-new .box-article-item {
    width: 83.933vw;
    margin-right: 3vw;
  }
}

.area-cmn-02-top .sec-new .box-article-item:before {
  content: "";
}

@media screen and (max-width: 767px) {
  .area-cmn-02-top .sec-new .btn-more {
    margin-top: 5vw;
  }
}

.area-cmn-04 .box-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .area-cmn-04 .box-article {
    display: block;
  }
}

.area-cmn-04 .box-article-item {
  width: 28.95%;
  margin-right: 6.5%;
  margin-top: 25px;
}

.area-cmn-04 .box-article-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .area-cmn-04 .box-article-item {
    width: 100%;
  }
}

.area-cmn-04 .box-article .img-article {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 11px;
  margin-bottom: 5px;
  border-radius: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .area-cmn-04 .box-article .img-article {
    width: 26vw;
    height: 26vw;
    margin-right: 3.73vw;
    margin-bottom: 3.466vw;
  }
}

.area-cmn-04 .box-article .txt-article {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .area-cmn-04 .box-article .txt-article {
    -webkit-line-clamp: 3;
  }
}

.area-cmn-04 .box-article .ttl-article {
  color: #818181;
  clear: both;
}

.area-cmn-05 .box-article {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FFFFFF;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .area-cmn-05 .box-article {
    min-width: auto;
    width: auto;
  }
}

.area-cmn-05 .box-article-item {
  position: relative;
  padding-right: 2%;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .area-cmn-05 .box-article-item {
    margin-top: 5.3vw;
    margin-bottom: 4.7vw;
  }
}

.area-cmn-05 .box-article-has-num .box-article-item {
  padding-left: 2.2em;
}

.area-cmn-05 .txt-article {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-cmn-05 .txt-article-num {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Bebas Neue", cursive;
  font-size: 2.1428rem;
  line-height: 1;
}

.area-cmn-05 .img-article {
  min-width: 110px;
  min-height: 110px;
  max-width: 110px;
  max-height: 110px;
  float: left;
  margin-right: 11px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .area-cmn-05 .img-article {
    min-width: 21.33vw;
    max-width: 21.33vw;
    min-height: 21.33vw;
    max-height: 21.33vw;
  }
}

.area-cmn-05 .ttl-article {
  clear: both;
  color: #818181;
}

.area-news {
  background-color: #4B535E;
  color: #FFFFFF;
  font-size: 1.2857rem;
  padding: 18px 0;
}

@media screen and (max-width: 767px) {
  .area-news {
    padding: 4.8vw 0;
  }
}

.area-news .list-item {
  padding-left: 0.5em;
  line-height: 1.6;
}

.area-news a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
}

.area-news a:hover {
  text-decoration: none;
}

.area-download {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#09122E), to(#1A2E6EFA));
  background: transparent -webkit-linear-gradient(top, #09122E 0%, #1A2E6EFA 100%);
  background: transparent linear-gradient(180deg, #09122E 0%, #1A2E6EFA 100%);
  padding: 10px 0;
  color: #E8E6DF;
  position: relative;
}

@media screen and (max-width: 767px) {
  .area-download {
    padding: 1.13vw 0;
  }
}

.area-download a {
  width: 63.33vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  font-size: 1.1428rem;
}

.area-download img {
  width: 14.26vw;
  margin-right: 0.73vw;
}

.area-download .btn-close-dl {
  position: absolute;
  left: 5.33vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.3vw;
}

.area-banner {
  margin-top: 88px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .area-banner {
    padding: 0;
    margin-top: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .area-banner .audee-inner {
    display: block;
    padding: 0;
  }
}

.area-banner-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2em;
}

@media screen and (max-width: 767px) {
  .area-banner-item {
    padding: 0 5.066vw;
  }
}

.area-banner-ttl {
  color: #818181;
  font-size: 1.4285rem;
  min-height: 2em;
}

@media screen and (max-width: 767px) {
  .area-banner-ttl {
    margin-top: 0.5em;
  }
}

.area-banner-img {
  width: 50.274%;
  margin-right: 1.43%;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .area-banner-img {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}

.area-banner-img img {
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .area-banner-img img {
    max-height: 21.6vw;
  }
}

.area-banner .txt-cmn-l {
  margin-top: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-banner .box-cmn-txt {
  color: #5D5959;
  margin-top: 6px;
  width: 47.525%;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .area-banner .box-cmn-txt {
    width: 100%;
  }
}

.area-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #ECECEC;
  max-width: 280px;
  width: 66.66%;
  z-index: 10100;
  overflow-y: auto;
  padding-top: 45px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #333333;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.area-menu::-webkit-scrollbar {
  display: none;
  width: 5px;
  height: 4px;
  background: #333333;
}

.area-menu::-webkit-scrollbar-button {
  width: 5px;
  height: 3px;
  background: #666666;
}

.area-menu::-webkit-scrollbar-thumb {
  background: #666666;
}

.area-menu::-webkit-scrollbar-corner {
  background: #333333;
}

@media screen and (max-width: 767px) {
  .area-menu {
    max-width: none;
    padding-top: 13vw;
  }
}

.area-menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.area-searchresult {
  color: #CFCFCF;
  padding-top: 10px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .area-searchresult {
    padding-bottom: 6vw;
  }
}

.area-searchresult .link-search {
  margin-top: 4vw;
  display: block;
  color: #FFFFFF;
  font-size: 3.733vw;
  padding: 3vw;
}

.area-searchresult .link-search:after {
  content: "▼";
  font-size: 0.75em;
}

.area-pagination {
  max-width: 265px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .area-pagination {
    max-width: none;
    width: 71.46vw;
    margin: 5.33vw auto;
  }
}

.area-cmn-03 {
  padding: 0 3.29%;
}

@media screen and (min-width: 767px) {
  .area-cmn-03 {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-03 {
    padding: 0 5vw;
  }
}

.area-hero {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .area-hero {
    padding-bottom: 8vw;
  }
}

.area-hero .link-txt {
  font-size: 1rem;
  float: right;
  color: #FFFFFF;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .area-hero .link-txt {
    margin: 5.3vw 0 4.3vw;
    width: auto;
  }
}

.area-hero .ttl-cmn-lev1 {
  float: left;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .area-hero .ttl-cmn-lev1 {
    margin-top: 5.3vw;
  }
}

.area-hero .swiper-container {
  clear: both;
}

.area-about {
  color: #FFFFFF;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .area-about {
    padding: 4vw 0;
  }
}

.area-about .ttl-cmn-lev2 {
  margin: 25px 0 1em;
}

@media screen and (max-width: 767px) {
  .area-about .ttl-cmn-lev2 {
    margin: 6.6vw 0 2.7vw;
  }
}

.area-about .link-app {
  width: 75%;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .area-about .link-app {
    width: 100%;
    margin-top: 4.26vw;
  }
}

.area-radiko {
  padding: 40px 0;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .area-radiko {
    padding: 0;
    border: none;
  }
}

.area-cmn-03 {
  padding: 0 3.29%;
}

@media screen and (max-width: 767px) {
  .area-cmn-03 {
    padding: 0 5vw;
  }
}

.area-cmn-03 .box-article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .area-cmn-03 .box-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
  }
}

.area-cmn-03 .txt-cmn-m {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 767px) {
  .area-cmn-03,
  .sec-program {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.area-cmn-03 .box-article,
.sec-program .box-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFFFFF;
}

@media screen and (min-width: 767px) {
  .area-cmn-03 .box-article:after,
  .sec-program .box-article:after {
    content: "";
    display: block;
    width: 23%;
    min-width: 280px;
  }
}

.area-cmn-03 .box-article-item,
.sec-program .box-article-item {
  position: relative;
}

.area-cmn-03 .box-article-item .img-article,
.sec-program .box-article-item .img-article {
  margin: 0 12px 6px 33px;
  max-width: 80px;
  float: left;
  border: 1px solid #707070;
  border-radius: 5px;
}

@media screen and (min-width: 767px) {
  .area-cmn-03 .box-article-item.s-trend,
  .sec-program .box-article-item.s-trend {
    width: 32%;
    margin-bottom: 50px;
  }
  .area-cmn-03 .box-article-item.s-trend .img-article,
  .sec-program .box-article-item.s-trend .img-article {
    margin: 0 15px 8px 35px;
    max-width: 150px;
  }
  .area-cmn-03 .box-article-item.s-trend .ttl-article,
  .sec-program .box-article-item.s-trend .ttl-article {
    margin-left: 35px;
    width: calc(100% - 35px);
    font-size: 0.9285rem;
  }
}

@media screen and (min-width: 767px) {
  .area-cmn-03 .box-article-item,
  .sec-program .box-article-item {
    width: 23%;
    margin-bottom: 40px;
  }
  .area-cmn-03 .box-article-item .ttl-article,
  .sec-program .box-article-item .ttl-article {
    margin-left: 33px;
    width: calc(100% - 33px);
    font-size: 0.8571rem;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-03 .box-article-item,
  .sec-program .box-article-item {
    min-height: 0.1%;
    margin-bottom: 10vw;
  }
  .area-cmn-03 .box-article-item .img-article,
  .sec-program .box-article-item .img-article {
    margin: 0 2.5vw 1vw calc(2vw + 1.7rem);
    width: 26%;
    max-width: none;
  }
  .area-cmn-03 .box-article-item .ttl-article,
  .sec-program .box-article-item .ttl-article {
    margin-left: 1.5rem;
  }
}

.area-cmn-03 .txt-article-num,
.sec-program .txt-article-num {
  position: absolute;
  width: 25px;
  left: 0;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Bebas Neue", cursive;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .area-cmn-03 .txt-article-num,
  .sec-program .txt-article-num {
    width: 1.7rem;
    font-size: 2rem;
  }
}

@media screen and (min-width: 767px) {
  .area-cmn-03 .txt-article-num.txt-num-02,
  .sec-program .txt-article-num.txt-num-02 {
    font-size: 3.8rem;
  }
}

.area-cmn-03 .ttl-article,
.sec-program .ttl-article {
  clear: both;
  line-height: 1.6;
  color: #818181;
}

.area-cmn-03 .txt-cmn-s,
.sec-program .txt-cmn-s {
  line-height: 1.6;
}

.area-cmn-03 .cat-cmn,
.sec-program .cat-cmn {
  padding: 0.5em 1.25em;
  border-radius: 1em;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .area-cmn-03 .cat-cmn,
  .sec-program .cat-cmn {
    width: 9em;
    margin: 30px 0;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-03 p.cat-cmn,
  .sec-program p.cat-cmn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-03 .sec-cmn-01,
  .sec-program .sec-cmn-01 {
    display: none;
    -webkit-animation: fadeout 0.7s;
            animation: fadeout 0.7s;
  }
  .area-cmn-03 .sec-cmn-01.is-active,
  .sec-program .sec-cmn-01.is-active {
    display: block;
    -webkit-animation: fadein 0.7s;
            animation: fadein 0.7s;
  }
}

.sec-program .box-article {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sec-program .box-article {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 767px) {
  .sec-program .box-article-item {
    width: 30%;
    margin: 0 1.6666% 50px;
  }
  .sec-program .box-article-item .img-article {
    margin: 0 15px 0 0;
    max-width: 150px;
  }
  .sec-program .box-article-item .ttl-article {
    clear: none;
    margin-left: 0;
    width: 100%;
    font-size: 1.1428rem;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .sec-program .box-article-item {
    width: 48%;
    min-height: 0.1%;
    margin-bottom: 5vw;
  }
  .sec-program .box-article-item .img-article {
    margin: 0 0 1.5vw 0;
    width: 100%;
    max-width: none;
  }
  .sec-program .box-article-item .ttl-article {
    margin-left: 0;
    font-size: 1rem;
    color: #CFCFCF;
  }
}

.area-cmn-detail {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .area-cmn-detail {
    margin-bottom: 6vw;
    padding-bottom: 4vw;
  }
}

.area-cmn-detail .ttl-cmn-detail .ttl-cmn-label-02.ttl-label-02 {
  display: table;
  position: static;
  margin-bottom: 0.5em;
  padding: 0.2em 1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .area-cmn-detail .ttl-cmn-detail .ttl-cmn-label-02.ttl-label-02 {
    background-color: #FFFFFF;
    color: #1A2E6E;
  }
}

.area-cmn-detail .ttl-cmn-detail.plus-player {
  display: table;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.area-cmn-detail .ttl-cmn-detail.plus-player .btn-play {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  padding: 10px 30px;
  border-right: 1px solid #707070;
  text-align: center;
  color: #FF7800;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media screen and (min-width: 767px) {
  .area-cmn-detail .ttl-cmn-detail.plus-player .btn-play:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .area-cmn-detail .ttl-cmn-detail.plus-player .btn-play {
    width: 20%;
    padding: 3vw 3vw 3vw;
  }
}

.area-cmn-detail .ttl-cmn-detail.plus-player .btn-play .txt-cmn-m {
  display: block;
  margin-top: 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
}

.area-cmn-detail .ttl-cmn-detail.plus-player .btn-play img,
.area-cmn-detail .ttl-cmn-detail.plus-player .btn-play p {
  -webkit-animation: fadein 0.2s linear;
          animation: fadein 0.2s linear;
}

.area-cmn-detail .ttl-cmn-detail.plus-player .btn-play.is-play {
  background: url(/share/v1/img/playing.gif) center/44% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .area-cmn-detail .ttl-cmn-detail.plus-player .btn-play.is-play {
    background-size: 60% auto;
  }
}

.area-cmn-detail .ttl-cmn-detail.plus-player .btn-play.is-play img,
.area-cmn-detail .ttl-cmn-detail.plus-player .btn-play.is-play p {
  -webkit-animation: fadeout 0.2s linear;
          animation: fadeout 0.2s linear;
  opacity: 0;
}

.area-cmn-detail .ttl-cmn-detail.plus-player .ttl-inner {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 110px);
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .area-cmn-detail .ttl-cmn-detail.plus-player .ttl-inner {
    width: 80%;
    padding: 3vw;
  }
}

.area-cmn-detail > .box-sns {
  margin: 40px 0 40px auto;
}

.area-cmn-detail .box-sns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .area-cmn-detail .box-sns {
    margin: 4vw 0 4vw auto;
  }
}

.area-cmn-detail .box-sns li {
  margin-left: 0.5em;
}

.area-cmn-detail.s-border {
  margin-top: 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.area-form-wrapper {
  color: #CFCFCF;
}

.area-form-wrapper .ttl-cmn-lev1 {
  text-align: center;
}

.area-form-wrapper .ttl-cmn-lev1 + .txt-form {
  margin-top: 40px;
}

.area-form-wrapper .txt-form {
  font-size: 1.2857rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .area-form-wrapper .txt-form {
    font-size: 1rem;
  }
}

.area-form-wrapper .txt-form.s-center {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .area-form-wrapper .txt-form.s-center {
    margin-bottom: 7vw;
  }
}

.area-form-wrapper .txt-form-note {
  margin-top: 0.75em;
  font-size: 0.8571rem;
  color: #FFFFFF;
}

.area-form-wrapper .txt-cmn-m {
  display: initial;
}

@media screen and (max-width: 767px) {
  .area-form-wrapper .s-center {
    margin-top: 3vw;
  }
}

@media screen and (min-width: 768px) {
  .no-pc-slide.area-cmn-01 .area-cmn-01-inner {
    padding: 0 3.29%;
  }
}

.no-pc-slide.area-cmn-01 .ttl-article {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .no-pc-slide.area-cmn-01 .img-article {
    min-width: auto;
    min-height: auto;
    max-width: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .no-pc-slide.area-cmn-01 .box-article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .no-pc-slide.area-cmn-01 .box-article-wrapper {
    width: 100% !important;
  }
  .no-pc-slide.area-cmn-01 .box-article-img {
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
  .no-pc-slide.area-cmn-01 .box-article-item {
    width: 12.6%;
    max-width: none;
    min-width: auto;
    margin-right: 1.9%;
    margin-top: 20px;
  }
  .no-pc-slide.area-cmn-01 .box-article-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .no-pc-slide.area-cmn-01 .sec-cmn-01 {
    margin-bottom: 80px;
  }
}

/*
sec
-------------------------------------------*/
.sec-cmn {
  /* 投稿詳細 */
}

.sec-cmn-01, .sec-cmn-02 {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec-cmn-01, .sec-cmn-02 {
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .sec-cmn-02 {
    padding-bottom: 12vw;
  }
}

.sec-cmn-03 {
  color: #CFCFCF;
}

@media screen and (min-width: 767px) {
  .sec-cmn-03 {
    width: 960px;
    margin: 0 auto;
    padding: 0 60px;
  }
}

@media screen and (min-width: 768px) {
  .sec-cmn-04 {
    padding-top: 50px;
    max-width: 960px;
    padding: 50px 60px 0;
    margin: auto;
    position: relative;
  }
  .sec-cmn-04 .link-txt-01 {
    right: 60px;
    top: 60px;
  }
  .sec-cmn-04 .box-index-01 .box-article-item {
    margin-top: 45px;
  }
}

.sec-cmn-base {
  line-height: 1.5;
}

.sec-talkroom-01 {
  /*
			margin : auto;
			.s-flex {
				align-items : flex-start;
			}
			.box-article-item {
				padding : 30px;
				@include max($breakpointSP) {
					padding : 5.3vw;
				}
			}
			.txt-article {
				line-height : 2;
				margin-top : 20px;
				@include max($breakpointSP) {
					margin-top : 5.33vw;
				}
			}
			.img-article {
				width : 100%;
				margin-right : 25px;
				margin-top : 20px;
				max-width : 412px;
				border : none;
				@include max($breakpointSP) {
					max-width : 100%;
					margin-right : 0;
					margin-top : 5.33vw;
				}
			}
			.btn-article-wrap {
				margin-top : 50px;
				@include max($breakpointSP) {
					margin-top : 5vw;
				}
			}
			.btn-cmn {
				width : 100%;
				max-width : 340px ;
				margin : auto;
				@include max($breakpointSP) {
					max-width : none;
				}
			}
			.btn-cmn,
			.btn-cmn-02 {
				padding : 0.7em;
				@include max($breakpointSP) {
					padding : 0.5em;
				}
			}*/
}

.sec-talkroom-01 .list-post-icons {
  color: #FFFFFF;
  margin: 15px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .sec-talkroom-01 .list-post-icons {
    margin: 4vw 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-talkroom-01 .list-post-icons a {
    font-size: 3.2vw;
  }
}

.sec-login {
  width: 100%;
}

.sec-login .link-txt {
  text-align: right;
  text-decoration: underline;
  margin-top: 1em;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}

/*
contents
-------------------------------------------*/
.notice-content {
  background-repeat: no-repeat;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#09122E), to(#1A2E6E));
  background: transparent -webkit-linear-gradient(#09122E 0%, #1A2E6E 100%);
  background: transparent linear-gradient(#09122E 0%, #1A2E6E 100%);
  background-attachment: fixed;
  color: #FFFFFF;
}

.notice-content figure {
  margin: 30px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .notice-content figure {
    margin: 8vw 0;
  }
}

.notice-content p {
  margin-bottom: 1em;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .notice-inner {
    width: 600px;
    margin: 0 auto;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .notice-inner {
    padding: 6vw 3vw;
  }
}

.ttl-notice {
  margin: 40px 0;
  font-size: 1.4285rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl-notice {
    margin: 8vw 0;
    font-size: 1.1428rem;
  }
}

.sec-notice-01 {
  width: 90%;
  margin: 0 auto;
}

.sec-notice-02 {
  width: 75%;
  margin: 0 auto;
}

.link-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link-app img {
  width: auto;
  height: 62px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .link-app img {
    height: 10.8vw;
  }
}

.link-app a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 767px) {
  .link-app {
    margin: 30px 0;
  }
}

.btn-toaudee {
  display: block;
  position: relative;
  margin: 30px 0;
  padding: 20px;
  background-color: #FF6600;
  font-size: 1.1428rem;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .btn-toaudee {
    margin: 5vw 0;
    padding: 3vw;
    font-size: 1rem;
  }
}

.btn-toaudee:hover {
  opacity: 0.8;
}

.btn-toaudee:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn-toaudee:after {
    right: 3vw;
  }
}

.audee-contents .no-mt {
  margin-top: 0;
}

.audee-contents-search .audee-inner {
  min-width: auto;
}

.audee-contents-search .sec-cmn-03 {
  width: auto;
  max-width: 960px;
}

.audee-contents-result .sec-cmn-01.js-tab-content {
  display: block;
}

@media screen and (max-width: 767px) {
  .audee-contents-result .sec-cmn-01.js-tab-content {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .audee-contents-result .nav-tab {
    display: none;
  }
}

.audee-contents-program .no-pc-slide {
  border-top: 1px solid #707070;
}

.audee-contents-program .no-pc-slide .img-article {
  background: #FFFFFF;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .audee-contents-program .no-pc-slide {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .audee-contents-program .box-index-02 .box-article-item:not(.s-first) {
    display: none;
  }
}

.audee-contents-program .nav-tab {
  margin: 35px 0 15px;
}

@media screen and (max-width: 767px) {
  .audee-contents-program .nav-tab {
    margin: 8vw 0 4vw;
  }
}

.audee-contents-program .sec-cmn-01 {
  position: relative;
}

.audee-contents-program .sec-talkroom-01 {
  max-width: none;
}

.audee-contents-program .sec-talkroom-01 .box-article-item {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .audee-contents-program .sec-talkroom-01 .box-article-item {
    padding: 5.3vw;
  }
}

.audee-contents-program .box-index-01 .box-article-img {
  max-width: 420px;
  min-width: 320px;
  width: 40%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .audee-contents-program .box-index-01 .box-article-img {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
}

.audee-contents-program .box-index-01 .box-article-img img {
  width: 100%;
  height: auto;
}

.audee-contents-personal .nav-tab {
  max-width: none;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .audee-contents-personal .nav-tab {
    margin: 8vw 0;
  }
}

.audee-contents-personal .nav-tab .cat-cmn {
  max-width: none;
  width: 18.5%;
  margin-right: 0;
  padding: 0.55em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 767px) {
  .audee-contents-personal .nav-tab .cat-cmn:first-child:before {
    content: "お気に入り";
  }
}

@media screen and (max-width: 767px) {
  .audee-contents-personal .nav-tab .cat-cmn {
    margin-left: 0;
    padding: 0.3em;
    font-size: 1.1428rem;
  }
}

.audee-contents-personal .nav-tab .cat-cmn svg {
  width: auto;
  height: 1.2em;
}

@media screen and (max-width: 767px) {
  .audee-contents-personal .nav-tab .cat-cmn svg {
    height: 1em;
  }
}

.audee-contents-personal .nav-tab .cat-cmn svg .fill-color {
  fill: #818181;
}

.audee-contents-personal .nav-tab .cat-cmn.is-active svg .fill-color {
  fill: #FFFFFF;
}

.audee-contents-personal .sec-cmn-01 {
  display: none;
  -webkit-animation: fadeout 0.7s;
          animation: fadeout 0.7s;
}

.audee-contents-personal .sec-cmn-01.is-active {
  display: block;
  -webkit-animation: fadein 0.7s;
          animation: fadein 0.7s;
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom .btn-article-wrap {
    margin: 11vw auto 0;
  }
}

.audee-contents-talkroom .box-link {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom .box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .audee-contents-talkroom .box-link .btn-square-01 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .audee-contents-talkroom .box-link .btn-square-06 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom .box-link a {
    width: 49%;
    padding: 3vw;
    font-size: 1rem;
    margin: 0;
  }
}

.audee-contents-talkroom .box-cmn-rounded {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom .box-cmn-rounded {
    margin-top: 8vw;
  }
}

.audee-contents-talkroom .box-article-item.s-first {
  background-color: #FFECEE;
}

.audee-contents-talkroom .box-article-item.s-first .list-tags,
.audee-contents-talkroom .box-article-item.s-first .list-post-icons,
.audee-contents-talkroom .box-article-item.s-first .box-sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: none;
}

.audee-contents-talkroom .box-article-item.s-first .box-comment {
  text-align: left;
}

.audee-contents-terms.audee-inner {
  line-height: 1.8;
}

.audee-contents-about-premium {
  color: #fff;
  padding-bottom: 120px;
}

.audee-contents-about-premium.p-kv {
  padding-bottom: 0;
}

.audee-contents-about-premium.audee-inner {
  line-height: 1.6;
}

.audee-contents-about-premium .area-premium-logo {
  padding: 87px 20px 70px;
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audee-contents-about-premium .area-premium-logo .logo-img {
  width: 32%;
}

.audee-contents-about-premium .area-premium-logo .list-link {
  width: 57%;
  padding: 30px 30px 30px 50px;
  border: solid 1px #707070;
}

.audee-contents-about-premium .area-premium-logo .list-link .item {
  list-style-type: disc;
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
}

.audee-contents-about-premium .area-premium-logo .list-link .item:first-child {
  margin-top: 0;
}

.audee-contents-about-premium .logo-premium {
  width: 228px;
}

.audee-contents-about-premium .app-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 56px 0 0;
  width: 446px;
}

.audee-contents-about-premium .app-dl .item.p-as {
  width: 42%;
}

.audee-contents-about-premium .app-dl .item.p-gp {
  width: 51%;
}

.audee-contents-about-premium .list-plan {
  margin-top: 27px;
}

.audee-contents-about-premium .list-plan .item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audee-contents-about-premium .list-plan .item .item-ttl {
  width: 284px;
  font-size: 17px;
  color: #7AE4FF;
  text-align: center;
  border: solid 1px #3ED5FC;
  border-radius: 45px;
  padding: 2px 10px;
}

.audee-contents-about-premium .list-plan .item .item-ttl.p-2 {
  color: #FFBB34;
  border: solid 1px #FFBB34;
}

.audee-contents-about-premium .list-plan .item .item-ttl.p-3 {
  color: #23E530;
  border: solid 1px #23E530;
}

.audee-contents-about-premium .list-plan .item .item-txt {
  padding-left: 30px;
  color: #CEC3C3;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .audee-contents-about-premium {
    padding-bottom: 16vw;
  }
  .audee-contents-about-premium .area-premium-logo {
    padding: 12vw 0;
    max-width: none;
    display: block;
  }
  .audee-contents-about-premium .area-premium-logo .logo-img {
    width: 33%;
    margin: 0 auto;
  }
  .audee-contents-about-premium .area-premium-logo .list-link {
    width: 100%;
    padding: 8vw 8vw 8vw 13.3vw;
    margin-top: 6vw;
  }
  .audee-contents-about-premium .area-premium-logo .list-link .item {
    margin-top: 4.6vw;
    font-size: 3.8vw;
  }
  .audee-contents-about-premium .area-premium-logo .list-link .item:first-child {
    margin-top: 0;
  }
  .audee-contents-about-premium .logo-premium {
    width: 61vw;
    margin: 0 auto;
  }
  .audee-contents-about-premium .app-dl {
    margin: 10.6vw 0 0;
    width: 100%;
  }
  .audee-contents-about-premium .app-dl .item.p-as {
    width: 42%;
  }
  .audee-contents-about-premium .app-dl .item.p-gp {
    width: 51%;
  }
  .audee-contents-about-premium .list-plan {
    margin-top: 7.4vw;
    padding: 0 6vw 10.6vw;
    border: solid 1px #fff;
  }
  .audee-contents-about-premium .list-plan .item {
    margin-top: 6vw;
    display: block;
  }
  .audee-contents-about-premium .list-plan .item .item-ttl {
    width: 100%;
    padding: 1vw 3vw;
    font-size: 3vw;
  }
  .audee-contents-about-premium .list-plan .item .item-txt {
    padding-left: 0;
    font-size: 3vw;
    margin-top: 2.8vw;
    line-height: 1.5;
  }
}

.audee-contents-talkroom-ranking .ttl-cmn-lev2:not(.ttl-article) {
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom-ranking .ttl-cmn-lev2:not(.ttl-article) {
    padding-top: 7vw;
  }
}

.audee-contents-talkroom-ranking .box-article-item {
  margin-top: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom-ranking .box-article-item {
    padding-top: 8vw;
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom-form .mod-item .txt-important {
    left: 0 !important;
  }
}

.audee-contents-talkroom-form .mod-item-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .audee-contents-talkroom-form .mod-item-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.audee-contents-talkroom-form .box-post {
  padding-top: 2em;
}

.audee-contents-login {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .audee-contents-login {
    margin: auto;
    padding: 6vw 0 10vw;
    background: url(/share/v1/img/bg-login.png) 100%/cover no-repeat fixed;
  }
  .audee-contents-login .txt-cmn-l {
    font-size: 3.86vw;
  }
}

.audee-contents-login input {
  width: 100%;
}

.audee-contents-login a,
.audee-contents-login input[class] {
  border-radius: 3px;
}

.audee-contents-login .txt-error {
  text-align: left;
  margin-top: 0.5em;
}

.audee-contents-program-list .nav-tab {
  margin: 30px 0 75px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .audee-contents-program-list .nav-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 6vw 0;
  }
  .audee-contents-program-list .nav-tab.no-other {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .audee-contents-program-list .nav-tab.no-other .cat-cmn,
  .audee-contents-program-list .nav-tab.no-other .cat-cmn + .cat-cmn:not(:nth-child(7)) {
    width: 19%;
    margin-left: 0;
  }
}

.audee-contents-program-list .cat-cmn {
  margin: 0;
  padding: 0.5em;
  width: 8.7%;
}

.audee-contents-program-list .cat-cmn:hover {
  color: #FFFFFF;
  background-color: #1A2E6E;
  border-color: #1A2E6E;
}

@media screen and (max-width: 767px) {
  .audee-contents-program-list .cat-cmn {
    padding: 0.2em 0;
    width: 16%;
    margin: 1vw 0 0;
  }
  .audee-contents-program-list .cat-cmn.cat-other {
    width: 32.8%;
  }
  .audee-contents-program-list .cat-cmn + .cat-cmn:not(:nth-child(7)) {
    margin-left: 0.8%;
  }
}

/*========================================================
  js
=========================================================*/
.modal-open {
  cursor: pointer;
}

.modal-box {
  position: fixed;
  z-index: 10001;
  display: none;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  margin: 0;
  background: #FFFFFF;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  top: calc(50% + 2vh);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/share/v1/img/ico-cross.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#09122E), to(#1A2E6E));
  background: transparent -webkit-linear-gradient(#09122E 0%, #1A2E6E 100%);
  background: transparent linear-gradient(#09122E 0%, #1A2E6E 100%);
  opacity: 0.7;
}

.modal-bg.modal2 {
  opacity: 1;
  background: #26303E;
}

.modal-inner {
  overflow-y: auto;
  max-height: calc(90vh - 120px);
  padding: 60px 80px;
}

.modal-inner.audee-contents-terms {
  line-height: 1.8;
}

.modal-inner.audee-contents-terms .ttl-cmn-base {
  color: #1A2E6E;
}

.modal-inner.audee-contents-terms .txt-cmn-base {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .modal-inner {
    max-height: calc(90vh - 12vw);
    padding: 6vw 5vw;
  }
}

.modal-box-02 {
  background: #1E252E;
  color: #FFFFFF;
  text-align: center;
  min-width: 830px;
  top: 50%;
  min-height: 90vh;
}

@media screen and (max-width: 767px) {
  .modal-box-02 {
    min-width: auto;
  }
}

.modal-box-02 .modal-inner {
  max-height: 90vh;
}

.modal-close-02 {
  top: 20px;
  right: 20px;
}

.js-modal-bg.modal-02 {
  background: #231E1F;
  opacity: 0.8;
}

.audee-contents .swiper-container {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .audee-contents .swiper-container {
    padding-bottom: 8vw;
  }
}

.audee-contents .swiper-container img {
  width: 100%;
  padding: 0;
}

.audee-contents .swiper-button-next, .audee-contents .swiper-button-prev {
  top: 50%;
  background: url(/share/v1/img/swipe-arrow.svg) left/contain no-repeat content-box;
  border: none;
  width: 38px;
  height: 38px;
  z-index: 100;
  padding: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .audee-contents .swiper-button-next, .audee-contents .swiper-button-prev {
    width: 9vw;
    height: 9vw;
    padding: 1.5vw;
  }
}

.audee-contents .swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .audee-contents .swiper-button-prev {
    left: -1vw;
  }
}

.audee-contents .swiper-button-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
  .audee-contents .swiper-button-next {
    right: -1vw;
  }
}

.audee-contents .swiper-pagination {
  bottom: 0;
  width: 100%;
}

.audee-contents .swiper-pagination-bullet {
  background: #CCCCCC;
  margin: 0 0.5rem;
}

.audee-contents .swiper-pagination-billet-active {
  background: #FFFFFF;
}

.area-hero {
  position: relative;
}

.area-hero .swiper-container {
  max-height: 480px;
  padding-bottom: 0;
  width: 86.2%;
  margin: auto;
  border: 1px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
  .area-hero .swiper-container {
    padding-bottom: 0;
    width: 100%;
  }
}

.area-hero .swiper-container img {
  width: 100%;
  padding: 0;
}

.area-hero .swiper-button-next, .area-hero .swiper-button-prev {
  margin: 0;
}

.area-banner {
  position: relative;
}

.area-banner .swiper-container {
  max-height: 480px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .area-banner .swiper-container {
    max-height: none;
  }
}

.area-banner .swiper-button-next, .area-banner .swiper-button-prev {
  background-image: url(/share/v1/img/swipe-arrow-w.svg);
}

.area-banner .swiper-slide {
  padding: 0 1px;
}

@media screen and (max-width: 767px) {
  .box-program-banner.swiper-container {
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .box-program-banner .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}

@media screen and (min-width: 768px) {
  .box-program-banner .swiper-slide {
    width: 32.5% !important;
    margin-right: 1.25% !important;
    margin-top: 15px !important;
  }
  .box-program-banner .swiper-slide:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .box-program-banner .swiper-slide-duplicate {
    display: none !important;
  }
}

.box-program-banner .swiper-button-next, .box-program-banner .swiper-button-prev {
  top: 16vw;
}

.js-bg-menu {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#09122E), to(#1A2E6EE8));
  background: transparent -webkit-linear-gradient(top, #09122E 0%, #1A2E6EE8 100%);
  background: transparent linear-gradient(180deg, #09122E 0%, #1A2E6EE8 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.area-tab .js-tab-content {
  display: none;
  -webkit-animation: fadeout 0.7s;
          animation: fadeout 0.7s;
}

.area-tab .js-tab-content.is-active {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: fadein 0.7s;
          animation: fadein 0.7s;
}

/* 投稿詳細 */
.sec-cmn-03 .box-visual {
  margin: 40px auto;
}

@media screen and (min-width: 767px) {
  .sec-cmn-03 .box-visual {
    width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .sec-cmn-03 .box-visual {
    margin: 4vw 0;
  }
}

.sec-cmn-03 .txt-article-01 {
  font-size: 1.2142rem;
  line-height: 1.6;
}

.sec-cmn-03 .txt-article-02,
.sec-cmn-03 .ttl-article {
  font-size: 0.8571rem;
  line-height: 1.6;
  color: #818181;
}

.sec-cmn-03 .form-comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 40px 0;
  padding: 20px;
}

.sec-cmn-03 .form-comment:placeholder {
  color: #EFEFEF;
}

@media screen and (max-width: 767px) {
  .sec-cmn-03 .form-comment {
    margin: 4vw 0;
    padding: 3vw;
  }
}

.sec-cmn-03.s-border {
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .sec-cmn-03.s-border {
    margin-bottom: 5vw;
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 767px) {
  .sec-cmn-03 .box-post p {
    font-size: 1.1428rem;
  }
}

.sec-cmn-03 .box-post.s-border {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.sec-cmn-03 .box-comment .txt-article-01,
.sec-cmn-03 .box-comment .txt-article-02 {
  font-size: 1rem;
  line-height: 1.6;
  text-align: right;
  color: #FFFFFF;
}

/* 投稿詳細スマホ用背景 */
/* キー局一覧 */
.list-station {
  padding: 30px;
  background-color: #FFFFFF;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .list-station {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .list-station {
    padding: 3vw 5vw;
  }
}

@media screen and (min-width: 767px) {
  .list-station > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.333%;
    padding: 30px;
  }
  .list-station > li:not(:nth-child(3n)) {
    border-right: 1px #CCCCCC solid;
  }
  .list-station > li:not(:nth-child(n+37)) {
    border-bottom: solid 1px #CCCCCC;
  }
  .list-station > li .txt-cmn-ll {
    text-align: center;
  }
  .list-station > li > .txt-cmn-l {
    display: table;
    margin: 0 auto;
    color: #707070;
  }
}

@media screen and (max-width: 767px) {
  .list-station > li {
    padding-bottom: 4vw;
  }
  .list-station > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .list-station > li:not(:last-child) {
    border-bottom: solid 1px #CCCCCC;
  }
  .list-station > li .txt-cmn-ll {
    margin: 0 0 2vw;
    font-weight: bold;
  }
  .list-station > li > .txt-cmn-l {
    color: #707070;
  }
}

.img-station {
  display: block;
  width: 60%;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .img-station {
    margin: 5vw 0 4vw;
  }
}

/* 会社概要 */
.table-overview {
  width: 100%;
}

.table-overview > tbody > tr > th,
.table-overview > tbody > tr > td {
  padding: 25px 30px;
  border: 1px solid #CFCFCF;
}

@media screen and (max-width: 767px) {
  .table-overview > tbody > tr > th,
  .table-overview > tbody > tr > td {
    padding: 3vw;
  }
}

.table-overview th,
.table-overview td {
  line-height: 1.6;
  font-size: 1.2857rem;
  color: #CFCFCF;
}

@media screen and (max-width: 767px) {
  .table-overview th,
  .table-overview td {
    font-size: 1rem;
  }
}

.table-overview th {
  text-align: center;
  white-space: nowrap;
}

.table-overview p + p,
.table-overview h4 + p {
  margin-top: 0.5em;
}

.table-overview p + h4 {
  margin-top: 1.75em;
}

.table-overview h4 {
  font-weight: bold;
}

.table-inner-text th,
.table-inner-text td {
  padding: 10px;
}

.table-inner-text th {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .table-inner-text {
    display: block;
  }
  .table-inner-text tr,
  .table-inner-text tbody,
  .table-inner-text th,
  .table-inner-text td {
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .table-inner-text td {
    padding-top: 0;
  }
}

/* 放送局変更 */
.list-station-main {
  margin-top: 1.2rem;
}

.list-station-main > li {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .list-station-main > li {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.list-station-main input[type="radio"] + .radio-label {
  cursor: pointer;
  text-align: center;
}

.list-station-main input[type="radio"] + .radio-label:before {
  width: 1em;
  height: 1em;
  margin: 0.15em 0.75em 0 0;
}

.list-station-main .img-label {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .list-station-main .img-label {
    width: 32%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5%;
  }
  .list-station-main .img-label img {
    width: 100%;
  }
  .list-station-main input[type="radio"] + .radio-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.audee-contents-mainstation .btn-cmn-02 {
  min-width: 492px;
}

@media screen and (max-width: 767px) {
  .audee-contents-mainstation .btn-cmn-02 {
    width: 100%;
    margin: 6vw 0 0;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .audee-contents-mainstation .audee-inner-form {
    padding: 0;
  }
}

.js-slide-arrow {
  position: relative;
}

.js-slide-arrow .js-slide-prev,
.js-slide-arrow .js-slide-next {
  width: 3vw;
  height: 3vw;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.js-slide-arrow .js-slide-prev {
  margin-left: 1%;
  background: url("../img/arrow_l.png") no-repeat;
  background-size: contain;
  left: -2.4vw;
}

.js-slide-arrow .js-slide-next {
  margin-right: 1%;
  background: url("../img/arrow_r.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .js-slide-arrow .js-slide-prev,
  .js-slide-arrow .js-slide-next {
    width: 12vw;
    height: 16vw;
  }
  .js-slide-arrow .js-slide-prev {
    left: 0;
    background-size: 75%;
    background-position: center left;
  }
  .js-slide-arrow .js-slide-next {
    background-size: 75%;
    background-position: center right;
  }
}

@media screen and (min-width: 768px) {
  .no-pc-slide .js-slide-prev,
  .no-pc-slide .js-slide-next {
    display: none !important;
  }
}

.audee-contents-program-archive .area-cmn-02 {
  position: relative;
}

.audee-contents-program-archive .link-txt-01 {
  right: 3.29%;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .audee-contents-program-archive .link-txt-01 {
    margin: -3vw 0 6vw;
  }
}

.audee-contents-program-archive .txt-nodata {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .audee-contents-program-archive .txt-nodata {
    margin-bottom: 6.33vw;
  }
}

.audee-contents-person .ttl-cmn-lev1.p-01 {
  margin-top: 60px;
}

.audee-contents-person .audee-inner.p-01 {
  position: relative;
}

.audee-contents-person .audee-inner.p-01 .btn-radiko-tf {
  position: absolute;
  top: 66px;
  right: 57px;
  max-width: 336px;
}

.audee-contents-person .audee-inner.p-01 .btn-radiko-tf:hover {
  opacity: 0.8;
}

.audee-contents-person .box-program-01.photo_large .box-program-img-wrapper {
  width: 32.5%;
  margin-right: 1.25%;
  padding-top: 32.5%;
  position: relative;
}

.audee-contents-person .box-program-01.photo_large .box-program-content {
  width: 66.25%;
}

.audee-contents-person .box-program-01 .box-program-img-wrapper {
  width: 10%;
  padding-top: 10%;
  margin-right: 2%;
  margin-top: 18px;
}

.audee-contents-person .box-program-01 .box-program-content {
  width: 88%;
}

@media screen and (min-width: 1600px) {
  .audee-contents-person .area-cmn-01 .box-article-item, .audee-contents-person .area-cmn-01 .img-article {
    min-width: 280px;
    max-width: 280px;
  }
}

@media screen and (max-width: 1040px) {
  .audee-contents-person .audee-inner.p-01 .btn-radiko-tf {
    top: 69px;
    right: 40px;
    max-width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .audee-contents-person .box-program-01 .box-program-ttl {
    text-align: center;
  }
  .audee-contents-person .box-cmn-program .box-sns {
    margin-bottom: 4vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
  }
  .audee-contents-person .box-sns .s-first, .audee-contents-person .box-cmn-program .ico-heart2 {
    position: static;
  }
  .audee-contents-person .ttl-cmn-lev1.p-01 {
    margin-top: 8vw;
  }
  .audee-contents-person .audee-inner.p-01 .btn-radiko-tf {
    position: static;
    width: 100%;
    max-width: none;
  }
  .audee-contents-person .audee-inner.p-01 .btn-radiko-tf img {
    width: 100%;
  }
  .audee-contents-person .box-program-01.photo_large .box-program-img-wrapper {
    min-width: auto;
    margin-right: 0;
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
  .audee-contents-person .box-program-01.photo_large .box-program-content {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .audee-contents-person .box-program-01 .box-program-img-wrapper {
    width: 34%;
    padding-top: 34%;
    margin: 20px auto 0;
  }
  .audee-contents-person .box-program-01 .box-program-content {
    width: 100%;
  }
}

.heading-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-profile .btn-withdrawal {
  display: block;
  width: 144px;
  text-align: center;
  background: #1A2E6E;
  font-size: 18px;
  padding: 6px 0;
}
.withdrawal h4 {
  padding-bottom: 20px;
  font-size: 20px;
}
.withdrawal ul {
  padding-left: 18px;
}
.withdrawal li {
  list-style: disc;
}
.live-status-desc {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

/*
  Audeeプレミアム関連
-----------------------------------------------------*/
/* プレミアムアイコン */
.ico-premium {
  display: inline-block;
  width: 5em;
  height: 1.5em;
  background: url(/share/v1/img/ico-premium.svg) center/contain no-repeat;
  vertical-align: middle;
}

.ico-premium + .txt-article {
  margin-top: 0.5em;
}

.ico-premium.s-trend {
  margin-bottom: 0.3em;
}

.cat-cmn + .ico-premium {
  margin-left: 0.4em;
}

.ttl-cmn-detail .ico-premium {
  margin-left: 0;
  font-size: 1.4285rem;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-detail .ico-premium {
    width: 4em;
  }
}

/* この続きを読むには */
.area-info-premium {
  position: relative;
  width: 96%;
  margin: 100px auto;
  padding: 60px 40px 40px;
  background: #1a2e6e;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 46, 110, 0.9)), color-stop(70%, rgba(26, 46, 110, 0)));
  background: -webkit-linear-gradient(bottom, rgba(26, 46, 110, 0.9) 0%, rgba(26, 46, 110, 0) 70%);
  background: linear-gradient(0deg, rgba(26, 46, 110, 0.9) 0%, rgba(26, 46, 110, 0) 70%);
  border-top: 1px dashed #CFCFCF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area-info-premium {
    margin: 6vw auto 10vw;
    padding: 10vw 6vw 8vw;
  }
}

.area-info-premium .txt-info {
  position: absolute;
  display: table;
  padding: 0 1.75em;
  top: -14px;
  left: 50%;
  background-color: #1E252E;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .area-info-premium .txt-info {
    padding: 0 0.75em;
    font-size: 4.26vw;
  }
}

.area-info-premium .logo-audee-premium {
  margin-bottom: 30px;
}

.area-info-premium .logo-audee-premium img {
  width: 164px;
}

@media screen and (max-width: 767px) {
  .area-info-premium .logo-audee-premium {
    margin-bottom: 5vw;
  }
  .area-info-premium .logo-audee-premium img {
    width: 50%;
  }
}

.area-info-premium .area-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .area-info-premium .area-badge {
    margin: 5vw 0;
  }
}

.area-info-premium .area-badge > a {
  margin: 0 15px;
}

.area-info-premium .area-badge > a img {
  width: auto;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .area-info-premium .area-badge > a:first-child {
    margin: 0;
  }
  .area-info-premium .area-badge > a + a {
    margin: 0 0 0 3vw;
  }
}

.area-info-premium .area-btn-wrap {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .area-info-premium .area-btn-wrap {
    margin: 6vw 0;
  }
}

.area-info-premium > p {
  color: #CFCFCF;
  font-weight: bold;
  line-height: 1.6;
}

.area-info-premium .btn-rounded {
  display: inline-block;
  padding: 0.8em 2em;
  background-color: #FFD800;
  border-radius: 1.5em;
  font-size: 1.2857rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1A2E6E;
}

@media screen and (max-width: 767px) {
  .area-info-premium .btn-rounded {
    width: 100%;
    padding: 0.8em 1em;
    font-size: 1rem;
  }
}

.area-info-premium .link-color {
  color: #2194FB;
  text-decoration: underline;
}

.area-info-premium .link-color:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .area-info-premium .txt-cmn-l {
    font-size: 3.733vw;
  }
}

.ico-premium.s-block {
  display: table;
}

.area-info-premium .btn-square {
  display: inline-block;
  padding: 0.8em 2em;
  background-color: #FFD800;
  font-size: 1.2857rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1A2E6E;
}

@media screen and (max-width: 767px) {
  .area-info-premium .btn-square {
    width: 100%;
    padding: 0.8em 1em;
    font-size: 1.1428rem;
  }
}

.area-info-premium .link-normal {
  color: #FFFFFF;
  text-decoration: underline;
}

.area-info-premium .link-normal:hover {
  text-decoration: none;
}

.area-info-premium.s-register {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 46, 110, 0.9)), color-stop(70%, rgba(9, 18, 45, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(26, 46, 110, 0.9) 0%, rgba(9, 18, 45, 0.9) 70%);
  background: linear-gradient(0deg, rgba(26, 46, 110, 0.9) 0%, rgba(9, 18, 45, 0.9) 70%);
  border-top: none;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

@media screen and (max-width: 767px) {
  .area-info-premium.s-register .logo-audee-premium {
    margin-top: 6vw;
    margin-bottom: 8vw;
  }
  .area-info-premium.s-register .logo-audee-premium img {
    width: 36%;
  }
}

.top-ttl-premium {
  height: 2em;
  background: url(/share/v1/img/premium/title_basic.png) no-repeat;
}

.top-ttl-subscription {
  height: 2em;
  background: url(/share/v1/img/premium/title_subscription.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .top-ttl-premium {
    height: 2em;
    background: url(/share/v1/img/premium/title_basic.png) no-repeat;
    background-size: contain;
  }

  .top-ttl-subscription {
    height: 2em;
    background: url(/share/v1/img/premium/title_subscription.png) no-repeat;
    background-size: contain;
  }
}

/* ------------ 番宣表示用---------- */
/*次回放送日*/
.box-program-ttl-next {
  background-color: #D9D9D9;
  color: #1E252E;
  margin-right: 0.5em;
  padding: 0.1em 0.2em;
  font-size: 0.8em;
  font-weight: bold;
}

/*放送情報*/
.broadcast {
  width: 100%;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .broadcast {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.broadcast .swiper-container {
  padding-bottom: 0;
  overflow: visible;
}

.broadcast .swiper-container img {
  width: auto;
}

.broadcast .swiper-slide {
  width: 32.5%;
  margin-right: 1.25%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .broadcast .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
}

.broadcast-info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .broadcast-info {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

.broadcast-info-item {
  padding: 26px 18px 20px;
  height: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media screen and (max-width: 767px) {
  .broadcast-info-item {
    padding: 6.66vw 4.26vw 5.33vw;
  }
}

.broadcast-info-item:hover {
  opacity: 0.9;
}

.broadcast-info-item.today .broadcast-times {
  background-color: #FFB300;
}

.broadcast-info-item.today .on-air {
  background-color: #FF0000;
}

.broadcast-info-item.today .coming {
  background-color: #BABABA;
}

.broadcast-info-item.today .archive {
  background-color: #374191;
}

.broadcast-info-item.next .broadcast-times {
  background-color: #FF6F00;
}

.broadcast-info-item.next .broadcast-status-txt {
  background-color: #BABABA;
}

.broadcast-info-item.past .broadcast-times {
  background-color: #374191;
}

.broadcast-info-item.past .broadcast-status-txt {
  background-color: #374191;
}

.broadcast-on-air {
  background: #32373E;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 2.35em;
}

@media screen and (max-width: 767px) {
  .broadcast-on-air {
    height: 18.66vw;
    margin-bottom: 6.5vw;
  }
}

.broadcast-times {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.25em 2.5em;
  border-radius: 2.35em;
  word-break: keep-all;
}

.broadcast .broadcast-date-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .broadcast .broadcast-date-info {
    font-size: 4.8vw;
  }
}

.broadcast .broadcast-date-info img {
  width: 37px;
  margin: 0 0.3em;
}

@media screen and (max-width: 767px) {
  .broadcast .broadcast-date-info img {
    width: 9.866vw;
  }
}

.broadcast .broadcast-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  color: #FFFFFF;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .broadcast .broadcast-status {
    font-size: 2.66vw;
  }
}

.broadcast .broadcast-status-txt {
  margin-left: 0.5em;
  padding: 0.4em 0.5em;
}

.broadcast .broadcast-status img {
  width: 51px;
}

@media screen and (max-width: 767px) {
  .broadcast .broadcast-status img {
    width: 15.2vw;
  }
}

.broadcast-txt {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .broadcast-txt {
    margin-bottom: 4vw;
  }
}

.broadcast-txt p {
  max-height: 6.5em;
  overflow: hidden;
  line-height: 1.7;
}

.broadcast-txt .leader {
  background: url(/share/v1/img/ico-leader.svg) no-repeat bottom right 0.8em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .broadcast-txt .leader {
    background-size: 5vw;
    background-position: bottom right 0.4em;
  }
}

.broadcast-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.broadcast img.broadcast-station {
  width: 47px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .broadcast img.broadcast-station {
    width: 12.53vw;
  }
}

.broadcast .time {
  font-weight: 400;
}

/*放送情報 modal*/
.modal-bg[class*=broadcastModal] {
  background: #1E252E;
  opacity: 0.92;
}

.modal-broadcast {
  padding: 40px 50px;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .modal-broadcast {
    padding: 5.33vw 4vw;
  }
}

.modal-broadcast-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E8E6DF;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .modal-broadcast-top {
    margin-bottom: 2.6vw;
  }
}

.modal-broadcast-content {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .modal-broadcast-content {
    padding: 0;
  }
}

.modal-broadcast-date-info {
  font-size: 24px;
  color: #374191;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal-broadcast-date-info {
    font-size: 5.33vw;
  }
}

.modal-broadcast-date-info .day {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .modal-broadcast-date-info .day {
    font-size: 4.8vw;
  }
}

.modal-broadcast-date-info .time {
  color: #2B3037;
}

.modal-broadcast-date-info img {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .modal-broadcast-date-info img {
    width: 9.86vw;
    margin: 0 1.33vw;
  }
}

.modal-broadcast-text {
  font-weight: bold;
  line-height: 1.8;
  margin: 20px auto 38px;
}

@media screen and (max-width: 767px) {
  .modal-broadcast-text {
    margin: 4vw auto 8vw;
  }
}

.modal-broadcast .modal-program-ttl {
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .modal-broadcast .modal-program-ttl {
    font-size: 3.2vw;
  }
}

.modal-broadcast .modal-program-station {
  width: 54px;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .modal-broadcast .modal-program-station {
    width: 7vw;
  }
}

.modal-broadcast .modal-program-img {
  width: 58px;
  border: 1px solid #E8E6DF;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .modal-broadcast .modal-program-img {
    width: 10.1vw;
  }
}

.corner {
  border-bottom: 1px solid #E8E6DF;
  padding-bottom: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .corner {
    padding-bottom: 4vw;
  }
}

.corner-item {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .corner-item {
    margin-top: 8vw;
  }
}

.corner-time {
  color: #7D7C7E;
  border-bottom: 1px solid #E8E6DF;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .corner-time {
    margin-bottom: 3vw;
  }
}

.corner-ttl {
  color: #374191;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .corner-ttl {
    margin-bottom: 3vw;
  }
}

.corner-sponser {
  background-color: #8587A7;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 1em;
  padding: 0.34em 1.8em;
  line-height: 1;
}

.btn-modal-radiko {
  width: 198px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 33px;
  height: 32px;
  background: #E73D64;
  color: #FFFFFF !important;
  border-radius: 1.5em;
  overflow: hidden;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btn-modal-radiko {
    width: 52.8vw;
    height: 8.53vw;
    margin-top: 5.33vw;
  }
}

.btn-modal-radiko img {
  width: 20px;
  margin-right: 0.6em;
}

@media screen and (max-width: 767px) {
  .btn-modal-radiko img {
    width: 5.33vw;
  }
}

.btn-modal-radiko:hover {
  opacity: 0.8;
}

.audee-wrapper {
  overflow: hidden;
}

.form-search-v2 input,
.form-search-v2 button,
.form-search-v2 select {
  display: block;
  height: 36px;
  background-color: transparent;
  cursor: pointer;
  font: inherit;
}

@media screen and (max-width: 767px) {
  .form-search-v2 input,
  .form-search-v2 button,
  .form-search-v2 select {
    height: 7.46vw;
  }
}

.form-search-v2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 372px;
  border-radius: 20px;
  background: #FFFFFF;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .form-search-v2-item {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 5.14vw;
    width: 100%;
  }
}

.form-search-v2-item input,
.form-search-v2-item button {
  height: 40px;
}

.form-search-v2-item input:disabled,
.form-search-v2-item button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .form-search-v2-item input,
  .form-search-v2-item button {
    height: 9.33vw;
  }
}

.form-search-v2-keyword {
  width: 100%;
  min-width: 300px;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-search-v2-keyword {
    font-size: 3.73vw;
    min-width: auto;
  }
}

.form-search-v2-keyword input {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #FFFFFF;
  padding: 3px 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form-search-v2-keyword input {
    border-bottom-left-radius: 4.8vw;
    border-top-left-radius: 4.8vw;
    padding: 1vw 3.5vw;
  }
}

.form-search-v2-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-search-v2-btn button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .form-search-v2-btn button {
    padding: 0.5rem;
  }
}

.form-search-v2 .submit {
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  background-color: #2194FB;
}

@media screen and (max-width: 767px) {
  .form-search-v2 .submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5vw;
            flex: 0 0 12.5vw;
    border-radius: 4.8vw;
  }
}

.form-search-v2 .submit img {
  width: 18px;
}

@media screen and (max-width: 767px) {
  .form-search-v2 .submit img {
    width: 5.33vw;
  }
}

.dropdown-content {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 40px;
  left: 15px;
  width: calc(100% - 15px);
}

@media screen and (max-width: 767px) {
  .dropdown-content {
    top: 9.313vw;
    left: 3.37vw;
  }
}

.dropdown-content a {
  font-size: 16px;
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  padding: 0.7em 1em;
}

@media screen and (max-width: 767px) {
  .dropdown-content a {
    font-size: 3.73vw;
  }
}

.dropdown-content a:hover {
  background: #EEEEEE;
}
