@import url(https://fonts.googleapis.com/css?family=Signika:700,300,600);


/*トップページ文字アニメ部分PCの場合*/
/*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb { display:inline!important; }
}
/*プリローダー設定*/
#loader {
opacity: 1;
position: fixed;
z-index: 100000;
width: 100%;
height: 100%;
background: rgba(103,  255,  207, 0.56);
top: 0;
left: 0;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*プリローダー設定ここまで*/

/*ここから吹き出し1*/
.cp_tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	/*background: linear-gradient(transparent 60%, #f19ec2 60%);*/
}
.cp_tooltip .cp_tooltiptext {
	position: absolute;/*吹き出し部分*/
  top: 100%;
	left: 50%;
	z-index: 1;
	bottom: 100%;
	left: -30px;
	visibility: hidden;
  height: 40px;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
}
.cp_tooltip .cp_tooltiptext::after {
	position: absolute;/*▽部分*/
	top: 100%;
	left: 50%;
	margin: -53px 0px 0px -5px;
	content: ' ';
	border: 8px solid transparent;
	border-top-color: #da3c41;
  transform: rotate(180deg);
}
.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 0.9;
  margin: 4px 0px 0px -18px;/*全体の位置調整*/
}
/*吹き出し1ここまで*/

/*ここから吹き出し2*/
.cp_tooltip2 {
	position: relative;
	display: inline-block;
	cursor: pointer;
	/*background: linear-gradient(transparent 60%, #f19ec2 60%);*/
}
.cp_tooltip2 .cp_tooltiptext2 {
	position: absolute;
	z-index: 1;
	bottom: 70%;
	left: 103%;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
}
.cp_tooltip2 .cp_tooltiptext2::after {
	position: absolute;
	transform: rotateZ(170deg);
	top: 60%;
	left: -8%;
	margin-left: 0px;
	content: ' ';
	border: 10px solid transparent;
	border-top-color: #da3c41;
}
.cp_tooltip2:hover .cp_tooltiptext2 {
	visibility: visible;
	opacity: 0.9;
}
/*吹き出し2ここまで*/


/*h11-ロゴアニメーション設定*/
h11 {
 font-size:5em;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font:bold 7.5vw/1.6 'Signika', sans-serif;
 user-select:none;
 text-shadow: 0 -1px rgba(0, 0, 0, 0.3),0 -2px rgba(0, 0, 0, 0.3), 5px 5px 10px rgba(0,0,0,0.15);


     /*   1px 1px #333,
        1px -1px #333,
        -1px 1px #333,
        -1px -1px #333;

         0 -1px #fff,0 -2px #fff, 0 8px 15px rgba(0,0,0,0.7);
         */
}

h11 span2 { display:inline-block; animation:float .2s ease-in-out infinite; }
 @keyframes float {
  0%,100%{ transform:none; }
/*  33%{ transform:translateY(-1px) rotate(-2deg); }プルプル不使用
  66%{ transform:translateY(1px) rotate(2deg); }*/
}
body:hover span2 { animation:bounce 1.4s; }/*元は.6*/
@keyframes bounce {
  0%,100%{ transform:translate(0); }
  25%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }
  50%{ transform:translateY(-20px) rotate(3deg) scale(1.1);  }
}



/*
span2:nth-child(4n) { color:hsl(50, 75%, 55%); text-shadow:1px 1px hsl(50, 75%, 45%), 2px 2px hsl(50, 45%, 45%), 3px 3px hsl(50, 45%, 45%), 4px 4px hsl(50, 75%, 45%); }
span2:nth-child(4n-1) { color:hsl(135, 35%, 55%); text-shadow:1px 1px hsl(135, 35%, 45%), 2px 2px hsl(135, 35%, 45%), 3px 3px hsl(135, 35%, 45%), 4px 4px hsl(135, 35%, 45%); }
span2:nth-child(4n-2) { color:hsl(155, 35%, 60%); text-shadow:1px 1px hsl(155, 25%, 50%), 2px 2px hsl(155, 25%, 50%), 3px 3px hsl(155, 25%, 50%), 4px 4px hsl(140, 25%, 50%); }
span2:nth-child(4n-3) { color:hsl(30, 65%, 60%); text-shadow:1px 1px hsl(30, 45%, 50%), 2px 2px hsl(30, 45%, 50%), 3px 3px hsl(30, 45%, 50%), 4px 4px hsl(30, 45%, 50%); }
*/

