@charset "UTF-8";
/*	共通
----------------------------------------------------*/
html {
  font-size: calc(35.5% + 0.25vw);
  overflow-x: hidden; }

body {
  font-size: 2.2rem;
  font-family: NHaasGroteskTXPro-55Rg, source-han-sans-japanese, source-han-sans-simplified-c, source-han-sans-traditional, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  margin: 0;
  padding: 9.0rem 0;
  width: 100%;
  height: 100%;
  color: #231815; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

header, footer, section, div, span, ul, ol, li, dl, dt, dd, table, th, td, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

a, a:hover {
  color: #231815;
  text-decoration: none; }

img {
  vertical-align: bottom;
  outline: none; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.inner, header nav, #items #tab, #items #tab_content {
  padding: 0 4%; }

/* header
************************************************************************************/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  border-top: solid 1.0rem #e64b2d;
  background: #FFFFFF; }

  header nav {
    height: 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }

      header nav ul li:not(:last-of-type) {
        padding-right: 3.2vw; }
        header nav ul li:not(:last-of-type).on {
          text-decoration: line-through;
          color: #000; }

/* footer
************************************************************************************/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #FFFFFF; }
  footer ul {
    width: 52%;
    min-height: 9.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.0rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer ul li {
      margin: 0 1.6rem; }

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

 トップページ

************************************************************************************/
/* header & footer
************************************************************************************/
#top header {
  background: none; }


#top footer {
  background: none; }
  #top footer ul {
    height: auto;
    background: #FFFFFF; }

/* slide
************************************************************************************/
#slider_wrap {
	display:block;
	width:48%;
	height:100vh;
	position:fixed;
	top:0;
}
#slider_wrap ul.slider {
		height:100vh;
}
#slider_wrap li.slide {
			display:flex;
			justify-content:center;
			align-items:center;
			overflow:hidden;
			background:#ccc;
}
#slider_wrap img {
				height:100vh;
				width:100vh;
  object-fit: cover;
			}


#slider_wrap .slick-dots {
	position:absolute;
	top:95vh;
}



/* right_column
************************************************************************************/
#right_column {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  width: 52%;
  padding-bottom: 9.0rem; }
  #right_column ul li {
    margin-bottom: 5.0rem;
    padding: 0 3.0rem; }
    #right_column ul li img {
      max-width: 100%; }
    #right_column ul li small {
      font-size: 1.5rem; }
    #right_column ul li h2 {
      font-size: 2.2rem;
      text-indent: 3.4rem;
      margin-bottom: 1.0rem; }

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

 ショップページ

************************************************************************************/
/* items
************************************************************************************/
#items #tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.0rem; }
  #items #tab span {
    font-size: 2.0rem; }
  #items #tab li {
    cursor: pointer; }
    #items #tab li:not(:last-of-type) {
      margin-right: 5.2rem; }
    #items #tab li:first-letter {
      font-size: 2.0rem; }
    #items #tab li:before {
      content: "＋"; }
    #items #tab li.open:before {
      content: "－"; }

#items #tab_content #categories, #items #tab_content #brandlist, #items #tab_content #search {
  border-top: solid 1px #bdbab9;
  border-bottom: solid 1px #bdbab9;
  padding: 2.0rem 0;
  margin-bottom: 5.0rem;
  display: none;
  position: retative;
  top: 0;
  left: 0; }

#items #tab_content #brandlist li span {
  display: inline-block;
  width: 3.0rem;
  text-align: center;
  margin-right: 4.0rem; }

#items #tab_content #search form input[type=text] {
  font-size: 2.2rem;
  height: 3.0rem;
  border: none;
  width: 100%;
  outline: 0; }

#items #tab_content #search form input::-webkit-input-placeholder {
  font-size: 2.2rem; }

#items #tab_content #search form input:-moz-placeholder {
  font-size: 2.2rem; }

#items #tab_content #search form input::-moz-placeholder {
  font-size: 2.2rem; }

#items #tab_content #search form input:-ms-input-placeholder {
  font-size: 2.2rem; }

