body {
  background-size: contain;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.075em;
  font-display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: sans-serif;
  margin: 0;
  color: #000000;
  line-height: 1.7;
  text-align: center;
}

p {
  font-size: 21px;
}


.blue-bg p {
  color: #ffffff;
  ;
}

h2 {
  line-height: 1;
  margin: 24px auto;
  color: #ffffff;
  padding: 10px;
  border: solid 3px #ffffff;
  font-weight: 900;
  width: fit-content;
}

section h3 {
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 4px;
  border-bottom: 2px solid #000000;
  margin-bottom: 50px;
  width: 76%;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}
section h3.is-rela {
  padding: 30px 0 5px;
  font-size: 32px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  border: none;
  border-top: 1px solid #000;
}
section h5 {
    font-size: 30px;
    text-align: center;
    margin: 80px auto;
    font-weight: bold;
}
@media screen and (max-width: 639px) {
/**section h5 {
text-align:left;
}**/
  section h3.is-rela {
    padding: 10px 0 5px;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #000;
  }
}

section {
  padding: 100px 0 20px;
  margin: 0 auto;
  max-width: 1600px;
  background-color: #fff;
}
.single-sec {
  max-width: 800px;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

small {
  font-size: 80%;
}

iframe {
  width: 100%;
}

img.cover,
video.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  z-index: 1000;
}
.loader {
  font-weight: 700;
  display: none;
  z-index: 1000;
}
.loader1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 123px;
  padding-top: 100px;
}
.loader2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 323px;
  padding-bottom: 100px;
}
@media screen and (max-width: 639px) {
  .loader1 img {
    width: 17.22%;
    padding-top: 14%;
  }
  .loader2 img {
    width: 45.22%;
    padding-bottom: 14%;
  }
}

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  text-decoration: none !important;
}

/** humberger **/
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 40px 50px 0;
  background: rgba(0, 0, 0, 1);
  height: 100px;
  box-sizing: border-box;
  transition: top .3s;
}
header.is-hide {
  top: -100px;
}
#nav-drawer {
  position: fixed;
  z-index: 10;
  right: 40px;
  top: 40px;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  float: right;
  width: 32px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 10000;
	transition: all .3s;
}
#nav-drawer.is-sc #nav-open{
	transform: translateY(15px);
}
#nav-open:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: -19px;
  width: 52px;
  height: 52px;
  background-color: #000;
  transition: all .3s;
}
#nav-drawer.is-sc #nav-open:before{
	background-color: rgba(255,255,255,0.7);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#nav-open > p{
	font-family: "Helvetica Neue" , Helvetica , sans-serif;
	font-size: 0.8rem;
	font-weight: 800;
    position: absolute;
    z-index: 1;
    color: #000;
	top: -17px;
    left: -7px;
	transform: translate(0,-100%);
	transition: all .3s;
	opacity: 0;
}
#nav-drawer.is-sc #nav-open > p{
	opacity: 1;
}
#nav-open span,
#nav-open span:after {
  position: absolute;
  left: 0;
  top: 3px;
  height: 1px;
  width: 32px;
  border-radius: 0px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: all .3s;
}
#nav-drawer.is-sc #nav-open span,
#nav-drawer.is-sc #nav-open span:after {
	background-color: #000;
}
#nav-open span:after {
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 639px) {
  #nav-open span:after {
    top: 10px;
  }
}

#nav-input:checked~#nav-open span,
#nav-input:checked~#nav-open span:after {
  position: absolute;
  height: 2px;
  width: 32px;
  transform: rotate(45deg);
}
#nav-input:checked~#nav-open span:after {
  left: 0px;
  top: 0px;
  transform: rotate(-90deg);
}
#nav-drawer.is-sc #nav-input:checked~#nav-open span {
  top: 6px;
}

#nav-open span:after {
  bottom: -16px;
}

@media screen and (max-width: 639px) {
  #nav-drawer {
    right: 10px;
    top: 20px;
  }
  #nav-open{
	  transform:
		  scale(.7);
  }
	#nav-drawer.is-sc #nav-open{
		transform:
			scale(.7)
			translateY(20px);
  }
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 380px;
  height: 100%;
  background: #000;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
#nav-content-inner {
  width: 100%;
  padding: 30px 0;
  overflow: auto;
}

#nav-input:checked~#nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  background: rgba(0, 0, 0, 0.8);
}

#nav-content .primetime-logo {
  display: block;
  width: 240px;
  margin: 120px auto 0;
  display: none;
}

