@charset "UTF-8";
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;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
a.hov {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a.hov:hover {
  opacity: .7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
html * {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000000;
  font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.att {
  font-size: 0.9rem;
  line-height: 1.8;
}

#bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  z-index: 1;
  background-image: url("../images/bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

article {
  position: relative;
  z-index: 3;
}
article section * {
  box-sizing: border-box;
}
article section img {
  display: block;
  max-width: 100%;
}
article section .sectionInner {
  position: relative;
  width: 700px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -1px;
}
article section .sectionInner:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  height: 10px;
  z-index: 2;
}
article section#top {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 60px;
  box-sizing: border-box;
}
article section#top .sectionInner {
  text-align: center;
  background-color: #fff;
  height: 100vh;
  padding: 60px;
  position: relative;
  z-index: 1;
}
article section#top .sectionInner img {
  display: block;
}
article section#top .sectionInner a.logo_tnf {
  display: inline-block;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 10;
}
article section#top .sectionInner a.logo_tnf img {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article section#top .sectionInner a.logo_tnf:hover img {
  opacity: .5;
}
article section#top .sectionInner h1 {
  position: relative;
  z-index: 1;
}
article section#top .sectionInner h1 a.scroll_ins {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
article section#top .sectionInner h1 a.scroll_ins img {
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article section#top .sectionInner h1 a.scroll_ins:hover img {
  opacity: .5;
}
article section#top a.scroll_next {
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  margin-left: -15.5px;
  -webkit-animation: blink 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
  -moz-animation: blink 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
  -o-animation: blink 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
  animation: blink 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
}
article section#top a.scroll_next img {
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article section#top a.scroll_next:hover img {
  opacity: .5;
}
article section#lead .sectionInner {
  padding: 60px 60px 110px;
}
article section#lead .sectionInner:after {
  content: "";
  display: block;
  width: 83px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 3;
}
article section#lead .sectionInner p {
  margin-bottom: 55px;
}
article section#lead .sectionInner p:last-child {
  margin-bottom: 0px;
}
article section#lead .sectionInner p img {
  margin: 0 auto;
}
article section#party .sectionInner {
  padding: 110px 60px 110px;
}
article section#party .sectionInner:after {
  content: "";
  display: block;
  width: 83px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 3;
}
article section#party .sectionInner h2 {
  margin-bottom: 45px;
}
article section#party .sectionInner p {
  margin-bottom: 50px;
}
article section#party .sectionInner p:last-child {
  margin-bottom: 0px;
}
article section#party .sectionInner p img {
  margin: 0 auto;
}
article section#contest {
  padding-bottom: 60px;
}
article section#contest .sectionInner {
  padding: 110px 60px 110px;
}
article section#contest .sectionInner h2 {
  margin-bottom: 45px;
}
article section#contest .sectionInner p {
  margin-bottom: 50px;
}
article section#contest .sectionInner p:last-child {
  margin-bottom: 0px;
}
article section#contest .sectionInner p img {
  margin: 0 auto;
}
article section#contest .sectionInner .invite {
  margin-bottom: 50px;
}
article section#contest .sectionInner .profile:after {
  content: "";
  display: block;
  clear: both;
}
article section#contest .sectionInner .profile .img {
  width: 180px;
  float: left;
}
article section#contest .sectionInner .profile .txt {
  width: 370px;
  float: right;
}
article section#contest .sectionInner .profile .txt p {
  margin-bottom: 0;
}
article section#contest .sectionInner .profile .txt .name {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
article section#contest .sectionInner .profile .txt .data {
  font-size: 0.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
article section#contest .sectionInner .profile .txt .links {
  font-size: 0.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.3em;
}
article section#contest .sectionInner .profile .txt .links li a {
  display: inline-block;
}
article section#instagram {
  background-color: #fff;
}
article section#instagram .sectionInner {
  padding: 110px 0px;
}
article section#instagram .sectionInner:before {
  display: none;
}
article section#instagram .sectionInner h2 {
  margin-bottom: 55px;
}
article section#instagram .sectionInner h2 img {
  margin: 0 auto;
}
article section#instagram .sectionInner p {
  margin-bottom: 55px;
}
article section#instagram .sectionInner p:last-child {
  margin-bottom: 0px;
}
article section#instagram .sectionInner p img {
  margin: 0 auto;
}
article section#instagram .sectionInner .gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
article section#instagram .sectionInner .gallery li {
  width: 212px;
  margin-bottom: 32px;
}
article section#instagram .sectionInner .gallery li a {
  display: block;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.065em;
}
article section#instagram .sectionInner .gallery li a img {
  margin-bottom: 15px;
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article section#instagram .sectionInner .gallery li a:hover img {
  opacity: .5;
}
article section#instagram .sectionInner .more {
  text-align: center;
}
article section#instagram .sectionInner .more a {
  display: block;
  padding: 11px 0;
  margin: 0 auto;
  width: 130px;
  background-color: #000;
}
article section#instagram .sectionInner .more a img {
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article section#instagram .sectionInner .more a:hover img {
  opacity: .5;
}

footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
footer:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  height: 10px;
  z-index: 1;
}
footer .copyright {
  position: relative;
  z-index: 2;
  width: 700px;
  margin: 0 auto;
  margin-top: -1px;
  padding: 32.5px 0;
  text-align: center;
  border-top: #000 solid 3px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
footer .copyright img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-height: 900px) {
  article section#top .sectionInner h1 > img {
    max-height: 73.33333vh;
  }
}
