@charset "utf-8";
/* CSS Document */
/*****************************************************

	リンク設定：全体

*****************************************************/
a:hover {
  transition: all .3s;
  /*opacity: .8;*/
}
/*****************************************************

	全体

*****************************************************/
body {
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  word-wrap: break-word;
  font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*****************************************************

	clearfix

*****************************************************/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
/*****************************************************

  全ページ　共通

*****************************************************/

.space {
  margin-top: 100px;
}
a {
  transition: .3s;
}
a:hover {
  transition: .3s;
}


/*****************************************************

  全ページ共有

*****************************************************/

.flex {
  flex-wrap: wrap;
  display: flex;
}
.flex2 {
  flex-wrap: wrap;
  display: flex;
}


/*フェードイン　アップスピード１*/
.fadein {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*フェードイン　アップスピード２*/
.fadein2 {
	opacity : 0;
	transform : translate(0px, 200px);
	transition : all 3000ms;
}
.fadein2.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*フェードイン　ダウン*/
.fadeinD {
  opacity: 1;
  animation-name: fadeinD;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeinD {
  0% {
     opacity: 0;
     transform: translateY(-30px);
  }
  100% {
     opacity: 1;
     transform: translateY(0px);
  }
}


/*フェードイン　ノウスクロール*/
.fadein3 {
  opacity: 1;
  animation-name: fadein3;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
	opacity: 0;
     transform: translateY(-80px);
}

@keyframes fadein3 {
  0% {
     opacity: 1;
     transform: translateY(100px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

.fadein4 {
  opacity: 1;
  animation-name: fadein4;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
	opacity: 0;
     transform: translateY(0px);
}








/*****************************************************

  footer

*****************************************************/

/*****************************************************

	top FV

*****************************************************/


.fv{
	padding: 50px 0;
	background-color: #000000;
}

.fv h1{
	width: 1200px;
	margin: 0 auto 30px;
	padding: 50px 0;
	font-size: 33px;
	color:#fff;
	text-align: center;
	background-image:
    url( "../img/fv_img_1.png"), url("../img/fv_img_2.png");
    
  background-repeat: no-repeat,no-repeat;
  background-position:
    40px 10px,
    right;
	background-size: 12%, 17%;
}

.fv_cont{
	width: 1250px;
	margin: 0 auto;
}

.fv_cont .logo_title{
	width: 650px;
	margin: 0 auto;
	flex-wrap: wrap;
  
}

.fv_cont .logo{
	width: 600px;
	height: auto;
}

.fv_cont .img{
	width: 600px;
	margin: 0 auto;
}

.fv_cont h2{
	
	color:#fff;
	font-size: 19px;
	font-weight: 100;
	margin-bottom: 30px;
	
}

.btn{
	padding: 10px 30px;
	text-align: center;
	background: #e6c90e;
background: linear-gradient(98deg,rgba(230, 201, 14, 1) 0%, rgba(219, 125, 9, 1) 100%);
	font-size: 18px;
	border-radius: 100px 100px 100px 100px;
	display:inline-block;
	margin-bottom: 25px;
	
}

.btn a{
    padding-left: 25px;
	background-image: url("../img/fv_cart_icon.png");
	background-size: 18px;
	background-position: 0 4px;
	background-repeat: no-repeat;
}

.cart_txt{
	width: 280px;
	
	
}

.sect1{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background: #191f2b;
background: linear-gradient(131deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
}

.sect1 ul{
	width: 1300px;
	margin: 0 auto;
	padding: 30px 0;
	flex-wrap: wrap;
  display: flex;
}

.sect1 ul li{
	width: 290px;
	margin: 0 15px;
	
}

.sect1 ul li img{
	max-width: 100%;
  height: auto;
	
}

.sect2{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: #191f2b;
background: linear-gradient(321deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
}

.sect2 .inner{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	
}

.sect2 .img{
	width: 550px;
	margin-right: 70px;
	margin-top: 50px;
}

.sect2 ul{
	width: 650px;
	padding: 30px 0;
}

.sect2 ul li{
	
	display: flex;
	margin-bottom: 22px;
	
}

.sect2 ul li img{
  width: 57px;
  height: 57px;
	margin-right: 30px;
}
	


.sect2 ul li h3{
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	
}

.sect2 ul li p{
	font-size: 15px;
	color: #999;
	
}


.sect3{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 40px;
	background: #191f2b;
background: linear-gradient(131deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
}

.sect3 h2{
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}

.sect3 p{
	color: #D1D1D1;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.sect3 ul{
	width: 1000px;
	margin: 0 auto 0px;
	padding: 30px 0;
	flex-wrap: wrap;
  display: flex;
}

.sect3 ul li{
	width: 290px;
	margin: 0 15px;
	
}

.sect3 ul li img{
	max-width: 100%;
  height: auto;
	
}

.sect3 .img{
	width: 1300px;
  margin: 0 auto;
	
}




.sect4{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 30px;
	background: #191f2b;
background: linear-gradient(321deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
	
}

.sect4 h2{
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}

.sect4 h4{
	color: #D1D1D1;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 100;
}

.sect4 .prof{
	width: 1300px;
	margin: 0 auto 20px;
	padding: 30px 0 0;
	display:inline-block;
  display: flex;
}

.sect4 .prof .img{
	width: 610px;
	margin-left: -20px;
	
}

.sect4 .prof .txt{
	width: 570px;
	padding: 20px 30px;
	text-align: left;
	border: 1px solid #2A2A2A;
	border-radius: 10px;
}

.sect4 .prof .txt h3{
	font-size: 22px;
	color: #fff;
}

.sect4 .prof .txt p{
	font-size: 16px;
	color: #fff;
}

.sect4 .prof .txt p span{
	font-size: 18px;
	color: #FACC15;
}

.sect4 .prof ul{
	width: 660px;
	margin: 0 -15px 20px;
	padding: 30px 0;
	flex-wrap: wrap;
  display: flex;
}

.sect4 .prof ul li{
	width: 310px;
	margin: 0 10px;
	
}

.sect4 .prof ul li img{
	max-width: 100%;
  height: auto;
	
}

.sect4 .list{
	width: 1200px;
	margin: -40px auto 30px;
	flex-wrap: wrap;
    display: flex;
	
}

.sect4 .list li{
	width: 380px;
	margin-left: 12px;
	flex-wrap: wrap;
    display: flex;
	
}



.sect4 .list2 {
	width: 1180px;
	margin: 0 auto 20px ;
	
	
}








.sect5{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: #191f2b;
background: linear-gradient(131deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
}

.sect5 h2{
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}

.sect5 h4{
	color: #D1D1D1;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 100;
}

.sect5 .inner{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	
}

.sect5 .img{
	width: 550px;
	margin-right: 70px;
	margin-top: 30px;
}

.sect5 ul{
	width: 650px;
	padding: 30px 0;
}

.sect5 ul li{
	
	display: flex;
	margin-bottom: 22px;
	
}

.sect5 ul li img{
  width: 57px;
  height: 57px;
	margin-right: 30px;
}
	


.sect5 ul li h3{
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	
}

.sect5 ul li p{
	font-size: 15px;
	color: #999;
	
}








.sect6{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 30px;
	background: #191f2b;
background: linear-gradient(321deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
	
}

.sect6 h2{
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}

.sect6 h4{
	color: #D1D1D1;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 100;
}

.sect6 .prof{
	width: 1300px;
	margin: 0 auto 20px;
	padding: 30px 0 0;
	display:inline-block;
  display: flex;
}

.sect6 .prof .img{
	width: 610px;
	margin-left: -20px;
	
}

.sect6 .prof .txt{
	width: 570px;
	padding: 20px 30px;
	text-align: left;
	border: 1px solid #2A2A2A;
	border-radius: 10px;
}

.sect6 .prof .txt h3{
	font-size: 22px;
	color: #fff;
}

.sect6 .prof .txt p{
	font-size: 16px;
	color: #fff;
}

.sect6 .prof .txt p span{
	font-size: 18px;
	color: #FACC15;
}

.sect6 .prof ul{
	width: 660px;
	margin: 0 -15px 20px;
	padding: 30px 0;
	flex-wrap: wrap;
  display: flex;
}

.sect6 .prof ul li{
	width: 310px;
	margin: 0 10px;
	
}

.sect6 .prof ul li img{
	max-width: 100%;
  height: auto;
	
}

.sect6 .list{
	width: 1200px;
	margin: -40px auto 30px;
	flex-wrap: wrap;
    display: flex;
	
}

.sect6 .list li{
	width: 380px;
	margin-left: 12px;
	flex-wrap: wrap;
    display: flex;
	
}



.sect6 .list2 {
	width: 1180px;
	margin: 0 auto 20px ;
	
	
}







.sect7{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: #191f2b;
background: linear-gradient(131deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
}

.sect7 h2{
	color: #fff;
	width: 800px;
	margin: 50px auto;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}

.sect7 p{
	color: #D1D1D1;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 100;
}

.sect7 .inner{
	width: 1050px;
	margin: 0 auto;
	
	
}




.sect8{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 30px;
	background: #191f2b;
background: linear-gradient(321deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
	
}

.sect8 h2{
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}

.sect8 p{
	color: #D1D1D1;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 100;
}


.sect8 ul{
	width: 1000px;
	margin: 0 auto 20px;
	padding: 30px 0;
	flex-wrap: wrap;
  display: flex;
}

.sect8  ul li{
	width: 1000px;
	margin: 10px 20px;
	
}



.sect9{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 70px;
	background: #191f2b;
background: linear-gradient(131deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
	
}

.sect9 h2{
	color: #fff;
	width: 800px;
	margin: 50px auto;
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}

.sect9 p{
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	margin-bottom: 24px;
	font-weight: 100;
}

.sect9 .btn2{
	width: 400px;
	margin: 0 auto;
	padding: 18px 30px 12px;
	text-align: center;
	background: #e6c90e;
background: linear-gradient(98deg,rgba(230, 201, 14, 1) 0%, rgba(219, 125, 9, 1) 100%);
	font-size: 26px;
	border-radius: 100px 100px 100px 100px;
	
	margin-bottom: 25px;
	
}

.sect9 .btn2 a{
	
    padding-left: 38px;
	background-image: url("../img/fv_cart_icon.png");
	background-size: 26px;
	background-position: 0 6px;
	background-repeat: no-repeat;
}


.sect9 .txt{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	
}





.pp{
	width: 100%;
	padding: 60px 0
}

.pp h2{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}

.pp .inner{
	width: 840px;
	height: 320px;
	padding: 30px 30px;
	margin: 0 auto;
	overflow-y: scroll;
	border: 1px solid #2A2A2A;
	border-radius: 10px;
	
}

.pp .inner h3{
	font-size: 18px;
	
}

.pp .inner p{
	font-size: 13px;
	margin: 10px 0 ;
	
}

.pp .inner ul{
	list-style:disc;
    margin-left: 20px;
	margin-bottom: 25px;
}

.pp .inner ul li{
	list-style:disc;
    margin-left: 20px;
	margin-bottom: -7px;
}

.pp .inner ul li::marker{
	list-style:disc;
    color: #111;
    font-size: 2em;
}




.specific{
	width: 100%;
	background-color: #000;
	padding: 70px 0;
}

.specific h2{
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}

.specific .txt{
	color: #D1D1D1;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.specific .inner{
	width: 860px;
	margin: 0 auto;
	border: 1px solid #888;
	border-radius: 15px;
	background-color: #111217;
	padding: 40px 50px;
}

.specific .innerBox{
	width: 800px;
	display: flex;
	
}

.specific .innerBox .left{
	width: 400px;
	
}

.specific .innerBox .right{
	width: 400px;
	
}

.specific .inner h3{
	font-size: 18px;
	color: #FACC15;
}

.specific .inner p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}

.specific  .line{
	border: 1px solid #444;
	margin: 30px 0;
	
}



/*background: #1b2333;
background: linear-gradient(139deg,rgba(27, 35, 51, 1) 0%, rgba(5, 25, 38, 1) 100%);

background: #191f2b;
background: linear-gradient(321deg,rgba(25, 31, 43, 1) 1%, rgba(0, 0, 0, 1) 100%);
*/
/*****************************************************

  ページ	コンテンツ

*****************************************************/

	
footer{
	width: 100%;
	background-color: #000;
	padding: 40px 0 50px;
}

footer .logo{
	width: 300px;
	margin: 0 auto 20px;
}

footer p{
	width: 1000px;
	font-size: 16px;
	color: #999;
	text-align: center;
	margin: 0 auto 50px;
}

footer .line{
	border-bottom:1px solid #999;
    width: 800px;
	margin: 0 auto 50px;;
}

footer .copy{
	font-size: 13px;
	color: #999;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}