#nav-content .tnf-logo {
  display: block;
  width: 100px;
  margin: 30px auto 60px;
  position: initial;
  top: initial;
  display: none;
}

#nav-content h6,
#nav-content a {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 12px 0;
}
#nav-content a {
  transition: color .3s
}
#nav-content a:hover {
  color: #666;
}

#nav-content h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.3;
}
#nav-content h6 span {
  display: inline-block;
  border-bottom: 2px solid #fff;
}

#nav-content a.sns {
  width: 40px;
  display: block;
  margin: 0 auto;
  padding: 0 0 12px;
}

header .tnf-logo {
  width: 100px;
  top: 27px;
  position: absolute;
}

.main-logo {
  position: absolute;
  left: 50%;
  top: 33px;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
}

.main-logo img {
  width: 304px;
}


.loadbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.loadbar i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  opacity: 0;
}
.loadbar i:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #000;
}
.loadbar i.is-cr {
  opacity: 1;
}
.loadbar i.is-cr:before {
  transition: width 4.5s linear;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .loadbar {
  }
}

.slick-slider {
  padding: 0;
  margin: 0;
}

.slick-dots {
  display: none;
  bottom: -30px;
}

.slick-dots li {
  width: 32px;
  margin: 0 8px;
}

.slick-dots li button {
  width: 32px;
  height: 4px;
}

.slick-dots li button:before {
  background: #000000;
  opacity: .5;
  height: 4px;
  content: '';
}

.slick-dots li.slick-active button:before {
  background: #000000;
  opacity: 1;
}

.slick-dots li button:before {
  width: 100%;
}

.slider {
  width: 100%;
  left: 0;
  text-align: center;
}

.slider img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 80px);
  margin: 0 auto;
  text-align: center;
}

.slick-next {
  right: 25px;
  z-index: 10;
}

.slick-prev {
  left: 25px;
  z-index: 10;
}

.slider h2 {
  margin: 0;
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  border: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
}

.slider h2 span {
  font-size: 32px;
  font-weight: 400;
}

.slick-prev,
.slick-next {
  margin-top: -12px;
  width: 32px;
  height: 32px;
  top: calc(50% + 40px);
}

.slick-prev::before {
  content: url(../img/arrow-pre.svg);
}

.slick-next::before {
  content: url(../img/arrow-nex.svg);
}

.slider a {
  display: block;
}

.slider i {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0;
  padding-top: 70.43%;
  text-decoration: none;
  opacity: 0;
}

.sliderBg {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
}
.sliderBg div {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sliderBg i {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0;
  padding-top: 70.43%;
  text-decoration: none;
}
.sliderBg .img01 i {
  background-image: url(../img/slide1.jpg);
}
.sliderBg .img02 i {
  background-image: url(../img/slide2.jpg);
}
.sliderBg .img03 i {
  background-image: url(../run/pau2/kv.jpg);
}
.sliderBg .img04 i {
  background-image: url(../run/kaytlyn_2/kv.jpg);
}
.sliderBg .img05 i {
  background-image: url(/static/full/tnf/special/on_the_edge/run/matsunaga/_V7A7221.JPG);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    align-items: flex-start;
}

.contents-wrap .articles {
  width: 41%;
  box-sizing: border-box;
  margin-bottom: 32px;
  padding: 0 3% 0;
  max-width: 656px;
  position: relative;
}
.contents-wrap .post-cat {
  display: block;
  position: absolute;
  right: 7%;
  bottom: 0;
  display: none;
}
.contents-wrap .post-cat a {
  color: #808080;
  transition: opacity .3s;
}
.contents-wrap .post-cat a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 639px) {

.sliderBg .img05 i {
  background-image: url(/static/full/tnf/special/on_the_edge/run/matsunaga/_V7A7221_sp.jpg);
background-position-x:left;}
  .contents-wrap .articles {
    //padding-bottom: 10px !important;
  }
  .contents-wrap .post-cat {
    right: 0;
  }
}

/*.contents-wrap .articles:nth-child(odd) {
  padding-right: 32px;
}

.contents-wrap .articles:nth-child(even) {
  padding-left: 32px;
}*/

.contents-wrap .articles .main-image {}
.contents-wrap .articles a h4 {
  transition: color .3s;
}
.contents-wrap .articles a:hover h4{
  color: #808080 !important;
}

table {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 2px 0 10px;
}
table.tb-detail {
  border: none;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  table.tb-detail {
    padding: 0 24px;
  }
}

