body {
  background-color: #f6f7f7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #212121;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 100;
}

.l-gnav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.l-mainWrap {
  padding-top: 64px;
}

.c-btn {
  display: block;
  border: solid 1px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
}

.c-btn_inner {
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
}

.c-btn_icon-right {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 13px;
  height: 12px;
  margin: auto;
}

.c-btn_icon-left {
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  width: 13px;
  height: 12px;
  margin: auto;
}

.c-pageTitle {
  padding: 32px 0;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-pageTitle-small {
  padding: 24px 0 16px;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-pageText {
  margin: 0 16px;
  color: #6b6b6b;
  font-size: 14px;
  text-align: justify;
}

.c-pageText-center {
  margin: 0 16px;
  color: #6b6b6b;
  font-size: 14px;
  text-align: center;
}

.c-modalTitle {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.c-modalText {
  padding-top: 10px;
  color: #6b6b6b;
  font-size: 12px;
  text-align: center;
}

.p-ad {
  margin: 24px 0;
  text-align: center;
}

.p-footer {
  margin-bottom: 100px;
  background-color: #f6f7f7;
}

.p-footer-gnavNone {
  margin-bottom: 16px;
  background-color: #f6f7f7;
}

.p-footer_list {
  padding-left: 16px;
}

.p-footer_item {
  border-top: 2px solid #ffffff;
}
.p-footer_item:last-of-type {
  border-bottom: 2px solid #ffffff;
}

.p-footer_itemLink {
  display: inline-block;
  width: 100%;
  padding: 18px 0 20px 5px;
}

.p-footer_itemLinkIcon {
  width: 13px;
  height: 12px;
  vertical-align: middle;
  fill: #999999;
}

.p-footer_itemLinkText {
  padding-left: 14px;
  color: #212121;
  font-size: 12px;
  vertical-align: middle;
}

.p-footer_copyright {
  margin-top: 15px;
  color: #999999;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-formEmail_input {
  position: relative;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ffffff;
  color: #212121;
  font-size: 16px;
}
.p-formEmail_input.is-error {
  border-top: 1px solid #EB0000;
  border-bottom: 1px solid #EB0000;
}

.p-formEmail_inputArea {
  width: 100%;
  height: 100%;
  padding: 16px;
  color: #212121;
  transition: all 0.1s ease-out;
}
.is-active .p-formEmail_inputArea {
  padding: 29px 40px 8px 16px;
  opacity: 1;
}

.p-formEmail_inputDelete {
  position: absolute;
  right: 16px;
  bottom: 6px;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
}
.is-active .p-formEmail_inputDelete {
  visibility: visible;
  opacity: 1;
}

.p-formEmail_inputDeleteIcon {
  width: 20px;
  height: 20px;
  fill: #999999;
}

.p-formEmail_inputSub {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 16px;
  color: #6b6b6b;
  font-size: 12px;
  transition: all 0.1s ease-out;
  pointer-events: none;
}
.is-active .p-formEmail_inputSub {
  height: 50%;
}

.p-formEmail_inputSubText {
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
}
.is-active .p-formEmail_inputSubText {
  visibility: visible;
  opacity: 1;
}

.p-formPassword_input {
  position: relative;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ffffff;
  color: #212121;
  font-size: 16px;
}
.is-error .p-formPassword_input {
  border-top: 1px solid #EB0000;
  border-bottom: 1px solid #EB0000;
}

.p-formPassword_inputArea {
  width: 100%;
  height: 100%;
  padding: 16px;
  color: #212121;
}

.p-formPassword_text {
  display: inline-block;
  padding: 8px 0 0 16px;
  color: #6b6b6b;
  font-size: 14px;
}
.is-error .p-formPassword_text {
  color: #EB0000;
}

.p-userName_input {
  position: relative;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ffffff;
  color: #212121;
  font-size: 16px;
}
.p-userName_input.is-error {
  border-top: 1px solid #EB0000;
  border-bottom: 1px solid #EB0000;
}

.p-userName_inputArea {
  width: 100%;
  height: 100%;
  padding: 16px;
  color: #212121;
  transition: all 0.1s ease-out;
}
.is-active .p-userName_inputArea {
  padding: 29px 40px 8px 16px;
  opacity: 1;
}

.p-userName_inputDelete {
  position: absolute;
  right: 16px;
  bottom: 6px;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
}
.is-active .p-userName_inputDelete {
  visibility: visible;
  opacity: 1;
}

.p-userName_inputDeleteIcon {
  width: 20px;
  height: 20px;
  fill: #999999;
}

.p-userName_inputSub {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 16px;
  color: #6b6b6b;
  font-size: 12px;
  transition: all 0.1s ease-out;
  pointer-events: none;
}
.is-active .p-userName_inputSub {
  height: 50%;
}

.p-userName_inputSubText {
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
}
.is-active .p-userName_inputSubText {
  visibility: visible;
  opacity: 1;
}

.p-userName_inputSubCount {
  letter-spacing: 0.05em;
}
.is-error .p-userName_inputSubCount {
  color: #EB0000;
}

.p-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  border-bottom: solid 1px #e2e2e2;
  background-color: #ffffff;
}

.p-logo {
  display: block;
  margin-left: 4px;
}
@media screen and (max-width: 320px) {
  .p-logo {
    margin: 0;
  }
}

.p-headerText {
  position: relative;
  margin-right: 20px;
  padding: 10px 0;
  color: #212121;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  .p-headerText {
    margin-right: 15px;
  }
}

.p-nav {
  margin-right: 4px;
}

.p-nav_inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.p-nav_list {
  position: relative;
  margin-right: 20px;
  padding: 10px 0;
  color: #6b6b6b;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  .p-nav_list {
    margin-right: 15px;
  }
}

