@charset "utf-8";
.top_line{
	background: rgb(25,66,141);
background: linear-gradient(90deg, rgba(25,66,141,1) 0%, rgba(0,0,0,0.9220063025210083) 73%, rgba(0,0,57,1) 100%);
	height: 60px;
	width: 100%;
	    position: fixed;
    top: 0px;
    z-index: 9999;
}
body{
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: 'Arial Black','小塚ゴシック Pr6N','meirio','Noto Sans JP', sans-serif;
	　text-size-adjust: 100%;
	}

a{
	list-style: none;
	text-decoration: none;
	color: #FFFFFF;
}


.logo img{
	z-index: 99999!important;
}
.item_spec2list{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 250px;
	padding: 0;
}
.item_spec2list li{
	width: 100%;
	display: inline-block;
	margin-right: 1%;
	align-items:stretch;
	margin-top: 30px;
}
.item_spec2list img{
	width: 45%;
	display: inline-block;
	border: #454545 solid 1px;
	float: left;
}
.item_spec2list .item_spec{
	
	
}
.relese_box{
	width: 100%;
}
.catch{
	width: 100%;
	color: white;
	display: none;
}

.catch p{
width: 30%;
    position: absolute;
    top: 21vw;
    right: 7vh;
    font-family: "poppins";
    font-size: 2.5rem;
}