table td {
  font-weight: bold;
  color: #808080;
  line-height: 1;
  padding: 5px 0;
}

table td:last-child {
  text-align: right;
}

.contents-wrap .articles h4 {
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}
h4.is-prof {
  font-size: 16px !important;
  border-bottom: 1px solid #000;
}

.category-icon {
  display: block;
  width: 32px;
  float: right;
  display: none !important;
}

footer {
  position: relative;
  background: #000000;
  color: #ffffff;
  padding: 40px 0 0;
}

footer .contents {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

footer .contents img {
  max-width: 230px;
  width: 100%;
  margin-bottom: 40px;
}

footer .contents h6 {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
footer .contents .footer-content:nth-child(1) h6{
  margin-top: 28px;
}
footer .contents h6 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

footer .contents a {
  color: #ffffff;
  font-weight: 400;
  clear: both;
  display: block;
  padding: 0 0 12px 0;
  transition: color .3s
}
footer .contents a:hover {
  color: #666;
}

footer .contents .footer-content.sns a {
  width: 35px;
  display: inline-block;
  margin: 0 18px 0 0;
}

footer .contents .footer-content.sns a img {
  margin: 0;
}

footer .contents .footer-content.sns .tnf-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 120px;
}

footer .contents .footer-content {
  position: relative;
  margin-right: 11%;
}
footer .contents .footer-content:nth-child(2) {
  padding-top: 105px;
}
footer .contents .footer-content:nth-child(3) {
  flex: 1;
  margin-right: 0;
  padding-top: 105px;
}

footer .copyright {
  background: #ffffff;
  padding: 12px 0;
  margin-top: 40px;
}

footer .copyright p {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0;
}

.climb,
.run,
.ski {
  text-align: left;
  position: relative;
  font-size: 40px;
  padding: 0;
  margin-top: -30px;
}

.climb:after {
  content: '';
  display: inline-block;
  display: none !important;
  width: 40px;
  height: 40px;
  background-image: url(../img/climb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
}

.run:after {
  content: '';
  display: inline-block;
  display: none !important;
  width: 40px;
  height: 40px;
  background-image: url(../img/run.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
}

.ski:after {
  content: '';
  display: inline-block;
  display: none !important;
  width: 40px;
  height: 40px;
  background-image: url(../img/ski.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 639px) {
  .climb,
  .run,
  .ski {
    text-align: left;
    position: relative;
    font-size: 20px;
    padding: 0;
  }

  .climb:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/climb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 5px;
    right: 0 !important;
  }

  .run:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/run.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 5px;
    right: 0 !important;
  }

  .ski:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/ski.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 5px;
    right: 0 !important;
  }
}

.main-visual {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
.main-visual img {
	width:100%;
}
.main-visualFix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main-visualFix img {
	width:100%;
}

.article-title {
  position: relative;
  padding: 40px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.article-title h2 {
  color: #000000;
  line-height: 1.6;
  font-size: 24px;
  margin: 10px auto;
  font-weight:bold;
}
.article-title h2 small {
  color: #000000;
  line-height: 1.5;
  font-size: 24px;
  margin-top: 0.5em;
  font-weight: normal;
  display: block;
}

.article-title.climb:after {
  bottom: 20px;
}

.article-text {
  padding: 80px 0 0;
  position: relative;
}

.article-text p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 80px;
}
.article-text p a {
  color: #000000;
  text-decoration: underline;
}
.article-text p a:hover {
  text-decoration: none;
}

.article-text .img-virtical {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}
.article-text .img-virtical small{
  font-size: 16px;
  display: block;
  margin-top: 0.8em;
}

.article-text .img-holisontal {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}
.article-text .img-holisontal small{
  font-size: 80%;
  display: block;
  margin-top: 0.8em;
}


.article-text h3 {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: left;
  padding-left: 90px;
  padding-right: 0;
  width: auto;
  border-bottom: none;
}

.article-text h3:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 40px;
  background-image: url(../img/h3-line.svg);
  background-repeat-x: repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.article-text h3.is-noline {
  padding-left: 0;
}
.article-text h3.is-noline:before {
  display: none;
}

.article-text h4 {
  font-size: 21px;
  font-weight: 700;
  color: #808080;
  text-align: left;
  margin-bottom: 8px;
}

.article-text .bold-name {
  font-weight: 700;
}

.article-text .insta-link {
  position: relative;
  display: inline-block;
}

.article-text .insta-link a:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../img/instagram_bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  margin-right: 10px;
}

.article-text .insta-link a p {
  font-weight: 700;
  color: #808080;
  left: 60px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  text-decoration: underline;
}

.article-text .staff-credit {
  color: #808080;
  font-weight: 500;
  margin-top: 80px;
}

.staff-credit {
  margin-bottom: 0 !important;
}

section.archive {
  margin-top: 130px;
}

.sp {
  display: none;
}

.pc {
  display: initial;
}

@media screen and (max-width: 1199px) {
  .contents-wrap {
  }

  section {
    padding-top: 60px;
  }
  section h3 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  section h3,
  .article-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .climb:after,
  .run:after,
  .ski:after {
    right: 24px;
  }

  .main-visual {
    height: auto;
  }

  .article-text h3:before {
    left: 24px;
  }

  table td {
  }

  .article-title {
    margin-left: 24px;
    margin-right: 24px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 1100px) {
  header {
  }
  header .tnf-logo {
  }

  .main-logo {
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }

  .sp {
    display: initial;
  }

  header {
    height: 55px;
    padding: 20px 10px;
  }

  header .tnf-logo {
    width: 54px;
    top: 10px;
  }

  .main-logo {
    top: 12px;
    width: 120px;
  }

  #nav-content {
    width: 100%;
    max-width: none;
  }

  #nav-open span,
  #nav-open span:after {
    width: 32px;
    bottom: -12px;
  }

  #nav-open {
    width: 32px;
    height: 14px;
  }

  .slider a i {
    padding-top: 120.65%;
  }
  .slider .img01 i {
    background-image: url(../img/slide1-sp.jpg);
  }

  .slider .img02 i {
    background-image: url(../img/slide2-sp.jpg);
  }

  .sliderBg i {
    padding-top: 120.65%;
  }
  .sliderBg .img01 i {
    background-image: url(../img/slide1-sp.jpg);
  }

  .sliderBg .img02 i {
    background-image: url(../img/slide2-sp.jpg);
  }

  .contents-wrap .articles {
    width: 100%;
  }

  section.archive {
    margin-top: 56px;
  }
  .contents-wrap {
    padding: 0 24px;
  }

  .contents-wrap .articles:nth-child(even),
  .contents-wrap .articles:nth-child(odd) {
    padding: 0;
  }

  .contents-wrap .articles h4 {
    font-size: 16px;
  }

  section h3 {
    width: auto;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .article-text h3.is-noline {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slick-prev {
    left: 10px;
    transform: scale(.5);
  }

  .slick-next {
    right: 10px;
    transform: scale(.5);
  }

  .slider h2 {
    font-size: 16px;
    padding: 0;
  }

  .slider h2 span {
    font-size: 14px;
  }

  .contents-wrap .articles table {
    font-size: 12px;
  }
  .contents-wrap .articles table td {
    padding: 8px 0;
  }

  .article-text h3 {
    padding-left: 25px;
    padding-right: 0;
    padding-bottom: 5%;
  }

  .article-text h3:before {
    width: 36px;
  }
.article-text p {
  font-size: 18px;
}

  footer {
    padding-top: 25px;
  }
  footer .contents {
    padding: 0 15px;
    width: auto;
  }

  footer .contents img {
    width: 100px;
  }
  footer .contents a {
    font-size: 10px;
  }
  footer .contents .footer-content:nth-child(1) h6{
    margin-top: 20px;
  }
  footer .contents .footer-content:nth-child(2) {
    padding-top: 46px;
  }
  footer .contents .footer-content:nth-child(3) {
    padding-top: 46px;
  }
  footer .contents .footer-content.sns .tnf-logo{
    position: relative;
    width: 60px;
    margin-left: auto;
    display: block;
  }

  footer .contents .footer-content.sns a {
    display: block;
    margin-bottom: 15px;
  }

  footer .contents .footer-content.sns a img {
    padding: 0;
    width: 20px;
  }

  footer .contents h6 {
    margin-top: 32px;
    font-size: 11px;
  }

  footer .copyright {
    margin-top: 30px;
  }
  footer .copyright p{
    font-size: 10px;
  }

  .main-logo img {
    width: 136px;
  }

  .article-text .insta-link a:before {
    width: 40px;
    height: 40px;
  }

  .article-text .insta-link p {
    font-size: 12px;
    left: 48px;
  }
}

.sec-wrap {
  overflow: hidden;
  background-color: #fff;
}
.detail-info{
  margin-top: 50px;
  background-color: #4d4d4d;
}
.detail-info-inner{
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 24px;
}
.detail-info-inner p{
  margin: 0;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.detail-info a{
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .detail-info-inner{
    max-width: 752px;
  }
}
@media screen and (min-width: 800px) {
  .detail-info{
    margin-left: calc((100vw - 752px) / -2);
    margin-right: calc((100vw - 752px) / -2);
  }
}
@media screen and (max-width: 639px) {
  .detail-info{
    margin: 30px -24px 0;
  }
  .detail-info-inner{
    padding: 20px 24px;
  }
  .detail-info-inner p{
    margin: 0;
    color: #fff;
    font-weight: bold;
    line-height: 2;
  }
  .detail-info a{
    color: #fff;
    text-decoration: underline;
  }
}

.gotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transition: opacity .3s;
}
.gotop.is-show{
  opacity: 1;
}
.gotop.is-b{
  position: absolute;
  bottom: auto;
  top: -165px;
}
@media screen and (max-width: 639px) {
  .gotop {
    right: 15px;
    width: 10px;
  }
  .gotop.is-b{
    top: -112px;
  }
}

.openNav-child {
  display: none;
}

.about-test {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: #000;
  text-align: center;
}

.modal-about {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1.5);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity .3s;
}
.modal-about.is-show {
  opacity: 1;
  pointer-events: auto;
}
.modal-about-inner {
}
.modal-about-logo {
  text-align: center;
  margin: 150px 0 90px;
}
.modal-about-logo img {
height:102px;
}
.modal-about-txt {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .modal-about-logo {
    margin: 100px 0 40px;
  }
  .modal-about-logo img{
    width: 100px;
  }
  .modal-about-txt {
    font-size: 10px;
    transform: scale(.8);
    transform-origin: left top;
    width: 125%;
    padding: 5px;
    box-sizing: border-box;

  }
}


