html,
css {
    touch-action: none; /*ピンチインアウトによるズーム等不許可*/
    scrollbar-width: none;/* firefox */
}

::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

body {
    touch-action: none; /*ピンチインアウトによるズーム等不許可*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #2b2b2b;
    font-family: "'Segoe UI Light', '游ゴシック Light'";
    font-size: 1.5rem;
}

.modaal-wrapper {
  touch-action: none !important; /*ピンチインアウトによるズーム等不許可*/
}

.inline-man-item{
  margin-left: 4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.inline-man-img{
height: 200px;
}

.fossil-bottom-buttons .button {
  background: transparent;
  border: none;
  margin-bottom: 1rem;
}

.fossil-bottom-buttons .button span {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 0.25px;
  color:#fff;
  font-size: 1.2rem;
}

/* close button */
.fossil-custom-clbtn {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  z-index: 200;

}

.fossil-custom-clbtn {
  position: fixed;
  right: 10px;
  bottom: 18px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#fossil-custom-clbtn-iclose{
  right: 8px;
  bottom: 4px;
}
.infof-close{
  margin-right: 55px;
}

.inline-content-btns{
  position: fixed;
  right: 65px;
  bottom: 24px;

}

.modal-inline-button {
  color: #fff;
  border: none;
  background: transparent;
}

.modal-inline-button span {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: #fff;
  padding-bottom: 0.25px;
  color:#fff;
  font-size: 1.2rem;
}


.fossil-custom-clbtn:focus,
.fossil-custom-clbtn:hover {
  outline: none;
  background: #fff;
}

.fossil-custom-clbtn:focus:before,
.fossil-custom-clbtn:focus:after,
.fossil-custom-clbtn:hover:before,
.fossil-custom-clbtn:hover:after {
  background: #b93d0c;
}

.fossil-custom-clbtn span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.fossil-custom-clbtn:before,
.fossil-custom-clbtn:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.fossil-custom-clbtn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fossil-custom-clbtn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fossil-custom-clbtn {
  background: #afb7bc;
  right: 10px;
  bottom: 18px;
}