@charset "utf-8";

body,
button,
table {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #585858;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  word-wrap: break-word;
}

button {
  background-color: transparent;
  border: inherit;
  border-radius: inherit;
  cursor: pointer;
  padding: 0;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

img[src$=".svg"], object[src$=".svg"] {
  height: auto;
  max-width: 100%;
  width: 100%;
}

figure {
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

tr,
th,
td {
  box-sizing: border-box;
}

hr {
  border-bottom: none;
}

/* setting */
body {
  font-family: 'Yu Mincho Medium','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

body.preload .wow {
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

picture {
  display: block;
  font-size: 0;
}

body > img {
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@media screen and (min-width: 769px) {
  .-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

/***** loading *****/
.loading {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .loading {
    background: url(../images/visual-ex-sp.png) no-repeat center bottom / 100%;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
  }
}

/***** base *****/
#cboxOverlay {
  background: transparent;
}

.cboxIframe {
  background: transparent;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("../images/btn_close.png") center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  transition: opacity .5s;
  z-index: 900;
}


@media print {
  * {
    display: none;
    opacity: 0;
    background: #fff;
  }

  img {
    display: none;
    opacity: 0;
    background: #fff;
  }
}

/* 中央のスライド */
.slick-center .item-txt {
  display: block !important;
}

.slick-arrow {
  top: auto;
  bottom: -2px;
  transform: translate(0);
}

.slick-prev {
  left: 28vw;
  z-index: 9;
  transform: rotate(45deg);
  transform-origin: center;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 18px;
  height: 18px;
}

.slick-next {
  right: 28vw;
  z-index: 9;
  transform: rotate(-135deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 18px;
  height: 18px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

@media screen and (max-width: 640px) {
  .slick-arrow {
    top: auto;
    bottom: -2px;
    transform: translate(0);
  }

  .slick-prev {
    left: 10vw;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
  }

  .slick-next {
    right: 10vw;
    transform: rotate(-135deg);
    width: 18px;
    height: 18px;
  }
}