.headlineNews{
  text-align: center;
}
.headlineNews a{
  font-size: 12px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 768px){
  .headlineNews a{
    font-size:11px;
    margin-bottom:42px;
  }
}
.header__logo {
  display: none;
}
.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 55px;
}
@media screen and (max-width: 768px){
  .slider {
   	margin-top: 48px;
  }
}

.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}
#wrapper .slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  height:3px;
}

.slick-dots {
  bottom: -30px;
}
#js-slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

.slider {
  position: relative;
}

.slider .g_top {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 18px;
  left: 0px;
  top: 0px;
}

.slider .g_bottom {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 18px;
  left: 0px;
  bottom: 0px;
}

.banner2 {
  margin: 0 auto;
  max-width: 1240px;
  margin-top: 62px;
  text-align: center;
}

/*==================*/
/*TOP MENU*/

.top-menu{
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  border-bottom: 1px solid #d9d9d9;
  width: calc(1098 / 1440 * 100%);
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.top-menu-sp {
  display: none;
}
/* Chrome、Safari以外 */
summary {
  display: block;
}
/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 768px){
  .top-menu{
    display: block;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .top-menu {
    display: none;
  }
  .top-menu-sp {
    display: block;
    width: calc(315 / 375 * 100%);
    margin: 70px auto 0 auto;

  }
  .top-menu-spWrapper {
    border-bottom: 1px solid #ccc;
  }
  .top__contents-title {
    margin-top: 50px;
    width: 100vw;
  }

}
.top-menu dl{
  /*display: flex;
  margin-right: 50px;*/
  margin-bottom: 0;
}
.top-menu dl:last-child{
  margin-right: 0px;
}
@media screen and (max-width: 768px){
  details + details {
    margin-top: 15px;
  }
  summary {
    position: relative;
  }
  .top-menu-sp .summary__last {
    margin-bottom: 50px;
  }
  
  .top-menu-sp-icon::before,
  .top-menu-sp-icon::after {
    position: absolute;
    content: "";
    display: block;
    top: 28%;
    right:0;
    width: 10px;
    height: 1px;
    background-color: #e0e0e0;
    transform: translateY(-50%);
  }
  .top-menu-sp-icon::after {
    transform: rotate(90deg);
    transition: transform .3s ease-out;
  }
  details.is-opened .top-menu-sp-icon::after {
    transform: rotate(0) translateY(-50%);
  }
  .top-menu-sp-icon.active::after{
    transform: rotate(0deg);
  }
  .top-menu-sp details{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.top-menu dt{
  margin-right: 20px;
  letter-spacing: 0.03em;
  font-size:13px;
}
@media screen and (max-width: 768px){
  .top-menu-sp summary{
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size:12px;
    font-weight: bold;
  }
}
.top-menu dd{
  letter-spacing: 0.01em;
  margin-left: 0;
}
@media screen and (max-width: 768px){
  .top-menu dd{
    margin-left: 0;
  }
}
.top-menu dd ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-menu dd ul li a{
  color:#2c2c2c;
  font-size:13px;
  transition:opacity .6s;
}
.top-menu dd ul li a:hover{
  text-decoration: none;
  opacity: 0.4;
}
@media screen and (max-width: 768px){
  .top-menu-sp ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .top-menu-sp ul li a{
    font-size:12px;
  }
}

/*==================*/
/*FEATURE*/
.top__contents-title {
  text-align: center;
  margin: 90px 0 40px 0;
}
.top__contents-title h1 {
  font-family: 'Montserrat',"游ゴシック体",YuGothic,"游ゴシック",Yu Gothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.54;
  letter-spacing: .08em;
  font-weight: 500;
  margin: 0;
}

#feature {
  position: relative;
  padding-top: 0;
  width: calc(980 / 1440 * 100%);
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 0;
}
.feature{
  padding-bottom: 100px;
  padding-top: 40px;
}
@media screen and (max-width: 768px){
  #feature {
    width: calc(345 / 375 * 100%);
    margin: 0 0 0 auto;
    padding: 0 0 20px 0;
  }

}
.feature ul{
  width: 1240/1360*100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin: 0;
  padding: 0;
}
.feature ul li:first-child{
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.feature ul li{
  width: calc(480 / 980 * 100%);
  list-style: none;
}
@media screen and (max-width: 768px){
  .feature ul{
    display: block;
    margin: 0;
    padding: 0;
  }
  .feature ul li:first-child{
    margin-bottom: 24px;
  }
  .feature ul li{
    width: 100%;
  }
  
}
.feature ul li a:hover{
  text-decoration: none;
}
.feature ul li span{
  font-size:14px;
  letter-spacing: 0.02em;
  color:#2c2c2c;
}
@media screen and (max-width: 768px){
  .feature ul li span{
    font-size: 12px;
  }
}
.feature-img{
  margin-bottom: 8px;
}
.feature-no{
  font-weight: 500;
  padding-right: 2em;
}

@media (max-width: 480px) {
  .banner2sub1 {
    margin-top: 20px;
  }

}

/*RECOMMEND*/
@media screen and (max-width: 768px){
  .top-recommend .section__title-h2{
    margin-bottom: 0;
  }
  .product-list li .body{
    padding-top: 0;
    margin-top: -10px;
  }
}


@-ms-viewport {
    width:auto;
}
html {
 overflow-y: scroll;
 -ms-overflow-style:scrollbar;
}

.bnr-line_box{
  position: fixed; 
  z-index: 99999; 
  bottom: 0; 
  right: 0; 
  width: 310px; 
}
.bnr-line_box .floating-banner {

}
.bnr-line_box .bnr-line_box--close{
  width: 30px;
  height: 30px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 99999;
}
.bnr-line_box .floating-banner__image {
  max-width: 100%; 
}
@media screen and (max-width: 990px) { 
  .bnr-line_box {
    display: none; 
  }
}
@media screen and (max-width: 560px) { 
  .bnr-line_box  {
    display: block;
    width: 100vw; 
  }
  .bnr-line_box .bnr-line_box--close{
    width: 40px;
    height: 40px;
  }
}