.modal-about-menu {
  position: absolute;
  top: 23px;
  right: 18px;
}
.modal-about-menu p {
  width: 50px;
  height: 50px;
}
.modal-about-menu span,
.modal-about-menu span:after {
  position: absolute;
  left: 10px;
  top: 23px;
  height: 2px;
  width: 32px;
  border-radius: 0px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  transform: rotate(45deg);
}
.modal-about-menu span:after {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 639px) {
  .modal-about-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: scale(.8);
  }
  .modal-about-menu p {
    width: 50px;
    height: 50px;
  }
  .modal-about-menu span,
  .modal-about-menu span:after {
    position: absolute;
    left: 10px;
    top: 23px;
    height: 2px;
    width: 32px;
    border-radius: 0px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    transform: rotate(45deg);
  }
  .modal-about-menu span:after {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
  }
}

.prof-cols {
  display: flex;
}
.prof-col:nth-child(1) {
  width: 30%;
  margin-right: 30px;
}
.prof-col:nth-child(2) {
  flex: 1;
}
@media screen and (max-width: 639px) {
  .prof-cols {
    display: block;
  }
  .prof-col:nth-child(1) {
    width: auto;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .prof-col:nth-child(2) {
  }
}


blockquote {
    position: relative;
    padding: 0 21px 1px;
    box-sizing: border-box;
    font-style: normal;
    /* color: #585858; */
    color:#000000;
    margin: 0 0 60px 0;
}
blockquote:before{
display: inline-block;
    position: absolute;
    top: 5px;
    left: -6px;
    width: 12px;
    height: 21px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    content: '“';
    color: #000000;
    /* color: #adadad; */
    font-size: 54px;
    margin-top: 4px;
    font-family:"Helvetica Neue", Helvetica;
    font-weight:700;
    font-style:normal;
}
blockquote p span {
font-size: 54px;
    line-height: 39px;
    position: absolute;
    font-family:"Helvetica Neue", Helvetica;
    font-weight:700;
    font-style:normal;
}
/*blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    color: #adadad;
    font-size: 18px;
    font-weight: 900;
}
*/
.article-text blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
    font-size: 21px;
    font-weight: 700;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.scroll-down {
    position: absolute;
    z-index: 10;
    bottom: 24px;
    width: 120px;
    left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}



.main-visual.fixed-main, .main-visualFix.fixed-main {height:100vh; background-size:cover; background-position-x:center;}
@media screen and (max-width: 639px) {
.main-visual.fixed-main, .main-visualFix.fixed-main {height:90vh; background-size:cover;}
.scroll-down.fixed-main {
    bottom: 11vh;
}
}