@charset "UTF-8";
/**************************************************/
/* mixin */
/**************************************************/
/***** font-size ******/
/**例
h1 {
	font-size: rem(24px); // -> 1.5rem
}
**/
/***** clearfix ******/
/***** opacity *****/
/***** placeholder *****/
/*************** 矢印 線タイプ ****************/
/*************** 矢印 線タイプ2重 ****************/
/*************** 矢印 塗りタイプ ****************/
/*************** 吹き出しボックス ****************/
/*************** フロー矢印 ****************/
/* 塗り矢印 */
/* 線矢印 */
/*************** テーブル風リスト ****************/
.btn-more {
  margin-top: 45px;
  text-align: center;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .btn-more {
    margin-top: 30px;
  }
}

.c-ttl-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .c-ttl-main-wrap {
    display: block;
    padding: 0;
  }
}
.c-ttl-main-wrap.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/**************************************************/
/* 詳細 */
/**************************************************/
.detail-article {
  margin-bottom: 120px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .detail-article {
    margin-bottom: 60px;
  }
}
.detail-article.is-bg {
  margin: 0;
  padding: 90px 0;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .detail-article.is-bg {
    padding: 60px 0;
  }
}
.detail-article.is-bg:nth-child(2n) {
  margin-right: -500%;
  margin-left: -500%;
  padding-right: 500%;
  padding-left: 500%;
  background-color: #e8ecec;
}

.detail-main {
  margin-bottom: 90px;
}

.detail-box {
  margin-bottom: 90px;
}

.detail-img {
  margin-bottom: 30px;
}
.detail-img.is-width {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 600px;
}

.detail-body {
  margin-bottom: 30px;
  line-height: 1.8;
}

/**************************************************/
/* ボタン類 */
/**************************************************/
.l-second-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .l-second-btn-wrap {
    display: block;
  }
}
.l-second-btn-wrap .btn-more {
  padding: 15px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .l-second-btn-wrap .btn-more {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
  }
}

/**************************************************/
/* PDF */
/**************************************************/
.pdf-desc-text {
  padding-bottom: 10px;
}

.js-download-form {
  margin-bottom: 30px;
}

/**************************************************/
/* 簡易ログイン */
/**************************************************/
.second-login {
  padding-top: 90px;
  font-family: YakuHanMPs, "Noto Serif JP", serif;
  text-align: center;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .second-login {
    padding: 0 15px;
    padding-top: 15px;
  }
}

.second-login-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  width: 100%;
}

.second-login-form-ttl {
  width: 120px;
  font-size: 1rem;
  text-align: left;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .second-login-form-ttl {
    width: 90px;
    font-size: 0.875rem;
  }
}

.second-login-form {
  width: 360px;
}

/***** ページ下部お見積りの導線 *****/
.bottom-contact {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(/images/bottom-contact-bg.jpg);
}
.bottom-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 144, 155, 0.6);
}

.bottom-contact__ttl {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 2.1875rem;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__ttl {
    margin-top: 15px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 710px) {
  .bottom-contact__ttl {
    margin-top: 0;
  }
}
.bottom-contact__ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  width: 45px;
  height: 1px;
  background: #ffffff;
}

.bottom-contact__txt {
  color: #ffffff;
  font-size: 1.375rem;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__txt {
    font-size: 0.9375rem;
  }
}

.bottom-contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 710px) {
  .bottom-contact__flex {
    display: block;
  }
}

