/* Generated by less 2.5.1 */
@charset "utf-8";
/* event Template v4.0 2016.11.30 uchida */
/*
  フォント設定は「1.0rem=10px」（html、bodyのfont-size設定を動かさない）
  大枠以外classにスタイル設定する。JSに使うclassは「js-**」としている
  タブレットサイズを〜@siteW、スマホサイズを〜768pxとする
*/

/* basic */
html {
  font-size: 62.5%;
  /*10px*/
}
body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
  text-align: center;
  line-height: 1.8;
  word-break: break-all;
  font-size: 1.5em;
  color: #333333;
}
body a {
/*  transition: 0.2s;*/
  color: #333333;
}
body a:hover {
  color: #dd007f;
/*  opacity: 0.8;*/
}
body div p.attentionTxt,
body div li.attentionTxt {
  color: #ff0000;
}
ul,
li,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
}
h1,
h2,
h3 {
  letter-spacing: 0.15em;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
figure {
  margin: 0;
}
table {
  width: 100%;
}
dl,
dt,
dd {
  margin: 0;
}
p {
  margin: 0;
}
/* common class */
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/*Construction*/
header img {
  box-shadow: none;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position:relative;
  /*ふわっと表示させる*/
    animation: fadeIn 1.0s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.0s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#container {
  min-height:1200px;
  margin: 0 auto;
  background:url('../img/back.png') no-repeat top center;
  background-size:cover;
}

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
.item-text {
  margin: 0;
  font-size: 1.4rem;
  color: #333333;
}
footer {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
footer .foonter-inner {
  width: 100%;
  margin: 0 auto;
}
footer .copyright {
  clear: both;
  color: #ffffff;
  padding: 1em 0 2em 0;
}
footer .copyright a,
footer .copyright .attention {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.main-contents {
  margin: 0 auto 3em;
}

/* メインヴィジュアルブロック */

.mainImg img {
  box-shadow: none;
}

.mainImg img.title_a {
	margin-right:10px;
  /* 1秒かけてアニメーションする */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /* 4秒待ってからアニメーションする */
  -webkit-animation-delay: 2s;
  animation-delay:2s;
  /* 5回繰り返す */
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;

}

.main-container {
  margin: 0 auto 2.5em;
	font-size: 0;
}
.main-container .titleMainImg {
  text-align: center;
  margin: 0 auto;
}

/*ゆらゆらアニメーション用キーフレーム*/
@keyframes horizontal {
    0% { transform:translateX( -7px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-7px); }
  100% { transform:translateY(  0px); }
}


/* PC & Tablet*/
@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .pc {
    display: block;
  }
  .spBr {
    display: none;
  }

  .block-section {
    width: 90%;
  }
.main-container ul{
	height:500px;
}

.main-container li{
	display:inline-table;
	position:relative;
}

.main-container li a{
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}

.main-container li a img{
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.main-container li a img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*Twitterフォロワー1,000人突破記念　待ち受け画像*/
#tw_1000{
	margin-bottom:50px;
}

/*チュウキョ～くん始まりの物語*/
#story_1007{
	margin-bottom:50px;
}

#story_1007 a img{
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}


#story_1007 a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

/*LINEスタンプバナー*/
#other{
	padding-top:360px;
}
#other a {
  transition: 0.2s;
}
#other a:hover {
  opacity: 0.8;
}
#other a img{
	margin: 0 auto;
}

  /* Page Top =================================== */
  .page-topLink {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 80%;
    border: 4px solid #93c526;
    color: #93c526;
    width: 20px;
    padding: 13px 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    behavior: url(PIE.htc);
  }
  .page-topLink a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #93c526;
    text-decoration: none;
  }
  .page-topLink:hover {
    background-color: #ffffff;
  }
  footer {
/*
	margin-top:500px;
*/
    background: #93c526;
    padding:0 0 3em;
  }
  footer .copyright {
    clear: both;
    color: #ffffff;
    margin: 0 auto;
    padding: 0;
  }
}
/*PC*/
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pcBr {
    display: block;
  }
  .tabBr {
    display: none;
  }
  .main-contents {
    width: 960px;
  }

.mainImg {
  width: 90%;
  padding-top:40px;
  margin-bottom:40px;
}

