@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
  body img {
    height: auto; }
  @media screen and (max-width: 768px) {
    body {
      font-size: calc(0.75rem + ((1vw - 4.8px) * 0.9677)); } }
  body a {
    color: #000; }

@media screen\0 {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif; } }

#topScl {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  bottom: 2.25rem;
  right: 2.25rem;
  position: fixed;
  z-index: 3; }
  @media screen and (max-width: 425px) {
    #topScl {
      display: none; } }

.new {
  position: relative; }
  .new::after {
    content: "new";
    display: block;
    position: absolute;
    background-color: red;
    color: #fff;
    font-weight: bold;
    padding: .1rem .2rem;
    border-radius: 5px;
    font-size: .8rem;
    top: 0;
    left: 0; }

.anvLogo {
  margin-bottom: 1.5rem; }
  .anvLogo img {
    max-width: 100px; }
    @media screen and (max-width: 768px) {
      .anvLogo img {
        max-width: 100px; } }

.wbox {
  max-width: 1366px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto; }

.cross {
  position: relative; }
  .cross::before {
    background-color: #000;
    -webkit-box-shadow: 0px 0px 0px 24px #000;
    box-shadow: 0px 0px 0px 24px #000;
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(3deg) skew(3deg) translate3d(0, 0, 0);
    transform: rotate(3deg) skew(3deg) translate3d(0, 0, 0);
    width: 100%;
    z-index: -1; }
  .cross::after {
    background-color: #fff100;
    -webkit-box-shadow: 0px 0px 0px 24px #000;
    box-shadow: 0px 0px 0px 24px #000;
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0);
    transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0);
    width: 100%;
    z-index: -1; }

.circle {
  background: #fff100;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 0.2rem #000, 0px 0px 0px 0.4rem #fff100, 0px 0px 0px 0.6rem #000;
  box-shadow: 0px 0px 0px 0.2rem #000, 0px 0px 0px 0.4rem #fff100, 0px 0px 0px 0.6rem #000;
  color: red;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  height: 3.2rem;
  width: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .circle span {
    position: relative; }

.topBar {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: .4rem 0; }

.header {
  margin: 0 0 4rem; }
  .header .ttlB {
    background-color: #fff100;
    -webkit-transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0);
    transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0);
    padding-top: 5rem;
    margin-top: -3.5rem; }
  .header .ttl {
    -webkit-transform: rotate(3deg) skew(3deg) translate3d(0, 0, 0);
    transform: rotate(3deg) skew(3deg) translate3d(0, 0, 0); }
    .header .ttl img {
      width: 90%; }
  .header .cross {
    color: #fff;
    padding: 1rem 0;
    background: none;
    z-index: -2;
    position: relative; }
    .header .cross::after {
      background-color: #000;
      -webkit-box-shadow: 0px 0px 0px 24px #fff100;
      box-shadow: 0px 0px 0px 24px #fff100;
      left: -2px;
      width: 100%; }
    .header .cross .wbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      font-weight: bold;
      font-size: 1.5rem;
      font-size: calc(0.75rem + (1vw * 1.0));
      -webkit-transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0);
      transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0); }
      .header .cross .wbox .flag, .header .cross .wbox .skew {
        -webkit-transform: skew(3deg) translate3d(0, 0, 0);
        transform: skew(3deg) translate3d(0, 0, 0); }
      @media screen and (max-width: 768px) {
        .header .cross .wbox {
          display: block; } }
    .header .cross .flag {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
      flex: 0 1 35%; }
      .header .cross .flag img {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .header .cross .flag img {
            width: 80%; } }

.navTtl {
  background-color: #000;
  color: #fff100;
  font-weight: bold;
  font-size: calc(0.75rem + (1vw * 1)); }
  @media screen and (max-width: 425px) {
    .navTtl {
      margin-bottom: 1rem; } }
  .navTtl .wbox {
    padding: 1rem 0;
    border-left: 14px solid;
    border-right: 14px solid; }

.navW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 425px) {
    .navW {
      display: none; } }

