@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.75;
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  line-height: 1.66;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  pointer-events: none;
}

.font-en {
  font-family: "Roboto Slab", serif;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

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

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.bg-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
}
.bg-fixed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-fixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 380px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contents {
    max-width: 100%;
    padding-top: 74.6666666667vw;
  }
}
.contents__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.contents .logo .--logo {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents .logo .--logo {
    width: 48vw;
  }
}
.contents .logo .--text {
  font-weight: normal;
  display: block;
  color: #000;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .logo .--text {
    font-size: 4.2666666667vw;
  }
}
.contents .logo .--text:nth-of-type(2) {
  margin: 1em auto 0;
  padding: 1em 0 0;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px dashed #000;
}
.contents .bnr {
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contents .bnr {
    margin-top: 10.6666666667vw;
  }
}
.contents .bnr a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .contents .bnr a {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.contents .bnr a:not(:first-of-type) {
  border-top: 1px dashed #000;
}
.contents .bnr a img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .contents .bnr a img {
    width: 40vw;
  }
}
.contents .bnr a .--text {
  display: block;
  font-size: 1.6rem;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 5px;
  background-color: #e6eaf2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .contents .bnr a .--text {
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 4vw;
  }
}/*# sourceMappingURL=base.css.map */