@charset "UTF-8";
/*!#############################################################################
このファイルはSassによって編集されております。
修正の際はmain.scssを編集し、コンパイルを行ってください。
############################################################################# */
/*------------------------------------*\
MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  *font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*  background: #fff url(../images/bg.jpg) center center/cover no-repeat fixed;*/
  background: #1c277b;
  color: #191f2c;
  -webkit-text-size-adjust: 100%;
  overflow: scroll;
}

/* clearfix */
.clear:after {
  content: ' ';
  display: table;
  clear: both;
}
.clear:before {
  content: ' ';
  display: table;
}
.lt-ie8 .clear {
  zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #258;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}

        .audiojs audio {
            position: absolute;
            left: -1px;
        }

        .audiojs {
            width: 263px;
            height: 36px;
            background: #404040;
            overflow: hidden;
            font-family: monospace;
            font-size: 12px;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
            background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
            -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
        }

        .audiojs .play-pause {
            width: 25px;
            height: 40px;
            padding: 4px 6px;
            margin: 0px;
            float: left;
            overflow: hidden;
            border-right: 1px solid #000;
        }

        .audiojs p {
            display: none;
            width: 25px;
            height: 40px;
            margin: 0px;
            cursor: pointer;
        }

        .audiojs .play {
            display: block;
        }

        .audiojs .scrubber {
            position: relative;
            float: left;
            width: 120px;
            background: #5a5a5a;
            height: 14px;
            margin: 10px;
            border-top: 1px solid #3f3f3f;
            border-left: 0px;
            border-bottom: 0px;
            overflow: hidden;
        }

        .audiojs .progress {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 14px;
            width: 0px;
            background: #ccc;
            z-index: 1;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
            background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
        }

        .audiojs .loaded {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 14px;
            width: 0px;
            background: #000;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
            background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
        }

        .audiojs .time {
            float: left;
            height: 36px;
            line-height: 36px;
            margin: 0px 0px 0px 6px;
            padding: 0px 6px 0px 12px;
            border-left: 1px solid #000;
            color: #ddd;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        }

        .audiojs .time em {
            padding: 0px 2px 0px 0px;
            color: #f9f9f9;
            font-style: normal;
        }

        .audiojs .time strong {
            padding: 0px 0px 0px 2px;
            font-weight: normal;
        }

        .audiojs .error-message {
            float: left;
            display: none;
            margin: 0px 10px;
            height: 36px;
            width: 400px;
            overflow: hidden;
            line-height: 36px;
            white-space: nowrap;
            color: #fff;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            -icab-text-overflow: ellipsis;
            -khtml-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
        }

        .audiojs .error-message a {
            color: #eee;
            text-decoration: none;
            padding-bottom: 1px;
            border-bottom: 1px solid #999;
            white-space: wrap;
        }

        .audiojs .play {
            background: url("../images/player-graphics.gif") -6px -1px no-repeat;
        }

        .audiojs .loading {
            background: url("../images/player-graphics.gif") -6px -31px no-repeat;
        }

        .audiojs .error {
            background: url("../images/player-graphics.gif") -6px -61px no-repeat;
        }

        .audiojs .pause {
            background: url("../images/player-graphics.gif") -6px -91px no-repeat;
        }

        .playing .play,
        .playing .loading,
        .playing .error {
            display: none;
        }

        .playing .pause {
            display: block;
        }

        .loading .play,
        .loading .pause,
        .loading .error {
            display: none;
        }

        .loading .loading {
            display: block;
        }

        .error .time,
        .error .play,
        .error .pause,
        .error .scrubber,
        .error .loading {
            display: none;
        }

        .error .error {
            display: block;
        }

        .error .play-pause p {
            cursor: auto;
        }

        .error .error-message {
            display: block;
        }
.NewVideo .youtube_box {
  line-height: 1;
}

/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?45372178");
  src: url("../fonts/fontello.eot?45372178#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?45372178") format("woff"), url("../fonts/fontello.ttf?45372178") format("truetype"), url("../fonts/fontello.svg?45372178#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-tel:before {
  content: '\e800';
}

/* '' */
.icon-ext:before {
  content: '\e801';
}

/* '' */
.icon-up:before {
  content: '\e802';
}

/* '' */
.icon-fax:before {
  content: '\e803';
}

/* '' */
.icon-mail:before {
  content: '\e804';
}

/* '' */
.icon-right:before {
  content: '\e807';
}

a[target="_blank"]:after {
  content: '\e801';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: .9em;
  text-decoration: none;
}

a.no_icon:after {
  content: none;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
/* 共通スタイル */
body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

#wrapper {
  visibility: hidden;
  position: relative;
  height: 100%;
  min-height: 100%;
  visibility: visible;
}

body > #wrapper {
  height: auto;
}

.header-outer {
  padding: 10px 0;
  background: #fff url("../images/bg_pattern.png") repeat;
  box-shadow: 0px 0px 3px #aaa inset, 0 0 25px #777;
}

.header-inner {
  margin: 0 auto;
  width: 1020px;
}

.site-title {
  float: none;
  margin: 10px;
}

/*------------------------------------*\
GLOBAL NAVIGATION
\*------------------------------------*/
#nav {
  float: none;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  margin: 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
}
#nav a[target="_blank"]:after {
    display: none;
}
#nav li {
  position: relative;
  list-style: none;
}
#nav li a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: #F9F9F9;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}
#nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav > ul > li {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

#nav > ul > li:first-child {
  border-left: 1px solid #ccc;
}

#nav > ul > li:hover {
  color: #f00;
}
#nav > ul > li > a {
  height: 100%;
  line-height: 2.5em;
  text-align: center;
  text-decoration: none;
  font-family: "Kaiti SC Black", "ＤＦ行書体", "HG行書体", "HGP行書体", cursive;
  font-size: 2.1rem;
}
#nav > ul > li > a:hover {
  text-decoration: underline;
}

/* second level */
#nav li ul {
  background: #fff;
  display: none;
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 155px;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  list-style: none;
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  z-index: 1000;
}
#nav li ul.schedule {
  margin-left: -25%;
}
#nav li ul.profile {
  margin-left: -40%;
}

#nav li ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1000;
}

#nav li ul:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ccc transparent;
  z-index: 999;
}

#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  animation-name: swingdown;
  animation-duration: .4s;
  animation-timing-function: ease;
  -webkit-animation-name: swingdown;
  -webkit-animation-duration: .4s;
  -webkit-animation-timing-function: ease;
}

@keyframes swingdown {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0);
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes swingdown {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    -webkit-animation-timing-function: ease-in-out;
  }
}
#nav li:not(:first-child):hover ul {
  left: -1px;
}

