html {
  height: 100%;
}

body {
  background: transparent url("../images/common/bg.gif") left top;
  animation: bgat 30s linear infinite;
  -webkit-animation: bgat 30s linear infinite;
  -moz-animation: bgat 30s linear infinite;
  height: 100%;
}

#wrapper {
  height: 100%;
  padding-left: 180px;
  position: relative;
}

@keyframes bgat {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50% 43.505%;
  }
}

@-webkit-keyframes bgat {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50% 43.505%;
  }
}

@-moz-keyframes bgat {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50% 43.505%;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  padding-bottom: 30px;
  background: #fff url("../images/common/bg_gnav_top.png") -100px -40px no-repeat;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  overflow-y: auto;
}

#header .page_title {
  height: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #e81f78;
  color: #fff;
  font-size: 10px;
  font-family: Arial;
  line-height: 20px;
}

#header #gnav {
  margin: 0 30px 0 0;
}

#header #gnav a {
  position: relative;
  /* display: block; */
  display: table-cell;
  vertical-align: middle;
  /* width: 160px; */
  width: 160px !important;
  height: 70px;
  margin: 0 auto;
  padding-left: 20px;
  border-bottom: 2px solid #e81f78;
  font-size: 14px;
  font-family: helvetica;
  font-weight: bold;
  /* line-height: 70px; */
  color: #444;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#header #gnav a:hover {
  color: #fff;
  background: #e81f78;
}

#header #gnav a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e81f78;
  border-right: 2px solid #e81f78;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#header #gnav .menu-blue {
  border-bottom-color: #2b8df1;
  color: #2b8df1;
}

#header #gnav .menu-blue:after {
  border-color: #2b8df1;
}

#header #gnav .menu-blue:hover {
  background: #2b8df1;
}

#header #gnav .gn1 {
  width: 140px;
  height: 65px;
  margin: 25px auto 30px;
  padding: 50px 0 0;
  border-bottom: none;
  background: url("../images/common/icon_home.png") center 0 no-repeat;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  color: #e81f78;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#header #gnav .gn1:hover {
  opacity: 0.6;
  color: #e81f78;
  background: url("../images/common/icon_home.png") center 0 no-repeat;
}

#header #gnav .gn1:after {
  display: none;
}

#header #gnav .current {
  background: #e81f78;
  color: #fff;
}

#header #gnav .current.menu-blue {
  background: #2b8df1;
}

#header .common_gnav #gnav {
  margin: 0;
}

#header .common_gnav #gnav a {
  width: 100%;
}

#header .header_foot {
  margin-top: 65px;
  padding: 85px 20px 0;
  background: transparent url("../images/common/line_wave.png") left top repeat-x;
}

#header .header_foot .copy {
  margin: 20px 0;
  font-size: 11px;
  color: #818182;
  line-height: 1em;
}

#header .header_foot .link_about {
  margin: 40px 0 0 30px;
  font-size: 12px;
  color: #e81f78;
}

#header .our_box {
  margin-top: 50px;
}

#header .our_box .title_our_box {
  position: relative;
  height: 25px;
  padding: 0 20px;
  border-radius: 10px;
  background: #ffea00;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

#header .our_box .title_our_box:after {
  content: url("../images/common/ribbon_yl.png");
  position: absolute;
  bottom: -18px;
  left: 20px;
}

#header .our_box .logo_tenon {
  display: block;
  margin: 30px 0 5px;
  text-align: center;
}

#header .our_box .logo_daikichi {
  display: block;
  text-align: center;
}

#btn-toggle {
  display: none;
}

#content {
  width: 740px;
  margin: 0 auto 30px;
  padding-top: 30px;
}

.single-post #content .section_box a {
  color: #e81f78;
  text-decoration: underline;
}

.single-post #content .section_box a:after {
  content: "\f08e";
  display: inline-block;
  margin-left: 0.4em;
  font-family: "FontAwesome";
}

.title_catch {
  width: 720px;
  margin-bottom: 30px;
  color: #e81f78;
  font-size: 65px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

.title_catch .bl {
  display: inline-block;
  margin: 0 20px;
  font-weight: bold;
  line-height: 0.9em;
  letter-spacing: -0.02em;
  color: #2b8df1;
}

.title_ribbon {
  position: relative;
  width: 741px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.title_ribbon:after, .title_ribbon:before {
  position: absolute;
  bottom: -18px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}

.title_ribbon:before {
  left: 0;
}

.title_ribbon:after {
  right: 0;
}

.title_ribbon_red {
  background: #e81f78;
}

.title_ribbon_red:before {
  border-top-color: #C01B64;
  border-right-color: #C01B64;
  border-right-width: 11px;
  border-top-width: 8px;
}

.title_ribbon_red:after {
  border-top-color: #C01B64;
  border-left-color: #C01B64;
  border-left-width: 11px;
  border-top-width: 8px;
}

.title_ribbon_blue {
  background: #2b8df1;
}

.title_ribbon_blue:before {
  border-top-color: #004082;
  border-right-color: #004082;
  border-right-width: 11px;
  border-top-width: 8px;
}

.title_ribbon_blue:after {
  border-top-color: #004082;
  border-left-color: #004082;
  border-left-width: 11px;
  border-top-width: 8px;
}

.section_box {
  width: 700px;
  margin: auto;
  padding: 45px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.section_box img {
  width: 100%;
  height: auto;
}

.section_box strong {
  margin: 1em 0;
  font-weight: bold;
  font-size: 22px;
  color: #e81f78;
}

.section_box blockquote {
  font-style: italic;
  font-size: 13px;
  color: #868686;
}

.single .section_box p {
  margin-bottom: 1em;
}

.one_box {
  position: relative;
  display: inline-block;
  width: 205px;
  margin: 0 1px 7px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  vertical-align: top;
}

.one_box img {
  display: block;
  width: 185px;
  height: 150px;
  margin: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.one_box .summary {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #999;
  font-size: 11px;
  line-height: 1.2em;
  text-align: left;
}

.one_box:hover img {
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.one_box .frame {
  display: block;
  width: 100%;
  min-height: 230px;
  padding: 5px;
  background: #fff;
}

.one_box .frame .genre {
  margin-bottom: 5px;
}

.one_box .frame .genre p {
  margin-bottom: 5px;
  height: 20px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}

.one_box.event .genre p {
  background: #2b8df1;
}

.one_box.news .genre p {
  background: #ffc000;
}

.one_box.artist .genre p {
  background: #f76de5;
}

.one_box.radio .genre p {
  background: #61c236;
}

.sorry {
  font-size: 67px;
  font-family: Arial black;
  line-height: 0.9em;
}

.sorry .sorry1 {
  color: #e81f78;
}

.sorry .sorry2 {
  color: #61c236;
}

.sorry .sorry3 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #0090ff;
}

.thanks #content {
  font-size: 67px;
  font-family: Arial black;
  line-height: 0.9em;
}

.thanks #content .thanks1 {
  color: #e81f78;
}

.thanks #content .thanks2 {
  color: #61c236;
}

.thanks #content .thanks3 {
  margin-top: 40px;
  font-size: 27px;
  font-weight: bold;
  color: #0090ff;
  line-height: 1.2em;
}

#banner_area {
  margin: 50px 20px 30px;
}

#banner_area li a {
  display: block;
  margin-bottom: 10px;
}

#banner_area li a img {
  display: block;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.table_layout .summary {
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.3em;
}

.table_layout .summary a {
  color: #e81f78;
}

