/* .pagetop {
    position: relative;
} */

/* animation */
.is-ready .is-in-left,
.is-ready .is-in-right,
.is-in-left.is-ready,
.is-in-right.is-ready,
.is-in-bottom.is-ready {
    opacity: 0;
    transition: transform .2s ease-in-out, opacity .3s ease-in-out;
}
.is-ready .is-in-left,
.is-in-left.is-ready {
    transform: translateX(-100%);
}
.is-ready .is-in-right,
.is-in-right.is-ready {
    transform: translateX(100%);
}
.is-in-bottom.is-ready {
    transform: translateY(100px);
}

.is-active .is-in-left,
.is-active .is-in-right,
.is-in-left.is-active,
.is-in-right.is-active,
.is-in-bottom.is-active {
    transform: translate(0);
    opacity: 1;
}
.is-cover-image.is-ready {
    position: relative;
}
.is-cover-image.is-ready::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120%;
    background: #fff;
    transition: width .5s ease-in-out;
}
.is-cover-image.is-active::before {
    width: 0;
}

/* key visual */
.jpnnt-key-visual {
    padding-top: 100%; /* 高さと幅の比を比率で固定。 */
    background: no-repeat 100% 0;
    background-size:contain;
    position: relative;
	
}
@media print,screen and (min-width:768px){
    .jpnnt-key-visual {
    background: no-repeat 50% 0;
    background-size: auto 100%;
    position: relative;
    }
}
.jpnnt-key-visual::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(0deg, rgb(255 255 255 / 1), rgb(255 104 167 / 1) 50%, rgb(255 66 145 / 1) 75%, rgb(77 84 224 / 1));
    background: -webkit-linear-gradient(0deg, rgb(255 255 255 / 1), rgb(255 104 167 / 1) 50%, rgb(255 66 145 / 1) 75%, rgb(77 84 224 / 1));
    background: linear-gradient(0deg, rgb(255 255 255 / 1), rgb(255 104 167 / 1) 50%, rgb(255 66 145 / 1) 75%, rgb(77 84 224 / 1));
    transition: transform .5s ease-in-out;
}
.jpnnt-key-visual.is-active::before {
    transform: translateY(-100%) perspective(10px) translateZ(20px);;
}
.jpnnt-key-visual.is-group {
    background-image: url(../images/kv_nt25-1a.jpg);
}
@media print,screen and (min-width:768px){
    .jpnnt-key-visual {
        margin-top: 0px;
        padding-top:  80%; /* 高さと幅の比を比率で固定。 */
    }
    .jpnnt-key-visual::before {
        transition: transform .5s ease-in-out;
    }
    .jpnnt-key-visual p {
        font-size: 2rem;
    }
    .jpnnt-key-visual__logo img {
        width: 560px;
    }
    .jpnnt-key-visual.is-group {
        background-image: url(../images/kv_nt25-1a.jpg);
        max-width: 100%;
        height: auto;
    }
}
/* Logo */
.jpnnt-logo {
width: 100vw;
   margin: -36% calc(50% - 50vw) 0;
  }
@media print,screen and (min-width:768px){
    .jpnnt-logo {
	margin: -16% calc(50% - 50vw) 0;
    }
}
@media print,screen and (min-width:1400px){
    .jpnnt-logo {
	margin-top: -24% calc(50% - 50vw) 0;
    }
}
@media print,screen and (min-width:1920px){
    .jpnnt-logo {
	margin-top: -30% calc(50% - 50vw) 0;
    }
}
@media print,screen and (min-width:1921px){
    .jpnnt-logo {
	width:100vw;
	margin: 0 160;
    }
}
/* catch*/
.jpnnt-catch {
    margin: 12px 0 8px;
    font-size: 2.1rem;
  	text-align: center;  
    font-weight: bold;
    line-height: 1.4;
	letter-spacing: -0.2px;
	color: #192f60;
}
@media print,screen and (min-width:414px){
    .jpnnt-catch {
        font-size: 2.25rem;
    }
}
@media print,screen and (min-width:512px){
    .jpnnt-catch {
        font-size: 3.0rem;
		letter-spacing: -0.1px;
    }
}	
@media print,screen and (min-width:768px){
    .jpnnt-catch {
        font-size: 3.5rem;
    }
}

