@charset "UTF-8";
.basicColor {
  color: #0c73df !important; }

.premiumColor {
  color: #e0b261 !important; }

article#plan {
  background: #fff;
  padding-bottom: 80px; }
article#plan section#main {
  max-width: var(--max-width-def);
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  margin: 0 auto; }
article#plan section#main #mv {
  position: relative; }
article#plan section#main #mv .wall {
  position: relative;
  width: 100%;
  background: url("../img/wall.png") repeat 0 0;
  background-size: 360px 240px;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite; }

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0; }
  to {
    background-position: -720px 0; } }

@keyframes bgroop {
  from {
    background-position: 0 0; }
  to {
    background-position: -720px 0; } }

article#plan section#main #mv .wall .title {
  padding: 40px 12px 1px; }
article#plan section#main #mv .wall .title img {
  width: 100%;
  height: auto; }

article#plan section#main .ruledLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../img/ruled_line.png") repeat 0 0;
  background-size: contain; }

article#plan section#main #list {
  position: relative;
  overflow: hidden;
  padding-bottom: 24px; }
article#plan section#main #list .headline {
  width: 42.666666%;
  margin: 0 auto;
  padding: 40px 0 26px; }
article#plan section#main #list .headline p {
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  background: url("../img/headline_center.png") repeat 0 0;
  background-size: contain;
  color: #fff;
  font-family: var(--font-family-def);
  text-align: center; }
article#plan section#main #list .headline p::before {
  float: left;
  background: url("../img/headline_left.png") repeat 0 0;
  margin-left: -12px;
  display: block;
  content: "";
  width: 12px;
  height: 48px;
  background-size: contain; }
article#plan section#main #list .headline p::after {
  float: right;
  background: url("../img/headline_right.png") repeat 0 0;
  margin-right: -12px;
  display: block;
  content: "";
  width: 12px;
  height: 48px;
  background-size: contain; }
article#plan section#main #list .basic,
article#plan section#main #list .premium {
  padding: 0 16px; }
article#plan section#main #list .basic .stage {
  overflow: hidden;
  background: #fff;
  border: #d9e8f8 solid 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  padding-bottom: 32px; }
article#plan section#main #list .premium .stage {
  overflow: hidden;
  background: #fff;
  border: #eddfc6 solid 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  padding-bottom: 32px;
  margin-top: 16px; }
article#plan section#main #list .stage a {
  color: #65727f;
  text-decoration: none; }
article#plan section#main #list h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 32px 0 16px;
  font-family: var(--font-family-def); }
article#plan section#main #list strong {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #9aa4ad;
  font-family: var(--font-family-def); }
article#plan section#main #list ul {
  padding: 26px 32px 0; }
article#plan section#main #list ul li {
  clear: both;
  height: 26px;
  margin-bottom: 4px; }
article#plan section#main #list ul li .benefits {
  float: left;
  font-family: var(--font-family-def);
  font-size: 14px;
  line-height: 24px;
  color: #65727f; }
article#plan section#main #list ul li .alphatxt {
  color: #d0d4d8 !important; }
article#plan section#main #list ul li .state {
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 24px; }

article#plan section#main #more {
  position: relative;
  overflow: hidden;
  background: #f5f7f9;
  padding-bottom: 24px; }
article#plan section#main #more .headline {
  width: 42.666666%;
  margin: 0 auto;
  padding: 40px 0 26px; }
article#plan section#main #more .headline p {
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  background: url("../img/headline_center.png") repeat 0 0;
  background-size: contain;
  color: #fff;
  font-family: var(--font-family-def);
  text-align: center; }
article#plan section#main #more .headline p::before {
  float: left;
  background: url("../img/headline_left.png") repeat 0 0;
  margin-left: -12px;
  display: block;
  content: "";
  width: 12px;
  height: 48px;
  background-size: contain; }
article#plan section#main #more .headline p::after {
  float: right;
  background: url("../img/headline_right.png") repeat 0 0;
  margin-right: -12px;
  display: block;
  content: "";
  width: 12px;
  height: 48px;
  background-size: contain; }
article#plan section#main #more .stage {
  overflow: hidden;
  padding: 0 16px; }
article#plan section#main #more .stage .set {
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  margin-bottom: 16px; }
article#plan section#main #more .stage .set p {
  font-size: 12px;
  font-family: var(--font-family-def);
  text-align: center;
  padding-bottom: 24px; }
article#plan section#main #more .stage .set p span.applicable {
  color: #9aa4ad; }
