@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: #fff;
  --c-bg_item: #28B3CA;
}

/* --------------------
		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: 99.7333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 73.8666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv h1 {
    top: 50%;
    left: 8.28125vw;
    transform: translateY(-50%);
    width: 35.46875vw;
  }
}
#content .mv__img {
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .mv__img {
    border-radius: 0.78125vw;
  }
}
#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: 7.8125vw 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: 2em;
}
#content .intro__pic {
  position: absolute;
}
#content .intro__pic.--1 {
  top: 22.4vw;
  right: -3.2vw;
  width: 25.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--1 {
    top: 10.859375vw;
    right: -1.171875vw;
    width: 10.78125vw;
  }
}
#content .intro__pic.--2 {
  top: 65.8666666667vw;
  left: -3.2vw;
  width: 25.6vw;
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--2 {
    top: 6.640625vw;
    left: -1.171875vw;
    width: 10.625vw;
  }
}
#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: 8.8vw;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.025em;
  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.671875vw;
  }
}
#content .item__ttl-sub {
  display: block;
  width: 52vw;
  margin: 4.5333333333vw auto 9.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__ttl-sub {
    width: 21.71875vw;
    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-01 .item__sub--1 .pic {
  top: 37.3333333333vw;
  left: -20.2666666667vw;
  width: 29.3333333333vw;
  transform: rotate(-4deg);
}
@media screen and (min-width: 1000px) {
  #content #item-01 .item__sub--1 .pic {
    top: 18.75vw;
    left: -12.109375vw;
    width: 13.125vw;
  }
}
#content #item-01 .item__sub--2 .pic {
  top: 22.6666666667vw;
  left: 46.9333333333vw;
  width: 36.2666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-01 .item__sub--2 .pic {
    top: 7.8125vw;
    left: 19.140625vw;
    width: 17.734375vw;
  }
}
#content #item-02 .item__sub {
  padding: 16vw 0 28vw;
}
@media screen and (min-width: 1000px) {
  #content #item-02 .item__sub {
    padding: 7.65625vw 0 10.625vw;
  }
}
#content #item-02 .item__sub--2 .pic {
  top: 45.3333333333vw;
  left: 45.8666666667vw;
  width: 30.4vw;
  transform: rotate(12deg);
}
@media screen and (min-width: 1000px) {
  #content #item-02 .item__sub--2 .pic {
    top: 22.5vw;
    left: 22.890625vw;
    width: 12.421875vw;
  }
}
#content #item-02 .item__sub--1 .pic {
  top: 56vw;
  left: -24.8vw;
  width: 64vw;
  transform: rotate(13deg);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-02 .item__sub--1 .pic {
    top: 22.65625vw;
    left: 16.5625vw;
    width: 30.3125vw;
    transform: rotate(-14deg);
  }
}
#content #item-03 .item__sub--1 .pic {
  top: 22.6666666667vw;
  left: -26.6666666667vw;
  width: 36.2666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-03 .item__sub--1 .pic {
    top: 9.765625vw;
    left: -14.453125vw;
    width: 17.734375vw;
  }
}
#content #item-03 .item__sub--2 .pic {
  top: 41.3333333333vw;
  left: 53.8666666667vw;
  width: 28.8vw;
}
@media screen and (min-width: 1000px) {
  #content #item-03 .item__sub--2 .pic {
    top: 19.53125vw;
    left: 23.046875vw;
    width: 12.8125vw;
  }
}
#content #item-04 .item__sub--2 .pic.--1 {
  top: 54.6666666667vw;
  left: 52vw;
  width: 29.8666666667vw;
  transform: rotate(12deg);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-04 .item__sub--2 .pic.--1 {
    top: 24.453125vw;
    left: 20.078125vw;
    width: 14.765625vw;
  }
}
#content #item-04 .item__sub--2 .pic.--2 {
  top: 58.6666666667vw;
  left: 14.6666666667vw;
  width: 64vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-04 .item__sub--2 .pic.--2 {
    top: 26.5625vw;
    left: -3.984375vw;
    width: 30.3125vw;
  }
}
#content #item-04 .item__sub--1 .pic {
  top: 17.3333333333vw;
  left: -25.6vw;
  width: 30.6666666667vw;
  transform: rotate(-8deg);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-04 .item__sub--1 .pic {
    top: 8.984375vw;
    left: -12.65625vw;
    width: 14.6875vw;
  }
}
#content .item__info {
  padding: 12vw 0 14.6666666667vw;
  background: var(--c-bg_item);
  color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  #content .item__info {
    padding: 4.296875vw 0 5.46875vw;
  }
}
#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-01 .item__info-img img {
  width: 47.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #item-01 .item__info-img img {
    width: 17.421875vw;
  }
}
#content #item-02 .item__info-img img {
  width: 33.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #item-02 .item__info-img img {
    width: 13.4375vw;
  }
}
#content #item-03 .item__info-img img {
  width: 39.7333333333vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #item-03 .item__info-img img {
    width: 15.15625vw;
    margin-left: 0.78125vw;
  }
}
#content #item-04 .item__info-img img {
  width: 61.3333333333vw;
  margin: 2.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #content #item-04 .item__info-img img {
    width: 25.703125vw;
    margin: 0.78125vw 0;
  }
}
#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: 73.8666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__ttl {
    width: 32.421875vw;
    margin: 0 auto 4.140625vw;
  }
}
#content .aside__pic {
  width: 26.6666666667vw;
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__pic {
    width: 11.71875vw;
    margin: 0 auto 3.125vw;
  }
}
#content .aside__copyright {
  font-size: 2.4vw;
}
@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);
  }
}
#content .aside__other {
  margin: 8vw auto 28vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__other {
    margin: 2.34375vw auto 11.71875vw;
  }
}
#content .aside__other-ttl {
  margin-bottom: 8vw;
  font-family: "Nobel", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #content .aside__other-ttl {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .aside__other-ttl {
    margin-bottom: 3.125vw;
    font-size: 2.578125vw;
  }
}
#content .aside__other-bnr {
  width: 74.6666666667vw;
  margin: 0 auto;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #content .aside__other-bnr {
    width: 37.5vw;
    border-radius: 0.78125vw;
    transition: 0.4s ease;
  }
  #content .aside__other-bnr:hover {
    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=251209_rodesko_sanrio_style.css.map */