@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=LINE+Seed+JP:wght@400;700;800&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --max-width-size: 1600px;
  --color-red: rgba(41, 4, 4, 1);
  --color-black_08: rgba(35, 24, 21, 0.8);
  --color-black_06: rgba(35, 24, 21, 0.6);
  --color-black: rgba(35, 24, 21, 1);
  --color_navy: #172249;
  --color-glay: #4f4f4f;
  --color_purple: rgb(41, 27, 43,1);
  --color_purple_06: rgb(41, 27, 43,0.6);
  --color_purple_09: rgb(41, 27, 43,0.9);
  --color_strawberry-pink: #f11156;
  --color_strawberry-pink_08: rgba(241, 17, 86, 0.8);
  --color_strawberry-pink_06: rgba(241, 17, 86, 0.6);
  --color_pink-beta_08: #f44077;
  --color_pink-beta_04: rgba(252, 207, 221, 1);
  --color_pink-beta_02: rgba(250, 220, 218, 1);
  --color_pink-beta_01: #fee7ee;
  --color_pink-beta_005:#fef3f6;
  --color_purple-beta_02: #d4d1d5;
}

#container .c__fz-16 {
  font-size: 1.6rem !important;
}
#container .c__fz-13 {
  font-size: 1.3rem !important;
}
#container .c__fz-12 {
  font-size: 1.2rem !important;
}
#container .c__tetal-center {
  text-align: center !important;
}
#container .c__mt-120 {
  margin-top: 120px !important;
}
#container .c__mt-30 {
  margin-top: 30px !important;
}
#container .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-animation: fadeIn2 0.4s 1 0s ease both;
          animation: fadeIn2 0.4s 1 0s ease both;
}
#container .c__anim-fadeIn_2 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .c__dis-none {
  display: none !important;
}
#container [class^=parts__btn] {
  margin: 120px auto 0;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
#container [class^=parts__btn] .parts__btn__a {
  background: var(--color_strawberry-pink);
  margin: 0;
  min-width: 246px;
  padding: 12px 24px 12px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a {
    padding: 16px 36px 16px 16px;
  }
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a:hover {
    opacity: 0.7;
  }
}
#container [class^=parts__btn] .parts__btn__a:link, #container [class^=parts__btn] .parts__btn__a:visited {
  color: #fff;
}
#container [class^=parts__btn] .parts__btn__a::after {
  content: "";
  background: url(/hihoukan/img/ico_arrow.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a::after {
    width: 12px;
    height: 30px;
    right: 12px;
  }
}
#container .parts__bnr {
  max-width: calc(100% - 32px);
  margin: 40px auto 0;
  display: block;
  line-height: 0;
}
@media screen and (min-width: 820px) {
  #container .parts__bnr {
    max-width: 1440px;
    margin: 60px auto 0;
  }
}
#container .parts__bnr.is-erea {
  max-width: 1520px;
  border-radius: 16px;
  width: calc(100% - 32px);
}
@media screen and (min-width: 820px) {
  #container .parts__bnr.is-erea {
    width: calc(100% - 80px);
  }
}
#container .parts__bnr.is-erea .parts__bnr__a {
  border-radius: 8px;
}
#container .parts__bnr .parts__bnr__a {
  background: #fff;
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
          box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
}
@media screen and (min-width: 820px) {
  #container .parts__bnr .parts__bnr__a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 820px) {
  #container .parts__bnr .parts__bnr__a:hover .content__img {
    opacity: 0.7;
  }
}
#container .parts__aco {
  margin: 90px auto 0;
}
#container .parts__aco + .parts__aco {
  margin-top: 0;
}
#container .parts__aco__head {
  padding: 30px 15px 30px 0;
  margin: 0 !important;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  position: relative;
  cursor: pointer;
}
#container .parts__aco__head.is-opened::after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
#container .parts__aco__head.is-opened + .parts__aco__content {
  height: auto;
  padding: 0 10px 30px;
}
#container .parts__aco__head::after {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: url(/img/base_arrow.svg);
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#container .parts__aco__content {
  height: 0;
  overflow: hidden;
  padding: 0 10px;
}
#container .parts__aco__content p:first-child,
#container .parts__aco__content .parts__dl:first-child {
  margin-top: 30px;
}
#container .parts__aco__content p,
#container .parts__aco__content .parts__dl {
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  #container .parts__pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 820px) {
  #container .parts__sp-only {
    display: none !important;
  }
}

body {
  background: url(/hihoukan/img/back.svg) repeat var(--color_strawberry-pink_08);
  background-size: 80px auto;
}

