@charset "utf-8";

/*--調整--*/
.h_bar, 
#beltbnr {
	display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

/*--SP--*/
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }  
}

/*--PC--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}  

/*=====KV=====*/
/*--Kv__wrapper--*/
.Kv__wrapper {
  width: 100%;
  position: relative;
  z-index: 0;
  display: none;
}

.Kv__wrapper.show {
  display: block;
}

.Kv__title {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}

.Kv__title h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.98vw;
  line-height: 1.4;
  color: #ffffff;
	text-align: center;
}

@media only screen and (min-width: 768px) {
  .Kv__title h2 {
    font-size: 30px;
  }
}  

/*=====SORT=====*/
/*--Season__sort--*/
.Season__sort {
  width: 340px;
  margin: 60px auto 0;
  border: 1px solid #cccccc;
  border-radius: 50px;
}

.Season__sort ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Season__sort li {
  width: 50%;
  display: block;
  padding: 10px 0;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.26vw;
  line-height: 1.2;
  color: #cccccc;
  cursor: pointer;
}

.Season__sort li:hover, 
.Season__sort li.active {
  font-weight: 700;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .Season__sort li {
    font-size: 14px;
  }
}  

/*=====CATALOG=====*/
/*--Catalog__wrapper--*/
.Catalog__wrapper {
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  display: none;
}

.Catalog__wrapper.show {
  display: block;
}

@media only screen and (min-width: 768px) {
  .Catalog__wrapper {
    width: 900px;
  }
}

/*--Season__title--*/
.Season__title {
  width: 100%;
  height: 40px;
  position: relative;
}

.Season__title::after {
  content: '';
  width: 55px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Season__title h3 {
  margin: 60px auto 0;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.58vw;
  line-height: 1.2;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .Season__title h3 {
    font-size: 24px;
  }
}  

/*--Catalog__inner--*/
.Catalog__inner {
  margin: 60px 0 80px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 40px 20px;
  align-items: stretch;
}

@media only screen and (min-width: 768px) {
  .Catalog__inner {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 60px 20px;
  }
}

/*--Catalog__list--*/
.Catalog__list .thumb {
  position: relative;
}

.Catalog__list .thumb div {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.79vw;
  line-height: 1.8;
  color: #ffffff;
  transition: 1s;
}

@media only screen and (min-width: 768px) {
  .Catalog__list .thumb div {
    font-size: 12px;
  }
}

.Catalog__list .thumb div:hover {
  opacity: 1;
}

.Catalog__list .logo {
  margin-top: 20px;
}

.Catalog__list .thumb a:hover img {
  opacity: 1 !important;
}

/*=====FEATURE=====*/
/*--Feature__wrapper--*/
.Feature__wrapper {
  width: 100%;
  text-align: center;
}

/*--Feature__title--*/
.Feature__title {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 3px solid #000000;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.58vw;
  line-height: 1.2;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .Feature__title {
    font-size: 24px;
  }
}

/*--Feature__inner--*/
.Feature__inner {
  margin-top: 0;
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) {
  .Feature__inner {
    margin-top: -1px;
    padding: 50px 0;
    border-top: 1px solid #cccccc;
  }
}

/*--Feature__contents--*/
.Feature__contents {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .Feature__contents {
    width: 400px;
  }
}

.Feature__contents p {
  margin: 15px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3.26vw;
  line-height: 1.8;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .Feature__contents p {
    font-size: 14px;
  }
}

/*--アニメーション--*/
.fadeIn .Catalog__list {
  opacity: 0;
  transform: translateY(50px);
}

.active.fadeIn .Catalog__list {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.active.fadeIn .list01 {
  animation-delay: 0.5s;
}

.active.fadeIn .list02 {
  animation-delay: 1s;
}

.active.fadeIn .list03 {
  animation-delay: 1.5s;
}

.active.fadeIn .list04 {
  animation-delay: 2s;
}

.active.fadeIn .list05 {
  animation-delay: 2.5s;
}

.active.fadeIn .list06 {
  animation-delay: 3s;
}

.active.fadeIn .list07 {
  animation-delay: 3.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.Kv__inner {
  display: flex;
  overflow: hidden;
}

.Kv__slider {
  display: flex;
}

.infinityScroll {
  animation: infinity-scroll 30s infinite linear 0.5s both;
}

.infinityScroll > div {
  width: calc(100vw / 2);
}

@media only screen and (min-width: 768px) {
  .infinityScroll > div {
    width: calc(100vw / 3);
  }
}

.infinityScroll > div > img {
  width: 100%;
}

@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}