@charset "UTF-8";
@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: 767px) {
  .sp_hidden {
    display: none;
  }
}
:root {
  --COLOR-BG: transparent;
}

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;
}

img {
  width: 100%;
  height: auto;
}

.first_view {
  position: relative;
  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 {
  animation-name: shrinkAnime;
  animation-duration: 4s;
}
@keyframes shrinkAnime {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.main_content {
  padding: 14.35898vw 0 0;
}
.main_content .main_description {
  position: relative;
  max-width: calc(100% - 8.205vw);
  width: 100%;
  margin: 0 auto 8.205vw;
  padding: 4vw;
  border: 2px solid #212121;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
}
.main_content .main_description:before {
  content: "";
  z-index: -9999;
  position: absolute;
  top: -2.05125vw;
  left: -2.05125vw;
  width: 100%;
  height: 100%;
  background: #f8e7ea;
  border-radius: 12px;
}
.main_content .main_description:after {
  content: "";
  position: absolute;
  bottom: -2vw;
  left: 12.3075vw;
  width: 16px;
  height: 2px;
  background: #212121;
  transform: rotate(-45deg);
}
.main_content .profile {
  max-width: calc(100% - 8.205vw);
  width: 100%;
  margin: 0 auto 14.35898vw;
}
.main_content .profile .upper_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.1025vw;
}
.main_content .profile .upper_row .thumb_nail {
  width: 88px;
}
.main_content .profile .upper_row .thumb_nail img {
  border-radius: 50%;
}
.main_content .profile .upper_row .name {
  max-width: calc(100% - 88px - 4.1025vw);
  width: 100%;
}
.main_content .profile .upper_row .name .kanji {
  color: #666;
  margin-bottom: 1.025625vw;
}
.main_content .profile .upper_row .name .english {
  margin-bottom: 4.1025vw;
  font-size: 24px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  border-bottom: 2px solid #f4d6db;
}
.main_content .profile .upper_row .name .instagram {
  display: flex;
  align-items: center;
}
.main_content .profile .upper_row .name .instagram img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.main_content .profile .upper_row .name .instagram .account_id {
  font-size: 10px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
}
.main_content section {
  margin-bottom: 14.35898vw;
}
.main_content section .en_head {
  max-width: calc(100% - 8.205vw);
  width: 100%;
  margin: 0 auto;
  font-size: 40px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #f4d6db;
}
.main_content section .product_thumbnail {
  z-index: -9999;
  position: relative;
  max-width: calc(100% - 16.41vw);
  width: 100%;
  margin: -5vw auto 8.205vw;
}
.main_content section .product_thumbnail:before {
  content: "";
  position: absolute;
  bottom: 2.5640625vw;
  right: -2.5640625vw;
  width: 12.3075vw;
  height: 2px;
  transform: rotate(-45deg);
  background: #f4d6db;
}
.main_content section .product_thumbnail.styling {
  max-width: 100%;
  margin-top: 0;
}
.main_content section .product_thumbnail.styling:before {
  display: none;
}
.main_content section .speech_bubble {
  position: relative;
  max-width: calc(100% - 16.41vw);
  width: 100%;
  padding: 8px 0;
  border-radius: 8px;
  background: #212121;
}
.main_content section .speech_bubble span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.main_content section .speech_bubble:before {
  content: "";
  position: absolute;
  bottom: -12.8564064606px;
  width: 16px;
  height: 13.8564064606px;
  margin: auto;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  background: #212121;
}
.main_content section .ja_head {
  position: relative;
  max-width: calc(100% - 8.205vw);
  width: 100%;
  margin: 0 auto 6.15375vw;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.main_content section .ja_head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 32px;
  border-top: 2px solid #212121;
  border-left: 2px solid #212121;
}
.main_content section .ja_head:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 32px;
  border-bottom: 2px solid #212121;
  border-right: 2px solid #212121;
}
.main_content section .color_variation {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 6.15375vw;
}
.main_content section .color_variation img {
  width: 56px;
}
.main_content section .single_item_link_wrap {
  margin-bottom: 8.205vw;
}
.main_content section .single_item_link_wrap a {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.main_content section .single_item_link_wrap a .price {
  max-width: 88px;
  width: 100%;
  font-size: 16px;
  font-family: "AvenirNext-Italic", "Avenir Next W05 Italic", "Noto Sans", sans-serif;
}
.main_content section .single_item_link_wrap a .buy {
  display: block;
  max-width: 70px;
  width: 100%;
  font-size: 14px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  line-height: 24px;
  border: 1px solid #212121;
  text-align: center;
  transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.main_content section .single_item_link_wrap a .buy:hover {
  background: #212121;
  color: #fff;
  letter-spacing: 0.15em;
}
.main_content section .link_wrap {
  max-width: calc(100% - 8.205vw);
  width: 100%;
  margin: 0 auto 16.41vw;
}
.main_content section .link_wrap .item-credit a {
  display: flex;
  margin-bottom: 8px;
}
.main_content section .link_wrap .item-credit a span {
  font-size: 10px;
}
.main_content section .link_wrap .item-credit a .item {
  max-width: 120px;
  width: 100%;
  margin-right: 24px;
}
.main_content section .link_wrap .item-credit a .price {
  max-width: 70px;
  width: 100%;
  margin-right: 16px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
}
.main_content section .link_wrap .item-credit a .buy {
  display: block;
  max-width: 70px;
  width: 100%;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  border: 1px solid #212121;
  text-align: center;
  transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.main_content section .link_wrap .item-credit a .buy:hover {
  background: #212121;
  color: #fff;
  letter-spacing: 0.15em;
}
.main_content section .description {
  position: relative;
  max-width: calc(100% - 8.205vw);
  width: 100%;
  margin: 0 auto;
  padding: 4.1025vw;
  background: #fafafa;
  border-top: 2px solid #f4d6db;
  border-bottom: 2px solid #f4d6db;
}
.main_content section .description:before {
  content: "AYAKO’S COMMENT";
  position: absolute;
  top: -32px;
  left: 0;
  max-width: 160px;
  width: 100%;
  height: 32px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #f4d6db;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.main_content section.product_introduction.main_item {
  position: relative;
}
.main_content section.product_introduction.main_item .main_head {
  margin-bottom: 4.1025vw;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.main_content section.product_introduction.main_item .flowing_text_wrap {
  z-index: -9999;
  display: flex;
  align-items: center;
  position: absolute;
  top: 8.205vw;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.main_content section.product_introduction.main_item .flowing_text_wrap .flowing_text {
  animation: flowing 20s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.main_content section.product_introduction.main_item .flowing_text_wrap .flowing_text .text {
  display: inline-block;
  padding-right: 10px;
  font-size: 40px;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
  font-weight: 600;
  color: #f4d6db;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.main_content section.product_introduction.main_item .product_thumbnail {
  max-width: calc(100% - 8.205vw);
  width: 100%;
  margin: 0 auto 8.205vw;
}
.main_content section.product_introduction.main_item .product_thumbnail:before {
  display: none;
}
.main_content section.product_introduction.main_item .link_wrap .guidance {
  display: flex;
  align-items: center;
  margin-bottom: 2.05125vw;
}
.main_content section.product_introduction.main_item .link_wrap .guidance .text {
  font-size: 10px;
  color: #666;
  margin-right: 4px;
}
.main_content section.product_introduction.main_item .link_wrap .guidance .arrow-right {
  display: block;
  position: relative;
  max-width: 56px;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #f4d6db;
}
.main_content section.product_introduction.main_item .link_wrap .guidance .arrow-right:before {
  content: "";
  position: absolute;
  top: -1.7320508076px;
  bottom: 0;
  right: -6px;
  width: 4px;
  height: 3.4641016151px;
  margin: auto;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  background: #f4d6db;
}
.main_content section.product_introduction.main_item .link_wrap .item-credit a .item {
  max-width: 150px;
  margin-right: 16px;
}
.main_content section.product_introduction.main_item .link_wrap .item-credit a .buy {
  min-height: 15px;
  height: 100%;
}
.main_content section.product_introduction.item1 .product_thumbnail:before, .main_content section.product_introduction.item3 .product_thumbnail:before {
  bottom: 2.5640625vw;
  right: -2.5640625vw;
}
.main_content section.product_introduction.item1 .speech_bubble, .main_content section.product_introduction.item3 .speech_bubble {
  margin: 0 auto 6.15375vw 4.1025vw;
}
.main_content section.product_introduction.item1 .speech_bubble:before, .main_content section.product_introduction.item3 .speech_bubble:before {
  content: "";
  left: 32px;
}
.main_content section.product_introduction.item2 .en_head, .main_content section.product_introduction.item4 .en_head {
  margin: -13vw auto 6.15375vw;
  text-align: right;
}
.main_content section.product_introduction.item2 .product_thumbnail, .main_content section.product_introduction.item4 .product_thumbnail {
  margin-top: 0;
}
.main_content section.product_introduction.item2 .product_thumbnail:before, .main_content section.product_introduction.item4 .product_thumbnail:before {
  top: 2.5640625vw;
  left: -2.5640625vw;
}
.main_content section.product_introduction.item2 .speech_bubble, .main_content section.product_introduction.item4 .speech_bubble {
  margin: 0 4.1025vw 6.15375vw auto;
}
.main_content section.product_introduction.item2 .speech_bubble:before, .main_content section.product_introduction.item4 .speech_bubble:before {
  right: 32px;
}

.credit {
  padding: 14.35898vw 4.1025vw;
  background: #f7f7f7;
  font-family: "Avenir Next", "Avenir Next W04 Regular", "Noto Sans", sans-serif;
}
.credit p:not(:last-child) {
  margin-bottom: 8px;
}
.credit .head {
  font-size: 16px;
}

.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: 768px) {
  .main_content .main_description:after {
    bottom: -0.96vw;
  }
}
@media screen and (min-width: 768px) {
  body,
  h2,
  p,
  span,
  a {
    font-size: 14px;
  }
  .pc_hidden {
    display: none;
  }
  .main_content {
    padding-top: 7.17949vw;
  }
  .main_content .main_description {
    max-width: calc(100% - 16.41vw);
    margin-bottom: 4.1025vw;
  }
  .main_content .main_description:before {
    top: -1.025625vw;
    left: -1.025625vw;
  }
  .main_content .main_description:after {
    bottom: -0.81vw;
    left: 6.15375vw;
    width: 24px;
  }
  .main_content .profile {
    max-width: calc(100% - 16.41vw);
  }
  .main_content .profile .upper_row {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .main_content .profile .upper_row .thumb_nail {
    width: 9.048vw;
  }
  .main_content .profile .upper_row .name {
    max-width: 100%;
  }
  .main_content .profile .upper_row .name .kanji {
    margin-bottom: 0.5128125vw;
  }
  .main_content .profile .upper_row .name .english {
    margin-bottom: 2.05125vw;
    font-size: 28px;
  }
  .main_content .profile .upper_row .name .instagram .account_id {
    font-size: 12px;
  }
  .main_content section {
    margin-bottom: 7.17949vw;
  }
  .main_content section .description {
    max-width: calc(100% - 18.46125vw);
  }
  .main_content section .en_head {
    max-width: calc(100% - 16.41vw);
    font-size: 80px;
  }
  .main_content section .product_thumbnail {
    max-width: calc(100% - 61.5375vw);
    margin-bottom: 4.1025vw;
  }
  .main_content section .product_thumbnail:before {
    height: 3px;
  }
  .main_content section .product_thumbnail.styling {
    max-width: calc(100% - 41.025vw);
  }
  .main_content section .speech_bubble {
    max-width: calc(100% - 61.5375vw);
    margin: 0 auto 3.076875vw;
  }
  .main_content section .speech_bubble span {
    font-size: 18px;
  }
  .main_content section .ja_head {
    max-width: calc(100% - 61.5375vw);
    margin-bottom: 3.076875vw;
    font-size: 18px;
  }
  .main_content section .color_variation {
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-bottom: 3.076875vw;
  }
  .main_content section .color_variation img {
    width: 84px;
  }
  .main_content section .single_item_link_wrap {
    margin-bottom: 4.1025vw;
  }
  .main_content section .single_item_link_wrap a .price {
    max-width: 96px;
    font-size: 18px;
  }
  .main_content section .single_item_link_wrap a .buy {
    font-size: 16px;
    line-height: 27px;
  }
  .main_content section .link_wrap {
    max-width: calc(100% - 41.025vw);
    margin: 0 auto 8.205vw;
  }
  .main_content section .link_wrap .item-credit a {
    margin-bottom: 16px;
  }
  .main_content section .link_wrap .item-credit a span {
    font-size: 12px;
  }
  .main_content section .description {
    max-width: calc(100% - 41.025vw);
    padding: 2.05125vw;
    border-top: 3px solid #f4d6db;
    border-bottom: 3px solid #f4d6db;
  }
  .main_content section .description:before {
    max-width: 240px;
  }
  .main_content section.product_introduction.main_item .main_head {
    margin-bottom: 2.05125vw;
    font-size: 40px;
  }
  .main_content section.product_introduction.main_item .flowing_text_wrap .flowing_text .text {
    font-size: 80px;
  }
  .main_content section.product_introduction.main_item .product_thumbnail {
    max-width: calc(100% - 41.025vw);
    margin-bottom: 4.1025vw;
  }
  .main_content section.product_introduction.main_item .link_wrap {
    max-width: calc(100% - 18.46125vw);
    margin-bottom: 8.205vw;
  }
  .main_content section.product_introduction.main_item .link_wrap .guidance .text {
    font-size: 12px;
    margin-right: 8px;
  }
  .main_content section.product_introduction.main_item .link_wrap .guidance .arrow-right {
    max-width: 112px;
    height: 4px;
    border-top: 4px dotted #f4d6db;
  }
  .main_content section.product_introduction.main_item .link_wrap .guidance .arrow-right:before {
    top: -3.4641016151px;
    right: -12px;
    width: 8px;
    height: 6.9282032303px;
  }
  .main_content section.product_introduction.main_item .link_wrap .item-credit a {
    margin-bottom: 16px;
  }
  .main_content section.product_introduction.main_item .link_wrap .item-credit a span {
    font-size: 12px;
  }
  .main_content section.product_introduction.main_item .link_wrap .item-credit a .item {
    max-width: 320px;
    margin-right: 32px;
  }
  .main_content section.product_introduction.main_item .link_wrap .item-credit a .price {
    margin-right: 32px;
  }
  .main_content section.product_introduction.item1 .speech_bubble, .main_content section.product_introduction.item2 .speech_bubble, .main_content section.product_introduction.item3 .speech_bubble, .main_content section.product_introduction.item4 .speech_bubble {
    margin: 0 auto 3.076875vw;
  }
  .main_content section.product_introduction.item1 .product_thumbnail:before, .main_content section.product_introduction.item3 .product_thumbnail:before {
    bottom: 3.5vw;
    right: -2.5vw;
  }
  .main_content section.product_introduction.item2 .product_thumbnail:before, .main_content section.product_introduction.item4 .product_thumbnail:before {
    top: 3.5vw;
    left: -2.5vw;
  }
  .main_content section.product_introduction.item2 .en_head, .main_content section.product_introduction.item4 .en_head {
    margin: -13vw auto 3.076875vw;
  }
  .credit {
    padding: 7.17949vw 8.205vw;
  }
  .credit .head {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .main_content .main_description:after {
    bottom: -0.7vw;
  }
}
@media screen and (min-width: 1920px) {
  .main_content .main_description:after {
    bottom: -0.53vw;
  }
}
@media screen and (min-width: 2560px) {
  .main_content .main_description:after {
    bottom: -0.395vw;
  }
}/*# sourceMappingURL=common.css.map */