@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf") format("opentype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

/**
 * body and base
 */
body {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.9;
  word-break: break-all;
  min-width: 1010px;
}

button, input, select, textarea {
  margin: 0;
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
  outline: none;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #FFFFFF;
  min-width: 1010px;
}

.l-header__inner {
  padding: 34px 70px 30px;
  position: relative;
}

.l-header__inner::after {
  content: "";
  display: block;
  clear: both;
}

.l-header__logo {
  width: 232px;
  height: 87px;
  position: absolute;
  top: 0;
  left: 75px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.l-header__logo img {
  width: 100%;
}

.l-header__logo a {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.l-header__logo a:hover {
  opacity: .7;
}

.header-dl-apps {
  float: right;
}

.header-dl-apps__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.header-dl-apps__lists {
  margin-top: 10px;
  font-size: 0;
}

.header-dl-apps__item {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 113px;
  display: inline-block;
}

.header-dl-apps__item:hover {
  opacity: .7;
}

.header-dl-apps__item + .header-dl-apps__item {
  margin-left: 10px;
}

.header-dl-apps__item img {
  width: 100%;
}

.l-main {
  background: url(/jmaji/pc/assets/img/common/bg_pattern.png);
  background-size: 70px;
  z-index: 0;
  position: relative;
  margin-top: 75px;
  padding-top: 105px;
}

.l-main__inner {
  width: 960px;
  margin: auto;
}

.l-footer-contents {
  margin-top: 100px;
}

.l-footer-contents__inner {
  width: 960px;
  margin: auto;
  position: relative;
}

.l-footer-contents__inner::before {
  background: url(/jmaji/pc/assets/img/common/deco_ball04.png) no-repeat;
  width: 94px;
  height: 94px;
  top: 305px;
  left: -200px;
}

.l-footer-contents__inner::after {
  background: url(/jmaji/pc/assets/img/common/deco_ball04.png) no-repeat;
  width: 34px;
  height: 34px;
  top: 172px;
  right: -192px;
}

.l-footer-contents__inner::before, .l-footer-contents__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
}

.l-footer-contents__heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.l-footer-contents__list {
  display: table;
  margin-top: 20px;
  padding: 0px 120px;
}

.l-footer-contents__item {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  display: table-cell;
}

.l-footer-contents__item:hover {
  opacity: .7;
}

.l-footer-contents__item:not(:first-child) {
  border-left: 2px dotted #000000;
}

.l-footer-contents__item:first-child {
  padding-left: 0;
}

.l-footer-contents__item:last-child {
  padding-right: 0;
}

.l-footer-contents__item a {
  display: block;
  padding: 0 26px;
}

.l-footer-contents__item img {
  width: 100%;
}

.footer-dl-apps {
  color: #000000;
  padding: 145px 0px 46px 0px;
  margin-right: 34px;
  background: url(/jmaji/pc/assets/img/common/img_capture_mobile.png) no-repeat;
  background-size: 460px 430px;
  background-position: right bottom;
}

.footer-dl-apps__heading {
  font-size: 36px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.footer-dl-apps__text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 18px;
  letter-spacing: 1px;
  text-indent: -9px;
}

.footer-dl-apps__lists {
  margin-top: 30px;
}

.footer-dl-apps__lists::after {
  content: "";
  display: block;
  clear: both;
}

.footer-dl-apps__item {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 206px;
  float: left;
}

.footer-dl-apps__item:hover {
  opacity: .7;
}

.footer-dl-apps__item + .footer-dl-apps__item {
  margin-left: 15px;
}

.footer-dl-apps__item img {
  width: 100%;
}

.l-footer {
  background: #000000;
}

.l-footer__inner {
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 960px;
}

.l-footer__inner::after {
  content: "";
  display: block;
  clear: both;
}

.footer-logo {
  float: left;
}

.footer-logo::after {
  content: "";
  display: block;
  clear: both;
}

.footer-logo__text {
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.4px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: sub;
}

.footer-logo__img {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  margin-top: 10px;
  float: left;
}

.footer-logo__img:hover {
  opacity: .7;
}

.footer-logo__img img {
  width: 100px;
  vertical-align: top;
}

.footer-nav {
  float: right;
}

.footer-nav__list::after {
  content: "";
  display: block;
  clear: both;
}

.footer-nav__item {
  font-size: 12px;
  float: left;
}

.footer-nav__item + .footer-nav__item {
  margin-left: 14px;
}

.footer-nav__item a {
  color: #FFFFFF;
  position: relative;
}

.footer-nav__item a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.footer-nav__item a:hover::after {
  background-color: white;
}

.footer-copyright {
  color: #ACACB1;
  font-size: 12px;
  text-align: right;
  margin-top: 6px;
}

.l-heading__inner {
  width: 960px;
  margin: auto;
  padding: 64px 0;
  position: relative;
}

.l-heading__inner::before {
  background: url(/jmaji/pc/assets/img/common/deco_ball02.png) no-repeat;
  width: 88px;
  height: 88px;
  top: 188px;
  left: -105px;
}

.l-heading__inner::after {
  background: url(/jmaji/pc/assets/img/common/deco_ball01.png) no-repeat;
  width: 67px;
  height: 67px;
  right: -170px;
  top: 435px;
}

.l-heading__inner::before, .l-heading__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  z-index: 1;
}

