
@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: none;
font-style: normal;
text-align: left;
font-weight: 500;
zoom: 1;
color:#595757;
}

*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body{
  overflow-x: hidden;
  margin: 0;
	padding: 0;
	width: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
	overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}
.bgi_grade{
background-image: linear-gradient(90deg, rgba(180, 185, 185, 1), rgba(255, 255, 255, 1) 70%, rgba(180, 185, 185, 1));
}
.bgi_grade2{
background-image: linear-gradient(90deg, rgba(180, 185, 185, 1), rgba(255, 255, 255, 1) 70%, rgba(180, 185, 185, 1));
height:170px;
}
h2, h3{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: normal;
}
.logo{
height: 850px;
padding: 280px 0 0 235px;
background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/top_02.png);
background-repeat: no-repeat;
background-position: bottom right;
}
.logo img{
filter: drop-shadow(0 0 0.75rem #C2C6C6);
}

.fixed_cta {
  position: fixed;
  font-weight: bold;
  z-index: 800;
  /* width: 100%; */
  max-width: 400px;
  height: auto;
  background-image: linear-gradient(0deg, #7b191e, #bd1920);
  color: #fff;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 4px 3px rgb(109, 15, 20), 0 14px 24px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  font-size: 22px;
  right: 5%;
  left: auto;
  bottom: 5%;
  padding: 20px 2rem 25px;
  border-radius: 9999px;
  font-weight: bold;
}

.fixed_cta span{
  color: #fff;
  font-weight: bold;
}

.fixed_logo {
  left: 5%;
  top: 5%;
}


.fixed_cta:hover {
opacity: 0.9;
}

.fixed-cta__text{
  line-height: 1.2;
  text-align: center;
}

.fixed-cta__text .l{
  font-size: 22px;
}

.fixed-cta__text .s{
  font-size: 15px;
}



.lead{
display: flex;
justify-content: space-between;
padding: 50px 0 220px;
background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/bgi_2.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
margin-top: -1px;
}
h3:before{
content: none;
}
h2:before{
content: none;
}
.lead_right {
padding-right: 50px;
}
.lead_right img{
filter: drop-shadow(0 0 0.75rem #595757);
}
.lead_left p{
padding-left: 25%;
}
.lead_left p,
.lead_left h2{
margin: 210px 0 0 20%;
}
.lead_left p img{
display: inline-block;
margin-bottom: 50px;
}
.lead_left p{
font-size: 19px;
}
.lead h2{
padding-top:300px;
}
.feature{
margin:100px 0 0;
background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/feature_4.png);
background-repeat: no-repeat;
background-position: top right;
}
.feature h2{
font-size: 72px;
margin: 0 0 50px;
}
.feature h2 .s1{
font-size: 50px;
display: inline-block;
margin-bottom: 15px;
}
.feature h2 .s1::before{
content: '';
background-color: #595757;
height: 1px;
width: 190px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.feature h2 .s2{
margin-left: 200px;
font-size: 72px;
white-space: nowrap;
}
.feature ul{
display: flex;
gap: 20px;
justify-content: space-between;
width: 100%;
max-width: 1000px;
margin: 0 auto 150px;
}
.feature li{
list-style-type:none;
width: 340px;
background-color: #DAD6D4;
}
.feature li h3{
font-size: 32px;
text-align: center;
padding: 40px 0;
}
.feature li p{
font-size: 20px;
padding: 0 40px 40px;
}
.line_up h2{
width: 100%;
margin: 0 0 50px;
font-size: 72px;
display: inline-block;
text-align: right;
}
.line_up h2 .s1{
font-size: 50px;
display: inline-block;
margin-bottom: 15px;
}
.line_up h2 .s1::after{
content: '';
background-color: #595757;
height: 1px;
width: 190px;
margin-left: 10px;
display: inline-block;
vertical-align: middle;
}
.line_up h2 .s2{
margin-right: 200px;
font-size: 72px;
white-space: nowrap;
}
.line_up .key, .key img{
display: block;
width: 100%;
}
.line_up .key{
margin: 0 0 70px 0;
}
.box{
width: 100%;
max-width: 1000px;
margin: auto;
}
.bgi1{
background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/lineup_03.png);
background-repeat: no-repeat;
background-position: top right;
}
.bgi2{
background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/lineup_06.png);
background-repeat: no-repeat;
background-position: top right;
}
.bgi3{
background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/lineup_09.png);
background-repeat: no-repeat;
background-position: top right;
}
.bgi4{
background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/lineup_sev21.png);
background-repeat: no-repeat;
background-position: top right;
}
.box h3{
font-size: 45px;
border-left: 2px solid #595757;
padding: 5px 0 5px 20px;
margin-bottom: 50px;
line-height: 1.3;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.box h4{
font-size: 53px;
padding: 0 0 20px;
font-weight: bold;
}
.box h4::before{
content: none;
}
.box h4 span{
display: inline-block;
padding: 10px;
font-size: 21px;
background-color: #595757;
color: #fff;
margin-bottom: 20px;
}
.box p{
font-size: 19px;
margin-bottom: 65px;
}
.flex{
display: flex;
justify-content: space-between;
align-items: flex-end;
padding: 0 0 150px;
}
.flex ul{
padding: 0;
}
.flex li p{
display: flex;
gap: 20px;
justify-content: left;
align-items: center;
list-style: none;
font-size: 30px;
margin: 20px 0;
font-weight: 500;
}
.flex ul .tyuui{
display: inline;
font-size: 14px;
vertical-align:top;
}
.flex ul .tyuui2{
padding-left:108px;
}
.flex li::marker{
content: none;
}
.flex img{
display: block;
}
.gallery{
background-color: #fff;
color: #000;
padding: 0 0 50px;
}
.gallery h2{
font-size: 72px;
margin:20px 0 0;
}
.gallery .s1{
font-size: 50px;
display: inline-block;
margin-bottom: 15px;
}
.gallery h2 .s1::before{
content: '';
background-color: #595757;
height: 1px;
width: 190px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.gallery h2 .s2{
margin-left: 200px;
font-size: 72px;
white-space: nowrap;
}
#dnn_ctr943_ModuleContent, #dnn_ctr1068_ContentPane{
background-color: #fff;
}

.sp{
  display: none;
}
.line_up .key.sp{
  display: none;
}

.bgi_new{
  background-image: linear-gradient(0deg, #7b191e, #bd1920);
  display: flex;
  justify-content: center;
  gap: 1rem;
  /* padding: 25px 0; */
  /* align-items: center; */
  text-decoration: none;
  height: 175px;
  position: relative;
  padding: 30px 0 30px;
  overflow: hidden !important;
}

.bgi_new p{
  color: #fff;
  max-width: 1000px;
  font-size: 80px;
  line-height: 1.1;
  font-family: 'Russo One', sans-serif;
  letter-spacing:0.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0.9;
  white-space: nowrap;
}

.bgi_new span{
  color: #ffffff;
  font-size: 22px;
  opacity: 0.;
  white-space: nowrap;
  line-height: 1.2;
}

.bgi_new img{
  display: block;
  max-width:300px;
  width: 23%;
  height: auto;
  align-self: flex-start;
  margin: 0 auto;
  /* filter: drop-shadow(#ac1018 5px -5px 5px) */
}

.bgi_new::after {
	animation: 7s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.4) 50%, rgba(255, 255, 255, 0) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
  clip-path: inset(0);

}

@keyframes shine {
	0% {
		left: -200%;
	}
	20% {
		left: 100%;
	}
	100% {
		left: 200%;
	}
}


.bgi_new:hover{
  opacity: 0.9;
}

a.bgi_new:hover img{
  opacity: 1;
}

@media screen and (max-width: 1025px) {
  .bgi_new{
    height: 120px;
  }
  
  .bgi_new p{
  font-size: 55px;
  gap: 1rem;
}

.bgi_new span{
  color: #ffffff;
  font-size: 18px;
  opacity: 0.;
}

.bgi_new img{
  margin-left: 0rem;
  max-width:200px;
  width: 20%;
  height: auto;
  /* filter: drop-shadow(#ac1018 5px -5px 5px) */
}

.bgi_new::after {
  max-width: 890px;
}

.bgi_grade2{
  height: 80px;
}

.lead_left p {
  padding-left: 5%;  /* ← 大きな左パディング */


}

.lead_left{
  width:45%;
}

.lead_right{
  width: 45%;
}

.fixed_cta {
    right: 5%;
    bottom: 5%;
    width: auto;        /* ← 重要：100% を削除 */
    max-width: calc(100% - 40px);  /* ← ビューポート幅 - 余裕 */
  }

}




@media screen and (max-width: 768px) {

.pc{display: none;}

.sp{display: block;}

 .logo{
    padding:200px 5% 400px;
    height: 0;
    background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/top_sp_02.png);
    background-repeat: no-repeat;
    background-position: bottom  right;
    background-size: 100% auto;
    }
    .logo img{
    display: inline-block;
    width: 190px;
    height: auto;
    filter: drop-shadow(0 0 0.75rem #C2C6C6);
    }

    .bgi_grade{
      width: 100%;
    }

    .bgi_grade2{
      width: 100%;
      height: 50px;
      margin-top: -5px;
      display: none;
    }

    h3:before{
    content: none;
    }
    h2:before{
    content: none;
    }
    .lead{
    padding:80px 5% 120px;
    background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/bgi_sp_2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    }

    .lead_right{
      padding: 0;
      width: 100%;
      margin-bottom: 120px;
    }
  
    .lead_right h3{
      text-align: center;
    }

    .lead_left{
      width: 100%;
      padding: 0;
      margin: 0;
    }

    .lead_left h2, .lead_left p{
      padding: 0;
      margin: 0;
      line-height: 2;
      font-size: 16px;
    }

    .lead_left h2{
      margin: 0 0 80px;
    }

    .lead_left p{
      padding: 25px 10px;
      background-color: rgba(255, 255, 255, 0.8)
    }
    
    .lead_text img{
    display: inline-block;
    margin: 20px auto 20px;
    width: 66%;
    height: auto;
    }
    .feature{
    margin:0 auto 0;
    padding:80px 0 70px;
    background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/feature_4.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30% auto;
    }
    .feature h2{
    padding: 10px 0 40px;
    text-shadow: -1px -1px 0px  rgba(255,255,255,0.9);
    }
    .feature li{
    width: 300px;
    margin: 0 auto 30px;
    list-style-type: none;
    background-color: #dad6d4;
    }
    .feature li p{
    padding: 0 20px 20px;
    }
    .feature li h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 20px;
    }
    .feature h2 {
      padding: 0;
      margin: 0 0 50px 0; 
    }
    .feature h2 .s1, .gallery h2 .s1{
    display: block;
    font-size: 16px;
    margin-bottom: -15px;
    }
    .feature h2 .s1::before, .gallery h2 .s1::before{
    content: '';
    background-color: #595757;
    height: 1px;
    width: 20%;
    margin: 0 1rem 0 0;
    display: inline-block;
    vertical-align: middle;
    }

    .feature ul{
      flex-wrap: wrap;
      margin: 0;
    }

    .feature li p {
      font-size: 16px;
    }

    .feature h2{
      padding: 0;
      margin: 0 0 50px 0;
    }

    .feature h2 .s2, .gallery h2 .s2{
    margin: 0 0 0 40px;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    }
    .line_up h2{
      padding: 0;
      margin: 0;
    }
    .line_up h2 .s1{
      display: block;
      font-size: 16px;
      margin-bottom: -15px;
      text-align: right;
    }
    .line_up h2 .s1::after {
      content: '';
      background-color: #595757;
      height: 1px;
      width: 20%;
      margin: 0 0 0 1rem;
      vertical-align: middle;
      text-align: right;
    }
    .line_up h2 .s2{
    margin: 0;
    margin-right: 40px;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    }

    .line_up .key {
      margin-bottom: 50px;
    }
    .key_img{
      display: none;
    }
    .Key_img{
    height: 400px;
    padding:20px 5% 0;
    font-size:14px;
    color: #ffffff;
    position: relative;
    }

    .key img{
      display: none;
    }

    .line_up .key.sp{
      display: block;
    }
    .key_inner{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    }
    .key_inner img{
    display: inline-block;
    width: 50%;
    height: auto;
    }

    .Key_img span{
    font-size: 32px;
    color: #ffffff;
    }

    .line_up .teikyou{
    display: block;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    font-size:14px;
    }
    .product_1{
    padding: 0 5% 30px;
    }
    .product_2{
    padding: 10px 5% 0;
    }
    .bgi_1{
    background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/lineup_sp_1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    }
    .bgi_2{
    background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/lineup_sp_5.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    }
    .bgi_3{
    background-image: url(https://www.njkk.co.jp/Portals/0/images/LP/E/lineup_sp_8.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    }

    .bgi1, .bgi2, .bgi3, .bgi4 {
      background: none;
    }

    .key_inner img{
    display: inline-block;
    width: 50%;
    height: auto;
    }
    .box{
      /* width: 85%; */
    margin: auto;
    padding: 0 5% 70px;
    }
    .box h3{
    font-size: 24px;
    line-height: 1.5;
    border-left: 2px solid #595757;
    padding: 5px 20px 5px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .box h4{
    font-size: 32px;
    padding: 0;
    margin-bottom: 15px;
    }
    .box h4::before{
    content: none;
    }
    .box h4 span{
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    background-color: #595757;
    color: #fff;
    margin-bottom: 10px;
    }
    .box p {
    margin-bottom: 30px;
    font-size: 16px;
    }
    .box ul{
    padding-bottom: 60px;
    }
    .box ul li img{
    display: inline-block;
    width: 50px;
    height: 50px;
    }
    .box ul li p{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    }
    .box .usage{
    width:85%;
    height: auto;
    margin: auto;
    text-align: center;
    }
    .mb20{
    margin: 0 0 20px 0;
    }
    .gradation img{
    display: inline-block;
    width: 100%;
    padding: 0 0 40px;
    }
    .gallery{
    background-color: #fff;
    color: #595757;
    padding: 0 0 40px;
    }
    .gallery .s1{
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    }
    .gallery .s1::before{
    content: '';
    background-color: #595757;
    height: 1px;
    width: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    }
    .gallery .s2{
    margin-left: 40px;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    }

    .flex{
      flex-wrap: wrap;
      padding: 0;
    }

    .pc{
      display: none; !important
    }


  .bgi_new{
    gap: 0rem;
    padding: 0 5% 0;
    height: 100px;
    flex-wrap: nowrap;

  }

  .bgi_new img{
    align-self: center;
  }

  .bgi_new p{
    font-size: 25px;
    line-height: 1.2;
    gap: 0.5rem;
    flex-wrap: nowrap;
  }

  .bgi_new span{
    color: #ffffff;
    font-size: 15px;
    opacity: 0.;
  }

  .fixed_cta {
  position: fixed;
  font-weight: bold;
  z-index: 800;
  width: 100%;
  bottom: 0;
  right: 0;
  border-radius: 0;
  height: auto;
  color: #fff;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px 15px;
  text-decoration: none;
  max-width: 100%;
  }
  
  .fixed-cta__text .l {
    font-size: 20px;
    white-space: nowrap;
  }
}