.table_layout .summary a:hover {
  text-decoration: underline;
}

.table_layout dl {
  display: table;
  min-height: 55px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x;
  line-height: 55px;
}

.table_layout dl:last-child {
  padding-bottom: 5px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x, url(../images/common/line_table.gif) 0 bottom repeat-x;
}

.table_layout dt {
  position: relative;
  display: table-cell;
  width: 150px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.table_layout dt img {
  width: 100%;
}

/* .table_layout dt:after {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
} */

.table_layout dd {
  display: table-cell;
  width: 420px;
  padding: 22px 30px 0;
  line-height: 1.3em;
  font-size: 13px;
}

.table_layout dd a {
  color: #e81f78;
  text-decoration: underline;
}

.table_layout .btn_link {
  display: block;
  width: 360px;
  height: 60px;
  margin: 40px auto 0;
  background: #e81f78;
  border-radius: 30px;
  line-height: 60px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.table_layout .btn_link:hover {
  box-shadow: none;
}

.home #wrapper {
  padding-left: 640px;
}
.home #header {
  width: 610px;
  overflow-y: auto;
}

.home #header .header_foot {
  margin-top: 75px;
  padding: 85px 45px 0;
  background: transparent url("../images/common/line_wave.png") left top repeat-x;
}

.home #header .header_foot .copy {
  margin: 20px 0 0 10px;
  font-size: 11px;
  color: #818182;
  line-height: 1em;
}

.home #header .header_foot .link_about {
  margin: 40px 0 0 30px;
  font-size: 12px;
  color: #e81f78;
}

.home #header .our_box {
  margin-top: 50px;
}

.home #header .our_box .title_our_box {
  position: relative;
  height: 25px;
  padding: 0 40px;
  border-radius: 10px;
  background: #ffea00;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}

.home #header .our_box .title_our_box:after {
  content: url("../images/common/ribbon_yl.png");
  position: absolute;
  bottom: -18px;
  left: 40px;
}

.home #header .our_box .logo_tenon {
  display: inline-block;
  margin: 60px 50px;
  vertical-align: top;
}

.home #header .our_box .logo_daikichi {
  display: inline-block;
  margin: 30px 0;
}

.home #info_box {
  width: 400px;
  margin-top: 10px;
}

.home .main_img a {
  position: relative;
  display: block;
  overflow: hidden;
}

.home .main_img a img {
  display: block;
  position: relative;
}

.home .main_img a .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.home .main_img a .caption .notice {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

.home .info {
  width: 100%;
  margin: 20px 0;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.home .info h2 {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Arial black;
  font-size: 24px;
  color: #fff;
  background: #ff6060;
  background: -moz-linear-gradient(left, #ff6060 0%, #d67fff 15%, #7ba4f7 33%, #57ede8 50%, #93ffa7 68%, #cbf268 87%, #ffc65e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff6060), color-stop(15%, #d67fff), color-stop(33%, #7ba4f7), color-stop(50%, #57ede8), color-stop(68%, #93ffa7), color-stop(87%, #cbf268), color-stop(100%, #ffc65e));
  background: -webkit-linear-gradient(left, #ff6060 0%, #d67fff 15%, #7ba4f7 33%, #57ede8 50%, #93ffa7 68%, #cbf268 87%, #ffc65e 100%);
  background: -o-linear-gradient(left, #ff6060 0%, #d67fff 15%, #7ba4f7 33%, #57ede8 50%, #93ffa7 68%, #cbf268 87%, #ffc65e 100%);
  background: -ms-linear-gradient(left, #ff6060 0%, #d67fff 15%, #7ba4f7 33%, #57ede8 50%, #93ffa7 68%, #cbf268 87%, #ffc65e 100%);
  background: linear-gradient(to right, #ff6060 0%, #d67fff 15%, #7ba4f7 33%, #57ede8 50%, #93ffa7 68%, #cbf268 87%, #ffc65e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6060', endColorstr='#ffc65e', GradientType=1);
}

.home .info .news-overflow {
  height: 199px;
  overflow-y: scroll;
}

.home .info .news_box {
  display: table;
  width: 100%;
  height: 199px;
  padding: 0 10px 10px;
  background: #fff;
  overflow: auto;
  font-size: 13px;
}

.home .info .news_box a:hover dd {
  color: #e81f78;
  text-decoration: underline;
}

.home .info .news_box dl {
  display: table;
  width: 100%;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #888;
}

.home .info .news_box dt {
  display: table-cell;
  width: 115px;
  padding: 2px;
  border: 1px solid #fff;
  background: #ffc000;
  color: #fff;
}

.home .info .news_box dd {
  display: table-cell;
  padding-left: 10px;
}

.home #content {
  padding: 20px 0 0;
  width: auto;
}

.home .next .one_box img {
  width: 185px;
  height: 150px;
}

.info_box dl {
  min-height: 55px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x;
  line-height: 55px;
}

.info_box dl:last-child {
  padding-bottom: 5px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x, url(../images/common/line_table.gif) 0 bottom repeat-x;
}

.info_box dt {
  position: relative;
  display: inline-block;
  width: 130px;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}
.info_box dt:after {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
}

.info_box dd {
  display: inline-block;
  width: 420px;
  padding: 0 0 0 30px;
  font-size: 13px;
}

.info_box dd iframe, .info_box dd img {
  margin-top: 20px;
}

.about_box #catch {
  margin-bottom: 40px;
}

.about_box #catch p {
  position: relative;
  width: 625px;
  height: 250px;
  background: transparent url("../images/page/about/bg_ribbon.png") left top no-repeat;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
}

.about_box #catch p span {
  position: relative;
  display: block;
}

.about_box #catch p .hl1 {
  top: 15px;
  left: 48px;
}

.about_box #catch p .hl1:after {
  position: absolute;
  right: 60px;
  top: -80px;
  width: 70px;
  height: 100px;
  content: " ";
  display: block;
  background: transparent url("../images/common/icon_balloon.png") left top no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.about_box #catch p .hl2 {
  top: 64px;
  left: 98px;
}

.about_box #catch p .hl2:after {
  position: absolute;
  right: 50px;
  top: -45px;
  width: 50px;
  height: 100px;
  content: " ";
  display: block;
  background: transparent url("../images/common/icon_balloon.png") left top no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.about_box #catch p .hl3 {
  top: 115px;
  left: 145px;
}

.about_box .history_box .timeline {
  position: relative;
  margin-bottom: 40px;
  padding: 45px 45px 0 130px;
}

.about_box .history_box .timeline:before {
  position: absolute;
  top: 50px;
  left: 72px;
  content: "";
  width: 5px;
  height: 930px;
  background: #eee;
}

.about_box .history_box .timeline dt {
  position: relative;
  clear: both;
  width: 430px;
  height: 22px;
  padding: 0 30px;
  background: #85ce63;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 22px;
}

.about_box .history_box .timeline dt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 6px solid #fff;
}

.about_box .history_box .timeline dt:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-right: 6px solid #fff;
}

.about_box .history_box .timeline dd {
  position: relative;
  width: 430px;
  padding: 20px 30px;
  font-size: 13px;
}

.about_box .history_box .timeline dd:before {
  position: absolute;
  left: -68px;
  top: -23px;
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: #85ce63;
  border-radius: 50%;
}

