@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #666;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: underline;
  color: #00213b;
}
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

#wrapper {
  width: 100%;
  background: #e3dcdc;
  padding: 0 0;
}

header {
  text-align: center;
  margin-bottom: 0;
  background: #150201;
  padding: 1%;
}
header .headerArea {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
header .headerArea .banner {
  position: absolute;
  right: 0;
  top: 20%;
  width: 15%;
}
header .headerArea .banner a {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 2%;
}
header .headerArea .banner a:hover {
  background: #fff;
  color: #00213b;
}
header h1 {
  color: #fff;
  font-weight: normal;
  font-size: 3rem;
}
header h2 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 768px) {
  header .headerArea {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  header .headerArea .banner {
    margin-top: 2%;
    position: static;
    display: block;
    width: 100%;
  }
  header .headerArea .banner a {
    padding: 1%;
  }
  header .headerArea .banner a:hover {
    background: #fff;
    color: #00213b;
  }
}
.list ul {
  display: flex;
  justify-content: start;
  max-width: 1200px;
  width: 90%;
  margin: 5% auto;
  flex-wrap: wrap;
}
.list ul li {
  margin: 0 2% 2%;
  width: 21%;
  text-align: center;
}
.list ul li a {
  display: block;
  width: 100%;
}
.list ul li img {
  width: 100%;
}

@media (max-width: 768px) {
  .list ul li {
    width: 100%;
    margin: 0 auto 5%;
  }
}
/*----------snsArea----------*/
.snsArea {
  position: fixed;
  top: 20%;
  right: 5%;
  text-align: center;
}
.snsArea h1 {
  color: #00213b;
  margin-bottom: 1%;
}
.snsArea p a {
  background: #fff;
  padding: 25% 2%;
  display: block;
  color: #00213b;
  border-radius: 50%;
}
.snsArea p a:hover {
  background: #00213b;
  color: #fff;
}

@media (max-width: 768px) {
  .snsArea {
    top: 45%;
  }
  .snsArea p a {
    border: 1px solid #00213b;
  }
}
footer {
  background: #666;
  padding: 2%;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
}

.copy-value {
  cursor: pointer;
  position: relative;
}

/* Tooltip */
.tooltip::after {
  content: "記憶しました！";
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 8px 10px 10px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}

/* Animation */
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.admax-ads {
  position: fixed;
  width: 10% !important;
  bottom: 10px;
  left: 0;
}

/*# sourceMappingURL=base.css.map */
