@charset "UTF-8";
/* CSS Document */
body {
  background-color: #1c100e;
}
#wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  text-align: center;
}
h1 img {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
h2, h3 {
  font-family: rampart-one, sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav {
  margin-left: 15%;
  text-align: center;
}
nav ul {
  display: flex;
}
nav ul li {
  display: block;
  width: 70px;
  height: 50px;
  border-bottom: none;
  background-color: #ffffff;
  margin-right: 30px;
  transform-origin: bottom;
  transition-duration: 0.8s;
}
nav ul li:hover {
  transform: scaleY(2.0);
}
nav ul li a, span {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: dotgothic16, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#one a {
  background-color: #eecb27;
  color: #000;
}
#two a {
  background-color: #da456e;
  color: #000;
}
#three a {
  background-color: #9ad2ed;
  color: #000;
}
#four a {
  background-color: #1BA466;
  color: #fff;
}
footer {
  background-image: url("../img/ftimg.png");
  background-repeat: repeat-x;
  width: 100%;
}
footer #drop p a {
  color: #fff;
}
footer #drop p {
  margin-top: 100px;
  padding-left: 5%;
}
footer #end {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #9ad2ed;
  color: #1c100e;
  font-family: rampart-one, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* =====================
	slideShow
======================= */
.slideShow {
  /*margin: 0 auto 15px auto;*/
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.slideShow ul li {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
}
.slideShow ul li img {
  width: 95%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 3px solid #da456e;
  border-radius: 20px;
}
@media only screen and (max-width: 800px) {
  .slideShow {
    margin: 0 auto 15px auto;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .slideShow ul li {
    width: 100%;
  }
}
/* SideNavi top
------------------------- */
.slideShow .btnPrev, .slideShow .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 105;
}
.slideShow .btnPrev {
  left: 15px;
  background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .btnNext {
  right: 15px;
  background: transparent url(../img/btnNext.png) no-repeat center center;
}
.slideShow section h2 {
  z-index: 1000;
  font-size: 2em;
  position: relative;
  color: #fff;
  text-shadow:
    0 0 5px #9ad2ed, 0 0 3px #000, 0 0 3px #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: 100px;
}
@media only screen and (min-width: 800px) {
  .slideShow section h2 {
    font-size: 3.5em;
    top: 150px;
  }
}
#atogaki #taiwan, #atogaki #hare, #atogaki #ame {
  width: 100%;
  background-color: #da456e;
  background-image: url("../img/pt.png");
  font-family: vdl-admin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#girl p {
  margin-bottom: 100px;
}
#atogaki {
  line-height: 1.5em;
}
.first .text_clip {
  font-size: 2em;
  padding-top: 50px;
  padding-bottom: 25px;
  background-size: 10px 10px;
  color: #fff;
  font-family: ta-houdate-m500, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    0 0 5px #9ad2ed, 0 0 3px #000, 0 0 3px #000;
}
.text_clip::before {
  content: url(../img/rantan_01.png);
}
.text_clip::after {
  content: url(../img/rantan_02.png);
}
#taiwan, #hare, #ame {
  float: left;
}
#ame {
  margin-bottom: 100px;
}
.box {
  width: 100%;
}
.faceicon_01 {
  border-radius: 50px;
  float: left;
  margin-left: 5%;
}
.text_01 {
  width: 45%;
  display: inline-block;
  position: relative;
  margin-left: -5%;
  padding: 17px 13px;
  margin-bottom: 50px;
  border-radius: 12px;
  background: #eecb27;
  text-align: left;
}
.text_01:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #eecb27;
}
.text_02 {
  max-width: 100%;
  float: right;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-right: 5%;
  margin-left: 50%;
  margin-bottom: 30px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}
