@charset "UTF-8";
/*=============================================================

Date: 2025-10-20
CSS Document ： FELISSIMO MERRY トップリニューアル

=============================================================*/
/*==================================
トップリニューアルエリア共通
==================================*/
/* キーカラー指定 */ 
:root {
  --theme-color: #E62778;
}
.pc_mr {
  display: block;
}
.sp_mr {
  display: none;
}
.top-wrap_mr {
  background-image: url(../images/bg_main.webp);
  background-repeat: repeat;
  background-position: center top -10px;
  background-size: 3.5rem;
  position: relative;
  text-align: center;
  padding: 4em 0 5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
 transition: all 0.3s;
}
.top-wrap_mr.about-section-wrap_mr {
  margin-top: 1em;
  background-position: center bottom;
}
@media (hover: hover) {
  .top-wrap_mr a, #about_mr .about-link a::after, #my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap::after, #news-wrap .news-inner .news-box p a::after {
    transition: all 0.3s;
    text-decoration: none;
  }
  .top-wrap_mr a:hover {
    opacity: 0.7;
  }
  #about_mr .about-link a:hover::after,
 #my-merry-wrap .my-merry-box.anime-block .merry-exchange a:hover .check-link .check-wrap::after,
 #news-wrap .news-inner .news-box p a:hover::after {
    transform: translateX(0.3em);
  }
#my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-list a:hover {
  transform:scale(1.05);
}
  
}
/* == フェリシモメリーって？ start == */
#about_mr {
  width: 90%;
  border-radius: 30em;
  max-width: 734px;
  /* aspect-ratio: 1/1; */
  background-image: url(../images/about_bg.webp);
  background-repeat: repeat;
  background-position: center top -10px;
  background-size: 2em;
  box-shadow: 0.1em 0.1em 0.4em rgba(1, 36, 46, 0.2);
  margin: 0 auto;
  padding: 4.4em 2em 6em;
  position: relative;
}
#about_mr .about-ttl {
    margin: 0;
}
#about_mr .about-ttl img {}
#about_mr .about-meripo {
  width: 100%;
  aspect-ratio: 100/21;
  position: relative;
}
#about_mr .about-meripo .meripo-anime {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  aspect-ratio: 100/35;
  position: absolute;
  top: -58%;
  left: 0;
}
#about_mr .about-meripo .meripo-anime::before,
#about_mr .about-meripo .meripo-anime::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/meripo_anime01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  transition: all 0s;
  top: -8%;
  left: 0;
}

#about_mr .about-meripo .meripo-anime.anime-active::before {
    opacity: 0;
    transition-delay: .3s;
}
#about_mr .about-meripo .meripo-anime.anime-active::after {
  background-image: url(../images/meripo_anime.webp);
}
#about_mr .about-box {
  font-size: 150%;
  font-family: "A1ゴシック M";
  letter-spacing: 0.08em;
}
#about_mr .about-box .about-main {
  font-weight: bold;
  font-size: 128%;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
