@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
html{font-size: 62.5%;

}

	  
    body {
      font-family: serif;
      background: rgb(236, 232, 223);
      color: #555555;
      width: 100%;
      font-size: clamp(1rem, 2vw + 1rem, 2rem);
      text-align: left;
      color: #000000;
      line-height: 1.6;
      -webkit-text-size-adjust: 100%;
    }

h1{
	text-align: left;
	font-size:2.2em;
	margin:15px 0px 30px 0px;
}


h4{
	text-align: left;
	font-size:1.2em;
	margin:10px 0px;
letter-spacing: 0em;
}

.btn{
	text-align: left;
	font-size:1.2em;
	letter-spacing: 0em;
}
.city{
font-size:0.8em;
line-height: 1.4;
}
    a {
      color: #555555;
      text-decoration: underline;
      transition: .3s;

    }

    a:hover {
      color: #FFFFFF;
      opacity: .4;
    }
	  
	 /*{
    outline: 2px red solid;
}*/


	  		ul{
  padding-left:0;
}

li{
  list-style:none;
}

    .badge {
      font-weight: normal;
    }

    .badge.bg-femme {
      color: #fff;
      background: #4b060a;
    }

    .badge.bg-poe {
      color: #fff;
      background: #c2a2c8;
    }

    .badge.bg-kids {
      color: #fff;
      background: #fa8072;
    }
	 .badge.bg-petit {
      color: #fff;
      background: #4682b4;
    }

    .badge.bg-kawaii {
      color: #fff;
      background: #8d2053;
    }

    .badge.bg-nos {
      color: #fff;
      background: #83431a;
    }

    .badge.bg-axes {
      color: #fff;
      background: #550015;
    }

    .badge.bg-REZEN {
      color: #fff;
      background: #45017c;
    }

	.badge.bg-home {
      color: #fff;
      background: #383127;
    }

	.badge.bg-outlet {
      color: #fff;
      background: #006400;
    }

	.badge.bg-purple {
      color: #fff;
      background: #9400d3;
    }
	.badge.bg-AXES-X {
      color: #fff;
      background: #000000;
    }
	.badge.bg-Vintage {
      color: #fff;
      background: #2f4f4f;
    }	 
	  .badge.bg-all {
      color: #000000;
      background: #FFFFFF;
    }
    .show {
      overflow: hidden;
    }
.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #4b2d1c;
    border-radius: 25px;
}

.search-form-3 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
	
    background-color: transparent;
}

.search-form-3 input::placeholder{
    color: #4b2d1c;
}

	 .pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

/*トップに戻るボタン
------------------------------- */
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 0px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}


	.list{
  display: flex;
  flex-wrap: wrap;
}
 
.list li{
  width: 100%;
  margin-right: 1%;
  list-style:none;
  animation: test .8s;
}
 
.list li:nth-child(even){
 margin-right: 0;
}
 
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

    footer {
      text-align: center;
      padding: 3rem 0;
    }

    footer a svg {
      width: 100px;
    }
	  
	   input {
 
  /* 任意の高さ */
  width: 80%;
  height: 46px;
	border-radius: 10px;
｝


		   
		   
  /* Media Queries */
    @media screen and (max-width: 480px) {

            .email-container {
                width: 100% !important;
            }


    @media screen and (max-width: 480px) {
      .col-12.col-md-8 {
        margin: 0.8rem 0;
      }

      .col-12.col-md-2 {
        margin: 0.2rem 0;
      }
		

    }

    @media (min-width: 751px) {
      a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
      }
		
    }

	.mb-5, .my-5{padding-bottom: 3rem!important;padding-top: 3rem!important;margin-bottom: 0!important;margin-top: 0!important;}
		
		.timerHidden{ display: none;}
.timerVisible{ display: block;}
		