#items #list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-wrap: break-word; }
  #items #list li {
    width: 15%;
    height: auto;
    margin: 0 0 4.5rem 4%; }
    #items #list li:nth-of-type(5n) {
      margin-right: 50%; }
    #items #list li a div.box {
      background: #FFF;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all  0.3s ease;
      -o-transition: all  0.3s ease;
      transition: all  0.3s ease;
      position: relative;
      width: 100%;
      height: auto; }
      #items #list li a div.box:hover {
        background: #FFF; }
      #items #list li a div.box:before {
        content: "";
        display: block;
        padding-top: 100%; }
      #items #list li a div.box div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #items #list li a div.box div img {
          width: auto;
          height: 100%; }
    #items #list li span {
      display: block; }
      #items #list li span:first-of-type {
        margin-top: 1.0rem;
        font-size: 75%; }

.bx {
  font-size: 75%;
  width: 75%;
  margin: 0 auto; }


#items #tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.0rem; }
  #items #tab span {
    font-size: 2.0rem; }
  #items #tab li {
    cursor: pointer; }
    #items #tab li:not(:last-of-type) {
      margin-right: 5.2rem; }
    #items #tab li:first-letter {
      font-size: 2.0rem; }
    #items #tab li:before {
      content: "＋"; }
    #items #tab li.open:before {
      content: "－"; }

#items #tab_content #categories, #items #tab_content #brandlist, #items #tab_content #search {
  border-top: solid 1px #bdbab9;
  border-bottom: solid 1px #bdbab9;
  padding: 2.0rem 0rem;
  margin-bottom: 5.0rem;
  display: none;
  position: retative;
  top: 0;
  left: 0; }

#items #tab_content #brandlist li span {
  display: inline-block;
  width: 3.0rem;
  text-align: center;
  margin-right: 4.0rem; }

#items #tab_content #search form input[type=text] {
  font-size: 2.2rem;
  height: 3.0rem;
  border: none;
  width: 100%;
  outline: 0; 
  margin-bottom: -20px;}

#items #tab_content #search form input::-webkit-input-placeholder {
  font-size: 2.2rem; }

#items #tab_content #search form input:-moz-placeholder {
  font-size: 2.2rem; }

#items #tab_content #search form input::-moz-placeholder {
  font-size: 2.2rem; }

#items #tab_content #search form input:-ms-input-placeholder {
  font-size: 2.2rem; }

#items #list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-wrap: break-word; }
#items #list li {
    width: 15%;
    height: auto;
    margin: 0 0 4.5rem 4%; }

#items #list li:nth-of-type(5n) {
      margin-right: 4%; }


#items #list li a div .box {
      background: #f5f5f5;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative;
      width: 100%;
      height: auto; }

#items #list li a div .box:hover {
        background: #dddddd; }

#items #list li a div .box:before {
        content: "";
        display: block;
        padding-top: 100%; }

#items #list li a div .box div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }

#items #list li a div .box div img {
          width: 45%;
          height: auto; }
#items #list li span {
      display: block; }

#items #list li span:first-of-type {
        margin-top: 1.0rem; }


@media screen and (max-width: 480px) {
  
  #list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-wrap: break-word; 
  margin: 0 auto;}
  
 #list .txt{
   min-width :150px;
  }
 
  #items #list li {
    width: 100%;
    height: auto;
    margin: 0 0 4.5rem 4%; }
  
  #items #list li:nth-of-type(2n) {
      margin-left: 35%; 
      margin-right: 15%; 
  }

  #items #list li a div .box div img {
          width: 50%;
          height: auto; }
#items #list li span {
      display: block; }
#items #list li a div .box div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
  
  img {
  vertical-align: bottom;
  outline: none;
  min-width :150px;
  }

}



#arch {
  padding: 0 4% 0 4%;
  text-align: center; }

#arch .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #FFF; }

#arch .nav__item {
  margin: 0 auto;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row; }

#arch .nav__item + .nav__item {
  border-left: 0px solid #CCC; }

#arch .nav__item a {
  display: block;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
  font-size: 14px; }

#arch p {
  text-align: left; }

#arch div {
  text-align: left; }

#arch .resizeimage {
  max-width: 480px;
  /* 最大幅 */
  /* 最小幅 */ }

#arch .resizeimage img {
  width: 100%; }