.about_box .history_box .timeline .tl2:after {
  position: absolute;
  right: 100px;
  top: 10px;
  width: 30px;
  height: 60px;
  content: " ";
  display: block;
  background: transparent url("../images/common/icon_balloon.png") left top no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.about_box .info_box dl {
  min-height: 55px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x;
  line-height: 55px;
}

.about_box .info_box dl:last-child {
  padding-bottom: 5px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x, url(../images/common/line_table.gif) 0 bottom repeat-x;
}

.about_box .info_box dt {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.about_box .info_box dt:after {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
}

.about_box .info_box dd {
  display: inline-block;
  width: 420px;
  padding: 0 30px;
  font-size: 13px;
}

.about_box .info_box .jigyo dd {
  padding-top: 22px;
  line-height: 1.3em;
}

.contact_box .title_catch .bl {
  margin-right: 20px;
}

.contact_box .section_box {
  display: table;
}

.contact_box fieldset {
  display: table-row;
  background: transparent url("../images/common/line_table.gif") left top repeat-x;
}

.contact_box fieldset .l_col, .contact_box fieldset .r_col {
  display: table-cell;
}

.contact_box fieldset .help {
  display: block;
  margin: 5px 25px 0;
  font-size: 12px;
  color: #bbb;
}

.contact_box fieldset .l_col {
  width: 235px;
  padding: 28px 0 25px 60px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.contact_box fieldset .r_col {
  padding: 15px 0;
}

.contact_box fieldset input[type="text"], .contact_box fieldset input[type="email"], .contact_box fieldset input[type="tel"] {
  width: 340px;
  height: 50px;
  background: #faa;
  border: none;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  outline: none;
  padding: 0 30px;
  font-size: 14px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.contact_box fieldset textarea {
  width: 340px;
  min-height: 120px;
  background: #faa;
  border: none;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  outline: none;
  padding: 20px 30px;
  font-size: 14px;
  resize: vertical;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.contact_box .sec_voice {
  background: url("../images/common/line_table.gif") left top repeat-x, url("../images/common/line_table.gif") left bottom repeat-x;
}

.contact_box .hissu .l_col {
  background: transparent url("../images/page/contact/icon_hissu.gif") 0 50.5% no-repeat;
}

.contact_box .ninni .l_col {
  background: transparent url("../images/page/contact/icon_ninni.gif") 0 50.5% no-repeat;
}

.contact_box .ninni .r_col input {
  background: #d8ebfe;
}

.contact_box .sec_mail .r_col, .contact_box .sec_phone .r_col {
  padding-bottom: 5px;
}

.contact_box .btn_confirm {
  display: block;
  width: 380px;
  height: 60px;
  margin: 20px auto 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: #ffea00;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  cursor: pointer;
  outline: none;
}

.contact_box .btn_back, .contact_box .btn_send {
  display: none;
}

.contact_box .no-empty .l_col {
  background: transparent url("../images/page/contact/icon_ok.gif") 0 50.5% no-repeat;
}

.contact_box .no-empty input[type="text"], .contact_box .no-empty input[type="email"], .contact_box .no-empty input[type="tel"] {
  background: #DFF4E4;
}

.contact_box .no-empty textarea {
  background: #DFF4E4;
}

.contact_box .no-val .l_col {
  animation: balloon 0.2s linear infinite;
  -webkit-animation: balloon 0.2s linear infinite;
  -moz-animation: balloon 0.2s linear infinite;
}

@keyframes balloon {
  0% {
    background-position: 0 50.5%;
  }
  50% {
    background-position: 6px 50.5%;
  }
  100% {
    background-position: 0 50.5%;
  }
}

@-webkit-keyframes balloon {
  0% {
    background-position: 0 50.5%;
  }
  50% {
    background-position: 6px 50.5%;
  }
  100% {
    background-position: 0 50.5%;
  }
}

@-moz-keyframes balloon {
  0% {
    background-position: 0 50.5%;
  }
  50% {
    background-position: 6px 50.5%;
  }
  100% {
    background-position: 0 50.5%;
  }
}

.contact_wrap #banner_area {
  display: none;
}

.confirm .contact_box .l_col {
  padding-left: 20px;
  background: none;
}

.confirm .contact_box .r_col input {
  background: none;
  box-shadow: none;
  padding: 0;
}

.confirm .contact_box .r_col textarea {
  background: none;
  box-shadow: none;
  padding: 20px 0;
  resize: none;
}

.confirm .contact_box .r_col .help {
  display: none;
}

.confirm .contact_box .btn_confirm {
  display: none;
}

.confirm .contact_box .btn_back {
  float: left;
  display: block;
  margin: 38px 40px 0 0;
  padding: 3px 20px 4px;
  border: none;
  border-radius: 13px;
  background: #61c236;
  outline: none;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.confirm .contact_box .btn_send {
  float: left;
  display: block;
}

.confirm .contact_box .btn_send input {
  display: block;
  width: 380px;
  height: 60px;
  margin: 20px auto 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: #ffea00;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  cursor: pointer;
  outline: none;
}

.event_box {
  position: relative;
  width: 900px;
  z-index: 1;
}

.event_box .title_catch {
  margin-bottom: 60px;
}

.event_box a {
  display: block;
  position: relative;
  height: 214px;
  margin-top: -60px;
}

.event_box a:hover .img_box img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.event_box .img_box {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.event_box .img_box img {
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.event_box p {
  position: absolute;
  top: 37px;
  left: 130px;
  width: 620px;
  height: 100px;
  padding: 10px 0 0 50px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}

.event_box strong {
  font-size: 20px;
  font-weight: bold;
}

.event_box .ev1 p {
  background: #e81f78;
}

.event_box .ev2 p {
  background: #ffc000;
}

.event_box .ev3 p {
  background: #2b8df1;
}

.event_box .ev4 p {
  background: #61c236;
}

.event_wrap #banner_area {
  display: none;
}

.recruit_box .info_box .summary {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.recruit_box .info_box .summary a {
  color: #e81f78;
}

.recruit_box .info_box .summary a:hover {
  text-decoration: underline;
}

.recruit_box .info_box dl {
  min-height: 55px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x;
  line-height: 55px;
}

.recruit_box .info_box dl:last-child {
  padding-bottom: 5px;
  background: url("../images/common/line_table.gif") 0 0 repeat-x, url(../images/common/line_table.gif) 0 bottom repeat-x;
}

.recruit_box .info_box dt {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.recruit_box .info_box dt:after {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
}

.recruit_box .info_box dd {
  display: inline-block;
  padding: 22px 30px 0;
  line-height: 1.3em;
  font-size: 13px;
}

.recruit_box .info_box .btn_link {
  display: block;
  width: 360px;
  height: 60px;
  margin: 40px auto 0;
  background: #e81f78;
  border-radius: 30px;
  line-height: 60px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.recruit_box .info_box .btn_link:hover {
  box-shadow: none;
}

.post-type-archive-mytown .whats-mytown {
  margin-bottom: 50px;
  border-top: 10px solid #e1910b;
  border-bottom: 10px solid #e1910b;
  background: url("http://azu-pro.com/wp-content/uploads/2016/05/bg-mytown.jpg") 0 0 repeat-y;
}

.post-type-archive-mytown .whats-mytown img {
  width: 100%;
  display: block;
}

.post-type-archive-mytown .whats-mytown .mytown-intro {
  margin: 0 20px 30px;
}

.post-type-archive-mytown .whats-mytown .mytown-intro span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #e1910b;
}

.sp-only {
  display: none;
}

.sp-logo {
  text-align: center;
}

@media screen and (max-width: 760px) {
  .sp-only {
    display: block;
  }
  .post-type-archive-mytown .whats-mytown .mytown-intro span {
    display: inline;
    font-size: 14px;
  }
}

.mytown-content {
  width: 870px;
  height: 1170px;
}

.mytown-content .content_box {
  position: relative;
}

.mytown-content .title_catch {
  top: 0;
  left: 0;
}

.mytown-content .tlt {
  top: 24px;
  left: 250px;
  font-size: 32px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

.mytown-content .tokyo {
  top: 270px;
  left: 242px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 100;
}

.mytown-content .map {
  top: 270px;
  left: 120px;
}

.mytown-content #banner_area {
  position: absolute;
  left: 0;
  top: 593px;
  width: 550px;
}

.mytown-content #banner_area li {
  width: 510px;
  float: left;
  margin: 5px;
}

.mytown-content #banner_area li a, .mytown-content #banner_area li img {
  width: 100%;
}

.mytown-content .title_catch {
  animation: animationFrames ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(1080deg);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(1080deg);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(1080deg);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(1080deg);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: rotateY(0deg);
  }
  100% {
    -ms-transform: rotateY(1080deg);
  }
}

.on.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.mytown-content .on.tokyo {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.my-town header {
  width: 700px;
}

.my-town .title_ribbon {
  margin-top: -100px;
}

.my-town .my1, .my-town .my2, .my-town .my3 {
  position: relative;
  top: 50px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.my-town dl {
  background: url("../images/common/line_table.gif") 0 0 repeat-x;
  margin-top: 60px;
  padding-top: 10px;
}

.my-town dt {
  margin-bottom: 20px;
  padding: 5px 0 10px 70px;
  background: url("../images/page/mytown_20150714/icon_midashi.jpg") 0 0 no-repeat;
  font-size: 20px;
  font-weight: bold;
}

.my-town dd {
  display: inline-block;
  line-height: 1.9em;
  font-size: 12px;
}

.my-town dd a {
  color: #e81f78;
  font-weight: bold;
  text-decoration: underline;
}

.next .my-town .my1, .next .my-town .my2, .next .my-town .my3 {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.next .my-town .my1 {
  top: -20px;
}

.next .my-town .my2 {
  top: -50px;
  z-index: 1;
}

.next .my-town .my3 {
  top: -120px;
  z-index: 10;
}

.next .my-town .my4 {
  margin-top: 60px;
}

#sidenav {
  right: -160px;
  top: 460px;
}

#sidenav .news_box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 70px 0 0 30px;
  width: 250px;
  font-size: 12px;
  height: 253px;
  background: #fff;
  border-radius: 48%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
#sidenav .news_box h3 {
  width: 200px;
  text-align: center;
  font-weight: bold;
}

#sidenav .news_box dl {
  position: relative;
  width: 178px;
  height: 125px;
  margin: 10px;
  overflow-y: scroll;
  z-index: 100;
}

#sidenav .news_box:after {
  content: "";
  top: -2px;
  left: -5px;
  position: absolute;
  display: block;
  width: 258px;
  height: 305px;
  background: url("../images/single/artist/frame_news.png") 0 0 no-repeat;
  z-index: 10;
}

#sidenav .news {
  position: relative;
}

#sidenav .news img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#sidenav .news:hover img {
  opacity: 0;
}

#sidenav .news:hover .news_box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#sidenav li a:hover {
  -webkit-animation: animation 1500ms linear both;
  animation: animation 1500ms linear both;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.81% {
    -webkit-transform: matrix3d(1.155, 0, 0, 0, 0, 1.155, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.155, 0, 0, 0, 0, 1.155, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.61% {
    -webkit-transform: matrix3d(1.036, 0, 0, 0, 0, 1.036, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.036, 0, 0, 0, 0, 1.036, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.42% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.12% {
    -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.33% {
    -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.44% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.54% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.65% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.28% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.81% {
    -webkit-transform: matrix3d(1.155, 0, 0, 0, 0, 1.155, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.155, 0, 0, 0, 0, 1.155, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.61% {
    -webkit-transform: matrix3d(1.036, 0, 0, 0, 0, 1.036, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.036, 0, 0, 0, 0, 1.036, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.42% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.12% {
    -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.33% {
    -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.44% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.54% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.65% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.28% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.writer_box .title_catch {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #e81f78;
  line-height: 0.9em;
  letter-spacing: -0.02em;
}

.writer_box .title_catch .bl {
  display: inline-block;
  color: #2b8df1;
  margin: 4px 0 0 30px;
}

.writer_box .title_catch img {
  width: 200px;
  margin-left: 40px;
}

.writer_box .info_box {
  margin-bottom: 50px;
}

.writer_box .timeline {
  display: table;
}

.writer_box .timeline .img-box {
  display: table-cell;
  width: 240px;
  vertical-align: top;
}

.writer_box .timeline dl {
  display: table-cell;
  padding-left: 30px;
  background: none;
  vertical-align: top;
  line-height: 2;
}

.writer_box .timeline dl dt {
  display: block;
  padding: 0;
}

.writer_box .timeline dl dt:after {
  display: none;
}

.writer_box .timeline dl dd {
  display: block;
  margin-bottom: 15px;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .writer_box .timeline {
    display: block;
  }
  .writer_box .timeline .img-box, .writer_box .timeline dl {
    display: block;
  }
  .writer_box .timeline .img-box {
    width: 100%;
    text-align: center;
  }
  .writer_box .timeline dl {
    padding-left: 0;
    line-height: 3;
  }
}

.archive-report .intro-box {
  margin-bottom: 50px;
}

.archive-report .report-title {
  position: relative;
  width: 687px;
  height: 60px;
  padding-left: 30px;
  background: #e81f78;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}

.archive-report .report-title:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -20px;
  border: 20px solid transparent;
  border-right-color: #9E0046;
  border-top-width: 0;
  border-bottom-width: 10px;
}

.archive-report .section_box {
  width: 667px;
  margin: 0 0 30px 20px;
}

.archive-report .a-post {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.archive-report .title-post {
  margin-bottom: 20px;
  padding: 2px 20px;
  background: #2b8df1;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.archive-report .title-post i {
  margin-right: 1em;
}

.archive-report .title-post span {
  padding-top: 10px;
  font-size: 12px;
  color: #fff;
}

.archive-report .new .title-post {
  background: #81DA00;
}

.archive-report .new .title-post:before {
  content: "NEW!";
  margin-right: 10px;
}

.archive-report .thumbnail {
  width: 200px;
  vertical-align: middle;
}

.archive-report .thumbnail>img {
  width: 100%;
  height: auto;
}

.archive-report .summary {
  width: 360px;
  font-size: 18px;
  font-weight: bold;
}

.archive-report .link {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #e81f78;
}

.post-type-archive .intro-box {
  margin-bottom: 20px;
}

.post-type-archive .a-post {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.post-type-archive .title-post {
  margin-bottom: 20px;
  padding: 2px 20px;
  background: #2b8df1;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.post-type-archive .title-post i {
  margin-right: 1em;
}

.post-type-archive .title-post span {
  padding-top: 10px;
  font-size: 12px;
  color: #fff;
}

.post-type-archive .new .title-post {
  background: #81DA00;
}

.post-type-archive .new .title-post:before {
  content: "NEW!";
  margin-right: 10px;
}

.post-type-archive .thumbnail {
  width: 150px;
  vertical-align: top;
}

.post-type-archive .thumbnail img {
  width: 100%;
  height: auto;
}

.post-type-archive .summary {
  width: 340px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}

.post-type-archive .zepp-schedule-summary {
  font-size: 14px;
}

.post-type-archive .address-info {
  display: none;
}

.post-type-archive .link {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #e81f78;
}

.post-type-archive .one_box {
  width: 345px;
  min-height: 300px;
}

.post-type-archive .one_box .frame {
  height: 290px;
}

.post-type-archive .one_box .frame .genre p {
  color: #000;
}

.wp-pagenavi {
  margin-bottom: 50px;
}

.sta-hi-shop-box {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.sta-hi-shop-box a {
  color: #e81f78;
}

.sta-hi-shop-box .h3 {
  margin-bottom: 20px;
  padding: 3px 20px;
  background: #f76de5;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.sta-hi-shop-box .h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.sta-hi-shop-box .h4 span {
  font-size: 12px;
  font-weight: normal;
}

.sta-hi-shop-box .shops {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.sta-hi-shop-box .shops li {
  display: table-cell;
  width: 20%;
  padding-left: 1px;
  vertical-align: middle;
}

.sta-hi-shop-box .shops li a {
  display: block;
  width: 70px;
  height: 90px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.3;
}

.sta-hi-shop-box .shops li a:hover {
  opacity: 0.6;
}

.sta-hi-shop-box .sta-hi-table {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}

.sta-hi-shop-box .sta-hi-table:last-child {
  border-bottom: 1px solid #ccc;
}

.sta-hi-shop-box .sta-hi-table dd, .sta-hi-shop-box .sta-hi-table dt {
  display: table-cell;
  padding: 1em;
}

.sta-hi-shop-box .sta-hi-table dt {
  width: 33%;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.sta-hi-shop-box .sta-hi-table dd {
  font-size: 13px;
}

.sta-hi-shop-box .sta-hi-table dd img {
  width: 50%;
}

.sta-hi-shop-box .sta-hi-table:nth-child(4) li {
  display: inline-block;
}

.stahi-banner-box {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}

.stahi-banner-box li {
  display: table-cell;
  padding: 0 1%;
  text-align: center;
}

.stahi-banner-box li a:hover {
  opacity: 0.6;
}

.artist_contet {
  width: 1110px !important;
  height: 1170px !important;
  margin-left: 20px !important;
}

.artist_contet .title_catch {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 0.9em;
  letter-spacing: -0.02em;
}

.artist_contet .title_catch .pl {
  display: inline-block;
  color: #f76de5;
  vertical-align: top;
  margin: 10px 20px 0 0;
}

.artist_contet .title_catch img {
  width: 220px;
}

.artist_contet .catch {
  display: block;
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 30px;
  color: #000;
}

.artist_contet .news-box {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 330px;
  height: 130px;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 10px;
}

.artist_contet .news-box .title-news {
  font-size: 21px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

.artist_contet .news-box .news-wrap {
  width: 100%;
  height: 80px;
  font-size: 12px;
  overflow: auto;
}

.artist_contet .news-box .news-wrap li {
  display: table;
  padding-bottom: 4px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ccc;
}

.artist_contet .news-box .news-wrap li span {
  display: table-cell;
}

.artist_contet .news-box .date {
  padding-right: 1em;
}

.artist_contet .icon-nippo {
  top: 50px;
  left: 840px;
  animation: baloon 1s linear infinite;
  -webkit-animation: baloon 1s linear infinite;
  -moz-animation: baloon 1s linear infinite;
}

.artist_contet .frame {
  position: absolute;
  top: 531px;
  left: 730px;
  display: block;
  width: 247px;
  height: 247px;
  overflow: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.artist_contet .frame span {
  width: 192px;
  height: 192px;
  margin: 32px 0 0 24px;
  border: 8px solid;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.artist_contet .frame span img {
  width: 100%;
}

.artist_contet .frame:hover span {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.artist_contet .frame:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.artist_contet .wakimura {
  background: url("../images/page/artist/cover_wakimura.png") 12px 8px no-repeat;
}

.artist_contet .takaitsuki {
  background: url("../images/page/artist/cover_takaitsuki.png") 0 0 no-repeat;
}

.artist_contet .miku {
  background: url("../images/page/artist/cover_39.png") 0 0 no-repeat;
}

.artist_contet .ericka {
  background: url("../images/page/artist/cover_ericka.png") 0 0 no-repeat;
}

.artist_contet .tokyomiracle {
  background: url("../images/page/artist/cover_tokyomiracle.png") 0 0 no-repeat;
}

.artist_contet .fujinoan {
  background: url("../images/page/artist/cover_fujinoan.png") 0 0 no-repeat;
}

.artist_contet .iseyatomoka {
  background: url("../images/page/artist/cover_iseyatomoka.png") 0 0 no-repeat;
}

.artist_contet .canon {
  background: url("../images/page/artist/cover_canon.png") 0 0 no-repeat;
}

.artist_contet .torapea {
  background: url("../images/page/artist/cover_torapea.png") 0 0 no-repeat;
}

.artist_contet .writer {
  position: absolute;
  display: block;
  width: 335px;
  height: 62px;
  border-radius: 15px;
  background: #ff9600;
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.artist_contet .map {
  top: 480px;
  left: 625px;
}

.artist_contet .bd_rd span {
  border-color: #e71f78;
}

.artist_contet .bd_tm span {
  border-color: #556352;
}

.artist_contet .bd_it span {
  border-color: #f7b52e;
  margin: 30px 0 0 21px;
  width: 190px;
  height: 190px;
}

.artist_contet .bd_cn span {
  border-color: #0e2450;
  margin: 30px 0 0 21px;
  width: 190px;
  height: 190px;
}

.artist_contet .bd_pl span {
  border-color: #f76de5;
}

.artist_contet .bd_gr span {
  border-color: #61c236;
}

.artist_contet .bd_bl span {
  border-color: #2b8df1;
}

.artist_contet #banner_area {
  position: absolute;
  left: 0;
  top: 760px;
  width: 1070px;
}

.artist_contet #banner_area li {
  width: 510px;
  float: left;
  margin: 5px;
}

.artist_contet #banner_area li a, .artist_contet #banner_area li img {
  width: 100%;
}

@keyframes baloon {
  0% {
    top: 40px;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 40px;
  }
}

@-webkit-keyframes baloon {
  0% {
    top: 40px;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 40px;
  }
}

@-moz-keyframes baloon {
  0% {
    top: 40px;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 40px;
  }
}

.frame.on {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* 1-1 */
.wakimura.on {
  top: 60px;
  left: 50px;
}

/* 1-2 */
.fujinoan.on {
  top: 60px;
  left: 295px;
}

/* 1-3 */
.ericka.on {
  display: none;
  top: 60px;
  left: 550px;
}

/* 1-4 */
.takaitsuki.on {
  /* top: 175px;
  left: 810px; */
  top: 60px;
  left: 550px;
}

/* 2-1 */
.miku.on {
  display: none;
  top: 330px;
  left: 50px;
}

/* 2-2 */
.iseyatomoka.on {
  /* top: 330px;
  left: 295px; */
  top: 330px;
  left: 50px;
}

/* 2-3 */
.torapea.on {
  /* top: 330px;
  left: 550px; */
  top: 330px;
  left: 295px;
}

/* 2-4 */
.canon.on {
  /* top: 335px;
  left: 815px; */
  top: 330px;
  left: 550px;
}

.writer.on {
  top: 630px;
  left: 260px;
}

#content.article_single {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-left: -120px;
  margin-bottom: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fffbd8;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.parent-pageid-211 .article_single, .torape-page {
  background-image: url("../images/artist/torape-bg.png");
}

.parent-pageid-305 .article_single, .takaitsuki-page {
  background-color: #e94c07!important;
}

.nikoge-page, .parent-pageid-314 .article_single {
  background-image: url("../images/artist/nikoge-bg.png");
}

.fujinoan-page, .parent-pageid-310 .article_single {
  background-image: url("../images/artist/fujino-bg.png");
}

.oku-konosuke-page, .parent-pageid-318 .article_single {
  background: #000 !important;
}

.ericka-hitomi-page, .parent-pageid-321 .article_single {
  background: url("../images/artist/ericka-bg.png") 0 0 !important;
  background-size: initial !important;
}

.ericka-hitomi-page.article_single .artist_news_box {
  margin-top: -40px;
}

/*.m39ch-page, .parent-pageid-324 .article_single {
  background-image: url("../images/artist/39-bg.png");
}*/

.m39ch-page, .parent-pageid-324 .article_single {
  background-image: url("../images/artist/rupe.png");
  background-size: initial !important;
  background-repeat: repeat !important;
}

.m39ch-page.article_single .artist_news_box {
  margin-top: -40px;
}

.kentaro-wakimura-page, .parent-pageid-1743 .article_single {
  background-image: url("../images/artist/wakimura-bg.png");
}

.article_single a:hover {
  opacity: 0.5;
}

.article_single article {
  max-width: 800px;
  height: 100%;
  padding-top: 40px;
  margin: auto;
}

.article_single .artist-localnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 900px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 110;
}

.article_single .artist-localnav li {
  display: inline-block;
  vertical-align: top;
}

.article_single .artist-localnav li a {
  display: block;
  margin-top: 10px;
  padding: 0 25px;
  border-left: 1px solid #454545;
  font-size: 14px;
  font-weight: bold;
  color: #454545;
  line-height: 30px;
}

.article_single .artist-localnav li:last-child {
  border-right: 1px solid #454545;
}

.article_single .artist_news_box {
  position: relative;
  max-width: 800px;
  height: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: -260px;
  margin-bottom: 100px;
  padding: 10px 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}

.article_single .artist_news_box .h2 {
  padding-bottom: 4px;
  font-size: 18px;
}

.article_single .artist_news_box .h2:before {
  content: "\f138";
  margin-right: 0.5em;
  font-family: "FontAwesome";
}

.article_single #ameblo, .article_single #tw {
  display: inline-block;
  width: 45%;
  height: auto;
  margin: 0 15px;
  vertical-align: top;
}

.article_single #ameblo .h2, .article_single #tw .h2 {
  font-size: 24px;
  font-weight: bold;
}

.article_single #tw .h2 {
  color: #00aced;
}

.article_single #tw .h2:before {
  content: "\f099";
}

.article_single .tw_box {
  width: 100%;
  min-height: 260px;
  background: #fff;
  overflow: hidden;
}

.article_single #ameblo .h2 {
  color: #2C8B3B;
}

.article_single #ameblo .h2:before {
  content: "\f044";
}

.article_single .ameblo_box {
  width: 100%;
  min-height: 260px;
  padding: 10px 20px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  background: #fff;
  overflow: auto;
}

.article_single .ameblo_box li {
  display: table;
  width: 100%;
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}

.article_single .ameblo_box li span {
  display: table-cell;
  width: 95px;
}

.article_single .ameblo_box li a {
  display: table-cell;
  font-size: 13px;
}

.article_single .single_content {
  width: 800px;
  height: auto;
  margin: 80px auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.article_single .single_content .h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.article_single .single_content .h2:before {
  margin-right: 0.5em;
  font-family: "FontAwesome";
}

.article_single .single_content #profile {
  margin-bottom: 40px;
}

.article_single .single_content #profile .h2 {
  color: #e81f78;
}

.article_single .single_content #profile .h2:before {
  content: "\f0f6";
}

.article_single .single_content #profile .profile_box {
  width: 100%;
  padding: 10px 0;
}

.article_single .single_content #profile .profile_box dl {
  display: table;
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  overflow: auto;
}

.article_single .single_content #profile .profile_box dt {
  display: table-cell;
  width: 180px;
  padding: 5px 0 0 20px;
  font-weight: bold;
  color: #e81f78;
}

.article_single .single_content #profile .profile_box dd {
  display: table-cell;
  padding: 5px 0 0;
}

.article_single .single_content #disco .h2 {
  color: #f76de5;
}

.article_single .single_content #disco .h2:before {
  content: "\f001";
}

.article_single .single_content #disco .disco-wrap {
  margin-bottom: 40px;
}

.article_single .single_content #disco .disco-box {
  display: table;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #aaa;
}

.article_single .single_content #disco .disco-box .dbc {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

.article_single .single_content #disco .disco-box .dbc img {
  display: block;
  width: 100%;
}

.article_single .single_content #disco .disco-box .dbc iframe {
  width: 100%;
}

.article_single .single_content #disco .disco-box>ul {
  display: table-cell;
  padding-left: 1em;
  font-size: 13px;
  vertical-align: top;
}

.article_single .single_content #disco .disco-box>ul li {
  display: table;
  width: 100%;
}

.article_single .single_content #disco .disco-box>ul li ol {
  display: table;
  list-style-type: decimal;
  padding-left: 2.6em;
}