#nav li ul a {
  padding: 10px;
  font-family: "Kaiti SC Black", "ＤＦ行書体", "HG行書体", "HGP行書体", cursive;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
}

#nav li ul li {
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 0;
}

/*------------------------------------*\
FOOTER
\*------------------------------------*/
small {
  color: #FFF;
}

/*------------------------------------*\
TOP PAGE
\*------------------------------------*/
.topNews {
  margin-bottom: 25px;
}
.topNews h2 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.topNews ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.topNews ul li {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}
.topNews span {
  display: inline-block;
  width: 110px;
}

.topBlog {
  margin-bottom: 25px;
}
.topBlogRyusei {
  margin-bottom: 40px;
}
.topBlog h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.topBlog ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.topBlog ul li {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}
.topBlog span {
  display: inline-block;
  width: 110px;
}
.topBlog ul li {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}
.topBlog .blog_block ul li:nth-of-type(n+4) {
    display: none;
}
.banner ul {
  list-style: none;
  padding: 0;
}
.banner ul li {
  display: inline-block;
}

#main {
  padding: 15px;
}

.contents-outer {
  width: 1020px;
  height: 100%;
  padding: 7px;
  margin: 0 auto;
  background: #efefef;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #eee;
}

.contents {
  position: relative;
  max-width: 1050px;
  height: 100%;
  padding: 15px;
  margin: 7px 15px;
  background: #fff;
  background: url("../images/bg_pattern.png") repeat;
}
.contents.\--hosokawa-schedule {
  background-color: #fff;
  background-image: url("../images/bg_pattern_02.png"), url("../images/bg_pattern.png");
  background-position: right top, center;
  background-repeat: repeat-y, repeat;
}
.contents.\--konomi-schedule {
  background-color: #fff;
  background-image: url("../images/bg_pattern_01.png"), url("../images/bg_pattern.png");
  background-position: right top, center;
  background-repeat: repeat-y, repeat;
}
.contents.\--ryusei-schedule {
  background-color: #fff;
  background-image: url("../images/bg_pattern_04.png"), url("../images/bg_pattern.png");
  background-position: right top, center;
  background-repeat: repeat-y, repeat;
}

hgroup {
  margin-bottom: 30px;
}
hgroup h1 {
  display: inline-block;
}
hgroup h2 {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}

.hgroup {
  margin-bottom: 30px;
}
.hgroup h1 {
  display: inline-block;
}
.hgroup h2 {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}

.section-title {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}

/*------------------------------------*\
SCHEDULE
\*------------------------------------*/
.schedule-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.schedule-list li {
  padding: 0;
  margin: 0 0 10px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
}
.schedule-list li span {
  display: inline-block;
  min-width: 145px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
  color: #888;
}
.schedule-list li img {
  vertical-align: middle;
}

.schedule p {
  font-size: 14px;
  font-size: 1.4rem;
}

.schedule-nav {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  text-align: right;
}
.schedule-nav li {
  font-family: "Fjalla One", sans-serif;
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
}
.schedule-nav li a {
  text-decoration: none;
  color: #888;
}
.schedule-nav li a:hover {
  color: #258;
  text-decoration: underline;
}
.schedule-nav li a.current {
  color: #258;
  text-decoration: underline;
}