/*オリジナル
span2:nth-child(4n) { color:hsl(50, 75%, 55%); text-shadow:1px 1px hsl(50, 75%, 45%), 2px 2px hsl(50, 45%, 45%), 3px 3px hsl(50, 45%, 45%), 4px 4px hsl(50, 75%, 45%); }
span2:nth-child(4n-1) { color:hsl(135, 35%, 55%); text-shadow:1px 1px hsl(135, 35%, 45%), 2px 2px hsl(135, 35%, 45%), 3px 3px hsl(135, 35%, 45%), 4px 4px hsl(135, 35%, 45%); }
span2:nth-child(4n-2) { color:hsl(155, 35%, 60%); text-shadow:1px 1px hsl(155, 25%, 50%), 2px 2px hsl(155, 25%, 50%), 3px 3px hsl(155, 25%, 50%), 4px 4px hsl(140, 25%, 50%); }
span2:nth-child(4n-3) { color:hsl(30, 65%, 60%); text-shadow:1px 1px hsl(30, 45%, 50%), 2px 2px hsl(30, 45%, 50%), 3px 3px hsl(30, 45%, 50%), 4px 4px hsl(30, 45%, 50%); }
*/

h11 span2:nth-child(2){ animation-delay:.05s; }
h11 span2:nth-child(3){ animation-delay:.1s; }
h11 span2:nth-child(4){ animation-delay:.15s; }
h11 span2:nth-child(5){ animation-delay:.2s; }
h11 span2:nth-child(6){ animation-delay:.25s; }
h11 span2:nth-child(7){ animation-delay:.3s; }
h11 span2:nth-child(8){ animation-delay:.35s; }
h11 span2:nth-child(9){ animation-delay:.4s; }
h11 span2:nth-child(10){ animation-delay:.45s; }
h11 span2:nth-child(11){ animation-delay:.5s; }
h11 span2:nth-child(12){ animation-delay:.55s; }
h11 span2:nth-child(13){ animation-delay:.6s; }
h11 span2:nth-child(14){ animation-delay:.65s; }

/*オリジナル
h11 span2:nth-child(2){ animation-delay:.05s; }
h11 span2:nth-child(3){ animation-delay:.1s; }
h11 span2:nth-child(4){ animation-delay:.15s; }
h11 span2:nth-child(5){ animation-delay:.2s; }
h11 span2:nth-child(6){ animation-delay:.25s; }
h11 span2:nth-child(7){ animation-delay:.3s; }
h11 span2:nth-child(8){ animation-delay:.35s; }
h11 span2:nth-child(9){ animation-delay:.4s; }
h11 span2:nth-child(10){ animation-delay:.45s; }
h11 span2:nth-child(11){ animation-delay:.5s; }
h11 span2:nth-child(12){ animation-delay:.55s; }
h11 span2:nth-child(13){ animation-delay:.6s; }
h11 span2:nth-child(14){ animation-delay:.65s; }
*/
/*h11-ロゴアニメーション設定ここまで*/

/*div箱バックデラデかぶせ+アニメ-現在不使用*/
.img{
  width: 600px;
  height: 400px;
  /*background: url(http://xxx.jpg) no-repeat;*/
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.gradation{
  width: 600px;
  height: 400px;
  background: linear-gradient(45deg, rgba(108,184,255,08), rgba(255,246,108,.8), rgba(255,163,108,.8));
  background-size: 600% 600%;
  animation: AnimationName 10s ease infinite;
  position: absolute;
  z-index: 2;
}

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/*div箱バックデラデかぶせ+アニメここまで*/

@charset "UTF-8";

/*--------------------------
     RSSフィードの見た目設定
--------------------------*/
/*<h3>*/
.ttl_3{margin: 1em 0 1em 0.5em;
    border: 1px solid #d3f4f4;
    display: inline-block;
    padding: 0.5em 1em;
    background: #d3f4f4;
    position: relative;
color: #565656;}

/*<section>*/
.rss {
    margin: 1em auto;
    display: block;
    padding: 1em;
    width: 90%;
}

/*<ul>*/
#newkiji {
	margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5em;
}

/*リスト表示*/
#newkiji li {
    text-align: left;
    color: #555;

}

/*リンクテキストの表示*/
#newkiji li a {
    text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #ddd;
	    color: #555;
	font-weight: bold;
	padding: 1em 0.3em;
}