.text_02:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -23px;
  border: 12px solid transparent;
  border-left: 12px solid #d7ebfe;
}
@media only screen and (min-width: 800px) {
  .slideShow section h2 {
    font-size: 3.5em;
    top: 150px;
  }
  .faceicon_01 {
    margin-left: 25%;
  }
.text_01{
  width: 30%;
	margin-left: -30%;
}
	.text_02{
		margin-right: 20%;
	}
}
/* =====================
	電光掲示板
======================= */
.ledText {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  margin-bottom: 150px;
  color: #eecb27;
  text-shadow:
    0 0 5px #000, 0 0 13px #000, 0 0 13px #000;
  font-size: 1.5em;
  font-weight: bold;
  background: #333333;
}
/* CSS3グラデーションでドット感を出す */
.ledText:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#1c100e 1px, transparent 0px), linear-gradient(0, #1c100e 1px, transparent 1px);
  background-image: -webkit-linear-gradient(#1c100e 1px, transparent 0px), -webkit-linear-gradient(0, #1c100e 1px, transparent 1px);
  background-size: 2px 2px;
  z-index: 10;
}
/* CSS3アニメーションでスクロール */
.ledText span {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 20s;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%, to {
    transform: translate(-100%);
  }
}
/*----------------main-----------------*/
#contents h2 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#contents .caption h2 {
  text-align: center;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 100px;
  font-family: vdl-logojrblack, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 3em;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
}
/*----------------preparation-----------------*/
#preparation .caption h2 {
  border: 1px solid #fff;
  background: -webkit-linear-gradient(0deg, #e4de00, #9ad2ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow:
    0 0 10px #000, 0 0 5px #fff, 0 0 5px #000;
}
.list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px #9ad2ed solid;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.list h3 {
  color: #1c100e;
  background-color: #9ad2ed;
}
.list p {
  text-align: left;
  font-size: 20px;
  text-indent: 2em;
  line-height: 2em;
  color: #eecb27;
  padding-top: 10px;
  font-family: dotgothic16, sans-serif;
  font-weight: 400;
  font-style: normal;
}
label {
  cursor: pointer;
}
/*----------------lang-----------------*/
/*#lang .caption h2 {
  border: 3px solid #da456e;
  color: #fff;
  text-shadow:
    0 0 3px #000, 0 0 5px #da456e, 0 0 5px #da456e;
}*/
#lang .caption h2 {
  border: 1px solid #fff;
  background: -webkit-linear-gradient(0deg, #e4de00, #9ad2ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow:
    0 0 10px #000, 0 0 5px #fff, 0 0 5px #000;
}
.lesson {
  width: 90%;
  border: 1px #da456e solid;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  text-align: center;
}
.lesson h3 {
  color: #1c100e;
  background-color: #da456e;
}
.lesson ul li {
  text-indent: 1em;
  line-height: 3em;
  text-align: left;
  color: #fff;
  border-bottom: 1px dotted #da456e;
}
.lesson ul li:last-child {
  border-bottom: none;
  font-size: 13px;
}
.lesson ul li:nth-child(5) {
  font-size: 13px;
}
@media only screen and (min-width: 800px) {
  .lesson ul li {
    text-align: center;
  }
  .lesson ul li:last-child {
    font-size: 1em;
  }
  .lesson ul li:nth-child(5) {
    font-size: 1em;
  }
}
#lang .comic {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Comic Sans', cursive;
  padding: 1vmin;
}
.panel {
  background-color: #fff;
  border: solid 2px #000;
  box-shadow: 0 6px 6px -6px #000;
  display: inline-block;
  flex: 1 1;
  height: 200px;
  margin: 1vmin;
  overflow: hidden;
  position: relative;
}
#lang .text {
  background-color: #fff;
  border: solid 2px #000;
  margin: 0;
  padding: 3px 10px;
}
.top-left {
  left: -6px;
  position: absolute;
  top: -2px;
  transform: skew(-15deg);
}
.bottom-left {
  bottom: -2px;
  position: absolute;
  left: -6px;
  transform: skew(-15deg);
}
.bottom-right {
  bottom: -2px;
  position: absolute;
  right: -6px;
  transform: skew(-15deg);
}
.speech {
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: .5em;
  padding: .5em 1em;
  position: relative;
}
.speech:before {
  border: solid 12px transparent;
  border-left: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}
.speech:after {
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  border-top: solid 10px #fff;
  bottom: -19px;
  content: "";
  height: 0;
  left: 27px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}
