@charset "UTF-8";
html, body, header, section, article, nav, header, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  outline: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

ul {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  min-width: 900px;
}

body {
  margin: 0;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
  background: #272219;
  background-size: cover;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_underline {
  text-decoration: underline !important;
}

.color_blue {
  color: #0788df;
}

.font_l {
  font-size: 30px !important;
}

.font_l80p {
  font-size: 26px !important;
}

.font_m {
  font-size: 16px !important;
}

.font_bold {
  font-weight: bold;
}

.font_red {
  color: #ff0000;
}

.txt_shadow {
  text-shadow: 0 0 3px black;
}

.txt_shadow02 {
  text-shadow: 0 0 3px white;
}

.font_w600 {
  font-weight: 600;
}

.sponly {
  display: none !important;
}

.pconly {
  display: block !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.m0auto {
  margin: 0 auto !important;
}

#sns img {
  margin: 0 auto;
  width: 250px;
  display: block;
}
#sns ul {
  text-align: center;
}
#sns ul li {
  margin: 10px;
  display: inline-block;
}
#sns ul li img {
  width: 90px;
  border-radius: 10px;
}

/* nav------------------------------------------------------ */
header {
  display: none;
}

.logo_top {
  position: absolute;
  z-index: 1001;
  top: 13px;
  left: 14px;
}

.batch01 {
  position: absolute;
  z-index: 1001;
  top: 13px;
  right: calc(50% - 510px);
}

/* ---------------------------------------------------------- */
/* top-------------------------------------------------------- */
#header {
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  background: #fff url(../img/pc/bg_pc_01.jpg) no-repeat;
  background-size: cover;
  border-bottom: 3px solid #fff;
}
#header .img_top {
  padding: 20px 0 0;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#header .img_top .top_pc_01 {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#header .img_top .top_pc_02 {
  width: 100%;
  margin: 0 auto;
}
#header .img_top .txt_top01 {
  position: absolute;
  top: 490px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-align: center;
}
#header .img_top .txt_top02 {
  margin: -6% auto 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#header .area_intro {
  border-top: 3px solid #fff;
  background: #fff url(../img/pc/bg_dj_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
  box-shadow: inset 0 3px 3px, inset 0 -3px 3px;
}
#header .area_intro img {
  margin: 0 auto;
  display: block;
}

#wrapper_radio_detail {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
#wrapper_radio_detail .logo_top img {
  width: 50%;
}
#wrapper_radio_detail #header_detail {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: inset 0 3px 3px, inset 0 -3px 3px;
}
#wrapper_radio_detail #header_detail .img_top {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#wrapper_radio_detail #header_detail .img_top .top_pc_01 {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#wrapper_radio_detail #header_detail .img_top .top_pc_02 {
  width: 100%;
  margin: 0 auto;
}
#wrapper_radio_detail #header_detail .img_top .txt_top01 {
  position: absolute;
  top: 490px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-align: center;
}
#wrapper_radio_detail #header_detail .img_top .txt_top02 {
  margin: 20px auto;
  width: 100%;
}
#wrapper_radio_detail #header_detail .area_intro img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

