@charset "UTF-8";

html,body {
    color: #333333;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #000;
}

img{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: auto;
}

p{
	margin: 0px;
	padding: 0px;
}

html{
	font-size: 62.5%;
	 scroll-padding-top: 100px;
}

#bg{
	/*background-image: url(../img/bg.jpg);
	background-position: center bottom;
	background-size: cover;
	padding-top: 100px;
	text-align: center;
	padding-bottom: 50px;*/
	background-color: #000;
	position: relative;
	min-height: 1000px;
}

#kumo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}

#title{
	width: 600px;
	margin: 0 auto;
	top: 50px;
	left: 0;
	right: 0;
	/*padding-left: 700px;*/
	margin-right: 100px;
	z-index: 1;
	position: absolute;
}

#main{
	width: 950px;
	margin: 0 auto;
	top: 250px;
	left: 0;
	right: 0;
	position: absolute;
}

#catchy{
	width: 420px;
	margin: 0 auto;
	top: 100px;
	left: 0;
	right: 0;
	/*padding-right: 800px;*/
	margin-left: 100px;
	z-index: 1;
	position: absolute;
}


.element1{
	animation-delay: 3s;
	animation-fill-mode: forwards;
}
.element2{
	animation-delay: 6s;
	animation-fill-mode: forwards;
}
.element3{
	animation-delay: 5s;
	animation-fill-mode: forwards;
}
.element4{
	animation-delay: 4s;
	animation-fill-mode: forwards;
}

.scene{
	width: 1280px;
	min-height: 1000px;
	margin: -50px auto 0;
	padding-top: 0;
}

#cont1{
	background-image: url(../img/bg2.png);
	background-size: cover;
	background-position: center top;
	text-align: center;
	position: relative;
	top: -300px;
	padding-top: 300px;
	padding-bottom: 100px;
}

#cont2{
	background-color: #000;
	margin-top: -320px;
	padding-top: 25px;
	padding-bottom: 100px;
	position: relative;
}

#kumo1{
	position: absolute;
	width: 1560px;
	height: 870px;
	top: 0px;
	right: -100px;
	margin: auto;
}

#kumo2{
	position: absolute;
	width: 1110px;
	height: 620px;
	top: 0px;
	left: -600px;
	margin: auto;
}

.txt{
	max-width: 1100px;
	margin: 0 auto;
	width: 94%;
	position: relative;
	display: flex;
	/*justify-content: space-between;*/
}

.txt .img{
	position: relative;
	z-index: 2;
}

.txt.txt02{
	flex-direction: row-reverse;
}

.txt .cont{
	padding-top: 30px;
}

.txt .txts{
	padding: 40px 60px 40px 120px;
	bottom: 60px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.2);
}

.txt.txt01 .txts{
	right: 0px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.txt.txt01 .img{
	width: 38%;
	margin-left: 60px;
}


.txt.txt02 .img{
	width: 35%;
	margin-right: 20px;
}

.cont_pc {
	width: 34%;
    margin: -12rem 0 0 5rem;
}

.cont_pc2 {
	width: 34%;
    margin: -5rem 17rem 0 0;
}

.txt.txt02{
	margin-top: 50px;
}

.txt.txt02 .txts{
	left: 0px;
}

.txt .txts p{
	width: 500px;
	font-size: 18px;
	color:#ffffff;
	text-align: left;
	line-height: 1.8em;
}

#cont1 #ttl{
	padding: 0 0 100px;
}

.menu{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 1;
}