.p-nav_list.is-active {
  color: #212121;
}
.p-nav_list.is-active::after {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #009a91;
  content: "";
}

.p-header_genreListWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
}
.p-header_genreListWrap.is-active {
  visibility: visible;
  opacity: 1;
}

.p-header_genreList {
  padding: 16px 16px 0;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}

.p-header_genreListClose {
  margin: 13px 16px 13px auto;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.p-header_genreListInner {
  overflow: hidden;
  height: 0;
  padding-top: 16px;
  transition: all 0.2s ease-out;
}
.is-active .p-header_genreListInner {
  height: 422px;
}

.p-header_genreListItem {
  position: relative;
  border-bottom: 2px solid #f6f7f7;
}
.p-header_genreListItem:first-of-type {
  border-top: 2px solid #f6f7f7;
}

.p-header_genreListLink {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 18px 12px 16px;
}

.p-header_genreListIcon {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.p-header_genreListText {
  display: inline-block;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
}

.p-header_genreListArrow {
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: auto;
  vertical-align: middle;
  fill: #999999;
}

.p-header_contestModalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
  z-index: 2000;
}
.p-header_contestModalWrap.is-active {
  visibility: visible;
  opacity: 1;
}

.p-header_contestModal {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 76px 0 16px;
  border-radius: 0px 0px 8px 8px;
  background-color: #ffffff;
}

.p-header_contestModalCloseBtn-top {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 14px;
}

.p-header_contestModalCloseBtnIcon-top {
  width: 16px;
  height: 16px;
  fill: #212121;
}

.p-header_contestModalTitle {
  margin-bottom: 16px;
  font-size: 20px;
  color: #009A91;
  text-align: center;
}

.p-header_contestModalCloseBtn-bottom {
  display: block;
  margin: 16px auto 0;
  padding: 14px;
}

.p-header_contestModalCloseBtnIcon-bottom {
  width: 11px;
  height: 11px;
  fill: #6b6b6b;
  vertical-align: middle;
}

.p-header_contestModalCloseBtnText-bottom {
  padding: 8px;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.userSignIn-wrap {
  padding-bottom: 64px;
}

.userSignIn-error {
  margin: 0 16px 16px;
  color: #EB0000;
  font-size: 14px;
  text-align: justify;
}

.userSignIn-password {
  margin-top: 8px;
}

.userSignIn-forgetLink {
  display: block;
  margin: 16px auto 24px;
  color: #009A91;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.userSignIn-SignInBtnWrap {
  padding-bottom: 32px;
}

.userSignIn-SignInBtn {
  position: relative;
  width: 300px;
  margin: 0 auto;
  line-height: 2.8;
  border-color: #009A91;
  background-color: #009a91;
  color: #ffffff;
}

.userSignIn-new {
  margin: 0 16px;
  padding-top: 32px;
  border-top: 1px solid #e2e2e2;
  color: #6b6b6b;
  font-size: 14px;
  text-align: center;
}

.userSignIn-newLink {
  display: inline-block;
  color: #009A91;
  font-weight: bold;
  margin-left: 16px;
}