.bottom-contact__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 710px) {
  .bottom-contact__contents {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 710px) {
  .bottom-contact__btn {
    margin: 0 auto;
    max-width: 460px;
  }
}

.bottom-contact__link {
  display: block;
  min-width: 390px;
  text-align: center;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__link {
    min-width: 300px;
  }
}
.bottom-contact__link:hover {
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.bottom-contact__link.is-form {
  padding: 25px 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #7c909b;
  font-size: 1.375rem;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__link.is-form {
    padding: 20px 0;
    font-size: 1.125rem;
  }
}
.bottom-contact__link.is-form:hover {
  background: #4c6b7a;
}
.bottom-contact__link.is-tel {
  padding: 10px 0;
  border: 1px solid #cccccc;
  color: #333333;
  background: #ffffff;
  font-size: 1.875rem;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__link.is-tel {
    padding: 10px 0;
    font-size: 1.375rem;
  }
}
.bottom-contact__link:hover {
  text-decoration: none;
}
.bottom-contact__link:first-child {
  margin-bottom: 15px;
}

.bottom-contact__form {
  position: relative;
  padding-left: 45px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__form {
    padding-left: 35px;
  }
}
.bottom-contact__form:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 25px;
  height: 27px;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJfMiIgZGF0YS1uYW1lPSIyIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjAgMTIwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtzdHJva2Utd2lkdGg6MH08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNODguNyAxMjBIMzEuM2MtMTEuMSAwLTIwLjEtOS0yMC4xLTIwLjFWMjAuMUMxMS4yIDkgMjAuMiAwIDMxLjMgMGg0M2wyLjIgMi4yIDMwLjIgMzAuMiAyLjIgMi4ydjY1LjNjMCAxMS4xLTkgMjAuMS0yMC4xIDIwLjFabTEyLjctODIuNEg4MS44Yy01LjggMC0xMC42LTQuNy0xMC42LTEwLjZWNy41SDMxLjNjLTcgMC0xMi43IDUuNy0xMi43IDEyLjd2NzkuN2MwIDcgNS43IDEyLjcgMTIuNyAxMi43aDU3LjRjNyAwIDEyLjctNS43IDEyLjctMTIuN1YzNy43WiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTMxLjMgODMuNGg3LjJ2Ni45aC03LjJ6TTMxLjMgNjYuN2g3LjJ2Ni45aC03LjJ6TTMxLjMgNTBoNy4ydjYuOWgtNy4yek0zMS4zIDMzLjNoNy4ydjYuOWgtNy4yek00Ni4zIDgzLjRoNDIuNHY2LjlINDYuM3pNNDYuMyA2Ni43aDQyLjR2Ni45SDQ2LjN6TTQ2LjMgNTBoNDIuNHY2LjlINDYuM3pNNDYuMyAzMy4zaDE3LjR2Ni45SDQ2LjN6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__form:before {
    width: 20px;
    height: 22px;
  }
}

.bottom-contact__num {
  position: relative;
  padding-left: 40px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__num {
    padding-left: 30px;
  }
}
.bottom-contact__num:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 22px;
  height: 25px;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyMCAxMjAiPjxwYXRoIGQ9Ik0xMTIgOTMuOGMtNC41LTQuMy0xOS4xLTEzLjEtMjIuOC0xNC4zLTMuNy0xLjItOC41IDItMTAuMiA2LjQtMS42IDQuNC0zLjkgMy44LTMuOSAzLjhzLTguNy00LjEtMjMuOC0yMkMzNi4yIDQ5LjggMzMuNyA0MC41IDMzLjcgNDAuNXMtLjItMi40IDQuNC0zLjNjNC42LS45IDguNi01LjEgOC04LjktLjUtMy44LTYuOC0xOS43LTEwLjMtMjQuOUMzMi40LTEuNyAyNC42LjEgMjIuOSAxLjIgMjEuMSAyLjMgMi42IDExLjkgNi4xIDMzYzMuNSAyMSAxMy40IDM4LjUgMjQuOCA1MnMyNi45IDI2LjMgNDcuMSAzMy4zYzIwLjEgNyAzMi44LTkuNiAzNC4xLTExLjIgMS4zLTEuNiA0LjUtOC45IDAtMTMuM1oiIHN0eWxlPSJmaWxsOiM3YzkwOWI7c3Ryb2tlLXdpZHRoOjAiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__num:before {
    bottom: 6px;
    width: 18px;
    height: 19px;
  }
}

.bottom-contact__desc {
  display: block;
  padding-left: 0;
  font-size: 0.75rem;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .bottom-contact__desc {
    font-size: 0.625rem;
  }
}

.c-btn.is-form-send {
  border: 1px solid #7c909b;
}
.c-btn.is-form-back {
  border: 1px solid #7c909b;
  background: #ffffff;
  color: #7c909b;
}
.c-btn.is-form-back::before {
  border-color: #7c909b;
}
.c-btn.is-form-back:hover {
  background: #e8ecec;
}
.c-btn.is-form-back:hover::before {
  border-color: #7c909b;
}

