@charset "UTF-8";
@font-face {
  font-family: "icon";
  src: url("/site_resource/common/fonts/icon.eot");
  src: url("/site_resource/common/fonts/icon.eot?#iefix") format("eot"), url("/site_resource/common/fonts/icon.woff") format("woff"), url("/site_resource/common/fonts/icon.ttf") format("truetype");
}

.snav-list-item--campaign > a:before, .snav-list-item--game > a:before, .snav-list-item--quiz > a:before, .snav-list-item--education > a:before, .snav-list-item--column > a:before, .snav-list-item--survey > a:before, .snav-list-item--magazine > a:before, .snav-list-item--everyday > a:before
{
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-anchor:before {
  content: "\F001";
}

.icon-arrow-circle-down:before {
  content: "\F002";
}

.icon-arrow-circle-left:before {
  content: "\F003";
}

.icon-arrow-circle-right:before {
  content: "\F004";
}

.icon-arrow-circle-up:before {
  content: "\F005";
}

.icon-arrow-double-down:before {
  content: "\F006";
}

.icon-arrow-double-left:before {
  content: "\F007";
}

.icon-arrow-double-right:before {
  content: "\F008";
}

.icon-arrow-double-up:before {
  content: "\F009";
}

.icon-arrow-down:before {
  content: "\F00A";
}

.icon-arrow-left:before {
  content: "\F00B";
}

.icon-arrow-right:before {
  content: "\F00C";
}

.icon-arrow-up:before {
  content: "\F00D";
}

.icon-bell:before {
  content: "\F00E";
}

.icon-bell2:before {
  content: "\F00F";
}

.icon-binder:before {
  content: "\F010";
}

.icon-blank:before {
  content: "\F011";
}

.icon-check:before {
  content: "\F012";
}

.icon-cog:before {
  content: "\F013";
}

.icon-column:before {
  content: "\F014";
}

.icon-crown:before {
  content: "\F015";
}

.icon-exclamation:before {
  content: "\F016";
}

.icon-eye:before {
  content: "\F017";
}

.icon-eye2:before {
  content: "\F018";
}

.icon-game:before {
  content: "\F019";
}

.icon-heart:before {
  content: "\F01A";
}

.icon-home:before {
  content: "\F01B";
}

.icon-key:before {
  content: "\F01C";
}

.icon-light:before {
  content: "\F01D";
}

.icon-logout:before {
  content: "\F01E";
}

.icon-mail:before {
  content: "\F01F";
}

.icon-megaphone:before {
  content: "\F020";
}

.icon-news:before {
  content: "\F021";
}

.icon-padlock:before {
  content: "\F022";
}

.icon-paperairplane:before {
  content: "\F023";
}

.icon-pdf:before {
  content: "\F024";
}

.icon-point:before {
  content: "\F025";
}

.icon-present:before {
  content: "\F026";
}

.icon-question:before {
  content: "\F027";
}

.icon-quiz:before {
  content: "\F028";
}

.icon-education:before {
  content: "\F027";
}

.icon-search:before {
  content: "\F029";
}

.icon-sign-in-alt:before {
  content: "\F02A";
}

.icon-survey:before {
  content: "\F02B";
}

.icon-user:before {
  content: "\F02C";
}

.icon-user2:before {
  content: "\F02D";
}

.icon-user3:before {
  content: "\F02E";
}

.icon-wallet:before {
  content: "\F02F";
}

.top-temptation {
  background: -webkit-gradient(linear, left top, right top, from(#c31421), color-stop(50%, #c31421), color-stop(50%, #ffe400), to(#ffe400));
  background: linear-gradient(to right, #c31421 0%, #c31421 50%, #ffe400 50%, #ffe400 100%);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  min-height: 53px;
}

.top-temptation > .container {
  width: 100%;
}

.top-temptation-limit,
.top-temptation-contents,
.top-temptation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-temptation-limit,
.top-temptation-contents {
  min-height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-temptation-limit {
  font-weight: bold;
  color: #fff;
  position: relative;
  width: auto;
  padding-left: 30px;
  font-size: 0.92857rem;
}

.top-temptation-limit:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: .8em;
  line-height: 1;
  background-color: #ffae00;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  left: 5px;
}

.top-temptation-limit:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #c31421;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  border-width: 26.5px 0 26.5px 16px;
}

.top-temptation-contents {
  font-weight: bold;
  background-color: #ffe400;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 26px;
}

.top-temptation-contents strong {
  color: #c31421;
}

.top-temptation-point {
  vertical-align: sub;
  width: 20px;
}

.top-temptation-num {
  font-size: 1.14286rem;
}

.top-recommendHeader {
  background-image: linear-gradient(-45deg, #dc0010 25%, #e43844 25%, #e43844 50%, #dc0010 50%, #dc0010 75%, #e43844 75%, #e43844);
  background-size: 15px 15px;
  margin-bottom: 15px;
}

.top-recommendHeader-inner {
  padding: 10px 0;
}

.top-recommendHeader-side .side-banner-about {
  margin-top: 5px;
}

.top-recommendHeader-box {
  border: solid #ffd7d7 4px;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 0 8px 20px 8px;
}

.top-recommendHeader-box::after {
  content: "";
  display: table;
  clear: both;
}

.top-recommendHeader-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.4;
  margin: 7px 0 8px -21px;
  height: 36px;
}

.top-recommendHeader-ttl:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #99020d transparent transparent;
  position: absolute;
  left: 1px;
  bottom: -8px;
}

.top-recommendHeader-ttl-txt {
  font-weight: 900;
  color: #fff;
  background-color: #c31421;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
  font-size: 1.14286rem;
  padding: 0 16px 0 40px;
}

.top-recommendHeader-ttl-txt:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #c31421;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-animation-name: megaphone;
          animation-name: megaphone;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-top: -10px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  left: 15px;
}

.top-recommendHeader-ttl-txt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 12px 25px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-recommendHeader-ttl-txt-recommend {
  color: #fbe602;
}

.top-recommendHeader-ttl-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c31421;
  padding-left: 5px;
  font-size: 0.85714rem;
}