.panel:nth-child(1) {
  height: 100px;
  flex-basis: 200px;
}
.panel:nth-child(2) {
  flex-basis: 300px;
  background-image: url("../img/lang_01.jpg");
  background-repeat: no-repeat;
}
.panel:nth-child(3) {
  flex-basis: 300px;
  background-image: url("../img/lang_02.jpg");
  background-repeat: no-repeat;
}
.panel:nth-child(4) {
  flex-basis: 300px;
  background-image: url("../img/lang_03.jpg");
  background-repeat: no-repeat;
}
.panel:nth-child(5) {
  margin-top: 100px;
  flex-basis: 200px;
  height: 100px;
}
.panel:nth-child(6) {
  flex-basis: 300px;
  background-image: url("../img/lang_04.jpg");
  background-repeat: no-repeat;
}
.panel:nth-child(7) {
  flex-basis: 300px;
  background-image: url("../img/lang_05.jpg");
  background-repeat: no-repeat;
}
.panel:nth-child(8) {
  flex-basis: 300px;
  background-image: url("../img/lang_06.jpg");
  background-repeat: no-repeat;
}
/* background colours*/
.panel:nth-child(4n+1) {
  background-color: #9ad2ed;
}
.panel:nth-child(4n+2) {
  background-color: #da456e;
}
.panel:nth-child(4n+3) {
  background-color: #eecb27;
}
.panel:nth-child(4n+4) {
  background-color: #9ad2ed;
}
#lang .title {
  font-size: 25px;
  padding-top: 40px;
  font-family: rampart-one, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 800px) {
    .lesson {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .comic {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

}
/*----------------recommen-----------------*/
#recommen .caption h2 {
  border: 1px solid #fff;
  background: -webkit-linear-gradient(0deg, #e4de00, #9ad2ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow:
    0 0 10px #000, 0 0 5px #fff, 0 0 5px #000;
}
#recommen .sub {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#recommen .sub h3 {
  font-size: 1.5em;
  color: #fff;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border: 6px outset #1BA466;
  background-color: #1BA466;
}
#recommen .sub a {
  display: block;
  text-decoration: none;
  color: #1e100c;
}
#recommen .sub h3:hover {
  opacity: 0.4;
}
#recommen .sub p {
  color: #fff;
  margin-top: 5%;
}
#recommen .text {
  font-family: dotgothic16, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#recommen .caption {
  font-family: vdl-admin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#recommen .container h3 {
  margin-top: 100px;
}
h3.sun, h3.rainy, h3.eat, h3.shop {
  text-shadow:
    0 0 5px #9ad2ed, 0 0 3px #000, 0 0 3px #000;
  color: #fff;
    font-size: 2em;
}
.hare, .ame {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hare {
  background-color: #eecb27;
}
.ame {
  background-color: #9ad2ed;
}
.gurume, .kaimono {
  background-color: #da456e;
}
.ame {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.sun::before {
  content: url(../img/hare.png);
  vertical-align: middle;
}
.rainy::before {
  content: url(../img/ame.png);
  vertical-align: middle;
}
.eat::before {
  content: url(../img/eat.png);
  vertical-align: middle;
}
.shop::before {
  content: url(../img/shop.png);
  vertical-align: middle;
}
.rains {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rains span {
  z-index: 100;
  position: absolute;
  width: 1px;
  height: 180px;
  background: #FFF;
  opacity: 0.4;
}
/* slider */
.swiper-wrapper {
  width: 80%;
  height: 250px;
}
/* 全スライド共通スタイル */
.swiper-slide {
  width: 80%;
  height: 100%;
  text-align: center;
  line-height: 250px;
}
.swiper-slide p {
  color: #1c100e;
  font-size: 1.2em;
  line-height: 2em;
  margin-top: 50px;
  margin-bottom: 50px;
}
.swiper-slide a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: 6px outset #1BA466;
  background-color: #1BA466;
}
.swiper-slide a:hover {
  opacity: 0.4;
}
/*
雨の初期位置とアニメーション指定
*/
.rains span:nth-child(1) {
  left: 5%;
  top: -190px;
  animation: rain-anim 10s infinite;
}
.rains span:nth-child(2) {
  left: 10%;
  top: -180px;
  animation: rain-anim 11s infinite;
}
.rains span:nth-child(3) {
  left: 15%;
  top: -170px;
  animation: rain-anim 8s infinite;
}
.rains span:nth-child(4) {
  left: 20%;
  top: -160px;
  animation: rain-anim 12s infinite;
}
.rains span:nth-child(5) {
  left: 25%;
  top: -150px;
  animation: rain-anim 10s infinite;
}
.rains span:nth-child(6) {
  left: 30%;
  top: -150px;
  animation: rain-anim 11s infinite;
}
.rains span:nth-child(7) {
  left: 35%;
  top: -160px;
  animation: rain-anim 13s infinite;
}
.rains span:nth-child(8) {
  left: 40%;
  top: -170px;
  animation: rain-anim 7s infinite;
}
.rains span:nth-child(9) {
  left: 45%;
  top: -180px;
  animation: rain-anim 9s infinite;
}
.rains span:nth-child(10) {
  left: 50%;
  top: -190px;
  animation: rain-anim 11s infinite;
}
.rains span:nth-child(11) {
  left: 55%;
  top: -190px;
  animation: rain-anim 10s infinite;
}
.rains span:nth-child(12) {
  left: 60%;
  top: -180px;
  animation: rain-anim 6s infinite;
}
.rains span:nth-child(13) {
  left: 65%;
  top: -170px;
  animation: rain-anim 14s infinite;
}
.rains span:nth-child(14) {
  left: 70%;
  top: -160px;
  animation: rain-anim 12s infinite;
}
.rains span:nth-child(15) {
  left: 75%;
  top: -150px;
  animation: rain-anim 10s infinite;
}
.rains span:nth-child(16) {
  left: 80%;
  top: -150px;
  animation: rain-anim 14s infinite;
}
.rains span:nth-child(17) {
  left: 85%;
  top: -160px;
  animation: rain-anim 8s infinite;
}
.rains span:nth-child(18) {
  left: 90%;
  top: -170px;
  animation: rain-anim 9s infinite;
}
.rains span:nth-child(19) {
  left: 95%;
  top: -180px;
  animation: rain-anim 11s infinite;
}
.rains span:nth-child(20) {
  left: 100%;
  top: -190px;
  animation: rain-anim9 13s infinite;
}
/*アニメーションキーフレーム*/
@keyframes rain-anim {
  0% {
    transform: translate(0px, 0px);
  }
  4% {
    transform: translate(0px, 600px);
  }
  5% {
    transform: translate(200px, 0px);
  }
  9% {
    transform: translate(200px, 600px);
  }
  10% {
    transform: translate(-100px, 0px);
  }
  14% {
    transform: translate(-100px, 600px);
  }
  15% {
    transform: translate(-200px, 0px);
  }
  19% {
    transform: translate(-200px, 600px);
  }
  20% {
    transform: translate(100px, 0px);
  }
  24% {
    transform: translate(100px, 600px);
  }
  25% {
    transform: translate(-150px, 0px);
  }
  29% {
    transform: translate(-150px, 600px);
  }
  30% {
    transform: translate(-80px, 0px);
  }
  34% {
    transform: translate(-80px, 600px);
  }
  35% {
    transform: translate(150px, 0px);
  }
  39% {
    transform: translate(150px, 600px);
  }
  40% {
    transform: translate(-60px, 0px);
  }
  44% {
    transform: translate(-60px, 600px);
  }
  45% {
    transform: translate(90px, 0px);
  }
  49% {
    transform: translate(90px, 600px);
  }
  50% {
    transform: translate(60px, 0px);
  }
  54% {
    transform: translate(60px, 600px);
  }
  55% {
    transform: translate(-60px, 0px);
  }
  59% {
    transform: translate(-60px, 600px);
  }
  60% {
    transform: translate(-40px, 0px);
  }
  64% {
    transform: translate(-40px, 600px);
  }
  65% {
    transform: translate(40px, 0px);
  }
  69% {
    transform: translate(40px, 600px);
  }
  70% {
    transform: translate(-20px, 0px);
  }
  74% {
    transform: translate(-20px, 600px);
  }
  75% {
    transform: translate(-110px, 0px);
  }
  79% {
    transform: translate(-110px, 600px);
  }
  80% {
    transform: translate(20px, 0px);
  }
  84% {
    transform: translate(20px, 600px);
  }
  85% {
    transform: translate(-20px, 0px);
  }
  89% {
    transform: translate(-20px, 600px);
  }
  90% {
    transform: translate(50px, 0px);
  }
  99% {
    transform: translate(50px, 600px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*クリア*/
.clear {
  clear: both;
}
body#top ul li a,#body#lang ul li a,body#recommen ul li a,body#preparation ul li a:hover{
    background-position: 0 -50px;
}
/*カラーコード
 #9ad2ed;
 #da456e;
 #eecb27;
#1BA466;
#1c100e;*/