.article_single .single_content #disco .disco-box>ul li ol li {
  display: list-item;
}

.article_single .single_content #disco .disco-box>ul span {
  clear: both;
  display: table-cell;
}

.article_single .single_content #disco .disco-box>ul span:first-child {
  width: 22%;
}

.article_single .single_content #disco .disco-box>ul span:first-child:after {
  content: "：";
  float: right;
}

.article_single .single_content #disco .disco-box>ul span:last-child {
  padding-left: 1em;
}

.article_single .single_content #disco .disco-box>ul .link-disco {
  display: block;
  color: #e81f78;
}

.article_single .single_content #disco .disco-box>ul .link-disco:after {
  content: "\f08e iTunesへリンクします";
  display: block;
  font-family: "FontAwesome";
}

.article_single .single_content #disco .disco-box>p {
  display: table-cell;
  padding-left: 1em;
  font-size: 13px;
  vertical-align: top;
}

.article_single .single_content #sc .h2 {
  color: #f50;
}

.article_single .single_content #sc .h2:before {
  content: "\f1be";
}

.article_single .single_content #sc ul li {
  display: inline-block;
  width: 225px;
  height: 225px;
  margin: 0 5px 20px;
}

.article_single .single_content #bio .h2 {
  color: #2b8df1;
}

