@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 1200px;
  min-height: 694px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #000;
  font-weight: 500;
}

img {
  display: block;
}

.wrapper {
  position: relative;
  min-width: 1180px;
  min-height: 100%;
  margin: 0 auto;
}

.btn_hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.btn_hover:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: .7;
  filter: alpha(opacity=70);
}

.content_left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 220px;
  background: rgba(253, 250, 245, 0.9);
  z-index: 1;
}

.content_left .content_left_inner {
  position: relative;
}

.content_left .content_left_inner .top_logo {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 309px;
  height: 93px;
}

.content_left .content_left_inner .in_logo {
  width: 191px;
  margin: 30px auto 26px;
}

.content_left .content_left_inner .cap {
  width: 158px;
  margin: 0 auto 29px auto;
  padding: 147px 0 0 0;
}

.content_left .content_left_inner .in_cap {
  padding: 0 0 0 0;
}

.content_left .content_left_inner .menu_list {
  position: relative;
  width: 188px;
  margin: 0 auto 30px auto;
}

.content_left .content_left_inner .menu_list li {
  margin: 0 0 8px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.content_left .content_left_inner .menu_list li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: .7;
  filter: alpha(opacity=70);
}

.content_left .content_left_inner .menu_list li:last-child {
  margin: 0 0 0 0;
}

.content_left .content_left_inner .share_list {
  position: relative;
  margin: 0 auto 26px auto;
  text-align: center;
}

.content_left .content_left_inner .share_list li {
  display: inline-block;
  width: 22px;
  margin: 0 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.content_left .content_left_inner .share_list li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: .7;
  filter: alpha(opacity=70);
}

.content_left .content_left_inner .onair {
  width: 188px;
  margin: 0 auto 44px auto;
}

.content_left .content_left_inner .movie_thumb {
  position: relative;
  margin: 0 auto;
  width: 165px;
  height: 165px;
  background-color: #FFF;
  border: 5px solid #FFF;
  margin-bottom: 20px;
}

.content_left .content_left_inner .movie_thumb:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 60px;
  width: 50px;
  height: 50px;
  background: url(../img/common/play.png) top center no-repeat;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.in_bnr_inner {
  position: relative;
  width: 812px;
  margin: 0 auto;
}

.in_bnr_inner .in_bnr_list {
  position: relative;
  width: 812px;
  margin: 0 auto 30px;
  text-align: center;
}

.in_bnr_inner .in_bnr_list li {
  display: inline-block;
  width: 200px;
  margin: 0 10px 10px;
  vertical-align: top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.in_bnr_inner .in_bnr_list li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: .7;
  filter: alpha(opacity=70);
}

.in_bnr_inner .in_bnr_list li:last-child {
  margin: 0 0 0 0;
}

.in_bnr_inner .in_bnr_list li a img {
  width: 200px;
}

.copy {
  width: 258px;
  margin: 0 auto;
  /* padding: 0 0 100px 0; */
}

.top_copy {
  width: 258px;
  margin: 0 auto;
  padding: 0 0 0px 0;
}

.intro_copy {
  /* padding: 0 0 170px 0; */
}

.cookie {
  font-size: 8px;
  line-height: 0.8rem;
  color: #999;
  text-align: center;
  margin: 0.4rem 0 2rem;
}

.cookie a {
  text-decoration: none;
  color: #999;
}

.pagetop {
  position: absolute;
  top: 0;
  right: -50px;
  width: 30px;
  cursor: pointer;
}

/****************************************
message
****************************************/
.modal_message,
.modal_message_ando,
.modal_message_uezu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  display: none;
  z-index: 9999;
}

.modal_message:before,
.modal_message_ando:before,
.modal_message_uezu:before {
  content: "";
  display: block;
  background: #e02657;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal_message .modal_message-wrap {
  position: absolute;
  left: 50%;
  top: 35%;
  margin: -303px 0 0 -450px;
  width: 400px;
  height: 606px;
  padding-left: 500px;
}

.modal_message .modal_message-wrap .message_illust {
  position: absolute;
  left: 0;
  top: 0;
}

.modal_message .message_text {
  margin: 170px 0 0;
}

.modal_message .message_text .author {
  margin: 0 0 50px;
}

.modal_message_ando .modal_message-wrap {
  position: absolute;
  left: 50%;
  top: 33%;
  margin: -286px 0 0 -275px;
  width: 550px;
  height: 572px;
}

.modal_message_uezu .modal_message-wrap {
  position: absolute;
  left: 50%;
  top: 33%;
  margin: -176px 0 0 -234px;
  width: 468px;
  height: 353px;
}

.message_close {
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

/****************************************
Float Youtube
****************************************/
#floatBg {
  background: #e02657;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#YoutubeBg {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -270px 0 0 -480px;
  z-index: 1000;
  background: #000;
  height: 540px;
  width: 960px;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#YoutubeWrap {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -270px 0 0 -480px;
  z-index: 9999;
  height: 394px;
}

#movieWrapfloatBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}

#movieWrap .floatImage {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -255px 0 0 -350px;
}

#movieWrap .floatImage p {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
}

#movieWrap .floatImage p.btn_close {
  margin: 30px 0;
  cursor: pointer;
}

#movieWrap .floatImage .mainImage {
  height: 550px;
  opacity: 0;
  filter: alpha(opacity=0);
}

#movieWrap .floatImage .mainImage img {
  height: 550px;
}