@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, メイリオ, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.container {
  background-color: #000;
  font-family: Noto Sans JP, sans-serif;
  color: #fcfcfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
.container img {
  display: block;
  width: 100%;
  height: auto;
}

.hdCts .slideWrap {
  height: 88vw;
  overflow: hidden;
}
.hdCts .slideWrap .bx-wrapper {
  margin-bottom: 0;
}
.hdCts .slideWrap .bx-wrapper .bx-viewport {
  border: none;
  background: transparent;
  box-shadow: none;
  left: 0;
}
.hdCts .slideWrap .bx-wrapper .bx-pager {
  display: none;
}
.hdCts .slideWrap .bx-wrapper .bx-prev, .hdCts .slideWrap .bx-wrapper .bx-next {
  display: none;
}
.hdCts h1 {
  width: 70%;
  margin: 0 auto;
  padding: 8%;
}

@media screen and (min-width: 641px) {
  .hdCts {
    position: relative;
  }
  .hdCts .slideWrap {
    width: 100%;
    max-width: 1440px;
    height: 50vw;
    max-height: 720px;
    margin: 0 auto;
  }
  .hdCts .slideWrap .bx-wrapper .bx-pager {
    display: block;
    bottom: 20px;
  }
  .hdCts .slideWrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.6);
  }
  .hdCts .slideWrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
  }
  .hdCts h1 {
    max-width: 720px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mainCts .fade {
  opacity: 0;
  transition: opacity 1.3s ease;
}
.mainCts .fadeIn {
  opacity: 1;
}
.mainCts .lead {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.2;
}
.mainCts .lead br {
  display: none;
}
.mainCts section {
  margin-bottom: 15%;
}
.mainCts section h2 {
  margin: 20% auto 10%;
}
.mainCts section h3 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(5.8vw, 30px);
  line-height: 1.5;
  margin: 5% 0;
}
.mainCts section h3.large {
  font-size: min(6vw, 34px);
  letter-spacing: -0.04em;
}
.mainCts section article {
  width: 90%;
  margin: 0 auto;
}
.mainCts section article p {
  font-size: 16px;
  line-height: 1.8;
}
.mainCts section article p + p {
  margin-top: 1.8em;
}
.mainCts section article p sup {
  font-size: 70%;
  vertical-align: text-top;
}
.mainCts section article p.note {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  font-size: 13px;
  line-height: 1.6;
}
.mainCts section .photo {
  max-width: 800px;
  margin: 10% auto;
}
.mainCts section .boxWrap {
  width: 80%;
  margin: 10% auto;
}
.mainCts section .boxWrap img {
  margin-bottom: 5%;
}
.mainCts section .boxWrap p {
  font-size: 13px;
  line-height: 1.5;
}
.mainCts section .cap {
  width: 90%;
  margin: calc(20px - 10%) auto 10%;
  font-size: 13px;
  line-height: 1.5;
}
.mainCts section .btn {
  max-width: 464px;
  margin: 10% auto 20%;
  display: block;
}

@media screen and (min-width: 641px) {
  .mainCts .lead {
    margin: 60px 0 130px;
    width: 100%;
    text-align: center;
  }
  .mainCts .lead br {
    display: block;
  }
  .mainCts section {
    margin-bottom: 180px;
  }
  .mainCts section h2 {
    max-width: 850px;
    margin: 55px auto;
  }
  .mainCts section h3 {
    margin: 50px 0;
  }
  .mainCts section h3 .sp {
    display: none;
  }
  .mainCts section article {
    width: 464px;
  }
  .mainCts section .photo {
    margin: 50px auto;
  }
  .mainCts section .boxWrap {
    width: 464px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .mainCts section .boxWrap img {
    width: 260px;
    margin-bottom: 0;
  }
  .mainCts section .boxWrap p {
    width: 183px;
  }
  .mainCts section .cap {
    width: 464px;
    margin: -30px auto 50px;
  }
  .mainCts section .btn {
    margin: 90px auto;
  }
  .mainCts section .btn img {
    transition: filter 0.3s;
  }
  .mainCts section .btn:hover img {
    filter: brightness(1.25);
  }
}
.mainCts .sec1 .flexWrap > div {
  width: 65%;
  margin: 10% auto;
}
.mainCts .sec1 .flexWrap > div p {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (min-width: 641px) {
  .mainCts .sec1 .flexWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    max-width: 746px;
    margin: 0 auto;
  }
  .mainCts .sec1 .flexWrap > div {
    width: 28%;
    max-width: 208px;
    margin: 0;
  }
  .mainCts .sec1 .flexWrap article {
    width: 67%;
    max-width: 464px;
    margin: 0;
  }
}
.mainCts .sec7 {
  margin-bottom: 25%;
}
.mainCts .sec7 h3 {
  font-size: min(6vw, 34px);
  margin-bottom: 10%;
}
.mainCts .sec7 .lineupWrap {
  width: 90%;
  margin: 0 auto;
}
.mainCts .sec7 .lineupWrap .item {
  margin-bottom: 15%;
}
.mainCts .sec7 .lineupWrap .item .name {
  width: 100%;
  margin: 5% 0 2%;
}
.mainCts .sec7 .lineupWrap .item h4 {
  font-size: min(5vw, 18px);
  line-height: 1.6;
  margin-bottom: 1em;
}
.mainCts .sec7 .lineupWrap .item h4 span {
  font-size: 80%;
  display: block;
}
.mainCts .sec7 .lineupWrap .item h4 span br {
  display: none;
}
.mainCts .sec7 .lineupWrap .item p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 1em;
  letter-spacing: -0.02em;
}
.mainCts .sec7 .lineupWrap .item a {
  display: block;
  margin-top: 30px;
}

@media screen and (min-width: 641px) {
  .mainCts .sec7 {
    margin-bottom: 90px;
  }
  .mainCts .sec7 h3 {
    margin-bottom: 70px;
  }
  .mainCts .sec7 .lineupWrap {
    width: 95%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mainCts .sec7 .lineupWrap .item {
    width: 48%;
    max-width: 360px;
    margin-bottom: 110px;
  }
  .mainCts .sec7 .lineupWrap .item .name {
    margin: 23px 0 5px;
  }
  .mainCts .sec7 .lineupWrap .item h4 span br {
    display: block;
  }
  .mainCts .sec7 .lineupWrap .item a img {
    transition: filter 0.3s;
  }
  .mainCts .sec7 .lineupWrap .item a:hover img {
    filter: brightness(1.25);
  }
}
.sec8 {
  background-color: #ededed;
  padding: 15% 5%;
}
.sec8 h4 {
  text-align: center;
  color: #000;
  margin-bottom: 1em;
  font-size: min(4vw, 18px);
}
.sec8 a {
  display: block;
  margin-bottom: 10%;
}
.sec8 p {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}
.sec8 p img {
  display: inline-block;
  vertical-align: middle;
  width: 16.5px;
  height: 13px;
  margin: 0;
}
.sec8 p a {
  display: inline;
  margin: 0;
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.sec8 p span {
  display: inline-block;
  margin-right: 1em;
}
.sec8 p + p {
  margin-top: 1em;
}

@media screen and (min-width: 641px) {
  .sec8 {
    padding: 110px 0 70px;
  }
  .sec8 h4 br {
    display: none;
  }
  .sec8 a {
    max-width: 740px;
    margin: 0 auto 110px;
  }
  .sec8 a img {
    transition: filter 0.3s;
  }
  .sec8 a:hover img {
    filter: brightness(1.05);
  }
  .sec8 h4 + div {
    width: 95%;
    max-width: 830px;
    margin: 40px auto 0;
  }
}