@charset "UTF-8";
/*
 intro.css
 本サイト各ページ用CSS
*/

body .ntv-wrapper{
background: url(../images/intro/bg.jpg) center top / cover no-repeat fixed;
}


/* intro
========================================== */
.intro-inner{
	margin: 0 auto 50px auto;
}

#intro h2{
	width: 230px;
	height: 0;
	padding-top: 6.73%;/* 66(h)/980(w)*100 */
	display: block;
	text-indent: -9999px;
	background: url(../images/intro/title.png) no-repeat center top;
	margin: 3% auto 5% auto;
}

#intro #intro-txt01{
  display: block;
  width: 447px;
  margin: 80px auto;
}
#intro #intro-logo{
  display: block;
  width: 452px;
  margin: 50px auto;
}

#intro p{
	text-align: center;
	line-height: 1.86;
    font-size: 1.8rem;
	color: #240d00;
	margin: 0 0 50px 0;
}

#intro p.txt_02{
	line-height: 2.5;
	letter-spacing: 0.8rem;
}


#intro h3{
	text-align: center;
	line-height: 2;
    font-size: 2.1rem;
	color: #550808;
	margin: 0 0 50px 0;
	transform: rotate(0.05deg);
}

#intro .blue{
    font-size: 2.4rem;
	color: #145cbd;
}

#intro .pink{
    font-size: 2.4rem;
	color: #ca3c7f;
}

#intro .intro-frame strong{
color: #d20101;
}



/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	
.intro-inner{
        padding: 4.6875% 3.125% 8.25%;
}

#intro #intro-txt01{
  display: block;
  width: 90%;
  margin: 10% auto;
}
#intro #intro-logo{
  display: block;
  width: 90%;
  margin: 10% auto;
}

#intro p{
	text-align: center;
    line-height: 1.7;
    font-size: 3.8vw;
	width: 95%;
	margin: 0 auto 10% auto;
}

#intro p.txt_02{
	line-height: 2.5;
	letter-spacing: 0.3rem;
}


#intro h3{
	line-height: 2;
    font-size: 5vw;
}

#intro .blue{
    font-size: 5.5vw;
}

#intro .pink{
    font-size: 5.5vw;
}


}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {

}

/* ---------------------------------
 SP 〜 tablet　（〜992px）
--------------------------------- */
@media screen and (max-width: 992px) {
  body .ntv-wrapper{
    background: none;
  }
  body .ntv-wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/intro/bg.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
	z-index: -1;
  }
}

/* ---------------------------------
 iPad用
--------------------------------- */

  body.iPad .ntv-wrapper{
    background: none;
  }
  body.iPad .ntv-wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/intro/bg.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
	z-index: -1;
  }


/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){
}

