@charset "utf-8";

/* -------------------------------------------------------------------------- 
  パーツ
  ------------------------------------------------------------------------ */
/* ------- ベースフォントサイズ ------- */
/********* pc *********/
@media print, screen and (min-width: 568px) {
body { font-size: 16px; }
}
/********* mb *********/
@media only screen and (max-width: 567px) {
body { font-size: 12px; }
}

/* ------- 端末別表示・非表示 ------- */
/********* pc *********/
@media print, screen and (min-width: 568px) {
.mbOnly { display:none !important; }
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.pcOnly { display:none !important; }
}

/* ------- マウスオンで半透明 ------- */
a.ov:hover,
.hover:hover {
 -webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out;
  opacity: 0.7;  
  filter: alpha(opacity=70);
  text-decoration: none;
  }
/********* mb *********/
@media only screen and (max-width: 567px) {
a.ov:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  }
}

/* ------- テキストリンク＞ ------- */
a.arrow {
  display: inline-block;
 position: relative;
  padding-left:13px;
  font-size: 0.875em;
}

a.arrow:before  {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 0px;
 width: 6px;
 height: 6px;
  margin-top: -0.3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #ff9c00;
  border-right: solid 2px #ff9c00;
}

/* ------- ページTOPボタン ------- */
.btnPagetop {
 width: 42px;
 position: fixed;
 right: 20px;
 bottom: 20px;
 z-index: 1000;
 }

.btnPagetop img { width: 100%; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }

/* 上付き文字 */
.up_section {
vertical-align: super;
font-size: 50%
}

/* スマホ横改行 */
/********* pc *********/
@media print, screen and (min-width: 700px) {
.br_smy {
  display: none;
}
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.br_smy {
  display: none;
}
}

/* PC・スマホ */
.sp-only {
  display: none; }
@media only screen and (max-width: 567px) {
.pc-only {
  display: none; }
.sp-only {
  display: block; } }

/* PC・スマホ改行 */
.sp-br {
  display: none; }
@media only screen and (max-width: 567px) {
.pc-br {
  display: none; }
.sp-br {
  display: block; } }

/* SVG */
.icon {
	display: inline;
	width: auto !important;
}

/* -------------------------------------------------------------------------- 
  ヘッダー 
  ------------------------------------------------------------------------ */
.headerArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
 }

.header {
  width: 100%;
  position: relative;
 }
.header h1 { 
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
}
.header .btn-hospital { 
  position: absolute;
  top: 20px;
  right: 16px;
  max-width: 301px;
}
.header img { 
  width: 100%;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.header h1 { 
  width: 40%;
}
.header .btn-hospital { 
  display: none;
}
}


/* -------------------------------------------------------------------------- 
  スマホメニュー 
  ------------------------------------------------------------------------ */
