@charset "utf-8";
/* CSS Document */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
}
body {
    display: block;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-y: hidden;
}
	

	
@media (max-width:1023px) {
	body {
		overflow-y: auto;
	}

	}

	
	img.sp-image {
    display: none;
}	
		
@media (max-width:1023px) {
			.pc-image{
				display: none!important;
			}
	.sp-image{
				display: block!important;
			}
}
	
	
	
	
	
	
	
@media (min-width:1024px) {
.wrap {
    display: inline-flex;
    flex-direction: row;
    height: 100vh;
    overflow-y: hidden;

}
}
.wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
        padding-top: 40px;
    width: 100vw;/* overflow-x: hidden;*/]
}

	
@media (max-width:1023px) {
.wrap {
    flex-direction: inherit;
    width: 100%;
	background: #c8cdd4;
}

	}
	
	
	
	
/* タイトル */   
.titleWrap {
    margin: 10vh 0px auto 5vw;
}
.titleWrap #mainCopy img {
    width: auto;
    height: 25vmin;
}
    
section {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* width: inherit;*/ 
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0 100px 0 0 ;
    padding: 0;
}

@media (max-width:1023px) {
section {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: inherit;
    min-height: 20vh;
    max-height: inherit;
    margin: 0 0 10px 0;
    padding: 0;
}
}
.full-height {
    /* width: inherit;*/
    padding: 0 0px;
    margin: 0 25px;
}

@media (max-width:1023px) {
.full-height {
    width: 100%;
    padding: 2%;
    background: #FFF;
    display: inline-block;
}
}
.fh-image {
    display: block;
    width: auto;
    height: 75vh;
    margin-left: 0px;
    margin-right: 0px;
}
	
	.fullheight {
		height: 100vh;
	}	

@media (max-width:1023px) {
.fh-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}
}
.Halfheight {
    padding-left: 80px;
}
section >.Halfheight a {
    display: block;
    width: auto;
    height: 48vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}
section >.Halfheight img {
    display: block;
    width: auto;
    height: 48vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}

@media (max-width:1023px) {
	
.Thirdheight {
    display: none;
}
	
	.Halfheight {
		display: none;
	}
	
	
section > .Halfheight img {
    display: none;
    width: auto;
    height: 100vh;
    margin-left: 40px;
    margin-right: 40px;
}
}
section >.Thirdheight a {
    display: block;
    width: auto;
    height: 32vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}
section >.Thirdheight img {
    display: block;
    width: auto;
    height: 32vh;
    margin-left: 0px;
    margin-right: 0px;
    margin: 1vh;
}

@media (max-width:1023px) {
section > .Thirdheight img {
    display:none;
    width: auto;
    height: 100vh;
    margin-left: 40px;
    margin-right: 40px;
}
}

	

		
		
li.li50 {
    float: left;
    width: 48%;
    margin: 1%;
}
li.li30 {
    float: left;
    width: 32%;
    margin: 1%;
}
		
	
.intro-flame {
    position: relative;
    width: 50vw;
    padding: 120px;
    margin-left: 200px;
    margin-right: 0;
    border: solid 1px #000;
    font-size: 1.1em;
}
	
	


@media (max-width:1023px) {
.intro-flame {
    position: relative;
    width: 90%;
    padding: 20px;
    /* margin-left: 240px; */
    /* margin-right: 240px; */
    border: solid 1px #000;
    font-size: 1.1em;
    margin: 100px auto;
}
}
.comment-wrap {
    height: 100vh;
    display: inline-block;
    background-color: #fff4f4;
}
	
	
	
	
.comment {
    width: 300px;
    padding: 0;
    display: inline-block;
    z-index: 999999;
}
	
	
.comment {
    position: absolute;
    width: 300px;
    padding: 0;
    display: inline-block;
}	
	
#comment_military {
    top: 52%;
    left: 31%;
}

  #comment_allinone {
    top: 55%;
    left: 47%;
}
#comment_yellow {
    top: 45%;
    left: 62%;
    width: 200px;
}
     
#comment_vest {
    top: 57%;
    left: 46%;
}

    
#comment_vintage {
    top: 45%;
    left: 90%;
}
   
    #comment_turtle {
    top: 52%;
    left: 35%;
}
    
