


/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/




.header_none{
	padding-top: 105px;
}

.about_container{
	line-height: 1.5;
margin: 150px 400px;
	text-align: center;
}



.about_title h1{
	font-size: 30px;
	color: #707070;
	margin-bottom: 150px;
}


.about_visual{
	width: 100%;
	
}


.about_article h2{
	padding: 0 50px;
	margin-top: 120px;
	font-size: 15px;
	color: #707070;
    line-height: 2;
}


.look_book_text {
    margin: 5% 0 20% 0;
}




/*ここからnews*/
/*ここからnews*/
/*ここからnews*/
/*ここからnews*/
/*ここからnews*/
/*ここからnews*/
/*ここからnews*/



.news_container{
	line-height: 1.5;
margin: 150px 400px;
	text-align: center;
}

.news_subtitle h3{
		font-size: 15px;
	color: #707070;
	text-align: left;
}

.news_title h1{
	font-size: 30px;
	color: #707070;
	margin-bottom: 90px;
}


.news_visual{
	width: 100%;
	
}


.news_article h2{
	padding: 0 100px;
	margin-top: 120px;
	font-size: 15px;
	color: #707070;
}


.news_line{
	border-top: solid 0.5px;
	color: black;
	margin: 100px 0;
	
}


/*ここからlook book*/
/*ここからlook book*/
/*ここからlook book*/
/*ここからlook book*/
/*ここからlook book*/
/*ここからlook book*/



.look_book_container {
    line-height: 1.5;
    margin: 150px 0;
    text-align: center;
}

.look_book_visual {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 100px;
}



.look_book_subtitle h2{
		font-size: 15px;
	color: #707070;
	text-align: left;
}

.look_book_title h1{
	font-size: 30px;
	color: #707070;
	margin-bottom: 90px;
}


.look_book_visual{
	width: 100%;
	
}


.look_book_article h2{
	padding: 0 100px;
	margin-top: 120px;
	font-size: 15px;
	color: #707070;
}

.look_book_visual #look_book_1{
	  display:block;
}

.look_book_visual #look_book_1 img{
	transition:0.3s;
  display:block;
  width:100%;
}

.look_book_visual #look_book_1:hover img{
	opacity:0.8;
}


.look_book_visual #look_book_2{
	  display:block;
}

.look_book_visual #look_book_2 img{
	transition:0.3s;
  display:block;
  width:100%;
}

.look_book_visual #look_book_2:hover img{
	opacity:0.8;
}

.look_book_visual #look_book_3{
	  display:block;
}

.look_book_visual #look_book_3 img{
	transition:0.3s;
  display:block;
  width:100%;
}

.look_book_visual #look_book_3:hover img{
	opacity:0.8;
}

.look_book_visual #look_book_4{
	  display:block;
}

.look_book_visual #look_book_4 img{
	transition:0.3s;
  display:block;
  width:100%;
}

.look_book_visual #look_book_4:hover img{
	opacity:0.8;
}



/*ここからlookbookの中*/


.look_book_container_in{

}






.look_book_sub_title h2{
		font-size: 15px;
	color: #707070;
	text-align: center;
}

.look_book_title_in h1{
	font-size: 30px;
	color: #707070;
	margin-bottom: 90px;
     margin: 150px 350px 0 350px;
    text-align: center;
}


.look_book_visual_container_in{
    margin: 100px;
}




.look_book_article h2{
	padding: 0 100px;
	margin-top: 120px;
	font-size: 15px;
	color: #707070;
}


.look_book_visual_container_in ul{
   display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1%;
   margin:0;
   padding:0 8%;
 }[


]


.look_book_visual_container_in li {
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 180px;
    /* background: #c3c3c3; */
    text-align: center;
}

.look_book_visual_container_in li img {
    width: 100%;
}















/*ここからcontact*/
/*ここからcontact*/
/*ここからcontact*/
/*ここからcontact*/
/*ここからcontact*/




.contact_container {
    line-height: 1.5;
    margin: 150px 20%;
    /* text-align: center; */
}



.contact_subtitle h3{
		font-size: 15px;
	color: #707070;
	text-align: left;
}

.contact_title h1{
	font-size: 30px;
	color: #707070;
	margin-bottom: 120px;
	text-align: center;
}


form dl div{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}

form dl div:last-child{
  border-bottom: 0;
	margin-bottom: 60px;
}

