  .header {
      background-color: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      transition: background-color .3s;
  }
  .header.transform {
      background-color: rgba(255,255,255,0.8);
    }
    @media (min-width:960px) {
      .header {
        background-color:  rgba(255,255,255,0.8);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        transition: background-color .3s;
      }
      .header.transform {
        background-color: rgba(255,255,255,0.8);
      } 
    }
/* ------------------------- HEADER ------------------------------ */
.f-view__container {
  height: 75vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
}
.f-view__container-pc {
  display: none;
}
.f-view__logo {
  width: 200px;
  position: absolute;
  top: 90px;
  right: 23px;
}
.f-view__shop-button {
  font-family:  'Kiwi Maru', serif;
  text-decoration: none;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 30px;
  font-size: 1.5rem;
  background-color:rgba(255, 255, 255, 0.1);
  border: 1px #fff solid;
  border-radius: 30px;
  box-shadow: 3px 5px 10px rgba(103, 103, 103, 0.3);
  width: fit-content;
}
.f-view h2 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-top: 20px;
}
.f-view h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3.2rem;
  margin-top: 20px;
}
.read-more {
  display: block;
  padding: 13px 28px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  background-color: #B07979;
  width: fit-content;
  margin: 25px auto;
  border: 1px solid #B07979;
  border-radius: 30px;
  box-shadow: 2px 3px 1px #cbcaca;
}
@media (min-width: 960px) {
  .f-view__container {
    display: none;
  }
  .f-view__container-pc {
    display: block;
    height: 75vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .f-view__logo {
    width: 300px;
    position: absolute;
    top: 30%;
    right: 200px;
  }
  .f-view__shop-button {
    position: absolute;
    bottom: 130px;
    right: 250px;
    left: auto;
    transform: none;
  }
  .pc-none {
    display: none;
  }
  .f-view h2 {
    margin-top: 50px;
    font-size: 2.5rem;
  }
  .f-view h3 {
    font-size: 1.7rem;
    line-height: 4rem;
  }
  .f-view__shop-button:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    color: #242424;
  }
  .read-more {
    font-size: 1.8rem;
    margin: 35px auto 0;
    border-radius: 30px;
    border: 1px solid #B07979;  
    box-shadow: 2px 3px 1px #cbcaca;
  }
  .read-more:hover {
    transition: .3s;
    background-color: #fff;
    color: #B07979;
    border: 1px solid #B07979;
  }
}

/* ------------------------- ITEMS ------------------------------ */
.section-title {
  margin-top: 80px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.items {
  padding: 0 20px;
}
.items__button {
  border-radius: 15px;
}
.items__button-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(000, 000, 000, 0.5);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #fff;
}
.items__button-filter span {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.4rem;
}
.items a {
  text-decoration: none;
}
.large {
  max-width: 100%;
  height: 130px;
  margin-top: 15px;
}
.small {
  width: 45vw;
  height: 45vw;
  max-width: 150px;
  max-height: 150px;
  margin-top: 15px;
}
.seasonal {
  background-image: url(../assets/seasonal-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.gift {
  background-image: url(../assets/gift.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.shoes-clip {
  background-image: url(../assets/shoose-clip.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.threeway-holder {
  background-image: url(../assets/3way-holder.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.multi-clip {
  background-image: url(../assets/multi-clip.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mug-holder {
  background-image: url(../assets/mag-holder.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.key-holder {
  background-image: url(../assets/key-holder.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wooden-toy {
  background-image: url(../assets/wooden-toy.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.original-goods {
  background-image: url(../assets/original.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.teeth-filming {
  background-image: url(../assets/teether.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.hair-item {
  background-image: url(../assets/hair-item.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.order-made {
  background-image: url(../assets/order-made.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.items__container-1 {
  margin-top: 25px;
}
.items__container-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.items__container-3_2 {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 960px) {
  .section-title {
    font-size: 2.3rem;
    letter-spacing: 0.5rem;
  }
  .items {
    padding: 0 200px;
    margin-top: 120px;
  }
  .items__button-filter:hover {
    background-color: transparent;
    transition: .5s;
  }
  .large {
    width: 92%;
    height: 200px;
  }
  .small {
    max-width: 460px;
    width: 50vw;
    height: 200px;
    margin-top: 25px;
  }
  .seasonal {
    background-image: url(../assets/seasonal-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 25px auto 0;
  }
  .gift {
    background-image: url(../assets/gift-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px auto 0;
  }
  .shoes-clip {
    background-image: url(../assets/shoose-clip-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .threeway-holder {
    background-image: url(../assets/3way-holder-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .multi-clip {
    background-image: url(../assets/multi-clip-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mug-holder {
    background-image: url(../assets/mag-holder-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .key-holder {
    background-image: url(../assets/key-holder-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wooden-toy {
    background-image: url(../assets/wooden-toy-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .original-goods {
    background-image: url(../assets/original.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 460px;
    height: 430px;
    margin-top: 15px;
  }
  .teeth-filming {
    background-image: url(../assets/teether.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hair-item {
    background-image: url(../assets/hair-item.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .order-made {
    background-image: url(../assets/order-made.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 92%;
    height: 200px;
    margin: 20px auto;
  }
  .items__container-1 {
    width: 100%;
    margin: 25px auto 0;
    display: flex;
    flex-direction: column;
  }
  .items__container-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .items__container-3 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .items__container-3_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
/* ------------------------- INSTAGRAM ------------------------------ */
.instagram h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram h2 img {
  margin-right: 3px;
  width: 23px;
}
.instagram h3 {
  margin-top: 13px;
  font-size: 1.7rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}
.instagram__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.instagram__container img {
  width: 100%;
  max-width: 150px;
  margin: 5px;
  border: 2px solid #fff;

}
.instagram h4 {
  margin-top: 13px;
  font-size: 1.7rem;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .instagram {
    margin-top: 120px;
    padding: 0 200px;
  }
  .instagram h3 {
    font-size: 1.8rem;
  }
  .instagram__container img {
    max-width: 300px;
  }
  .instagram__container img:hover {
    border: 2px solid #B07979;
    transition: .5s;
  }
  .instagram h4 {
    font-size: 2rem;
  }
}
/* ------------------------- INFO ------------------------------ */
.information {
  padding: 0 20px;
}
.instagram h2 img {
  margin-right: 5px;
  width: 30px;
}
.shopping-guide__button {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;  
}
.shopping-guide__button-pc {
  display: none;
}
.information h4 {
  margin-top: 13px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  margin-top: 13px;
}
@media (min-width: 960px) {
  .information {
    margin-top: 120px;
    padding: 0 200px;
  }
  .shopping-guide__button {
    display: none;
  }
  .shopping-guide__button-pc {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;  
  }
  .shopping-guide__button-pc:hover {
    transition: .3s;
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
  }
  .information h4 {
    font-size: 1.6rem;
  }
}