.nbx {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background-color: #000;
  position: relative;
  margin: 4rem 0 2rem;
  border-radius: 5px;
  padding: 1rem 0; }
  @media screen and (max-width: 768px) {
    .nbx {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%; } }
  .nbx .circle {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: -2rem; }
  .nbx .n_ttl {
    background-color: #fff100;
    -webkit-transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0);
    transform: rotate(-3deg) skew(-3deg) translate3d(0, 0, 0);
    padding: 1rem .5rem;
    font-size: 1.2rem;
    margin: .5rem auto 1rem; }
    .nbx .n_ttl span {
      border-bottom: 1px solid #000;
      -webkit-transform: skew(3deg) translate3d(0, 0, 0);
      transform: skew(3deg) translate3d(0, 0, 0);
      font-weight: bolder;
      display: inline-block; }
  .nbx .pdg {
    padding: 0 .5rem 1rem; }
  .nbx img {
    width: 100%; }
  .nbx .ntxt {
    color: #000;
    background-color: #fff100;
    padding: 1rem .5rem;
    font-weight: bold; }

.sclBtn {
  font-size: 2rem;
  text-decoration: none;
  background-color: #fff100;
  color: #000;
  border-radius: 5px;
  padding: .5rem .5rem;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 100ms 0s ease;
  -o-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease; }
  .sclBtn:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }

