@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://use.typekit.net/pvi3kjl.css");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
:root {
  --c-txt: #000;
  --c-bg: #F5F4F2;
  --c-bg_01: #D33939;
  --c-bg_02: #C2AC61;
  --c-bg_03: #D8768C;
  --c-bg_04: #5880B5;
}

/* --------------------
		content
-------------------- */
#content {
  overflow: hidden;
  position: relative;
  color: var(--c-txt);
  background-color: var(--c-bg);
  background-image: url("../img/bg.svg");
  background-repeat: repeat;
  background-size: 20px 20px;
  background-position: top left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nobel", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  /* --------------------
  	header
  -------------------- */
  /* --------------------
  		nav
  -------------------- */
  /* --------------------
  		main
  -------------------- */
  /* --------------------
  		aside
  -------------------- */
  /* --------------------
  		footer
  -------------------- */
}
@media screen and (min-width: 1000px) {
  #content {
    font-size: 1.09375vw;
  }
}
#content img {
  width: 100%;
  height: auto;
}
#content a {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
#content p {
  line-height: 2;
  font-size: 3.2vw;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  #content p {
    font-size: max(0.9375vw, 12px);
  }
}
#content .copyright {
  font-size: 1.8666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .copyright {
    font-size: 10px;
  }
}
#content header {
  margin-bottom: 29.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content header {
    margin-bottom: 13.28125vw;
  }
}
#content .mv {
  position: relative;
  margin: 3.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .mv {
    margin: 1.171875vw;
  }
}
#content .mv h1 {
  position: absolute;
  top: 10.4vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 74.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv h1 {
    top: 50%;
    left: 45.3125vw;
    transform: translateY(-50%);
    width: 44.140625vw;
  }
}
#content .mv__img {
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .mv__img {
    border-radius: 0.78125vw;
  }
}
#content .mv__deco {
  position: absolute;
  width: 8.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv__deco {
    width: 3.75vw;
  }
}
#content .mv__deco.--1 {
  top: 44vw;
  left: -1.0666666667vw;
  transform: rotate(-39deg);
}
@media screen and (min-width: 1000px) {
  #content .mv__deco.--1 {
    top: 16.015625vw;
    left: 85.546875vw;
  }
}
#content .mv__deco.--2 {
  top: 30.6666666667vw;
  left: 5.6vw;
  transform: rotate(10deg);
}
@media screen and (min-width: 1000px) {
  #content .mv__deco.--2 {
    top: 19.375vw;
    left: 90vw;
  }
}
#content .mv__deco.--3 {
  top: 40.5333333333vw;
  right: -1.3333333333vw;
  transform: rotate(10deg);
}
#content .mv .copyright {
  position: absolute;
  bottom: 3.2vw;
  right: 3.2vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv .copyright {
    bottom: 20px;
    right: 20px;
  }
}
#content .intro {
  position: relative;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .intro {
    width: 62.5vw;
    margin: 12.5vw auto 0;
  }
}
#content .intro p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .intro p {
    font-size: max(1.09375vw, 14px);
  }
}
#content .intro p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
#content .intro__pic {
  position: absolute;
}
#content .intro__pic.--pocha {
  top: -5.3333333333vw;
  left: -3.4666666667vw;
  width: 17.8666666667vw;
  transform: rotate(14deg);
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--pocha {
    top: -5.859375vw;
    left: 0.546875vw;
    width: 6.875vw;
  }
}
#content .intro__pic.--kitty {
  top: 33.3333333333vw;
  left: -3.7333333333vw;
  width: 20vw;
  transform: rotate(-9deg);
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--kitty {
    top: 9.375vw;
    left: 0.625vw;
    width: 7.734375vw;
  }
}
#content .intro__pic.--pom {
  top: 24.8vw;
  right: -2.5333333333vw;
  width: 18.1333333333vw;
  transform: rotate(10deg);
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--pom {
    top: -1.171875vw;
    right: -0.78125vw;
    width: 7.03125vw;
  }
}
#content .intro__pic.--mymelo {
  top: 56.8vw;
  right: -2vw;
  width: 14.4vw;
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--mymelo {
    top: 11.328125vw;
    right: 1.171875vw;
    width: 5.546875vw;
  }
}
#content .nav__page-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 82px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
  z-index: 1000;
}
#content .nav__page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#content .nav__page-top:hover {
  transform: translateY(-10px);
}
#content main {
  text-align: center;
}
#content section:not(:last-of-type) {
  margin-bottom: 28vw;
}
@media screen and (min-width: 1000px) {
  #content section:not(:last-of-type) {
    margin-bottom: 170px;
  }
}
#content .item__ttl-main {
  font-family: "Nobel", sans-serif;
  font-size: 7.7333333333vw;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #content .item__ttl-main {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .item__ttl-main {
    font-size: 3.515625vw;
  }
}
#content .item__ttl-sub {
  display: block;
  width: 61.3333333333vw;
  margin: 4.5333333333vw auto 9.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__ttl-sub {
    width: 25.9375vw;
    margin: 1.875vw auto 3.90625vw;
  }
}
#content .item__main-img {
  overflow: hidden;
  width: 85.3333333333vw;
  margin: 0 auto;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__main-img {
    width: 40.234375vw;
    border-radius: 0.78125vw;
  }
}
#content .item__sub {
  padding: 16vw 0 22.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub {
    width: 56.09375vw;
    margin: 0 auto;
    padding: 7.65625vw 0 10.625vw;
  }
}
@media screen and (max-width: 999px) {
  #content .item__sub > div:first-of-type {
    margin-bottom: 14.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .item__sub > div:last-of-type {
    margin-top: -12.8125vw !important;
  }
}
#content .item__sub--1 {
  position: relative;
  margin: 0 auto 0 32vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub--1 {
    margin: 0 auto 0 0;
  }
}
#content .item__sub--2 {
  position: relative;
  margin: 0 auto 0 12vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub--2 {
    margin: 0 auto 0 31.875vw;
  }
}
#content .item__sub-img {
  position: relative;
  width: 56vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub-img {
    width: 24.21875vw;
  }
}
#content .item__sub-img img {
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub-img img {
    border-radius: 0.78125vw;
  }
}
#content .item__sub .pic {
  position: absolute;
}
#content #item-kitty .item__sub--1 .pic {
  top: 46.6666666667vw;
  left: -20vw;
  width: 29.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #item-kitty .item__sub--1 .pic {
    top: 22.65625vw;
    left: -8.59375vw;
    width: 12.5vw;
  }
}
#content #item-kitty .item__sub--2 .pic {
  top: 38.6666666667vw;
  left: 44vw;
  width: 38.9333333333vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-kitty .item__sub--2 .pic {
    top: 17.578125vw;
    left: 17.96875vw;
    width: 16.71875vw;
  }
}
#content #item-pom .item__sub--2 .pic {
  top: 52vw;
  left: 46.4vw;
  width: 30.4vw;
}
@media screen and (min-width: 1000px) {
  #content #item-pom .item__sub--2 .pic {
    top: 23.125vw;
    left: 20.078125vw;
    width: 13.046875vw;
  }
}
#content #item-pom .item__sub--1 .pic {
  top: 28vw;
  left: -35.6vw;
  width: 107.4666666667vw;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  #content #item-pom .item__sub--1 .pic {
    top: 11.71875vw;
    left: -14.296875vw;
    width: 47.1875vw;
  }
}
#content #item-mymelo .item__sub--1 .pic {
  top: 32vw;
  left: -40vw;
  width: 114.6666666667vw;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  #content #item-mymelo .item__sub--1 .pic {
    top: 11.328125vw;
    left: -16.5625vw;
    width: 49.375vw;
  }
}
#content #item-mymelo .item__sub--2 .pic {
  top: 20.8vw;
  left: 60.2666666667vw;
  width: 25.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #item-mymelo .item__sub--2 .pic {
    top: 9.375vw;
    left: 26.953125vw;
    width: 11.25vw;
  }
}
#content #item-pocha .item__sub--2 .pic {
  top: 9.3333333333vw;
  left: 52vw;
  width: 27.7333333333vw;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  #content #item-pocha .item__sub--2 .pic {
    top: 4.453125vw;
    left: 22.265625vw;
    width: 12.03125vw;
  }
}
#content #item-pocha .item__sub--1 .pic {
  top: 8.8vw;
  left: -28.8vw;
  width: 27.7333333333vw;
}
@media screen and (min-width: 1000px) {
  #content #item-pocha .item__sub--1 .pic {
    top: 0.390625vw;
    left: -9.21875vw;
    width: 12.265625vw;
  }
}
#content .item__info {
  padding: 12vw 0 14.6666666667vw;
  color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  #content .item__info {
    padding: 4.296875vw 0 5.46875vw;
  }
}
#content .item__info-img img {
  width: auto;
  height: 46.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__info-img img {
    height: 18.75vw;
  }
}
#content .item__info-txt {
  margin: 8vw 0;
}
@media screen and (min-width: 1000px) {
  #content .item__info-txt {
    margin: 2.734375vw 0;
  }
}
#content .item__info .name {
  margin: 0.4em 0 0.5em;
  font-size: 6.9333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  #content .item__info .name {
    font-size: 2.5vw;
  }
}
#content .item__info .price span {
  margin-left: 0.3em;
  font-size: 0.9em;
}
#content .item__info-btn {
  width: 48vw;
  margin: 0 auto;
  line-height: 3.4;
  background: var(--c-txt);
  border-radius: 50vw;
  font-size: 4vw;
}
@media screen and (min-width: 1000px) {
  #content .item__info-btn {
    width: 18.75vw;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .item__info a:hover .item__info-btn {
    box-shadow: inset 0 0 0 1px var(--c-txt);
    background-color: #fff;
    color: var(--c-txt);
    transition: 0.6s;
  }
}
#content #item-kitty .item__info {
  background: var(--c-bg_01);
}
#content #item-pom .item__info {
  background: var(--c-bg_02);
}
#content #item-mymelo .item__info {
  background: var(--c-bg_03);
}
#content #item-pocha .item__info {
  background: var(--c-bg_04);
}
#content aside {
  padding: 33.3333333333vw 0 26.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content aside {
    padding: 14.453125vw 0 14.0625vw;
  }
}
#content .aside__ttl {
  width: 74.6666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__ttl {
    width: 33.59375vw;
    margin: 0 auto 4.140625vw;
  }
}
#content .aside__pic {
  width: 57.6vw;
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__pic {
    width: 23.984375vw;
    margin: 0 auto 3.125vw;
  }
}
#content .aside__copyright {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__copyright {
    font-size: 0.78125vw;
  }
}
#content .aside__slider {
  width: 100%;
  margin: 18.6666666667vw 0 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__slider {
    margin: 5.46875vw 0 14.0625vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .aside__slider .swiper-wrapper {
    width: 78.90625vw !important;
    margin: 0 auto;
  }
}
#content .aside__slider .swiper-slide {
  width: 64vw !important;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1000px) {
  #content .aside__slider .swiper-slide {
    width: 19.53125vw !important;
  }
}
#content .aside__slider .swiper-slide.--1 {
  transform: rotate(-2.5deg);
  z-index: 2;
}
#content .aside__slider .swiper-slide.--2 {
  margin: 14.4vw auto 0 0;
  transform: rotate(2deg);
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  #content .aside__slider .swiper-slide.--2 {
    margin: 4.21875vw auto 0 0;
  }
}
#content .aside__slider .swiper-slide.--3 {
  margin: 5.3333333333vw auto 0 0;
  transform: rotate(-1deg);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  #content .aside__slider .swiper-slide.--3 {
    margin: 1.5625vw auto 0 0;
  }
}
#content .aside__slider .swiper-slide.--4 {
  margin: 13.3333333333vw auto 0 1.3333333333vw;
  transform: rotate(5deg);
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  #content .aside__slider .swiper-slide.--4 {
    margin: 0.78125vw auto 0 0.390625vw;
  }
}
#content .aside__slider .swiper-slide a {
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__slider .swiper-slide a {
    border-radius: 0.78125vw;
    transition: 0.6s ease;
  }
  #content .aside__slider .swiper-slide a:hover {
    transform: translateY(-20px);
    opacity: 0.75;
  }
}
#content .label-top {
  display: block;
  width: 74.6666666667vw;
  line-height: 4.2;
  margin: 0 auto;
  border: 1px solid var(--c-txt);
  border-radius: 2.6666666667vw;
  background-color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  #content .label-top {
    width: 37.5vw;
    border-radius: 0.78125vw;
  }
  #content .label-top:hover {
    background-color: var(--c-txt);
    color: #fff;
  }
}
#content .footer {
  padding: 16vw 0;
  background-color: #000;
}
@media screen and (min-width: 1000px) {
  #content .footer {
    padding: 3.90625vw 0;
  }
}
#content .footer img {
  width: 100%;
  height: auto;
}
#content .footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
#content .footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  #content .footer__logo a {
    transition: all 0.5s ease;
  }
  #content .footer__logo a:hover {
    opacity: 0.5;
  }
}
#content .footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  #content .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}
/*# sourceMappingURL=251104_rodesko_sanrio_style.css.map */