form dl div dt{
  width: 12em;
}

form dl div dd{
  width: calc(100% - 12em);
}


.button_wrapper{
  display: flex;
  justify-content: center;
}

.button_wrapper input{
  margin-left: 5px;
  margin-right: 5px;
}


.btn_3 {

	color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5rem;
	max-width: 200px;
    position: relative;
    text-decoration: none;

    width: 100%;
    text-align: center;

}

.btn_3 input[name="submit"]{
	color: #000000;
}


.btn_layout_3{

  border-bottom: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: #FF6207;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
/*  border-radius:4rem;*/
	text-align: center;

}




.btn_layout_3:hover{

  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
  border-radius:4rem;

}



/*inputのリセット*/
/*inputのリセット*/
/*inputのリセット*/
/*inputのリセット*/




input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


/*ここまでinputのリセット*/
/*ここまでinputのリセット*/
/*ここまでinputのリセット*/
/*ここまでinputのリセット*/



input, select, textarea{
	
  padding: 5px;
}



input[name="name"], input[name="furigana"], input[name="address"], input[name="email"]{
  width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #000 ;
}
textarea{
	width: 100%;
	background-color: #fff;
	border: 1px solid #000 ;
}


input[name="postalcode"],input[name="tel"]{
	background-color: #fff;
	border-bottom: 1px solid;
}



input[type="radio"],input[type="checkbox"]{
  margin: 0 5px 0 0;
}

label+label{
  margin-left: 20px;
}

select[name="prefecture"]{
  margin-bottom: 10px;
/*    border-radius: 5px;*/
	border-bottom: 1px solid;
    background: #fff;
}



/*ここまでcontact_css*/
/*ここまでcontact_css*/
/*ここまでcontact_css*/
/*ここまでcontact_css*/













.look_book_line{
	border-top: solid 0.5px;
	color: black;
	margin: 100px 0;
	
}










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

/*共通設定*/
*{
  box-sizing: border-box;
}

img{
 max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
  display: block;
	color: #9E9E9E;
	text-decoration: none;
   
}

p a{
  display: inline;
}
/*共通設定ここまで*/



body{
  width: 100%;
  background-color: #ffffff;
  line-height: 1.5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  color: #000000;
}

.inner{
  margin-left: 0;
  margin-right: 0;

}

header{
	width: 100%;
	position: fixed;
	background-color: #383838;
	z-index: 1000;
}

.header_sub a{
background-color: #DCDCDC;
text-align: center;
font-size: 11px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
text-decoration: none;
padding: 14px 20px;
color: #000000;
}



#logo{
  margin-left:20px;
  margin-right: auto;
  width: 80px;
}

#menu{
  position: fixed;
  top: 64px;
  right: 2.5%;
  z-index: 99999999;
  width: 30px;
  height: 22px;
}

#menu span{
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  transition: 0.5s;
}

#menu span:nth-of-type(1){
  top: 0;
}

#menu span:nth-of-type(2){
  top: 10px;
}

#menu span:nth-of-type(3){
  top: 20px;
}

#menu span.active{
  background-color: #ffffff;
}

#menu span.active:nth-of-type(1){
  transform: translateY(10px) rotate(-45deg);
}

#menu span.active:nth-of-type(2){
  opacity: 0;
}

#menu span.active:nth-of-type(3){
  transform: translateY(-10px) rotate(45deg);
}

nav{
  padding-left: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #585858;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  /*transform: translateX(100%);*/
  /*transform: translateY(-100%);*/
  pointer-events: none;
  transition: 0.5s;
}

nav.active{
  opacity: 1;
  /*transform: translateX(0);*/
  /*transform: translateY(0);*/
  pointer-events: auto;
}

nav ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
  height: 100vh;
  overflow: auto;
}

nav ul li a{
  margin-top: 25px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
    margin-left: 30px;
	  margin-right: 30px;
}


nav ul li a{
    display: inline-block;
  color:#FF6207;
  font-size:120%;
  text-decoration:none;
  position: relative;
  transition: .3s;
}

nav ul li a::after {
  position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FF6207;
	transition: .3s;
	transform: translateX(-50%);
}

nav ul li a:hover::after {
  width: 100%;
}



#menu_action{

display: flex;
}

#earphones{
margin-top: 18px;
margin-left: 20px;
}


#sarch{
margin-top: 18px;
margin-left: 20px;
}