.top-recommendHeader-tile-box:first-child {
  width: 100%;
  margin-bottom: 5px;
}

.top-recommendHeader-tile-box-big .tile .tile-ttl {
  font-size: 1.0rem;
}

.top-recommendHeader-tile-box-big .tile .tile-inner {
  display: block;
  overflow: hidden;
  position: relative;
}

.top-recommendHeader-tile-box-big .tile .tile-thumb {
  position: relative;
  float: left;
  width: 45%;
  padding-bottom: 25%;
}

.top-recommendHeader-tile-box-big .tile .tile-thumb img {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-recommendHeader-tile-box-big .tile .tile-contents,
.top-recommendHeader-tile-box-big .tile .tile-timelimit {
  float: left;
  width: 55%;
  padding: 5px;
}

.top-recommendHeader-tile-box-big .tile .tile-contents {
  padding-top: 8px;
}

.top-recommendHeader-tile-box-big .tile .tile-points {
  margin-top: 0;
  font-size: 0.71429rem;
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.top-recommendHeader-tile-box-big .tile .tile-points-num {
  font-size: 1.42857rem;
}

.top-recommendHeader-tile-box-big .tile .tile-points-ico {
  width: 20px;
  vertical-align: bottom;
}

.top-recommendHeader-tile-box-big .tile-timelimit {
  border-top: none;
  padding: 0 15px 10px;
}

.top-recommendHeader-tile-box-big .top-recommendHeader-tile-item {
  width: 100%;
}

.top-recommendHeader-tile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #ccc;
  margin-top: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top-recommendHeader-tile-list .tile {
  border-radius: 0;
}

.top-recommendHeader-tile-list .tile .tile-thumb {
  position: relative;
  padding-bottom: 56%;
}

.top-recommendHeader-tile-list .tile .tile-thumb img {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-recommendHeader-tile-list .tile .tile-ttl {
  font-size: 0.85714rem;
  line-height: 1.3;
}

.top-recommendHeader-tile-list .tile .tile-contents {
  padding: 5px 3px;
}

.top-recommendHeader-tile-list .tile .tile-timelimit {
  border: none;
  font-size: 0.57143rem;
  padding: 0 7px 5px 7px;
}

.top-recommendHeader-tile-list .tile .tile-points {
  font-size: 0.78571rem;
  margin-top: 5px;
  font-size: 0.57143rem;
  white-space: nowrap;
}

.top-recommendHeader-tile-list .tile .tile-points-num {
  font-size: 1.0rem;
}

.top-recommendHeader-tile-list .tile .tile-points-ico {
  width: 15px;
}

.top-recommendHeader-tile-item {
  width: calc(33.33% + 2px);
  margin: -1px;
}

.top-recommendHeader-article-box {
  margin-top: 20px;
}

.top-recommendHeader-article-ttl {
  line-height: 1.4;
  font-size: 1.21428rem;
  padding-left: 1.6em;
  margin-bottom: 10px;
  position: relative;
}

.top-recommendHeader-article-ttl:before {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -.1em;
}

.top-recommendHeader-article-ttl.icon-column:before {
  color: #7d4ad2;
}

.top-recommendHeader-article-ttl.icon-present:before {
  color: #f98295;
}

.top-recommendHeader-article-ttl.icon-education:before {
  color: #41a300;
}

.top-recommendHeader-article-list {
  font-size: 0.85714rem;
}

.top-recommendHeader-article-list > li + li {
  margin-top: 5px;
}

.top-recommendHeader-ttl,
.top-recommendHeader-article-ttl {
  font-family: 'M PLUS Rounded 1c';
  font-weight: 900;
}

.top-recommendHeader-tile-box:first-child + .top-recommendHeader-tile-box .top-recommendHeader-tile-list {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.top-recommendHeader-tile-box:first-child + .top-recommendHeader-tile-box + .top-recommendHeader-tile-box .top-recommendHeader-tile-list {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

@-webkit-keyframes megaphone {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  90% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes megaphone {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  90% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.top-section {
  margin-top: 40px;
}

.top-section .btnBlock {
  margin-top: 18px;
}

.top-h1 {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
}

.top-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  line-height: 1.417;
  position: relative;
  padding: 0 0 7px 0;
  border-bottom: solid 3px #d90000;
}

.top-ttl:after {
  content: "";
  display: inline-block;
  background-image: linear-gradient 45deg, #fff 25%, #ff5858 25%, #ff5858 65%, #fff 65%, #fff 75%, #ff5858 75%, #ff5858;
  background-size: 8px 8px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 65%;
  height: 3px;
  bottom: -3px;
}

.top-ttl > h2 {
  position: relative;
  font-family: 'M PLUS Rounded 1c';
  font-weight: 900;
  font-size: 1.71428rem;
  white-space: nowrap;
  padding-left: 35px;
}

.top-ttl > h2:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  background-color: #d90000;
  border-radius: 100%;
  position: absolute;
  left: 0;
  font-size: 1.28571rem;
  width: 28px;
  height: 28px;
  top: 3px;
}

.top-ttl-sub {
  background-color: #d90000;
  color: #fff;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
  font-size: 0.85714rem;
  padding: 5px 7px;
  margin-left: 15px;
}

.top-ttl-sub:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 9px 4px 0;
  border-color: transparent #d90000 transparent transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-ttl--game {
  border-color: #06a7dd;
}

.top-ttl--game h2:before {
  background-color: #06a7dd;
}

.top-ttl--game:after {
  background-image: linear-gradient(45deg, #fff 25%, #06a7dd 25%, #06a7dd 65%, #fff 65%, #fff 75%, #06a7dd 75%, #06a7dd);
}

.top-ttl--game .top-ttl-sub {
  background-color: #06a7dd;
}

.top-ttl--game .top-ttl-sub:before {
  border-color: transparent #06a7dd transparent transparent;
}

.top-ttl--quiz {
  border-color: #41a300;
}

.top-ttl--quiz h2:before {
  background-color: #41a300;
}

.top-ttl--quiz:after {
  background-image: linear-gradient(45deg, #fff 25%, #41a300 25%, #41a300 65%, #fff 65%, #fff 75%, #41a300 75%, #41a300);
}

.top-ttl--quiz .top-ttl-sub {
  background-color: #41a300;
}

.top-ttl--quiz .top-ttl-sub:before {
  border-color: transparent #41a300 transparent transparent;
}

.top-ttl--education {
  border-color: #41a300;
}

.top-ttl--education h2:before {
  background-color: #41a300;
}

.top-ttl--education:after {
  background-image: linear-gradient(45deg, #fff 25%, #41a300 25%, #41a300 65%, #fff 65%, #fff 75%, #41a300 75%, #41a300);
}

.top-ttl--education .top-ttl-sub {
  background-color: #41a300;
}

.top-ttl--education .top-ttl-sub:before {
  border-color: transparent #41a300 transparent transparent;
}

.top-ttl--campaign {
  border-color: #f98295;
}

.top-ttl--campaign h2:before {
  background-color: #f98295;
}

.top-ttl--campaign:after {
  background-image: linear-gradient(45deg, #fff 25%, #f98295 25%, #f98295 65%, #fff 65%, #fff 75%, #f98295 75%, #f98295);
}

.top-ttl--campaign .top-ttl-sub {
  background-color: #f98295;
}

.top-ttl--campaign .top-ttl-sub:before {
  border-color: transparent #f98295 transparent transparent;
}

.top-ttl--survey {
  border-color: #f46809;
}

.top-ttl--survey h2:before {
  background-color: #f46809;
}

.top-ttl--survey:after {
  background-image: linear-gradient(45deg, #fff 25%, #f46809 25%, #f46809 65%, #fff 65%, #fff 75%, #f46809 75%, #f46809);
}

.top-ttl--survey .top-ttl-sub {
  background-color: #f46809;
}

.top-ttl--survey .top-ttl-sub:before {
  border-color: transparent #f46809 transparent transparent;
}

.top-ttl--column {
  border-color: #7d4ad2;
}

.top-ttl--column h2:before {
  background-color: #7d4ad2;
}

.top-ttl--column:after {
  background-image: linear-gradient(45deg, #fff 25%, #7d4ad2 25%, #7d4ad2 65%, #fff 65%, #fff 75%, #7d4ad2 75%, #7d4ad2);
}

.top-ttl--column .top-ttl-sub {
  background-color: #7d4ad2;
}

.top-ttl--column .top-ttl-sub:before {
  border-color: transparent #7d4ad2 transparent transparent;
}

.top-section--campaign {
  background: url("/site_resource/img/bg__campaign_section__sp.jpg") no-repeat;
  background-size: 100% 100%;
  margin: 0 -14px;
}

.top-campaign {
  padding: 14px;
}

.top-campaign-ttl {
  margin: 0 auto;
  width: 80%;
}

.top-campaign-ttl img {
  width: 100%;
}

.top-campaign-copy {
  text-align: center;
  background-color: #1e7ee1;
  padding: 10px 0;
  margin: 4.5% calc(-12px + 1%) 3%;
  line-height: 1.4;
}

.top-campaign-copy-txt {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 0.92857rem;
}

.top-campaign-copy-txt:before, .top-campaign-copy-txt:after {
  display: inline-block;
  border-left: solid 2px #fff;
  height: 25px;
  content: "";
  position: absolute;
  top: 5px;
}

.top-campaign-copy-txt:before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: -15px;
}

.top-campaign-copy-txt:after {
  right: -5px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  right: -10px;
}

@-webkit-keyframes campaign-kirakira {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  49% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes campaign-kirakira {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  49% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.top-campaign-tile-big {
  margin-bottom: 8px;
}

.top-campaign-tile-big .tile .tile-conditions {
  padding: 10px;
}

.top-campaign-tile-big .tile .tile-ttl {
  font-size: 1.21428rem;
}

.top-campaign-tile-big .tile .tile-timelimit .tile-ttl {
  font-size: 0.85714rem;
}

.top-campaign-contents .tile-presentlist .tile-inner {
  display: block;
}

.top-campaign-contents .tile-presentlist .tile-thumb {
  float: left;
}

.top-campaign-contents .tile-presentlist .tile-contents,
.top-campaign-contents .tile-presentlist .tile-conditions {
  float: right;
  width: calc(100% - 150px);
  min-width: 52%;
}

.top-campaign-contents .tile-presentlist .tile-conditions {
  margin: 7px 0;
  padding: 0 0 0 14px;
}

.top-campaign-contents .tile-presentlist .tile-thumb {
  margin-bottom: 10px;
}

.top-campaign-contents .tile-presentlist .tile-timelimit {
  clear: both;
}

.top-campaign-contents .tile-presentlist .tile-timelimit .tile-ttl {
  font-size: 0.85714rem;
  padding-top: 0;
}

.top-campaign-contents .tile-presentlist .tile-timelimit-date {
  display: inline;
}

.top-campaign-contents .tile-presentlist .tile-conditions-limit {
  font-size: 0.71429rem;
  height: 24px;
  line-height: 24px;
}

.top-campaign-contents .tile-presentlist .tile-conditions-limit-num {
  font-size: 0.85714rem;
}

.ie .top-campaign-contents .tile-timelimit .tile-ttl {
  padding-left: 1.8em;
}

.ie .top-campaign-contents .tile-timelimit .tile-ttl:before {
  top: -.3em;
}

.top-login img {
  width: 100%;
}

@-webkit-keyframes top-login {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1590px 0;
  }
}

@keyframes top-login {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1590px 0;
  }
}

.top-login-box {
  margin: 0 auto;
  position: relative;
}

.top-login-box-img {
  position: relative;
  margin-top: 15%;
}

.top-login-box-img:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #C41421 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
}

.top-login-about {
  position: absolute;
  width: 26%;
  top: -23%;
  right: 3%;
}

.top-login-about-link {
  display: block;
  background: url("/site_resource/img/img__about_sompopark.png") no-repeat;
  background-size: 100% auto;
}

.top-login-about-link img {
  opacity: 0;
}

.top-login-about-link:hover {
  background: none;
}

.top-login-about-link:hover img {
  opacity: 1;
}

.top-login-btnArea {
  background-image: linear-gradient(-45deg, #ffd2d5 25%, #ffdbdd 25%, #ffdbdd 50%, #ffd2d5 50%, #ffd2d5 75%, #ffdbdd 75%, #ffdbdd);
  background-size: 15px 15px;
  padding: 20px 5px;
}

.top-login-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top-login-btn-list > li {
  width: 50%;
  padding: 0 5px;
}

.top-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'M PLUS Rounded 1c';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  color: #cc0022;
  background-color: #fff;
  border-radius: 50px;
  height: 100%;
  border: solid #cc0022 2px;
  border-bottom-width: 3px;
  padding: 5px;
  font-size: 1.0rem;
}

.top-login-btn:hover {
  color: #E0667A;
  border-color: #E0667A;
}

.top-login-btn--entry {
  background-color: #d90000;
  color: #fff;
}

.top-login-btn--entry:hover {
  color: #fff;
  background-color: #E86666;
}

.top-login-about {
  -webkit-animation: login-about 2s linear infinite;
          animation: login-about 2s linear infinite;
}

@-webkit-keyframes login-about {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes login-about {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top-info {
  padding: 30px 12px;
}

.ani-scal {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1.14, 0.58, 1.23);
          transition-timing-function: cubic-bezier(0.2, 1.14, 0.58, 1.23);
}

.ani-ttl > h2,
.ani-ttl .top-ttl-sub {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ani-delay {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.ani-trigger .ani-scal {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.ani-trigger.ani-ttl > h2,
.ani-trigger.ani-ttl .top-ttl-sub {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.snavBox{
  padding: 0;
  margin: 0;
  background-color: #e3e3e3;
}

.snav-inner{
  margin: 0 0 6px;
  overflow: hidden;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.snav-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.snav-list{
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.snav-list-item--game:before,
.snav-list-item--everyday:before {
  background-color: #06a7dd;
}

.snav-list-item--game > a:before {
  color: #06a7dd;
  font-size: 27px;
  content: "\F019";
}

.snav-list-item--everyday > a:before {
  color: #06a7dd;
  font-size: 22px;
  content: "\F011";
}

.snav-list-item--quiz:before,
.snav-list-item--education:before {
  background-color: #41a300;
}

.snav-list-item--quiz > a:before {
  color: #41a300;
  font-size: 27px;
  content: "\F028";
}

.snav-list-item--education > a:before {
  color: #41a300;
  font-size: 22px;
  content: "\F027";
}

.snav-list-item--campaign:before {
  background-color: #f98295;
}

.snav-list-item--campaign > a:before {
  color: #f98295;
  font-size: 27px;
  content: "\F026";
}

.snav-list-item--survey:before {
  background-color: #f46809;
}

.snav-list-item--survey > a:before {
  color: #f46809;
  font-size: 27px;
  content: "\F02B";
}

.snav-list-item--column:before,
.snav-list-item--magazine:before {
  background-color: #7d4ad2;
}

.snav-list-item--column > a:before {
  color: #7d4ad2;
  font-size: 27px;
  content: "\F014";
}

.snav-list-item--magazine > a:before {
  color: #7d4ad2;
  font-size: 25px;
  content: "\F01F";
}

.snav-list-item--game > a,
.snav-list-item--quiz > a,
.snav-list-item--campaign > a,
.snav-list-item--education > a,
.snav-list-item--survey > a,
.snav-list-item--column > a,
.snav-list-item--magazine > a,
.snav-list-item--everyday > a{
  border: solid 1px #ccc;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans GB W3", "CI", Meiryo, sans-serif;
  height: 50px;
  background-color: #fbfbfb;
  margin: 1px;
}
