@charset "UTF-8";
/*reset*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 14px;
  line-height: 1.71429; }

body {
  font-family: Helvetica, Verdana, Arial, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  color: #000; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

img, iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

img[src$=".svg"] {
  width: 100%; }

body {
  min-width: 940px; }

#bg {
  position: fixed;
  top: 0;
  left: 252px;
  right: 0;
  bottom: 0;
  background-image: url(../images/keyv.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  #bg.move {
    opacity: 1; }

#top {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100vh; }
  #top .title {
    position: absolute;
    top: 60px;
    left: 50px;
    width: 65.95745vw;
    max-width: 530px; }
    #top .title .news {
      font-weight: bold;
      font-size: 1.8em;
      margin-top: 1.4em;
      text-indent: 0.5em; }
  #top a.scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 54px;
    margin-left: -0.5em;
    width: 1em;
    height: 1em;
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/btn_scroll.svg);
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #top a.scroll:hover {
      background-image: url(../images/btn_scroll_on.svg); }
    #top a.scroll.down {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      opacity: 0;
      bottom: 100%; }
  #top a.logo_tnf {
    position: absolute;
    bottom: 60px;
    left: 60px;
    width: 77px;
    height: 36px;
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/logo_tnf.svg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #top a.logo_tnf:hover {
      background-image: url(../images/logo_tnf_on.svg); }
    #top a.logo_tnf.down {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      opacity: 0;
      bottom: 100%; }

ul.anchor {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 50px;
  font-size: 13.6px; }
  ul.anchor li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ul.anchor li:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 1.25em;
      height: 1em;
      background-image: url(../images/icon_slush.png);
      background-position: 50%;
      background-size: contain;
      background-repeat: no-repeat; }
    ul.anchor li:first-child:before {
      display: none; }
    ul.anchor li a {
      display: block;
      position: relative;
      -webkit-transition: all 0s ease-in-out 0.2s;
      -moz-transition: all 0s ease-in-out 0.2s;
      -o-transition: all 0s ease-in-out 0.2s;
      transition: all 0s ease-in-out 0.2s; }
      ul.anchor li a img {
        display: block;
        height: 1em;
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1; }
        ul.anchor li a img.on {
          position: absolute;
          z-index: 0;
          opacity: 0; }
      ul.anchor li a:hover img {
        opacity: 0; }
        ul.anchor li a:hover img.on {
          opacity: 1; }

#content {
  background-color: #fff; }
  #content .banners {
    max-width: 860px;
    margin: 0 auto; }
    #content .banners .bnrList .bnr {
      position: relative;
      margin-top: 50px; }
      #content .banners .bnrList .bnr:first-child {
        margin-top: 0; }
      #content .banners .bnrList .bnr a {
        display: block; }
        #content .banners .bnrList .bnr a:hover .inner {
          background-color: rgba(255, 255, 255, 0.5); }
          #content .banners .bnrList .bnr a:hover .inner .cat img {
            opacity: 0; }
            #content .banners .bnrList .bnr a:hover .inner .cat img.on {
              opacity: 1; }
          #content .banners .bnrList .bnr a:hover .inner .store {
            background-color: #000;
            color: #fff; }
      #content .banners .bnrList .bnr a > img {
        display: block; }
      #content .banners .bnrList .bnr .inner {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #content .banners .bnrList .bnr .inner .cat {
          margin-bottom: 20px;
          position: relative; }
          #content .banners .bnrList .bnr .inner .cat img {
            height: 35px;
            position: relative;
            top: 0;
            left: 0;
            z-index: 1; }
            #content .banners .bnrList .bnr .inner .cat img.on {
              position: absolute;
              z-index: 0;
              opacity: 0; }
        #content .banners .bnrList .bnr .inner .store {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          background: #fff;
          color: #000;
          padding: 0 0.8em;
          font-size: 12px;
          font-weight: bold;
          line-height: 2; }

footer {
  margin: 0 auto;
  text-align: center;
  background: #fff; }
  footer .footerInner {
    max-width: 860px;
    margin: 0 auto; }
  footer .copyright {
    border-top: #000 solid 3px;
    padding: 19px 0;
    font-size: 14px;
    line-height: 1.57143; }

.pageTop {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: -30px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn_scrollup.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }
  .pageTop:hover {
    opacity: .5; }
  .pageTop.active {
    right: 30px; }

@media screen and (min-width: 941px) {
  .forSP {
    display: none; }
  img[src*="_sp."] {
    display: none; } }

@media only screen and (max-width: 940px) {
  html {
    font-size: 2.22222vw;
    line-height: 42/24; }
  body {
    min-width: 0; }
  .forPC {
    display: none; }
  img[src*="_pc."] {
    display: none; }
  #bg {
    left: 24.07407vw;
    background-position-x: 67%;
    /* background-image: url(../images/keyv_sp.jpg); */
  }
  #top .title {
    top: 6.01852vw;
    left: 4.62963vw;
    width: 70.37037vw;
    max-width: none; }
  #top a.scroll {
    bottom: 15vh;
    font-size: 8.33333vw; }
    #top a.scroll:hover {
      background-image: url(../images/btn_scroll.svg); }
  #top a.logo_tnf {
    position: absolute;
    bottom: 15vh;
    left: 6.01852vw;
    width: 10.18519vw;
    height: 4.62963vw;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #top a.logo_tnf:hover {
      background-image: url(../images/logo_tnf_on.svg); }
  ul.anchor {
    padding: 5.55556vw 0;
    font-size: 2.03704vw; }
  #content .banners {
    max-width: none;
    margin: 0 6.48148vw; }
    #content .banners .bnrList .bnr {
      margin-top: 5.55556vw; }
      #content .banners .bnrList .bnr:first-child {
        margin-top: 0; }
      #content .banners .bnrList .bnr a {
        display: block; }
        #content .banners .bnrList .bnr a:hover .inner {
          background-color: rgba(255, 255, 255, 0); }
          #content .banners .bnrList .bnr a:hover .inner .cat img {
            opacity: 1; }
            #content .banners .bnrList .bnr a:hover .inner .cat img.on {
              opacity: 0; }
          #content .banners .bnrList .bnr a:hover .inner .store {
            background-color: #fff;
            color: #000; }
      #content .banners .bnrList .bnr a > img {
        display: block; }
      #content .banners .bnrList .bnr .inner .cat {
        margin-bottom: 1.85185vw;
        position: relative; }
        #content .banners .bnrList .bnr .inner .cat img {
          height: 5.55556vw; }
      #content .banners .bnrList .bnr .inner .store {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 0 0.8em;
        font-size: 2.0988vw;
        font-weight: bold;
        line-height: 2.11762; }
  footer {
    margin: 0 auto;
    text-align: center;
    background: #fff; }
    footer .footerInner {
      max-width: none;
      width: 87.03704vw;
      margin: 0 auto; }
    footer .copyright {
      border-top: #000 solid 0.27778vw;
      padding: 1em 0;
      font-size: 2.22222vw;
      line-height: 1.66667; } }

@media screen and (min-width: 941px) and (max-height: 720px) {
  #top .title {
    width: auto; }
    #top .title h1 img {
      width: auto;
      height: 58.33333vh; }
    #top .title .news {
      font-size: 3.33333vh; } }