#user{
margin-top: 18px;
margin-left: 20px;
margin-right: 13px;
}

#shoping{
    background-color: #FF5A00;
}

#main_visual{
	 width: 100%;
	padding-top: 105px;
  margin-bottom: 30px;
  
 
}

#main_visual .slider img{
width: 100vw;
}

/*
#slider {
    width: 100%;
    height: 100vh;スライダー全体の縦幅を画面の高さいっぱい（100vh）にする
}
*/


















.colection-block {
    display: grid;
    gap: 1%;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
    padding: 60px 15px;
    margin: 0;
}

.colection-block div{
/*
margin: 0 0.5%;
margin-bottom: 1%;
*/
height: auto;



}



.colection-block img {
  opacity: 1;
  transition: .3s ease-in-out;
}


.colection-blockimg:hover img {
  opacity: .5;
}





    
.colection-block a {
/*border: 1px solid #F40004;*/
position: relative;
}    


.colection-block_text {
     display: block;
    font-size: 14px;
    position: absolute;
    top: 95%;
    left: 2%;
    color: white;
    line-height: unset;
}
    
    


#purple a{
   width: 100%;
}


#black a{
   width: 100%;
    
}


#sky_blue a{
 
      width: 100%;
}


#blue a{
   
      width: 100%;
}

#purple a img{
   width: 100%;
}


#black a img{
 
      width: 100%;
}


#sky_blue a img{
 
      width: 100%;
}


#blue a img{

      width: 100%;
}





/*
#mens_new_arrivals{
	width: 100VW;
	width: 608PX;
	height: 799PX;
background-image: url("../images/pc_mens_new_arrivals.png");
background-repeat: no-repeat;
background-size: cover;

}
*/



/*

.parallax_box_pare::before {
     height: 100vh;
     content:"";
     display:block;
     position:fixed;
     top:0;
     left:0;
     z-index:-1;
     background-image: url("../../santos_portfolio/images/pc_main_visual4.png");
}

.parallax_content{
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
background-attachment: fixed;
    position: sticky;
  background-size: cover;
 margin: 150px 0;
    width: 100%;
    height: 100vh;
    width: 100%;
    z-index: -1;
}




.front_content{
  padding: 0px;
  background-color: #fff;
}
.parallax_content.img_bg_01{
  background-image: url("../../santos_portfolio/images/pc_main_visual4.png");
}
.parallax_content.img_bg_02{
  background-image: url("../../santos_portfolio/images/pc_main_visual2.png");
}
.parallax_content.img_bg_03{
  background-image: url();
}

*/


.one {
/*    display: flex;*/
    align-items: center;
    width: 100%;
    min-height: 400px;
    padding: 20px;
    
    
}

.one h3{
      height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5.5px;
}





.one_dummy {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 300px;
    padding: 20px;
    background-color: #fff;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    z-index: -1;
}
.show .bg {
    display: block;
}
.bg._01 {
    background-image:url( "../images/pc_main_visual4.png");
}
.bg._02 {
    background-image: url("../images/pc_main_visual4.png");
}
.bg._03 {
    background-image: url("../images/pc_main_visual2.png");
}
.bg._04 {
    background-image: url("https://125naroom.com/demo/img/itukanokotonokoto04.jpg");
}
.bg._05 {
    background-image: url("https://125naroom.com/demo/img/itukanokotonokoto05.jpg");
}
/*
.onebox_dummy {
    width: 100%;
    background-color: #ffffff;
}
*/





.section_1{
    background-color: #fff;
}

/*
.section_2{
    background-color: #fff;
    padding: 50px 0;
}
*/


.section_2 {
    background-color: #fff;
    padding: 0;
}
.section_3 {
    background-color: #fff;
    padding: 100px 0;
}

.section_4{
    background-color: #fff;
     padding: 100px 0;
}





#mens_new_arrivals{
width: 100%;
}

#t_shirts{
	width: 100%;

}

#tenugui{
width: 100%;
}

#sweat{
width: 100%;
}

#goods{
width: 100%;
}

#womens{
width: 100%;
}



#mens_new_arrivals img{
	width: 100%;
}

#t_shirts img{
	width: 100%;
}

#tenugui img{
width: 100%;
}

#sweat img{
width: 100%;
}

#goods img{
width: 100%;
}

#womens img{
width: 100%;
}























#series {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
        padding-bottom: 10%;
}

