@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
.mainvisual {
  background-image: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    height: 117.3402868318vw;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    height: 560px;
  }
}
.mainvisual--item {
  width: 100%;
  padding: 0 9.1264667536vw;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .mainvisual--item {
    width: 1600px;
    padding: 0 100px;
    top: 57.5%;
  }
}
.mainvisual--logo {
  width: 75.6192959583vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mainvisual--logo {
    width: 480px;
  }
}
.mainvisual--unite {
  width: 100%;
  margin: 5.2151238592vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .mainvisual--unite {
    margin: 1.25vw auto 0;
  }
}
.mainvisual--unite span {
  font-size: 3.6505867014vw;
}
@media only screen and (min-width: 768px) {
  .mainvisual--unite span {
    font-size: 16px;
  }
}
.mainvisual--unite a {
  background-image: url("/static/images/common/logo_unite_b.png");
  background-size: 52.1512385919vw auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 58.6701434159vw;
  height: 9.9087353325vw;
  margin-left: 2.6075619296vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .mainvisual--unite a {
    background-size: 280px auto;
    width: 300px;
    height: 50px;
    margin-left: 20px;
    transition: 0.3s;
  }
  .mainvisual--unite a:hover {
    background-color: #9d33ff;
    background-image: url("/static/images/common/logo_unite.png");
  }
}
.mainvisual--read {
  margin: 7.8226857888vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual--read {
    margin: 30px 0 0;
  }
}
.mainvisual--read span {
  text-shadow: 0 1.9556714472vw 2.6075619296vw rgba(0, 0, 0, 0.8);
  font-size: 3.7809647979vw;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  display: block;
}
.mainvisual--read span:nth-child(2) {
  margin: 3.9113428944vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual--read span {
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 18px;
  }
  .mainvisual--read span:nth-child(2) {
    margin: 0;
  }
}