#container {
  color: var(--color-black);
  font-family: "LINE Seed JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container [id] {
  scroll-margin-top: 140px;
}
@media screen and (min-width: 820px) {
  #container [id] {
    scroll-margin-top: 160px;
  }
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container .all-content__svg-box {
  display: none !important;
}
#container .all-content__sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 40px auto 0;
}
#container .head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 67px auto;
  grid-template-rows: auto auto;
  -webkit-box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
          box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
}
@media screen and (min-width: 820px) {
  #container .head {
    grid-template-columns: 120px auto;
  }
}
#container .head * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .head .head__logo {
  background: var(--color_purple);
  padding: 6px 12px 4px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 820px) {
  #container .head .head__logo {
    grid-column: 1/2;
    grid-row: 1/3;
    padding: 10px 12px 8px;
  }
}
@media screen and (min-width: 820px) {
  #container .head .head__logo:hover {
    opacity: 0.7;
  }
}
#container .head .head__logo .head__svg {
  max-width: 42px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 820px) {
  #container .head .head__logo .head__svg {
    max-width: 109px;
  }
}
#container .head .head__head {
  background: #fff;
  width: 100%;
  padding: 6px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 8px 12px;
  line-height: 1;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 820px) {
  #container .head .head__head {
    gap: 8px 20px;
    padding: 8px 40px 8px 20px;
  }
}
#container .head .head__head .parts__btn {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
#container .head .head__head .parts__btn .parts__btn__a {
  padding: 8px 24px 8px 8px;
  min-width: auto;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  #container .head .head__head .parts__btn .parts__btn__a {
    padding: 12px 32px 12px 12px;
  }
}
@media screen and (min-width: 1100px) {
  #container .head .head__head .parts__btn .parts__btn__a {
    padding: 16px 36px 16px 16px;
  }
}
#container .head .head__head .parts__btn .head__svg {
  height: 32px;
  width: auto;
}
@media screen and (min-width: 820px) {
  #container .head .head__head .parts__btn .head__svg {
    height: 24px;
  }
}
@media screen and (min-width: 1100px) {
  #container .head .head__head .parts__btn .head__svg {
    height: 28px;
  }
}
#container .head .head__head .head__ttl {
  line-height: 1;
}
#container .head .head__head .head__ttl .head__svg {
  width: auto;
  height: 100%;
  max-height: 48px;
}
@media screen and (min-width: 820px) {
  #container .head .head__head .head__ttl .head__svg {
    max-height: 40px;
  }
}
@media screen and (min-width: 1100px) {
  #container .head .head__head .head__ttl .head__svg {
    max-height: 48px;
  }
}
#container .head .head__head .head__ttl__cap {
  display: none;
}
@media screen and (min-width: 820px) {
  #container .head .head__head .head__ttl__cap {
    display: inline-block;
    font-size: 1.125vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1100px) {
  #container .head .head__head .head__ttl__cap {
    font-size: 1.125rem;
  }
}
#container .head .head__nav {
  width: 100%;
  overflow: scroll;
  grid-column: 1/3;
  grid-row: 2/3;
  background: var(--color_strawberry-pink_06);
}
@media screen and (min-width: 820px) {
  #container .head .head__nav {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#container .head .head__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  padding: 6px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
@media screen and (min-width: 820px) {
  #container .head .head__nav__list {
    gap: 0 8px;
    padding: 8px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#container .head .head__nav__list.is_goods {
  background: var(--color_strawberry-pink_06);
}
#container .head .head__nav__list .head__nav__list__btn {
  background: var(--color_pink-beta_04);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  #container .head .head__nav__list .head__nav__list__btn {
    padding: 10px 20px;
  }
}
#container .head .head__nav__list .head__nav__list__btn.is-iroiro .head__svg {
  height: 22px;
}
#container .head .head__nav__list .head__nav__list__btn.is-open {
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
  background: rgba(255, 255, 255, 0.2);
}
#container .head .head__nav__list .head__nav__list__btn.is-open .head__svg {
  fill: var(--color_purple);
}
#container .head .head__nav__list .head__nav__list__btn:hover {
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
#container .head .head__nav__list .head__nav__list__btn .head__svg {
  fill: var(--color_strawberry-pink);
  height: 14px;
  width: auto;
}
@media screen and (min-width: 820px) {
  #container .head .head__nav__list .head__nav__list__btn .head__svg {
    height: 20px;
  }
}
#container .foot {
  background: var(--color-black);
  padding: 40px 16px 16px;
  margin: 40px auto 0;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 820px) {
  #container .foot {
    padding: 40px 2.5% 16px;
  }
}
#container .foot .foot__logo {
  margin: 0 auto;
  display: table;
}
#container .foot .foot__logo .foot__svg {
  width: 77px;
  height: auto;
  fill: #fff;
}
#container .foot .foot__menu {
  margin: 40px auto 0;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 740px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 80px;
  }
}
#container .foot .foot__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
#container .foot .foot__menu ul li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu a:hover {
    opacity: 0.7;
  }
}
#container .foot .foot__menu a:link, #container .foot .foot__menu a:visited {
  color: #fff;
}
#container .foot .foot__copyright {
  margin: 20px auto 0;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