#series>img{
  width: 100vw;
}



/*

.parallax_content h3{
	margin-left: 50px;
	margin-top: 50px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1.5px;
}
*/

#new_arrivals ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#event_article ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


#event{
/*	margin-top: 50px;*/
	   
}

#event li{
	margin-bottom: 40px;
}


.banner{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 200px;
}


.footer {
  background-color: #FAFAFA;
  position: relative;
  z-index: 1;
    padding: 70px 70px 50px 70px; 
  }

.footer_news_letter{
	font-size: 27px;

	margin-bottom: 20px;
	
}

.your_email{
	margin-bottom: 20px;
    width: 30%;
    padding: 20px;
    border: 1px solid #000;
}

.your_email{
    position: relative;
    font-size: 20px;
    width: 30%;
}
.your_email:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px #FF6207;
    animation: border_anim 3s linear forwards;
}



@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}



.sns{
	margin-bottom: 50px;
}

.footer_inner {
    display: flex;
    margin: 0;
    padding: 50px 30px 75px;
    width: 100%;
}


.footer_1{
	flex-grow: 4.9;
	
}


.footer_2 {
	font-size: 16px;
	color: #9E9E9E;
	text-decoration: none;
    flex-grow: 1;
}

.footer_2 ul li a {
	display: inline-block;
  text-decoration:none;
  position: relative;
  transition: .3s;
}

.footer_2 ul li a::after {
	position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FF6207;
  transition: .3s;
}



.footer_2 ul li a:hover::after {
	width: 100%;
}


.footer_3 ul li a {
	display: inline-block;
  text-decoration:none;
  position: relative;
  transition: .3s;
}

.footer_3 ul li a::after {
	position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FF6207;
  transition: .3s;
}



.footer_3 ul li a:hover::after {
	width: 100%;
}








.footer-links-title{
	color: #000000;
	margin-bottom: 15px;
}


.footer_3 {
	font-size: 16px;
	color: #9E9E9E;
	text-decoration: none;
   
}












/*


Tablet版とPC版にのみ適用
@media screen and (min-width:600px){
 #menu_action{
    display: none;
  }
  nav{
    padding-left: 0px;
  
  }
  
  nav ul li a{
    font-size: 30px;
margin-top: 25px;
  margin-bottom: 25px;
  }
  
  
  
}
*/




/*ここから一部タブレット*/
@media only screen and (max-width: 1300px){
    
    .about_article h2 {
    padding: 0;
    margin-top: 120px;
    font-size: 15px;
    color: #707070;
    line-height: 2;
}
    
    .news_article h2 {
    padding: 0;
    margin-top: 120px;
    font-size: 15px;
    color: #707070;
}
    
    
    
    .colection-block_text {
    display: block;
    font-size: 14px;
    position: absolute;
    top: 94%;
    left: 3%;
    color: white;
    line-height: unset;
}
    
}





















/*PC版にのみ適用*/
@media only screen and (min-width:1049px){
  body{
    font-size: 16px;
  }
  
  .inner{

  }
  
  #header_inner{
    display: flex;
    justify-content: space-between;

  }
  
  #logo{
    margin-right: 0;
  }
  
  #menu{
    display: none;
  }
  
  #menu_action{
    display: flex;
  }
  
  nav{
    padding-left: 100px;
    position: static;
    background-color: transparent;
    width: auto;
    min-height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  
  nav ul{
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  
  nav ul li a{
/*
    font-size: 10px;
    margin-top: 20;
    margin-bottom: 0;
    margin-left: 30px;
	  margin-right: 30px;
    color: #ffffff;
*/
    
     margin-top: 25px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
    margin-left: 30px;
	  margin-right: 30px;
  }
	
		

#main_visual_sp{
display: none;
}

#main_visual_sp .slider_2 img{
display: none;
}
  
  #content{
    display: flex;
    justify-content: space-between;
  }
  
  main{
/*    width: calc(100% - 200px - 20px);*/
  }
  
  aside{
    width: 200px;
  }

    
    
    


   .colection-block_sp{
   display: none;
    }  
	
.colection-block_sp_1{
  display: none;

}

.colection-block_sp_1 div{
display: none;
/*
margin: 0 0.5%;
margin-bottom: 1%;
height: 32%;
*/
}



.colection-block_sp_1 img {
  display: none;
}


.colection-block_sp_1img:hover img {
  display: none;
}	
	
	
	