/* ---------------------------------------------------------- */
/* main------------------------------------------------------ */
#main {
  position: relative;
  box-shadow: inset 0 3px 3px, inset 0 -3px 3px;
  padding: 50px 0;
  margin: 0 auto;
  background: url("../img/pc/bg_pc_02.jpg") 50% 0 repeat-y;
  background-size: 100% auto;
  border-bottom: 3px solid #fff;
}
#main .img_talk {
  display: block;
  margin: 0 auto;
}
#main .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
#main .inner img {
  margin: 0 auto;
}
#main .inner .txt_end {
  margin: 50px auto 0;
  width: 30%;
}
#main p {
  text-align: center;
}
#main ul li {
  margin: 0 1%;
  width: 48%;
  height: 214px;
  float: left;
}
#main ul li img {
  width: 100%;
}
#main .bnr_info {
  width: 100%;
}
#main .bnr_info img {
  display: block;
  width: 90% !important;
  margin: 0 auto !important;
}
#main .block_talk_left,
#main .block_talk_right {
  margin: 70px auto;
  width: 50%;
}
#main .block_talk_left {
  text-align: left;
}
#main .block_talk_left .chara_left {
  width: 20%;
  float: left;
}
#main .block_talk_right {
  text-align: right;
}
#main .block_talk_right .chara_right {
  width: 20%;
  float: right;
}
#main .block_talk_right .chara_right_s {
  width: 10%;
  float: right;
}
#main .block_talk_left_inner,
#main .block_talk_right_inner {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  padding: 25px 10px;
  text-align: left;
  max-width: 75%;
  min-width: 50px;
  word-wrap: break-word;
  box-shadow: 0px 0px 5px 0px #ccc;
}
#main .block_talk_left_inner P,
#main .block_talk_right_inner P {
  text-align: left;
}
#main .block_talk_left_inner P span,
#main .block_talk_right_inner P span {
  margin-top: 8px;
  display: block;
  font-size: 13px;
  color: #f09;
}
#main .block_talk_left_inner {
  background: #fff;
  color: #2f1e08;
  float: left;
}
#main .block_talk_right_inner {
  background: #fff;
  color: #2f1e08;
  float: right;
  margin-right: 10px;
}
#main .block_talk_left_inner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  border: 10px solid transparent;
  border-right: 15px solid #fff;
}
#main .block_talk_right_inner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 100%;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}
#main .btn_back {
  width: 100%;
  max-width: 275px;
}

#wrapper_radio_detail #main .block_talk_left,
#wrapper_radio_detail #main .block_talk_right {
  margin: 70px auto;
  width: 100%;
}
#wrapper_radio_detail #main #sns img {
  margin: 0 auto;
  width: 250px;
  display: block;
}
#wrapper_radio_detail #main #sns ul {
  text-align: center;
}
#wrapper_radio_detail #main #sns ul li {
  margin: 10px;
  display: inline-block;
  width: 90px;
  float: none;
}
#wrapper_radio_detail #main #sns ul li img {
  width: 90px;
  border-radius: 10px;
}

.switch-txt {
  margin: 0 auto 30px;
  width: 200px;
  /*
      background: #ffc1e6;
      border-radius: 10px;
      box-shadow:2px 2px 2px #000;
      text-align: center;
      line-height: 40px;
      margin-top: 8px;
  */
  display: block;
  /*color: #f09;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  border: solid 2px #ff85c3;線色*/
  position: sticky;
  top: 30px;
  z-index: 100;
}

.switch-txt:hover {
  opacity: 0.8;
  -webkit-animation: tremble .3s ease-in-out;
  animation: tremble .3s ease-in-out;
}

@-webkit-keyframes tremble {
  15% {
    -webkit-transform: translateX(3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateX(1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
  }
}
@keyframes tremble {
  15% {
    transform: translateX(3px) rotate(1deg);
  }
  30% {
    transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    transform: translateX(1px) rotate(1deg);
  }
  90% {
    transform: translateX(-1px) rotate(-1deg);
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: calc(50% - 100px);
  z-index: 2;
  width: 200px;
}

/* ---------------------------------------------------------- */
/* footer----------------------------------------------------*/
#footer {
  width: 100%;
  margin: 0 0 0;
  padding: 20px 0 50px;
  background: #000;
  text-align: center;
}
#footer a {
  display: inline-block;
  margin: 0 auto;
  width: 50%;
}
#footer a img {
  width: 100%;
  max-width: 250px;
}

/* ---------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  left: calc(50% + 300px);
  font-size: 77%;
  z-index: 100;
}

#page-top a {
  background: url(../img/arrow_top_sp.png) 50% 50% no-repeat;
  background-size: 100% auto;
  text-decoration: none;
  color: #fff;
  width: 100px;
  height: 110px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.5s;
}