#container .fix-btn {
  background: var(--color-black);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 20px;
  right: 8px;
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .fix-btn {
    width: 80px;
    height: 80px;
    bottom: 40px;
    right: 20px;
  }
}
#container .fix-btn.is-opened {
  opacity: 1;
  z-index: 10;
}
#container .fix-btn .fix-btn__svg {
  width: 35px;
  height: auto;
}
@media screen and (min-width: 820px) {
  #container .fix-btn .fix-btn__svg {
    width: 48px;
  }
}
#container .top-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: grid;
  place-items: center;
  background: var(--color_purple_09);
  -webkit-transition: none;
  transition: none;
  inset: 0;
}
#container .top-popup.is-opened {
  opacity: 0;
  z-index: -100;
}
#container .top-popup .top-popup__wrap {
  background: #fff;
  max-width: 720px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap {
    padding: 60px 40px;
    width: calc(100% - 160px);
  }
}
#container .top-popup .top-popup__wrap .top-popup__p {
  color: var(--color_strawberry-pink);
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .top-popup__p {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}
#container .top-popup .top-popup__wrap .top-popup__p .top-popup__strong {
  display: block;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 12px auto 0;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .top-popup__p .top-popup__strong {
    font-size: 1.5rem;
    margin: 12px auto 0;
  }
}
#container .top-popup .top-popup__wrap .parts__btn {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 12px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .parts__btn {
    margin: 0 auto 0;
  }
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__f {
  width: 100%;
  max-width: 300px;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .parts__btn .parts__btn__f {
    max-width: 400px;
  }
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  line-height: 1;
  width: 100%;
  max-width: 300px;
  font-size: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .parts__btn .parts__btn__a {
    font-size: 2rem;
    gap: 12px;
    max-width: 400px;
  }
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__a.is-no {
  background: var(--color_purple-beta_02);
  color: var(--color_purple);
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__a.is-no::after {
  background: url(/hihoukan/img/ico_arrow-purple.svg) no-repeat;
  background-size: contain;
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__a.is-no .top-popup__span {
  opacity: 0.4;
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__a .top-popup__svg {
  width: auto;
  height: 1.25rem;
  margin: 0 -6px 0 8px;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .parts__btn .parts__btn__a .top-popup__svg {
    height: 1.75rem;
    margin: 0 -8px 0 12px;
  }
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__a .top-popup__span {
  opacity: 0.8;
  height: auto;
  display: inline-block;
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .parts__btn .parts__btn__a .top-popup__span {
    font-size: 0.875rem;
    padding: 0 0 0.5rem;
  }
}
#container .top-popup .top-popup__wrap .parts__btn .parts__btn__a .top-popup__btn__span {
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__wrap .parts__btn .parts__btn__a .top-popup__btn__span {
    font-size: 1.25rem;
  }
}
#container .top-popup .top-popup__logo {
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__logo {
    max-width: 560px;
  }
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__logo:hover {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
}
#container .top-popup .top-popup__logo .top-popup__svg {
  width: 100%;
  height: auto;
}
#container .top-popup .top-popup__foot {
  width: 48px;
  display: block;
  margin: 20px auto 0;
}
@media screen and (min-width: 820px) {
  #container .top-popup .top-popup__foot {
    margin: 40px auto 0;
  }
}
#container .top-popup .top-popup__foot .top-popup__svg {
  width: 100%;
  height: auto;
  fill: var(--color_purple);
}
#container .top-popup .top-popup__copyright {
  font-size: 0.75rem;
  text-align: center;
  display: block;
  margin: -12px auto 0;
}
#container .content::before {
  content: "";
  background: #fff;
  padding: 108px 0 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content::before {
    padding: 128px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  #container .content::before {
    padding: 136px 0 0;
  }
}
#container .content {
  position: relative;
  padding: 0;
  margin: 0 auto 0;
  overflow: hidden;
  z-index: 1;
}
#container .content h1 {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color_purple);
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .content h1 {
    font-size: 2rem;
  }
}
#container .content h2 {
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
}
#container .content h3 {
  margin: 30px auto 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
}
#container .content h3:first-child {
  margin-top: 120px;
}
#container .content p {
  margin: 0 auto 0;
}
#container .content .content__img {
  height: auto;
  max-width: 100%;
  margin: 0 auto 0;
  display: block;
  max-block-size: none;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
@media screen and (max-width: 819px) {
  #container .content .content__img {
    width: 100%;
  }
}
#container .content .content__video-box {
  width: 100%;
  max-width: 800px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#container .content .content__video-box p {
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .content .content__video-box p {
    margin: 16px 0 0;
  }
}
#container .content .content__video {
  background: var(--color_purple_06);
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
#container .content .swiper-slide {
  background: var(--color_pink-beta_005);
  margin: 0;
  height: auto;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 820px) {
  #container .content .swiper-slide {
    background: #fff;
  }
}
#container .content .swiper-slide .content__img {
  margin: 0;
  width: 100%;
}
#container .content .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 12px auto 0;
  padding: 0 16px;
}
@media screen and (min-width: 820px) {
  #container .content .swiper-pagination {
    padding: 0 2.6315789474%;
  }
}
#container .content .swiper-pagination .swiper-pagination-bullet {
  background: var(--color_strawberry-pink);
  opacity: 1;
  width: 12px;
  height: 12px;
}
#container .content .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color_purple);
  opacity: 1;
}
#container .content .swiper-button-prev,
#container .content .swiper-button-next {
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: -22px 0 0;
  padding: 12px 8px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