.colection-block_sp_2{
   display: none;

}

.colection-block_sp_2 div{
display: none;
/*
margin: 0 0.5%;
margin-bottom: 1%;
height: 32%;
*/
}



.colection-block_sp_2 img {
  display: none;
}


.colection-block_sp_2img:hover img {
  display: none;
}	
	

	
 .colection-block_sp_3{
   display: none;
}

.colection-block_sp_3 div{
display: none;
/*
margin: 0 0.5%;
margin-bottom: 1%;
height: 32%;
*/
}



.colection-block_sp_3 img {
  display: none;
}


.colection-block_sp_3img:hover img {
 display: none;
}	
	

	
    #series_sp{
    display: none;
}

#series_sp>img{
  display: none;
}
       
        #series_sp_1{
            display: none;
}

#series_sp>img{
display: none;
}
    
    
     #series_sp_2{
display: none;
}

#series_sp>img{
  display: none;
}
           
}


/*ここからタブレット?*/
/*ここからタブレット?*/
/*ここからタブレット?*/
/*ここからタブレット?*/
/*ここからタブレット?*/
/*ここからタブレット?*/
/*ここからタブレット?*/

@media only screen and (max-width:1048px){
	header{
	width: 100%;
	position: fixed;
	background-color: #383838;
	z-index: 1000;
}
	
	  #header_inner{
    display: flex;
		  justify-content: space-between;
	}
	

.header_sub a{
background-color: #DCDCDC;
text-align: center;
font-size: 11px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
text-decoration: none;
padding: 10px 20px;
color: #000000;
}



#logo{
  margin-left:40%;
  margin-right: auto;
    padding-top: 2px;
  width: 80px;
}
    
    
    #menu{
  position: fixed;
  top: 59px;
  right: 2.5%;
	left: 6.5%;
  z-index: 99999999;
  width: 23px;
  height: 22px;
}

#menu span{
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  transition: 0.5s;
}

#menu span:nth-of-type(1){
  top: 0;
}

#menu span:nth-of-type(2){
  top: 7px;
}

#menu span:nth-of-type(3){
  top: 14px;
}

#menu span.active{
  background-color: #ffffff;
}

#menu span.active:nth-of-type(1){
  transform: translateY(7px) rotate(-45deg);
}

#menu span.active:nth-of-type(2){
  opacity: 0;
}

#menu span.active:nth-of-type(3){
  transform: translateY(-7px) rotate(45deg);
}

nav{
    padding-top: 100px;
    padding-left: unset;
    padding-right: unset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-height: 100vh;
    width: 100%;
    opacity: 0;
    /* transform: translateX(100%); */
    /* transform: translateY(-100%); */
    pointer-events: none;
    transition: 0.5s;
    height: 10px;
    background-color: unset;
}

nav.active{
  opacity: 1;
  /*transform: translateX(0);*/
  /*transform: translateY(0);*/
  pointer-events: auto;
        padding-top: 99px;
}

nav ul{
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    height: auto;
    overflow: auto;
    justify-content: space-evenly;
    background-color: rgb(68 68 68 / 49%);
}

nav ul li a{
  margin-top: 0;
  margin-bottom: 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
    margin-left: 0;
	  margin-right: 0;
}


nav ul li a{
    display: inline-block;
/*  color:#FF6207;*/
color:#ffffff;
  font-size:12px;
  text-decoration:none;
  position: relative;
  transition: .3s;
}

nav ul li a::after {
  position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FF6207;
	transition: .3s;
	transform: translateX(-50%);
}

nav ul li a:hover::after {
  width: 100%;
}



#menu_action{

display: flex;
}

#earphones{
display: none;
}


#sarch{
margin-top: 18px;
margin-left: 20px;
	margin-right: 20px;
}

#user{
display: none;
}

	
#main_visual{
display: none;
 
}

#main_visual .slider img{
display: none;
}

	
	
	
	
	
	

#main_visual_sp{
	 width: 100%;
	padding-top: 98px;
  margin-bottom: 30px;
  
 
}

