@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;
}

.pc {
  display: none;
}

.sp {
  display: inline;
}

@-webkit-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 {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

a.hov:hover {
  opacity: .7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 14px;
  line-height: 2;
  color: #000;
}

html * {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: Helvetica, Verdana, Arial, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", YuGothic, '\5C0F\585A\30B4\30B7\30C3\30AF   Pro', 'Kozuka Gothic Pro', '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', 'Hiragino Kaku Gothic Pro', '\30E1\30A4\30EA\30AA', Meiryo, '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF', sans-serif;
}

.att {
  font-size: 0.9rem;
  line-height: 1.8;
}

#bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  background-image: url("/static/full/tnf/special/mina_perhonen_2018ss/assets/images/bg.jpg");
  background-position: 50% top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.touch .pageTop {
  display: none;
}

.wrap {
  padding: 60px 0 0;
}

article {
  position: relative;
  z-index: 2;
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
}

article section {
  text-align: center;
}

article section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article section img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

article section .sectionInner {
  padding-right: 20px;
  padding-left: 20px;
}

#top .sectionInner {
  padding-top: 30px;
  padding-bottom: 45px;
}

#top .sectionInner .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .sectionInner .logos .logo_tnf {
  width: 25%;
}

#top .sectionInner .logos .logo_mina {
  width: 15%;
  margin-left: 15px;
}

#top .sectionInner a.logo_tnf, #top .sectionInner a.logo_mina {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#top .sectionInner a.logo_tnf:hover, #top .sectionInner a.logo_mina:hover {
  opacity: .5;
}

#top .sectionInner .key-visual {
  margin-top: 35px;
  margin-bottom: 45px;
}

#top .sectionInner h1.title {
  margin-top: 20px;
}

#top .sectionInner .lead p, #top .sectionInner .campaign p {
  margin-top: 45px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.77778;
  letter-spacing: 1.5px;
  text-align: left;
}

#top .sectionInner .lead p:first-child, #top .sectionInner .campaign p:first-child {
  margin-top: 0;
}

#top .sectionInner .lead {
  margin-bottom: 45px;
}

#top .sectionInner .campaign > p {
  margin-top: 30px;
  font-size: 13px;
}

#top .sectionInner .campaign > p > span {
  display: inline-block;
  margin-top: 6px;
  border: 1px solid #666;
}

#top .sectionInner .campaign > p > span > a {
  display: block;
  padding: 6px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

#top .sectionInner .campaign > p > span > a:hover {
  background-color: #ccc;
}

#top .sectionInner .campaign:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin: 0 auto 45px;
}

#textile .sectionInner {
  padding: 0 20px 0;
}

#textile .sectionInner:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin: 0 auto 45px;
}

#textile .sectionInner .item {
  padding: 40px 0 0;
}

#textile .sectionInner .item .img {
  margin-bottom: 22.5px;
}

#textile .sectionInner .item .name {
  margin-bottom: 12.5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

#textile .sectionInner .item .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.77778;
  letter-spacing: 1.5px;
}

#shop .sectionInner {
  padding: 60px 20px 0;
}

#shop .sectionInner .date {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}

#shop .sectionInner .date p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.77778;
  margin-top: 30px;
}

#shop .sectionInner .date:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin: 0 auto 60px;
}

#shop .sectionInner .date .bold {
  font-size: 16px;
  font-weight: bold;
}

#shop .sectionInner .shopList:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000;
  margin: 0 auto 60px;
}

#shop .sectionInner .shopList h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

#shop .sectionInner .shopList dl {
  margin-bottom: 45px;
}

#shop .sectionInner .shopList dl dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}

#shop .sectionInner .shopList dl.tnf dd {
  font-size: 13px;
  font-weight: bold;
}

#shop .sectionInner .about:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000;
  margin: 0 auto 45px;
}

#shop .sectionInner .about:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin: 40px auto 0;
}

#shop .sectionInner .about h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

#shop .sectionInner .about p {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

#shop .sectionInner .about p + p {
  margin-top: 30px;
}

#shop .sectionInner .designer h3 {
  font-weight: bold;
}

#shop .sectionInner .designer .name {
  font-size: 16px;
  font-weight: bold;
}

#shop .sectionInner .designer:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000;
  margin: 60px auto 0;
}

#items .sectionInner {
  padding: 0 20px 60px;
}

#items .sectionInner .item {
  padding: 45px 0 0;
}

#items .sectionInner .item .img {
  margin-bottom: 30px;
}

#items .sectionInner .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#items .sectionInner .product .name {
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}

#items .sectionInner .product .code {
  margin-top: 5px;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
}

#items .sectionInner .product .price {
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
}

#items .sectionInner .product .buy {
  margin-top: 5px;
}

#items .sectionInner .product .buy a {
  display: block;
  margin-left: 10px;
  padding: 2px 6px;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
}

#items .sectionInner .product + .product {
  margin-top: 18px;
}

footer {
  position: relative;
  z-index: 2;
  padding: 0 20px 60px;
  text-align: center;
}

footer:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin: 0 auto 10px;
}

footer .copyright {
  font-size: 12px;
  line-height: 16px;
}

