@charset "UTF-8";
/* common css
======================================================================================== */
/* System add style
========================================================================================
======================================================================================== */
/* img Aspect - js
============================================ */
.js-imgAspect.u-imgAspect,
.js-imgAspect > .u-imgAspect {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

/* 特集コンテンツ
============================================ */
@media screen and (max-width: 1080px) {
  .p-productwrap__block.-large > .l-block[data-value=MOD_JP_00082] .c-specialblock__imagebanner {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-productwrap__block.-large > .l-block[data-value=MOD_JP_00082] .c-specialblock__imagebanner {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

/* l-inner
============================================ */
.p-productwrap__block.-large > .l-block .l-inner {
  display: block;
}

/* sto img
============================================ */
img[src*="/sto/image/product/product_image_main/"]:not(.u-imgAspect),
img[src*="/sto/image/product/product_image_sub/"]:not(.u-imgAspect) {
  display: inline-block;
  aspect-ratio: 1/1;
}

/* modal
============================================ */
.js-modal-open[data-modal]:hover {
  cursor: pointer;
}
.js-modal-open[data-modal]:hover * {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .js-modal-open[data-modal]:hover {
    opacity: 0.5;
  }
}

/* nav
============================================ */
.c-nav__linkwrap {
  background-color: #3DB1C6;
}
.c-nav__linkwrap:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-nav__linkwrap:hover {
    opacity: 0.5;
  }
}

/* hotword
============================================ */
.c-hotkeyword {
  background-color: transparent !important;
}

/* accordion
============================================ */
.c-accordion + .c-accordion {
  margin-top: 1px;
}

/* category
============================================ */
.c-categoryNormalbox__body[data-view~=underlayer] > .c-categoryNormalbox__name,
.c-categoryNormalbox__body[data-view~=underlayer] > .c-categoryNormalbox__image {
  grid-area: 1/1;
}
.c-categoryNormalbox__body[data-view~=underlayer] > .c-categoryNormalbox__image {
  text-align: center;
}

/* Utility
========================================================================================
======================================================================================== */
/* margin
============================================ */
.u-nmt10{
  margin-top:-10px;
}
.u-nmt15{
  margin-top:-15px;
}
.u-nmt20{
  margin-top:-20px;
}
.u-nmt25{
  margin-top:-25px;
}
.u-nmt30{
  margin-top:-30px;
}

.u-nmr10{
  margin-right:-10px;
}
.u-nmr15{
  margin-right:-15px;
}
.u-nmr20{
  margin-right:-20px;
}
.u-nmr25{
  margin-right:-25px;
}
.u-nmr30{
  margin-right:-30px;
}

.u-nmb10{
  margin-bottom:-10px;
}
.u-nmb15{
  margin-bottom:-15px;
}
.u-nmb20{
  margin-bottom:-20px;
}
.u-nmb25{
  margin-bottom:-25px;
}
.u-nmb30{
  margin-bottom:-30px;
}

.u-nml10{
  margin-left:-10px;
}
.u-nml15{
  margin-left:-15px;
}
.u-nml20{
  margin-left:-20px;
}
.u-nml25{
  margin-left:-25px;
}
.u-nml30{
  margin-left:-30px;
}


/* Font Color
============================================ */
.mc-fc__main {
  color: #3DB1C6 !important;
}
.mc-fc__sub {
  color: #097689 !important;
}
.mc-fc__base {
  color: #FBF4E7 !important;
}
.mc-fc__black {
  color: #460A0B !important;
}
.mc-fc__white {
  color: #fff !important;
}
.mc-fc__gray {
  color: #6e6e6e !important;
}

/* Background color
============================================ */
.mc-bgc__main {
  background-color: #3DB1C6 !important;
}
.mc-bgc__sub {
  background-color: #097689 !important;
}
.mc-bgc__base {
  background-color: #FBF4E7 !important;
}
.mc-bgc__em {
  background-color: #FFEA84 !important;
}
@media screen and (max-width: 768px) {
  .mc-bgc__em__sp {
    background-color: #FFEA84 !important;
  }
}
@media screen and (min-width: 769px) {
  .mc-bgc__em__pc {
    background-color: #FFEA84 !important;
  }
}
.mc-bgc__induction {
  background-color: #FFEBF0 !important;
}
.mc-bgc__black {
  background-color: #460A0B !important;
}
.mc-bgc__white {
  background-color: #fff !important;
}
.mc-bgc__gray {
  background-color: #d5d5d5 !important;
}
.mc-bgc__none {
  background-color: transparent !important;
}

.l-block:not(.mc-bgc__base) + .l-block.mc-bgc__base,
.l-block.mc-bgc__base + .l-block:not(.mc-bgc__base),
.l-block:not(.mc-bgc__induction) + .l-block.mc-bgc__induction,
.l-block.mc-bgc__induction + .l-block:not(.mc-bgc__induction) {
  padding-top: 30px;
}

.l-block.u-bgc__base + .l-block.mc-bgc__base,
.l-block.mc-bgc__base + .l-block.u-bgc__base,
.l-block.u-bgc__lightgreen + .l-block.mc-bgc__base,
.l-block.mc-bgc__base + .l-block.u-bgc__lightgreen {
  padding-top: 0;
}

.p-productwrap .-large .l-block.mc-bgc__base {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .p-productwrap .-large .l-block.mc-bgc__base {
    width: calc(100% + 60px);
    padding-right: 30px;
    padding-left: 30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-productwrap .-large .l-block.mc-bgc__base {
    width: calc(100% + 20px);
    padding-right: 10px;
    padding-left: 10px;
    margin-left: -10px;
  }
}

.l-block.u-bgc__base,
.l-block[data-value=MOD_JP_00080] [class*=__arrow],
.l-block[data-value=MOD_JP_00016] [class*=__arrow] {
  background-color: #FBF4E7 !important;
}

.l-block.u-bgc__base[data-value=MOD_JP_00016],
.l-block.u-bgc__base[data-value=MOD_JP_00016] [class*=__arrow]  {
  background-color: #f2ebeb !important;
}

/* Border
============================================ */
.mc-border__main {
  border: 1px solid #3DB1C6;
}
.mc-border__sub {
  border: 1px solid #097689;
}
.mc-border__black {
  border: 1px solid #460A0B;
}
.mc-border__white {
  border: 1px solid #fff;
}
.mc-border__none {
  border: none !important;
}

.mc-berc__main {
  border-color: #3DB1C6 !important;
}
.mc-berc__sub {
  border-color: #097689 !important;
}
.mc-berc__black {
  border-color: #460A0B !important;
}
.mc-berc__white {
  border-color: #fff !important;
}

.mc-berr__none {
  border-radius: 0 !important;
}
.mc-berr__corner {
  overflow: hidden;
  border-radius: 6px;
}
.mc-berr__full {
  overflow: hidden;
  border-radius: 50%;
}

.mc-berw__1 {
  border-width: 1px !important;
}
.mc-berw__2 {
  border-width: 2px !important;
}
.mc-berw__3 {
  border-width: 3px !important;
}

/* 下層記事
============================================ */
/* 下層記事用コンポーネント
============================================ */
.mc-ul-border {
  content: "";
  display: block;
  margin: 0 auto;
  width: 18.1333333333%;
  height: 4px;
  background-color: var(--main-accent-color);
}

.mc-buyerimg {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.mc-buyerimg.-bottomclip img {
  border-radius: 0 0 19.0476190476% 19.0476190476%;
  border-radius: 0 0 30% 30%;
}
.mc-buyerimg.-topbubble-15 img {
  margin-top: -15%;
}
.mc-buyerimg.-topbubble-20 img {
  margin-top: -20%;
}
.mc-buyerimg.--section {
  max-width: 106px;
  padding-top: 20px;
}

.mc-ul-facebubble {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.mc-ul-facebubble.--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.mc-ul-facebubble.--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.mc-ul-facebubble.--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.mc-ul-facebubble.--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mc-ul-facebubble.--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.mc-ul-facebubble__face {
  width: 24.6511627907%;
}
.mc-ul-facebubble__bubble {
  width: 75.3488372093%;
}
.mc-ul-facebubble.--left .mc-ul-facebubble__bubble {
  text-align: left;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.mc-ul-facebubble.--right .mc-ul-facebubble__bubble {
  text-align: right;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.mc-ul-facebubble.js-fave-animation .mc-ul-facebubble__bubble {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
}
.mc-ul-facebubble.js-fave-animation.is-active .mc-ul-facebubble__bubble {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: sect-bubble-zoomin;
          animation-name: sect-bubble-zoomin;
}
@-webkit-keyframes sect-bubble-zoomin {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes sect-bubble-zoomin {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.mc-ul-productandtext {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc-ul-productandtext.--posleft {
  margin: 0 auto 0 0;
}
.mc-ul-productandtext.--poscenter {
  margin: 0 auto;
}
.mc-ul-productandtext.--posright {
  margin: 0 0 0 auto;
}
.mc-ul-productandtext.--imgleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mc-ul-productandtext.--imgright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mc-ul-productandtext.--imgbottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}
.mc-ul-productandtext.--imgtop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.mc-ul-productandtext.--aligntop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.mc-ul-productandtext.--aligncenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mc-ul-productandtext.--alignbottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.mc-ul-productandtext__product.--origin-x0-y0, .mc-ul-productandtext__text.--origin-x0-y0 {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.mc-ul-productandtext__product.--origin-x0-y10, .mc-ul-productandtext__text.--origin-x0-y10 {
  -webkit-transform-origin: 0% 10%;
          transform-origin: 0% 10%;
}
.mc-ul-productandtext__product.--origin-x0-y20, .mc-ul-productandtext__text.--origin-x0-y20 {
  -webkit-transform-origin: 0% 20%;
          transform-origin: 0% 20%;
}
.mc-ul-productandtext__product.--origin-x0-y25, .mc-ul-productandtext__text.--origin-x0-y25 {
  -webkit-transform-origin: 0% 25%;
          transform-origin: 0% 25%;
}
.mc-ul-productandtext__product.--origin-x0-y30, .mc-ul-productandtext__text.--origin-x0-y30 {
  -webkit-transform-origin: 0% 30%;
          transform-origin: 0% 30%;
}
.mc-ul-productandtext__product.--origin-x0-y40, .mc-ul-productandtext__text.--origin-x0-y40 {
  -webkit-transform-origin: 0% 40%;
          transform-origin: 0% 40%;
}
.mc-ul-productandtext__product.--origin-x0-y50, .mc-ul-productandtext__text.--origin-x0-y50 {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.mc-ul-productandtext__product.--origin-x0-y60, .mc-ul-productandtext__text.--origin-x0-y60 {
  -webkit-transform-origin: 0% 60%;
          transform-origin: 0% 60%;
}
.mc-ul-productandtext__product.--origin-x0-y70, .mc-ul-productandtext__text.--origin-x0-y70 {
  -webkit-transform-origin: 0% 70%;
          transform-origin: 0% 70%;
}
.mc-ul-productandtext__product.--origin-x0-y75, .mc-ul-productandtext__text.--origin-x0-y75 {
  -webkit-transform-origin: 0% 75%;
          transform-origin: 0% 75%;
}
.mc-ul-productandtext__product.--origin-x0-y80, .mc-ul-productandtext__text.--origin-x0-y80 {
  -webkit-transform-origin: 0% 80%;
          transform-origin: 0% 80%;
}
.mc-ul-productandtext__product.--origin-x0-y90, .mc-ul-productandtext__text.--origin-x0-y90 {
  -webkit-transform-origin: 0% 90%;
          transform-origin: 0% 90%;
}
.mc-ul-productandtext__product.--origin-x0-y100, .mc-ul-productandtext__text.--origin-x0-y100 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.mc-ul-productandtext__product.--origin-x10-y0, .mc-ul-productandtext__text.--origin-x10-y0 {
  -webkit-transform-origin: 10% 0%;
          transform-origin: 10% 0%;
}
.mc-ul-productandtext__product.--origin-x10-y10, .mc-ul-productandtext__text.--origin-x10-y10 {
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.mc-ul-productandtext__product.--origin-x10-y20, .mc-ul-productandtext__text.--origin-x10-y20 {
  -webkit-transform-origin: 10% 20%;
          transform-origin: 10% 20%;
}
.mc-ul-productandtext__product.--origin-x10-y25, .mc-ul-productandtext__text.--origin-x10-y25 {
  -webkit-transform-origin: 10% 25%;
          transform-origin: 10% 25%;
}
.mc-ul-productandtext__product.--origin-x10-y30, .mc-ul-productandtext__text.--origin-x10-y30 {
  -webkit-transform-origin: 10% 30%;
          transform-origin: 10% 30%;
}
.mc-ul-productandtext__product.--origin-x10-y40, .mc-ul-productandtext__text.--origin-x10-y40 {
  -webkit-transform-origin: 10% 40%;
          transform-origin: 10% 40%;
}
.mc-ul-productandtext__product.--origin-x10-y50, .mc-ul-productandtext__text.--origin-x10-y50 {
  -webkit-transform-origin: 10% 50%;
          transform-origin: 10% 50%;
}
.mc-ul-productandtext__product.--origin-x10-y60, .mc-ul-productandtext__text.--origin-x10-y60 {
  -webkit-transform-origin: 10% 60%;
          transform-origin: 10% 60%;
}
.mc-ul-productandtext__product.--origin-x10-y70, .mc-ul-productandtext__text.--origin-x10-y70 {
  -webkit-transform-origin: 10% 70%;
          transform-origin: 10% 70%;
}
.mc-ul-productandtext__product.--origin-x10-y75, .mc-ul-productandtext__text.--origin-x10-y75 {
  -webkit-transform-origin: 10% 75%;
          transform-origin: 10% 75%;
}
.mc-ul-productandtext__product.--origin-x10-y80, .mc-ul-productandtext__text.--origin-x10-y80 {
  -webkit-transform-origin: 10% 80%;
          transform-origin: 10% 80%;
}
.mc-ul-productandtext__product.--origin-x10-y90, .mc-ul-productandtext__text.--origin-x10-y90 {
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.mc-ul-productandtext__product.--origin-x10-y100, .mc-ul-productandtext__text.--origin-x10-y100 {
  -webkit-transform-origin: 10% 100%;
          transform-origin: 10% 100%;
}
.mc-ul-productandtext__product.--origin-x20-y0, .mc-ul-productandtext__text.--origin-x20-y0 {
  -webkit-transform-origin: 20% 0%;
          transform-origin: 20% 0%;
}
.mc-ul-productandtext__product.--origin-x20-y10, .mc-ul-productandtext__text.--origin-x20-y10 {
  -webkit-transform-origin: 20% 10%;
          transform-origin: 20% 10%;
}
.mc-ul-productandtext__product.--origin-x20-y20, .mc-ul-productandtext__text.--origin-x20-y20 {
  -webkit-transform-origin: 20% 20%;
          transform-origin: 20% 20%;
}
.mc-ul-productandtext__product.--origin-x20-y25, .mc-ul-productandtext__text.--origin-x20-y25 {
  -webkit-transform-origin: 20% 25%;
          transform-origin: 20% 25%;
}
.mc-ul-productandtext__product.--origin-x20-y30, .mc-ul-productandtext__text.--origin-x20-y30 {
  -webkit-transform-origin: 20% 30%;
          transform-origin: 20% 30%;
}
.mc-ul-productandtext__product.--origin-x20-y40, .mc-ul-productandtext__text.--origin-x20-y40 {
  -webkit-transform-origin: 20% 40%;
          transform-origin: 20% 40%;
}
.mc-ul-productandtext__product.--origin-x20-y50, .mc-ul-productandtext__text.--origin-x20-y50 {
  -webkit-transform-origin: 20% 50%;
          transform-origin: 20% 50%;
}
.mc-ul-productandtext__product.--origin-x20-y60, .mc-ul-productandtext__text.--origin-x20-y60 {
  -webkit-transform-origin: 20% 60%;
          transform-origin: 20% 60%;
}
.mc-ul-productandtext__product.--origin-x20-y70, .mc-ul-productandtext__text.--origin-x20-y70 {
  -webkit-transform-origin: 20% 70%;
          transform-origin: 20% 70%;
}
.mc-ul-productandtext__product.--origin-x20-y75, .mc-ul-productandtext__text.--origin-x20-y75 {
  -webkit-transform-origin: 20% 75%;
          transform-origin: 20% 75%;
}
.mc-ul-productandtext__product.--origin-x20-y80, .mc-ul-productandtext__text.--origin-x20-y80 {
  -webkit-transform-origin: 20% 80%;
          transform-origin: 20% 80%;
}
.mc-ul-productandtext__product.--origin-x20-y90, .mc-ul-productandtext__text.--origin-x20-y90 {
  -webkit-transform-origin: 20% 90%;
          transform-origin: 20% 90%;
}
.mc-ul-productandtext__product.--origin-x20-y100, .mc-ul-productandtext__text.--origin-x20-y100 {
  -webkit-transform-origin: 20% 100%;
          transform-origin: 20% 100%;
}
.mc-ul-productandtext__product.--origin-x25-y0, .mc-ul-productandtext__text.--origin-x25-y0 {
  -webkit-transform-origin: 25% 0%;
          transform-origin: 25% 0%;
}
.mc-ul-productandtext__product.--origin-x25-y10, .mc-ul-productandtext__text.--origin-x25-y10 {
  -webkit-transform-origin: 25% 10%;
          transform-origin: 25% 10%;
}
.mc-ul-productandtext__product.--origin-x25-y20, .mc-ul-productandtext__text.--origin-x25-y20 {
  -webkit-transform-origin: 25% 20%;
          transform-origin: 25% 20%;
}
.mc-ul-productandtext__product.--origin-x25-y25, .mc-ul-productandtext__text.--origin-x25-y25 {
  -webkit-transform-origin: 25% 25%;
          transform-origin: 25% 25%;
}
.mc-ul-productandtext__product.--origin-x25-y30, .mc-ul-productandtext__text.--origin-x25-y30 {
  -webkit-transform-origin: 25% 30%;
          transform-origin: 25% 30%;
}
.mc-ul-productandtext__product.--origin-x25-y40, .mc-ul-productandtext__text.--origin-x25-y40 {
  -webkit-transform-origin: 25% 40%;
          transform-origin: 25% 40%;
}
.mc-ul-productandtext__product.--origin-x25-y50, .mc-ul-productandtext__text.--origin-x25-y50 {
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
}
.mc-ul-productandtext__product.--origin-x25-y60, .mc-ul-productandtext__text.--origin-x25-y60 {
  -webkit-transform-origin: 25% 60%;
          transform-origin: 25% 60%;
}
.mc-ul-productandtext__product.--origin-x25-y70, .mc-ul-productandtext__text.--origin-x25-y70 {
  -webkit-transform-origin: 25% 70%;
          transform-origin: 25% 70%;
}
.mc-ul-productandtext__product.--origin-x25-y75, .mc-ul-productandtext__text.--origin-x25-y75 {
  -webkit-transform-origin: 25% 75%;
          transform-origin: 25% 75%;
}
.mc-ul-productandtext__product.--origin-x25-y80, .mc-ul-productandtext__text.--origin-x25-y80 {
  -webkit-transform-origin: 25% 80%;
          transform-origin: 25% 80%;
}
.mc-ul-productandtext__product.--origin-x25-y90, .mc-ul-productandtext__text.--origin-x25-y90 {
  -webkit-transform-origin: 25% 90%;
          transform-origin: 25% 90%;
}
.mc-ul-productandtext__product.--origin-x25-y100, .mc-ul-productandtext__text.--origin-x25-y100 {
  -webkit-transform-origin: 25% 100%;
          transform-origin: 25% 100%;
}
.mc-ul-productandtext__product.--origin-x30-y0, .mc-ul-productandtext__text.--origin-x30-y0 {
  -webkit-transform-origin: 30% 0%;
          transform-origin: 30% 0%;
}
.mc-ul-productandtext__product.--origin-x30-y10, .mc-ul-productandtext__text.--origin-x30-y10 {
  -webkit-transform-origin: 30% 10%;
          transform-origin: 30% 10%;
}
.mc-ul-productandtext__product.--origin-x30-y20, .mc-ul-productandtext__text.--origin-x30-y20 {
  -webkit-transform-origin: 30% 20%;
          transform-origin: 30% 20%;
}
.mc-ul-productandtext__product.--origin-x30-y25, .mc-ul-productandtext__text.--origin-x30-y25 {
  -webkit-transform-origin: 30% 25%;
          transform-origin: 30% 25%;
}
.mc-ul-productandtext__product.--origin-x30-y30, .mc-ul-productandtext__text.--origin-x30-y30 {
  -webkit-transform-origin: 30% 30%;
          transform-origin: 30% 30%;
}
.mc-ul-productandtext__product.--origin-x30-y40, .mc-ul-productandtext__text.--origin-x30-y40 {
  -webkit-transform-origin: 30% 40%;
          transform-origin: 30% 40%;
}
.mc-ul-productandtext__product.--origin-x30-y50, .mc-ul-productandtext__text.--origin-x30-y50 {
  -webkit-transform-origin: 30% 50%;
          transform-origin: 30% 50%;
}
.mc-ul-productandtext__product.--origin-x30-y60, .mc-ul-productandtext__text.--origin-x30-y60 {
  -webkit-transform-origin: 30% 60%;
          transform-origin: 30% 60%;
}
.mc-ul-productandtext__product.--origin-x30-y70, .mc-ul-productandtext__text.--origin-x30-y70 {
  -webkit-transform-origin: 30% 70%;
          transform-origin: 30% 70%;
}
.mc-ul-productandtext__product.--origin-x30-y75, .mc-ul-productandtext__text.--origin-x30-y75 {
  -webkit-transform-origin: 30% 75%;
          transform-origin: 30% 75%;
}
.mc-ul-productandtext__product.--origin-x30-y80, .mc-ul-productandtext__text.--origin-x30-y80 {
  -webkit-transform-origin: 30% 80%;
          transform-origin: 30% 80%;
}
.mc-ul-productandtext__product.--origin-x30-y90, .mc-ul-productandtext__text.--origin-x30-y90 {
  -webkit-transform-origin: 30% 90%;
          transform-origin: 30% 90%;
}
.mc-ul-productandtext__product.--origin-x30-y100, .mc-ul-productandtext__text.--origin-x30-y100 {
  -webkit-transform-origin: 30% 100%;
          transform-origin: 30% 100%;
}
.mc-ul-productandtext__product.--origin-x40-y0, .mc-ul-productandtext__text.--origin-x40-y0 {
  -webkit-transform-origin: 40% 0%;
          transform-origin: 40% 0%;
}
.mc-ul-productandtext__product.--origin-x40-y10, .mc-ul-productandtext__text.--origin-x40-y10 {
  -webkit-transform-origin: 40% 10%;
          transform-origin: 40% 10%;
}
.mc-ul-productandtext__product.--origin-x40-y20, .mc-ul-productandtext__text.--origin-x40-y20 {
  -webkit-transform-origin: 40% 20%;
          transform-origin: 40% 20%;
}
.mc-ul-productandtext__product.--origin-x40-y25, .mc-ul-productandtext__text.--origin-x40-y25 {
  -webkit-transform-origin: 40% 25%;
          transform-origin: 40% 25%;
}
.mc-ul-productandtext__product.--origin-x40-y30, .mc-ul-productandtext__text.--origin-x40-y30 {
  -webkit-transform-origin: 40% 30%;
          transform-origin: 40% 30%;
}
.mc-ul-productandtext__product.--origin-x40-y40, .mc-ul-productandtext__text.--origin-x40-y40 {
  -webkit-transform-origin: 40% 40%;
          transform-origin: 40% 40%;
}
.mc-ul-productandtext__product.--origin-x40-y50, .mc-ul-productandtext__text.--origin-x40-y50 {
  -webkit-transform-origin: 40% 50%;
          transform-origin: 40% 50%;
}
.mc-ul-productandtext__product.--origin-x40-y60, .mc-ul-productandtext__text.--origin-x40-y60 {
  -webkit-transform-origin: 40% 60%;
          transform-origin: 40% 60%;
}
.mc-ul-productandtext__product.--origin-x40-y70, .mc-ul-productandtext__text.--origin-x40-y70 {
  -webkit-transform-origin: 40% 70%;
          transform-origin: 40% 70%;
}
.mc-ul-productandtext__product.--origin-x40-y75, .mc-ul-productandtext__text.--origin-x40-y75 {
  -webkit-transform-origin: 40% 75%;
          transform-origin: 40% 75%;
}
.mc-ul-productandtext__product.--origin-x40-y80, .mc-ul-productandtext__text.--origin-x40-y80 {
  -webkit-transform-origin: 40% 80%;
          transform-origin: 40% 80%;
}
.mc-ul-productandtext__product.--origin-x40-y90, .mc-ul-productandtext__text.--origin-x40-y90 {
  -webkit-transform-origin: 40% 90%;
          transform-origin: 40% 90%;
}
.mc-ul-productandtext__product.--origin-x40-y100, .mc-ul-productandtext__text.--origin-x40-y100 {
  -webkit-transform-origin: 40% 100%;
          transform-origin: 40% 100%;
}
.mc-ul-productandtext__product.--origin-x50-y0, .mc-ul-productandtext__text.--origin-x50-y0 {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.mc-ul-productandtext__product.--origin-x50-y10, .mc-ul-productandtext__text.--origin-x50-y10 {
  -webkit-transform-origin: 50% 10%;
          transform-origin: 50% 10%;
}
.mc-ul-productandtext__product.--origin-x50-y20, .mc-ul-productandtext__text.--origin-x50-y20 {
  -webkit-transform-origin: 50% 20%;
          transform-origin: 50% 20%;
}
.mc-ul-productandtext__product.--origin-x50-y25, .mc-ul-productandtext__text.--origin-x50-y25 {
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
}
.mc-ul-productandtext__product.--origin-x50-y30, .mc-ul-productandtext__text.--origin-x50-y30 {
  -webkit-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
}
.mc-ul-productandtext__product.--origin-x50-y40, .mc-ul-productandtext__text.--origin-x50-y40 {
  -webkit-transform-origin: 50% 40%;
          transform-origin: 50% 40%;
}
.mc-ul-productandtext__product.--origin-x50-y50, .mc-ul-productandtext__text.--origin-x50-y50 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.mc-ul-productandtext__product.--origin-x50-y60, .mc-ul-productandtext__text.--origin-x50-y60 {
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
}
.mc-ul-productandtext__product.--origin-x50-y70, .mc-ul-productandtext__text.--origin-x50-y70 {
  -webkit-transform-origin: 50% 70%;
          transform-origin: 50% 70%;
}
.mc-ul-productandtext__product.--origin-x50-y75, .mc-ul-productandtext__text.--origin-x50-y75 {
  -webkit-transform-origin: 50% 75%;
          transform-origin: 50% 75%;
}
.mc-ul-productandtext__product.--origin-x50-y80, .mc-ul-productandtext__text.--origin-x50-y80 {
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
}
.mc-ul-productandtext__product.--origin-x50-y90, .mc-ul-productandtext__text.--origin-x50-y90 {
  -webkit-transform-origin: 50% 90%;
          transform-origin: 50% 90%;
}
.mc-ul-productandtext__product.--origin-x50-y100, .mc-ul-productandtext__text.--origin-x50-y100 {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.mc-ul-productandtext__product.--origin-x60-y0, .mc-ul-productandtext__text.--origin-x60-y0 {
  -webkit-transform-origin: 60% 0%;
          transform-origin: 60% 0%;
}
.mc-ul-productandtext__product.--origin-x60-y10, .mc-ul-productandtext__text.--origin-x60-y10 {
  -webkit-transform-origin: 60% 10%;
          transform-origin: 60% 10%;
}
.mc-ul-productandtext__product.--origin-x60-y20, .mc-ul-productandtext__text.--origin-x60-y20 {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
}
.mc-ul-productandtext__product.--origin-x60-y25, .mc-ul-productandtext__text.--origin-x60-y25 {
  -webkit-transform-origin: 60% 25%;
          transform-origin: 60% 25%;
}
.mc-ul-productandtext__product.--origin-x60-y30, .mc-ul-productandtext__text.--origin-x60-y30 {
  -webkit-transform-origin: 60% 30%;
          transform-origin: 60% 30%;
}
.mc-ul-productandtext__product.--origin-x60-y40, .mc-ul-productandtext__text.--origin-x60-y40 {
  -webkit-transform-origin: 60% 40%;
          transform-origin: 60% 40%;
}
.mc-ul-productandtext__product.--origin-x60-y50, .mc-ul-productandtext__text.--origin-x60-y50 {
  -webkit-transform-origin: 60% 50%;
          transform-origin: 60% 50%;
}
.mc-ul-productandtext__product.--origin-x60-y60, .mc-ul-productandtext__text.--origin-x60-y60 {
  -webkit-transform-origin: 60% 60%;
          transform-origin: 60% 60%;
}
.mc-ul-productandtext__product.--origin-x60-y70, .mc-ul-productandtext__text.--origin-x60-y70 {
  -webkit-transform-origin: 60% 70%;
          transform-origin: 60% 70%;
}
.mc-ul-productandtext__product.--origin-x60-y75, .mc-ul-productandtext__text.--origin-x60-y75 {
  -webkit-transform-origin: 60% 75%;
          transform-origin: 60% 75%;
}
.mc-ul-productandtext__product.--origin-x60-y80, .mc-ul-productandtext__text.--origin-x60-y80 {
  -webkit-transform-origin: 60% 80%;
          transform-origin: 60% 80%;
}
.mc-ul-productandtext__product.--origin-x60-y90, .mc-ul-productandtext__text.--origin-x60-y90 {
  -webkit-transform-origin: 60% 90%;
          transform-origin: 60% 90%;
}
.mc-ul-productandtext__product.--origin-x60-y100, .mc-ul-productandtext__text.--origin-x60-y100 {
  -webkit-transform-origin: 60% 100%;
          transform-origin: 60% 100%;
}
.mc-ul-productandtext__product.--origin-x70-y0, .mc-ul-productandtext__text.--origin-x70-y0 {
  -webkit-transform-origin: 70% 0%;
          transform-origin: 70% 0%;
}
.mc-ul-productandtext__product.--origin-x70-y10, .mc-ul-productandtext__text.--origin-x70-y10 {
  -webkit-transform-origin: 70% 10%;
          transform-origin: 70% 10%;
}
.mc-ul-productandtext__product.--origin-x70-y20, .mc-ul-productandtext__text.--origin-x70-y20 {
  -webkit-transform-origin: 70% 20%;
          transform-origin: 70% 20%;
}
.mc-ul-productandtext__product.--origin-x70-y25, .mc-ul-productandtext__text.--origin-x70-y25 {
  -webkit-transform-origin: 70% 25%;
          transform-origin: 70% 25%;
}
.mc-ul-productandtext__product.--origin-x70-y30, .mc-ul-productandtext__text.--origin-x70-y30 {
  -webkit-transform-origin: 70% 30%;
          transform-origin: 70% 30%;
}
.mc-ul-productandtext__product.--origin-x70-y40, .mc-ul-productandtext__text.--origin-x70-y40 {
  -webkit-transform-origin: 70% 40%;
          transform-origin: 70% 40%;
}
.mc-ul-productandtext__product.--origin-x70-y50, .mc-ul-productandtext__text.--origin-x70-y50 {
  -webkit-transform-origin: 70% 50%;
          transform-origin: 70% 50%;
}
.mc-ul-productandtext__product.--origin-x70-y60, .mc-ul-productandtext__text.--origin-x70-y60 {
  -webkit-transform-origin: 70% 60%;
          transform-origin: 70% 60%;
}
.mc-ul-productandtext__product.--origin-x70-y70, .mc-ul-productandtext__text.--origin-x70-y70 {
  -webkit-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
}
.mc-ul-productandtext__product.--origin-x70-y75, .mc-ul-productandtext__text.--origin-x70-y75 {
  -webkit-transform-origin: 70% 75%;
          transform-origin: 70% 75%;
}
.mc-ul-productandtext__product.--origin-x70-y80, .mc-ul-productandtext__text.--origin-x70-y80 {
  -webkit-transform-origin: 70% 80%;
          transform-origin: 70% 80%;
}
.mc-ul-productandtext__product.--origin-x70-y90, .mc-ul-productandtext__text.--origin-x70-y90 {
  -webkit-transform-origin: 70% 90%;
          transform-origin: 70% 90%;
}
.mc-ul-productandtext__product.--origin-x70-y100, .mc-ul-productandtext__text.--origin-x70-y100 {
  -webkit-transform-origin: 70% 100%;
          transform-origin: 70% 100%;
}
.mc-ul-productandtext__product.--origin-x75-y0, .mc-ul-productandtext__text.--origin-x75-y0 {
  -webkit-transform-origin: 75% 0%;
          transform-origin: 75% 0%;
}
.mc-ul-productandtext__product.--origin-x75-y10, .mc-ul-productandtext__text.--origin-x75-y10 {
  -webkit-transform-origin: 75% 10%;
          transform-origin: 75% 10%;
}
.mc-ul-productandtext__product.--origin-x75-y20, .mc-ul-productandtext__text.--origin-x75-y20 {
  -webkit-transform-origin: 75% 20%;
          transform-origin: 75% 20%;
}
.mc-ul-productandtext__product.--origin-x75-y25, .mc-ul-productandtext__text.--origin-x75-y25 {
  -webkit-transform-origin: 75% 25%;
          transform-origin: 75% 25%;
}
.mc-ul-productandtext__product.--origin-x75-y30, .mc-ul-productandtext__text.--origin-x75-y30 {
  -webkit-transform-origin: 75% 30%;
          transform-origin: 75% 30%;
}
.mc-ul-productandtext__product.--origin-x75-y40, .mc-ul-productandtext__text.--origin-x75-y40 {
  -webkit-transform-origin: 75% 40%;
          transform-origin: 75% 40%;
}
.mc-ul-productandtext__product.--origin-x75-y50, .mc-ul-productandtext__text.--origin-x75-y50 {
  -webkit-transform-origin: 75% 50%;
          transform-origin: 75% 50%;
}
.mc-ul-productandtext__product.--origin-x75-y60, .mc-ul-productandtext__text.--origin-x75-y60 {
  -webkit-transform-origin: 75% 60%;
          transform-origin: 75% 60%;
}
.mc-ul-productandtext__product.--origin-x75-y70, .mc-ul-productandtext__text.--origin-x75-y70 {
  -webkit-transform-origin: 75% 70%;
          transform-origin: 75% 70%;
}
.mc-ul-productandtext__product.--origin-x75-y75, .mc-ul-productandtext__text.--origin-x75-y75 {
  -webkit-transform-origin: 75% 75%;
          transform-origin: 75% 75%;
}
.mc-ul-productandtext__product.--origin-x75-y80, .mc-ul-productandtext__text.--origin-x75-y80 {
  -webkit-transform-origin: 75% 80%;
          transform-origin: 75% 80%;
}
.mc-ul-productandtext__product.--origin-x75-y90, .mc-ul-productandtext__text.--origin-x75-y90 {
  -webkit-transform-origin: 75% 90%;
          transform-origin: 75% 90%;
}
.mc-ul-productandtext__product.--origin-x75-y100, .mc-ul-productandtext__text.--origin-x75-y100 {
  -webkit-transform-origin: 75% 100%;
          transform-origin: 75% 100%;
}
.mc-ul-productandtext__product.--origin-x80-y0, .mc-ul-productandtext__text.--origin-x80-y0 {
  -webkit-transform-origin: 80% 0%;
          transform-origin: 80% 0%;
}
.mc-ul-productandtext__product.--origin-x80-y10, .mc-ul-productandtext__text.--origin-x80-y10 {
  -webkit-transform-origin: 80% 10%;
          transform-origin: 80% 10%;
}
.mc-ul-productandtext__product.--origin-x80-y20, .mc-ul-productandtext__text.--origin-x80-y20 {
  -webkit-transform-origin: 80% 20%;
          transform-origin: 80% 20%;
}
.mc-ul-productandtext__product.--origin-x80-y25, .mc-ul-productandtext__text.--origin-x80-y25 {
  -webkit-transform-origin: 80% 25%;
          transform-origin: 80% 25%;
}
.mc-ul-productandtext__product.--origin-x80-y30, .mc-ul-productandtext__text.--origin-x80-y30 {
  -webkit-transform-origin: 80% 30%;
          transform-origin: 80% 30%;
}
.mc-ul-productandtext__product.--origin-x80-y40, .mc-ul-productandtext__text.--origin-x80-y40 {
  -webkit-transform-origin: 80% 40%;
          transform-origin: 80% 40%;
}
.mc-ul-productandtext__product.--origin-x80-y50, .mc-ul-productandtext__text.--origin-x80-y50 {
  -webkit-transform-origin: 80% 50%;
          transform-origin: 80% 50%;
}
.mc-ul-productandtext__product.--origin-x80-y60, .mc-ul-productandtext__text.--origin-x80-y60 {
  -webkit-transform-origin: 80% 60%;
          transform-origin: 80% 60%;
}
.mc-ul-productandtext__product.--origin-x80-y70, .mc-ul-productandtext__text.--origin-x80-y70 {
  -webkit-transform-origin: 80% 70%;
          transform-origin: 80% 70%;
}
.mc-ul-productandtext__product.--origin-x80-y75, .mc-ul-productandtext__text.--origin-x80-y75 {
  -webkit-transform-origin: 80% 75%;
          transform-origin: 80% 75%;
}
.mc-ul-productandtext__product.--origin-x80-y80, .mc-ul-productandtext__text.--origin-x80-y80 {
  -webkit-transform-origin: 80% 80%;
          transform-origin: 80% 80%;
}
.mc-ul-productandtext__product.--origin-x80-y90, .mc-ul-productandtext__text.--origin-x80-y90 {
  -webkit-transform-origin: 80% 90%;
          transform-origin: 80% 90%;
}
.mc-ul-productandtext__product.--origin-x80-y100, .mc-ul-productandtext__text.--origin-x80-y100 {
  -webkit-transform-origin: 80% 100%;
          transform-origin: 80% 100%;
}
.mc-ul-productandtext__product.--origin-x90-y0, .mc-ul-productandtext__text.--origin-x90-y0 {
  -webkit-transform-origin: 90% 0%;
          transform-origin: 90% 0%;
}
.mc-ul-productandtext__product.--origin-x90-y10, .mc-ul-productandtext__text.--origin-x90-y10 {
  -webkit-transform-origin: 90% 10%;
          transform-origin: 90% 10%;
}
.mc-ul-productandtext__product.--origin-x90-y20, .mc-ul-productandtext__text.--origin-x90-y20 {
  -webkit-transform-origin: 90% 20%;
          transform-origin: 90% 20%;
}
.mc-ul-productandtext__product.--origin-x90-y25, .mc-ul-productandtext__text.--origin-x90-y25 {
  -webkit-transform-origin: 90% 25%;
          transform-origin: 90% 25%;
}
.mc-ul-productandtext__product.--origin-x90-y30, .mc-ul-productandtext__text.--origin-x90-y30 {
  -webkit-transform-origin: 90% 30%;
          transform-origin: 90% 30%;
}
.mc-ul-productandtext__product.--origin-x90-y40, .mc-ul-productandtext__text.--origin-x90-y40 {
  -webkit-transform-origin: 90% 40%;
          transform-origin: 90% 40%;
}
.mc-ul-productandtext__product.--origin-x90-y50, .mc-ul-productandtext__text.--origin-x90-y50 {
  -webkit-transform-origin: 90% 50%;
          transform-origin: 90% 50%;
}
.mc-ul-productandtext__product.--origin-x90-y60, .mc-ul-productandtext__text.--origin-x90-y60 {
  -webkit-transform-origin: 90% 60%;
          transform-origin: 90% 60%;
}
.mc-ul-productandtext__product.--origin-x90-y70, .mc-ul-productandtext__text.--origin-x90-y70 {
  -webkit-transform-origin: 90% 70%;
          transform-origin: 90% 70%;
}
.mc-ul-productandtext__product.--origin-x90-y75, .mc-ul-productandtext__text.--origin-x90-y75 {
  -webkit-transform-origin: 90% 75%;
          transform-origin: 90% 75%;
}
.mc-ul-productandtext__product.--origin-x90-y80, .mc-ul-productandtext__text.--origin-x90-y80 {
  -webkit-transform-origin: 90% 80%;
          transform-origin: 90% 80%;
}
.mc-ul-productandtext__product.--origin-x90-y90, .mc-ul-productandtext__text.--origin-x90-y90 {
  -webkit-transform-origin: 90% 90%;
          transform-origin: 90% 90%;
}
.mc-ul-productandtext__product.--origin-x90-y100, .mc-ul-productandtext__text.--origin-x90-y100 {
  -webkit-transform-origin: 90% 100%;
          transform-origin: 90% 100%;
}
.mc-ul-productandtext__product.--origin-x100-y0, .mc-ul-productandtext__text.--origin-x100-y0 {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.mc-ul-productandtext__product.--origin-x100-y10, .mc-ul-productandtext__text.--origin-x100-y10 {
  -webkit-transform-origin: 100% 10%;
          transform-origin: 100% 10%;
}
.mc-ul-productandtext__product.--origin-x100-y20, .mc-ul-productandtext__text.--origin-x100-y20 {
  -webkit-transform-origin: 100% 20%;
          transform-origin: 100% 20%;
}
.mc-ul-productandtext__product.--origin-x100-y25, .mc-ul-productandtext__text.--origin-x100-y25 {
  -webkit-transform-origin: 100% 25%;
          transform-origin: 100% 25%;
}
.mc-ul-productandtext__product.--origin-x100-y30, .mc-ul-productandtext__text.--origin-x100-y30 {
  -webkit-transform-origin: 100% 30%;
          transform-origin: 100% 30%;
}
.mc-ul-productandtext__product.--origin-x100-y40, .mc-ul-productandtext__text.--origin-x100-y40 {
  -webkit-transform-origin: 100% 40%;
          transform-origin: 100% 40%;
}
.mc-ul-productandtext__product.--origin-x100-y50, .mc-ul-productandtext__text.--origin-x100-y50 {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.mc-ul-productandtext__product.--origin-x100-y60, .mc-ul-productandtext__text.--origin-x100-y60 {
  -webkit-transform-origin: 100% 60%;
          transform-origin: 100% 60%;
}
.mc-ul-productandtext__product.--origin-x100-y70, .mc-ul-productandtext__text.--origin-x100-y70 {
  -webkit-transform-origin: 100% 70%;
          transform-origin: 100% 70%;
}
.mc-ul-productandtext__product.--origin-x100-y75, .mc-ul-productandtext__text.--origin-x100-y75 {
  -webkit-transform-origin: 100% 75%;
          transform-origin: 100% 75%;
}
.mc-ul-productandtext__product.--origin-x100-y80, .mc-ul-productandtext__text.--origin-x100-y80 {
  -webkit-transform-origin: 100% 80%;
          transform-origin: 100% 80%;
}
.mc-ul-productandtext__product.--origin-x100-y90, .mc-ul-productandtext__text.--origin-x100-y90 {
  -webkit-transform-origin: 100% 90%;
          transform-origin: 100% 90%;
}
.mc-ul-productandtext__product.--origin-x100-y100, .mc-ul-productandtext__text.--origin-x100-y100 {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.mc-ul-productandtext.js-fave-animation.--imgleft .mc-ul-productandtext__product, .mc-ul-productandtext.js-fave-animation.--imgleft .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.--imgright .mc-ul-productandtext__product, .mc-ul-productandtext.js-fave-animation.--imgright .mc-ul-productandtext__text {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--rotateleft .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--rotateleft .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgright.--rotateleft .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgright.--rotateleft .mc-ul-productandtext__text {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-rotate;
          animation-name: sect-itemtext-rotate;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--rotateright .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--rotateright .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgright.--rotateright .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgright.--rotateright .mc-ul-productandtext__text {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-rotate-reverse;
          animation-name: sect-itemtext-rotate-reverse;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--swingleft .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--swingleft .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgright.--swingleft .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgright.--swingleft .mc-ul-productandtext__text {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-swing;
          animation-name: sect-itemtext-swing;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--swingright .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft.--swingright .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgright.--swingright .mc-ul-productandtext__product,
.mc-ul-productandtext.js-fave-animation.is-active.--imgright.--swingright .mc-ul-productandtext__text {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-swing-reverse;
          animation-name: sect-itemtext-swing-reverse;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__product, .mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__product.--rotateleft, .mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__text.--rotateleft, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__product, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__product.--rotateleft, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__text.--rotateleft {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-rotate;
          animation-name: sect-itemtext-rotate;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__product.--rotateright, .mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__text.--rotateright, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__product.--rotateright, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__text.--rotateright {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-rotate-reverse;
          animation-name: sect-itemtext-rotate-reverse;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__product.--swingleft, .mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__text.--swingleft, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__product.--swingleft, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__text.--swingleft {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-swing;
          animation-name: sect-itemtext-swing;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__product.--swingright, .mc-ul-productandtext.js-fave-animation.is-active.--imgleft .mc-ul-productandtext__text.--swingright, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__product.--swingright, .mc-ul-productandtext.js-fave-animation.is-active.--imgright .mc-ul-productandtext__text.--swingright {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: sect-itemtext-swing-reverse;
          animation-name: sect-itemtext-swing-reverse;
}
.mc-ul-productandtext.js-fave-animation.--imgbottom .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.--imgtop .mc-ul-productandtext__text {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
}
.mc-ul-productandtext.js-fave-animation.--imgbottom .mc-ul-productandtext__text {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.mc-ul-productandtext.js-fave-animation.--imgtop .mc-ul-productandtext__text {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.mc-ul-productandtext.js-fave-animation.is-active.--imgbottom .mc-ul-productandtext__text, .mc-ul-productandtext.js-fave-animation.is-active.--imgtop .mc-ul-productandtext__text {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: sect-itemtext-fadein;
          animation-name: sect-itemtext-fadein;
}
@-webkit-keyframes sect-itemtext-rotate {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  19.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  59.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  99.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes sect-itemtext-rotate {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  19.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  59.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  99.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes sect-itemtext-rotate-reverse {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  19.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  59.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  99.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes sect-itemtext-rotate-reverse {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  19.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  59.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  99.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes sect-itemtext-swing {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  19.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  59.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  99.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes sect-itemtext-swing {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  19.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  59.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  99.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes sect-itemtext-swing-reverse {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  19.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  59.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  99.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes sect-itemtext-swing-reverse {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  19.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  39.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  59.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  79.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  99.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes sect-itemtext-fadein {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes sect-itemtext-fadein {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.mc-exlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
  font-size: inherit;
  line-height: 1.3;
  color: #887F74;
}
.mc-exlink::before {
  display: block;
  content: "";
  width: 20px;
  margin-right: 6px;
  aspect-ratio: 1;
  background-image: url("/include/shopping/gift/story/buyers_fave/common/image/icn_outlink_gray.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mc-exlink__text {
  margin-top: calc(20px - 1.3em);
  width: calc(100% - 20px);
}

/* 下層記事style
============================================ */
.p-ul-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-ul-mv {
    display: block;
    overflow-x: hidden;
  }
}
.p-ul-mv__image {
  width: calc((100% - 435px) * 655 / 765);
  max-width: 655px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ul-mv__image {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}
.p-ul-mv__photo {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ul-mv__photo {
    aspect-ratio: 375/522;
  }
}
.p-ul-mv__icon {
  position: absolute;
  width: 31.1450381679%;
  max-width: 204px;
  aspect-ratio: 1;
  right: 0;
  bottom: 20px;
}
.p-ul-mv__icon.js-fave-animation {
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateX(50%) rotate(0deg) scale(0.2);
          transform: translateX(50%) rotate(0deg) scale(0.2);
}
.p-ul-mv__icon.js-fave-animation.is-active {
  opacity: 1;
    -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
    -webkit-animation-name: mv-icon-zoomin-pc;
  animation-name: mv-icon-zoomin-pc;
  -webkit-transform: translateX(50%) rotate(15deg) scale(1);
          transform: translateX(50%) rotate(15deg) scale(1);
}
@media screen and (max-width: 768px) {
  .p-ul-mv__icon {
    width: 37.3vw;
    bottom: 0px;
  }
  .p-ul-mv__icon.js-fave-animation {
    -webkit-transform: translateY(31%) rotate(0deg) scale(0.2);
            transform: translateY(31%) rotate(0deg) scale(0.2);
  }
  .p-ul-mv__icon.js-fave-animation.is-active {
      -webkit-animation-name: mv-icon-zoomin-sp;
    animation-name: mv-icon-zoomin-sp;
    -webkit-transform: translateY(31%) rotate(15deg) scale(1);
            transform: translateY(31%) rotate(15deg) scale(1);
  }
}

@-webkit-keyframes mv-icon-zoomin-pc {
  from {
    -webkit-transform: translateX(50%) rotate(15deg) scale(0.2);
            transform: translateX(50%) rotate(15deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(50%) rotate(15deg) scale(1);
            transform: translateX(50%) rotate(15deg) scale(1);
    opacity: 1;
  }
}
@keyframes mv-icon-zoomin-pc {
  from {
    -webkit-transform: translateX(50%) rotate(15deg) scale(0.2);
            transform: translateX(50%) rotate(15deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(50%) rotate(15deg) scale(1);
            transform: translateX(50%) rotate(15deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mv-icon-zoomin-sp {
  from {
    -webkit-transform: translateY(31%) rotate(15deg) scale(0.2);
            transform: translateY(31%) rotate(15deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(31%) rotate(15deg) scale(1);
            transform: translateY(31%) rotate(15deg) scale(1);
    opacity: 1;
  }
}
@keyframes mv-icon-zoomin-sp {
  from {
    -webkit-transform: translateY(31%) rotate(15deg) scale(0.2);
            transform: translateY(31%) rotate(15deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(31%) rotate(15deg) scale(1);
            transform: translateY(31%) rotate(15deg) scale(1);
    opacity: 1;
  }
}

.p-ul-mv__text {
  min-width: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-ul-mv__text {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-ul-mv__text {
    width: 100%;
    min-width: unset;
    margin-top: 16vw;
  }
}
.p-ul-mv__textcontent {
  color: #460A0B;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-ul-mv__textcontent {
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
}
.p-ul-mv__date {
  display: block;
  width: 100%;
  text-align: right;
  color: #887F74;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-ul-mv__date {
    font-size: 14px;
    text-align: center;
  }
}

.p-ul-intronav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #460A0B;
  gap: 30px 50px;
}
.p-ul-intronav__introarea {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ul-intronav__introttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.p-ul-intronav__introimgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-ul-intronav__introbubble.js-fave-animation {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.p-ul-intronav__introbubble.js-fave-animation.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: nav-bubble-fadein;
          animation-name: nav-bubble-fadein;
}
@-webkit-keyframes nav-bubble-fadein {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes nav-bubble-fadein {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.p-ul-intronav__introwho {
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.p-ul-intronav__intropic {
  font-size: 18px;
  line-height: 140%;
}
.p-ul-intronav__introname {
  font-size: 24px;
  line-height: 140%;
}
.p-ul-intronav__navarea {
  display: block;
  width: 700px;
  min-width: 700px;
  border-radius: 20px;
  padding: 20px 35px;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(60, 46, 29, 0.05);
          box-shadow: 10px 10px 10px 0px rgba(60, 46, 29, 0.05);
}
@media screen and (max-width: 768px) {
  .p-ul-intronav__navarea {
    width: 100%;
    min-width: unset;
    padding: 12px 20px;
  }
}
.p-ul-intronav__navhead {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
}
.p-ul-intronav__nav {
  display: block;
  width: 100%;
}
.p-ul-intronav__navitem {
  border-bottom: 1px solid #b5b5b5;
}
.p-ul-intronav__navlink {
  display: block;
  padding: 20px 0 15px;
  position: relative;
  text-decoration: none;
}
.p-ul-intronav__navlink::after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.p-ul-intronav__navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-ul-intronav__navimg {
  display: block;
  margin-right: 10px;
  width: 62px;
}
.p-ul-intronav__navtxtwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 62px);
}
.p-ul-intronav__navtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.p-ul-intronav__navnum {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--main-accent-color);
  min-width: 2em;
}
@media screen and (max-width: 768px) {
  .p-ul-intronav__navnum {
    font-size: 15px;
  }
}
.p-ul-intronav__navttl {
  width: calc(100% - 36px);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-ul-intronav__navttl {
    width: calc(100% - 30px);
    font-size: 15px;
  }
}

.p-ul-sectband {
  width: 100%;
  padding: 10px 0;
}
.p-ul-sectband__wrap {
  display: block;
  margin: 0 auto;
  width: auto;
  text-align: center;
}

.p-ul-sect {
  padding-top: 40px;
  padding-bottom: 90px;
  color: #460A0B;
}
.p-ul-sect.--white {
  color: #fff;
}
.p-ul-sect__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-ul-sect__ttlicon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 110px;
}
.p-ul-sect__ttlicon.js-fave-animation {
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%) rotate(-10deg) scale(0.2);
          transform: translate(-100%, -50%) rotate(-10deg) scale(0.2);
}
.p-ul-sect__ttlicon.js-fave-animation.is-active {
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: sect-icon-zoomin-pc;
          animation-name: sect-icon-zoomin-pc;
  -webkit-transform: translate(-100%, -50%) rotate(-10deg) scale(1);
          transform: translate(-100%, -50%) rotate(-10deg) scale(1);
}
@media screen and (max-width: 768px) {
  .p-ul-sect__ttlicon {
    top: 0%;
  }
  .p-ul-sect__ttlicon.js-fave-animation {
    -webkit-transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(0.2);
            transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(0.2);
  }
  .p-ul-sect__ttlicon.js-fave-animation.is-active {
    -webkit-animation-name: sect-icon-zoomin-md;
            animation-name: sect-icon-zoomin-md;
    -webkit-transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(1);
            transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(1);
  }
}
@media screen and (max-width: 360px) {
  .p-ul-sect__ttlicon.js-fave-animation {
    -webkit-transform: translate(0%, -100%) rotate(-10deg) scale(0.2);
            transform: translate(0%, -100%) rotate(-10deg) scale(0.2);
  }
  .p-ul-sect__ttlicon.js-fave-animation.is-active {
    -webkit-animation-name: sect-icon-zoomin-sp;
            animation-name: sect-icon-zoomin-sp;
    -webkit-transform: translate(0%, -100%) rotate(-10deg) scale(1);
            transform: translate(0%, -100%) rotate(-10deg) scale(1);
  }
}
@media screen and (max-width: 768px) {
  .p-ul-sect__ttlicon.--withband {
    -webkit-animation-name: sect-icon-zoomin-sp;
            animation-name: sect-icon-zoomin-sp;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
}

@-webkit-keyframes sect-icon-zoomin-pc {
  from {
    -webkit-transform: translate(-100%, -50%) rotate(-10deg) scale(0.2);
            transform: translate(-100%, -50%) rotate(-10deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-100%, -50%) rotate(-10deg) scale(1);
            transform: translate(-100%, -50%) rotate(-10deg) scale(1);
    opacity: 1;
  }
}
@keyframes sect-icon-zoomin-pc {
  from {
    -webkit-transform: translate(-100%, -50%) rotate(-10deg) scale(0.2);
            transform: translate(-100%, -50%) rotate(-10deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-100%, -50%) rotate(-10deg) scale(1);
            transform: translate(-100%, -50%) rotate(-10deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes sect-icon-zoomin-md {
  from {
    -webkit-transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(0.2);
            transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(1);
            transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(1);
    opacity: 1;
  }
}
@keyframes sect-icon-zoomin-md {
  from {
    -webkit-transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(0.2);
            transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(1);
            transform: translate(0%, -72.7272727273%) rotate(-10deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes sect-icon-zoomin-sp {
  from {
    -webkit-transform: translate(0%, -100%) rotate(-10deg) scale(0.2);
            transform: translate(0%, -100%) rotate(-10deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0%, -100%) rotate(-10deg) scale(1);
            transform: translate(0%, -100%) rotate(-10deg) scale(1);
    opacity: 1;
  }
}
@keyframes sect-icon-zoomin-sp {
  from {
    -webkit-transform: translate(0%, -100%) rotate(-10deg) scale(0.2);
            transform: translate(0%, -100%) rotate(-10deg) scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0%, -100%) rotate(-10deg) scale(1);
            transform: translate(0%, -100%) rotate(-10deg) scale(1);
    opacity: 1;
  }
}

.p-ul-sect__ttltext {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__ttltext {
    display: inline;
    font-size: 24px;
  }
}
.p-ul-sect__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 30px;
  }
}
.p-ul-sect__container.--full {
  padding: 0;
  max-width: 1200px;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container.--full {
    gap: 30px;
  }
}
.p-ul-sect__container.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ul-sect__container.--textonly {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container.--textonly {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.p-ul-sect__ttl + .p-ul-sect__container {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__ttl + .p-ul-sect__container {
    padding-top: 30px;
  }
}
.p-ul-sect__container + .p-ul-sect__container {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container + .p-ul-sect__container {
    padding-top: 30px;
  }
}
.p-ul-sect__containerimg {
  width: 47.7777777778%;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__containerimg {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
.p-ul-sect__containerimg img {
  border-radius: 20px;
}
.p-ul-sect__container.--full > .p-ul-sect__containerimg {
  width: 52.1666666667%;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container.--full > .p-ul-sect__containerimg {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.p-ul-sect__container.--full > .p-ul-sect__containerimg img {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container.--full > .p-ul-sect__containerimg img {
    border-radius: 20px;
  }
}
.p-ul-sect__container.--full.--reverse > .p-ul-sect__containerimg img {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container.--full.--reverse > .p-ul-sect__containerimg img {
    border-radius: 20px;
  }
}
.p-ul-sect__containerexlink {
  margin-top: 16px;
  padding: 0 20px;
  font-size: 14px;
}
.p-ul-sect__container-content {
  width: 47.7777777778%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container-content {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.p-ul-sect__container.--full > .p-ul-sect__container-content {
  max-width: unset;
  width: calc(47.8333333333% - 64px);
  display: block;
  padding-right: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .p-ul-sect__container.--full > .p-ul-sect__container-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-ul-sect__container.--full > .p-ul-sect__container-content {
    padding-right: unset;
    max-width: unset;
    width: 100%;
    padding: 0 20px;
  }
}
.p-ul-sect__container.--full.--reverse > .p-ul-sect__container-content {
  padding-right: 0px;
  padding-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .p-ul-sect__container.--full.--reverse > .p-ul-sect__container-content {
    padding-left: 20px;
  }
}
.p-ul-sect__cntttlwrap {
  margin-bottom: 30px;
}
.p-ul-sect__cntttl {
  border-left: 4px solid var(--main-accent-color);
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__cntttl {
    font-size: 20px;
  }
}
.p-ul-sect__cnttext {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__cnttext {
    font-size: 16px;
  }
}
.p-ul-sect__cnttext:not(:first-child) {
  margin-top: 30px;
}
.p-ul-sect__cntbubble {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-ul-sect__container.--img30 > .p-ul-sect__containerimg {
    width: 30%;
  }
  .p-ul-sect__container.--img30 > .p-ul-sect__container-content {
    width: calc(70% - 40px);
  }
  .p-ul-sect__container.--img35 > .p-ul-sect__containerimg {
    width: 35%;
  }
  .p-ul-sect__container.--img35 > .p-ul-sect__container-content {
    width: calc(65% - 40px);
  }
  .p-ul-sect__container.--img40 > .p-ul-sect__containerimg {
    width: 40%;
  }
  .p-ul-sect__container.--img40 > .p-ul-sect__container-content {
    width: calc(60% - 40px);
  }
  .p-ul-sect__container.--img50 > .p-ul-sect__containerimg {
    width: 50%;
  }
  .p-ul-sect__container.--img50 > .p-ul-sect__container-content {
    width: calc(50% - 40px);
  }
  .p-ul-sect__container.--img55 > .p-ul-sect__containerimg {
    width: 55%;
  }
  .p-ul-sect__container.--img55 > .p-ul-sect__container-content {
    width: calc(45% - 40px);
  }
  .p-ul-sect__container.--img60 > .p-ul-sect__containerimg {
    width: 60%;
  }
  .p-ul-sect__container.--img60 > .p-ul-sect__container-content {
    width: calc(40% - 40px);
  }
}
.p-ul-sect__link {
  padding: 0 20px;
  padding-bottom: 60px;
}
.p-ul-sect__linkhead {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  max-width: 480px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkhead {
    font-size: 20px;
    text-align: left;
  }
}
.p-ul-sect__linkholder {
  max-width: 480px;
  display: block;
  margin: 0 auto;
}
.p-ul-sect__linkwrap {
  display: block;
  position: relative;
  color: #460A0B;
  z-index: 1;
}
.p-ul-sect__linkdeco {
  position: absolute;
  top: -14px;
  left: -20px;
  z-index: 100;
  background-image: url(/include/shopping/gift/story/buyers_fave/underlayer/image/sectlinktext__bg.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkdeco {
    width: 23.0769230769%;
    top: -10px;
  }
}
.p-ul-sect__linkcontent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
}
.p-ul-sect__linkimg {
  width: 33.1914893617%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkimg {
    width: 43.6923076923%;
  }
}
.p-ul-sect__linkdetail {
  width: 66.8085106383%;
  padding: 15px 10px 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkdetail {
    width: 56.3076923077%;
    padding-left: 16px;
  }
}
.p-ul-sect__linkbrand {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkbrand {
    font-size: 14px;
  }
}
.p-ul-sect__linkname {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkname {
    font-size: 16px;
  }
}
.p-ul-sect__linkprice {
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkprice {
    font-size: 14px;
  }
}
.p-ul-sect__linkbtn {
  position: absolute;
  right: 10px;
  bottom: 15px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 96px;
  background-image: url(/include/shopping/gift/story/buyers_fave/underlayer/image/sectlinkicon_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
}
@media screen and (max-width: 359px) {
  .p-ul-sect__link:has(.p-ul-sect__linkextext) .p-ul-sect__linkbtn {
    right: 0px;
  }
}
.p-ul-sect__linkextext {
  width: calc(100% - 96px);
  margin-top: 14px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-ul-sect__linkextext {
    padding: 0 5px 0 10px;
  }
}
@media screen and (max-width: 339px) {
  .p-ul-sect__linkextext .mc-exlink__text {
    letter-spacing: -0.84px;
  }
}

.p-ul-profile {
  color: #460A0B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .p-ul-profile {
    padding: 40px 20px;
  }
}
.p-ul-profile__wrap {
  background-color: #fff;
  padding: 30px 30px 50px;
  width: 100%;
  max-width: 613px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ul-profile__wrap {
    padding: 30px 16px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ul-profile__icon {
  position: absolute;
  top: -25px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .p-ul-profile__icon {
    left: -25px;
  }
}
.p-ul-profile__face {
  max-width: 210px;
  width: 37.0705244123%;
}
@media screen and (max-width: 768px) {
  .p-ul-profile__face {
    width: 56.4179104478%;
  }
}
.p-ul-profile__detail {
  width: 62.9294755877%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-ul-profile__detail {
    width: 100%;
    padding-left: 0px;
  }
}
.p-ul-profile__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-ul-profile__name {
    text-align: center;
  }
}
.p-ul-profile__name span {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-ul-profile__name span {
    font-size: 16px;
  }
}
.p-ul-profile__bg {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .p-ul-profile__bg {
    font-size: 16px;
  }
}