@media (max-width:1023px) {
	
	.comment-wrap {
    height: auto;
		width: 100%;
    display: inline-block;
    background-color: #fff4f4;
}
	
.comment {
	position: relative;
    width: 80%;
    padding: 0;
    display: inline-block;
	margin: 2em auto;
}	
	
	
	#comment_military{
    top: auto;
    left: auto;	
	}	
    
    
    
      #comment_allinone {
    top: auto;
    left: auto;	
}
#comment_yellow {
    top: auto;
    left: auto;	
    width:80%;
}
     
#comment_vest {
    top: auto;
    left: auto;	
}

    
#comment_vintage {
    top: auto;
    left: auto;	
}
   
    #comment_turtle {
    top: auto;
    left: auto;	
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	}
    
    
    
    
    
    
    
    
    
    
    
    
	
	
#Section1 {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:1023px) {
#Section1 {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
}
img.cyuou {
    position: absolute;
    z-index: 100;
    bottom : 0;
    width: auto;
    height: 100vh;
}
img#item1 {
    height: 20vh;
    width: auto;
    position: absolute;
    top: -30px;
    right: 20%;
    transform: rotate(45deg);
    -ms-filter: blur(1px);
    filter: blur(1px);
    z-index: 80;
}
img#item2 {
    height: 40vh;
    width: auto;
    position: absolute;
    bottom: -80px;
    transform: rotate(115deg);
    -ms-filter: blur(3px);
    filter: blur(6px);
    z-index: 120;
}
	

	



	

	
@media (max-width:1023px) {
	
	#section_5 {
    margin: 0;
}
	}
	
ul.link {
    margin: 1em 0 0;
}
.link li {
    font-size: 9px;
    font-weight: 600;
}
/*--- アイテム一覧---*/  
	
.item-list-wrap {
    width: 100vh;
    padding: 80px 100px;
}
.item-list-wrap h3 {
    font-size: 2em;
    text-align: center;
}
		
@media (max-width:1023px) {
	.item-list-wrap {
    width: 100%;
    padding: 0;
		margin: 50px auto;
}
		}
.otheritem {
    width: 90%;
    margin: 100px auto;
}
.list img {
    width: 100%
}
ul.list {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list li {
    width: 31%;
    float: left;
    margin: 1%;
}
.list li p {
    text-align: center;
    font-size: 9px;
    height: 6em;
    line-height: 1.8;
    margin: 2em 5px;
}
span.itemlist_brand {
    font-weight: bold;
    font-size: 1.5em;
}

@media screen and (min-width: 361px) and (max-width: 480px) {
.list li {
    width: 46%;
    float: left;
    margin: 0 2%;
}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
.list li {
    width: 31%;
    float: left;
    margin: 0 1%;
}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
.list li {
    width: 22%;
    float: left;
    margin: 0 1%;
}
}
section p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 600;
}

	
.All-item {
    display: none;
    border: solid 3px;
    text-align: center;
    padding: 3em 1em;
    margin: 2em auto 10em;
    width: 90%;
    font-size: 1.2em;
    font-weight: 600;
}	

	@media (max-width:1023px) {
	
.All-item {
    display: block;
}	

		
	}
	
	
		
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(600px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}		

		
		.animation2{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(600px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active2{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}		
		
.item {
    position: relative;
    height: 100VH;
    margin: 0 100px 0 0;
    padding: 40px;
    width: 400px;
}
.more-item{
 position: absolute;
 width: 200px;
 top: 50%;
 transform: translateY(-50%);
}	
    
    
  .more-item p {
    text-align: center;
    border: solid 2px;
    line-height: 8;
    margin: 1em;
    width: 300px;
    font-size: 1.4rem;
    font-weight: 600;
    /* background-color: beige; */
}  
	
     @media (max-width:1023px) {
   .item {
    position: relative;
    height: auto;
    margin: 40px auto;
    padding: 0;
    width: 80%;
    display: inline-block;
} 
    }
    
    
    
 @media (max-width:1023px) {
     .more-item{
 position: relative;
 width: 80%;
}	
     
    .more-item p {
    width: 100%;
}    
     
     
     
    }
    
    
header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    padding: 15px 0 10px;
    background-color: #dbdbdb;
}
    

    
div.logo {
    width: 15%;
    max-width: 120px;
    
}
    
    .logo {
    position: absolute;
    left: 0;
    top: auto;
}
div.menu {
    float: right;
}
ul.header_ul {
    margin: 0;
    padding: 0;
}
ul.header_ul li {
    display: inline-block;
    margin: 0px 10px;
    font-size: 20px;
}
    
@media (max-width:1023px) {
	header {
        background-color: #FFF;
}
    }
    