/* スマホメニュー */
.menu-btn,
.menu {
  display: none;
}
@media only screen and (max-width: 567px) {
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2000;
  display: block;
}
.menu-btn span {
  color: #000;
}
.menu-btn span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/btn_sm_open.png") ;
  background-size: cover;
}
.open .menu-btn span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/btn_sm_close.png") ;
  background-size: cover;
}
.menu {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.menu .menuarea {
  display: table-cell;
  vertical-align: middle;
}
.menu .btn-hospital-sp {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}
.menu .menu-ttl {
  width: 80%;
  margin: 0 auto 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.menu .menu-ttl span {
  font-size: 12px;
}
.menu ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.menu li {
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.menu li a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.menu li span {
  display: block;
  font-size: 18px;
  color: #aaa;
  text-decoration: none;
}
.menu li a:hover {
  color: #999;
}
.open .menu {
  cursor: url(../images/cross.png),auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
}
@media only screen and (max-width: 768px) {
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2000;
  display: block;
}
}

/* -------------------------------------------------------------------------- 
  フッター
  ------------------------------------------------------------------------ */
.footer {
  width: 100%;
  background-color: #000;
  padding: 50px 0 30px;
  text-align: center;
}
.footer .logo {
  width: 175px;
  margin: 0 auto;
}
.footer .copyright {
  margin: 70px 0 0;
  color: #fff;
  font-size: 12px;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.footer {
  width: 100%;
  background-color: #000;
  padding: 30px 0 30px;
  text-align: center;
}
.footer .logo {
  width: 30%;
  margin: 0 auto;
}
.footer .logo img {
  width: 100%;
}
.footer .copyright {
  margin: 20px 0 0;
}
}

/* -------------------------------------------------------------------------- 
  トップイメージ
  ------------------------------------------------------------------------ */

.topimages {
  position:relative;
  background-color: #FFF;
}
.topimages ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.topimages ul li img.slide-text {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
  max-width: 800px;
  width: 100%;
}
.topimages ul li p {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.topimages ul li span img.slide-img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------- 
  トップ コンテンツ
  ------------------------------------------------------------------------ */
/* concept */
.sec-concept {
  width: 100%;
  position: relative;
  padding: 50px 0 100px;
  background-color: #fff;
  z-index: 1;
}
.sec-concept .img-concept {
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 600px;
  width: 50%;
  display: block;
  transition: all 4s ease;
  opacity: 0;
  margin-top: 50px;
}
.play .img-concept {
  margin-top: 0;
  opacity: 1;
}
.sec-concept .img-concept img {
  width: 100%;
}
.sec-concept .sec {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  height: 475px;
  text-align: left;
}
.sec-concept .sec .sec-txt {
  width: 50%;
  font-size: 14px;
  padding: 70px 20px 0 0;
  box-sizing: border-box;
}
.sec-concept .sec .sec-txt h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sec-concept .sec .sec-txt h2 span {
  font-size: 18px;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.sec-concept {
  padding: 30px 0 80px;
}
.sec-concept .img-concept {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
}
.play .img-concept {
  margin: 0 auto 0;
  opacity: 1;
}
.sec-concept .sec {
  margin: 0 auto;
  width: 90%;
  height: auto;
}
.sec-concept .sec .sec-txt {
  width: 100%;
  padding: 0;
}
.sec-concept .sec .sec-txt h2 {
  margin-bottom: 30px;
}
}


/* artist */
.sec-artist {
  width: 100%;
  background-image: url("../../images/bk-artist.png");
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-y;
  position: relative;
  padding: 130px 0 130px;
}
.sec-artist h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sec-artist h2 span {
  font-size: 18px;
}
.sec-artist ul.list {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.sec-artist .list li {
  float: left;
  width: 23.5%;
  margin: 0 2% 20px 0;
  opacity: 0;
  padding-top: 50px;
}
.sec-artist .list li:nth-child(4),
.sec-artist .list li:nth-child(8) {
  margin-right: 0;
}
.sec-artist .list li .imgarea {
  z-index: 1;
}
.sec-artist .list li .imgarea,
.sec-artist .list li .imgarea img {
  width: 100%;
}
.sec-artist .list li .txtarea {
  width: 85.1%;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  color: #000;
  margin-top: -30px;
  z-index: 100;
  display: block;
  position: relative;
}
.sec-artist .list li .txtarea h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}
.sec-artist .list li .txtarea h3 span {
  font-size: 14px;
}
.sec-artist .list li .txtarea p {
  margin-top: 5px;
  line-height: 1.4;
}
.sec-artist .list li:nth-child(1) { transition: all 1s ease; }
.sec-artist .list li:nth-child(2) { transition: all 2s ease; }
.sec-artist .list li:nth-child(3) { transition: all 3s ease; }
.sec-artist .list li:nth-child(4) { transition: all 4s ease; }
.sec-artist .list li:nth-child(5) { transition: all 5s ease; }
.sec-artist .list li:nth-child(6) { transition: all 6s ease; }
.sec-artist .list li:nth-child(7) { transition: all 7s ease; }
.sec-artist .list li:nth-child(8) { transition: all 8s ease; }
.sec-artist .list li:nth-child(9) { transition: all 9s ease; }
.sec-artist .list li:nth-child(10) { transition: all 10s ease; }
.sec-artist .list li:nth-child(11) { transition: all 11s ease; }
.play.sec-artist .list li {
  padding-top: 0;
  opacity: 1;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.sec-artist {
  padding: 70px 0 80px;
}
.sec-artist h2 {
  margin-bottom: 30px;
  line-height: 1.4;
}
.sec-artist ul.list {
  max-width: 90%;
  margin: 0 auto;
}
.sec-artist .list li {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.sec-artist .list .list li:nth-child(4),
.sec-artist .list li:nth-child(8) {
  margin-right: 0;
}
.sec-artist .list li .imgarea {
  z-index: 1;
}
.sec-artist .list li .imgarea,
.sec-artist .list li .imgarea img {
  width: 100%;
}
.sec-artist .list li .txtarea {
  width: 85%;
  text-align: left;
  margin: -15px 0 0;
}
.sec-artist .list li:nth-child(1) { transition: all 1s ease; }
.sec-artist .list li:nth-child(2) { transition: all 1.5s ease; }
.sec-artist .list li:nth-child(3) { transition: all 2s ease; }
.sec-artist .list li:nth-child(4) { transition: all 2.5s ease; }
.sec-artist .list li:nth-child(5) { transition: all 3s ease; }
.sec-artist .list li:nth-child(6) { transition: all 3.5s ease; }
.sec-artist .list li:nth-child(7) { transition: all 4s ease; }
.sec-artist .list li:nth-child(8) { transition: all 4.5s ease; }
.sec-artist .list li:nth-child(9) { transition: all 5s ease; }
.sec-artist .list li:nth-child(10) { transition: all 5.5s ease; }
.sec-artist .list li:nth-child(11) { transition: all 6s ease; }
}

/* -------------------------------------------------------------------------- 
  下層イメージ
  ------------------------------------------------------------------------ */

.secondimages {
  position:relative;
  background-color: #FFF;
  width: 100%;
  height: 220px;
}
.secondimages img {
  width: 100%;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.secondimages {
  position:relative;
  background-color: #FFF;
  width: 100%;
  height: auto;
}
.secondimages img {
  width: 100%;
}
}

/* artist下層 */
.sec-detail {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 110px;
}
.sec-detail .sec-img {
  float: left;
  width: 24%;
}
.sec-detail .sec-img img {
  width: 100%;
  border: 10px #fff solid;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
}
.sec-detail .sec-txt {
  float: right;
  width: 70%;
  font-size: 14px;
  line-height: 1.8;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sec-detail .sec-txt-cnt {
  width: 70%;
  font-size: 14px;
  line-height: 1.8;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 auto;
}
.sec-detail .sec-txt h3,
.sec-detail .sec-txt-cnt h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.sec-detail {
  margin: 0 auto 60px;
}
.sec-detail .sec-img {
  float: none;
  width: 80%;
  margin: 0 auto 40px;
}
.sec-detail .sec-img img {
  width: 100%;
  border: 5px #fff solid;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
}
.sec-detail .sec-txt,
.sec-detail sec-txt-cnt {
  float: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sec-detail .sec-txt h3,
.sec-detail sec-txt-cnt h3 {
  font-size: 16px;
}
}

.sec-history {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 160px;
}
.sec-history .grad-wrap {
  position: relative;
}
.sec-history .grad-trigger {
  /*ボタンのスタイルはご自由にどうぞ*/
}
.sec-history .grad-trigger::after {
  content: "";
  background:url(../images/btn-accordion01.png) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 150px;
  height: 50px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-size: 150px 50px;
  z-index: 1;
}
.sec-history .grad-item {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
  padding-bottom: 30px;
}
.sec-history .grad-item.is-hide {
  height: 140px; /*隠した後の高さ*/
}
.sec-history .grad-trigger.is-show::after {
  content: "";
  background:url(../images/btn-accordion02.png) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 150px;
  height: 50px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-size: 150px 50px;
  z-index: 1;
}
.sec-history .grad-trigger.is-show + .sec-history .grad-item::before {
  display: none;
}
.sec-history .grad-item section h3 {
	font-weight: normal;
	margin-top: 20px;
}
.sec-history .grad-item section:nth-of-type(1) h3 {
	margin-top: 0;
}
.sec-history .grad-item dl.disc dt {
	margin-top: 10px;
}
.sec-history .grad-item dl.disc dt::before {
	content: '・';
}
.sec-history .grad-item dl.disc dd {
	padding-left: 1em;
}
.sec-history .grad-item ul li dl.history {
	overflow: hidden;
}
.sec-history .grad-item ul.history li dl dt {
	float: left;
}
.sec-history .grad-item ul.history li dl dd {
	padding-left: 5em;
}

/********* mb *********/
@media only screen and (max-width: 567px) {
.sec-history {
  margin: 0 auto 100px;
}
.sec-history .grad-trigger::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 100px;
  height: 33px;
  background-size: cover;
}
.sec-history .grad-item {
  padding-bottom: 30px;
}
.sec-history .grad-item.is-hide {
  height: 140px; 
}
.sec-history .grad-trigger.is-show::after {
  position: absolute;
  bottom: -33px;
  left: 50%;
  width: 100px;
  height: 33px;
  background-size: cover;
}
.sec-history .grad-item ul.history li dl dt {
	float: left;
}
.sec-history .grad-item ul.history li dl dd {
	padding-left: 5em;
}
}

.sec-artist ul.worklist {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 110px;
}
.sec-artist .worklist li {
  float: left;
  width: 32%;
  margin: 0 2% 20px 0;
}
.sec-artist .worklist li:nth-child(3),
.sec-artist .worklist li:nth-child(6),
.sec-artist .worklist li:nth-child(9),
.sec-artist .worklist li:nth-child(12) {
  margin-right: 0;
}
.sec-artist .worklist li .imgarea {
  z-index: 1;
}
.sec-artist .worklist li .imgarea,
.sec-artist .worklist li .imgarea img {
  width: 100%;
}
.sec-artist .worklist li .txtarea {
  width: 85.1%;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  color: #000;
  margin-top: -30px;
  z-index: 100;
  display: block;
  position: relative;
}
.sec-artist .worklist li .txtarea h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}
.sec-artist .worklist li .txtarea h3 span {
  font-size: 14px;
}
.sec-artist .worklist li .txtarea p {
  margin-top: 5px;
  line-height: 1.4;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.sec-artist ul.worklist {
  margin: 0 auto 60px;
}
.sec-artist .worklist li {
  width: 100%;
  margin: 0 2% 20px 0;
}
.sec-artist .worklist li:nth-child(3),
.sec-artist .worklist li:nth-child(6),
.sec-artist .worklist li:nth-child(9) {
  margin: 0 2% 20px 0;
}
.sec-artist .worklist li:nth-child(2),
.sec-artist .worklist li:nth-child(4),
.sec-artist .worklist li:nth-child(6),
.sec-artist .worklist li:nth-child(8),
.sec-artist .worklist li:nth-child(10),
.sec-artist .worklist li:nth-child(12) {
  margin-right: 0;
}
}

.sec-artist .list.second li {
  opacity: 1;
  padding-top: 0;
}
.sec-artist .list.second li:nth-child(1) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(2) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(3) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(4) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(5) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(6) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(7) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(8) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(9) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(10) { transition: all 0s ease; }
.sec-artist .list.second li:nth-child(11) { transition: all 0s ease; }
.play.sec-artist .list li {
  padding-top: 0;
  opacity: 1;
}

/* pagetop */
.btn_pagetop {
  width: 8%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform:translateX(--50%);
}
.btn_pagetop  img {
  width: 100%;
}
/********* mb *********/
@media only screen and (max-width: 567px) {
.btn_pagetop {
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform:translateX(--50%);
}
}


#lineup-font-size-sampler {
  display: none;
}