#main_visual_sp .slider_2 img{
width: 100vw;
}
   
    
    
    
    
    
    .colection-block_sp{
        display: none;
    }
    
    
    
    #series_sp{
        display: none;
    }
 

    /*ここからabout*/
    /*ここからabout*/
    /*ここからabout*/
    /*ここからabout*/
    /*ここからabout*/
    
    
    
    .about_container {
    line-height: 1.5;
    margin: 100px 50px;
    text-align: center;
}
    
    .about_title h1 {
    font-size: 30px;
    color: #707070;
    margin-bottom: 100px;
}
    
    
    
    .about_article h2 {
    padding: 0px;
    margin-top: 80px;
    font-size: 15px;
    color: #707070;
    line-height: 2;
}
    
    
    
    .news_container {
    line-height: 1.5;
    margin: 150px 30%;
    text-align: center;
}
    
    .look_book_title_in h1 {
    font-size: 20px;
    color: #707070;
    margin-bottom: 90px;
    margin: 0;
    text-align: center;
}
   
    .look_book_container_in {
    margin: 15% 0;
}
    
    
    
    
    
    
    
    
}














/*ここからsp版にのみ適用*/
/*ここからsp版にのみ適用*/
/*ここからsp版にのみ適用*/
/*ここからsp版にのみ適用*/
/*ここからsp版にのみ適用*/
/*ここからsp版にのみ適用*/
/*ここからsp版にのみ適用*/
@media only screen and (max-width: 600px){
    
	header{
	width: 100%;
	position: fixed;
	background-color: #383838;
	z-index: 1000;
}
	
	  #header_inner{
    display: flex;
		  justify-content: space-between;
	}
	

.header_sub a{
background-color: #DCDCDC;
text-align: center;
font-size: 11px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
text-decoration: none;
padding: 10px 20px;
color: #000000;
}



#logo{
  margin-left:40%;
  margin-right: auto;
    padding-top: 2px;
  width: 80px;
}

#menu{
  position: fixed;
  top: 59px;
  right: 2.5%;
	left: 6.5%;
  z-index: 99999999;
  width: 23px;
  height: 22px;
}

#menu span{
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  transition: 0.5s;
}

#menu span:nth-of-type(1){
  top: 0;
}

#menu span:nth-of-type(2){
  top: 7px;
}

#menu span:nth-of-type(3){
  top: 14px;
}

#menu span.active{
  background-color: #ffffff;
}

#menu span.active:nth-of-type(1){
  transform: translateY(7px) rotate(-45deg);
}

#menu span.active:nth-of-type(2){
  opacity: 0;
}

#menu span.active:nth-of-type(3){
  transform: translateY(-7px) rotate(45deg);
}

nav{
    padding-top: 100px;
    padding-left: unset;
    padding-right: unset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-height: 100vh;
    width: 100%;
    opacity: 0;
    /* transform: translateX(100%); */
    /* transform: translateY(-100%); */
    pointer-events: none;
    transition: 0.5s;
    height: 10px;
    background-color: unset;
}

nav.active{
  opacity: 1;
  /*transform: translateX(0);*/
  /*transform: translateY(0);*/
  pointer-events: auto;
}

nav ul{
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    height: auto;
    overflow: auto;
    justify-content: space-evenly;
    background-color: rgb(68 68 68 / 49%);
}

nav ul li a{
  margin-top: 0;
  margin-bottom: 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
    margin-left: 0;
	  margin-right: 0;
}


nav ul li a{
    display: inline-block;
/*  color:#FF6207;*/
color:#ffffff;
  font-size:12px;
  text-decoration:none;
  position: relative;
  transition: .3s;
}

nav ul li a::after {
  position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FF6207;
	transition: .3s;
	transform: translateX(-50%);
}

nav ul li a:hover::after {
  width: 100%;
}



#menu_action{

display: flex;
}

#earphones{
display: none;
}


#sarch{
margin-top: 18px;
margin-left: 20px;
	margin-right: 20px;
}

#user{
display: none;
}

	
#main_visual{
display: none;
 
}

#main_visual .slider img{
display: none;
}

	
	
	
	
	
	

#main_visual_sp{
	 width: 100%;
	padding-top: 100px;
  margin-bottom: 30px;
  
 
}

#main_visual_sp .slider_2 img{
width: 100vw;
}
    
.colection-block {
    display: grid;
    gap: 1%;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
    padding: 60px 15px 0 15px;
    margin: 0;
}
    
    
    
    
/*

.colection-block {
display: none;

}

.colection-block div{
display: none;
}



.colection-block img {
display: none;
}


.colection-block
    img:hover img {
display: none;
}	 
    
*/
    
    
    
    

    .one {
    /* display: flex; */
    align-items: center;
    width: 100%;
    min-height: 200PX;
    padding: 20px;
}
    
    
    
    
    
    .one h3 {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5.5px;
}
    
    
.section_3{
    background-color: #fff;
        padding: 50px 0;
}    
    
    
 .section_4{
    background-color: #fff;
     padding: 50px 20px;
     
}
    
    #event_article ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
   
    
    
    