/**************************************************/
/* top */
/**************************************************/
/***** TOP 冒頭リンク *****/
.top-link-contents {
  display: none;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-link-contents {
    display: block;
    padding: 30px 0;
    background: #e8ecec;
  }
}

.top-link-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}

.top-link-contents-list__item {
  padding: 0 2px;
  width: 33.333%;
}

.top-link-contents-list__link {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 35px;
  border-radius: 5px;
  color: #333333;
  background: #ffffff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-shadow: 2px 2px 0 rgba(124, 144, 155, 0.3);
          box-shadow: 2px 2px 0 rgba(124, 144, 155, 0.3);
  position: relative;
  text-align: center;
}
.top-link-contents-list__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.top-link-contents-list__link:hover {
  color: #ffffff;
  background: #7c909b;
  text-decoration: none;
}
.top-link-contents-list__link:hover span {
  color: #ffffff;
}
.top-link-contents-list__link:hover:before {
  border-color: #7c909b;
}
.top-link-contents-list__link:hover:after {
  border-color: #ffffff;
  background: #ffffff;
}
.top-link-contents-list__link:before {
  top: auto;
  bottom: 15px;
  margin-top: 0;
  margin-left: -1px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  z-index: 2;
}
.top-link-contents-list__link:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #7c909b;
  border-radius: 100%;
  background: #7c909b;
}
.top-link-contents-list__link span {
  display: block;
  margin-bottom: 5px;
  color: #7c909b;
  font-size: 0.75rem;
}

/***** TOP TOPICS *****/
.top-topics {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #7c909b;
  color: #ffffff;
  overflow: hidden;
}

.top-topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-topics-list__item:nth-child(2n) {
  padding-top: 15px;
}

.top-topics-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-topics-list-head {
    margin-right: 0;
  }
}

.top-topics-list__date {
  margin-right: 30px;
}

.top-topics-list__category {
  width: 75px;
  font-size: 10px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-topics-list__category {
    min-width: 75px;
    width: auto;
  }
}
.top-topics-list__category span {
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
  background: #333333;
  color: #ffffff;
  text-align: center;
}

.top-topics-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-topics-list__ttl {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 10px;
    width: 100%;
  }
}
.top-topics-list__ttl a {
  color: #ffffff;
}

/***** NEWS *****/
.top-news {
  padding-bottom: 45px;
}

.top-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-news-list {
    display: block;
    margin: 0 45px;
  }
}

.top-news-list__item {
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-news-list__item {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
}

.top-news-list__link {
  display: block;
  color: #000000;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-news-list__link {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}
.top-news-list__link:hover {
  color: #007ae5;
  text-decoration: none;
}

.top-news-list__img {
  margin-bottom: 15px;
}

.top-news-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.top-news-list__category {
  margin-left: 10px;
  color: #ffffff;
}
.top-news-list__category span {
  display: inline-block;
  padding: 4px 10px 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 15px;
  background: #7c909b;
}

.top-news-list__date {
  color: #696969;
}

/***** Sample plan *****/
.top-lineup-size {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size {
    padding-top: 45px;
  }
}
.top-lineup-size:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #e8ecec;
  z-index: -1;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size:before {
    width: calc(100% - 15px);
  }
}

.top-lineup-size-wrap {
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size-wrap {
    padding-right: 15px;
  }
}

.top-lineup-size-head {
  margin-bottom: 30px;
}

.top-lineup-size-txt {
  letter-spacing: 2px;
  line-height: 30px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size-txt {
    letter-spacing: 1px;
  }
}
.top-lineup-size-txt strong {
  display: block;
  margin-bottom: 15px;
  font-size: 1.375rem;
  letter-spacing: 5px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size-txt strong {
    font-size: 1.125rem;
    letter-spacing: 2px;
  }
}

.top-lineup-size-info {
  margin-bottom: 15px;
}

.top-lineup-size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-lineup-size-list__item {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 25%;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size-list__item {
    max-width: 330px;
    min-width: 330px;
    width: 100%;
  }
}

.top-lineup-size-list__link {
  display: block;
  position: relative;
  padding: 20px 25px 15px 25px;
  height: 100%;
  border-radius: 15px;
  color: #333333;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-align: center;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-size-list__link {
    padding: 35px 20px 30px 20px;
  }
}
.top-lineup-size-list__link:hover {
  color: #333333;
  -webkit-box-shadow: 5px 5px 5px rgba(161, 179, 183, 0.5);
          box-shadow: 5px 5px 5px rgba(161, 179, 183, 0.5);
  text-decoration: none;
}