.menu .cont{
	max-width: 420px;
	border-radius: 20px;
	padding: 40px;
	position: absolute;
	top: 150px;
	right: 0px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

.menu .cont ul{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.menu .cont ul li{
	list-style: none;
	padding-bottom: 10px;
}

.menu .cont h3{
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}

.menu .cont ul li p.t1{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
	padding-bottom: 0px;
	line-height: 1.2em;
}

.menu .cont ul li p.t2{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 1.2em;
}

.menu .cont ul li p.t3{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 0px;
	line-height: 1.2em;
}

.menu .cont p{
	font-size: 18px;
	line-height: 1.75em;
	padding-bottom: 20px;
}

.menu .cont p.small{
	font-size: 14px;
	line-height: 1.5em;
	padding: 20px 0px 30px;
}

.lp-style {padding-top: 100px;}
.lp-style .lp-cm {
    display: block;
    padding: 50px 0 100px;
    margin: 0;
    color: #fff;
    position: relative; }
    
    .lp-style .lp-cm .contentswidth {
      z-index: 2; }
    .lp-style .lp-cm__head {
	    text-align: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 0;
      margin: 0 0 35px; }
    .lp-style .lp-cm__readtxt {
      margin: 0 auto 80px;
      padding: 0;
      font-weight: bold;
      font-size: 2rem;
      text-align: center; }
    .lp-style .lp-cm__youtubebox {
      overflow: hidden;
      border-radius: 16px;
      margin-bottom: 100px; }
      .lp-style .lp-cm__youtubebox iframe {
        z-index: 2; }

.lp-style .pagelinkbtn .lp-button {
      width: 100%;
      font-size: 2.6rem;
      padding-top: 25px;
      padding-bottom: 25px;
      border-radius: 40px;
      background-image: none;
      background-color: #c9171e; }
      .lp-style .pagelinkbtn .lp-button:hover {
        background-image: none;
        background-color: #a11218; }


.lp-style .pagelinkbtn {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 480px;
    text-align: center; }
    .lp-style .pagelinkbtn .lp-button {
      width: 100%;
      font-size: 2.6rem;
      padding-top: 25px;
      padding-bottom: 25px;
      border-radius: 40px;
      background-image: none;
      background-color: #c9171e; }
      .lp-style .pagelinkbtn .lp-button:hover {
        background-image: none;
        background-color: #a11218; }
        
        
        .lp-style a.lp-button {
    display: inline-block;
    padding: 20px 45px 20px 35px;
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, from(#be0008), to(black));
    background: -webkit-linear-gradient(left, #be0008 0%, black 100%);
    background: -o-linear-gradient(left, #be0008 0%, black 100%);
    background: linear-gradient(90deg, #be0008 0%, black 100%);
    border-radius: 35px;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
    .lp-style a.lp-button::after {
      content: "";
      position: absolute;
      right: 25px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 10px;
      height: 12px;
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
      clip-path: polygon(0 0, 0 100%, 100% 50%);
      background-color: #fff; }
    .lp-style a.lp-button:hover {
      background: -webkit-gradient(linear, left top, right top, from(#be0008), color-stop(60%, black));
      background: -webkit-linear-gradient(left, #be0008 0%, black 60%);
      background: -o-linear-gradient(left, #be0008 0%, black 60%);
      background: linear-gradient(90deg, #be0008 0%, black 60%);
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      
      
      .lp-style .lp-cm__youtubebox {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 100px;
}

.contentswidth {
    position: relative;
    margin: 0 auto;
}

.contentswidth {
    max-width: 1000px;
    width: 94%;
}

.lp-style .lp-cm .contentswidth {
    z-index: 2;
}

.youtubebox {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 56.25% 0 0;
}

.youtubebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtubebox {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 56.25% 0 0;
}

.lp-style .lp-cm__youtubebox {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 100px;
}

.lp-style{
	background-image: url(../img/bg3.jpg);
	background-size: cover;
}
.sp,
.txt .img.sp{
	display: none;
}
.video_area {margin-bottom: 50px;}
.video_area video {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767.9px) {

	.pc{display: none;}
	.sp {display: inherit;}
	
	.sp,
	.txt,
	.txt .img.sp{
		display: block;
	}
	
	.txt.txt01 .img img,
	.txt .txts p,
	.lp-style .lp-cm__head img,
	.menu .img img{
		width: 100%;
	}
	
	.txt.txt01 .img{
		margin-top: 25px;
	}
	
	.txt .txts{
		padding: 20px;
		position: static;
		display: block;
	}
	#cont1 #ttl {padding-top: 0;}
	#cont1 #ttl img{
		width: 300px;
	}
	
	.txt.txt01 .img{
		margin-left: 0px;
	}
	
	.menu .cont,
	.menu.even .cont{
		position: relative;
	}
	
	.menu.even .cont{
		margin-left: 0px;
	}
	
	.menu .cont{
		margin-right: 0px;
	}
	
	.menu,
	#ringer-area #cont{
		display: block;
	}
	
	.menu .cont,
	.menu.even .cont{
		padding: 30px 5%;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.menu .cont div,
	.menu .cont ul,
	#ringer-area #cont #txt div{
		text-align: center;
	}
	
	.menu .cont div img,
	#ringer-area #cont #txt div img{
		width: 300px;
	}
	
	.menu .cont h3{
		font-size: 22px;
	}
	
	.menu .cont p.small{
	}
	
	.menu .cont{
		top: 20px;
	}
	
	.txt .cont{
		padding-top: 0px;
		text-align: left;
	}
	
	.lp-style a.lp-button{
		padding: 0px;
	}
	
	.scene{
		width: 365px;
	}
	#main img,
	#catchy img,
	#title img{
		width: 100%;
	}
	
	.scene{
		min-height: auto;
		margin-top: 0px;
		padding-top: 100px;
	}
	
	#catchy{
		width: 150px;
		padding-right: 0px;
		right:  auto;
		left: 10px;
		top: 135px;
		margin: 0;
	}
	
	#bg{
		min-height: auto;
	}
	
	#title{
		width: 80%;
		left: 0;
		right: 0;
		top: 15px;
		padding-left: 0px;
		margin: 0 auto 2%;
		text-align: center;
	}
	
	#main {
		/*
		width: 340px;
		top: 170px;
		*/
		width: 100%;
		top: 160px;

	}
	
	.scene video{
		width: 100%;
		height:auto;
		display:block;
	}
	
	.lp-style .pagelinkbtn {
	    padding: 0 0 0; }
	    .lp-style .pagelinkbtn .lp-button {
	      font-size: 2rem;
	      padding-top: 20px;
	      padding-bottom: 20px;
	      border-radius: 35px; }
	      
	.lp-style .lp-cm {
	    padding: 50px 5%;
	    background-size: auto 100%;
	    background-attachment: scroll; }
	    .lp-style .lp-cm__head {
	      margin: 0 auto 25px;
	      width: 65%;
	      max-width: 530px; }
	    .lp-style .lp-cm__readtxt {
	      margin: 0 auto 50px;
	      font-size: 1.6rem; }
	    .lp-style .lp-cm__youtubebox {
	      border-radius: 14px;
	      margin-bottom: 65px; }
	
	.lp-style .pagelinkbtn .lp-button {
	      font-size: 2rem;
	      padding-top: 20px;
	      padding-bottom: 20px;
	      border-radius: 35px; }
	
	.cont_sp {width: 100%; margin: 0 auto 3%; text-align: center !important;}
	.cont_sp img {width: 70%;}
	.lp-style {padding-top: 0;}
	
	#cont1 {
	    top: -200px;
	    padding-top: 200px;
	    margin-bottom: 120px;
	}
	
	#cont1 #ttl{
		padding: 0;
	}
	
	.txt.txt01 .img{
		width: 80%;
		margin: 0 auto 5%;
	}
	
	
	.txt.txt02 .img{
		width: 70%;
		margin: 0 auto 5%;
	}
	
}

@media only screen and (max-width: 1280px) {

	#catchy img,
	#title img{
		width: 80%;
	}

}

#cont1 #ttl {opacity: 0;}
.menu_nagasaki_cp {
	margin-top: -100px;
}




