@charset "utf-8";
/* ================ Style ================= */
#top-contetns-area {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 40px;
}


div#wrapper section#one-word {
  margin-bottom: 25px;
  width: 100%;
}
div#wrapper section#one-word a.word-title {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  background-color: #e60012;
  border-radius: 4px 0 0 4px;
  padding: 20px 0;
  padding-left: 90px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
section#one-word a.word-title span {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
div#wrapper section#one-word a.word-title:before {
  width: 76px;
  height: 66px;
  bottom: 10px;
  left: 15px;
}
section#one-word a.word-title:hover {
  text-decoration: underline;
  background-color: rgba(230,0,18,0.8);
}
section#one-word .word-data {
  display: table-cell;
  vertical-align: middle;
  background-color: #ffecec;
  border-radius: 0 4px 4px 0;
  padding-left: 20px;
  font-size: 0;
  letter-spacing: -1em;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
}
section#one-word .word-data a {
  display: block;
}
section#one-word .word-data:hover p {
  text-decoration: underline;
}
div#wrapper section#one-word p {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  padding-right: 9em;
}
div#wrapper section#one-word p.date {
  font-size: 11px;
  width: 20em;
  height: 1em;
  text-align: right;
  padding-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
}
#slider-area {
  min-height: 350px;
/*overflow: hidden;*/
}
#slider-area a {
  margin-bottom: 20px;
}
#slider-area a:last-child {
  margin-bottom: 0;
}
#slider-area a figure {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 0;
/*padding-top: 36%;*/
}
#slider-area a figure.top_photo {
  height: auto;
}
#slider-area a figure img {
  width: 100%;
/*position: absolute;
	top: -10%;
	left: 0;*/
}
#slider-area a.lock figure:before {
  border-width: 0 48px 48px 0;
  z-index: 1;
}
#slider-area a.lock figure:after {
  font-size: 15px;
  z-index: 1;
}
#slider-area a figure dl {
  bottom: 5px;
}
#slider-area a figure dl dt {
  font-size: 11px;
}
#slider-area a .inner {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 35px 35px;
  position: relative;
  top: 0;
  left: 0;
}
#slider-area a .inner h2 {
  font-size: 29px;
  margin-bottom: 5%;
}
#slider-area a .inner p {
  font-size: 15px;
}
#slider-area a .inner:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#slider-area a.enjoy .inner:after {
  content: 'ENJOY';
  background-color: #508ab2;
}
#slider-area a.know .inner:after {
  content: 'KNOW';
  background-color: #dfbe23;
}
#slider-area a.learn .inner:after {
  content: 'LEARN';
  background-color: #8a66ae;
}
#slider-area a.special .inner:after {
  content: 'SPECIAL';
  background-color: #89ae73;
}
#slider-area a .inner h2 .entry-mark {
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  padding-left: 5px;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
}
#slider-area a .inner h2 .entry-mark small {
  font-size: 16px;
}
#slider-area a .inner h2 .entry-mark:before {
  font-size: 16px;
}
#slider-area a:hover figure {
  opacity: 0.6;
}
#slider-area a:hover h2 {
  text-decoration: underline;
}
.slick-prev,
.slick-next {
  width: 5%;
  height: 80px;
  background-color: transparent;
  overflow: hidden;
  top: 0;
  bottom: 30px;
}
.slick-prev {
  left: -70px;
}
.slick-next {
  right: -70px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 76px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slick-prev:before {
  content: '\e926';
  left: 0;
}
.slick-next:before {
  content: '\e927';
  left: -25px;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #333;
}
.index div#wrapper .join-area {
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}
.index div#wrapper .join-area section {
  background-color: #fff;
  padding: 30px;
}
.index div#wrapper .join-area section h2,
.index div#wrapper .join-area section h3,
.index div#wrapper .join-area section h4 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.index div#wrapper .join-area section h2 {
  font-size: 24px;
  margin-bottom: 22px;
  line-height: 1.5;
}
.index div#wrapper .join-area section h3 {
  font-size: 20px;
}
.index div#wrapper .join-area section h4 {
  font-size: 19px;
}
.index div#wrapper .join-area section p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.index div#wrapper .join-area section .button-link {
  text-align: center;
}
.index .join-area:after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url("/cmn/images/footer_line.png") center repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
}
.index .join-area:after {
  bottom: 0;
}

.top-contents-area-title {
  text-align: left;
  background: #fff;
  padding: 15px;
  border-bottom:#e60012 2px solid;
  margin-bottom: 20px;
  width: 100%;
}

.top-contents-area-title h2{
  font-weight: 700;
  font-size: 18px;
}

/* top-purpose-area */
#top-purpose-area li a:hover {
	opacity: 0.6;
}