.store {
  background-color: #282e39;
  width: 100%;
  padding: 6.518904824vw 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .store {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .store--contents {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.store--tit {
  font-size: 4.5632333768vw;
  font-weight: 700;
  text-align: center;
  padding: 0 2.6075619296vw 3.9113428944vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .store--tit:before {
    display: block;
    content: "";
    background-color: #9d33ff;
    width: 15.6453715776vw;
    height: 0.3911342894vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .store--tit {
    font-size: 1.375vw;
    padding: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .store--tit {
    font-size: 22px;
    padding: 0;
  }
}
.store--btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5.8670143416vw 0 0;
}
@media only screen and (min-width: 768px) {
  .store--btn {
    justify-content: end;
    margin: 0;
  }
}
.store--btn-item {
  height: 13.2985658409vw;
  margin: 1.3037809648vw 1.9556714472vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .store--btn-item {
    height: 5vw;
    margin: 0 0 0 1.25vw;
    transition: 0.3s;
  }
  .store--btn-item:first-child {
    margin: 0 0 0 2.5vw;
  }
  .store--btn-item:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1201px) {
  .store--btn-item {
    height: 50px;
    margin: 0 0 0 15px;
  }
  .store--btn-item:first-child {
    margin: 0 0 0 25px;
  }
}
.store--btn div {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.store--bnr {
  padding: 0 3.9113428944vw;
  margin: 5.8670143416vw 0 0;
}
@media only screen and (min-width: 768px) {
  .store--bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .store--bnr-item {
    height: 23.25vw;
  }
  .store--bnr-item a {
    height: 23.25vw;
    transition: 0.3s;
  }
  .store--bnr-item a:hover {
    opacity: 0.6;
  }
  .store--bnr-item div {
    width: auto;
    height: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .store--bnr-item {
    height: 186px;
  }
  .store--bnr-item a {
    height: 186px;
  }
}
.store--bnr-item:last-child {
  margin: 3.9113428944vw 0 0;
}
@media only screen and (min-width: 768px) {
  .store--bnr-item:last-child {
    margin: 0 0 0 1.5625vw;
  }
}
@media only screen and (min-width: 1201px) {
  .store--bnr-item:last-child {
    margin: 0 0 0 25px;
  }
}
.store--bnr-item a {
  display: block;
}

.section--contents {
  padding: 9.1264667536vw 0 26.075619296vw;
}
@media only screen and (min-width: 768px) {
  .section--contents {
    padding: 60px 0 150px;
  }
}
.section--contents__block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section--contents__block {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .section--h2-tit {
    padding: 0 5.2151238592vw;
  }
}
.section--h2-tit:nth-of-type(n + 2) {
  margin: 19.556714472vw 0 0;
}
@media only screen and (min-width: 768px) {
  .section--h2-tit:nth-of-type(n + 2) {
    margin: 130px 0 0;
  }
}
.section--h2-tit + .section--text {
  padding: 0 5.2151238592vw;
  margin: 6.518904824vw 0 0;
}
@media only screen and (min-width: 768px) {
  .section--h2-tit + .section--text {
    padding: 0;
    margin: 50px 0 0;
  }
}
.section--movie {
  border: 0.3911342894vw solid #9d33ff;
  width: calc(100% - 5.2151238592vw);
  margin: 5.8670143416vw auto 0;
}
@media only screen and (min-width: 768px) {
  .section--movie {
    border: 4px solid #9d33ff;
    width: 100%;
    margin: 60px auto 0;
  }
}
.section--movie iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.section--bnr {
  width: 88.6571056063vw;
  margin: 7.8226857888vw auto 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section--bnr {
    width: 400px;
    margin: 60px auto 0;
    transition: 0.3s;
  }
  .section--bnr:hover {
    opacity: 0.6;
  }
}
.section--btn {
  width: 88.6571056063vw;
  margin: 5.2151238592vw auto 0;
}
@media only screen and (min-width: 768px) {
  .section--btn {
    width: 100%;
    justify-content: start;
    margin: 50px 0 0;
  }
}

.howto {
  padding: 0 2.6075619296vw;
}
@media only screen and (min-width: 768px) {
  .howto {
    padding: 0;
  }
}
.howto--item {
  border-bottom: 1px solid #555555;
  padding: 7.8226857888vw 2.6075619296vw;
}
@media only screen and (min-width: 768px) {
  .howto--item {
    padding: 60px 20px 35px;
    display: flex;
  }
  .howto--item:nth-child(even) .howto--item-img {
    order: 2;
    margin: 0 0 0 40px;
  }
  .howto--item:nth-child(even) .howto--item-content {
    order: 1;
  }
}
.howto--item-img {
  width: 88.6571056063vw;
  margin: 0 auto 7.8226857888vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .howto--item-img {
    flex-shrink: 0;
    width: 350px;
    flex-basis: 350px;
    margin: 0 40px 0 0;
  }
}
.howto--item-content .section--h3-tit {
  text-align: left;
  font-size: 5.2151238592vw;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .howto--item-content .section--h3-tit {
    font-size: 20px;
  }
}
.howto--item-content .section--text {
  padding: 0;
  margin: 6.518904824vw 0 0;
}
@media only screen and (min-width: 768px) {
  .howto--item-content .section--text {
    margin: 30px 0 0;
  }
}
.howto--item-content .section--text span {
  font-size: 2.8683181226vw;
  text-indent: -0.75em;
  padding-left: 0.75em;
  margin: 1.9556714472vw 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .howto--item-content .section--text span {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

.guideline {
  width: 88.6571056063vw;
  margin: 13.037809648vw auto 0;
}
@media only screen and (min-width: 768px) {
  .guideline {
    width: 100%;
    margin: 80px auto 0;
  }
}
.guideline__h3 {
  font-size: 4.4328552803vw;
  line-height: 1.65;
  font-weight: bold;
  text-indent: -0.5em;
  padding: 0 0 0 0.5em;
  margin: 0 0 5.2151238592vw;
}
@media only screen and (min-width: 768px) {
  .guideline__h3 {
    font-size: 1.875vw;
    margin: 0 0 2.5vw;
  }
}
@media only screen and (min-width: 1201px) {
  .guideline__h3 {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
.guideline__box {
  margin-top: 5.2151238592vw;
  padding: 2.6075619296vw;
  width: 100%;
  height: 78.2268578879vw;
  overflow: scroll;
  background-color: #fff;
  color: #000;
  border-radius: 0.7822685789vw;
  font-size: 3.3898305085vw;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .guideline__box {
    margin-top: 2.5vw;
    padding: 0.9375vw;
    height: 25vw;
    border-radius: 0.3125vw;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1201px) {
  .guideline__box {
    margin-top: 40px;
    padding: 15px;
    height: 300px;
    border-radius: 5px;
    font-size: 16px;
  }
}

.spec {
  background-color: #282e39;
  padding: 7.8226857888vw 5.2151238592vw;
}
@media only screen and (min-width: 768px) {
  .spec {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 768px) {
  .spec--contents {
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.spec--logo {
  width: 52.1512385919vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .spec--logo {
    width: 300px;
    flex-basis: 300px;
    margin: 0 60px 0 0;
  }
}
.spec--detail {
  padding: 0 6.518904824vw;
  margin: 8.4745762712vw 0 0;
}
@media only screen and (min-width: 768px) {
  .spec--detail {
    flex-basis: 470px;
    padding: 0;
    margin: 0;
  }
}
.spec--detail p {
  font-size: 2.8683181226vw;
  line-height: 1.65;
}
@media only screen and (min-width: 768px) {
  .spec--detail p {
    font-size: 16px;
  }
}
.spec--detail p span {
  width: 9em;
  text-align: justify;
  font-weight: 700;
  margin-right: 0.25em;
  display: inline-block;
  position: relative;
}
.spec--detail p span:before {
  content: "：";
  display: inline-block;
  position: absolute;
  right: 0;
}
.spec--btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 7.8226857888vw 0 0;
}
@media only screen and (min-width: 768px) {
  .spec--btn {
    margin: 3.75vw 0 0;
  }
}
.spec--btn-item {
  height: 13.2985658409vw;
  margin: 1.3037809648vw 1.9556714472vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .spec--btn-item {
    height: 2.875vw;
    margin: 0 0.75vw;
    transition: 0.3s;
  }
  .spec--btn-item:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1201px) {
  .spec--btn-item {
    height: 46px;
    margin: 0 12px;
  }
}
.spec--btn div {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.spec--copyright {
  font-size: 2.6075619296vw;
  text-align: center;
  margin: 7.8226857888vw 0 0;
}
@media only screen and (min-width: 768px) {
  .spec--copyright {
    font-size: 14px;
    margin: 60px 0 0;
  }
}
/*# sourceMappingURL=../maps/kanzidego.css.map */