.top-lineup-size-list__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 0.625rem;
  background: #7c909b;
  letter-spacing: 0;
  line-height: 1.4;
}
.top-lineup-size-list__size strong {
  font-size: 0.9375rem;
}

.top-lineup-size-list__ttl {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  text-align: center;
}
.top-lineup-size-list__ttl span {
  display: block;
  margin: 5px auto 0 auto;
  padding: 2px 5px 0 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  background: #f1f1f1;
}

.top-lineup-size-list__img {
  margin-bottom: 30px;
}
.top-lineup-size-list__img img {
  width: auto;
  height: 150px;
}

.top-lineup-size-list__price {
  color: #7c909b;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.top-lineup-size-list__price .is-label {
  margin-bottom: 10px;
  padding: 2px 0;
  color: #333333;
  background: #e8ecec;
  font-size: 0.9375rem;
  font-weight: normal;
  text-align: center;
}
.top-lineup-size-list__price .is-tax {
  margin-left: 5px;
  color: #333333;
  font-weight: normal;
  font-size: 0.625rem;
}

.top-lineup-size-list__view {
  margin: 30px auto 0 auto;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7c909b;
  position: relative;
}
.top-lineup-size-list__view:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #7c909b;
  border-bottom: 1px solid #7c909b;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

/***** TOP concept *****/
.top-concept {
  padding-top: 90px;
  padding-bottom: 45px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}

.top-concept-bg {
  position: relative;
  margin-top: 90px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept-bg {
    margin-top: 120px;
  }
}
.top-concept-bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 30px);
  height: 495px;
  border-radius: 15px 0 0 15px;
  background-color: #e8ecec;
  z-index: -1;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept-bg:before {
    top: 47%;
    width: calc(100% - 15px);
    height: 122%;
  }
}

.top-concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 1530px) {
  .top-concept-list {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .top-concept-list {
    display: block;
  }
}

.top-concept-list__txt {
  padding-right: 60px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept-list__txt {
    padding-right: 0;
  }
}

.top-concept-logo {
  width: 300px;
  -webkit-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
          transform: translateY(-75px);
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept-logo {
    position: absolute;
    width: 220px;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

.top-concept-ttl {
  font-size: 1.375rem;
  letter-spacing: 5px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept-ttl {
    letter-spacing: 2px;
  }
}

.top-concept-txt {
  letter-spacing: 2px;
  line-height: 30px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept-txt {
    letter-spacing: 1px;
  }
}

.top-concept-list__img {
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-concept-list__img {
    margin-top: 35px;
  }
}

/***** TOP scene *****/
.top-scene {
  padding-top: 105px;
  padding-bottom: 105px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}

.top-scene-bg {
  position: relative;
  margin-top: 45px;
}
.top-scene-bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52%;
  height: 570px;
  border-radius: 15px 0 0 15px;
  background: #95a6c2;
  z-index: -1;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene-bg:before {
    width: calc(100% - 15px);
    height: 110%;
  }
}
.top-scene-bg.is-reverse {
  margin-top: 225px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene-bg.is-reverse {
    margin-top: 90px;
  }
}
.top-scene-bg.is-reverse:before {
  left: 0;
  width: 55%;
  border-radius: 0 15px 15px 0;
  background: #a4c4b9;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene-bg.is-reverse:before {
    width: calc(100% - 15px);
  }
}

.top-scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene-list {
    display: block;
    padding: 0 0 0 15px;
  }
}
.top-scene-list.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene-list.is-reverse {
    padding: 0 15px 0 0;
  }
}

.top-scene-ttl {
  color: #ffffff;
  font-size: 2.8125rem;
  letter-spacing: 2px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene-ttl {
    font-size: 1.875rem;
  }
}

.top-scene-txt {
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 2px;
}

.top-scene-list__img {
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-scene-list__img {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 600px;
  }
}

