@charset "UTF-8";
/*                トップページ用
======================================================= */
/*TOP共通*/
.topPage {
  position: relative;
  z-index: 1;
}
.topPage::before {
  content: "";
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  /*background-color: #A6ACAE;*/
  background-color: #9d968d;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.topPage .home_cont + .home_cont {
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  .topPage .home_cont + .home_cont {
    margin-top: 80px;
  }
}
.topPage .home_ttl {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .topPage .home_ttl {
    margin-bottom: 30px;
  }
}
.topPage .home_ttl .ttl {
  font-family: "ApercuRegular", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 184.6%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .topPage .home_ttl .ttl {
    font-size: 153.8%;
  }
}
.topPage #home_intro .inner .catch {
  color: #222;
  text-align: center;
  letter-spacing: 0.15em;
}
.topPage #home_intro .inner .catch .en {
  font-family: "ApercuRegular", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .topPage #home_intro .inner .catch .en {
    font-size: 24px;
  }
}
.topPage #home_intro .inner .catch .jp {
  font-size: 107.7%;
  display: block;
}
.topPage #home_topics {
  margin-top: 80px;
}
.topPage #home_topics .inner {
  position: relative;
}
.topPage #home_topics .inner .slide_ar {
  position: absolute;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_topics .inner .slide_ar {
    position: static;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_topics .inner .slider {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .topPage #home_topics .inner .slider {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 900px) {
  .topPage #home_topics .inner .slider .set:nth-child(n + 7) {
    display: none;
  }
}
.topPage #home_topics .inner .slider .slick-list {
  /* overflow: visible; */
}
.topPage #home_topics .inner .slider .slick-arrow {
  width: 46px;
  height: 46px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: 0;
}
.topPage #home_topics .inner .slider .slick-arrow.nv_left {
  border: 1px #e5e8e7 solid;
  left: 16px;
}
.topPage #home_topics .inner .slider .slick-arrow.nv_left span::before {
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 16px;
  height: 10px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media only screen and (min-width: 901px) {
  .topPage #home_topics .inner .slider .slick-arrow.nv_left:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_topics .inner .slider .slick-arrow.nv_left:hover span::before {
    -webkit-animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    left: calc(50% - 8px);
  }
}
.topPage #home_topics .inner .slider .slick-arrow.nv_right {
  border: 1px #e5e8e7 solid;
  right: auto;
  left: 72px;
}
.topPage #home_topics .inner .slider .slick-arrow.nv_right span:after {
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 16px;
  height: 10px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 901px) {
  .topPage #home_topics .inner .slider .slick-arrow.nv_right:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_topics .inner .slider .slick-arrow.nv_right:hover span::after {
    -webkit-animation: arrowSlide_r-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_r-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    left: calc(50% - 8px);
  }
}
.topPage #home_topics .inner .slider .slick-counter {
  position: absolute;
  z-index: 1000;
  bottom: 10px;
  left: 156px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_topics .inner .slider .slick-counter {
    display: none;
  }
}
.topPage #home_topics .inner .slider .slick-counter .current {
  padding-right: 5px;
}
.topPage #home_topics .inner .slider .slick-counter .total {
  padding-left: 5px;
}
.topPage #home_topics .inner .slider.list_block::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
@media only screen and (min-width: 901px) {
  .topPage #home_topics .inner .slider.list_block {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_topics .inner .slider.list_block .set {
    margin-bottom: 0;
  }
}
.topPage #home_news {
  margin-top: 150px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_news {
    margin-top: 80px;
  }
}
.topPage #home_news .inner {
  position: relative;
}
.topPage #home_news .inner .slide_ar {
  position: absolute;
  left: 0;
  top: 70px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_news .inner .slide_ar {
    position: static;
    margin-top: 30px;
  }
}
.topPage #home_news .inner .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_news .inner .layout {
    display: block;
  }
}
.topPage #home_news .inner .layout .layout_l {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-right: 32px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_news .inner .layout .layout_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 0;
  }
}
.topPage #home_news .inner .layout .layout_r {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  .topPage #home_news .inner .layout .layout_r {
    width: 100%;
  }
}
.topPage #home_product .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .main_width {
    padding: 0 16px;
  }
}
.topPage #home_product .inner .layout {
  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: 0 -16px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 60px;
  }
}
.topPage #home_product .inner .layout .layout_l {
  width: 50%;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_l {
    width: 100%;
    margin-top: 20px;
  }
}
.topPage #home_product .inner .layout .layout_l .indent {
  padding-left: 87px;
}
@media only screen and (max-width: 1224px) {
  .topPage #home_product .inner .layout .layout_l .indent {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_l .indent {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_l .home_ttl {
    position: absolute;
    top: 0;
  }
}
.topPage #home_product .inner .layout .layout_l .home_ttl .ttl {
  color: #fff;
}
.topPage #home_product .inner .layout .layout_l .home_product_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.topPage #home_product .inner .layout .layout_l .home_product_list ul li {
  font-family: "ApercuRegular", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 123.1%;
  line-height: 1.3;
  letter-spacing: 0.1em;
  width: 50%;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_l .home_product_list ul li {
    font-size: 107.7%;
  }
}
.topPage #home_product .inner .layout .layout_l .home_product_list ul a {
  position: relative;
  color: #fff;
  display: block;
  padding: 1.85em 0;
  margin-bottom: -1px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_l .home_product_list ul a {
    padding: 1.2em 0;
  }
}
.topPage #home_product .inner .layout .layout_l .home_product_list ul a span {
  font-size: 10px;
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_l .home_product_list ul a span {
    line-height: 1.5;
  }
}
.topPage #home_product .inner .layout .layout_l .home_product_list ul a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  content: "";
  background: #c7bdb0;
}
@media only screen and (min-width: 901px) {
  .topPage #home_product .inner .layout .layout_l .home_product_list ul a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 1px;
    content: "";
    background: #fff;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_product .inner .layout .layout_l .home_product_list ul a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_product .inner .layout .layout_l .home_product_list ul a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.topPage #home_product .inner .layout .layout_r {
  width: 50%;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_r {
    width: 100%;
  }
}
.topPage #home_product .inner .layout .layout_r .img {
  /* background-image: url(/assets/renewal/images/home/product_img_pc.jpg);
          background-position: center center;
          background-repeat: no-repeat;
          //background-size: 1366px 208px;
          background-size: cover; */
  /* width: 100%;
          height: 100vh;
          background-image: url(/assets/renewal/images/home/product_img_pc.jpg);
          background-repeat: no-repeat;
          background-size: 150%;
          background-position: center top; */
}
@media only screen and (max-width: 900px) {
  .topPage #home_product .inner .layout .layout_r .img {
    margin-right: -16px;
  }
}
.topPage #home_product .inner .layout .layout_r .img img {
  width: 100%;
  height: auto;
}
.topPage #home_newitem {
  margin-top: 150px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_newitem {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .topPage #home_newitem .inner .slider {
    opacity: 1 !important;
    margin-right: -32px;
  }
}
.topPage #home_newitem .inner .slider .slick-arrow {
  width: 46px;
  height: 46px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: -80px;
  bottom: auto;
}
.topPage #home_newitem .inner .slider .slick-arrow.nv_left {
  border: 1px #e5e8e7 solid;
  left: auto;
  right: 72px;
}
.topPage #home_newitem .inner .slider .slick-arrow.nv_left span::before {
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 16px;
  height: 10px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media only screen and (min-width: 901px) {
  .topPage #home_newitem .inner .slider .slick-arrow.nv_left:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_newitem .inner .slider .slick-arrow.nv_left:hover span::before {
    -webkit-animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    left: calc(50% - 8px);
  }
}
.topPage #home_newitem .inner .slider .slick-arrow.nv_right {
  border: 1px #e5e8e7 solid;
  left: auto;
  right: 16px;
}
.topPage #home_newitem .inner .slider .slick-arrow.nv_right span:after {
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 16px;
  height: 10px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 901px) {
  .topPage #home_newitem .inner .slider .slick-arrow.nv_right:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  .topPage #home_newitem .inner .slider .slick-arrow.nv_right:hover span::after {
    -webkit-animation: arrowSlide_r-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_r-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    left: calc(50% - 8px);
  }
}
.topPage #home_newitem .inner .slider .slick-counter {
  position: absolute;
  z-index: 1000;
  top: -67px;
  right: 156px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_newitem .inner .slider .slick-counter {
    display: none;
  }
}
.topPage #home_newitem .inner .slider .slick-counter .current {
  padding-right: 5px;
}
.topPage #home_newitem .inner .slider .slick-counter .total {
  padding-left: 5px;
}
.topPage #home_ranking {
  margin-top: 150px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_ranking {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .topPage #home_ranking .inner .slider {
    opacity: 1 !important;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .topPage #home_ranking .inner .slider {
    padding-right: 60px;
  }
}
.topPage #home_ranking .inner .slider .slick-list {
  padding-top: 20px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_ranking .inner .slider .slick-list {
    overflow: visible;
    padding-top: 16px;
  }
}
.topPage #home_journal {
  margin-top: 150px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_journal {
    margin-top: 80px;
  }
}
.topPage #home_journal .inner {
  position: relative;
}
.topPage #home_journal .inner .slide_ar {
  position: absolute;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_journal .inner .slide_ar {
    position: static;
    margin-top: 30px;
  }
}
.topPage #home_journal .inner .list_block .set {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .topPage #home_journal .inner .list_block .set {
    width: 100%;
  }
}
.topPage #home_insta {
  /*background: #e5e8e7;*/
  background-color: #9d968d;
  padding: 160px 0;
  margin-top: 150px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_insta {
    padding: 80px 0;
    margin-top: 80px;
  }
}
.topPage #home_insta .inner {
  position: relative;
  z-index: 1;
}
.topPage #home_insta .inner .slide_ar {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_insta .inner .slide_ar {
    top: 180px;
    right: auto;
    text-align: center;
    width: 100%;
    margin-left: 5px;
  }
}
.topPage #home_insta .ecbn-selection-widget,
.topPage #home_insta .ecbn-selection-preview-content {
  font-family: "ApercuRegular", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}
