.frantica_closet a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.frantica_closet {
  max-width:1200px;
  width: 100%;
  margin: 0 auto;
}

.frantica_closet .contentWrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.frantica_closet .mainvisual {
  margin-bottom: 100px;
}

.frantica_closet .catch {
  text-align: center;
  margin-bottom: 80px;
}

.frantica_closet .catch img {
  display: block;
  margin: 0 auto 40px;
}

.frantica_closet .catch .catch_info {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.6;
}

.frantica_closet .item:not(:last-of-type) {
  margin-bottom: 80px;
}

.frantica_closet .item:last-of-type {
  margin-bottom: 100px;
}

.frantica_closet .itemGroup .item .inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.frantica_closet .itemGroup .item:nth-of-type(even) .inner {
  flex-direction: row-reverse;
}

.frantica_closet .itemGroup .item .inner .thumbnail {
  max-width: 450px;
  width: 100%;
  margin: 0 auto; 
  border: hidden;
  padding: 0;
}

.frantica_closet .itemGroup .item .inner .thumbnail img {
  display: block;
}

.frantica_closet .itemGroup .item:nth-of-type(odd) .inner .itemInfomation {
  margin-left: 50px;
}

.frantica_closet .itemGroup .item:nth-of-type(even) .inner .itemInfomation { 
  margin-right: 50px ;
}

.frantica_closet .itemGroup .item .inner .itemInfomation .itemaName {
  margin-bottom: 28px;
  font-size: 26px;
  color: #b25351;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.frantica_closet .itemGroup .item .inner .itemInfomation .itemDescription {
  margin-bottom: 50px;
  font-size: 16px;
  letter-spacing: .075em;
  line-height: 1.625;
}

.frantica_closet .itemGroup .item .inner .itemInfomation .itemButton {
  display: block;
  max-width: 500px;
  width: 100%;
  background-color: #b25351;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding: 20px 0;
}

.frantica_closet .itemGroup .item .inner .itemInfomation .itemButton::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 17px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 6px;
  border-color: transparent transparent transparent #ffffff;
}

.frantica_closet .category {
  width: 100%;
  border: 1px solid #5f5f5f;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 170px;
}

.frantica_closet .category .categoryMore a {
  padding: 30px 0;
  display: block;
  width: 100%;
  height: 100%;
}

.frantica_closet .category .categoryMore:hover a .text {
  color: #b25351;
}

.frantica_closet .category .categoryMore:hover a .text::after {
  border-top: solid 1px #b25351;
  border-right:solid 1px #b25351;
}

.frantica_closet .category .categoryMore a img {
  display: block;
  margin: 0 auto 26px;
}

.frantica_closet .category .categoryMore a .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: .075em;
}



.frantica_closet .category .categoryMore a .text::after {
  margin-top: 3px;
  content: "";
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  border-top: solid 1px #5f5f5f;
  border-right: solid 1px #5f5f5f;
  width: 7.5px;
  height: 7.5px;
  transform: rotate(45deg);
}

.sp_only {
  display: none;
}
.tab_only {
  display: none;
}

@media screen and (max-width:1000px) { 
  .tab_only {
    display: block;
  }

  .frantica_closet .contentWrapper {
    width: 90%;
  }
  .frantica_closet .catch {
    width: 95%;
    margin: 0 auto 40px;
  }
  .frantica_closet .itemGroup .item .inner .thumbnail,
  .frantica_closet .itemGroup .item .inner .itemInfomation {
    width: calc(100% - 50%);
  }

}


@media screen and (max-width:600px) { 
  .tab_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .frantica_closet .contentWrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
  }

  .frantica_closet .mainvisual {
    margin-bottom: 50px;
  }
  
  .frantica_closet .catch {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .frantica_closet .catch img {
    display: block;
    margin: 0 auto 40px;
  }
  
  .frantica_closet .catch .catch_info {
    font-size: 14px;
  }
  
  .frantica_closet .item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  
  .frantica_closet .item:last-of-type {
    margin-bottom: 50px;
  }
  
  .frantica_closet .itemGroup .item .inner {
    display: block;
  }

  .frantica_closet .itemGroup .item:nth-of-type(odd) .inner .itemInfomation {
    margin-left: 0;
  }
  
  .frantica_closet .itemGroup .item:nth-of-type(even) .inner .itemInfomation { 
    margin-right: 0 ;
  }
  

  .frantica_closet .itemGroup .item .inner .thumbnail,
  .frantica_closet .itemGroup .item .inner .itemInfomation {
    width: 100%;
  }

  .frantica_closet .itemGroup .item .inner .thumbnail {
    margin-bottom: 30px;
  }

  .frantica_closet .itemGroup .item .inner .itemInfomation .itemaName {
    margin-bottom: 14px;
    font-size: 18px;
  }
  
  .frantica_closet .itemGroup .item .inner .itemInfomation .itemDescription {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.8;
  }
  
  .frantica_closet .itemGroup .item .inner .itemInfomation .itemButton {
    font-size: 16px;
    padding: 10px 0;
  }
  
  .frantica_closet .category {
    padding: 15px 0;
    margin-bottom: 85px;
  }

  .frantica_closet .category .categoryMore  a{
  padding: 15px 0;
  }

  .frantica_closet .category .categoryMore a img {
    display: block;
    width: 50%;
    margin: 0 auto 13px;
  }
  
  .frantica_closet .category .categoryMore a .text {
    font-size: 16px;
  }

}

@media screen and (max-width:320px) { 
  .sp320 {
    display: none;
  }
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 900ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeopen {
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}