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-tips {
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  pointer-events: none;
}

.c-tips_icon {
  width: 24px;
  height: 24px;
  fill: #e2e2e2;
  vertical-align: bottom;
}

.c-tips_text {
  display: block;
  padding-top: 5px;
  color: #999999;
  font-size: 12px;
  text-align: left;
}

.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-gnav_inner {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 8.6%;
  background-color: #ffffff;
}

.p-gnav_listLink {
  width: 100%;
  height: 100%;
}

.p-gnav_list-home {
  width: 70px;
  height: 50px;
  padding-top: 7px;
  line-height: 1;
  text-align: center;
}

.p-gnav_listIcon-home {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  fill: #999999;
}
.is-active .p-gnav_listIcon-home {
  fill: #009a91;
}

.p-gnav_listText-home {
  color: #999999;
  font-size: 10px;
}
.is-active .p-gnav_listText-home {
  color: #009a91;
}

.p-gnav_list-post {
  width: 70px;
  height: 50px;
  padding-top: 7px;
  line-height: 1;
  text-align: center;
  width: 60px;
  height: 60px;
  margin-bottom: 6px;
  padding-top: 9px;
  border-radius: 50%;
  background-color: #009a91;
}

.p-gnav_listIcon-post {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  fill: #ffffff;
}
.is-active .p-gnav_listIcon-post {
  fill: #009a91;
}

.p-gnav_listText-post {
  color: #ffffff;
  font-size: 10px;
}
.is-active .p-gnav_listText-post {
  color: #009a91;
}

.p-gnav_list-mypage {
  width: 70px;
  height: 50px;
  padding-top: 7px;
  line-height: 1;
  text-align: center;
}

.p-gnav_listIcon-mypage {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  fill: #999999;
}
.is-active .p-gnav_listIcon-mypage {
  fill: #009a91;
}

.p-gnav_listText-mypage {
  color: #999999;
  font-size: 10px;
}
.is-active .p-gnav_listText-mypage {
  color: #009a91;
}

.p-gnav_inner-logout {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
}

.p-gnav_registBtn {
  position: relative;
  width: 300px;
  margin: 0;
  line-height: 2.8;
  border-color: #009A91;
  background-color: #009a91;
  color: #ffffff;
  width: 160px;
  line-height: 2.75;
}

.p-gnav_loginBtn {
  position: relative;
  width: 300px;
  margin: 0;
  line-height: 2.8;
  border-color: #009A91;
  background-color: #ffffff;
  color: #009A91;
  width: 160px;
  line-height: 2.75;
  margin-left: 16px;
}

.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;
}

.u-font_weight-bold {
  font-weight: bold;
}

.u-color_red {
  color: #EB0000;
}

.info-wrap {
  margin-bottom: 24px;
  background-color: #ffffff;
}

.info-text {
  padding: 16px;
}

.info-text_paragraph {
  padding-bottom: 16px;
  color: #212121;
  font-size: 16px;
  text-align: left;
}

.info-text_list {
  padding-bottom: 16px;
  padding-left: 18px;
  color: #212121;
  font-size: 16px;
  text-align: left;
  list-style: disc;
}

.info-text_list-border {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
  color: #212121;
  font-size: 16px;
  text-align: left;
  list-style: none;
}

.info-text_listTitle {
  display: inline-block;
  width: 80px;
  font-weight: bold;
}

.info-text_link {
  display: inline-block;
  padding-bottom: 16px;
  color: #212121;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}

.info-text_link-inline {
  color: #212121;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}