/*アニメーション設定*/
.main-container li:nth-child(1) { animation: horizontal 1s ease-in-out infinite alternate;animation-duration: 1.1s}/*プロフィール*/
.main-container li:nth-child(2) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 1.3s}/*動画*/
.main-container li:nth-child(3) { animation: horizontal 1s ease-in-out infinite alternate;animation-duration: 1.7s}/*チュウキョ～くんランド*/
.main-container li:nth-child(4) { animation: horizontal 1s ease-in-out infinite alternate;animation-duration: 1.5s}/*お約束キャラバン隊*/
.main-container li:nth-child(6) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 2.1s}/*まんなかチュウキョ～*/
.main-container li:nth-child(5) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 1.9s}/*ばっちリズム*/

/*各ボタンリンク位置*/
.main-container li#profile{top:70px;left:260px;}/*プロフィール*/
.main-container li#movie{top:80px;right:280px;}/*動画*/
.main-container li#land{bottom:60px;right:280px;}/*チュウキョ～くんランド*/
.main-container li#caraban{bottom:40px;right:160px;}/*お約束キャラバン隊*/
.main-container li#mannaka{top:80px;right:140px;}/*まんなかチュウキョ～*/
.main-container li#rhythm{left:20px;}/*ばっちリズム*/

}
/*Tablet*/
@media screen and (max-width: 960px) {
  /* タブレット表示 */
/*
  .ctvTab .pc > div:first-of-type {
    width: 98% !important;
    margin: 0 auto;
  }
  .ctvTab .pc > div:first-of-type > div > div:first-child {
    width: 20% !important;
  }
  .ctvTab .pc > div:first-of-type > div > div:last-child {
    width: 80% !important;
  }
  .ctvTab .pc > div:first-of-type > div > div:last-child iframe {
    width: 100% !important;
  }
  .ctvTab .pc > div:first-of-type > div > div:last-child iframe img {
    width: 100% !important;
  }
  .ctvTab ul {
    height: 30px;
  }
  .ctvTab ul li {
    width: 10% !important;
  }
  .ctvTab ul li a {
    width: 100% !important;
    height: 100% !important;
  }
  .ctvTab ul li a img {
    width: 100%;
    max-width: none;
  }
*/
  .tabBr {
    display: block;
  }

  .main-contents {
    width: 96%;
  }

  #container{
	  min-height: 600px;
	  position: relative;
	  margin: 0 auto;
	  background: #def7ff url('../img/back_sp.png') no-repeat bottom center;
	  background-size:140%;
  }

.mainImg {
  width: 90%;
  padding-top:40px;
  margin-bottom:40px;
}

.mainImg img.title_a{
	width:20%;
}

.main-container li a img{
	width:80%;
	vertical-align:middle;
}

/*アニメーション設定*/
.main-container li:nth-child(1) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 1.1s}/*プロフィール*/
.main-container li:nth-child(2) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 1.3s}/*動画*/
.main-container li:nth-child(3) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 1.7s}/*チュウキョ～くんランド*/
.main-container li:nth-child(4) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 1.5s}/*お約束キャラバン隊*/
.main-container li:nth-child(6) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 2.1s}/*まんなかチュウキョ～*/
.main-container li:nth-child(5) { animation: vertical 1s ease-in-out infinite alternate;animation-duration: 1.9s}/*ばっちリズム*/



/*各ボタンリンク位置*/




}
/*SP*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
  #container{
	  min-height: 600px;
	  position: relative;
	  margin: 0 auto;
	  background: #def7ff url('../img/back_sp.png') no-repeat bottom center;
	  background-size:140%;
  }
.main-contents {
	margin: 0 auto 1em;
}
/* メインヴィジュアルブロック */
.mainImg {
  padding-top: 20px;
  margin-bottom: 0px;
	width:96%;
}
.mainImg img{
	width:50%;
}

.mainImg img.title_a{
	width:20%;
}

/*Twitterフォロワー1,000人突破記念　待ち受け画像*/
#tw_1000{
	margin-top:20px;
}

/*チュウキョ～くん始まりの物語*/
#story_1007{
	margin-top:20px;
}

.main-container{
	width:96%;
	overflow: hidden;
}
.main-container ul{
	margin-top: 30px;
}

.main-container li{
	float:left;
	width:50%;
}
.main-container li a img{
	width:80%;
}
.main-container li#movie a img{
	width: 50%;
}

#other a img{
	margin: 150px auto 0;
}

  .page-topLink {
    display: none !important;
  }
  footer .footer-inner > div {
    margin: 0 auto !important;
  }
}