article#plan section#main #more .stage .set p span.planName {
  color: #65727f; }
article#plan section#main #more .stage .set .name {
  font-size: 20px;
  color: #444f5a;
  font-weight: 600;
  text-align: center;
  padding: 24px 0 16px;
  font-family: var(--font-family-def); }
article#plan section#main #more .stage .set .read {
  text-align: left;
  font-size: 14px;
  color: #65727F;
  line-height: 1.6;
  padding: 20px 16px 24px; }
article#plan section#main #more .stage figure {
  position: relative; }
article#plan section#main #more .stage figure img {
  width: 100%;
  height: auto; }
article#plan section#main #more .stage figure .stampLabel {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 96px;
  height: 96px;
  background-size: cover; }
article#plan section#main #more .stage figure .stampWall {
  display: block;
  background: url("../img/bnr_stamp.png") repeat 0 0;
  background-size: 621px 266px;
  -webkit-animation: stampbgroop 20s linear infinite;
  animation: stampbgroop 20s linear infinite; }

.checkBasic {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/check_basic.svg"); }

.checkPremium {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/check_premium.svg"); }

.checkNo {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/check_no.svg"); }

@-webkit-keyframes stampbgroop {
  from {
    background-position: 0 0; }
  to {
    background-position: 621px 532px; } }

@keyframes stampbgroop {
  from {
    background-position: 0 0; }
  to {
    background-position: 621px 532px; } }

article#plan #price {
  position: fixed;
  width: 100%;
  height: 94px;
  bottom: 0;
  left: 0;
  background: #fff;
  box-sizing: border-box;
  border-top: solid #e9edf6 1px;
  z-index: 10;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom); }
article#plan #price .stage {
  max-width: var(--max-width-def);
  margin: 0 auto;
  overflow: hidden; }
article#plan #price .stage a:hover {
  text-decoration: none; }
article#plan #price .stage .basic {
  float: left;
  width: 33.333333%;
  height: 94px; }
article#plan #price .stage .basic h2 {
  color: var(--basic);
  font-family: var(--font-family-def);
  text-align: center;
  font-size: 14px;
  line-height: 28px; }
article#plan #price .stage .basic .mutable {
  float: left;
  width: 100%;
  padding: 0 8px; }
article#plan #price .stage .basic .mutable .button {
  text-align: center;
  background: var(--basic); }
article#plan #price .stage .premium {
  float: left;
  width: 66.666666%;
  height: 94px; }
article#plan #price .stage .premium h2 {
  color: var(--premium);
  font-family: var(--font-family-def);
  text-align: center;
  font-size: 14px;
  line-height: 28px; }
article#plan #price .stage .premium .mutable {
  float: left;
  width: 50%;
  padding: 0 8px; }
article#plan #price .stage .premium .mutable .button {
  text-align: center;
  background: var(--premium); }
article#plan #price .stage .trial .mutable {
  float: left;
  width: 100%;
  padding: 8px 16px; }
article#plan #price .stage .trial .mutable .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: var(--premium);
  line-height: 1;
  font-family: var(--font-family-def);
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px; }
article#plan #price .stage .trial .mutable .button .title {
  margin-bottom: 6px;
  font-size: 20px; }
article#plan #price .stage .trial .mutable .button .price {
  font-weight: 300;
  font-size: 12px; }
article#plan #price .stage .basic .mutable a .button,
article#plan #price .stage .premium .mutable a .button {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-family: var(--font-family-def);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px; }
article#plan #price .stage .basic .mutable .none .button,
article#plan #price .stage .premium .mutable .none .button {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-family: var(--font-family-def);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-align: center;
  background: #e0e3e6; }
article#plan #price .stage .mutable {
  position: relative; }
article#plan #price .stage .mutable img {
  position: absolute;
  width: 48px;
  height: 14px;
  left: 0;
  right: 0;
  margin: -6px auto 0; }
article#plan #price .stage .mutable .price {
  font-weight: 600;
  font-size: 14px; }
article#plan #price .stage .mutable .price .period {
  font-weight: 100;
  font-size: 12px; }

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  article#plan #price {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    border-top: solid #e9edf6 1px;
    z-index: 10; }
  article#plan #price .stage .basic {
    float: left;
    width: 33.333333%;
    height: 80px; } }