/***** TOP function *****/
.top-function {
  padding-top: 90px;
  padding-bottom: 120px;
  overflow: hidden;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-function {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.top-function-bg {
  position: relative;
  padding-top: 75px;
  padding-bottom: 90px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-function-bg {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.top-function-bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #e8ecec;
  z-index: -1;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-function-bg:before {
    width: calc(100% - 15px);
  }
}
.top-function-bg .btn-more {
  margin-top: 30px;
}

.top-function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-function-list {
    display: block;
    padding-right: 15px;
  }
}

.top-function-list__item {
  margin-bottom: 45px;
  padding: 0 20px;
  width: 50%;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-function-list__item {
    margin: 0 auto 45px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-function-list__wrap {
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-function-list__wrap {
    max-width: 600px;
  }
}

.top-function-list__txt {
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-function-list__txt {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
}
.top-function-list__txt a {
  color: #696969;
}
.top-function-list__txt a:hover {
  color: #696969;
}

.top-function-list__img {
  margin-bottom: 15px;
}

.top-function-txt {
  margin-bottom: 30px;
  font-size: 1.375rem;
}

/***** TOP lineup *****/
.top-lineup {
  padding-bottom: 0;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup {
    padding-top: 30px;
  }
}

.top-lineup-bg-wrap {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url(../images/top-lineup-bg-img.jpg);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-bg-wrap {
    padding-top: 60px;
  }
}

.top-lineup-white-bg-wrap {
  position: relative;
  padding: 0 45px;
  height: 660px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-white-bg-wrap {
    padding: 45px 15px;
    height: auto;
  }
}

.top-lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-list {
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}

.top-lineup-list__img {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 25%;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-list__img {
    width: 50%;
  }
}
.top-lineup-list__img a:hover {
  opacity: 0.9;
}

.top-lineup-list__ttl {
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
}
.top-lineup-list__ttl:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #7c909b;
}

.top-lineup-contents {
  position: absolute;
  right: 75px;
  bottom: 45px;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  z-index: 2;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-contents {
    position: static;
    margin-bottom: 30px;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}

.top-lineup-contents-txt {
  padding-bottom: 45px;
  letter-spacing: 2px;
  line-height: 30px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-contents-txt {
    padding-bottom: 0;
  }
}

.top-lineup-contents-btn {
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-lineup-contents-btn {
    text-align: center;
  }
}

/***** TOP voice *****/
.top-voice-bg {
  position: relative;
  margin-top: 45px;
}
.top-voice-bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  background-color: #e8ecec;
  z-index: -1;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-voice-bg:before {
    width: calc(100% - 15px);
  }
}

.top-voice-wrap {
  padding: 60px 0;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 1530px) {
  .top-voice-wrap {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .top-voice-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-voice-head {
  margin-bottom: 30px;
}

.top-voice-txt {
  letter-spacing: 2px;
  line-height: 30px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-voice-txt {
    letter-spacing: 1px;
  }
}

.top-voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-voice-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-voice-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .top-voice-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.top-voice-list__item {
  padding-left: 30px;
  padding-right: 30px;
  width: 33.3333%;
  /*
  	@if $media-width == tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb {
  		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
  		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
  		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
  			@content;
  		}
  	}
  	@if $media-width == tb-vert {
  		@media only screen and (max-width: $bp-tb-vert) {
  			@content;
  		}
  	}
  	@if $media-width == min-tb-vert {
  		@media only screen and (min-width: $bp-min-tb-vert) {
  			@content;
  		}
  	}
  */
}
@media only screen and (max-width: 990px) {
  .top-voice-list__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-voice-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .top-voice-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .top-voice-list__item:last-of-type {
    margin-bottom: 0;
  }
}

.top-voice-list__link {
  color: #333333;
}
.top-voice-list__link:hover { /*マウスをのせたとき*/
  color: #666666;
  text-decoration: none;
}
.top-voice-list__link:hover img {
  opacity: 0.9;
}
.top-voice-list__link:active { /*マウスを押したとき*/
  color: #666666;
  text-decoration: none;
}
.top-voice-list__link:active img {
  opacity: 0.9;
}

.top-voice-list__img img {
  width: 100%;
  height: auto;
}

.top-voice-list__ttl {
  padding-top: 10px;
}
/*# sourceMappingURL=style-top.css.map */