/*
    
    
#mens_new_arrivals{
display: none;	
}
	    
*/
    
    
    
    
    
        #new_arrivals ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
    
    
    .colection-block_sp{
        padding: 0 15px 100px 15px;
    }  
	
.colection-block_sp_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 55px;
    align-items: center;

}

.colection-block_sp_1 div{
margin:0px;
margin-bottom:0px;
height: auto;
/*
margin: 0 0.5%;
margin-bottom: 1%;
height: 32%;
*/
}
    
.colection-block_sp a {
/*border: 1px solid #F40004;*/
position: relative;
}    

.colection-block_sp_text {
    display: block;
    font-size: 14px;
    left: 12px;
    bottom: 12px;
    }

 .colection-block_sp_text {
    top: initial;
    bottom: 24px;
}
.colection-block_sp_text {
    position: absolute;
    top: 176px;
    left: 5px;
    color: white;
    line-height: unset;

}   
    
    
    
  .colection-block_text {
    display: block;
    font-size: 14px;
    position: absolute;
    top: 90%;
    left: 3%;
    color: white;
    line-height: unset;
}  
    
    
    
    
    
.colection-block_sp_1 img {
  opacity: 1;
  transition: .3s ease-in-out;
}


.colection-block_sp_1img:hover img {
  opacity: .5;
}	
	
	
	
.colection-block_sp_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 12px;
    align-items: center;

}

.colection-block_sp_2 div{
margin:0px;
margin-bottom:0px;
height: auto;
/*
margin: 0 0.5%;
margin-bottom: 1%;
height: 32%;
*/
}



.colection-block_sp_2 img {
  opacity: 1;
  transition: .3s ease-in-out;
}


.colection-block_sp_2img:hover img {
  opacity: .5;
}	
	

	
 .colection-block_sp_3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 0;
    margin-top: 12px;
    align-items: center;

}

.colection-block_sp_3 div{
margin:0px;
margin-bottom:0px;
height: auto;
/*
margin: 0 0.5%;
margin-bottom: 1%;
height: 32%;
*/
}



.colection-block_sp_3 img {
  opacity: 1;
  transition: .3s ease-in-out;
}


.colection-block_sp_3img:hover img {
  opacity: .5;
}	
	
    
    
    #series {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
   padding: 10% 15px;
}

/*
	
   #series{
	display: none;
}

#series>img{
  display: none;
}
*/
/*
    

    #series_sp{
    padding: 0 20px;    
	
	margin-bottom: 100px;
}

#series_sp>img{
  width: 100vw;
}
       
        #series_sp_1{
            display: flex;
            justify-content: space-between;
	max-width: none;
}

#series_sp>img{
  width: 100vw;
}
    
    
     #series_sp_2{
            display: flex;
            justify-content: space-between;
	max-width: none;
}

#series_sp>img{
  width: 100vw;
}
    
*/


/*ここからsp_footer*/


.footer {
  background-color: #FAFAFA;
  position: relative;
  z-index: 1;
    padding: 70px 10PX; 
  }

.footer_news_letter{
	font-size: 27px;

	margin-bottom: 40px;
	
}

.your_email{
	margin-bottom: 40px;
    width: 30%;
    padding: 20px;
    border: 1px solid #000;
}

.your_email{
    position: relative;
    font-size: 20px;
    width: 100%;
}
.your_email:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px #FF6207;
    animation: border_anim 3s linear forwards;
}



@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}



.sns{
	margin-bottom: 50px;
}

.footer_inner {
    display: flex;
    margin: 0;
    padding: 0 10PX;
    width: 100%;
    flex-direction: column;
    text-align: center;
}


.footer_1{
	flex-grow: 4.9;
	
}


.footer_2 {
	font-size: 16px;
	color: #9E9E9E;
	text-decoration: none;
    flex-grow: 1;
}

.footer_2 ul li a {
	display: inline-block;
  text-decoration:none;
  position: relative;
  transition: .3s;
}

.footer_2 ul li a::after {
	position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FF6207;
  transition: .3s;
}



