@charset "utf-8";
/* ================ Style ================= */
#top-contetns-area {
/*width: 90%;*/
}
div#wrapper section#one-word {
  margin: 0 auto 25px;
  width: 94%;
}
div#wrapper section#one-word a.word-title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #ec0000;
  text-align: left;
  padding: 5% 0;
  padding-left: 25%;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
}
div#wrapper section#one-word a.word-title:before {
  width: 20%;
  height: 0;
  padding-top: 17%;
  bottom: 0;
  left: 5px;
}
div#wrapper section#one-word a.word-title:after {
  content: '\e900';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
}
section#one-word a.word-title.active {
  border-radius: 4px 4px 0 0;
}
section#one-word a.word-title.active:after {
  content: '\e903';
}
section#one-word a.word-title span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
section#one-word .word-data {
  display: none;
  padding: 3%;
  background-color: #ffecec;
  font-size: 0;
  letter-spacing: -1em;
  text-align: left;
  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: 350px;
}
#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-track a {
  position: relative;
  display: block;
}
#slider-area .slick-slide {
  float: none;
  height: auto;
}
#slider-area a {
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 7px;
  margin-right: 7px;
  padding-bottom: 35px;
}
#slider-area a:last-child {
  margin-bottom: 0;
}
#slider-area a.lock figure:before {
  border-width: 0 60px 60px 0;
  z-index: 10;
}
#slider-area a.lock figure:after {
  font-size: 18px;
  z-index: 10;
}
#slider-area a figure dl {
  bottom: -15px;
}
#slider-area a figure dl dt {
  font-size: 10px;
}
#slider-area a .inner {
  padding-top: 5%;
}
#slider-area a .inner h2 {
  font-size: 18px;
  margin: 0 5% 5%;
}
#slider-area a .inner p {
  display: none;
}
#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 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: -10px 0 44px;
	padding: 30px 0 30px;
}
#top-purpose-area .top-purpose-area-content {
	width: 94%;
}
#top-purpose-area h2 {
	margin-bottom: 42px;
	font-size: 18px;
}
#top-purpose-area ul {
	justify-content: space-between;
	gap: 40px 0;
}
#top-purpose-area li {
	width: 48.4%;
}
#top-purpose-area li a .mark {
	width: 50px;
	top: -25px;
	background: #57bde8;
}
#top-purpose-area li:nth-child(4n-2) a .mark {
	background: #f69d36;
}
#top-purpose-area li:nth-child(4n-1) a .mark {
	background: #e590b8;
}
#top-purpose-area li:nth-child(4n) a .mark {
	background: #66cc90;
}
#top-purpose-area li a .mark img {
	transform: scale(0.87);
}
#top-purpose-area li a .photo {
	border-radius: 5px 5px 0 0;
}
#top-purpose-area li a .photo .pc {
	display: none;
}
#top-purpose-area li a .photo .sp {
	display: block;
}
#top-purpose-area li a p {
	padding: 10px 0 13px;
	font-size: min(4.26667vw,16px);
	border-radius: 0 0 5px 5px;
}
#top-purpose-area li a p span {
	margin-top: 4px;
	font-size: min(3.2vw,12px);
}