.jpnnt-lead {
    margin: 20px 0;
    font-size: 1.6rem;
    font-weight: normal;
	text-align: justify;
    line-height: 2.4rem;
	color: #192f60;
}
@media print,screen and (min-width:768px){
    .jpnnt-lead {
        font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: -0.1px;
    }
}

.jpnnt-caption {
    margin: 20px 0px 40px;
    font-size: 1.1rem;
    font-weight: normal;
	text-align: left;
    line-height: 1.5;
    letter-spacing: -0.1px;
	color: #192f60;
}
@media print,screen and (min-width:768px){
    .jpnnt-caption {
        text-align: left;
        font-size: 1.25rem;
    }
}

/*product*/
.jpnnt-product {
    padding-top: 100%; /* 高さと幅の比を比率で固定。 */
    background: no-repeat 50% 50%;
    background-size:100%;
	margin: 12px 8px 12px 8px;
    position: relative;
}
@media print,screen and (min-width:768px){
    .jpnnt-product {
    padding-top: 100%;
    background: no-repeat 50% 0;
    background-size: 100%;
    position: relative;
    }
}
.jpnnt-product::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform .2s ease-in-out;
}
.jpnnt-product.is-active::before {
    transform: translateX(100%);
}
.jpnnt-product.is-image {
    background-image: url(../images/kv_nt25-2b.jpg);
	margin-top: -20px;
}
@media print,screen and (min-width:768px){
    .jpnnt-product {
	margin-bottom: 20px;
        padding-top: 33%; /* 高さと幅の比を比率で固定。 */
    }
    .jpnnt-product::before {
        transition: transform .5s ease-in-out;
    }
    .jpnnt-product p {
        font-size: 2rem;
    }
    .jpnnt-product.is-image {
        background-image: url(../images/kv_nt25-2b.jpg);
        max-width: 100%;
        height: auto;
    }
.product-catch {
    margin: 20px 0;
    font-size: 2.4rem;
    text-align: justify;
    font-weight: bold;
    line-height: 1.4;
	color: #333;
}
@media print,screen and (min-width:414px){
    .product-catch {
        font-size: 2.8rem;
		text-align: justify;
    }
}
@media print,screen and (min-width:512px){
    .product-catch {
        font-size: 3.6rem;
    }
}	
@media print,screen and (min-width:580px){
    .product-catch {
        font-size: 2.6rem;
    }
}	
@media print,screen and (min-width:768px){
    .product-catch {
        font-size: 3.2rem;
    }
}
.product-lead {
    margin: 20px 0;
    font-size: 1.6rem;
    font-weight: normal;
	text-align: justify;
    line-height: 2.4rem;
	color: #333;
}
@media print,screen and (min-width:768px){
    .product-lead {
        font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: -0.1px;
    }
}
/* card */
.card {
  line-height: 1.4;
  text-align: center;
  display: block;
  height: 100%;
  color: #3d3d3d;
}
.card_img img {
  width: 100%;
}
.card_body {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: -0.15px;
  padding: 8px;
}
@media print, screen and (min-width: 768px) {
	.card_body {
  	font-size: 1.3rem;
	}
}
@media print, screen and (min-width: 1025px) {
	.card_body {
  	font-size: 1.5rem;
	}
}
.card_body-narrow {
  font-size: 1.2rem;
  text-align: center;
  transform: scale(0.96, 1);
  transform-origin: top left;
  width: 104%;
  letter-spacing: -0.15px;
  padding: 8px;
}
@media print, screen and (min-width: 768px) {
	.card_body-narrow {
  	font-size: 1.3rem;
	transform: scale(0.90, 1);
	transform-origin: top left;
    width: 111.1%;
	}
}
@media print, screen and (min-width: 1025px) {
	.card_body-narrow {
  	font-size: 1.5rem;
	transform: scale(0.92, 1);
	transform-origin: top left;
    width: 108.6%;
	}
}
.card_caption {
  font-size: 1rem;
  text-align: center;
  padding-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .card_caption {
    font-size: 1.1rem;
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 1025px) {
	.card_caption {
  	font-size: 1.25rem;
	}
}
.imgSet {
  display: block;
  color: #fff;
}

.imgSet_caption {
  color: #3d3d3d;
  font-size: 1.2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .imgSet_caption {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

a.card,
a.imgSet {
  transition: opacity .3s;
}
a.card:hover,
a.imgSet:hover {
  opacity: .6;
}

/* カルーセル */
.slider-box {
   margin: 12rem auto;
}
@media print, screen and (min-width: 768px) {
  .slider-box {
    margin: 6rem auto;
  }
}
.slider{
    margin: 0 auto;
    width: 80%;
}
.slider-box.slick-initialized{
  opacity: 1;
}

.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #ff4291;
}


/* page move */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200%;
    background: #fff;
    transition: transform .3s ease-in-out;
    transform: translateX(-100%);
    z-index: 10000;
}
body.is-move:before {
    transform: translateX(0%);
}
figure {
    text-align: center;
}
  .pc { display:none; }
  .sp { display:block; }

@media screen and (min-width:768px){
  .pc { display:block; }
  .sp { display:none; }
	}
}

  /* 卓レポ */
.takurepo-section{
background-color: #192d3b;
}

.takurepo-img {
	width: 80%;
	margin: 0 auto;
}
@media print,screen and (min-width:1025px){
    .takurepo-img {
        margin: 0px 20px;
		width: 100%;
    }
}

.takurepo-lead {
	width: 80%;
	margin: 0 auto;
    font-size: 1.6rem;
	color:#FFF;
    font-weight: bold;
	text-align: justify;
    line-height: 2.0;
}

@media print,screen and (min-width:1025px){
    .takurepo-lead {
		width: 90%;
		margin-top: -3.6rem;
		margin-left: 3.6rem;
        font-size: 2.4rem;
		text-align: justify;
		line-height: 2.4;
		letter-spacing: -0.1px;
    }
}

.takurepo-caption {
	width: 80%;
	margin: 0 auto;
    font-size: 1.4rem;
	color:#FFF;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: -0.15px;
}
@media print,screen and (min-width:1025px){
    .takurepo-caption {
		width: 90%;
		margin-left: 3.6rem;
        text-align: justify;
        font-size: 1.6rem;
		line-height: 1.6;
    }
}

.takurepo-button {
    width: 48%;
	margin: 1.6rem 10%;
}
@media print,screen and (min-width:768px){
    .takurepo-button {
		width: 40%;
    }
}
@media print,screen and (min-width:1025px){
    .takurepo-button {
        margin-left: 3.6rem;
		width: 36%;
    }
}

/* link btn */
.takurepo-btn-wrap {
    margin: 1.6rem 10%;
    max-width: 360px;
    width: 48%;
}
@media print,screen and (min-width:768px){
    .takurepo-btn-wrap {
		width: 40%;
    }
}
@media print,screen and (min-width:1025px){
    .takurepo-btn-wrap {
        margin-left: 3.6rem;
		width: 36%;
    }
}
.takurepo-btn {
    padding: 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
	text-align: center;
    justify-content: center;
    color: #192d3b;
    font-weight: bold;
    background: #fff;
    border: 1px solid #fff;
	border-radius: 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
.takurepo-btn-ghost {
    border: 2px solid #fff;
	border-radius: 1rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
@media print,screen and (min-width:768px){
    .takurepo-btn {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .takurepo-column-box .takurepo-btn-wrap {
        margin-left: 0;
    }
    .takurepo-column-box .takurepo-btn {
        font-size: 1.5rem;
    }
}
@media print,screen and (min-width:1025px){
    .takurepo-btn,
    .takurepo-btn-ghost {
        position: relative;
        transition: color .15s ease-in-out;
    }
    .takurepo-btn::before,
    .takurepo-btn-ghost::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width .15s ease-in-out;
        z-index: 0;
        background: #fff;
    }
    .takurepo-btn-ghost::before {
        background: #fff;
    }

    .takurepo-btn:hover {
        color: #192d3b;
    }
    .takurepo-btn-ghost:hover {
        color: #192d3b;
    }
    .takurepo-btn:hover::before,
    .takurepo-btn-ghost:hover::before {
        width: 100%;
    }
    .takurepo-btn > span,
    .takurepo-btn-ghost > span {
        position: relative;
    }
}