@charset "utf-8";


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#tokusyu ol,#tokusyu ul,#tokusyu a {
	list-style: none;
	text-decoration: none;
	color: inherit;
}

#tokusyu img {
	max-width: 100%;
	height: auto;
}

#tokusyu html{
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

#tokusyu {
	font-family : "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 14px;
	line-height : 1.6;
	color : #000;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
  background: #fff;
  text-align:justify;
}

#tokusyu #wrapper {
  max-width: 980px;
  margin: 0 auto;
}

section {
  padding-bottom: 100px;
}

.pc_only {
  display: none;
}

.ttl_img {
  text-align: center;
}

#ttl {
  padding-bottom: 10px;
}

.ttl_txt {
  max-width: 750px;
  text-align: center;
  margin: 0px auto;
  padding: 1rem 1rem;
}


#nav {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 10px 60px;
}
#nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  list-style-type: none;  
}

#nav ul li {
  width: calc(100% / 5);
  padding: 1px;
}

  
#tokusyu #nav ul li:hover {
  opacity: 0.5;
  transition:0.3s;
}


ul.ABtype {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.ABtype li {
  max-width: 190px;
  color: #532d2e;
  font-weight: bold;
}

.ABtype li span {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.collection-flex {
  display: block;
}

.neulis {
  font-family: "neulis-neue", sans-serif;
  font-weight: 700;
  font-style: italic;
}



.blouse_name, .coordinate_h3 {
  color: #8fa0f4;
  font-size: 2em;
  line-height: 1.1;
  text-align: center;
  letter-spacing : 0.1em;
  padding-bottom: 10px;
}
.coordinate_h3 {
  text-align: center;
  padding: 20px 0 10px;
}

.collection {
  padding: 0 0.5rem;
}


.item-txt {
  padding: 20px 0;
  display:inline-block;
  letter-spacing: 0.05em;
  line-height: 2;
}

.credit {
  padding: 10px 0;
  text-align: center;
}

#tokusyu .credit a {
  color: #532d2e;
  font-size: 12.5px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #8fa0f4;
  text-underline-offset: 2px;
}
#tokusyu .credit a:hover {
  color: #8fa0f4;
  transition: 0.3s;
}

#tokusyu .slide-credit a {
  font-family: "neulis-neue", sans-serif;
  font-weight: 100;
  color: #532d2e;
  font-size: 10px;
  letter-spacing: 0.1em;
}
#tokusyu .slide-credit a:hover {
  color: #8fa0f4;
  text-underline-offset: 2px;
  transition: 0.3s;
}
#tokusyu .slide-credit {
    position: relative;
    padding: 0 0 0 12px;
}
#tokusyu .slide-credit::before{
    content: "";
    position: absolute;
    top: 53%; 
    left: 1%;
    transform: translateY(-50%); 
    border: 4px solid transparent;
    border-left: 6px solid #8fa0f4;  
}
/*--------------swiper--------------*/

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10rem;
}


.l-section .l-inner {
  padding-bottom: 1rem;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card05 {
  overflow: hidden;
}
.card05 .swiper {
  overflow: visible;
}
.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.card05 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card05 .slide {
  overflow: hidden;
  width: 350px;
  height: 438px;
}
.card05 .slide-media {
  padding-top: 100%;
}
.card05 .slide-media img {
  height: 100%;
}

/*--------------▲swiper▲--------------*/


/***カテゴリーページへ***/
.cate {
  margin: 0 auto 120px;
  text-align: center;
}
#tokusyu h4 {
  position: relative;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 2px;
  text-decoration-color: #8fa0f4;
}

#tokusyu h4::after {
  content:"";
  position: absolute;
  display: inline-block;
  border: 9px solid transparent;
  border-top: 10px solid #8fa0f4;
  top: .4rem;
  margin-left: .5rem;
}

.cate img {
  width: 750px;
  padding: 1rem;
}
.cate img:hover {
  opacity: 0.5;
  transition:0.5s; 
}



/***追従するトップへ戻るボタン***/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  background: #6f8282;
  opacity: 0.6;
  z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 14px;
  width: 18px;
  height: 20px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  text-align: center;
}
/***トップへ戻るボタンここまで***/

/* =======================================
	768px以上PC
======================================= */
@media (min-width: 768px){
  
  .sp_only {
    display: none;
  }
  
  .pc_only {
    display: block;
  }
  section {
    padding-bottom: 200px;
  }
  
  .collection {
    padding: 0;
  }
  
  #ttl {
    padding-bottom: 20px;
  }
  .ttl_txt {
    margin: 20px auto 40px;
    font-size: 16px;
    line-height: 2;
  }

  #nav {
    padding: 0 0 100px;
  }
  
  #nav ul li {
    width: 150px;
    padding: 2px;
  }

  
  .collection-flex {
    display: flex;
    justify-content: space-between;
  }
  .blouse-collection-right {
    max-width: 450px;
    padding-left: 40px;
  }
  
  
  .blouse_name, .coordinate_h3 {
    font-size: 2.2rem;
  }
  .blouse_name {
    text-align: left;
    padding-bottom: 0;
  }
  .credit {
    text-align: left;
  }
  

  
  
  /***追従するトップへ戻るボタン***/
  #page_top{
      width: 60px;
      height: 60px;
      position: fixed;
      right: 3rem;
      bottom: 5rem;
      background: #333;
      opacity: 0.6;
      z-index: 999;
  }
  #page_top a{
      position: relative;
      display: block;
      width: 60px;
      height: 60px;
      text-decoration: none;
  }
  #page_top a::before{
      content: "";
      margin: auto;
      position: absolute;
      top: 12px;
      bottom: 0;
      left: 18px;
      width: 20px;
      height: 20px;
      border: 2px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(-45deg);
      text-align: center;
  }
  /***トップへ戻るボタンここまで***/
  
  
}