#about_mr .about-box .about-merry {
  line-height: 2.3em;
  font-size: 92%;
  font-family: "A1ゴシック R";
  letter-spacing: 0.07em;
}
#about_mr .about-box .about-merry .red-txt {
  color: #cd0b34;
  font-family: "A1ゴシック B";
}
#about_mr .about-link {}
#about_mr .about-link a {
  background-image: url(../images/about_link_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12em;
  aspect-ratio: 1/0.24;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  font-size: 150%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #cd0b34;
  font-family: "A1ゴシック M";
}
#about_mr .about-link a::after {
  display: block;
  width: 1.4em;
  height: 100%;
  content: '';
  background-image: url(../images/link_arrow_red.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0.6em;
  transition: all 0.2s;
}
#about_mr .ashirai_mr {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13.5em;
  aspect-ratio: 2/1;
}
#about_mr .ashirai_mr.ashirai01 {
  background-image: url(../images/about_ashirai01.webp);
  top: -6%;
  left: 3%;
}
#about_mr .ashirai_mr.ashirai02 {
  background-image: url(../images/about_ashirai02.webp);
  top: 4%;
  left: 6%;
  width: 10.5em;
}
#about_mr .ashirai_mr.ashirai03 {
  background-image: url(../images/about_ashirai03.webp);
  top: 19%;
  left: -9%;
  width: 12.5em;
}
#about_mr .ashirai_mr.ashirai04 {
  background-image: url(../images/about_ashirai04.webp);
  top: 0%;
  right: -1%;
}
#about_mr .ashirai_mr.ashirai05 {
  background-image: url(../images/about_ashirai05.webp);
  top: 14%;
  right: -2%;
}
#about_mr .ashirai_mr.ashirai06 {
  background-image: url(../images/about_ashirai06.webp);
  bottom: 0%;
  left: 4%;
}
#about_mr .about-meripo .ashirai_mr {
  width: 7.5em;
}
#about_mr .about-meripo .ashirai_mr.ashirai07 {
  background-image: url(../images/about_ashirai07.webp);
  top: -6%;
  left: 23%;
}
#about_mr .about-meripo .ashirai_mr.ashirai08 {
  background-image: url(../images/about_ashirai08.webp);
  top: 31%;
  left: 19%;
}
#about_mr .about-meripo .ashirai_mr.ashirai09 {
  background-image: url(../images/about_ashirai09.webp);
  top: 15%;
  right: 15%;
}
/* == 現在お持ちのフェリシモメリー start == */
#my-merry-wrap {
  font-size: 150%;
  width: 90%;
  max-width: 800px;
  margin: 4em auto 0;
  position: relative;
}
#my-merry-wrap .my-merry-box {
  border: 2px solid #cd0b34;
  border-radius: 1em;
  /* max-width: 650px; */
  /* margin: 0 auto; */
  /* overflow: hidden; */
  position: relative;
  background: #FFF;
  /* padding: 0 0 1em; */
  z-index: 1;
}
#my-merry-wrap .my-merry-box .my-merry-ttl {
  background: #cd0b34;
  color: #FFF;
  font-size: 130%;
  position: relative;
  padding: 0.6em 0 0.19em;
  letter-spacing: 0.1em;
  font-family: "A1ゴシック M";
  border-radius: 0.7em 0.7em 0 0;
}
#my-merry-wrap .my-merry-box .my-merry-ttl::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/scallop_red.webp);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 2em;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
}
#my-merry-wrap .ashirai_mr {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9.5em;
  aspect-ratio: 2/1;
  z-index: 1;
}
#my-merry-wrap .ashirai_mr.ashirai01 {
  background-image: url(../images/mypoint_ashirai01.webp);
  top: -2.8em;
  right: 1%;
}
#my-merry-wrap .ashirai_mr.ashirai02 {
  background-image: url(../images/mypoint_ashirai02.webp);
  top: 1.2em;
  right: -3%;
}
#my-merry-wrap .ashirai_mr.ashirai03 {
  background-image: url(../images/mypoint_ashirai03.webp);
  bottom: -5.4em;
  left: -39%;
  z-index: 0;
  width: 73%;
}
/* ▼▼ 未ログイン ログインボタン〜こんなアイテム表示 ▼▼ */
#my-merry-wrap .my-merry-box .my-merry-login {
  margin: 1.5em 0;
}
#my-merry-wrap .my-merry-box .my-merry-login a {
  background: #4b2d16;
  color: #FFF;
  display: block;
  border-radius: 3em;
  width: max-content;
  padding: 0.6em 3em;
  line-height: 1.4;
  margin: 1.8em auto;
  position: relative;
  font-family: "A1ゴシック M";
}
#my-merry-wrap .my-merry-box .my-merry-login a::after {
  display: block;
  width: 1.6em;
  height: 100%;
  content: '';
  background-image: url(../images/login_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0.7em;
  transition: all 0.2s;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange {
  position: relative;
  width: 84%;
  margin: 2em auto;
  /* display: flex; */
  min-height: 270px;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange p {
  text-align: left;
  font-size: 129%;
  font-family: "A1ゴシック M";
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange p .merry-num-min {
  color: #cd0b34;
  font-size: 118%;
  margin-right: 0.1em;
  font-family: "Yeseva One", serif;
  line-height: 1;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link {
  width: max-content;
  font-size: 174%;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap {
  display: flex;
  align-items: center;
  gap: 0.3em;
  position: relative;
  padding-right: 0.7em;
  width: max-content;
  text-decoration: none;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap::before {
  display: block;
  width: 100%;
  height: 0.3em;
  content: '';
  background-image: url(../images/check_line.webp);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 99%;
  left: 0;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap::after {
  display: block;
  width: 0.85em;
  aspect-ratio: 1;
  content: '';
  background-image: url(../images/link_arrow_black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 99%;
  transition: all 0.2s;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap span {
  font-family: "Yeseva One", serif;
  font-style: italic;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items {}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items div {
  position: relative;
  width: 42%;
  mask-image: url(../images/mr_item_clip01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/mr_item_clip01.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items div img{
  width:100%;
  height:auto;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items div::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/mr_item_clip01_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item01 {
  top: 36px;
  left: 38%;
  z-index: 1;
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item01 img {}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item02 {
  top: -25px;
  left: 72%;
  mask-image: url(../images/mr_item_clip02.svg);
  -webkit-mask-image: url(../images/mr_item_clip02.svg);
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item02:after {
  background-image: url(../images/mr_item_clip02_line.svg);
}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item02 img {}
/* ▼▼ ログイン済み ポイント表示 ▼▼ */
#my-merry-wrap .my-merry-box .my-merry {
  color: #cd0b34;
  font-size: 265%;
  margin: 0.4em 0;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
  position: relative
}
#my-merry-wrap .my-merry-box .my-merry .merry-num::before {
  display: block;
  width: 1.1em;
  aspect-ratio: 1;
  content: '';
  background-image: url(../images/my_point_arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 74%;
  left: -1.5em;
}
#my-merry-wrap .my-merry-box .my-merry::after {
  display: block;
  width: 90%;
  height: 0.3em;
  content: '';
  background-image: url(../images/mymerry_dot.webp);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 99%;
  left: 5%;
}
#my-merry-wrap .my-merry-box .my-merry .merry-num {
  position: relative;
  min-width: 2.4em;
  display: inline-block;
  z-index: 1;
}
#my-merry-wrap .my-merry-box .my-merry .merry-tanyi {
  font-size: 75%;
}
/* メリー使う・増やす */
#my-merry-wrap .my-merry-box.anime-block .use-merry-wrap {
  margin: 4em auto 2em;
  max-width: 90%;
}
#my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-ttl {
  background: #cd0b34;
  color: #FFF;
  width: max-content;
  border-radius: 2em;
  padding: 0.3em 1.4em;
  letter-spacing: 0.1em;
  margin: 0 auto 1.5em;
  position: relative;
  font-family: "A1ゴシック M";
}
#my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-ttl::after {
  display: block;
  width: 100%;
  height: 0.7em;
  content: '';
  background-image: url(../images/fukidashi_arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 90%;
  left: 0;
}
#my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-list {
  display: flex;
  gap: 1em;
  justify-content: center;
}
#my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-list a {}
#my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-list a img {
  filter: drop-shadow(2px 2px 0 #000000);
  will-change: filter;
}
#my-merry-wrap .ashirai_mr.ashirai03 {}
/* == ニュース start == */
.fca_page-shop-home__body {
  margin-top: 0;
}
.top-wrap_mr.news-section-wrap_mr {
  padding: 7em 0 0;
  overflow: visible;
}
#news-top_mr {}
#news-top_mr .fca_container {}
#news-top_mr .fca_container .fca_container__in {}
#news-top_mr .fca_container .fca_container__in .news-top-header {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#news-top_mr .fca_container .fca_container__in .news-top-header .fca_section__header {}
#news-top_mr .fca_container .fca_container__in .news-top-header .fca_section__header .fca_section__h {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
#news-top_mr .fca_container .fca_container__in .news-top-header .fca_section__header .fca_section__h span {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.section-h_mr {
  background-image: url(../images/headline_bg.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 1170px;
  aspect-ratio: 100/12;
}
.section-h_mr::after {
  display: block;
  width: 5.7em;
  aspect-ratio: 1;
  content: '';
  background-image: url(../images/headline_ashirai.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -13%;
  left: 51%;
}
.section-h_mr > span {
  display: flex;
  align-items: center;
  gap: 0.8em; /* margin: 0em; */ padding: 2.2em 0 0 2.5em;
}
.fca_section__h span .section-h-main_mr {
  color: #cd0b34;
  font-size: 265%; /* margin: 0.2em; */ font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}
.fca_section__h span .section-h-sub_mr {
  margin-top: 0.3em;
  letter-spacing: 0.15em;
}
/* ニュース メリポくん */
#news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo {
  position: absolute;
  right: 0%;
  bottom: -0.4em;
}
#news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi {
  position: absolute;
  right: 94%;
  bottom: 47%;
  /* min-width: 13em; */
  transform: rotate(7deg);
  font-family: "A1ゴシック M";
}
.news-fukidashi {
  overflow: hidden;
}
.news-fukidashi .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  white-space: pre;
}
.news-fukidashi.is-visible .char {
  animation: nf-fadeUp 0.6s both;
  animation-delay: calc(var(--i) * 0.08s);
}
@keyframes nf-fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi p {
  margin: 0.1em 0;
  padding: 0 1.0em;
  width: max-content;
  font-size: 140%;
  letter-spacing: 0.1em;
}
#news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi::before,
#news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi::after {
  display: block;
  width: 100%;
  height: 1.7em;
  content: '';
  background-image: url(../images/fukidashi_top.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
#news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi::after {
  background-image: url(../images/fukidashi_bottom.webp);
}
#news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo img {}
#news-wrap {}
#news-wrap .news-inner {}
#news-wrap {
  position: relative;
  padding-bottom: 2em;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
#news-wrap .news-inner {
  /* width: 90%; */
  margin: 1.5em auto 2em;
  /* max-width: 800px; */
  font-size: 120%;
  font-weight: bold;
}
/* ここから */
#news-wrap .news-inner .news-box {
  /* color: #FFF; */
  /* font-weight: bold; */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  margin: 0 0 0.7em;
  font-size: 124%;
  /* text-shadow: 0 0 2em #000; */
  font-family: "游ゴシック体 Pr6N M";
}
#news-wrap .news-inner .news-box .update {
  letter-spacing: 0;
  font-family: "A1ゴシック M";
}
#news-wrap .news-inner .news-box p {
  margin: 0;
  text-align: left;
  letter-spacing: 0.1em;
  width: 100%;
  font-family: "A1ゴシック R";
}
#news-wrap .news-inner .news-box p a {
  text-decoration: underline;
  display: inline;
  /* padding-right: 2em; */
}
.is-ua-safari #news-wrap .news-inner .news-box p a {
      margin-right: -1.5em;
}

