@charset "utf-8";
/*レイアウトのためのcss*/
body {
  background: #fff;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  color: #555;
  font-size: 1rem; /* 文書のルート要素つまりhtml要素のfont-sizeを基準にする*/
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word; /*nternet Explorerが独自に採用したもので、 表示範囲内に収まりきらない単語がある場合に、単語の途中で改行するかどうかを指定するに使用*/
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.appear {
  background: /*#f8f9fa*/transparent;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #555;
  text-decoration: none;
  outline: none;
}

/*img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}*/

* {
  box-sizing: border-box;
}
/* font-family */
h1, #g-nav-list li:nth-child(1), #menu h2, #blog h2, #footer dl dd, #splash-logo {
  font-family: 'Homemade Apple', cursive;
}
/* gnavi */
#g-nav-list li:nth-of-type(1) a {
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 20px 0;
}
#g-nav-list li:nth-of-type(2) {
  animation-delay: .2s;
}
#g-nav-list li:nth-of-type(3) {
  animation-delay: .4s;
}
#g-nav-list li:nth-of-type(4) {
  animation-delay: .6s;
}
#g-nav-list li:nth-of-type(5) {
  animation-delay: .8s;
}
#g-nav-list li:nth-of-type(6) {
  animation-delay: 1.1s;
}
#g-nav-list li:nth-of-type(7) {
  animation-delay: 1.3s;
}
/*slideshow*/
#slidesyow,#slidesyow_2,#slidesyow_3,#slidesyow_4 {
  margin: 0 auto;
  /*padding-top: 50px;*/
  height: 280px;
  width: 100%;
  background-color: rgba(255,255,255,0.95);
  box-sizing: border-box;
}
.entire-content {
  margin: auto;
  width: 160px;
  perspective:1000px;
  position: relative;
  padding-top: 80px;
}
#slidesyow_3 .entire-content {
  width: 50px;
}
#slidesyow_3 {
  height: 210px;
}
.content-carrouserl {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 80s infinite linear;
  transform-style: preserve-3d;
}
.content-carrouserl:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.content-carrouserl figure {
  width: 100%;
  height: /*120px*/80px;
  /*border: 1px solid #ccc;*/
  overflow: hidden;
  position: absolute;
  text-align: center;
}
#slidesyow_3 .content-carrouserl figure {
    height: /*120px*/30px;
}
.content-carrouserl figure:nth-child(1) {
  transform: rotateY(18deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(2) {
  transform: rotateY(36deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(3) {
  transform: rotateY(54deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(4) {
  transform: rotateY(72deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(5) {
  transform: rotateY(90deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(6) {
  transform: rotateY(108deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(7) {
  transform: rotateY(126deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(8) {
  transform: rotateY(144deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(9) {
  transform: rotateY(162deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(10) {
  transform: rotateY(180deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(11) {
  transform: rotateY(198deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(12) {
  transform: rotateY(216deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(13) {
  transform: rotateY(234deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(14) {
  transform: rotateY(252deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(15) {
  transform: rotateY(270deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(16) {
  transform: rotateY(288deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(17) {
  transform: rotateY(306deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(18) {
  transform: rotateY(324deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(19) {
  transform: rotateY(342deg) translateZ(300px);
}
.content-carrouserl figure:nth-child(20) {
  transform: rotateY(360deg) translateZ(300px);
}
/* #slidesyow_2 */
/*#slidesyow_2 .content-carrouserl figure:nth-child(1) {
  transform: rotateY(72deg) translateZ(300px);
}
#slidesyow_2 .content-carrouserl figure:nth-child(2) {
  transform: rotateY(144deg) translateZ(300px);
}
#slidesyow_2 .content-carrouserl figure:nth-child(3) {
  transform: rotateY(216deg) translateZ(300px);
}
#slidesyow_2 .content-carrouserl figure:nth-child(4) {
  transform: rotateY(288deg) translateZ(300px);
}
#slidesyow_2 .content-carrouserl figure:nth-child(5) {
  transform: rotateY(360deg) translateZ(300px);
}
/* /#slidesyow_2 */
/* #slidesyow_3 */
/*#slidesyow_3 .content-carrouserl figure:nth-child(1) {
  transform: rotateY(12.41deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(2) {
  transform: rotateY(24.82deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(3) {
  transform: rotateY(37.23deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(4) {
  transform: rotateY(49.64deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(5) {
  transform: rotateY(62.05deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(6) {
  transform: rotateY(74.46deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(7) {
  transform: rotateY(86.87deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(8) {
  transform: rotateY(99.28deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(9) {
  transform: rotateY(111.69deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(10) {
  transform: rotateY(124.1deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(11) {
  transform: rotateY(136.51deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(12) {
  transform: rotateY(148.92deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(13) {
  transform: rotateY(161.33deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(14) {
  transform: rotateY(173.74deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(15) {
  transform: rotateY(186.15deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(16) {
  transform: rotateY(198.55deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(17) {
  transform: rotateY(210.96deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(18) {
  transform: rotateY(223.37deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(19) {
  transform: rotateY(235.78deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(20) {
  transform: rotateY(248.19deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(21) {
  transform: rotateY(260.6deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(22) {
  transform: rotateY(273.01deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(23) {
  transform: rotateY(285.42deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(24) {
  transform: rotateY(297.83deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(25) {
  transform: rotateY(310.24deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(26) {
  transform: rotateY(322.65deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(27) {
  transform: rotateY(335.06deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(28) {
  transform: rotateY(347.47deg) translateZ(300px);
}
#slidesyow_3 .content-carrouserl figure:nth-child(29) {
  transform: rotateY(360deg) translateZ(300px);
}
/* /#slidesyow_3 */
/* #slidesyow_4 */
/*#slidesyow_4 .content-carrouserl figure:nth-child(1) {
  transform: rotateY(36deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(2) {
  transform: rotateY(72deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(3) {
  transform: rotateY(108deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(4) {
  transform: rotateY(144deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(5) {
  transform: rotateY(180deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(6) {
  transform: rotateY(216deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(7) {
  transform: rotateY(252deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(8) {
  transform: rotateY(288deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(9) {
  transform: rotateY(324deg) translateZ(300px);
}
#slidesyow_4 .content-carrouserl figure:nth-child(10) {
  transform: rotateY(360deg) translateZ(300px);
}
/* /#slidesyow_4 */
/*.shadow {
  position: absolute;
  box-shadow: 0px 0px 5px 0px #dedede;
  border-radius: 1px;
}*/
.content-carrouserl img {
  image-rendering: auto;
  transition: all 300ms;
  /*width: 100%;*/
  height: 100%;
}
.content-carrouserl img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}
@keyframes rotar {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/*/slideshow*/
@keyframes fadein{         /* フェードイン効果の中身 */
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
/*footer*/