.spPW {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  margin: 2rem 0 2rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 0.2rem #000, 0px 0px 0px 0.4rem #fff100, 0px 0px 0px 0.6rem #000;
  box-shadow: 0px 0px 0px 0.2rem #000, 0px 0px 0px 0.4rem #fff100, 0px 0px 0px 0.6rem #000; }
  @media screen and (max-width: 768px) {
    .spPW {
      display: block;
      padding: 2.5rem 1rem; } }
  @media screen and (max-width: 425px) {
    .spPW {
      margin-top: 3rem; } }
  .spPW .sclBtn {
    position: absolute;
    right: 0;
    bottom: -2rem;
    left: 0;
    margin: auto;
    width: 3rem; }
  .spPW .spT {
    color: #fff100;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-size: calc(0.75rem + (1vw * 1.5)); }
    @media screen and (max-width: 768px) {
      .spPW .spT {
        margin-bottom: 1rem; } }
  .spPW .tis {
    overflow: hidden;
    height: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    background: url(../img/tissue.png) no-repeat center;
    background-size: contain;
    background-color: #fff; }
    .spPW .tis img {
      width: 100%;
      display: block;
      position: relative;
      top: -50%; }
  .spPW .sp {
    position: absolute;
    font-size: calc(0.75rem + (1vw * 1) * .5);
    left: 1rem;
    top: -1rem;
    color: red;
    padding: .5rem .5rem;
    background-color: #fff100;
    font-weight: bold;
    -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
    transform: rotate(-3deg) translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0.2rem #000, 0px 0px 0px 0.4rem #fff100;
    box-shadow: 0px 0px 0px 0.2rem #000, 0px 0px 0px 0.4rem #fff100; }
    @media screen and (max-width: 768px) {
      .spPW .sp {
        position: relative;
        top: -1rem;
        left: 0;
        right: 0;
        display: block;
        margin-bottom: 0rem; } }
  .spPW .circle {
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block; }

.spN {
  display: none; }
  @media screen and (max-width: 425px) {
    .spN {
      display: block; } }
  .spN .spNb {
    background-color: #000;
    color: #fff;
    margin: 5px auto;
    max-width: 80%;
    border-radius: 5px;
    padding: .3rem 0; }
    .spN .spNb .cNo {
      width: 2rem;
      height: 2rem;
      font-size: calc(0.75rem + (1vw * 2));
      font-weight: bold;
      color: red; }
    .spN .spNb a {
      font-size: calc(0.75rem + (1vw * 2));
      color: #fff100; }

.subTtl {
  padding: 1rem 0;
  margin: 5rem 0 4rem; }

.area {
  display: inline-block;
  position: relative; }

h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid;
  font-weight: bolder;
  margin-bottom: 3px; }
  h2 + span {
    font-size: 1rem;
    font-weight: bolder; }

.dsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .dsc {
      display: block; } }
  .dsc p {
    margin-right: 1rem; }
    @media screen and (max-width: 768px) {
      .dsc p {
        margin-bottom: 1rem; } }
  .dsc .icon {
    width: 100px; }
    @media screen and (max-width: 768px) {
      .dsc .icon {
        width: 80px; } }

.subTtl2 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.2rem; }

.no {
  left: -4rem;
  position: absolute;
  bottom: -3.4rem; }
  @media screen and (max-width: 425px) {
    .no {
      left: -2rem; } }

.movieW {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  border-top: 5px solid #fff100;
  border-bottom: 5px solid #fff100; }
  @media screen and (max-width: 768px) {
    .movieW {
      padding: 2rem .5rem; } }

.movieW .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 32.5%;
  -ms-flex: 0 1 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1%;
  margin: 0 0 1rem;
  background-image: url(../img/mov_bg1.png), url(../img/mov_bg2.png);
  background-color: #fff;
  background-repeat: no-repeat,no-repeat;
  background-position: top left, bottom right; }
  @media screen and (max-width: 768px) {
    .movieW .box {
      -webkit-box-flex: 0;
      flex: 0 1 49.5%;
      -ms-flex: 0 1 47%; } }
  @media screen and (max-width: 425px) {
    .movieW .box {
      -webkit-box-flex: 0;
      flex: 0 1 100%;
      -ms-flex: 0 1 100%; } }
  .movieW .box .movImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-right: 5px; }
    .movieW .box .movImg img {
      width: 100%; }
  .movieW .box .movR {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    position: relative; }
    @media all and (-ms-high-contrast: none) {
      .movieW .box .movR {
        display: block; } }
  .movieW .box .movTtl {
    font-size: .8rem;
    word-break: break-all; }
  .movieW .box .movBtn {
    background-color: #000;
    position: relative;
    color: #fff100;
    text-decoration: none;
    padding: .5rem 1.5rem;
    margin-top: auto;
    display: inline-block;
    border-radius: 5px;
    font-size: .7rem;
    z-index: 1; }
    .movieW .box .movBtn::after {
      content: "";
      border-radius: 5px;
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      display: block;
      z-index: -1;
      -webkit-transform: translate3d(0, 0, -1px);
      transform: translate3d(0, 0, -1px); }
    .movieW .box .movBtn::before {
      content: "";
      -webkit-transform: rotate(4deg) translate3d(0, 0, -2px);
      transform: rotate(4deg) translate3d(0, 0, -2px);
      border-radius: 5px;
      width: 100%;
      height: 100%;
      background-color: orange;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      display: block;
      z-index: -2; }
    .movieW .box .movBtn:hover::after {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background-color: orange; }
    .movieW .box .movBtn:hover::before {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background-color: #000; }

.rankB {
  margin: .5rem 0;
  border-top: 3px #fff100 solid;
  border-bottom: 3px #fff100 solid;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#1f1f1f));
  background: -webkit-linear-gradient(left, black 0%, #1f1f1f 100%);
  background: -o-linear-gradient(left, black 0%, #1f1f1f 100%);
  background: linear-gradient(90deg, black 0%, #1f1f1f 100%); }
  .rankB .wbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0;
    position: relative;
    overflow: visible; }
  .rankB .ttlR {
    font-weight: bold;
    color: #fff;
    -ms-flex: 0 1 auto;
    font-size: calc(.5rem + (1vw * .8));
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .rankB .ttlR {
        padding-left: 3rem; } }
  .rankB .rCnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 5 auto;
    flex: 1 5 auto; }
    @media screen and (max-width: 768px) {
      .rankB .rCnt {
        padding: 1rem .5rem; } }
    @media all and (-ms-high-contrast: none) {
      .rankB .rCnt {
        display: block; } }
  .rankB .cross {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    margin: 1rem auto;
    max-width: 400px;
    padding: .5rem 0;
    text-decoration: none;
    width: 100%;
    max-height: 50px;
    z-index: 1;
    font-size: calc(.8rem + (1vw * .5));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0; }
    .rankB .cross:hover {
      color: #fff; }
    .rankB .cross img {
      max-width: 1.5rem;
      width: 100%;
      margin-left: .5rem; }
    .rankB .cross::before, .rankB .cross::after {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 5px; }
    .rankB .cross::before {
      background-color: orange;
      -webkit-transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0);
      transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0); }
    .rankB .cross::after {
      background-color: #fff100;
      -webkit-transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0);
      transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0); }
    .rankB .cross:hover::after {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background-color: orange; }
    .rankB .cross:hover::before {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background-color: #fff100; }
  .rankB .redL {
    width: 1rem;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#f60800), to(#3d0100));
    background: -webkit-linear-gradient(top, #f60800 0%, #3d0100 100%);
    background: -o-linear-gradient(top, #f60800 0%, #3d0100 100%);
    background: linear-gradient(-180deg, #f60800 0%, #3d0100 100%); }
    @media screen and (max-width: 768px) {
      .rankB .redL {
        width: .2rem; } }
  .rankB .rankNo {
    position: relative;
    z-index: 0;
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .rankB .rankNo {
        position: absolute;
        height: 3rem;
        top: -10px; } }
    .rankB .rankNo p {
      font-size: calc(0.75rem + (1vw * 2));
      font-weight: bold;
      color: red; }
      .rankB .rankNo p.no1 {
        color: #FFD700;
        text-shadow: 0 0 2px #000, 0 0 10px #000; }
      .rankB .rankNo p.no2 {
        color: #C0C0C0;
        text-shadow: 0 0 2px #000, 0 0 10px #000; }
      .rankB .rankNo p.no3 {
        color: #C47222;
        text-shadow: 0 0 2px #000, 0 0 10px #000; }
      .rankB .rankNo p span {
        font-size: .7em; }
    .rankB .rankNo::before {
      content: "";
      width: 30%;
      background: -webkit-gradient(linear, left top, left bottom, from(#f60800), to(#3d0100));
      background: -webkit-linear-gradient(top, #f60800 0%, #3d0100 100%);
      background: -o-linear-gradient(top, #f60800 0%, #3d0100 100%);
      background: linear-gradient(-180deg, #f60800 0%, #3d0100 100%);
      height: 100%;
      position: absolute;
      right: 0;
      left: 0;
      z-index: -1;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .rankB .rankNo::before {
          background: none; } }
      @media all and (-ms-high-contrast: none) {
        .rankB .rankNo::before {
          display: none; } }
    .rankB .rankNo::after {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../img/rank.png) no-repeat center;
      background-size: 80%;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .rankB .rankNo::after {
          background-size: contain; } }
  .rankB .jk {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: .5rem;
    max-width: 150px; }
    .rankB .jk img {
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 0 3px #fff100;
      box-shadow: 0 0 0 3px #fff100;
      max-width: 150px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .rankB .jk img {
          width: 100px;
          -webkit-box-shadow: none;
          box-shadow: none; } }

.monthB > div p {
  vertical-align: middle;
  display: inline-block;
  max-width: 47%; }
  @media screen and (max-width: 425px) {
    .monthB > div p {
      max-width: 100%; } }
  .monthB > div p:nth-child(2) {
    max-width: 27%; }
    @media screen and (max-width: 425px) {
      .monthB > div p:nth-child(2) {
        max-width: 70%; } }
  .monthB > div p img {
    width: 100%; }

.gWrap .cross {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin: 1rem auto;
  max-width: 400px;
  padding: .5rem 0;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  max-height: 50px;
  z-index: 1;
  font-size: calc(.8rem + (1vw * .4));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0; }
  .gWrap .cross:hover {
    color: #fff; }
  .gWrap .cross.mi.wrem4 {
    max-width: 7em; }
  .gWrap .cross img {
    max-width: 1.5rem;
    width: 100%;
    margin-left: .5rem; }
  .gWrap .cross::before, .gWrap .cross::after {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px; }
  .gWrap .cross::before {
    background-color: orange;
    -webkit-transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0);
    transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0);
    border-radius: 0; }
  .gWrap .cross::after {
    background-color: #fff100;
    -webkit-transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0);
    transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0);
    border-radius: 0; }
  .gWrap .cross:hover::after {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: orange; }
  .gWrap .cross:hover::before {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #fff100; }

.gWrap .mi.cross {
  position: absolute;
  display: inline-block;
  top: -1rem;
  left: 0;
  margin: 0;
  padding: 1rem;
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(-5deg) translate3d(0, 0, 0);
  max-width: 200px; }
  .gWrap .mi.cross:hover {
    color: #000; }
  .gWrap .mi.cross:hover::before {
    background-color: orange; }
  .gWrap .mi.cross:hover::after {
    background-color: #fff100; }

.gWrap .pntBf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 425px) {
    .gWrap .pntBf.fir {
      display: block; }
      .gWrap .pntBf.fir .f3 {
        margin-left: 0rem; } }
  .gWrap .pntBf .f7 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
  .gWrap .pntBf .f3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    margin-left: 1rem; }
  .gWrap .pntBf .pntImg img {
    max-width: 100px; }

.gWrap .metB .pntBf {
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 768px) {
    .gWrap .metB .pntBf {
      display: block; } }

.gWrap .met {
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border-radius: 5px; }
  @media screen and (max-width: 768px) {
    .gWrap .met {
      margin-bottom: 1rem; } }
  .gWrap .met.f3 {
    margin: 0; }
  .gWrap .met .step {
    background-color: #fff100;
    border-radius: 100px;
    font-weight: 700;
    margin-bottom: 1rem; }

.gWrap .step1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }

.gWrap .step2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .gWrap .step2 .red {
    color: red; }

.gWrap .step3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }

.gWrap .c3 {
  padding: 0;
  margin: 2rem 0; }
  .gWrap .c3 .pntBf {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 425px) {
      .gWrap .c3 .pntBf {
        display: block; } }
  .gWrap .c3 .f3 {
    -webkit-box-flex: 0;
    flex: 0 0 32%;
    -ms-flex: 1 0 25%;
    margin: 0; }
    @media screen and (max-width: 425px) {
      .gWrap .c3 .f3 {
        margin-bottom: 1.5rem; } }

.pntBg {
  width: 100%;
  color: #fff;
  background-color: #000;
  border: 3px solid #fff100;
  margin: 1rem auto;
  padding: 2rem 1rem 1rem;
  position: relative; }
  .pntBg.left p {
    text-align: left; }

.btn2 {
  margin-bottom: 5rem; }
  .btn2 .cross {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    margin: 1rem auto;
    max-width: 400px;
    padding: .5rem 0;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    max-height: 50px;
    z-index: 1;
    font-size: calc(.8rem + (1vw * .4));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0; }
    .btn2 .cross:hover {
      color: #fff; }
    .btn2 .cross.mi.wrem4 {
      max-width: 7em; }
    .btn2 .cross img {
      max-width: 1.5rem;
      width: 100%;
      margin-left: .5rem; }
    .btn2 .cross::before, .btn2 .cross::after {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 5px; }
    .btn2 .cross::before {
      background-color: orange;
      -webkit-transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0);
      transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0);
      border-radius: 0; }
    .btn2 .cross::after {
      background-color: #fff100;
      -webkit-transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0);
      transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0);
      border-radius: 0; }
    .btn2 .cross:hover::after {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background-color: orange; }
    .btn2 .cross:hover::before {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background-color: #fff100; }

.tB .wbox {
  margin-bottom: 2rem; }

.tB .cross {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin: 1rem auto;
  max-width: 400px;
  padding: .5rem 0;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  max-height: 50px;
  z-index: 1;
  font-size: calc(.8rem + (1vw * .4));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0; }
  .tB .cross:hover {
    color: #fff; }
  .tB .cross.mi.wrem4 {
    max-width: 7em; }
  .tB .cross img {
    max-width: 1.5rem;
    width: 100%;
    margin-left: .5rem; }
  .tB .cross::before, .tB .cross::after {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px; }
  .tB .cross::before {
    background-color: orange;
    -webkit-transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0);
    transform: rotate(1.5deg) skew(0) translate3d(0, 0, 0);
    border-radius: 0; }
  .tB .cross::after {
    background-color: #fff100;
    -webkit-transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0);
    transform: rotate(-1.5deg) skew(0) translate3d(0, 0, 0);
    border-radius: 0; }
  .tB .cross:hover::after {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: orange; }
  .tB .cross:hover::before {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #fff100; }

.tB .mi.cross {
  position: absolute;
  display: inline-block;
  top: -1rem;
  left: 0;
  margin: 0;
  padding: 1rem;
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(-5deg) translate3d(0, 0, 0);
  max-width: 235px; }
  .tB .mi.cross:hover {
    color: #000; }
  .tB .mi.cross:hover::before {
    background-color: orange; }
  .tB .mi.cross:hover::after {
    background-color: #fff100; }

.tB .tImg img {
  max-width: 353px;
  width: 100%; }

.tB .tp a {
  color: orange; }

.gWrap .cross.mi,
.tB .cross.mi {
  left: 1rem; }

.othB img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 2rem; }

.bnr {
  margin: 0rem auto 3rem;
  border-bottom: 1px solid #e6ede6;
  max-width: 500px;
  padding-bottom: 2rem; }
  .bnr .bnrB {
    text-align: left; }
    .bnr .bnrB * {
      text-align: left !important; }
  .bnr .hdr {
    background-color: #e4007f;
    display: inline-block;
    color: #fff;
    padding: .5em 1em;
    letter-spacing: 2px;
    margin: 1rem 0 .5rem; }
    .bnr .hdr.blue {
      background-color: #1d2088; }
    .bnr .hdr.green {
      background-color: #00bae4; }
  .bnr span {
    display: block;
    padding-left: 1rem;
    color: gray; }
  .bnr .v1 img {
    max-width: 150px;
    margin-bottom: 0; }

.footer {
  background-color: #000;
  padding: 2rem 0;
  margin-top: 2rem; }
  .footer .kmpLogo img {
    max-width: 200px;
    width: 100%; }

.spW {
  background-color: #000; }

.new1 {
  background-color: #f7f7f7;
  padding: 1.5rem; }
  .new1 > p:nth-child(1) {
    margin: 0 0 .5rem; }

.news {
  margin-bottom: 3rem; }
  .news .tp a {
    color: orange; }
  .news .scroll.sclBtn {
    margin-top: 1rem; }
  .news .ttl {
    font-size: 2rem;
    font-weight: bolder; }
    @media screen and (max-width: 768px) {
      .news .ttl {
        font-size: calc(0.75rem + ((1vw) )); } }

.san {
  margin-bottom: 3rem; }
  .san .big {
    font-size: 20px;
    color: red; }
  .san img {
    width: 100%;
    max-width: 890px; }

.topBack {
  margin-top: 2rem; }
  .topBack a {
    color: #fff; }

.revival ul li {
  width: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: .8rem; }
  @media screen and (max-width: 768px) {
    .revival ul li {
      margin: .1rem;
      width: 90px; } }
  .revival ul li img {
    width: 100%; }
  .revival ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%; }
  .revival ul li .dtl {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    color: #fff100;
    border-radius: 5px;
    padding: .3rem; }

.headNew {
  background-color: #fff100;
  margin-bottom: 2rem;
  padding: 3rem 0;
  border-bottom: 8px solid; }
  .headNew p {
    font-size: 20px;
    font-weight: bold; }
  .headNew img {
    width: 100%;
    max-width: 700px; }

.end p {
  padding: 1rem 2rem;
  border-radius: 5px;
  background-color: red;
  color: #fff;
  font-size: 20px;
  display: inline-block; }