.article_single .single_content #bio .h2:before {
  content: "\f1da";
}

.article_single .single_content #bio .tab {
  text-align: center;
  margin-bottom: 40px;
}

.article_single .single_content #bio .tab li {
  display: inline-block;
  margin: 0 2px 5px;
  border: 2px solid #ccc;
  font-size: 13px;
  padding: 3px 20px 2px;
  vertical-align: top;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.article_single .single_content #bio .tab li:hover {
  cursor: pointer;
  color: #fff !important;
}

.article_single .single_content #bio .tab li:nth-child(1) {
  border-color: #e81f78;
  color: #e81f78;
}

.article_single .single_content #bio .tab li:nth-child(1):hover {
  background: #e81f78;
}

.article_single .single_content #bio .tab li:nth-child(2) {
  border-color: #2b8df1;
  color: #2b8df1;
}

.article_single .single_content #bio .tab li:nth-child(2):hover {
  background: #2b8df1;
}

.article_single .single_content #bio .tab li:nth-child(3) {
  border-color: #ffc000;
  color: #ffc000;
}

.article_single .single_content #bio .tab li:nth-child(3):hover {
  background: #ffc000;
}

.article_single .single_content #bio .tab .select:nth-child(1) {
  color: #fff;
  background: #e81f78;
}

