@charset "UTF-8";
/* CSS Document */
.section-top_image {
  background-image: url("../images/top_bluevery_outside.jpg");
  height: 58vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-top_image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.about-title {
  position: absolute;
  top: 140px;
  right: 10%;
  text-align: right;
  color: #FFF;
}
.about-title h2 {
  font-size: 4.5vw;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.3rem;
}
.about-title h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  border-bottom: solid 1px #FFF;
  animation: border_anim 1s linear forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100px;
  }
}
.about-title p {
  line-height: 1;
  font-size: 2vw;
  letter-spacing: 0.2rem;
  font-family: 'Lato', sans-serif;
}
.about-description {
  padding-top: 80px;
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto;
}
.about-description_p {
  text-align: left;
  line-height: 3;
  margin-bottom: 80px;
}
.about-description h3 {
  color: #070F6C;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-family: 'Sawarabi Mincho', sans-serif;
}
@media(min-width:1060px) {
  .section-top {
    position: relative;
  }
  .section-top_image {
    height: 89vh;
    max-width: none;
    margin-left: 0;
  }
  .about-title {
    top: 330px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .about-title h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-title h2 {
    font-size: 4rem;
    line-height: 1;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: 0.7rem;
    margin-bottom: 30px;
  }
  .about-description {
    position: absolute;
    background-color: #FFF;
    bottom: -340px;
    max-width: none;
    width: 950px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 100px;
  }
  .about-description_p {
    margin-left: 0;
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
  .about-description h3 {
    letter-spacing: 0.3rem;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .about-small {
    text-align: center;
  }
  .about-title p {
    font-size: 1.4rem;
  }
}
.section-onlineshop {
  margin: 0 auto;
}
.onlineshop-img {
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
  width: 100%;
  line-height: 1;
  margin-bottom: 80px;
}
.onlineshop-description {
  padding-left: 10%;
  padding-right: 10%;
}
.onlineshop-description_p {
  text-align: left;
  line-height: 3;
  margin-bottom: 80px;
}
.onlineshop-description h3 {
  font-size: 2.4rem;
  color: #070F6C;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1;
  font-family: 'Sawarabi Mincho', sans-serif;
}
.online-small {
  text-align: left;
  letter-spacing: 0.2rem;
  margin-bottom: 50px;
  line-height: 1;
  color: #070F6C;
  font-family: 'Lato', sans-serif;
}
@media(min-width:1060px) {
  .section-onlineshop {
    margin: 392px auto 0 auto;
    display: flex;
    max-width: 1420px;
  }
  .onlineshop-description h3{
    letter-spacing: 0.3rem;
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .onlineshop-img {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 150px;
    width: 50%;
    padding-top: 27%;
  }
  .onlineshop-description {
    padding-left: 0;
    margin-bottom: 0;
    width: 50%;
  }
  .onlineshop-description_p {
    font-size: 1.6rem;
    margin-bottom: 150px;
  }
}
.section-rare_wrap {
  display: block;
  padding: 80px 10% 70px;
  margin: 0 auto;
  background-image: url("../images/vinyls.jpg");
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.rare-description_area {
  color: #FFF;
}
.rare-description_area h3 {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  font-family: 'Sawarabi Mincho', sans-serif;
  position: relative;
}
.rare-description {
  text-align: left;
  line-height: 2.8;
  font-weight: 600;
  margin: 0 auto 40px;
  position: relative;
}
.section-rare_wrap::before {
  content: '';
  background-color: rgba(7, 15, 108, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-attachment: fixed;
}
.rare-wrap {
  display: block;
  position: relative;
  margin: 0 auto 30px;
  padding: 10%;
  background: #EDF2FF;
  border-radius: 8px;
}
.rare-wrap h4 {
  line-height: 2;
  margin-bottom: 6%;
  font-size: 3.6vw;
}
.rare-detail {
  text-align: left;
  padding-top: 6%;
}
.rare-wrap img {
  width: 100%;
  height: 160px;
  vertical-align: bottom;
  object-fit: cover;
  border: solid 1px;
}
.image {
  background: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
  width: 100%;
  border: solid 1px #070F6C;
}
.ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
  background: #070F6C;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.section-rare ol li {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #070F6C;
  border-right: 20px solid #070F6C;
  border-bottom: 10px solid transparent;
}
@media(min-width:1060px) {
.rare-wrap h4 {
  font-size: 1.6rem;
}
  .section-rare_wrap {
    padding-bottom: 120px;
    padding-top: 150px;
  }
  .rare-description_area {
    padding-left: 0;
    padding-right: 0;
  }
  .section-rare ol li {
    width: 400px;
    margin: 0;
    display: flex;
  }
  .section-rare ol li:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
  }
  .section-rare ol {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    margin: 0 auto;
  }
  .rare-detail {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 15px;
  }
}
@media(min-width:1060px) {
  .rare-description {
    font-size: 1.6rem;
    max-width: none;
    margin: 0 auto 60px;
  }
  .rare-description_area h3 {
    font-size: 3rem;
    letter-spacing: 0.4rem;
    margin-bottom: 60px;
  }
}