#container .content .swiper-button-prev::after,
#container .content .swiper-button-next::after {
  background: url(/hihoukan/img/ico_arrow-purple.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 34px;
  font-size: 10px;
  color: transparent;
  display: block;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .swiper-button-prev::after,
  #container .content .swiper-button-next::after {
    width: 12px;
    height: 30px;
  }
}
#container .content .swiper-button-prev.swiper-button-lock,
#container .content .swiper-button-next.swiper-button-lock {
  opacity: 0;
}
#container .content .swiper-button-prev {
  right: auto;
  left: 0;
}
#container .content .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#container .content .content__head {
  margin: 0 auto;
  position: relative;
  line-height: 0;
  opacity: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: fadeIn 1.2s 1 0s ease-in both;
          animation: fadeIn 1.2s 1 0s ease-in both;
}
#container .content .content__head::before {
  content: none;
  width: 100%;
  height: calc(100% - 24px);
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color_purple);
  z-index: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__head::before {
    content: "";
  }
}
#container .content .content__head .content__slide {
  max-width: 1600px;
  margin: 0 auto;
}
#container .content .content__head .content__slide .swiper-slide {
  margin: 0 auto 0;
  background: #fff;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__slide .swiper-slide:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__slide .swiper-slide:hover .content__img {
    opacity: 0.7;
  }
}
#container .content .content__head .content__slide .swiper-pagination {
  line-height: 0;
}
#container .content .content__head .content__slide .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#container .content .content__head .content__slide .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color_purple);
  opacity: 1;
}
#container .content .content__head .content__head__cap {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  padding: 0 16px;
  margin: 24px auto;
}
#container .content .content__section {
  max-width: 1520px;
  overflow: visible;
  display: block;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