.article_single .single_content #bio .tab .select:nth-child(2) {
  color: #fff;
  background: #2b8df1;
}

.article_single .single_content #bio .tab .select:nth-child(3) {
  color: #fff;
  background: #ffc000;
}

.article_single .single_content #bio .year-box {
  width: 100%;
}

.article_single .single_content #bio .year-box dl {
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}

.article_single .single_content #bio .year-box dt {
  margin-bottom: 1em;
  border-bottom: 1px dashed #ddd;
  font-weight: bold;
  font-size: 16px;
}

.article_single .single_content #bio .year-box dt:before {
  content: "\f054";
  margin-right: 0.5em;
  font-family: "FontAwesome";
}

.article_single .single_content #bio .year-box dd {
  display: table;
  width: 100%;
  padding-bottom: 1em;
}

.article_single .single_content #bio .year-box dd>span {
  display: table-cell;
  vertical-align: top;
}

.article_single .single_content #bio .year-box dd .pic {
  width: 30%;
}

.article_single .single_content #bio .year-box dd .pic img {
  display: block;
  width: 100%;
}

.article_single .single_content #bio .year-box dd .movie {
  width: 50%;
}

.article_single .single_content #bio .year-box dd .movie iframe {
  width: 100%;
}

.article_single .single_content #bio .year-box dd .detail {
  padding-left: 1em;
  font-size: 13px;
}