#news-wrap .news-inner .news-box p a::after {
  display: inline-block;
  width: 1.05em;
  aspect-ratio: 1;
  content: '';
  background-image: url(../images/link_arrow_black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.3em;
  /* right: 1em; */
  /* position: absolute; */
}
/* ニュース 特集バナー */
#news-wrap .news-banner {}
#news-wrap .news-banner .fca_thumb {
  margin: 0 auto 2em;
}
#news-wrap .news-banner .fca_thumb .fca_thumb__in {}
#news-wrap .news-banner .fca_thumb .fca_thumb__in .fca_thumb__img.is-rounded-override {}
#news-wrap .news-banner .fca_thumb .fca_thumb__in .fca_thumb__img.is-rounded-override .fca_lazyload-wrap.j-lazyload-wrap {}
#news-wrap .news-banner .fca_thumb .fca_thumb__in .fca_thumb__img.is-rounded-override .fca_lazyload-wrap.j-lazyload-wrap img {}
/* ニュース 特集バナー */
#fca_recommended-feature {
  margin-top: 1.575rem;
}
/*===================================

アニメーション

===================================*/
.fade-item {
  opacity: 0
}
.fade-item.anime-active {
  animation: fadeIn 0.6s cubic-bezier(0.475, 0.885, 0.320, 1.575) both 0.1s;
}
#my-merry-wrap .my-merry-box .my-merry .merry-num::before{clip-path: inset(0 0 100% 0);}
#my-merry-wrap .my-merry-box.anime-active .my-merry .merry-num::before{  animation: slideMask-top 0.4s both 0.9s;}


