/* sass layout */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  background: #000000;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clm-outer01 {
  width: 100%;
  background: url("/assets/img/hoof/img01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .clm-outer01 {
    margin-top: 0;
    background-size: 100% auto;
    background-position: top;
  }
}

.clm-outer01 .clm-inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .clm-outer01 .clm-inner {
    width: 90%;
  }
}

.clm-outer01 .clm-inner .txt-inner {
  margin-left: 189px;
  padding: 60px 0 127px;
}

@media screen and (max-width: 768px) {
  .clm-outer01 .clm-inner .txt-inner {
    margin-left: 0;
    padding: 33.55% 0 0;
  }
}

.clm-outer01 .clm-inner .txt-inner h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .clm-outer01 .clm-inner .txt-inner h2 {
    text-align: center;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.5;
  }
}

.clm-outer01 .clm-inner .txt-inner p {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .clm-outer01 .clm-inner .txt-inner p {
    margin-top: 34.96%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.clm-outer01 .clm-inner .txt-inner ul {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .clm-outer01 .clm-inner .txt-inner ul {
    margin-top: 4.44%;
  }
}

.clm-outer01 .clm-inner .txt-inner ul li {
  color: #ffffff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .clm-outer01 .clm-inner .txt-inner ul li {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.56;
    letter-spacing: 0.05em;
    text-align: justify;
    text-indent: -1em;
    margin-left: 1em;
  }
}

.clm-outer01 .clm-inner .txt-inner ul li + li {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .clm-outer01 .clm-inner .txt-inner ul li + li {
    margin-top: 2.96%;
  }
}

.clm-outer03 {
  width: 100%;
  background: url("/assets/img/hoof/img03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .clm-outer03 {
    padding-top: 70.26%;
    background: url("/assets/img/hoof/img03_sp.jpg") no-repeat;
    background-size: 100% auto;
    background-position: top;
    margin-top: 6.66%;
    position: relative;
  }
}

.clm-outer03 .clm-inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .clm-outer03 .clm-inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 31.06%;
  }
}

.clm-outer03 .clm-inner .txt-inner {
  margin-left: 190px;
  padding: 408px 0 73px;
}

@media screen and (max-width: 768px) {
  .clm-outer03 .clm-inner .txt-inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.clm-outer03 .clm-inner .txt-inner h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .clm-outer03 .clm-inner .txt-inner h2 {
    text-align: center;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.clm-outer03 .clm-inner .txt-inner p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #ffffff;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .clm-outer03 .clm-inner .txt-inner p {
    font-size: 16px;
    font-size: 4.26667vw;
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .clm-outer03 .clm-inner .txt-inner p:nth-of-type(1) {
    margin-top: 37.86%;
    padding-top: 6.66%;
  }
}

.clm-outer02 {
  width: 100%;
  height: 674px;
}

@media screen and (max-width: 768px) {
  .clm-outer02 {
    height: auto;
    padding-top: 123.33%;
  }
}

.clm-outer02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.clm-outer02 > a {
  width: 493px;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #484848;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 38px 0;
  border-radius: 20px;
  margin: 144px auto 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .clm-outer02 > a {
    width: 80%;
    border-radius: 0;
    font-size: 18px;
    font-size: 4.8vw;
    padding: 6% 0;
    margin-top: 13.33%;
  }
}

.clm-outer02 > a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
/*# sourceMappingURL=hoof.css.map */