@charset "UTF-8";
body {
  color: #333333;
}

header {
    height: auto;
    background-color: transparent;
}

img {
  max-width: 100%;
  height:auto;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.top {
	position: relative;
}
.top .top-content {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.top p {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
	.top {
		height: 460px;
		background-image: url(../images/img_mv_sp.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.top img.mv {
		display: none;
	}
	.top .top-content {
		transform: translate(-50%,30%);
	}
	.top p {
		margin-top: 10px;
		font-size: 16px;
	}

}

.message {
  background: url(../images/bg_texture.png) repeat;
  padding: 20px 0 60px;
	position: relative;
}
.message:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.6);
	z-index: 1;
}
.message .h2-wrapper {
	padding: 40px 0;
	position: relative;
	z-index: 2;
}
.message .h2-wrapper .logo {
  width: 240px;
  margin: 15px auto;
}
.message .h2-wrapper h2 {
  font-family: 'Montserrat', sans-serif;;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
}
.message .h2-wrapper h2::before, .message .h2-wrapper h2::after {
  content: "ー";
  display: inline-block;
  margin: 0 6px;
}
.message p {
	text-align: center;
	font-size: 2rem;
	position: relative;
	z-index: 2;
}
.message p span {
	line-height: 2.2em;
	font-weight: bold;
	display: block;
}
@media screen and (max-width: 768px) {
	.message {
		padding: 20px 20px 40px 20px;
	}
	.message .h2-wrapper {
		padding: 0px 0 20px 0;
	}
	.message .h2-wrapper .logo {
		width: 180px;
	}
	.message p {
		font-size: 1.6rem;
	}
	.message p span {
		display: inline;
		line-height: 1.8em;
	}
}

.bg-links .bg-link {
  position: relative;
}
.bg-links .bg-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(30, 185, 238, 0.8);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.bg-links .bg-link:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 185, 238, 0.8);
}
.bg-links img{
	display: none;
}
.bg-links .bg-link.link01 {
  /*width: 100%;*/
  background: url(../images/bg_links01.jpg) center center;
  background-size: cover;
  height: 40vh;
}
.bg-links .bg-link.link02 {
  background: url(../images/bg_links02.jpg) center top;
  background-size: cover;
  height: 40vh;
}
.bg-links .bg-link.link03 {
  background: url(../images/bg_links03.jpg) center top;
  background-size: cover;
  height: 40vh;
}
@media screen and (max-width: 1300px) {
	.bg-links .bg-link.link01 ,
	.bg-links .bg-link.link02 ,
	.bg-links .bg-link.link03 {
	  height: 30vh;
	}
}
@media screen and (max-width: 980px) {
	.bg-links .bg-link.link01 ,
	.bg-links .bg-link.link02 ,
	.bg-links .bg-link.link03 {
	  height: 20vh;
	}
}
.bg-links .bg-link .button {
  width: 290px;
  height: 60px;
  text-align: center;
  background-color: #333333;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 60px;
  letter-spacing: 0.2em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.bg-links .bg-link:hover .button {
  background: #fff;
  color: #000;
}
.bg-links .bg-link:hover .button::after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 20px;
  background: url(../images/icon_arrow-blk.png) no-repeat;
  background-size: contain;
  width: 37px;
  height: 13px;
}
.bg-links .bg-link a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.thumb-link-list {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.thumb-link-list h2 {
  font-family: 'Montserrat', sans-serif;;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 40px 0;
}
.thumb-link-list ul {
  margin: 40px auto;
}
.thumb-link-list ul li {
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.thumb-link-list ul li .thumb {
  width: 100%;
  height: auto;
  margin: 15px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.thumb-link-list ul li .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.thumb-link-list ul li:hover .thumb::after {
  background: url(../images/icon_m-grass.png) no-repeat;
  background-color: rgba(30,185,238,0.80);;
  background-size: cover;
}
.thumb-link-list ul li:hover .text-box {
  color: #cccccc;
}
.thumb-link-list ul li .text-box {
  margin: 15px 0;
}
.thumb-link-list ul li .text-box .date {
  position: relative;
}
.thumb-link-list ul li .text-box .date p {
  font-size: 16px;
}
.thumb-link-list ul li .text-box .date .tag {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 2px 10px;
  color: #fff;
  z-index:5;
  display: none;
}
.thumb-link-list ul li .text-box .date .tag.purple {
  background: #9d00d1;
}
.thumb-link-list ul li .text-box .date .tag.blue {
  background: #008cd1;
}
.thumb-link-list ul li .text-box .date .tag.green {
  background: #16db93;
}
@media screen and (max-width: 375px) {
  .thumb-link-list ul li .text-box .date .tag {
    display: inline-block;
    position: static;
    margin: 2px 0 0 0;
  }
}
.thumb-link-list ul li .text-box .title {
  font-weight: bold;
  margin: 10px 0;
}
.thumb-link-list ul li a:not(.tag) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.thumb-link-list .more-button {
  margin: 40px auto 100px;
  width: 265px;
  height: 60px;
  position: relative;
}
.thumb-link-list .more-button::after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 20px;
  background: url(../images/icon_arrow-blk.png) no-repeat;
  background-size: contain;
  width: 37px;
  height: 13px;
  transition: all .3s;
}
.thumb-link-list .more-button:hover::after {
  right: -28px;
}
.thumb-link-list .more-button a {
  display: block;
  width: 100%;
  height: 100%;
  border: #000 2px solid;
  text-align: center;
  font-family: 'Montserrat', sans-serif;;
  line-height: 60px;
  transition: all .3s;
}
.thumb-link-list .more-button a::before, .thumb-link-list .more-button a::after,
.thumb-link-list .more-button a span::before,
.thumb-link-list .more-button a span::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  transition: all .3s;
  visibility: hidden;
}
.thumb-link-list .more-button a::before {
  top: 0;
  left: 0;
  border-left-color: rgba(30,185,238,1.00);
}
.thumb-link-list .more-button a::after {
  bottom: 0;
  right: 0;
  border-right-color: rgba(30,185,238,1.00);
}
.thumb-link-list .more-button a span::before {
  bottom: 0;
  left: 0;
  border-bottom-color: rgba(30,185,238,1.00);
}
.thumb-link-list .more-button a span::after {
  top: 0;
  right: 0;
  border-top-color: rgba(30,185,238,1.00);
}
.thumb-link-list .more-button a:hover {
  color: rgba(30,185,238,1.00);
}
.thumb-link-list .more-button a:hover::before, .thumb-link-list .more-button a:hover::after {
  height: 100%;
  visibility: visible;
}
.thumb-link-list .more-button a:hover span::before,
.thumb-link-list .more-button a:hover span::after {
  width: 100%;
  visibility: visible;
}
.bottom-links ul {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 0;
}
.bottom-links ul li {
  width: 50%;
  height: 200px;
  max-width: 500px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.bottom-links ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.bottom-links ul li:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 375px) {
  .bottom-links ul li {
    height: 170px;
  }
}
.bottom-links ul li .text-wrapper {
  width: 100%;
  position: absolute;
  z-index: 3;
  padding: 70px 10px 70px 40px;
}
.bottom-links ul li .text-wrapper p {
  width: 100%;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 375px) {
  .bottom-links ul li .text-wrapper p {
    height: 30px;
  }
}
.bottom-links ul li .text-wrapper p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.bottom-links ul li .text-wrapper p::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 46px;
  height: 13px;
  background: url(../images/icon_arrow-wht.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 20px;
}
@media screen and (max-width: 375px) {
  .bottom-links ul li .text-wrapper p::after {
    width: 22px;
    height: 11px;
    right: 20px;
    top: 10px;
  }
}
.bottom-links ul li.link01 {
  background: rgba(30,185,238,1.00);
}
.bottom-links ul li.link01:hover::after {
  background: #0d88b2;
}
.bottom-links ul li.link01 .text-wrapper p::before {
  background: url(../images/icon_detail.png) no-repeat;
  background-size: contain;
}
.bottom-links ul li.link02 {
  background: #16db93;
}
.bottom-links ul li.link02:hover::after {
  background: #0f9564;
}
.bottom-links ul li.link02 .text-wrapper p::before {
  background: url(../images/icon_entry.png) no-repeat;
  background-size: contain;
}
.bottom-links ul li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

footer {
  background-color: #222323;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: inherit;
}
footer .footer-content {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif;;
}
footer .link {
  width: 50%;
  float: left;
  text-align: left;
}
footer .link a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../images/icon_footer-link.png);
  background-size: contain;
  margin-left: 10px;
}
footer .link a::after:hover {
  opacity: 0.8;
}
footer .copy {
  width: 50%;
  float: left;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .bg-links .bg-link {
    height: 400px;
  }
  .bg-links .bg-link.link01, .bg-links .bg-link.link02, .bg-links .bg-link.link03 {
    width: 50%;
    float: left;
  }

  .thumb-link-list {
    padding-top: 70px;
  }
  .thumb-link-list h2 {
    font-size: 60px;
  }
  .thumb-link-list ul li {
    width: 32%;
    margin-right: 2%;
  }
  .thumb-link-list ul li:nth-child(3n) {
    margin-right: 0;
  }

  .bottom-links ul li {
    width: 45%;
    float: left;
  }
  .bottom-links ul li.link01 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 768px) {
	.bg-links img{
		display: block;
	}
	.bg-links .bg-link.link01 {
	  background: none;
	}
	.bg-links .bg-link.link02 {
	  background: none;
	}
	.bg-links .bg-link.link03 {
	  background: none;
	}
	.bg-links .bg-link {
		height: auto!important;
		background-image: none!important;
		margin-bottom: 60px;
	}
	.bg-links .bg-link:last-child {
		margin-bottom: 0px;
	}
	.bg-links .bg-link .button {
		width: 100%;
		height: 44px;
		font-size: 14px;
		line-height: 46px;
		bottom: -44px;
	}
	.bg-links .bg-link.link01, .bg-links .bg-link.link02, .bg-links .bg-link.link03 {
		width: 100%;
	}
	.bg-links .bg-link:hover .button::after {
		display: none;
	}
  .thumb-link-list {
    padding-top: 30px;
  }
  .thumb-link-list h2 {
    font-size: 40px;
  }
  .thumb-link-list ul li {
    width: 48%;
    margin-right: 4%;
  }
  .thumb-link-list ul li:nth-child(2n) {
    margin-right: 0;
  }

	.bottom-links ul li .text-wrapper p::before {
		width: 30px;
		height: 30px;
	}
	.bottom-links ul li .text-wrapper p::after {
		top: 5px;
	}
	.bottom-links ul li {
		height: 100px;
	}
	.bottom-links ul {
		padding: 60px 0;
	}
	.bottom-links ul li {
		font-size: 18px;
		width: 100%;
		margin: 20px 0;
	}
	.bottom-links ul li .text-wrapper {
		padding: 40px 10px 40px 20px;
	}

}

/*# sourceMappingURL=index.css.map */