.topPage #home_insta .ecbn-selection-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topPage #home_insta .ecbn-selection-title > span {
  top: 4px;
}
.topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible !important;
  padding: 20px 0;
}
@media only screen and (max-width: 900px) {
  .topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper {
    text-align: center;
    display: block;
  }
}
.topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-title {
  font-family: "ApercuRegular", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-title {
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-title img {
    margin: 0 auto 20px;
  }
}
.topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-title span {
  margin-left: 20px;
}
.topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 28px;
  padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-description {
    text-align: center;
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-description span p {
  display: none;
}
.topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  overflow-x: visible !important;
  max-width: 1128px;
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    margin-top: 100px;
  }
}
.topPage
  #home_insta
  .aaaavsm-slider
  .ecbn-selection-widget
  .ecbn-selection-wrapper
  .ecbn-selection-slide-wrapper
  ul.ecbn-selection-snap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible !important;
}
.topPage
  #home_insta
  .aaaavsm-slider
  .ecbn-selection-widget
  .ecbn-selection-wrapper
  .ecbn-selection-slide-wrapper
  ul.ecbn-selection-snap
  li.ecbn-selection-item {
  float: none;
  margin-right: 32px;
}
@media only screen and (max-width: 900px) {
  .topPage
    #home_insta
    .aaaavsm-slider
    .ecbn-selection-widget
    .ecbn-selection-wrapper
    .ecbn-selection-slide-wrapper
    ul.ecbn-selection-snap
    li.ecbn-selection-item {
    margin-right: 16px;
  }
}
.topPage #home_insta .aaaavsm-slider .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-to-nextpage {
  display: none;
}
.topPage.gray {
  /**
    #header{
      #header_area{
        .hd_layout{
          > .layout_l{
            #hd_logo{
              a.title{
                &::before{
                  color: #fff;
                }
              }
            }
          }
          > .layout_r{
            #hd_navi{
              ul{
                li{
                  a{
                    &::before{
                      color: #fff;
                    }
                  }
                }
                li.hamburger_trigger{
                  > span{
                    span{
                      background-color: #fff;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }//header
    **/
}
.topPage.gray::before {
  opacity: 1;
}
.topPage.gray .home_ttl {
  color: #fff;
}
.topPage.gray .slide_ar a {
  color: #fff;
}
.topPage.gray #home_intro .catch {
  color: #fff;
}
.topPage.gray #home_topics .inner .slider.list_block::before {
  background: #9d968d;
}
.topPage.gray #home_topics .inner .slider.list_block .set .set_inner .txt .ttl {
  color: #fff;
}
.topPage.gray #home_topics .inner .slider .slick-counter {
  color: #fff;
}
.topPage.gray #home_topics .inner .slider .slick-arrow {
  color: #fff;
}
.topPage.gray #home_news .news_list_block .set .set_inner dl dt,
.topPage.gray #home_news .news_list_block .set .set_inner dl dd {
  color: #fff;
}
.topPage.gray #home_news .news_list_block .set a::before {
  background: #c7bdb0;
}
@media only screen and (min-width: 901px) {
  .topPage.gray #home_news .news_list_block .set a::after {
    background: #fff;
  }
}
.topPage.gray #home_newitem .slider.list_block .set .set_inner .txt .tag_area .icon {
  color: #fff;
}
.topPage.gray #home_newitem .slider.list_block .set .set_inner .txt .ttl {
  color: #fff;
}
.topPage.gray #home_newitem .slider.list_block .set .set_inner .txt .info ul li {
  color: #fff;
}
.topPage.gray #home_newitem .slider .slick-counter {
  color: #fff;
}
.topPage.gray #home_newitem .slider .slick-arrow {
  color: #fff;
}
.topPage.gray #home_ranking .slider.list_block .set .set_inner .txt .tag_area .icon {
  color: #fff;
}
.topPage.gray #home_ranking .slider.list_block .set .set_inner .txt .ttl {
  color: #fff;
}
.topPage.gray #home_ranking .slider.list_block .set .set_inner .txt .info ul li {
  color: #fff;
}
.topPage.gray #home_journal .list_block .set .set_inner .txt .tag_area .icon {
  color: #fff;
}
.topPage.gray #home_journal .list_block .set .set_inner .txt .ttl {
  color: #fff;
}
.topPage.gray #home_journal .list_block .set .set_inner .txt .info ul li {
  color: #fff;
}