.line12{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.logo{
	width: 25%;
	height: 40px;
	float: left;
	margin-left: 5%;
}
.logo img{
	height: 25px;
	padding-top: 18px;
}
.menu{
	
	width: 70%;
	float: right;
	height: 60px;
	color: aliceblue;
	argin-left: auto;
	min-width: 300px;
	letter-spacing:0.2rem;
	
}
.menu li{
	display: inline-block;
	margin-top: 20px;
	font-size: 1.1rem;
	margin-right: 5%;
	padding-left: 5%;
	float: left;
	margin-left:auto;
	
	
}
.menu ul{
	padding: 0;
	margin: 0;
	height: 60px;
	width: 370px;
	float: right;
	
}
.menu a{
	transition: all .3s ease 0s;
}
.menu a:hover{
	color:#0057B4;
	transition: 0.5s ;
	transform: scale(1.1);
}
.container {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 60vw;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 30s infinite;
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 3s;
}
.image:nth-of-type(3) {
	animation-delay: 9s;
}
.image:nth-of-type(4) {
	animation-delay: 12s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	20%{ opacity: 1;}
	30%{ opacity: 1;}
	35%{ opacity: 1;}
	100%{ opacity: 0;}
	
}
.main_text{
	position: absolute;
	top:35%;
	right: 10%;
	color: #FFFFFF;
	font-size: 5vw!important;
	font-family: 'Monotype Corsiva';
	text-align: center;
	z-index: 999;
	display: none;
}
.colabo img{
margin-top: 0.8vw;
	width: 70%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 12%;
}
.colabo{
	width: 100%;
	z-index: 998!important;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.consept{
	 background-image:url(../img/consept_back.png);
	background-size: cover;
	height: auto;
	width: 100%;
	margin-top: -10vw;
	margin-bottom: -10%;
	
	
}

.consept p{
	width: 80%;
	max-width: 1000px;
	color: aliceblue;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12vw;
	text-align: left;
	font-size: 0.9em;
	line-height: 5vh;
	font-weight: 400!important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;

	
}
.story_sec{
	margin-top: 4%;
	 background-image:url(../img/story_back.jpg);
	background-size: cover;
	height: auto;
	width: 100%;
	padding-bottom: 4vw;
	
}
.story{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
}
.story_list{
	padding: 0;
}
.story a{
	display: inline-block;
	margin-left: 0%;
	padding: 0%;
}
.story li{
	margin: 1%;
}
.story li img{
	width: 95%;
	margin-left: 2.5%;
} 
.story li p{
	padding: 3%;
	margin: 0;
}
.item_spec{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.first_product{
		 background-image:url(../img/product_back.png);
	background-size: cover;
	height: auto;
	width: 100%;
	margin-top: -10vw;
	min-height: 400px;
	background-color: #00151F;
	padding-bottom: 5vh;
	
}
.text_right{
	width: 50%;
    float: right;
}
.item{
	margin-top: 3vh;
	color: #FFFFFF;
	height: auto;
	margin-bottom: 15vh;
	 background-image:url("../img/bodyback02.png");
	background-size: contain;
	width: 100%;
	background-repeat: no-repeat;
	

	
}
.item a{

}
.item a:hover{
	
	color:#3E8FE5;
	transition: 0.5s ;
cursor: pointer;
	transform: scale(1.05);
}
.all_item{
	    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	
}
.all_item img{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.first_product ul{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0vh;
	padding: 0;
}
h3{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 2.4rem;
	margin-bottom: 5vh;
	letter-spacing:0.3rem;
}
.first_product li{
    padding: 10%;
	display: inline-block;
	width: calc(100% / 2 - 5px);
	margin-left: 0%;
	padding: 0%;
	transition: all .3s ease 0s;
}
.first_product .item_title{
	margin-top: -4vh;
}
.item_list img{
	width: 80%;
	padding-left: 13%;
}
.sku_item{
	margin-top: 10vh!important;
	
}
.sku_item .item_title{
	font-size: 1.5rem!important;
}
.sku_item li{
	width: calc(100% / 4 - 25px);
	padding: 10px;
}
.sku_item img{
		width: 100%;
	float: left;
	margin-bottom: 20px;
}
.sku_item p{
	text-align: center;
}
.sku_item a:hover{
	opacity: 0.7;
}
.first_product .item_title{
	font-size: 1.1rem;
	text-align: center;
}
.item_spec2 .item_title{
	text-align: center;
	margin-top: 10vh;
	font-size: 1.2rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.footlogo{
	width: 100%;
}
.footlogo img{
	width: 100%;
}
footer p{
	text-align: center;
	color: #FFFFFF;
	opacity: 0.4;
	position: relative;
	top: 5vw;
}
footer{
	margin-top: 10vh;
}
h2{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.7rem;
	margin-bottom: 5vh;
	letter-spacing:0.1rem;
	line-height: 35px;
}
h2 span{
	font-size: 1.2rem;
}
h3:first-letter {
color: white;
	font-size: 150%;
}

h2:first-letter {
	
}
.spec_01{
	width: 100%;
max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 800;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-bottom: 5vw!important;
	line-height: 50px;
}

.spec_02{
	width: 90%;
max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 100;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	margin-bottom: 5vw!important;
}

.tyouka{
	background-image:url("../img/sakanaola.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	width: 100%;
	margin-top: 14vw;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:769px) {
	
	.relese_box img{
	width: 30%;
	position: absolute;
	top: 10vw!important;
	right: 7vh;
}
	.samunebox p{
		margin-top: -110px;
	}
	.item_spec span{
	font-size: 1.4rem;
	font-weight: 800;
	margin-bottom: 10px;
}
	
	.pc_none{
		display: none;
	}
	.consept{
		min-height: 600px;
	}
	.story a{
		    width: calc(100% / 4 - 5px);
	
	}
	#pc_none{
		display: none;
	}
	.first_product h3{
		padding-top: 6vh;
	}
	.move{
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	video{
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
}
@media screen and (max-width:768px) {
	
		.relese_box img{
	width: 30%;
	position: absolute;
	top: 30vw!important;
	right: 7vh;
}
	
	.item_spec span{
	font-size: 1.0rem;
	font-weight: 800;
	margin-bottom: 10px;
}
	
	.colore_v.Android{
  font-size: 1.2rem!important;
}
	
	video{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.all_item img{
		background-repeat: no-repeat;
		background-size: cover!important;
		 background-image:url("../img/bodyback02.png");
	}
	.consept p{
		line-height: 25px;
		text-align: center;
		margin-bottom: -20vw;
		min-height: 200px!important;
		width: 90%!important;
	}
	.sp_none{
		display: none;
	}
	.consept span{
		display:none;
	}
	.consept{
		min-height: 360px;
		margin-bottom: 0%!important;
	}
	.story a{
		    width: calc(100% / 2 - 5px);
	}
	.item_spec{
		margin-bottom: 20px!important;
		font-size: 0.9rem;
		text-align: justify;
	}
	h3{
		font-size: 2rem!important;
	}
	h2{
		font-size: 1.2rem!important;
		margin-bottom: 8vh!important;
	}
	.item{
		margin-top: 5vh!important;
		 background-image:initial;
	}
	.spec_01{
		
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		padding-bottom: 8vh;
	}
	.item_title{
		font-size: 1rem!important;
	}
	.first_product .item_title{
		margin-top: -2vh!important;
	}
	.first_product ul{
		margin-top: 1vh!important;
		margin-bottom: 10vh;
	}
	.item a{
		 width: calc(100% / 1 - 2px)!important;
	}
	.first_product li{
		    padding: -1% 10% -1% 10%;
	}
	.tyouka {
		height: 310px!important;
	}
	footer{
		margin-top: 3vh!important;
	}
	footer p{
		font-size: 0.5rem;
	}
	.menu_list{
		display: none;
	}
	#sp_none{
		display: none;
	}
	.container{
		height: 140vw!important;
	}
	h2 span{
		font-size: 0.8rem;
	}
	
	.colabo img{

	max-width: 70%!important;
		padding-left: 12%;
	
}
	.relese_box img{
	width: 50%;
	position: absolute;
	top: 65vw;
	right: 2vh;
		z-index: 50;
}
	.catch{
		width: 100%;
	}
	.catch p{
width: 50%;
    position: absolute;
    top: 21vw;
    right: 7vh;
    font-family: "poppins";
    font-size: 1.5rem;
		z-index: 999;
		display: none;
}
	.all_item{
	    width: 98%!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;	
}
.all_item img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	.item_spec2{
		width: 100%;
	}
	.item_spec2list li{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left:  5%;
		padding-right: 5%;
	}
	.item_spec2list{
		width: 100%;
		margin-bottom: 50px;
		padding: 0px!important;
		margin-right: 0px;
	}
	.spec_01{
	text-align: center!important;
}
	
	.spec_02{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 100;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	margin-bottom: 5vw!important;
}
	.item_spec2list img{
		margin-top: 5%;
	}
	.first_product{
		padding-top: 5vh;
		padding-bottom: 0.5vh;
	}
	.image {
	position: absolute;
	width: 100%;
	height: 124vw;
	opacity: 0;
	animation: change-img-anim 30s infinite;
}

.image:nth-of-type(1) {
	animation-delay: 0s;
		height: 124vw;
}
.image:nth-of-type(2) {
	animation-delay: 3s;
		height: 124vw;
}
.image:nth-of-type(3) {
	animation-delay: 6s;
		height: 124vw;
}
.sku_item p{
	font-size: 0.8rem!important;
	
}
	
	.sku_item ul{
	  vertical-align: top; /* li要素を上端揃えに */
}
	.sku_item li{
	  width: calc(100% / 3 - 25px);
	padding: 10px;
		vertical-align: top; /* li要素を上端揃えに */
}
	.colore_v{
		text-align: left!important;
		position: relative;
		bottom: 1vh;
	}
	
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#photo {
	position: relative;
		top: 3vw!important;
	}}