@media (max-width: 340px) {
  article#plan #price {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    border-top: solid #e9edf6 1px;
    z-index: 10; }
  article#plan #price .stage .basic {
    float: left;
    width: 33.333333%;
    height: 80px; }
  article#plan #price .stage .premium {
    float: left;
    width: 66.666666%;
    height: 80px; }
  article#plan #price .stage .trial .mutable .button .title {
    transform: scale(0.9); }
  article#plan #price .stage .trial .mutable .button .price {
    transform: scale(0.9); }
  article#plan #price .stage .mutable .price {
    font-weight: 600;
    font-size: 12px; }
  article#plan #price .stage .mutable .period {
    font-weight: 100;
    font-size: 11px; } }

article#plan section#main #caution {
  color: #666;
  padding: 48px 32px 80px; }
article#plan section#main #caution h3 {
  font-size: 16px;
  font-family: var(--font-family-def);
  padding-bottom: 24px; }
article#plan section#main #caution ul li {
  padding-bottom: 16px; }
article#plan section#main #caution ul li p {
  font-size: 0.75em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6em;
  font-family: var(--font-family-def); }
article#plan section#main #caution ul li p::before {
  content: "・"; }
article#plan section#main #caution .link {
  float: left;
  width: 50%;
  margin-top: 16px; }
article#plan section#main #caution .link .button a {
  display: block;
  text-align: center;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #234cad;
  background: #f4f6fb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px; }
article#plan section#main #caution .link:last-child {
  width: 100%;
  margin-top: 10px; }

@media (max-width: 340px) {
  article#plan section#main #caution .link .button a {
    display: block;
    text-align: center;
    line-height: 32px;
    height: 32px;
    font-size: 10px;
    font-weight: 400;
    color: #234cad;
    background: #f4f6fb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px; }
  article#plan section#main #caution .link .button a:hover {
    text-decoration: none; } }

article#plan section#main #caution .link:first-of-type .button a {
  margin-right: 8px; }

article#plan section#main .link:nth-of-type(2) .button a {
  margin-left: 8px; }

article#plan section#main footer {
  position: relative;
  margin-top: 60px; }
article#plan section#main footer .illustration {
  position: relative;
  width: 100%; }
article#plan section#main footer .illustration img {
  width: 100%;
  height: auto; }
article#plan section#main footer .illustration .bear {
  position: absolute;
  width: 130px;
  bottom: 0;
  left: 50%;
  margin-left: -65px; }
article#plan section#main footer .illustration .bear img {
  width: 130px;
  height: auto; }
article#plan section#main footer .under {
  width: 100%;
  height: 16px;
  background: #103895; }

article#plan #snackbar {
  z-index: 11;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4); }
article#plan #snackbar.open {
  display: block; }
article#plan #snackbar .stage {
  opacity: 0;
  overflow: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  background-color: #fff; }
article#plan #snackbar .stage a:hover {
  text-decoration: none; }
article#plan #snackbar .nav {
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 0 16px; }
article#plan #snackbar .nav::after {
  content: "";
  opacity: 0.1;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #65727f; }
article#plan #snackbar .nav a {
  width: 70px;
  height: 14px;
  font-size: 14px;
  color: var(--lifebear); }
article#plan #snackbar .plan {
  padding: 0 32px 10px; }
article#plan #snackbar .plan h3 {
  padding: 24px 0 20px;
  font-size: 16px;
  color: #444f5a; }
article#plan #snackbar .plan .basic,
article#plan #snackbar .plan .premium {
  margin-bottom: 16px; }
article#plan #snackbar .plan .basic .button,
article#plan #snackbar .plan .premium .button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 44px;
  line-height: 1;
  font-family: var(--font-family-def);
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px; }
article#plan #snackbar .plan .basic .button .price,
article#plan #snackbar .plan .premium .button .price {
  margin-bottom: 2px;
  font-size: 16px; }
article#plan #snackbar .plan .basic .button .merit,
article#plan #snackbar .plan .premium .button .merit {
  font-size: 12px; }
article#plan #snackbar .plan .basic .button .recommend,
article#plan #snackbar .plan .premium .button .recommend {
  position: absolute;
  display: block;
  top: -5px;
  right: 4px;
  width: 40px;
  height: 41px; }
article#plan #snackbar .plan .basic .button {
  text-align: center;
  background: var(--basic); }
article#plan #snackbar .plan .premium .button {
  text-align: center;
  background: var(--premium); }
article#plan #snackbar .caution {
  padding: 0 32px 32px; }
article#plan #snackbar .caution li {
  display: flex;
  font-size: 10px;
  line-height: 1.6;
  color: #666666; }
article#plan #snackbar .caution li::before {
  content: "・"; }

/*# sourceMappingURL=plan.css.map */