@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
.br-none br {
  display: none;
}
/* _____________________________________________________________________ HTML5 Reset */
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
time,
figcaption {
  display: inline;
}
/* _____________________________________________________________________ TEXT */
p {
  margin: 0 0 1em 0;
}
.nowrap {
  white-space: nowrap;
}
em {
  font-style: normal;
  font-weight: bold;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
li {
  list-style: none;
}
a {
  word-break: break-all;
  text-decoration: none;
}
a img {
    border-style:none \9;
}
select::-ms-expand {
  display: none;
}
/* font */
@ff-roboto {
  font-family: 'Roboto', sans-serif;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.7rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.slick-prev {
  left: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-image: url(../../js/lib/slick/slick-arrow-prev.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ca1724;
  opacity: 0.9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
button.slick-prev:hover,
button.slick-prev:focus {
  background-image: url(../../js/lib/slick/slick-arrow-prev.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ca1724;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
button.slick-prev:before {
  content: "";
}
button.slick-next {
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-image: url(../../js/lib/slick/slick-arrow-next.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ca1724;
  opacity: 0.9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
button.slick-next:hover,
button.slick-next:focus {
  background-image: url(../../js/lib/slick/slick-arrow-next.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ca1724;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
button.slick-next:before {
  content: "";
}
.slick-dots {
  left: 0;
  right: 0;
  bottom: 0;
}