@keyframes slideMask-top {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

#my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items div.anime-active {
  animation: fadeZoom 0.6s cubic-bezier(0.475, 0.885, 0.320, 1.575) both 0.1s;
}
#about_mr .step-wrap img, .my-merry {
  opacity: 0
}
.my-merry-box.anime-active .my-merry {
  animation: fade-simple 0.2s both 0s;
}
@keyframes fadeFukidashi {
  0% {
    transform: translateY(1em) rotate(-10deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes fadeFukidashiLeft {
  0% {
    transform: translateY(1em) rotate(10deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-5em);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(3em) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(3deg);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-3em) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(-3deg);
    opacity: 1;
  }
}
@keyframes fadeZoom {
  0% {
    transform: translateY(1em) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fadeInZoom {
  0% {
    transform: translateY(1em) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes slideMask-left {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fade-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*===================================

SP

===================================*/
@media (max-width: 1000px) {
  .top-wrap_mr {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  /*------------------------------------

ベース

------------------------------------*/
  .pc_mr {
    display: none;
  }
  .sp_mr {
    display: block;
  }
  /*------------------------------------

wrapper

------------------------------------*/
  .top-wrap_mr {
    font-size: 2.5vw;
    /* margin-left: -1.25rem; */
    /* padding-left: 1.25rem; */
    width: 100vw;
    background-size: 2.0rem;
    padding: 2.1em 0 5em;
  }
  .top-wrap_mr img {
    max-width: 100%;
    height: auto;
  }
  .top-wrap_mr.about-section-wrap_mr {}
  /* == フェリシモメリーって？ start == */
  #about_mr {
    border-radius: 18em;
    padding: 4.0em 1em 6em;
    width: 91%;
  }
  #about_mr .about-ttl {
    width: 71%;
    margin: 0 auto;
  }
  #about_mr .about-ttl img {}
  #about_mr .about-meripo {
    aspect-ratio: 100 / 23;
}
  #about_mr .about-meripo .meripo-anime {
    aspect-ratio: 100 / 38;
    top: -54%;
}
  #about_mr .about-box {
    /* font-size: 129%; */
  }
  #about_mr .about-box .about-main {
    font-size: 116%;
}
  #about_mr .about-box .about-merry {
    font-size: 109%;
    line-height: 2em;
}
  #about_mr .about-box .about-merry .red-txt {}
  #about_mr .about-link {}
  #about_mr .about-link a {
    font-size: 129%;
  }
  #about_mr .about-link a::after {}
  #about_mr .ashirai_mr {
    width: 28vw;
  }
  #about_mr .ashirai_mr.ashirai01 {
    top: -2%;
    left: -6%;
  }
  #about_mr .ashirai_mr.ashirai02 {
    top: 4%;
    left: -6%;
  }
  #about_mr .ashirai_mr.ashirai03 {
    top: 17%;
    left: -17%;
    width: 38%;
  }
  #about_mr .ashirai_mr.ashirai04 {
    top: 0%;
    right: -11%;
  }
  #about_mr .ashirai_mr.ashirai05 {
    top: 10%;
    right: -2%;
  }
  #about_mr .ashirai_mr.ashirai06 {
    bottom: -2%;
    left: 4%;
  }
  #about_mr .about-meripo .ashirai_mr {
    width: 16vw;
  }
  #about_mr .about-meripo .ashirai_mr.ashirai07 {
    top: -28%;
    /* left: 15%; */
  }
  #about_mr .about-meripo .ashirai_mr.ashirai08 {
    top: 19%;
    /* left: 8%; */
  }
  #about_mr .about-meripo .ashirai_mr.ashirai09 {
    top: 2%;
    /* right: 4%; */
  }
  /* == 現在お持ちのフェリシモメリー start == */
  #my-merry-wrap {
    margin: 5em auto 0;
  }
  #my-merry-wrap .my-merry-box {}
  #my-merry-wrap .my-merry-box .my-merry-ttl {
    border-radius: 0.4em 0.4em 0 0;
}
  #my-merry-wrap .my-merry-box .my-merry-ttl::after {}
  #my-merry-wrap .ashirai_mr {}
  #my-merry-wrap .ashirai_mr.ashirai01 {
    top: -2.8em;
    right: -15%;
  }
  #my-merry-wrap .ashirai_mr.ashirai02 {
    top: 1.2em;
    right: -21%;
  }
  #my-merry-wrap .ashirai_mr.ashirai03 {
    bottom: -3.4em;
    left: -29%;
    z-index: 0;
    width: 73%;
}
  /* ▼▼ 未ログイン ログインボタン〜こんなアイテム表示 ▼▼ */
  #my-merry-wrap .my-merry-box .my-merry-login {}
  #my-merry-wrap .my-merry-box .my-merry-login a {
    font-size: 117%;
}
  #my-merry-wrap .my-merry-box .my-merry-login a::after {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange {
    width: 86%;
    aspect-ratio: 100/121;
    margin: 1em auto;
    min-height: auto;
  }
    #my-merry-wrap .my-merry-box.anime-block .merry-exchange.allitem_mr {
    aspect-ratio: 100/107;
  }
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange p {
    /* aspect-ratio: 100/107; */
    margin: 1.8em 0 0;
  }
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange p .merry-num-min {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link {
    position: absolute;
    right: -8%;
    bottom: 0%;
  }
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap::before {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap::after {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .check-link .check-wrap span {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items div {
    width: 62vw;
  }
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items div::after {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item01 {
    /* width: 62vw; */
    top: 39%;
    left: -22%;
  }
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item01 img {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item02 {
    top: 13%;
    left: 44%;
  }
#my-merry-wrap .my-merry-box.anime-block .merry-exchange.allitem_mr .exchange-items .exchange-item01 {    top: 31%;}
#my-merry-wrap .my-merry-box.anime-block .merry-exchange.allitem_mr .exchange-items .exchange-item02 {    top: 6%;}
  
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item02:after {}
  #my-merry-wrap .my-merry-box.anime-block .merry-exchange .exchange-items .exchange-item02 img {}
  /* ▼▼ ログイン済み ポイント表示 ▼▼ */
  #my-merry-wrap .my-merry-box .my-merry {}
  #my-merry-wrap .my-merry-box .my-merry .merry-num::before {}
  #my-merry-wrap .my-merry-box .my-merry::after {
    background-size: 140vw;
  }
  #my-merry-wrap .my-merry-box .my-merry .merry-num {}
  #my-merry-wrap .my-merry-box .my-merry .merry-tanyi {}
  /* メリー使う・増やす */
  #my-merry-wrap .my-merry-box.anime-block .use-merry-wrap {}
  #my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-ttl {
    font-size: 110%;
  }
  #my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-ttl::after {}
  #my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-list {
    gap: 4%;
  }
  #my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-list a {
    width: 48%;
  }
  #my-merry-wrap .my-merry-box.anime-block .use-merry-wrap .use-merry-list a img {
    filter: drop-shadow(1px 1px 0 #000000);
}
  #my-merry-wrap .ashirai_mr.ashirai03 {}
  /* == ニュース start == */
  .fca_page-shop-home__body {}
  .top-wrap_mr.news-section-wrap_mr {}
  #news-top_mr {}
  #news-top_mr .fca_container {}
  #news-top_mr .fca_container .fca_container__in {}
  #news-top_mr .fca_container .fca_container__in .news-top-header {}
  #news-top_mr .fca_container .fca_container__in .news-top-header .fca_section__header {}
  #news-top_mr .fca_container .fca_container__in .news-top-header .fca_section__header .fca_section__h {}
  #news-top_mr .fca_container .fca_container__in .news-top-header .fca_section__header .fca_section__h > span {
    font-size: 3.8vw;
  }
  .section-h_mr {
    width: calc(100vw);
    margin: 0 -0.715rem;
    background-size: cover;
  }
  .section-h_mr::after {
    left: 74%;
    width: 19vw;
    top: -13%;
  }
  .section-h_mr > span {
    font-size: 3.8vw;
    padding: 2.0em 0 0 2.5em;
  }
  .fca_section__h span .section-h-main_mr {}
  .fca_section__h span .section-h-sub_mr {}
  /* ニュース メリポくん */
  #news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo {
    right: -5%;
    bottom: 0.6em;
  }
  #news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi {
    right: 94%;
    bottom: 62%;
  }
  .news-fukidashi {}
  .news-fukidashi .char {}
  .news-fukidashi.is-visible .char {}
  #news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi p {}
  #news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi::before, #news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi::after {}
  #news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo .news-fukidashi::after {}
  #news-top_mr .fca_container .fca_container__in .news-top-header .news-meripo img {
    width: 25vw;
  }
  #news-wrap {}
  #news-wrap .news-inner {}
  #news-wrap {}
  #news-wrap .news-inner {}
  /* ここから */
  #news-wrap .news-inner .news-box {}
  #news-wrap .news-inner .news-box .update {}
  #news-wrap .news-inner .news-box p {}
  #news-wrap .news-inner .news-box p a {}
  #news-wrap .news-inner .news-box p a::after {}
  /* ニュース 特集バナー */
  #news-wrap .news-banner {}
  #news-wrap .news-banner .fca_thumb {}
  #news-wrap .news-banner .fca_thumb .fca_thumb__in {}
  #news-wrap .news-banner .fca_thumb .fca_thumb__in .fca_thumb__img.is-rounded-override {}
  #news-wrap .news-banner .fca_thumb .fca_thumb__in .fca_thumb__img.is-rounded-override .fca_lazyload-wrap.j-lazyload-wrap {}
  #news-wrap .news-banner .fca_thumb .fca_thumb__in .fca_thumb__img.is-rounded-override .fca_lazyload-wrap.j-lazyload-wrap img {}
  /* ニュース 特集バナー */
  #fca_recommended-feature {}
}