@charset "utf-8";
/* ================ Style ================= */
#top-contetns-area {
  overflow: hidden;
}
div#wrapper section#one-word {
  width: 94%;
  padding-bottom: 0;
  margin: 0 auto 25px;
}
div#wrapper section#one-word a.word-title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  background-color: #e60012;
  padding: 3% 0;
  padding-left: 86px;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}
div#wrapper section#one-word a.word-title span {
  font-weight: inherit;
  color: inherit;
}
div#wrapper section#one-word a.word-title:before {
  width: 76px;
  height: 66px;
  bottom: 0;
  left: 5px;
}
div#wrapper section#one-word .word-data {
  display: block;
  background-color: #ffecec;
  font-size: 0;
  letter-spacing: -1em;
  text-align: left;
  padding: 3%;
  position: relative;
  top: 0;
  left: 0;
}
div#wrapper section#one-word p {
  margin-bottom: 10px;
  font-weight: 700;
}
div#wrapper section#one-word p.date {
  font-size: 10px;
  text-align: left;
  margin-bottom: 0;
}
#slider-area {
  min-height: 470px;
}
#slider-area .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}
#slider-area .slick-slide {
  float: none;
  height: auto;
}
#slider-area a {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding-bottom: 35px;
  position: relative;
}
#slider-area a figure {
  width: 100%;
/*height: 0;*/
/*padding-top: 60%;*/
}
#slider-area a.lock figure:before {
  border-width: 0 48px 48px 0;
  z-index: 1;
}
#slider-area a.lock figure:after {
  font-size: 14px;
  z-index: 1;
}
#slider-area a figure dl {
  bottom: 5px;
}
#slider-area a figure dl dt {
  font-size: 10px;
}
#slider-area a .inner {
  padding: 20px 5%;
  position: relative;
  top: 0;
  left: 0;
}
#slider-area a .inner h2 {
  font-size: 28px;
}
#slider-area a .inner p {
  font-size: 14px;
}
#slider-area a:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#slider-area a.enjoy:after {
  content: 'ENJOY';
  background-color: #508ab2;
}
#slider-area a.know:after {
  content: 'KNOW';
  background-color: #dfbe23;
}
#slider-area a.learn:after {
  content: 'LEARN';
  background-color: #8a66ae;
}
#slider-area a.special:after {
  content: 'SPECIAL';
  background-color: #89ae73;
}
#slider-area a .inner h2 .entry-mark {
  display: inline-block;
  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: 14px;
}
#slider-area a .inner h2 .entry-mark:before {
  font-size: 15px;
}
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  top: 25%;
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slick-prev {
  left: -30px;
}
.slick-next {
  right: -30px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 34px;
  right: 0;
}
.slick-prev:before {
  content: '\e901';
  right: -20px;
}
.slick-next:before {
  content: '\e902';
  left: -20px;
}
.index div#wrapper .join-area {
  display: none;
}

/* top-purpose-area */
#top-purpose-area {
	margin-top: -69px;
}
#top-purpose-area .top-purpose-area-content {
	max-width: 1400px;
	width: 94%;
}