.l-heading__info {
  padding-bottom: 64px;
}

.l-heading__title--howto {
  padding: 0 340px;
}

.l-heading__title--club {
  padding: 0 336px;
}

.l-heading__title--iroha {
  padding: 0 193px;
}

.l-heading img {
  width: 100%;
}

.l-container {
  padding-top: 125px;
  min-width: 1010px;
  overflow-x: hidden;
}

.l-contents--underlayer {
  padding-top: 84px;
}

.l-section {
  border: 2px solid #000000;
  position: relative;
}

.l-section__number {
  width: 160px;
  margin: 0 auto 32px;
}

.l-section__heading {
  text-align: center;
  background: #0091F0;
  border-bottom: 2px solid #000000;
  padding: 57px 0 47px;
  position: relative;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  margin: 0 -2px;
}

.l-section__heading::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 44px;
  height: 35px;
  background: url(/jmaji/pc/assets/img/common/h2_deco.png) no-repeat;
  background-size: contain;
}

.l-section__contents {
  font-size: 18px;
  background: #FFFFFF;
  padding: 50px 55px 95px;
  position: relative;
  z-index: 0;
}

.l-section__contents--step {
  padding-top: 60px;
  padding-bottom: 48px;
}

.l-section__lead {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  padding-bottom: 20px;
}

.l-section__description {
  font-size: 16px;
  text-align: center;
}

.l-section__description + .l-section__description {
  margin-top: 24px;
}

.l-section__description span {
  color: #FF0000;
}

.l-section__description a {
  text-decoration: underline;
}

.l-section__list {
  font-size: 16px;
  text-align: center;
}

.l-section__image {
  width: 380px;
  margin: 40px auto 0;
}

.l-section + .l-section {
  margin-top: 100px;
}

.l-section::after {
  content: "";
  display: inline;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FBB03B;
  border: 2px solid #000000;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.l-section img {
  width: 100%;
}

.l-section--howto {
  position: relative;
  margin-top: -182px;
}

