@charset "UTF-8";
/* cssを記述 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN";
}

img {
  max-width: 100%;
  height: auto;
}

header {
  text-align: center;
  background-size: cover;
  background-position: center;
}

.logo {
  width: 7vw;
  position: fixed;
  top: 1em;
  left: 1em;
}

.top-text {
  margin: 6% auto 2% auto;
  width: 68vw;
}

.article1 {
  text-align: center;
}
.article1 hr {
  max-width: 60%;
}
.article1 .special {
  font-size: 2vw;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0;
}
.article1 .special span {
  color: rgb(222, 17, 17);
}
.article1 .sub {
  font-size: 1.5vw;
  margin-bottom: 6%;
}

.article2 {
  padding: 6% 0;
  max-width: 75vw; /* 最大幅 */
  margin: 0 auto;
  text-align: center;
}

main {
  margin: 0 1em 4em 1em;
}
main .target-sp {
  display: none !important;
}
main .target-pc {
  display: block !important;
  margin: 6% auto;
  max-width: 55vw;
}
main .img-1 {
  max-width: 100vw; /* 最大幅 */
  margin: 4% auto;
  text-align: center;
}
main .box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
main .text-1 {
  margin-top: 1%;
  padding-left: 0px;
  max-width: 100%;
  display: flex;
  text-align: center;
}
main .text-1 > a:not(:last-child) {
  margin-right: 3%;
}
main .text-1 > a :hover {
  opacity: 0.5;
}
main .flex {
  display: flex;
  flex-wrap: nowrap;
}
main .gap {
  gap: 4%;
}

@media screen and (max-width: 900px) {
  main .target-pc {
    display: none !important;
  }
  main .target-sp {
    display: block !important;
    margin: 2em auto;
    max-width: 80vw;
  }
}
.button_sp {
  display: none !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.button_sp img {
  width: 40%;
}

.button {
  display: block !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.button img {
  width: 30%;
}

.button_pc {
  display: none !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.button_pc img {
  width: 20%;
}

.button_pc2 {
  display: none !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.button_pc2 img {
  width: 15%;
}

@media screen and (max-width: 800px) {
  .button_sp {
    display: block !important;
  }
  .button {
    display: none !important;
  }
  .button_pc {
    display: none !important;
  }
  .button_pc2 {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .button_sp {
    display: none !important;
  }
  .button {
    display: none !important;
  }
  .button_pc {
    display: block !important;
  }
  .button_pc2 {
    display: none !important;
  }
}
@media screen and (min-width: 1700px) {
  .button_sp {
    display: none !important;
  }
  .button {
    display: none !important;
  }
  .button_pc {
    display: none !important;
  }
  .button_pc2 {
    display: block !important;
  }
}/*# sourceMappingURL=base1125.css.map */