.size-base {
  padding: 50px 6% 0;
}
@media (min-width: 768px) {
  .size-base {
    padding: 100px 0 0;
    width: 690px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .size-base {
    padding: 150px 0 0;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .size-base {
    width: 1150px;
  }
}

.img-size-base {
  width: 100%;
  height: auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .img-size-base {
    max-width: none;
    width: 690px;
  }
}
@media (min-width: 1024px) {
  .img-size-base {
    width: 100%;
  }
}

.color-base {
  background: linear-gradient(90deg, #979797 0%, #FFFFFF 50%, #979797 100%);
}

.main-content {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .main-content {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .main-content {
    padding-top: 60px;
  }
}
.main-content .content-inner {
  border: solid 2px black;
  padding: 25px 10px 10px;
}
@media (min-width: 768px) {
  .main-content .content-inner {
    padding: 40px 25px 25px;
  }
}
@media (min-width: 1024px) {
  .main-content .content-inner {
    padding: 60px 45px 45px;
  }
}
.main-content .information-text {
  text-align: center;
}

.hover-base:hover {
  cursor: pointer;
  color: #b7bcc0;
  transition: 0.4s;
  text-decoration: none;
}

.link-base {
  color: #019ddd;
}
.link-base:hover {
  cursor: pointer;
  transition: 0.4s;
  text-decoration: underline;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansCJKjp-Regular.eot);
  src: url(../font/NotoSansCJKjp-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansCJKjp-Bold.eot);
  src: url(../font/NotoSansCJKjp-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSerifCJKjp-Regular.eot);
  src: url(../font/NotoSerifCJKjp-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSerifCJKjp-Bold.eot);
  src: url(../font/NotoSerifCJKjp-Bold.woff) format("woff");
  font-display: swap;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "NotoSansCJKjp", sans-serif;
  color: #333;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.title-content .h1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: calc(1.5rem + (1vw - 3.2px) * 1.5789);
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 5px;
  font-family: "NotoSerifCJKjp", sans-serif;
  text-shadow: 2px 2px 2px #a7a7a7, 0 0 #000;
  border: 6px double black;
}
@media (min-width: 768px) {
  .title-content .h1 {
    font-size: 38px;
    letter-spacing: 3px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .title-content .h1 {
    font-size: 46px;
    letter-spacing: 5px;
  }
}
.title-content .color-base {
  background: linear-gradient(90deg, #d49700 0%, #ffffff 50%, #d49700 100%);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 4px rgba(0, 0, 0, 0.8) inset, 2px 2px 2px rgba(0, 0, 0, 0.4);
}

@font-face {
  font-family: "awesome";
  font-style: normal;
  font-weight: 900;
  src: url(../font/fa-solid-900.eot);
  src: url(../font/fa-solid-900.woff) format("woff");
  font-display: swap;
}
.fa-solid {
  font-family: "awesome", sans-serif;
  font-weight: 900;
  font-style: normal;
}

p, h1, h2, h3 {
  font-size: 14px;
  font-family: "NotoSansCJKjp", sans-serif;
  margin: 0 0 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  p, h1, h2, h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  p, h1, h2, h3 {
    font-size: 20px;
  }
}

input, textarea, button {
  font-family: "NotoSansCJKjp", sans-serif;
  word-wrap: break-word;
}

img {
  vertical-align: middle;
}

a {
  cursor: pointer;
  color: #333;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-text-size-adjust: 100%;
}

li {
  -webkit-text-size-adjust: 100%;
}

label {
  -webkit-text-size-adjust: 100%;
}

.bold {
  font-weight: bold;
}

main {
  background-image: url(../img/sm-guild_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
@media (min-width: 768px) {
  main {
    background-image: url(../img/tb-guild_background.jpg);
  }
}
@media (min-width: 1024px) {
  main {
    background-image: url(../img/pc-guild_background.jpg);
  }
}

.btn-base {
  text-align: center;
  margin: 35px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .btn-base {
    margin: 40px 0 20px;
  }
}
@media (min-width: 1024px) {
  .btn-base {
    margin: 60px 0 20px;
  }
}
.btn-base .btn-style {
  color: white;
  background: black;
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
  letter-spacing: 4px;
  border: solid 2px black;
  line-height: 1.2;
  font-family: "NotoSansCJKjp", sans-serif;
}
@media (min-width: 768px) {
  .btn-base .btn-style {
    font-size: 22px;
    padding: 15px 45px;
    letter-spacing: 4px;
  }
}
@media (min-width: 1024px) {
  .btn-base .btn-style {
    padding: 16px 45px;
    font-size: 26px;
  }
}
.btn-base .btn-style:hover {
  cursor: pointer;
  color: black;
  background: white;
  transition: 0.5s;
}

.input-base {
  display: block;
  font-size: 16px;
  padding: 5px 10px 4px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .input-base {
    padding: 6px 10px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .input-base {
    padding: 8px 12px;
    font-size: 20px;
  }
}

pre {
  font-family: "NotoSansCJKjp", sans-serif;
}

span.marker {
  background: linear-gradient(transparent 55%, #737c79 130%);
}

.solid-base {
  margin-left: 10px;
  vertical-align: middle;
  color: #46a8e2;
  font-size: 22px;
}
@media (min-width: 768px) {
  .solid-base {
    font-size: 26px;
    margin-left: 12px;
  }
}

.fa-cart-shopping:before {
  content: "\f07a";
}

.fa-rotate:before {
  content: "\f2f1";
}

.fa-square-arrow-up-right {
  font-size: 25px;
}
@media (min-width: 768px) {
  .fa-square-arrow-up-right {
    font-size: 32px;
  }
}
.fa-square-arrow-up-right:before {
  content: "\f14c";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-gear:before {
  content: "\f013";
}

.fa-user:before {
  content: "\f007";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-star:before {
  content: "\f005";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-angle-right:before {
  content: ">";
  font-size: 12px;
  color: #ff9c30;
}
@media (min-width: 1024px) {
  .fa-angle-right:before {
    font-size: 18px;
  }
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.pop-up-content {
  display: none;
  opacity: 0;
  transform: translateY(45px);
  animation: visible-view 4s ease 0.1s forwards;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #a4d3ff;
  border: 4px solid #000;
  width: 250px;
  height: 80px;
  z-index: 10;
  text-align: center;
}
.pop-up-content.active {
  display: block;
}
@media (min-width: 768px) {
  .pop-up-content {
    width: 500px;
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .pop-up-content {
    width: 800px;
    height: 200px;
  }
}
.pop-up-content .content-inner {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0 10px;
}
.pop-up-content .content-inner p {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .pop-up-content .content-inner p {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .pop-up-content .content-inner p {
    font-size: 32px;
    padding: 0 30px;
  }
}

#pop-up-flag {
  display: none;
}

@keyframes visible-view {
  0% {
    opacity: 0;
    transform: translateY(-45px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(45px);
  }
}
.title-content .h1 {
  width: 85%;
}
@media (min-width: 768px) {
  .title-content .h1 {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .title-content .h1 {
    width: 88%;
  }
}

.main-content .content-inner {
  background: white;
  padding: 20px 10px 10px 12px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .main-content .content-inner {
    padding: 25px 15px 10px 22px;
  }
}
@media (min-width: 1024px) {
  .main-content .content-inner {
    padding: 35px 15px 10px 35px;
  }
}
.main-content .content-inner .message-list-content ul li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .main-content .content-inner .message-list-content ul li {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .main-content .content-inner .message-list-content ul li {
    margin-bottom: 30px;
  }
}
.main-content .content-inner .message-list-content ul li .message-list {
  display: flex;
}
.main-content .content-inner .message-list-content ul li .message-list p {
  margin: 0;
}
@media (min-width: 768px) {
  .main-content .content-inner .message-list-content ul li .message-list p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .main-content .content-inner .message-list-content ul li .message-list p {
    font-size: 21px;
  }
}
.main-content .content-inner .message-list-content ul li .message-list .title {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .main-content .content-inner .message-list-content ul li .message-list .title {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .main-content .content-inner .message-list-content ul li .message-list .title {
    margin-left: 30px;
  }
}
.main-content .content-inner .message-list-content ul li .message-list .title form .selectBtn {
  border: none;
  background: unset;
  padding: 0;
}
.main-content .content-inner .message-list-content ul li .message-list .title form .selectBtn p {
  text-align: left;
}
.main-content .content-inner .btn-base {
  margin: 25px 0 15px;
}
@media (min-width: 768px) {
  .main-content .content-inner .btn-base {
    margin: 45px 0 25px;
  }
}
@media (min-width: 1024px) {
  .main-content .content-inner .btn-base {
    margin: 60px 0 30px;
  }
}

@media (min-width: 768px) {
  .size-base {
    width: 600px;
  }
}
@media (min-width: 1024px) {
  .size-base {
    width: 760px;
  }
}