.article_single .single_content #bio .year-box dd .detail .link-bio {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  color: #e81f78;
}

.article_single .single_content #bio .year-box dd .detail .link-bio:before {
  content: "\f08e";
  margin-right: 0.5em;
  font-family: "FontAwesome";
}

.article_single .single_content #bio .year-box dd .movie+.detail {
  width: 48%;
}

.article_single .single_content #schedule .h2 {
  color: #e81f78;
}

.article_single .single_content #schedule .h2:before {
  content: "\f073";
}

.article_single .single_content #schedule .schedule-box {
  width: 100%;
  padding: 10px 0;
}

.article_single .single_content #schedule .schedule-box dl {
  display: table;
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  overflow: auto;
}

.article_single .single_content #schedule .schedule-box dt {
  display: table-cell;
  width: 260px;
  padding: 5px 0 0 20px;
  font-weight: bold;
  color: #e81f78;
}

.article_single .single_content #schedule .schedule-box dd {
  display: table-cell;
  padding: 5px 0 0;
}

@media screen and (max-width: 760px) {
  #wrapper {
    width: 100%;
    min-width: 320px;
    padding-top: 20px;
    padding-left: 0;
  }
  #header {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding-bottom: 0;
    background: none;
    box-shadow: none;
  }
  #header .page_title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding: 3px 5px;
    text-align: center;
    line-height: 1em;
    z-index: 8888;
  }
  #header #gnav {
    position: fixed;
    top: 0;
    left: -200px;
    float: none;
    width: 160px;
    height: 100%;
    margin: 0;
    padding: 10px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    z-index: 99999;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  #header #gnav a {
    height: 60px;
    padding-left: 10;
    /* line-height: 60px; */
  }
  #header #gnav .gn1 {
    background-size: 80%;
  }
  #header #gnav.show {
    left: 0;
  }
  #btn-toggle {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    background: #e81f78;
    z-index: 9999;
  }
  #btn-toggle span {
    position: absolute;
    left: 13px;
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #btn-toggle span:first-child {
    top: 17px;
  }
  #btn-toggle span:nth-child(2) {
    top: 24px;
  }
  #btn-toggle span:last-child {
    top: 31px;
  }
  #btn-toggle.on {
    background: #2b8df1;
  }
  #btn-toggle.on span:first-child {
    top: 23px;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  #btn-toggle.on span:nth-child(2) {
    opacity: 0;
  }
  #btn-toggle.on span:last-child {
    top: 23px;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  #content {
    width: 100%;
  }
  .home #wrapper {
    padding-left: 0;
  }
  .home #header {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .home .header_box {
    padding: 10px;
  }
  .home #info_box {
    float: none;
    width: 100%;
  }
  .home #info_box .bxslider {
    width: 100%;
  }
  .home #info_box .bxslider a .caption {
    font-size: 14px;
  }
  .home #info_box .bxslider a .caption br {
    display: none;
  }
  .home #info_box .info {
    width: 100%;
  }
  .home #info_box .info h2 {
    font-weight: bold;
    font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 23px;
    text-align: center;
  }
  .home #info_box .info .news_box {
    display: block;
    height: 190px;
    overflow-y: auto;
  }
  .home .banner_map {
    width: 100%;
    text-align: center;
  }
  .home .banner_map img {
    width: 100%;
  }
  .home #content {
    padding: 20px 10px;
  }
  .home .one_box {
    width: 47%;
    margin: 0 0.6% 10px;
  }
  .home .one_box img {
    width: 100%;
    height: auto;
  }
  #catch {
    width: 100%;
    margin-bottom: 20px !important;
    font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  #catch img {
    width: 100%;
  }
  .intro-box {
    width: 100%;
  }
  .title_catch {
    width: 100% !important;
    font-size: 20px !important;
  }
  .title_catch .bl {
    display: inline-block;
    width: auto !important;
    margin: 10px 0 0 15px !important;
    background: none;
    font-size: 24px !important;
    font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .title_catch img {
    width: 160px !important;
  }
  .title_ribbon {
    width: 100%;
    height: auto;
    padding: 8px 10px;
    font-size: 16px;
    line-height: inherit;
  }
  .title_ribbon:after, .title_ribbon:before {
    top: inherit;
    bottom: -7px;
    border-width: 4px;
  }
  .title_ribbon_blue:before, .title_ribbon_red:before {
    border-right-width: 3px;
    border-top-width: 3px;
  }
  .title_ribbon_blue:after, .title_ribbon_red:after {
    border-left-width: 3px;
    border-top-width: 3px;
  }
  .section_box {
    width: 96%;
    margin: 0 auto 30px;
    padding: 15px 10px;
    font-size: 15px;
  }
  .section_box img {
    width: 100%;
  }
  #banner_area {
    width: 96% !important;
    margin: auto !important;
  }
  #banner_area img {
    width: 100% !important;
  }
  .info_box iframe, .info_box img {
    width: 100%;
  }
  .info_box dt {
    display: block;
    width: 100%;
    padding: 0;
  }
  .info_box dt:after {
    position: static;
    display: inline-block;
    margin-left: 2em;
  }
  .info_box dd {
    width: 100%;
    padding: 0;
    line-height: 1.4em;
  }
  .about_box .history_box .timeline {
    padding: 20px 10px;
  }
  .about_box .history_box .timeline dt {
    width: 100%;
  }
  .about_box .history_box .timeline dd {
    width: 100%;
    padding: 10px;
  }
  .about_box .history_box .timeline dd:before {
    display: none;
  }
  .about_box .history_box .timeline .tl2:after {
    top: 5px;
    right: 20px;
  }
  .about_box .history_box .timeline:before {
    display: none;
  }
  .about_box .info_box dl {
    width: 100%;
  }
  .about_box .info_box dt {
    width: 26%;
    padding: 0;
  }
  .about_box .info_box dd {
    width: 72%;
    padding: 0 0 0 10px;
    line-height: 1.4em;
  }
  .about_box .info_box .section_box dl:nth-child(2) dd {
    padding-top: 18px;
  }
  .event_box {
    width: 96%;
    margin: auto;
  }
  .event_box .title_catch {
    margin-bottom: 20px;
  }
  .event_box a {
    clear: both;
    width: 100%;
    height: 110px;
    margin-top: 0;
    font-size: 12px;
  }
  .event_box .img_box {
    float: left;
    width: 100px;
    height: 100px;
  }
  .event_box p {
    position: static;
    float: left;
    width: 82%;
    margin-left: -47px;
    padding-left: 60px;
    padding-bottom: 10px;
  }
  .event_box .ev2 p, .event_box .ev4 p {
    margin-left: 0;
    margin-right: -50px;
    padding: 10px 50px 10px 10px;
  }
  .event_box .ev3 {
    font-size: 11px;
    line-height: 1.2em;
  }
  .event_box .ev3 strong {
    display: block;
    margin-top: 10px;
    font-size: 15px;
  }
  .recruit_box .info_box .summary {
    width: 100%;
  }
  .recruit_box .info_box dt {
    width: 29%;
    padding: 0 20px 0 0;
  }
  .recruit_box .info_box dd {
    width: 70%;
    padding: 22px 0 0 10px;
  }
  .recruit_box .info_box .btn_link {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  .contact_box fieldset .l_col {
    width: 30%;
    padding: 28px 0 25px 35px;
    background-size: 31px 24px !important;
    font-size: 11px;
  }
  .contact_box fieldset .r_col {
    width: 70%;
  }
  .contact_box fieldset .r_col input, .contact_box fieldset .r_col textarea {
    width: 100%;
  }
  .contact_box .btn_confirm {
    width: 100%;
    font-size: 15px;
  }
  .artist_contet {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }
  .artist_contet .title_catch {
    text-align: center;
  }
  .artist_contet .title_catch .pl {
    font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .artist_contet .catch {
    margin-bottom: 20px;
    font-size: 13px;
    font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
  .artist_contet .news-box {
    position: static;
    width: 95%;
    margin: 0 auto 40px;
    box-shadow: none;
  }
  .artist_contet .news-box .title-news {
    font-size: 18px;
  }
  .artist_contet p {
    margin-bottom: 30px;
    text-align: center;
  }
  .artist_contet .map {
    display: none;
  }
  .artist_contet .frame {
    position: static;
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: 100% 100% !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    vertical-align: top;
  }
  .artist_contet .frame span {
    width: 114px;
    height: 114px;
    margin: 22px 0 0 16px;
  }
  .artist_contet .wakimura {
    background-size: 95% 95% !important;
    background-position: 4px 7px;
  }
  .artist_contet .miku {
    display: none;
  }
  .artist_contet .ericka {
    display: none;
  }
  .artist_contet .writer {
    width: 120px;
    height: 120px;
    margin-top: 18px;
    padding: 40px 10px 0;
    font-size: 14px;
    line-height: 1.4em;
  }
  .artist_contet #banner_area {
    position: static;
    width: 100%;
  }
  .artist_contet #banner_area li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .artist_contet br {
    display: none;
  }
  #content.article_single {
    padding-top: 0;
    margin-left: 0;
  }
  #content.article_single .artist-localnav {
    top: 20px;
    min-width: 100%;
    height: auto;
    padding: 5px 0;
    background: #fff;
  }
  #content.article_single .artist-localnav li a {
    padding: 0 10px;
    margin-top: 3px;
    font-size: 13px;
    line-height: 1em;
  }
  #content.article_single .artist-key img {
    width: 100%;
  }
  #content.article_single .artist_news_box {
    width: 95%;
    margin: -100px auto 100px;
  }
  #content.article_single .single_content {
    width: 100%;
    margin: 60px auto 40px;
    padding: 15px 25px;
  }
  #content.article_single .single_content .h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #content.article_single #profile .profile_box dl {
    margin: 10px 0;
  }
  #content.article_single #profile .profile_box dt {
    width: 40%;
    padding: 0 1em 0 0;
  }
  #content.article_single #profile .profile_box dd {
    width: 60%;
  }
  #content.article_single #tw {
    width: 100%;
    margin: auto;
  }
  #content.article_single #ameblo {
    width: 100%;
    margin: auto;
  }
  #content.article_single #ameblo h2 {
    margin-top: 40px;
  }
  #content.article_single #sc ul {
    text-align: center;
  }
  #content.article_single #disco .disco-box {
    display: block;
  }
  #content.article_single #disco .disco-box .dbc {
    display: block;
    width: 70%;
    margin: 0 auto 1em;
    text-align: center;
  }
  #content.article_single #disco .disco-box>ul {
    display: block;
    padding: 0;
  }
  #content.article_single #bio .tab {
    margin-bottom: 20px;
  }
  #content.article_single #bio .year-box dd .movie {
    width: 100%;
    display: block;
  }
  #content.article_single #bio .year-box dd .movie+.detail {
    width: 100%;
    display: block;
  }
  #content.ericka-hitomi-page .artist_news_box {
    margin-top: -20px;
  }
  #content.m39ch-page .artist_news_box {
    margin-top: -20px;
  }
  .sta-hi-shop-box .shops li a {
    width: 55px;
    font-size: 10px;
  }
  .sta-hi .section_box .h2 {
    font-size: 20px;
    font-weight: bold;
    color: #e81f78;
  }
  .post-type-archive .title-post {
    padding: 2px 20px;
    font-size: 16px;
  }
  .post-type-archive .title-post i {
    margin-right: 3px;
  }
  .post-type-archive .title-post span {
    padding-top: 6px;
  }
  .post-type-archive .thumbnail {
    width: 35%;
  }
  .post-type-archive .summary {
    width: 63%;
    padding-left: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
  }
  .post-type-archive .table_layout dt {
    width: 29%;
    padding: 20px 20px 0 0;
    line-height: 1.4em;
  }
  .post-type-archive .table_layout dd {
    width: 68%;
    padding: 22px 0 0 10px;
  }
  .single_box .section_box iframe, .single_box img {
    width: 100%;
  }
  .article_single .single_content #schedule .schedule-box dt {
    width: 50%;
    padding: 5px 15px 0;
    display: none;
  }
}

.stal .cd_content {
  white-space: pre-wrap;
  font-size: 13px;
}

.stal .cd_content h2 {
  padding-bottom: 4px;
  border-bottom: 3px solid #009fe8;
  font-size: 15px;
  font-weight: bold;
  color: #009fe8;
}

.stal .cd_content h3 {
  font-size: 14px;
  font-weight: bold;
  color: #009fe8;
}

.stal .songs-list {
  background: #009fe8;
  padding: 20px;
  color: #fff;
}

.stal .songs-list li a {
  font-size: 14px;
  color: #fff;
}

.stal .songs-list li a i {
  position: relative;
  width: 50px;
  font-size: 25px;
  font-weight: bold;
  color: #009fe8;
}

.stal .songs-list li a i:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

.stal .songs-list li a .from {
  margin: 0 1em;
  font-size: 11px;
}

.stal .songs-list li a:hover {
  text-decoration: underline;
  opacity: 0.6;
}