.footer_2 ul li a:hover::after {
	width: 100%;
}


.footer_3 ul li a {
	display: inline-block;
  text-decoration:none;
  position: relative;
  transition: .3s;
}

.footer_3 ul li a::after {
	position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FF6207;
  transition: .3s;
}



.footer_3 ul li a:hover::after {
	width: 100%;
}








.footer-links-title{
	color: #000000;
	margin-bottom: 15px;
}


.footer_3 {
	font-size: 16px;
	color: #9E9E9E;
	text-decoration: none;
   
}

    
    
    .footer-links{
        margin-top: 40px;
    }

    .footer-links-ul li{
        padding: 10px 0;
    }


    

    /*ここからabout*/
    /*ここからabout*/
    /*ここからabout*/
    /*ここからabout*/
    /*ここからabout*/
    
    
    
    .about_container {
    line-height: 1.5;
    margin: 15% 50px;
    text-align: center;
}
    
    .about_title h1 {
    font-size: 20px;
    color: #707070;
    margin-bottom: 15%;
}
    
    
    
    .about_article h2 {
    padding: 0px;
    margin-top: 15%;
    font-size: 15px;
    color: #707070;
    line-height: 2;
}
    
    
    /*ここからnews*/
    /*ここからnews*/
    /*ここからnews*/
    /*ここからnews*/
    /*ここからnews*/
    /*ここからnews*/
    
       
.news_container {
    line-height: 1.5;
    margin: 15% 50px;
    text-align: center;
}
    
.news_title h1 {
    font-size: 20px;
    color: #707070;
    margin-bottom: 15%;
}
    
    
    
    .news_article h2 {
    padding: 0px;
    margin-top: 80px;
    font-size: 15px;
    color: #707070;
    line-height: 2;
}
     
    
    .news_subtitle h3 {
    font-size: 15px;
    color: #707070;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 0;
}

    
    
    /*ここからlookbook*/
    /*ここからlookbook*/
    /*ここからlookbook*/
    /*ここからlookbook*/
    /*ここからlookbook*/
    /*ここからlookbook*/
    
    
    
    
        .look_book_container {
   line-height: 1.5;
    margin: 15% 0;
    text-align: center;
}
    

    
    .look_book_title h1 {
    font-size: 20px;
    color: #707070;
    margin-bottom: 0;
}
    
    
    
    .look_book_article h2 {
    padding: 0px;
    margin-top: 80px;
    font-size: 15px;
    color: #707070;
    line-height: 2;
}
     
    .look_book_visual {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.look_book_visual img {
   margin-bottom: 40px;
}

.look_book_container_in {
    line-height: 1.5;
    margin-top: 15%;
    text-align: center;
}
/*
    
.look_book_title_in h1 {
    font-size: 20px;
    color: #707070;
    margin: 150px 0 0 0;
}
*/
    
/*
    .look_book_article h2 {
    padding: 0px;
    margin-top: 80px;
    font-size: 15px;
    color: #707070;
    line-height: 2;
}
*/
     
    .look_book_visual {
  display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
    padding: 15%;
}

.look_book_visual img {
   margin-bottom: 40px;
}

    
    .look_book_visual_container_in {
    margin:0;
}
    
    .look_book_title_in h1 {
    font-size: 20px;
    color: #707070;
    margin-bottom: 90px;
    margin: 0;
    text-align: center;
}
    
.look_book_visual_container_in ul {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15%;
}
    .look_book_visual_container_in li {
    width: 100%;
    text-align: center;
}
    
    
    
    
    
    
    
    
    
    
     
    /*ここからcontact*/
    
   .contact_container {
    line-height: 1.5;
    margin: 15% 20px;
    text-align: left;
}
    
.contact_title h1 {
    font-size: 20px;
    color: #707070;
    margin-bottom: 15%;
}
    
    
    
    .contact_article h2 {
    padding: 0px;
    margin-top: 80px;
    font-size: 15px;
    color: #707070;
    line-height: 2;
}
    
    
    form dl div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    text-align: left;
        overflow: hidden;
}
    
    
    
    .parallax_box_pare::before {
     height: 100vh;
     content:"";
     display:block;
     position:fixed;
     top:0;
     left:0;
     z-index:-1;
     background-image: url("../../santos_portfolio/images/pc_main_visual4.png");
}
    
    
    


    
    
    


}