@media screen and (min-width: 820px) {
  #container .content .content__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section {
    width: 95%;
  }
}
#container .content .content__section .content__section__ttl {
  background: #fff;
  padding: 12px 16px;
  color: var(--color_purple);
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__ttl {
    padding: 20px 2.6315789474%;
  }
}
#container .content .content__section .content__section__ttl p {
  margin: 12px auto 0;
  text-align: center;
  font-size: 0.8125rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__ttl p {
    margin: 20px auto 0;
    font-size: 1rem;
  }
}
#container .content .content__section .content__section__ttl .content__section__ttl__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 4px auto 0;
  gap: 4px 20px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__ttl .content__section__ttl__list {
    margin: 12px auto 0;
    gap: 8px 20px;
  }
}
#container .content .content__section .content__section__ttl .content__section__ttl__list li {
  max-width: 14em;
  text-align: left;
  font-size: 0.6875rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__ttl .content__section__ttl__list li {
    font-size: 0.875rem;
    max-width: 16em;
  }
}
#container .content .content__section .content__section__ttl .content__section__ttl__list .content__span {
  color: var(--color_strawberry-pink);
}
#container .content .content__section .content__section__wrap {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap {
    padding: 0 30px;
  }
}
#container .content .content__section .content__section__wrap .parts__bnr {
  width: 100%;
}
#container .content .content__section .content__section__wrap .content__item {
  background: #fff;
  width: 100%;
  border-radius: 32px;
  padding: 20px 16px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  gap: 0 16px;
  overflow: visible;
  -webkit-box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
          box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
  container-type: inline-size;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 36px) / 4);
    padding: 20px 20px 48px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap .content__item {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (min-width: 640px) and (max-width: 819px) {
  #container .content .content__section .content__section__wrap .content__item {
    width: calc((100% - 16px) / 2);
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened.is-rank {
  padding-bottom: 40px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened.is-rank {
    padding-bottom: 40px;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened {
  padding: 40px 16px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    padding: 40px 40px 80px;
  }
}
@media screen and (min-width: 640px) and (max-width: 819px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened {
    width: 100%;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .content__section .content__section__wrap .content__item.is-opened * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .content__section .content__section__wrap .content__item.is-opened:hover {
  -webkit-box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
          box-shadow: 0 4px 8px rgba(35, 24, 21, 0.4);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened:hover {
    -webkit-animation: none;
            animation: none;
    background: #fff;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened:hover .content__item__dl-head {
    mix-blend-mode: normal;
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened:hover .content__item__dl-content {
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened:hover .content__item__dl-content .content__item__price {
    color: var(--color_strawberry-pink);
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened:hover .content__item__bk-btn {
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened:hover .content__item__bk-btn .content__item__bk-btn__hover-txt {
    color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened:hover .content__item__btn {
    color: var(--color_pink-beta_02);
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened:hover .content__item__btn .content__svg {
    -webkit-animation: none;
            animation: none;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__bk-image {
  opacity: 0.4;
  z-index: 0;
  display: block;
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__bk-image .content__img {
  width: 100%;
  height: auto;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, black)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, black));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, black 50%), -webkit-linear-gradient(bottom, transparent 0%, black 50%);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, black)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, black));
  mask-image: linear-gradient(to right, transparent 0%, black 50%), linear-gradient(to top, transparent 0%, black 50%);
}
#container .content .content__section .content__section__wrap .content__item.is-opened .cont_ranking__rank {
  width: 91px;
  height: 74px;
  bottom: 0;
  right: -32px;
  font-size: 2.375rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened .cont_ranking__rank {
    width: 137px;
    height: 111px;
    font-size: 3.75rem;
    right: -24px;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened .cont_ranking__rank .content__span {
  font-size: 1.125rem;
  padding: 0 0 0.25rem;
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__btn .content__svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__bk-btn {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-head {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-head {
    max-width: 280px;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-head dd {
  max-width: 280px;
  max-height: 280px;
  width: calc(100% - 46px);
  height: calc(100% - 46px);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-head dd {
    width: 100%;
    height: auto;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-head dt {
  display: block;
  opacity: 1;
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content {
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content {
    margin: 0;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dt {
  font-size: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dt {
    font-size: 1.5rem;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dd.is-txt {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dd.is-txt {
    font-size: 1.125rem;
  }
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dd.is-price {
  margin: 40px 0 0;
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dd.is-cap {
  display: block;
  opacity: 1;
}
#container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dd.is-ph-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  gap: 20px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item.is-opened .content__item__dl-content dd.is-ph-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px 20px;
  }
}
#container .content .content__section .content__section__wrap .content__item:hover {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .content__section .content__section__wrap .content__item:hover * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item:hover {
    -webkit-animation: anim_item_hover_wrap 0.4s infinite 0s ease both;
            animation: anim_item_hover_wrap 0.4s infinite 0s ease both;
    background: var(--color_pink-beta_08);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item:hover .content__item__dl-head {
    mix-blend-mode: multiply;
    -webkit-animation: anim_item_hover 0.4s infinite 0.2s ease both;
            animation: anim_item_hover 0.4s infinite 0.2s ease both;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item:hover .content__item__dl-content {
    -webkit-animation: anim_item_hover 0.4s infinite 0.2s ease both;
            animation: anim_item_hover 0.4s infinite 0.2s ease both;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item:hover .content__item__dl-content .content__item__price {
    color: #fff;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item:hover .content__item__btn {
    background: var(--color_pink-beta_08);
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item:hover .content__item__btn .content__svg {
    fill: #fff;
  }
}
#container .content .content__section .content__section__wrap .content__item:hover .content__item__bk-btn::before {
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item:hover .content__item__bk-btn .content__item__bk-btn__hover-txt {
    color: rgb(255, 255, 255);
    -webkit-animation: anim_item_hover 0.4s infinite 0.2s ease both;
            animation: anim_item_hover 0.4s infinite 0.2s ease both;
  }
}
#container .content .content__section .content__section__wrap .content__item:hover .content__item__bk-btn .content__item__bk-btn__anim-box {
  opacity: 0 !important;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn::before {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(1n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn::before {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(2n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn::before {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(3n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 35s;
          animation-delay: 35s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn::before {
  -webkit-animation-delay: 44s;
          animation-delay: 44s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] {
  -webkit-animation-delay: 44s;
          animation-delay: 44s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 44s;
          animation-delay: 44s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] {
  -webkit-animation-delay: 44s;
          animation-delay: 44s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(4n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 45s;
          animation-delay: 45s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn::before {
  -webkit-animation-delay: 54s;
          animation-delay: 54s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] {
  -webkit-animation-delay: 54s;
          animation-delay: 54s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 54s;
          animation-delay: 54s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_], #container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] {
  -webkit-animation-delay: 54s;
          animation-delay: 54s;
}
#container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_] .content__img, #container .content .content__section .content__section__wrap .content__item:nth-child(5n) .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] .content__img {
  -webkit-animation-delay: 55s;
          animation-delay: 55s;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-image {
  width: 100%;
  height: 100%;
  max-width: 560px;
  border-radius: 32px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-image .content__img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-image .content__img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__btn {
  background: var(--color_pink-beta_02);
  width: 100%;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 32px 32px;
}
#container .content .content__section .content__section__wrap .content__item .content__item__btn .content__svg {
  width: 36px;
  height: auto;
  margin: 0 auto;
  display: block;
  fill: var(--color_strawberry-pink);
}
#container .content .content__section .content__section__wrap .content__item .content__item__btn:hover {
  opacity: 1;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 32px;
  text-align: center;
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn {
    pointer-events: none;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn {
    padding: 29.4117647059% 20px 0;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 32px;
  overflow: hidden;
  -webkit-animation: anim_item_animBK 40s infinite 4s ease both;
          animation: anim_item_animBK 40s infinite 4s ease both;
  pointer-events: none;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__hover-txt {
  font-size: 2.75rem;
  font-size: clamp(1rem, 13cqw, 2.75rem);
  color: rgba(255, 255, 255, 0);
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02 {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_],
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_] {
  font-size: 1.25rem;
  font-size: clamp(1rem, 13cqw, 1.25rem);
  color: #fff;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 16px 16px 48px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_txt_],
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_txt_] {
    padding: 20px 20px 48px;
    font-size: 1.75rem;
    font-size: clamp(1rem, 13cqw, 1.75rem);
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01[class*=is-anim_img_],
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: anim_item_anim_fade_01 40s infinite 4s ease both;
          animation: anim_item_anim_fade_01 40s infinite 4s ease both;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01.is-anim_txt_01,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_txt_01 {
  -webkit-animation: anim_item_anim_fade_01 40s infinite 4s ease both;
          animation: anim_item_anim_fade_01 40s infinite 4s ease both;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01.is-anim_txt_02,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_txt_02 {
  color: var(--color_strawberry-pink);
  -webkit-animation: anim_item_anim_fade_01 40s infinite 4s ease both;
          animation: anim_item_anim_fade_01 40s infinite 4s ease both;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01.is-anim_img_01,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_img_01 {
  top: 0;
  right: 0;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01.is-anim_img_01 .content__img,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_img_01 .content__img {
  -webkit-animation: anim_item_anim_img_01_sp 40s infinite 0s ease-in both;
          animation: anim_item_anim_img_01_sp 40s infinite 0s ease-in both;
  height: auto;
  width: calc(100% - 8px);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(80%, black), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(top, black 0%, black 80%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(80%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01.is-anim_img_01 .content__img,
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_img_01 .content__img {
    -webkit-animation: anim_item_anim_img_01_pc 40s infinite 0s ease-in both;
            animation: anim_item_anim_img_01_pc 40s infinite 0s ease-in both;
    height: calc(100% + 60px);
    width: 100%;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01.is-anim_img_02,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_img_02 {
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01.is-anim_img_02 .content__img,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_img_02 .content__img {
  -webkit-animation: anim_item_anim_img_02 40s infinite 0s ease-in both;
          animation: anim_item_anim_img_02 40s infinite 0s ease-in both;
  height: auto;
  width: calc(100% + 60px);
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01 .content__img,
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02 .content__img {
  margin: 0 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_01 .content__img,
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02 .content__img {
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_txt_01, #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_txt_02 {
  -webkit-animation: anim_item_anim_fade_02 40s infinite 4s ease both;
          animation: anim_item_anim_fade_02 40s infinite 4s ease both;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02[class*=is-anim_img_] {
  width: 100%;
  height: 100%;
  display: grid;
  -webkit-animation: anim_item_anim_fade_02 40s infinite 4s ease both;
          animation: anim_item_anim_fade_02 40s infinite 4s ease both;
}
#container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_img_01 .content__img {
  -webkit-animation: anim_item_anim_img_01_sp 40s infinite 0s ease-in both;
          animation: anim_item_anim_img_01_sp 40s infinite 0s ease-in both;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__bk-btn .content__item__bk-btn__anim_02.is-anim_img_01 .content__img {
    -webkit-animation: anim_item_anim_img_01_pc 40s infinite 0s ease-in both;
            animation: anim_item_anim_img_01_pc 40s infinite 0s ease-in both;
  }
}
#container .content .content__section .content__section__wrap .content__item .cont_ranking__rank {
  width: 70px;
  height: 56px;
  background: url(/hihoukan/img/ico_crown_pink_02.svg) no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: -32px;
  font-size: 1.75rem;
  line-height: 1.2;
  z-index: 3;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  color: #fff;
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .cont_ranking__rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: auto;
    top: -16px;
    right: -16px;
  }
}
#container .content .content__section .content__section__wrap .content__item .cont_ranking__rank.is-no_1 {
  background: url(/hihoukan/img/ico_crown_pink.svg) no-repeat;
  background-size: contain;
}
#container .content .content__section .content__section__wrap .content__item .cont_ranking__rank .content__span {
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0 0 0.125rem;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-head {
  max-width: 120px;
  max-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-head {
    max-width: none;
    max-height: none;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-head dt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 12px auto 0;
  opacity: 0;
  display: none;
  max-width: 240px;
  max-height: 240px;
  width: calc(100% - 86px);
  height: calc(100% - 86px);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-head dt {
    margin: 20px auto 0;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-head dd {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-head dd .content__img {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  overflow: hidden;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-head dd .cont_ranking__rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-head dd .cont_ranking__rank {
    display: none;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content {
  margin: 0;
  width: calc(100% - 120px - 16px);
  z-index: 1;
  position: relative;
  padding: 0 0 12px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content {
    width: 100%;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content dt {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content dt {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd {
  margin: 20px 0 0;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-txt {
  display: none;
  opacity: 0;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-price {
  margin: 12px 0 0;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-cap {
  font-size: 0.75rem;
  display: none;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-cap {
    font-size: 0.875rem;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-ph-box {
  margin: 40px -16px 0;
  display: none;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-ph-box {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-ph-box > :only-child {
    width: 100%;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-ph-box > :only-child .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content dd.is-ph-box > :only-child .swiper-slide {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__slide {
    width: calc((100% - 20px) / 2);
    margin: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__slide.is-sp .swiper-wrapper {
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__slide.is-sp .swiper-pagination,
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__slide.is-sp .swiper-button-prev,
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__slide.is-sp .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__slide .swiper-wrapper {
    height: auto;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__slide .swiper-slide {
    height: auto;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__item__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px 8px;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__item__ico .content__span {
  background: var(--color-glay);
  border-radius: 4px;
  overflow: hidden;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 6px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__item__ico .content__span {
    padding: 8px;
    font-size: 0.75rem;
  }
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__item__price {
  text-align: right;
  color: var(--color_strawberry-pink);
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 4px 0 0;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__item__price .content__strong {
  font-size: 2.5rem;
}
#container .content .content__section .content__section__wrap .content__item .content__item__dl-content .content__item__price .content__span {
  font-size: 2rem;
}
#container .content .content__section .content__section__wrap.cont_ranking-top {
  background: var(--color_purple);
  padding: 0 0 32px;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top {
    width: 100%;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top + .cont_item {
    border-radius: 0 0 8px 8px;
    padding-top: 60px;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__h1 {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__h1 {
    font-size: 1.75rem;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__h1 .content__span {
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__h1 .content__span {
    font-size: 1.75rem;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__h1 .content__strong {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
  color: var(--color_strawberry-pink);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__h1 .content__strong {
    font-size: 2.25rem;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  color: #e6db2d;
  display: block;
  padding: 40px 0 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__h2 {
    font-size: 1.75rem;
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__h2 {
    font-size: 1.5rem;
    padding: 40px 0 0;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__h2::before {
  content: "";
  width: 40px;
  height: 32px;
  background: url(/hihoukan/img/ico_crown_w.svg) no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__h2::before {
    width: 60px;
    height: 48px;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top p {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 16px auto 0;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .cont_ranking__box {
  padding: 32px 16px 12px;
  overflow: visible;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .cont_ranking__box {
    padding: 60px 40px 40px;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .cont_ranking__box::before {
  content: "";
  background-color: #faf493;
  background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6) 10px, transparent 10px), -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6) 10px, transparent 10px);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 10px, transparent 10px), radial-gradient(circle, rgba(255, 255, 255, 0.6) 10px, transparent 10px);
  background-position: 0 0, 20px 40px;
  background-size: 40px 80px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .cont_ranking__box::before {
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6) 20px, transparent 20px), -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6) 20px, transparent 20px);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 20px, transparent 20px), radial-gradient(circle, rgba(255, 255, 255, 0.6) 20px, transparent 20px);
    background-position: 0 0, 40px 80px;
    background-size: 80px 160px;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .cont_ranking__box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 60px;
  background: -webkit-radial-gradient(30px 30px, circle, #faf493 30px, transparent 31px) repeat-x;
  background: radial-gradient(circle at 30px 30px, #faf493 30px, transparent 31px) repeat-x;
  background-size: 60px 60px;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide {
  position: relative;
  overflow: visible;
  height: auto;
  z-index: 3;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide {
    padding: 0 2.6315789474%;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-wrapper {
    gap: 8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide {
  background: transparent;
  padding: 0 8px;
  margin: 48px auto 0;
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide {
    max-width: 340px;
    width: calc((100% - 24px) / 4);
    padding: 0;
    margin: 48px 0 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide {
    max-width: none;
    width: calc((100% - 8px) / 2);
    padding: 0;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide:nth-child(1) {
    -webkit-animation: anim_rank_pc 12s infinite 3s ease both;
            animation: anim_rank_pc 12s infinite 3s ease both;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide:nth-child(2) {
    -webkit-animation: anim_rank_pc 12s infinite 6s ease both;
            animation: anim_rank_pc 12s infinite 6s ease both;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide:nth-child(3) {
    -webkit-animation: anim_rank_pc 12s infinite 9s ease both;
            animation: anim_rank_pc 12s infinite 9s ease both;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide:nth-child(4) .content__rank-item {
    overflow: visible;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide:nth-child(4) .content__rank-item__dl-content {
    -webkit-animation: anim_rank_pc 12s infinite 12s ease both;
            animation: anim_rank_pc 12s infinite 12s ease both;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide:nth-child(4) .content__rank-item__dl-content.is-rank_5 {
    -webkit-animation: anim_rank_pc 12s infinite 12.4s ease both;
            animation: anim_rank_pc 12s infinite 12.4s ease both;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide.swiper-slide-next {
  -webkit-animation: anim_rank_sp-next 0.8s 1 0.8s ease both;
          animation: anim_rank_sp-next 0.8s 1 0.8s ease both;
  opacity: 0.4;
  z-index: 1;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide.swiper-slide-prev {
  -webkit-animation: anim_rank_sp-prev 0.6s 1 0s ease both;
          animation: anim_rank_sp-prev 0.6s 1 0s ease both;
  opacity: 0.4;
  z-index: 1;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide .cont_ranking__rank {
  width: 126px;
  height: 101px;
  background: url(/hihoukan/img/ico_crown_pink.svg) no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 3.1875rem;
  line-height: 1.2;
  z-index: 3;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  color: #fff;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide .cont_ranking__rank {
    width: 137px;
    height: 111px;
    font-size: 3.75rem;
    top: -60px;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide .cont_ranking__rank.is-no_2 {
  background: url(/hihoukan/img/ico_crown_pink_02.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 94px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide .cont_ranking__rank.is-no_2 {
    width: 126px;
    height: 101px;
    font-size: 3.1875rem;
    top: -40px;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide .cont_ranking__rank.is-no_2 .content__span {
    font-size: 1.5rem;
    padding: 0 0 0.25rem;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide .cont_ranking__rank .content__span {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 0 0.25rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-slide .cont_ranking__rank .content__span {
    font-size: 1.75rem;
    padding: 0 0 0.375rem;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-pagination {
  line-height: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-pagination {
    display: none;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color_strawberry-pink);
  opacity: 1;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item {
  background: #fff;
  width: 92.3076923077%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item {
    width: 100%;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item.is-rank-45 {
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 8px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item.is-rank-45 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item.is-rank-45 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item.is-rank-45:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item.is-rank-45:hover {
    background-color: transparent;
    -webkit-transform: none;
            transform: none;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item:hover {
    background-color: var(--color_pink-beta_08);
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box:hover {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    background: var(--color_pink-beta_08);
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box:hover .cont_ranking__rank {
  background: #fff !important;
  color: var(--color_strawberry-pink);
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box:hover .content__rank-item__price {
  color: #fff;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box.is-rank_4 .cont_ranking__rank {
  background: var(--color_strawberry-pink_08);
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box.is-rank_5 .cont_ranking__rank {
  background: var(--color_strawberry-pink_06);
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box .cont_ranking__rank {
  width: calc(1.2em + 16px);
  height: 100%;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 3rem;
  color: #fff;
  -webkit-transform: none;
          transform: none;
  top: auto;
  left: auto;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box .cont_ranking__rank .content__span {
  font-size: 1.25rem;
  padding: 1rem 0 0;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box .content__rank-item__dl-content {
  padding: 20px 16px;
  height: calc(50% - 4px);
  background: transparent;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box .content__rank-item__dl-content {
    height: auto;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box .content__rank-item__dl-content dt {
    font-size: 1.25rem;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box .content__rank-item__dl-content dd.is-price {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item-45box .content__rank-item__dl-content .content__rank-item__ico {
    width: 100%;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px 0 0;
  position: relative;
  z-index: 1;
  min-height: 200px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-head {
    min-height: 240px;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-head dt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 12px;
  margin: 0;
  max-width: 200px;
  max-height: 200px;
  width: calc(100% - 86px);
  height: calc(100% - 86px);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-head dt {
    padding: 16px;
    margin: 20px 0 0;
    max-height: none;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-head dt .content__img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-head dt .content__img {
    max-height: none;
  }
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-head dd {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 200px;
  height: 200px;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 16px 32px;
  position: relative;
  z-index: 1;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-content dt {
  font-size: 1.5rem;
  line-height: 1.4;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__dl-content dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 0;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px 6px;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__ico .content__span {
  background: var(--color-glay);
  border-radius: 4px;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 6px;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__price {
  text-align: right;
  color: var(--color_strawberry-pink);
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 0 0 auto;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__price .content__strong {
  font-size: 2.5rem;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__price .content__span {
  font-size: 2rem;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__bk {
  background-color: var(--item-color);
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 120px);
  height: 100%;
  overflow: hidden;
}
#container .content .content__section .content__section__wrap.cont_ranking-top .content__slide .content__rank-item .content__rank-item__bk .content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .content .content__section .content__section__wrap.cont_item {
  width: 100%;
  padding: 20px 16px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_item {
    padding: 40px 2.6315789474% 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 12px;
  }
}
@media screen and (min-width: 640px) and (max-width: 819px) {
  #container .content .content__section .content__section__wrap.cont_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes anim_rank_sp-next {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-60px, 40px);
            transform: translate(-60px, 40px);
  }
}
@keyframes anim_rank_sp-next {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-60px, 40px);
            transform: translate(-60px, 40px);
  }
}
@-webkit-keyframes anim_rank_sp-prev {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(60px, 40px);
            transform: translate(60px, 40px);
  }
}
@keyframes anim_rank_sp-prev {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(60px, 40px);
            transform: translate(60px, 40px);
  }
}
@-webkit-keyframes anim_rank_pc {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  3% {
    -webkit-transform: scale(1.1, 1.1) translate(0, -20px);
            transform: scale(1.1, 1.1) translate(0, -20px);
  }
  12% {
    -webkit-transform: scale(1.1, 1.1) translate(0, -20px);
            transform: scale(1.1, 1.1) translate(0, -20px);
  }
  15% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes anim_rank_pc {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  3% {
    -webkit-transform: scale(1.1, 1.1) translate(0, -20px);
            transform: scale(1.1, 1.1) translate(0, -20px);
  }
  12% {
    -webkit-transform: scale(1.1, 1.1) translate(0, -20px);
            transform: scale(1.1, 1.1) translate(0, -20px);
  }
  15% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
}
@-webkit-keyframes anim_item_hover_wrap {
  0% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  50% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
  }
  100% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
}
@keyframes anim_item_hover_wrap {
  0% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  50% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
  }
  100% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
}
@-webkit-keyframes anim_item_hover {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes anim_item_hover {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes anim_item_animBK {
  0% {
    background-color: transparent;
  }
  3% {
    background-color: var(--item-color);
  }
  8% {
    background-color: var(--item-color);
  }
  12% {
    background-color: var(--item-color);
  }
  14% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes anim_item_animBK {
  0% {
    background-color: transparent;
  }
  3% {
    background-color: var(--item-color);
  }
  8% {
    background-color: var(--item-color);
  }
  12% {
    background-color: var(--item-color);
  }
  14% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
@-webkit-keyframes anim_item_anim_fade_01 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  7% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim_item_anim_fade_01 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  7% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anim_item_anim_fade_02 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim_item_anim_fade_02 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anim_item_anim_img_01_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
}
@keyframes anim_item_anim_img_01_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
}
@-webkit-keyframes anim_item_anim_img_01_sp {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  3% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  10% {
    -webkit-transform: translate(0, calc(-60% - 60px));
            transform: translate(0, calc(-60% - 60px));
  }
  100% {
    -webkit-transform: translate(0, calc(-60% - 60px));
            transform: translate(0, calc(-60% - 60px));
  }
}
@keyframes anim_item_anim_img_01_sp {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  3% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  10% {
    -webkit-transform: translate(0, calc(-60% - 60px));
            transform: translate(0, calc(-60% - 60px));
  }
  100% {
    -webkit-transform: translate(0, calc(-60% - 60px));
            transform: translate(0, calc(-60% - 60px));
  }
}
@-webkit-keyframes anim_item_anim_img_02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
  }
  100% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
  }
}
@keyframes anim_item_anim_img_02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
  }
  100% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
  }
}