@charset "utf-8";
/*--------------------------------------------------------------------------
	file: top.css
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	slick style
---------------------------------------------------------------------------*/
.mainvisual {
  background: #fff;
  overflow: hidden;
  min-height: 240px;
  padding-top: 20px;
  transition: height 0.2s ease-in-out;
}
.mainvisual .slider {
  margin-bottom: 60px;
}
.mainvisual .slider .slick-slide {
  margin: 0 20px; /* スライド間のマージン */
}
.mainvisual .slider .slick-slide img {
  border-radius: 10px;
  display: block;
  width: 100%;
  position: relative;
}
.mainvisual .slider::before, .mainvisual .slider::after {
  content: '';
  background: url('../images/common/bg_hempen.png');
  display: block;
  top: 0;
  width: 480px; /* 左右のスライドを見せる幅 - スライド間のマージン */
  height: 100%;
  position: absolute;
  z-index: 1;
}
.mainvisual .slider::before {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.mainvisual .slider::after {
  border-radius: 10px 0 0 10px;
  right: 0;
}
/* Arrows */
.slick-prev, .slick-next {
  background: #fff;
  border-width: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0.6;
  transform: translateY(-50%);
  transition: 0.3s opacity ease-in-out;
  z-index: 2;
}
.slick-prev {
  left: 380px; /* prevボタン表示位置 */
}
.slick-next {
  right: 380px; /* nextボタン表示位置 */
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.9;
}
.slick-prev::before, .slick-next::before {
  content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  color: #00214d;
  display: block;
  line-height: 40px;
  opacity: 0.8;
  transition: 0.3s opacity ease-in-out;
}
.slick-prev::before {
  margin-left: -3px;
  transform: rotate(180deg);
}
.slick-next::before {
  margin-left: 3px;
}
.slick-prev:hover::before, .slick-next:hover::before {
  opacity: 0.95;
}
/* Dots */
.slick-dots {
  position: absolute;
  display: block;
  bottom: -30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px 10px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button::before {
  content: '';
  background: #ccc;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  opacity: 0.8;
}
.slick-dots li.slick-active button::before {
  background: #00214d;
}
/*--------------------------------------------------------------------------
	mainvisual style
---------------------------------------------------------------------------*/
/* title */
.mainvisual-ttl {
  color: #00214d;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  margin: 5.0rem auto 3.0rem;
  padding: 0 2.0rem;
}
/*--------------------------------------------------------------------------
	content style
---------------------------------------------------------------------------*/
.content-wrap {
  background: #fff;
  margin-bottom: 0;
}
/* picup-wrap */
.picup-wrap {
  background: #00214d url('../images/common/bg_hempen.png');
  padding: 100px 0 40px;
}
.card-wrap {
  display: -ms-flexbox;
  display: flex;
}
.card {
  color: #fff;
  margin: 0 auto 1.0rem;
  padding: 0 1.0rem;
  width: 25%;
  min-height: 0%;
  position: relative;
}
.card-img {
  margin: 0;
}
.card-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.card-ttl {
  font-size: 1.25rem;
  font-weight: normal;
}
.card-ttl::before {
  content: '\f144';
  color: #fad053;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5rem;
}
.card-txt {
  font-size: 1.0rem;
}
.stretched-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
/* news-wrap */
.news-wrap {
  background: #f6f6ff;
  text-align: center;
  padding: 50px 0 40px;
}
.news {
  display: inline-block;
  text-align: left;
}
.news-date {
  color: #808080;
  font-size: 0.6875rem;
  margin: 0.25rem 0 1.5rem 1.0rem;
}
.news-txt {
  font-size: 1.125rem;
  margin-left: 0;
}
.sns-wrap {
  display: flex;
  margin: 80px auto 60px;
}
.twitter-wrap {
  width: 50%;
  margin: 0 auto;
  padding: 0 20px;
}
.facebook-wrap {
  width: 50%;
  padding: 0 20px;
}
.facebook-wrap .fb_iframe_widget {
  width: 100%;
}
/* streetcorner-wrap */
.streetcorner-wrap {
  background: #00214d url('../images/common/bg_hempen.png');
  color: #fff;
  padding: 60px 0 40px;
}
.streetcorner-wrap .section-ttl {
  color: #fff;
}
.streetcorner-txt {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.streetcorner-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.streetcorner-ttl {
  margin: 0 15px 15px;
  padding: 5px 30px;
  border-radius: 10px;
  background: #fdc92f;
  font-size: 2rem;
  text-align: center;
}
.streetcorner-ttl a {
  display: block;
}
.streetcorner-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.streetcorner-items {
  width: 25%;
  padding: 15px;
}
.streetcorner-items > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.streetcorner-wrap .card-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
.streetcorner-wrap .card {
  width: 50%;
  max-width: 400px;
  padding: 0 1.5rem;
}
/* memberlist-wrap */
.memberlist-wrap {
  padding: 50px 0 20px;
}
.memberlist-ttl {
  font-size: 1.375rem;
  margin: 1.0rem 0 0.5rem;
  text-indent: 1.75rem;
}
.memberlist-table {
  font-size: 1.0rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.memberlist-table tbody, .memberlist-table tr {
  width: 100%;
}
.memberlist-table tr td {
  border-bottom: 1px solid #ccc;
  width: 25%;
  padding: 0.875rem 0 0.875rem 2.5rem;
}
.memberlist-table tr:last-of-type td {
  border-bottom-width: 0;
}
.paid-table tr td {
  font-size: 1.125rem;
  font-weight: bold;
}
/* membersonly-wrap */
.membersonly-wrap {
  background: transparent;
  text-align: center;
  padding: 120px 0;
}
.membersonly-wrap:before {
  content: '';
  position: fixed;
  background-image: url('../images/top/bg_member2.png');
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-wrap {
  text-align: center;
  margin: 60px auto 40px;
}
.login-btn {
  background: #00214d;
  border-radius: 0.5rem;
  color: #d4d3e0;
  display: inline-block;
  font-size: 0.875rem;
  min-width: 200px;
  padding: 0.75rem 2.0rem 0.875rem;
}
.login-btn:hover {
  background: #163b6b;
  color: #fff;
}
.membersonly-detail {
  list-style: none;
  max-width: 650px;
  margin: 0 auto;
  padding-left: 0;
}
.membersonly-detail li {
  display: inline-block;
  position: relative;
  margin: 0.5rem 0.75rem;
}
.membersonly-detail li::before {
  content: '';
  display: block;
  position: absolute;
  background: #00214d;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
/* link-wrap */
.link-wrap {
  text-align: center;
  padding: 50px 0 80px;
}
.link-list {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}
.link-item {
  display: inline-block;
  width: 50%;
  margin-top: 1.0rem;
}
.link-item a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
.link-item img {
  display: inline-block;
  max-width: 100%;
  margin-right: 0.25rem;
  vertical-align: middle;
  transition: opacity 0.2s ease-in-out;
}
.link-item a:hover img {
  opacity: 0.7;
}
.link-item img.icon-qr {
  display: block;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 1601px) {
  /*--------------------------------------------------------------------------
		slick style
	---------------------------------------------------------------------------*/
  .mainvisual .slider .slick-slide {
    margin: 0 20px;
  }
  .mainvisual .slider::before, .mainvisual .slider::after {
    width: 280px;
  }
  .slick-prev {
    left: 180px;
  }
  .slick-next {
    right: 180px;
  }
}
@media screen and (max-width: 1201px) {
  /*--------------------------------------------------------------------------
		slick style
	---------------------------------------------------------------------------*/
  .mainvisual .slider .slick-slide {
    margin: 0 20px;
  }
  .mainvisual .slider::before, .mainvisual .slider::after {
    width: 180px;
  }
  .slick-prev {
    left: 130px;
  }
  .slick-next {
    right: 130px;
  }
}
@media screen and (max-width: 991px) {
  /*--------------------------------------------------------------------------
		画面幅 991px以下
		content style
	---------------------------------------------------------------------------*/
  /* memberlist-wrap */
  .memberlist-table {
    font-size: 0.875rem;
  }
  .memberlist-table tr td {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------------------
		slick style
	---------------------------------------------------------------------------*/
  .mainvisual {
    padding-top: 0;
  }
  .mainvisual .slider {
    margin-bottom: 50px;
  }
  .mainvisual .slider .slick-slide {
    margin: 0 15px;
  }
  .mainvisual .slider::before, .mainvisual .slider::after {
    width: 85px;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
  .streetcorner-items {
    width: 50%;
    padding: 15px;
  }
  /*--------------------------------------------------------------------------
		mainvisual style
	---------------------------------------------------------------------------*/
  /* title */
  .mainvisual-ttl {
    font-size: 1.25rem;
  }
  /*--------------------------------------------------------------------------
		content style
	---------------------------------------------------------------------------*/
  /* picup-wrap */
  .card-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card {
    width: 50%;
    margin-bottom: 2.0rem;
    padding: 0 1.5rem;
  }
  /* news-wrap */
  .news-txt {
    font-size: 1.0rem;
  }
  /* streetcorner-wrap */
  .streetcorner-txt {
    font-size: 1.0rem;
  }
  /* memberlist-wrap */
  .memberlist-table, .memberlist-table tbody, .memberlist-table tr {
    display: block;
    font-size: 0;
  }
  .memberlist-table tr td {
    display: inline-block;
    font-size: 1.0rem;
    width: 50%;
    text-align: center;
    padding-left: 0;
  }
  .memberlist-table tr:last-of-type td:not(:empty) {
    border-bottom-width: 1px;
  }
  .memberlist-table tr:last-of-type td:empty {
    padding: 0;
  }
  .paid-table tr td {
    font-weight: normal;
  }
  /* membersonly-wrap */
  .membersonly-detail {
    font-size: 0.875rem;
  }
  /* link-wrap */
  .link-item a {
    font-size: 1.25rem;
  }
  .link-item a > img {
    height: 18px;
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  /*--------------------------------------------------------------------------
		slick style
	---------------------------------------------------------------------------*/
  .mainvisual .slider {
    margin-bottom: 40px;
  }
  .mainvisual .slider .slick-slide {
    margin: 0 5px;
  }
  .mainvisual .slider::before, .mainvisual .slider::after {
    width: 25px;
  }
  .slick-prev, .slick-next {
    border-radius: 5px;
    width: 15px;
    height: 50px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 12px;
    line-height: 50px;
  }
  .slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
  /*--------------------------------------------------------------------------
		mainvisual style
	---------------------------------------------------------------------------*/
  /* title */
  .mainvisual-ttl {
    font-size: 1.0rem;
    padding: 0 20px;
  }
  /*--------------------------------------------------------------------------
		content style
	---------------------------------------------------------------------------*/
  /* picup-wrap */
  .card-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card {
    width: 100%;
  }
  .card-ttl {
    font-size: 1.0rem;
  }
  .card-txt {
    font-size: 0.9375rem;
  }
  /* news-wrap */
  .news-txt {
    font-size: 1.0rem;
  }
  /* news-wrap sns-wrap */
  .sns-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px auto;
  }
  .twitter-wrap {
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 0;
  }
  .facebook-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 0;
  }
  /* streetcorner-wrap */
  .streetcorner-txt {
    font-size: 0.9375rem;
  }
  .streetcorner-wrap .card {
    width: 100%;
  }
  /* memberlist-wrap */
  .memberlist-table tr td {
    font-size: 0.875rem;
    width: 50%;
  }
  .paid-table tr td {
    font-size: 1.0rem;
  }
  /* link-wrap */
  .link-item {
    width: 100%;
  }
  .link-item + .link-item {
    margin-top: 3.0rem;
  }
}
@media screen and (max-width: 420px) {
  /*--------------------------------------------------------------------------
		画面幅 420px以下
		content style
	---------------------------------------------------------------------------*/
  .memberlist-table tr td {
    width: 100%;
    text-align: left;
    padding-left: 2.0rem;
  }
}