@import url(https://db.onlinewebfonts.com/c/4f23e5adf44a99020e63cd8ea791046e?family=Avenir+Next+W04+Regular);
@import url(https://db.onlinewebfonts.com/c/250335a106a8ab0517c821001753b335?family=Avenir+Next+W05+Italic);
@media screen and (max-width: 834px) {
  .sp_hidden {
    display: none;
  }
}
body,
h2,
p,
span,
a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #212121;
  line-height: 1.5;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}

.first_view {
  width: 100vw;
  height: auto;
  animation-name: fadeInAnime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
  overflow: hidden;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.first_view img {
  width: 100%;
  animation-name: shrinkAnime;
  animation-duration: 4s;
}
@keyframes shrinkAnime {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.main_content {
  width: 100%;
  margin-top: 32px;
}
.main_content .main_description {
  margin: 0 auto 0;
  text-align: center;
}
.main_content section {
  position: relative;
  height: auto;
  padding: 16px 0 24px;
}
.main_content section.item_main, .main_content section.item2, .main_content section.item4 {
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 56px auto 0;
}
.main_content section.item_main.active::before, .main_content section.item2.active::before, .main_content section.item4.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  border-left: solid 1px #212121;
  animation: borderExtendVertically 2s linear forwards;
  will-change: height;
}
.main_content section.item2 .head_wrap, .main_content section.item4 .head_wrap {
  text-align: right;
}
.main_content section.item2 .head_wrap .function_icon, .main_content section.item4 .head_wrap .function_icon {
  margin: 0 0 0 auto;
}
.main_content section.item1, .main_content section.item3 {
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 56px auto 0;
}
.main_content section.item1.active::before, .main_content section.item3.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0%;
  border-left: solid 1px #212121;
  animation: borderExtendVertically 4s linear forwards;
  will-change: height;
}
@keyframes borderExtendVertically {
  0% {
    opacity: 0;
    height: 0%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
.main_content .product_introduction .head:nth-child(1) {
  margin: 4px auto 24px 16px;
  font-weight: 600;
  align-items: center;
}
.main_content .product_introduction .head:nth-child(1) span {
  font-size: 14px;
}
.main_content .head_wrap .item_number {
  font-size: 30px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  line-height: 1.2;
}
.main_content .head_wrap .head {
  font-size: 14px;
  margin-bottom: 8px;
}
.main_content .head_wrap .function_icon {
  max-width: 160px;
  width: 100%;
}
.main_content .head_wrap .function_icon img {
  width: 100%;
}
.main_content .product_thumbnail {
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 24px auto;
}
.main_content .product_thumbnail img {
  width: 100%;
}
.main_content .kumis_comment {
  margin: 0 auto 16px -24px;
}
.main_content .kumis_comment span {
  z-index: 1;
  display: block;
  position: relative;
  max-width: 330px;
  width: 100%;
  height: 18px;
  padding-left: 32px;
  font-size: 12px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  color: #fff;
}
.main_content .kumis_comment span::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #212121;
  transform: skewX(-15deg);
}
.main_content .description {
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 0 auto 24px;
}
.main_content .link_wrap {
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 0 auto;
}
.main_content .link_wrap a,
.main_content .link_wrap p {
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.main_content .link_wrap .item-credit {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
}
.main_content .link_wrap .item-credit .price_link {
  display: flex;
  width: 100%;
}
.main_content .link_wrap .item-credit .price_link span {
  display: block;
  max-width: 70px;
  width: 100%;
}
.main_content .link_wrap .item-credit .price_link span:first-child {
  max-width: 170px;
  width: 100%;
}
.main_content .link_wrap .item-credit .price_link span:not(:last-child) {
  margin-right: 8px;
}
.main_content .link_wrap .item-credit .price_link span.buy {
    background: #212121;
  color: #fff;
    text-align: center;
    transition: .4s cubic-bezier(.37,0,.63,1);
    font-weight: bold;
}
.main_content .link_wrap .item-credit .price_link span.buy:hover {
  background: #212121;
  color: #fff;
  letter-spacing: 0.15em;
}

.profile {
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 56px auto 0;
}
.profile .small_head {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  line-height: 1.5;
}
.profile .small_head::before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -4px;
  width: 0%;
  border-bottom: solid 1px #212121;
  will-change: width;
}
.profile .small_head.active::before {
  animation: borderExtend 2s linear forwards;
  will-change: width;
}
@keyframes borderExtend {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.profile .profile_thumbnail {
  max-width: 160px;
  width: 160px;
  margin: 0 auto 24px;
}
.profile .profile_thumbnail img {
  width: 100%;
}
.profile .name_ja {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
.profile .name_en {
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  line-height: 1.5;
}
.profile .instagram_wrap {
  margin-bottom: 16px;
  font-size: 10px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  line-height: 1.5;
}
.profile .instagram_wrap .instagram_link {
  display: flex;
}
.profile .instagram_wrap .instagram_link img {
  max-width: 15px;
  width: 100%;
}
.profile .instagram_wrap .instagram_link .account_id {
  margin-left: 4px;
}
.profile .description {
  font-size: 12px;
  line-height: 1.5;
}

.credit {
  margin: 56px auto 0;
  padding: 60px 16px;
  background: #f7f7f7;
}
.credit p {
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.credit .credit_head {
  margin-bottom: 8px;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.active {
  transform: none;
  animation: fadeUp 1s ease-in-out forwards;
  will-change: transform, opacity;
}

@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media screen and (min-width: 835px) {
  body {
    font-size: 14px;
  }
  .pc_hidden {
    display: none;
  }
  .main_content {
    margin-top: 4vw;
  }
  .main_content section {
    margin-top: 8vw;
  }
  .main_content section.item_main, .main_content section.item1, .main_content section.item2, .main_content section.item3, .main_content section.item4 {
    max-width: calc(100% - 40vw);
    width: 100%;
    margin: 56px auto 0;
  }
  .main_content .product_introduction .product_thumbnail {
    max-width: calc(100% - 6vw);
    width: 100%;
  }
  .main_content .product_introduction .description,
  .main_content .product_introduction .link_wrap {
    max-width: calc(100% - 6vw);
    width: 100%;
  }
  .main_content .profile {
    max-width: calc(100% - 30vw);
    margin: 8.33335vw auto 0;
  }
  .main_content .profile .only_pc_layout_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main_content .profile .only_pc_layout_wrap .profile_thumbnail {
    margin-bottom: 0;
  }
  .main_content .profile .only_pc_layout_wrap .only_pc_layout:nth-child(2) {
    max-width: 60vw;
    width: 100%;
    margin-left: 2vw;
  }
  .main_content .credit {
    margin-top: 8vw;
    padding: 3vw 15vw;
    background: #f7f7f7;
  }
}/*# sourceMappingURL=common.css.map */