.l-section--howto .l-section__contents:not(:first-of-type)::before {
  content: "";
  background: url(/jmaji/pc/assets/img/get/step_hr.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 859px;
  height: 18px;
}

.l-section--howto .l-section__heading--advance img {
  width: 356px;
}

.l-section--howto .l-section__heading--advance::before {
  left: 270px;
}

.l-section--howto .l-section__heading--bring img {
  width: 660px;
}

.l-section--howto .l-section__heading--bring::before {
  left: 118px;
}

.l-section--howto .l-section__heading--do img {
  width: 500px;
}

.l-section--howto .l-section__heading--do::before {
  left: 200px;
}

.l-section--howto .l-section__lead {
  font-size: 28px;
}

.l-section--club {
  position: relative;
  margin-top: -182px;
}

.l-section--club .l-section__contents {
  padding-bottom: 110px;
}

.l-section--club .l-section__heading img {
  width: 864px;
}

.l-section--club .l-section__heading::before {
  left: 16px;
}

.l-section--club .l-section__lead {
  padding-bottom: 37px;
}

.l-section--club .l-section__lead img {
  width: 615px;
}

.l-section--club .l-section__description {
  text-align: left;
  padding-bottom: 50px;
}

.l-section--iroha {
  position: relative;
  margin-top: -182px;
}

.l-section--iroha .l-section__contents {
  padding-bottom: 110px;
}

.l-section--iroha .l-section__heading img {
  width: 570px;
}

.l-section--iroha .l-section__heading::before {
  left: 165px;
}

.l-section--iroha .l-section__description {
  text-align: left;
}

.c-global-nav {
  min-width: 1010px;
}

.c-global-nav.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 11;
}

.c-global-nav__list {
  width: 100%;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: relative;
  background: #0091F0;
}

.c-global-nav__list::after {
  content: "";
  display: block;
  clear: both;
}

.c-global-nav__list::before {
  content: "";
  background: url(/jmaji/pc/assets/img/common/icon_free.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: 6.6%;
  width: 83px;
  height: 83px;
  z-index: 11;
}

@media only screen and (max-width: 1360px) {
  .c-global-nav__list::before {
    left: 3.4%;
  }
}

.c-global-nav__item {
  width: 33.333%;
  float: left;
  line-height: 80px;
}

.c-global-nav__item:nth-child(2) {
  border-right: 2px solid #000000;
  border-left: 2px solid #000000;
}

.c-global-nav__item a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #0091F0;
  position: relative;
  display: block;
  height: 100%;
}

.c-global-nav__item a:hover {
  color: #FFFFFF;
  background: #000000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.c-global-nav__item a:after {
  content: "";
  background: url(/jmaji/pc/assets/img/common/icon_arrow_next.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
  height: 25px;
}

.c-global-nav__item.is-current a {
  color: #FFFFFF;
  background: #000000;
}

.c-info__inner {
  text-align: center;
}

.c-info__item a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.7px;
  border-bottom: solid 1px #000000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.c-info__item a::before {
  content: "";
  background: url(/jmaji/pc/assets/img/common/icon_arrow_next.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -35px;
  width: 24px;
  height: 24px;
}

.c-info__item a:hover {
  border-color: transparent;
}

.c-info__item + .c-info__item {
  margin-top: 10px;
}

.c-page-top {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 90px;
  bottom: 70px;
  background: url(/jmaji/pc/assets/img/common/btn_pagetop.png) no-repeat;
  background-size: contain;
  width: 82px;
  height: 82px;
  -webkit-transition: background-image 300ms;
  transition: background-image 300ms;
  z-index: 10;
}

.c-page-top:hover {
  background: url(/jmaji/pc/assets/img/common/btn_pagetop_on.png) no-repeat;
  background-size: contain;
  width: 82px;
  height: 82px;
}

.c-share {
  padding: 14px 10px;
  background: #000000;
  border-radius: 0 5px 5px 0;
  position: fixed;
  top: 339px;
  z-index: 11;
}

.c-share__heading {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 18px;
}

.c-share__item {
  text-align: center;
}

.c-share__item + .c-share__item {
  margin-top: 11px;
}

.c-share__icon {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 30px;
}

.c-share__icon:hover {
  opacity: .7;
}

.c-share__icon--x {
  background: url(/jmaji/pc/assets/img/common/btn_x.png) no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}

.c-share__icon--facebook {
  background: url(/jmaji/pc/assets/img/common/btn_facebook.png) no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}