.schedule-information {
  margin-bottom: 30px;
}
.schedule-information:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
}
.schedule-information h1 {
  padding: 6px 8px 3px;
  background: #313b85;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.--hosokawa-schedule .schedule-information#tv h1 {
  background: #021F59;
  background: -webkit-linear-gradient(left, #021f59, rgba(2, 31, 89, 0.3));
  background: -o-linear-gradient(left, #021f59, rgba(2, 31, 89, 0.3));
  background: linear-gradient(to right, #021f59, rgba(2, 31, 89, 0.3));
}
.--hosokawa-schedule .schedule-information#concert h1 {
  background: #738C4D;
  background: -webkit-linear-gradient(left, #738c4d, rgba(115, 140, 77, 0.3));
  background: -o-linear-gradient(left, #738c4d, rgba(115, 140, 77, 0.3));
  background: linear-gradient(to right, #738c4d, rgba(115, 140, 77, 0.3));
}
.--konomi-schedule .schedule-information#regular h1 {
  background: #BF4949;
  background: -webkit-linear-gradient(left, #bf4949, rgba(191, 73, 73, 0.3));
  background: -o-linear-gradient(left, #bf4949, rgba(191, 73, 73, 0.3));
  background: linear-gradient(to right, #bf4949, rgba(191, 73, 73, 0.3));
}
.--konomi-schedule .schedule-information#web h1 {
  background: #D9910D;
  background: -webkit-linear-gradient(left, #d9910d, rgba(217, 145, 13, 0.3));
  background: -o-linear-gradient(left, #d9910d, rgba(217, 145, 13, 0.3));
  background: linear-gradient(to right, #d9910d, rgba(217, 145, 13, 0.3));
}
.--konomi-schedule .schedule-information#tv h1 {
  background: #F2BE22;
  background: -webkit-linear-gradient(left, #f2be22, rgba(242, 190, 34, 0.3));
  background: -o-linear-gradient(left, #f2be22, rgba(242, 190, 34, 0.3));
  background: linear-gradient(to right, #f2be22, rgba(242, 190, 34, 0.3));
}
.--konomi-schedule .schedule-information#radio h1 {
  background: #738C4D;
  background: -webkit-linear-gradient(left, #738c4d, rgba(115, 140, 77, 0.3));
  background: -o-linear-gradient(left, #738c4d, rgba(115, 140, 77, 0.3));
  background: linear-gradient(to right, #738c4d, rgba(115, 140, 77, 0.3));
}
.--konomi-schedule .schedule-information#concert h1 {
  background: #021F59;
  background: -webkit-linear-gradient(left, #021f59, rgba(2, 31, 89, 0.3));
  background: -o-linear-gradient(left, #021f59, rgba(2, 31, 89, 0.3));
  background: linear-gradient(to right, #021f59, rgba(2, 31, 89, 0.3));
}
.--ryusei-schedule .schedule-information#regular h1 {
  background: #BF4949;
  background: -webkit-linear-gradient(left, #bf4949, rgba(191, 73, 73, 0.3));
  background: -o-linear-gradient(left, #bf4949, rgba(191, 73, 73, 0.3));
  background: linear-gradient(to right, #bf4949, rgba(191, 73, 73, 0.3));
}
.--ryusei-schedule .schedule-information#web h1 {
  background: #D9910D;
  background: -webkit-linear-gradient(left, #d9910d, rgba(217, 145, 13, 0.3));
  background: -o-linear-gradient(left, #d9910d, rgba(217, 145, 13, 0.3));
  background: linear-gradient(to right, #d9910d, rgba(217, 145, 13, 0.3));
}
.--ryusei-schedule .schedule-information#tv h1 {
  background: #F2BE22;
  background: -webkit-linear-gradient(left, #f2be22, rgba(242, 190, 34, 0.3));
  background: -o-linear-gradient(left, #f2be22, rgba(242, 190, 34, 0.3));
  background: linear-gradient(to right, #f2be22, rgba(242, 190, 34, 0.3));
}
.--ryusei-schedule .schedule-information#radio h1 {
  background: #738C4D;
  background: -webkit-linear-gradient(left, #738c4d, rgba(115, 140, 77, 0.3));
  background: -o-linear-gradient(left, #738c4d, rgba(115, 140, 77, 0.3));
  background: linear-gradient(to right, #738c4d, rgba(115, 140, 77, 0.3));
}
.--ryusei-schedule .schedule-information#concert h1 {
  background: #021F59;
  background: -webkit-linear-gradient(left, #021f59, rgba(2, 31, 89, 0.3));
  background: -o-linear-gradient(left, #021f59, rgba(2, 31, 89, 0.3));
  background: linear-gradient(to right, #021f59, rgba(2, 31, 89, 0.3));
}
.schedule-information tr th {
  background: #fff;
  font-weight: 400;
  padding-left: 20px;
}
.schedule-information td.left {
  width: 120px;
  text-align: center;
}
.schedule-information td.right {
  padding: 10px;
}

/*------------------------------------*\
PROFILE
\*------------------------------------*/
.profile .description {
  padding: 6px 8px 3px;
  background: #313b85;
  background: -webkit-linear-gradient(left, #313b85, rgba(49, 59, 133, 0.3));
  background: -o-linear-gradient(left, #313b85, rgba(49, 59, 133, 0.3));
  background: linear-gradient(to right, #313b85, rgba(49, 59, 133, 0.3));
  font-family: sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.profile figure {
  margin: 10px 0 20px;
}
.profile hr {
  border: none;
  border-top: 1px solid #999;
}
.profile dl {
  line-height: 150%;
  font-size: 14px;
  font-size: 1.4rem;
}
.profile dt {
  clear: both;
  float: left;
  width: 7em;
  font-size: 93%;
  color: #555;
  text-align: right;
}
.profile dd {
  margin-left: 8em;
  padding-bottom: 20px;
}
.profile p {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Hosokawa */
.profile_blockContainer_hosokawa {
  position: absolute;
  top: 750px;
  left: 30px;
  width: 450px;
}

.profile_description_hosokawa {
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: -100px;
  padding: 10px 0 10px 140px;
  width: 200%;
  background: #000;
  font-family: "Kaiti SC Black", "ＤＦ行書体", "HG行書体", "HGP行書体", cursive;
  color: #fff;
  transform: rotate(-3deg);
  font-size: 20px;
  font-size: 2rem;
}

.profile_title_hosokawa {
  position: absolute;
  top: 140px;
  left: 140px;
}

/* Konomi */
#konomi-profile {
  position: relative;
}

.konomiProfile-content1 {
  position: relative;
  background-color: #fff;
  background-image: url("../artist/konomi-mori/images/pic_profile_konomi_akaitsuki.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: inherit;
  overflow: hidden;
  height: 1000px;
}

.konomiProfile-content2 {
  position: relative;
}

.konomiProfile_blockContainer {
  background: #E8EbF6;
}
.konomiProfile_blockContainer .twitter_block, .konomiProfile_blockContainer .blog_block, .konomiProfile_blockContainer .profile_block, .konomiProfile_blockContainer .biography_block {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #ddd;
}
.konomiProfile_blockContainer .twitter_block:hover, .konomiProfile_blockContainer .blog_block:hover, .konomiProfile_blockContainer .profile_block:hover, .konomiProfile_blockContainer .biography_block:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
}
.konomiProfile_blockContainer .twitter_block {
  float: left;
  margin: 20px 20px 20px 20px;
  width: 440px;
  height: 550px;
  float: left;
  overflow: hidden;
}
.konomiProfile_blockContainer .blog_block {
  float: left;
  width: 440px;
  height: 550px;
  margin: 20px 20px 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.konomiProfile_blockContainer .blog_block h1 {
  text-align: center;
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}
.konomiProfile_blockContainer .blog_block h1 span {
  font-family: 'Tangerine', cursive;
  font-size: 40px;
  font-size: 4rem;
}
.konomiProfile_blockContainer .blog_block ul {
  list-style: none;
  padding: 0 0 0 20px;
}
.konomiProfile_blockContainer .blog_block ul li {
  margin: 0 0 10px;
}
.konomiProfile_blockContainer .blog_block ul li a {
  text-decoration: none;
}
.konomiProfile_blockContainer .blog_block ul li a:hover {
  text-decoration: underline;
}
.konomiProfile_blockContainer .blog_block ul .date {
  display: inline-block;
  width: 110px;
  margin-right: 20px;
  color: #555;
  font-size: 93%;
  text-align: right;
}
.konomiProfile_blockContainer .blog_block .btn_wrap {
  text-align: center;
  margin: 40px 0 0;
}
.konomiProfile_blockContainer .profile_block {
  float: left;
  margin: 0 20px 0 20px;
  width: 440px;
}
.konomiProfile_blockContainer .profile_block h1 {
  text-align: center;
  font-family: 'Tangerine', cursive;
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 45px;
  font-size: 4.5rem;
}
.konomiProfile_blockContainer .profile_block h2 {
  margin: 15px 25px 20px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.konomiProfile_blockContainer .profile_block p {
  margin: 15px 25px 25px;
  line-height: 2.0;
  font-size: 14px;
  font-size: 1.4rem;
}
.konomiProfile_blockContainer .biography_block {
  float: left;
  margin: 0 20px 0 0;
  width: 440px;
}
.konomiProfile_blockContainer .biography_block h1 {
  text-align: center;
  font-family: 'Tangerine', cursive;
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 45px;
  font-size: 4.5rem;
}
.konomiProfile_blockContainer .biography_block dd {
  padding-right: 30px;
}
.konomiProfile_blockContainer .banners_block {
  padding: 0 20px;
}

.konomiProfile_element1 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  _height: 380px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
}
.konomiProfile_element1 h1 {
  position: relative;
  font-weight: 400;
  padding: 10px 10px 5px;
  color: #fff;
}
.konomiProfile_element1 h1 .main {
  font-family: 'Tangerine', cursive;
  font-size: 40px;
  font-size: 4rem;
}
.konomiProfile_element1 h1 .sub {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.konomiProfile_element1 h2 {
  font-weight: 400;
}
.konomiProfile_element1 .col1 {
  float: left;
  width: 220px;
  text-align: center;
  color: #fff;
  padding: 0 5px 0 10px;
}
.konomiProfile_element1 .col1 img {
  height: auto;
}

.konomiProfile_element1 .col2 {
  float: left;
  width: 166px;
  text-align: center;
  color: #fff;
  padding: 0 5px 0 5px;
}
.konomiProfile_element1 .col2 img {
  height: auto;
}

.konomiProfile_element1 .col1_1 {
  float: left;
  width: 150px;
  /*  width: 230px;*/
  text-align: center;
  color: #fff;
  padding: 0 5px 0 10px;
  /*  margin: 0 0 0 30px;*/
  margin: 0 0 0 20px;
}
.konomiProfile_element1 .col1_1 img {
  height: auto;
}

.konomiProfile_element1 .col1_colum3 {
  float: left;
  width: 148px;
  /*  width: 230px;*/
  text-align: center;
  color: #fff;
  padding: 0 5px 0 10px;
  /*  margin: 0 0 0 30px;*/
  margin: 0 0 0 0;
}
.konomiProfile_element1 .col1_colum3 img {
  height: auto;
}

.konomiProfile_element1 .col2_1 {
  float: left;
  width: 150px;
  /*  width: 200px;*/
  text-align: center;
  color: #fff;
  padding: 0 5px 0 5px;
  margin: 0 20px;
  /*  margin: 0 30px;*/
}
.konomiProfile_element1 .col2_1 img {
  height: auto;
}
.konomiProfile_element1 .col3 {
  float: left;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 0 5px 0 5px;
  margin: 0 20px 0 0;
}
/*
.konomiProfile_element1 .col3 {
float: left;
width: 150px;
text-align: center;
color: #fff;
padding: 0 5px 0 5px;
}
*/
.konomiProfile_element1 .col3 img {
  height: auto;
}
.konomiProfile_element1 .col4 {
  float: left;
  width: 360px;
  padding: 0 0 0 5px;
}
.konomiProfile_element1 .btn_wrap {
  position: absolute;
  bottom: 20px;
  left: 20;
  width: 100%;
  text-align: left;
  _margin: 0 0 5px 10px;
  margin: 0 0 5px 40px;
}

.konomiProfile_element2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 450px;
  background: rgba(255, 255, 255, 0.8);
}
.konomiProfile_element2 h1 {
  margin: -30px 0 30px -40px;
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  width: 480px;
  height: 70px;
  padding: 30px 0 0 40px;
  color: #1a1a1a;
  transform: rotate(-5deg);
  border-bottom: 2px dotted #ccc;
  font-size: 34px;
  font-size: 3.4rem;
}
.konomiProfile_element2 h2 {
  font-weight: 400;
}

.konomiProfile_element3 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 250px;
  background: rgba(255, 255, 255, 0.8);
}

.konomiProfile_block {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.konomiProfile_block dl dt {
  color: #ddd;
}
.konomiProfile_block.relese_enkabune h2 {
  font-weight: 400;
  color: #FFCE58;
  line-height: 1.2;
}
.konomiProfile_block.relese_enkabune h2 span {
  font-size: 14px;
  font-size: 1.4rem;
}

.konomiProfile_block_title {
  margin: -30px 0 30px -40px;
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  width: 480px;
  height: 70px;
  padding: 30px 0 0 40px;
  color: #1a1a1a;
  transform: rotate(-5deg);
  border-bottom: 2px dotted #ccc;
  font-size: 34px;
  font-size: 3.4rem;
}

.konomiProfile_title {
  position: absolute;
  top: 140px;
  left: 15px;
}

.konomiProfile_title img {
  width: 60%;
}

/* ryusei */
#ryusei-profile {
  position: relative;
}

.ryuseiProfile-content1 {
  position: relative;
  background-color: #fff;
  background-image: url("../artist/ryusei/images/pic_profile_ryusei_tsugarusyamisenmonogatari.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: inherit;
  overflow: hidden;
  height: 1000px;
}

.ryuseiProfile-content2 {
  position: relative;
}

.ryuseiProfile_blockContainer {
  background: #E8EbF6;
}
.ryuseiProfile_blockContainer .twitter_block, .ryuseiProfile_blockContainer .blog_block, .ryuseiProfile_blockContainer .profile_block, .ryuseiProfile_blockContainer .biography_block {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #ddd;
}
.ryuseiProfile_blockContainer .twitter_block:hover, .ryuseiProfile_blockContainer .blog_block:hover, .ryuseiProfile_blockContainer .profile_block:hover, .ryuseiProfile_blockContainer .biography_block:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
}
.ryuseiProfile_blockContainer .twitter_block {
  float: left;
  margin: 20px 20px 20px 20px;
  width: 440px;
  height: 550px;
  float: left;
  overflow: hidden;
}
.ryuseiProfile_blockContainer .blog_block {
  float: left;
  width: 440px;
  height: 550px;
  margin: 20px 20px 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.ryuseiProfile_blockContainer .blog_block h1 {
  text-align: center;
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}
.ryuseiProfile_blockContainer .blog_block h1 span {
  font-family: 'Tangerine', cursive;
  font-size: 40px;
  font-size: 3rem;
}
.ryuseiProfile_blockContainer .blog_block ul {
  list-style: none;
  padding: 0 0 0 20px;
}
.ryuseiProfile_blockContainer .blog_block ul li {
  margin: 0 0 10px;
}
.ryuseiProfile_blockContainer .blog_block ul li a {
  text-decoration: none;
}
.ryuseiProfile_blockContainer .blog_block ul li a:hover {
  text-decoration: underline;
}
.ryuseiProfile_blockContainer .blog_block ul .date {
  display: inline-block;
  width: 110px;
  margin-right: 20px;
  color: #555;
  font-size: 93%;
  text-align: right;
}
.ryuseiProfile_blockContainer .blog_block .btn_wrap {
  text-align: center;
  margin: 40px 0 0;
}
.ryuseiProfile_blockContainer .profile_block {
  float: left;
  margin: 0 20px 0 20px;
  width: 440px;
}
.ryuseiProfile_blockContainer .profile_block h1 {
  text-align: center;
  font-family: 'Tangerine', cursive;
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 45px;
  font-size: 4.5rem;
}
.ryuseiProfile_blockContainer .profile_block h2 {
  margin: 15px 25px 20px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.ryuseiProfile_blockContainer .profile_block p {
  margin: 15px 25px 25px;
  line-height: 2.0;
  font-size: 14px;
  font-size: 1.4rem;
}
.ryuseiProfile_blockContainer .biography_block {
  float: left;
  margin: 0 20px 0 0;
  width: 440px;
}
.ryuseiProfile_blockContainer .biography_block h1 {
  text-align: center;
  font-family: 'Tangerine', cursive;
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 45px;
  font-size: 4.5rem;
}
.ryuseiProfile_blockContainer .biography_block dd {
  padding-right: 30px;
}
.ryuseiProfile_blockContainer .banners_block {
  padding: 0 20px;
}

.ryuseiProfile_element1 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  _height: 380px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
}
.ryuseiProfile_element1 h1 {
  position: relative;
  font-weight: 400;
  padding: 10px 10px 5px;
  color: #fff;
}
.ryuseiProfile_element1 h1 .main {
  font-family: 'Tangerine', cursive;
  font-size: 40px;
  font-size: 4rem;
}
.ryuseiProfile_element1 h1 .sub {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.ryuseiProfile_element1 h2 {
  font-weight: 400;
}
.ryuseiProfile_element1 .col1 {
  float: left;
  width: 220px;
  text-align: center;
  color: #fff;
  padding: 0 5px 0 10px;
}
.ryuseiProfile_element1 .col1 img {
  height: auto;
}

.ryuseiProfile_element1 .col2 {
  float: left;
  width: 166px;
  text-align: center;
  color: #fff;
  padding: 0 5px 0 5px;
}
.ryuseiProfile_element1 .col2 img {
  height: auto;
}

.ryuseiProfile_element1 .col1_1 {
  float: left;
  width: 150px;
  /*  width: 230px;*/
  text-align: center;
  color: #fff;
  padding: 0 5px 0 10px;
  /*  margin: 0 0 0 30px;*/
  margin: 0 0 0 20px;
}
.ryuseiProfile_element1 .col1_1 img {
  height: auto;
}

.ryuseiProfile_element1 .col1_colum3 {
  float: left;
  width: 148px;
  /*  width: 230px;*/
  text-align: center;
  color: #fff;
  padding: 0 5px 0 10px;
  /*  margin: 0 0 0 30px;*/
  margin: 0 0 0 0;
}
.ryuseiProfile_element1 .col1_colum3 img {
  height: auto;
}

.ryuseiProfile_element1 .col2_1 {
  float: left;
  width: 150px;
  /*  width: 200px;*/
  text-align: center;
  color: #fff;
  padding: 0 5px 0 5px;
  margin: 0 20px;
  /*  margin: 0 30px;*/
}
.ryuseiProfile_element1 .col2_1 img {
  height: auto;
}
.ryuseiProfile_element1 .col3 {
  float: left;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 0 5px 0 5px;
  margin: 0 20px 0 0;
}
/*
.ryuseiProfile_element1 .col3 {
float: left;
width: 150px;
text-align: center;
color: #fff;
padding: 0 5px 0 5px;
}
*/
.ryuseiProfile_element1 .col3 img {
  height: auto;
}
.ryuseiProfile_element1 .col4 {
  float: left;
  width: 360px;
  padding: 0 0 0 5px;
}
.ryuseiProfile_element1 .btn_wrap {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: left;
  margin: 0 0 5px 86px;
}

.ryuseiProfile_element2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 450px;
  background: rgba(255, 255, 255, 0.8);
}
.ryuseiProfile_element2 h1 {
  margin: -30px 0 30px -40px;
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  width: 480px;
  height: 70px;
  padding: 30px 0 0 40px;
  color: #1a1a1a;
  transform: rotate(-5deg);
  border-bottom: 2px dotted #ccc;
  font-size: 34px;
  font-size: 3.4rem;
}
.ryuseiProfile_element2 h2 {
  font-weight: 400;
}

.ryuseiProfile_element3 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 250px;
  background: rgba(255, 255, 255, 0.8);
}

.ryuseiProfile_block {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.ryuseiProfile_block dl dt {
  color: #ddd;
}
.ryuseiProfile_block.relese_enkabune h2 {
  font-weight: 400;
  color: #FFCE58;
  line-height: 1.2;
}
.ryuseiProfile_block.relese_enkabune h2 span {
  font-size: 14px;
  font-size: 1.4rem;
}

.ryuseiProfile_block_title {
  margin: -30px 0 30px -40px;
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  width: 480px;
  height: 70px;
  padding: 30px 0 0 40px;
  color: #1a1a1a;
  transform: rotate(-5deg);
  border-bottom: 2px dotted #ccc;
  font-size: 34px;
  font-size: 3.4rem;
}

.ryuseiProfile_title {
  position: absolute;
  top: 20px;
  right: 46px;
  width: 14%;
}
.ryuseiProfile_title img {
  width: 100%;
}
.ryuseiProfile_txt {
  position: absolute;
  top: 180px;
  left: 40px;
  width: 45%;
}
.profile_blockContainer {
  position: absolute;
  top: 750px;
  left: 30px;
  width: 450px;
}

.profile_block_title {
  margin: -30px 0 30px -40px;
  background: #FFCE58;
  font-family: "Kaiti SC Black", "ＤＦ行書体", "HG行書体", "HGP行書体", cursive;
  font-weight: 400;
  width: 480px;
  height: 70px;
  padding: 30px 0 0 40px;
  color: #1a1a1a;
  transform: rotate(-5deg);
  font-size: 30px;
  font-size: 3rem;
}

.profile_title {
  position: absolute;
  top: 140px;
  left: 140px;
}

.profile_description {
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: -100px;
  padding: 10px 0 10px 140px;
  width: 200%;
  background: #000;
  font-family: "Kaiti SC Black", "ＤＦ行書体", "HG行書体", "HGP行書体", cursive;
  color: #fff;
  transform: rotate(-5deg);
  font-size: 20px;
  font-size: 2rem;
}

.contents-outer #profile-hosokawa {
  position: relative;
  background-color: #eeeced;
  background-image: url(../images/pic_profile_hosokawa_11.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: inherit;
  overflow: hidden;
  height: 4265.98px!important;
}
.contents-outer #profile-hosokawa .profile_blockContainer_hosokawa {
  width: 915px;
}
.contents-outer #profile-hosokawa .profile_box_wrap {
  display: flex;
  justify-content: space-between;
}
.contents-outer #profile-hosokawa .profile_box {
  width: 450px;
}
.contents-outer #profile-hosokawa .profile dt {
  width: 5em;
}
.contents-outer #profile-hosokawa .profile dd {
  margin-left: 6em;
}
.contents-outer #profile-hosokawa .disco_title {
  margin-top: 20px;
}
.contents-outer #profile-hosokawa .disco_list {
  margin-bottom: 30px;
}
.contents-outer #profile-hosokawa .disco_list li {
  margin-bottom: 15px;
}

/* #profile-hosokawa {
  position: relative;
  background: url("../images/pic_profile_hosokawa_04.jpg") no-repeat top center fixed;
  overflow: hidden;
} */
#profile-hosokawa .profile_block {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
#profile-hosokawa .profile_block dl dt {
  color: #ddd;
}
#profile-hosokawa .profile_block.relese_enkabune h2 {
  font-weight: 400;
  color: #FFCE58;
  line-height: 1.2;
}
#profile-hosokawa .profile_block.relese_enkabune h2 span {
  font-size: 14px;
  font-size: 1.4rem;
}
#profile-hosokawa .profile_block.blank_link a[target="_blank"]:after {
    display: none;
}
.sns {
  position: absolute;
  top: 10px;
  left: 10px;
}
.sns .sns-fb {
  float: left;
  margin-right: 5px;
}
.sns .sns-twitter {
  float: left;
}

dl.history dt {
  padding: 6px 8px 3px;
  background: #A68776;
  background: linear-gradient(to right, #a68776, rgba(166, 135, 118, 0.3));
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
dl.history dd {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
dl.history dd i {
  font-family: sans-serif;
  font-style: italic;
  color: #57390E;
}

.block-headline {
  padding: 6px 8px 3px;
  background: #313b85;
  background: -webkit-linear-gradient(left, #313b85, rgba(49, 59, 133, 0.3));
  background: -o-linear-gradient(left, #313b85, rgba(49, 59, 133, 0.3));
  background: linear-gradient(to right, #313b85, rgba(49, 59, 133, 0.3));
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}

.discography {
  font-size: 14px;
  font-size: 1.4rem;
}
.discography p {
  margin: 0;
}

.release_singlelist {
  margin: 10px 0 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}
.release_singlelist dl {
  float: left;
  width: 20%;
  height: 380px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.release_singlelist dl dt h2 {
  margin: 10px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.release_singlelist dl dt .date {
  margin: 0 0 10px;
  text-align: center;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
}
.release_singlelist dl dd {
  margin: 0;
}
.release_singlelist dl dd .cover {
  text-align: center;
  width: 150px;
  /*  min-height: 180px;*/
  min-height: 150px;
  margin: 0 auto 10px;
}
.release_singlelist dl dd ul {
  padding: 8px;
  margin: 0 auto;
  width: 190px;
  list-style: none;
}
.release_singlelist dl dd ul li {
  margin: 0;
}
.release_singlelist dl dd .link {
  width: 200px;
  margin: 10px auto 0;
}

.release_albumlist {
  margin: 10px 0 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}
.release_albumlist .block {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.release_albumlist .col_1 {
  float: left;
  width: 25%;
}
.release_albumlist .col_1 h2 {
  margin: 10px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.release_albumlist .col_1 .date {
  margin: 0 0 10px;
  text-align: center;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
}
.release_albumlist .col_1 .cover {
  text-align: center;
  width: 200px;
  margin: 0 auto 10px;
}
.release_albumlist .col_1 .price {
  margin: 0 15px;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
}
.release_albumlist .col_2 {
  margin-left: 26%;
  padding: 20px 20px 0 0;
}
.release_albumlist .col_2 strong {
  font-weight: 400;
  color: #c00;
  font-size: 16px;
  font-size: 1.6rem;
}
.release_albumlist .col_2 ol {
  padding: 0;
}
.release_albumlist .col_2 ol li {
  margin-left: 1em;
}

/*------------------------------------*\
TALENT
\*------------------------------------*/
.talent h1 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.talent .body {
  margin-bottom: 20px;
}
.talent .col1 {
  clear: both;
  float: left;
}
.talent .col2 {
  margin-left: 200px;
  font-size: 14px;
  font-size: 1.4rem;
}
.talent .col2 ul {
  list-style: square;
  padding-left: 1em;
}

.talentProfile_blockContainer {
  background: #E8EbF6;
}
.talentProfile_blockContainer .konomiProfile_blockContainer .blog_block, .konomiProfile_blockContainer .talentProfile_blockContainer .blog_block, .talentProfile_blockContainer .konomiProfile_blockContainer .biography_block, .konomiProfile_blockContainer .talentProfile_blockContainer .biography_block, .talentProfile_blockContainer .twitter_block, .talentProfile_blockContainer .profile_block {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #ddd;
}
.talentProfile_blockContainer .konomiProfile_blockContainer .blog_block:hover, .konomiProfile_blockContainer .talentProfile_blockContainer .blog_block:hover, .talentProfile_blockContainer .konomiProfile_blockContainer .biography_block:hover, .konomiProfile_blockContainer .talentProfile_blockContainer .biography_block:hover, .talentProfile_blockContainer .twitter_block:hover, .talentProfile_blockContainer .profile_block:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
}
.talentProfile_blockContainer .twitter_block {
  float: left;
  margin: 20px 20px 20px 20px;
  width: 440px;
  height: 550px;
  float: left;
  overflow: hidden;
}
.talentProfile_blockContainer .profile_block {
  float: left;
  margin: 20px 0;
  width: 440px;
}
.talentProfile_blockContainer .profile_block h1 {
  text-align: center;
  font-family: 'Tangerine', cursive;
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 45px;
  font-size: 4.5rem;
}
.talentProfile_blockContainer .profile_block p {
  margin: 15px 25px 25px;
  line-height: 2.0;
  font-size: 14px;
  font-size: 1.4rem;
}

.tileBlock {
  float: left;
  width: 206px;
  margin: 15px;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg_pattern.png") repeat;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tileBlock:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
  box-shadow: 0px 0px 10px rgba(13, 25, 71, 0.2);
}
.tileBlock h1 {
  padding: 0;
  margin: 10px 0 10px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
}
.tileBlock .thumbnail {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.tileBlock .thumbnail img {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
  z-index: 2;
}
.tileBlock .thumbnail img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}
.link_btn a{
  display: block;
  color: #258;  
}

.contents-artist a[target="_blank"]:after {
  display: none;
}
.contents-artist .tileBlock {
  width: 206px;
}

/*------------------------------------*\
COMPANY
\*------------------------------------*/
.company dl {
  font-size: 14px;
  font-size: 1.4rem;
}
.company dt {
  clear: both;
  float: left;
  width: 16em;
  color: #555;
  text-align: left;
}
.company dd {
  margin-left: 17em;
  padding-bottom: 20px;
}
.company dd ul {
  padding: 0;
  list-style: none;
}
.company figure {
  margin: 0;
}
.company p {
  margin: 10px 0 0;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

/*------------------------------------*\
SUPPORTER
\*------------------------------------*/
.supporter dl {
  line-height: 150%;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 10px solid #ccc;
}
.supporter dt {
  clear: both;
  float: left;
  width: 7em;
  font-size: 93%;
  color: #555;
  text-align: right;
  padding: 5px 0;
}
.supporter dd {
  margin-left: 8em;
  padding: 5px 0;
}
.supporter dd ol {
  padding-left: 1.5em;
}
.supporter dd ul {
  margin: 0;
  padding-left: 1.2em;
  list-style: square;
}
.supporter.konomi-supporter {
  background-color: #fff;
  background-image: url("../artist/konomi-mori/images/pic_profile_konomi_03.jpg");
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
}
.supporter.konomi-supporter hgroup {
  margin: 0 0 5px;
}
.supporter.konomi-supporter p {
  font-size: 14px;
  font-size: 1.4rem;
}
.supporter.konomi-supporter strong {
  font-weight: 400;
  color: #BF4949;
}
.supporter.konomi-supporter dl.list1 {
  border-color: #BF4949;
}
.supporter.konomi-supporter dl.list2 {
  border-color: #D9910D;
}
.supporter.konomi-supporter dl.list3 {
  border-color: #F2BE22;
}
.supporter.konomi-supporter dl.list4 {
  border-color: #738C4D;
}
.supporter.konomi-supporter dl.list5 {
  border-color: #021F59;
}
.supporter.konomi-supporter dd {
  width: 550px;
}
.supporter.ryusei-supporter {
  background-color: #fff;
  background-image: url("../artist/ryusei/images/pic_profile_ryusei_03.jpg");
  background-repeat: no-repeat;
  background-position: right 0 bottom 15px;
  background-size: 272px;
}
.supporter.ryusei-supporter hgroup {
  margin: 0 0 5px;
}
.supporter.ryusei-supporter p {
  font-size: 14px;
  font-size: 1.4rem;
}
.supporter.ryusei-supporter strong {
  font-weight: 400;
  color: #BF4949;
}
.supporter.ryusei-supporter dl.list1 {
  border-color: #BF4949;
}
.supporter.ryusei-supporter dl.list2 {
  border-color: #D9910D;
}
.supporter.ryusei-supporter dl.list3 {
  border-color: #F2BE22;
}
.supporter.ryusei-supporter dl.list4 {
  border-color: #738C4D;
}
.supporter.ryusei-supporter dl.list5 {
  border-color: #021F59;
}
.supporter.ryusei-supporter dd {
  width: 550px;
}
.supporter.hosokawa-supporter dl.list1 {
  border-color: #021F59;
}
.supporter.hosokawa-supporter dl.list2 {
  border-color: #738C4D;
}
.supporter.hosokawa-supporter dl.list3 {
  border-color: #A66B49;
}
.supporter.hosokawa-supporter dl.list4 {
  border-color: #F25430;
}
.supporter.hosokawa-supporter dl.list5 {
  border-color: #8C377E;
}

/*------------------------------------*\
NEWS DETAIL
\*------------------------------------*/
.news-detail {
  font-size: 14px;
  font-size: 1.4rem;
}

.news-detail-date {
  margin: 10px 0;
  text-align: right;
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}

.news-detail-content {
  margin: 0 10px;
  line-height: 1.7;
}

/*------------------------------------*\
FORM
\*------------------------------------*/
.form-aligned fieldset {
  margin: 0;
  padding: 0.35em 0px 0.75em;
  border: 0px none;
  font-size: 13px;
  font-size: 1.3rem;
}
.form-aligned legend {
  margin: 0 0 1em 1em;
}
.form-aligned .form-group {
  margin-bottom: .5em;
}
.form-aligned label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0px 1em 0px 0px;
}
.form-aligned label.textarea {
  vertical-align: top;
}
.form-aligned input {
  padding: 0.5em 0.6em;
  border: 1px solid #aaa;
  box-shadow: 0px 1px 3px #DDD inset;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0.25em 0px;
}
.form-aligned input:focus {
  outline: 0px none;
  border-color: #129FEA;
}
.form-aligned textarea {
  padding: .5em .6em;
  width: 60%;
  display: inline-block;
  border: 1px solid #aaa;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-aligned span {
  display: inline-block;
  margin: 0px 1em 0px 0px;
  color: #666;
  font-size: 93%;
}
.form-aligned .button-group {
  margin-left: 11.3em;
}
.form-aligned button {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  padding: 0.5em 1em;
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  border: 0px none transparent;
  text-decoration: none;
  border-radius: 2px;
  color: #fff;
}
.form-aligned button.submit {
  background-color: #0078E7;
}
.form-aligned button.submit:focus, .form-aligned button.submit:hover {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.form-aligned button.reset {
  background-color: #888;
}

footer {
  padding-bottom: 10px;
  font-family: "Fjalla One", sans-serif;
  text-align: center;
  color: #eee;
  font-size: 13px;
  font-size: 1.3rem;
}
.form-aligned .form-group_02 {
  margin-bottom: .5em;
}
.form-aligned .form-group_02 label {
  width: 13em;
}
.form-aligned .form-group_02 input {
  width: 40%;
}
.form-aligned .button-group_02 {
  margin-left: 14.3em;
}
.form-aligned .form-group_03 .trigger_tit {
  width: 13em;
  float: left;
}
.form-group_03 {
  margin-bottom: 10px;
  overflow: hidden;
}
.form-group_03 .trigger_box {
  float: left;
  width: 64%;
}
.form-group_03 .trigger_box label {
  text-align: left;
  width: auto;
}

/* パンくず */
#bread-crumb {
  display: block;
  width: 100%;
  margin: 0 5px 10px;
  padding: 0;
}

#bread-crumb-inner {
  overflow: hidden;
  width: 1050px;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bread-crumb-item {
  line-height: 160%;
  float: left;
  padding: 0 15px 0 18px;
  background: url(../images/img_breadcrumb_01.gif) no-repeat left center;
  font-size: 12px;
  font-size: 1.2rem;
}
.bread-crumb-item:first-child {
  padding-left: 0;
  background-image: none;
}
.bread-crumb-item a {
  text-decoration: none;
}
.bread-crumb-item a:hover {
  text-decoration: underline;
}

.lt-ie7 .bread-crumb-item {
  display: inline;
  float: none;
  zoom: 1;
}

/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/
table {
  border: 1px solid #ccc;
}

table th,
table td {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}

table th {
  padding-right: 16px;
}

table td {
  border-left: 1px solid #ccc;
}

table.tableDec1 th {
  background: #efefef;
  padding-left: 10px;
}

table.tableDec2 th {
  background: #333;
  color: #fff;
  padding-left: 10px;
}

table.tableDec3 th {
  background: #d5ceb1;
  color: #fff;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
  color: #333;
}

/*-------------------------------------*/
/* 1pxの仕切り線を表示 */
/*-------------------------------------*/
/*//1px border//*/
div.border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  overflow: hidden;
}

table {
  background: #ffffff;
  border-left: #cccccc 1px solid;
  border-collapse: collapse;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}

table th.t_top {
  background: #333333 url(img/bg_header.jpg);
  border-bottom: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}

table td.t_line01 {
  background: #ffffff url(img/line1.gif) no-repeat;
  border-bottom: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  text-align: right;
  padding: 10px;
}

table td.t_line02 {
  background: #f2f2f2 url(img/line2.gif) no-repeat;
  border-bottom: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  text-align: right;
  padding: 10px;
}

table td.no_img {
  background-image: none;
}

.chapter14 {
  padding: 6px 8px;
  background: #BEA581;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#js-topTopBtn {
  position: fixed;
  margin-bottom: 10px;
  right: 10px;
  bottom: -100px;
  transition: all 0.25s ease-in-out 0s;
}
#js-topTopBtn:hover {
  transform: translateY(-5px);
}

#js-topTopBtn a {
  padding: 15px;
  text-decoration: none;
  color: #fff;
  background: #313b85;
  background-color: rgba(49, 59, 133, 0.9);
  border: 1px solid #fff;
}
#js-topTopBtn a:hover {
  background-color: #313b85;
}

.underline {
  display: block;
  position: relative;
  padding: 0px;
  width: 100%;
  height: 1px;
  bottom: 35%;
  right: 0px;
  background-color: #313b85;
  transition: all 0.25s ease-in-out 0s;
  transform: scaleX(0);
}

a:hover .underline {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*------------------------------------*\
MAINVISUALE
\*------------------------------------*/
#mainvisual {
  position: relative;
  width: 100%;
  margin: 0;
}

#mainvisual-inner {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

#mainvisual-inner .img {
  position: absolute;
  display: none;
  width: 944px;
  top: 0;
}

#mainvisual-inner .img:first-child {
  position: relative;
  display: block;
}

.mainvisual-indicator {
  width: 960px;
  height: 13px;
  margin-top: 13px;
  text-align: center;
}

.mainvisual-indicator div {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: top;
}

.mainvisual-indicator div {
  *display: inline;
}

.mainvisual-indicator a {
  display: block;
  width: 10px;
  height: 20px;
}

.mainvisual-indicator a:link,
.mainvisual-indicator a:visited {
  margin-top: 0px;
}

.mainvisual-indicator a:hover,
.mainvisual-indicator a:active,
.mainvisual-indicator a.current {
  margin-top: -10px;
}

.mainvisual-indicator a img {
  vertical-align: top;
}

#mainvisual-arrow {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 45%;
  left: 0;
  margin-top: -20px;
}

#mainvisual-arrow-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

#mainvisual-arrow .prev {
  left: 3%;
}

#mainvisual-arrow .next {
  right: 3%;
}

#mainvisual-arrow a {
  display: block;
  width: 50px;
  height: 50px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
  margin-top: 0px;
}

#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
  margin-top: -52px;
}

#mainvisual-arrow a img {
  vertical-align: top;
}

/*------------------------------------*\
ANIMATION
\*------------------------------------*/
#profile-anela {
  position: relative;
  height: 1100px;
}
#profile-anela #frame01 {
  position: absolute;
  top: 30px;
  left: 30px;
}
#profile-anela #frame02 {
  position: absolute;
  top: 100px;
  left: 50px;
}
#profile-anela #frame03 {
  position: absolute;
  top: 430px;
  left: 50px;
  width: 840px;
}

/*------------------------------------*\
BUTTON
\*------------------------------------*/
.button_style1, .button_style2, .button_style3 {
  position: relative;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  line-height: 33px;
  outline: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.konomi.button_style1, .konomi.button_style2, .konomi.button_style3 {
  margin: 0 10px;
  border: 2px solid #F2295F;
  color: #F2295F;
}
.button_style1::before, .button_style2::before, .button_style3::before, .button_style1::after, .button_style2::after, .button_style3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_style1::after, .button_style2::after, .button_style3::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button_style1:hover::after, .button_style2:hover::after, .button_style3:hover::after {
  left: 0;
}

.button.konomi:hover::after {
  left: 0;
  background-color: #F2295F;
}

.button_style1 {
  display: inline-block;
  width: 100%;
  color: #FFCE58;
  border: 2px solid #FFCE58;
}
.button_style1::after {
  right: 100%;
  background-color: #FFCE58;
}
.button_style1:hover {
  color: #000;
}
.button_style1:hover::after {
  left: 0;
}

.button_style2 {
  display: inline-block;
  width: 150px;
  color: #258;
  border: 1px solid #258;
  border-radius: 30px;
}
.button_style2::after {
  right: 150px;
  background-color: #258;
}
.button_style2:hover {
  color: #fff;
}
.button_style2:hover::after {
  left: 0;
}

.button_style3 {
  display: inline-block;
  width: 200px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}
.button_style3::after {
  right: 200px;
  background-color: #fff;
}
.button_style3:hover {
  color: #000;
}
.button_style3:hover::after {
  left: 0;
}

.marquee {
  position: relative;
  width: 912px;
  padding: 0.5em 0;
  overflow: hidden;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.75);
}
.marquee p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  padding-left: 600px;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}
.marquee p:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%,to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%,to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }
  99%,to {
    -ms-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%,to {
    transform: translate(-100%);
  }
}
/* Buzz */
@-webkit-keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.buzz {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.buzz:hover, .buzz:focus, .buzz:active {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.01s;
  animation-duration: 0.01s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 50;
  animation-iteration-count: 50;
}

/* Sticky header */
.js_pageNavigation-clone {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: -35px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  transition: top 0.25s;
}
.js_pageNavigation-clone > ul {
  text-align: right;
  margin: auto;
  width: 960px;
  padding: 5px;
}
.js_pageNavigation-clone.visible {
  top: 0;
}
.js_pageNavigation-clone:hover {
  background-color: #fff;
}

#js_fade {
/*
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c277b;
  background-color: #fff;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
*/
  z-index: 1000;
}

/*# sourceMappingURL=main.css.map */