.pageTop a {
  position: fixed;
  z-index: 100;
  bottom: -30px;
  right: 45px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pageTop a img {
  display: block;
}

.pageTop a:hover {
  opacity: .5;
}

.pageTop.active a {
  bottom: 30px;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  @-webkit-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 {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  a.hov:hover {
    opacity: .7;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  html {
    font-size: 14px;
    line-height: 2;
    color: #000;
  }
  html * {
    -webkit-text-size-adjust: 100%;
  }
  body {
    color: #000;
    font-family: Helvetica, Verdana, Arial, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", YuGothic, '\5C0F\585A\30B4\30B7\30C3\30AF   Pro', 'Kozuka Gothic Pro', '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', 'Hiragino Kaku Gothic Pro', '\30E1\30A4\30EA\30AA', Meiryo, '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF', sans-serif;
  }
  .att {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  #bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    background-image: url("/static/full/tnf/special/mina_perhonen_2018ss/assets/images/bg.jpg");
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
  .touch .pageTop {
    display: none;
  }
  .wrap {
    padding: 60px 0 0;
  }
  article {
    position: relative;
    z-index: 2;
    width: calc(100vw - 120px);
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.95);
  }
  article section {
    text-align: center;
  }
  article section * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  article section .sectionInner {
    padding-right: 60px;
    padding-left: 60px;
  }
  #top .sectionInner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #top .sectionInner .logos .logo_tnf {
    width: 78px;
  }
  #top .sectionInner .logos .logo_mina {
    width: 50px;
    margin-left: 25px;
  }
  #top .sectionInner a.logo_tnf {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #top .sectionInner a.logo_tnf:hover {
    opacity: .5;
  }
  #top .sectionInner .key-visual {
    width: 740px;
    margin: 70px auto 90px;
  }
  #top .sectionInner h1.title {
    margin-top: 60px;
  }
  #top .sectionInner .lead, #top .sectionInner .campaign {
    width: 740px;
    margin: 0 auto;
  }
  #top .sectionInner .lead p, #top .sectionInner .campaign p {
    width: 600px;
    margin: 45px auto 0;
    font-size: 16px;
    text-align: left;
  }
  #top .sectionInner .lead p:first-child, #top .sectionInner .campaign p:first-child {
    margin-top: 0;
  }
  #top .sectionInner .lead {
    margin-bottom: 100px;
  }
  #top .sectionInner .campaign > p {
    margin-top: 30px;
    font-size: 14px;
  }
  #top .sectionInner .campaign > p > a {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #top .sectionInner .campaign > p > a:hover {
    opacity: .7;
  }
  #top .sectionInner .campaign:before {
    margin: 0 auto 100px;
  }
  #textile .sectionInner {
    padding: 50px 60px;
  }
  #textile .sectionInner:before {
    content: "";
    display: block;
    width: 740px;
    height: 2px;
    background-color: #000;
    margin: 0 auto 100px;
  }
  #textile .sectionInner .item {
    padding: 70px 0 0;
  }
  #textile .sectionInner .item .img {
    width: 600px;
    margin: 0 auto 40px;
  }
  #textile .sectionInner .item .name {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  #textile .sectionInner .item .text {
    font-size: 16px;
    line-height: 1.77778;
  }
  #shop .sectionInner {
    width: 740px;
    margin: 0 auto;
    padding: 50px 0;
  }
  #shop .sectionInner .date {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 60px;
  }
  #shop .sectionInner .date p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.77778;
    margin-top: 45px;
  }
  #shop .sectionInner .date:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #000;
    margin: 0 auto 100px;
  }
  #shop .sectionInner .shopList:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #000;
    margin: 0 auto 70px;
  }
  #shop .sectionInner .shopList h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 60px;
  }
  #shop .sectionInner .shopList dl {
    margin-bottom: 70px;
  }
  #shop .sectionInner .shopList dl dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
  }
  #shop .sectionInner .shopList dl dd {
    font-size: 14px;
  }
  #shop .sectionInner .shopList dl.tnf {
    margin-bottom: 45px;
  }
  #shop .sectionInner .about {
    margin-bottom: 0;
  }
  #shop .sectionInner .about:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #000;
    margin: 0 auto 70px;
  }
  #shop .sectionInner .about:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #000;
    margin: 100px auto 0;
  }
  #shop .sectionInner .about h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #shop .sectionInner .about p {
    font-size: 14px;
    text-align: center;
  }
  #shop .sectionInner .about p + p {
    margin-top: 30px;
  }
  #shop .sectionInner .designer h3 {
    font-weight: bold;
  }
  #shop .sectionInner .designer .name {
    font-size: 16px;
    font-weight: bold;
  }
  #shop .sectionInner .designer:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #000;
    margin: 60px auto 0;
  }
  #items .sectionInner {
    width: 740px;
    margin: 0 auto;
    padding: 50px 0;
  }
  #items .sectionInner .item {
    padding: 0;
  }
  #items .sectionInner .item + .item {
    margin-top: 100px;
  }
  #items .sectionInner .item .img {
    margin-bottom: 40px;
  }
  #items .sectionInner .product .name {
    width: auto;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  #items .sectionInner .product .code {
    margin-top: 6px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
  }
  #items .sectionInner .product .price {
    margin-top: 6px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
  }
  #items .sectionInner .product .buy {
    margin-top: 6px;
  }
  #items .sectionInner .product .buy a {
    display: block;
    margin-left: 10px;
    padding: 3px 8px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
  }
  #items .sectionInner .product + .product {
    margin-top: 10px;
  }
  footer {
    position: relative;
    width: 740px;
    margin: 0 auto;
    z-index: 2;
    padding: 50px 0;
    text-align: center;
  }
  footer:before {
    margin: 0 auto 20px;
  }
  footer .copyright {
    font-size: 12px;
    line-height: 20px;
  }
  .pageTop a {
    right: 75px;
  }
}
