*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.header-inner {
  max-width: 1200px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: block;
  width: 350px;
}

.site-menu ul {
  display: flex;
}

.site-menu ul li {
  margin-left: 18px;
  margin-right: 0px;
}

.site-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.openbtn {
  display: none;
}


/* VIEW MORE */
.button,
a.button,

button-001 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .7em 2em;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
    text-decoration: none;
}




/* メニューパーツのメニューごとの囲み枠を非表示 */
.fs-p-sideMenu .fs-pt-menu__heading--lv1{
	border: none;
	}

.fs-p-sideMenu .fs-pt-menu__heading--lv2{
	border-bottom: none;
	}
	
.fs-p-sideMenu .fs-pt-menu__heading--lv3{
	border-bottom: none;
	}



/* 240603追加 */

@media screen and (max-width: 767px){
  .fs-body-product table{
    width: 100% !important;
    max-width: 100% !important;
  }
  .fs-body-product iframe{
    width: 100% !important;
    max-width: 100% !important;
  }

  a.btn{
    max-width: 300px !important;
  }

  
}


/* ＝＝＝＝＝＝＝＝ */
/* ここから編集可能 */
/* ＝＝＝＝＝＝＝＝ */

.noHiddenContainer{
  overflow: hidden;
}
.noHiddenContainer .container,.noHiddenContainer .slick-list{
overflow: visible;
}