@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
body {
  background-color: #f5f5f5;
}

a {
  color: #b20000;
}
a:hover {
  color: #FF0000;
}

.btn--main {
  background: #111;
  color: #f5f5f5;
}
.btn--main:hover {
  background: #ff6c00;
}

.btn--sub {
  background: transparent;
  color: #111;
}
.btn--sub:hover {
  color: #fff;
  background: #ff6c00;
}

.detail__btn a::before {
  border-color: #000000;
}
.detail__btn a:hover {
  color: #ff6c00;
}
.detail__btn a:hover:before {
  border-color: #ff6c00;
}

.btn--chevron {
  color: #111;
}
.btn--chevron::after {
  border-color: #111;
}
.btn--chevron:hover {
  color: #ff6c00;
}
.btn--chevron:hover::after {
  border-color: #ff6c00;
}

.btn--chevron-left {
  color: #111;
}
.btn--chevron-left::after {
  border-color: #111;
}
.btn--chevron-left:hover {
  color: #ff6c00;
}
.btn--chevron-left:hover::after {
  border-color: #ff6c00;
}

.mypage--section-tit + form .form__select {
  width: 100%;
}

header {
  padding: 4em 5% 1em;
}
header h1 {
  width: 12vw;
  max-width: 300px;
  margin: 0px auto;
  position: relative;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.popup .inner {
  width: min(70%, 700px);
  padding: 50px 30px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.popup .inner .close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup .inner .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transform-origin: left;
  width: 140%;
  height: 1px;
  background-color: #666;
}
.popup .inner .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right;
  width: 140%;
  height: 1px;
  background-color: #666;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 40vw;
  }
  .popup .inner {
    width: min(90%, 600px);
    padding: 50px 30px 30px;
    text-align: left;
  }
  .popup .inner .btn--main .br {
    display: inline-block;
  }
  .popup .inner .close {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
  }
}
.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
}

.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: display 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}
.block--card .block--card--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  height: 85dvh;
}
.block--card .close {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 9.6vh;
  bottom: 9.6dvh;
  left: 0;
  z-index: 100;
  max-width: 200px;
  margin: 0 auto;
  padding: 0.8em;
  border-radius: 100em;
  border: solid 1px #FE6622;
  background: #ffffff;
  color: #FE6622;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.block--card .card {
  width: 300px;
  height: 400px;
  border: solid 8px #FE6622;
  border-radius: 10px;
  background-color: #FF722D;
  background-size: 100% 100%;
  text-align: center;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.block--card .card .card--inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.block--card .card .card--inner .block--logo {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 43%;
  margin: auto;
}
.block--card .card .card--inner .block--logo img {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
.block--card .card .card--inner .block--logo--sub {
  width: 40%;
  margin-top: 8%;
  margin-left: 6%;
}
.block--card .card .card--inner .block--tit--sub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.2em 0.5em;
}
.block--card .card .card--inner .block--status {
  position: absolute;
  left: 10%;
  bottom: 8%;
}
.block--card .card .card--inner .block--status .number {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  line-height: 1;
}
.block--card .card .card--inner .block--status .nickname {
  margin-bottom: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.block--card .card .card--inner .block--status .nickname,
.block--card .card .card--inner .block--status .joinddate {
  color: #ffffff;
}
.block--card .card .card--inner .block--status .item-tit {
  display: block;
  margin-bottom: 0.1em;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.list--menu .list--notes {
  padding-top: 0.5em;
  margin-bottom: 0;
}
.list--menu .list--notes li {
  border: none;
  margin-bottom: 0.5em;
}
.list--menu .list--notes li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 11px;
  padding: 0;
  text-indent: 0;
}
.list--menu .list--notes li a::after {
  display: none;
}

.section.regist {
  max-width: 600px;
  padding: 2em 5% 3em 5%;
  margin: 0 auto 0 auto;
}
.section.regist .sectionTit {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}
.section.regist .blockTit {
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}

/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #111;
}

/* Contact */
.faq-point {
  border: 1px solid #333;
  padding: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.faq-point .unknown-point {
  color: #b20000;
  font-weight: bold;
}