@charset "UTF-8";
/* 共通設定CSS */
/* =============================================
 ###　見出しレベル1 
============================================= */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ##　見出しレベル2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* --------------------------------------------
   #　見出しレベル3
-------------------------------------------- */
/* =============================================
 ###　基本構成
============================================= */
html {
  font-size: 62.5%;
}

body {
  color: #432D2B;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 2em;
  background-color: transparent;
  width: 100%;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}
img {
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

/* ==============================================
 ###　各メディア限定コンテンツメディアクエリ
=================================================*/
@media screen and (min-width: 992px) {
  .sp-only {
    display: none !important;
  }
}
.tab-only {
  display: none !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .tab-desktop {
    display: none !important;
  }
}
.hide-content {
  display: none !important;
}

/* ==============================================
 ###　コマクリ読み出し文字用　出し分けcss
=================================================*/
.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

/* ==============================================
 ###　共通css
=================================================*/
.contSection {
  padding: 60px max(40px, 50% - 600px);
  color: #432D2B;
}

.contSection a {
  color: inherit;
}

@media screen and (max-width: 991px) {
  .contSection {
    padding: 20px 5.3333333333vw;
  }
}
.pagetop {
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 76px;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 991px) {
  .pagetop {
    bottom: 13px;
    right: 13px;
    width: 8.8vw;
  }
}
/* ==============================================
 ###　header
=================================================*/
.tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  background-color: #FFE1F1;
}

.tagline p,
.tagline a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #F964AB;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}

#header {
  padding: 37px 0 0;
  position: relative;
  /*position: sticky;
  top: 0;
  left: 0;*/
  width: 100%;
  z-index: 100;
  background-color: #FFA1CE;
}

.siteLogo {
  margin: 0 auto;
  width: 334px;
}

.keywordSearch {
  margin: 29px auto 24px;
  border-radius: 13.5px;
  width: 240px;
  height: 27px;
  line-height: 1.5;
  background: #FFF;
}

.keywordSearch form {
  padding: 2px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5px;
  height: 100%;
}

.keywordSearchInput {
  height: 23px;
}

.keywordSearchInput input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  height: 23px;
  line-height: 1.2;
  min-height: inherit;
  background-color: transparent;
  vertical-align: top;
  font-size: 14px;
}

.keywordSearchInput input:focus {
  box-shadow: none;
}

.keywordSearchBtn {
  width: 17px;
  height: 17px;
  line-height: 1;
}

.keywordSearchBtn input {
  vertical-align: top;
}

@media screen and (min-width: 992px) {
  #header {
    padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
  }
  .customerInfo {
    position: absolute;
    top: 45px;
    left: max(0px, 50% - 500px);
  }
  .customerInfo:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 0;
    width: 116px;
    height: 124px;
    background: url(https://estherbunny.itembox.design/item/img/common/icon_customerinfo.svg) 0 0/contain no-repeat;
  }
  .customerInfoInner {
    margin-left: 124px;
    padding: 8px 14px;
    border-radius: 8px;
    line-height: 1.5;
    color: #FFF;
    background: rgba(255, 225, 241, 0.5);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.36px;
  }
  .iconLinks {
    margin-right: -8px;
    position: absolute;
    top: 32px;
    right: max(0px, 50% - 500px);
    display: flex;
    gap: 0 20px;
  }
  .iconLink {
    width: 68px;
  }
  .iconLink:first-child {
    margin-top: -18px;
  }
  .iconLink:last-child {
    width: 76px;
  }
  .iconLink .txt {
    display: block;
    line-height: 1.5;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.03em;
    white-space: nowrap;
    text-align: center;
  }
  .mainNav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1000px;
  }
  .mainNavPrimary {
    display: flex;
    width: 25%;
  }
  .mainNavPrimary:nth-child(n+2):before {
    margin-top: 1px;
    content: "";
    display: block;
    width: 1px;
    height: 21px;
    flex-shrink: 0;
    background-color: #fff;
  }
  .mainNavPrimary > a {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.4375;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.48px;
    opacity: 1 !important;
  }
  .mainNavPrimary > a:before {
    content: "";
    border-radius: 2px 2px 0 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #FFE1F1;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .mainNavPrimary:nth-child(3) > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0wLjc1IDAuNzVMNS43NSA1Ljc1TDEwLjc1IDAuNzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") 0 0/contain no-repeat;
    transition: transform 0.3s;
  }
  .mainNavSecondary {
    padding: 32px calc(50% - 500px);
    display: block !important;
    position: absolute;
    top: 236px;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .mainNavSecondary ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .mainNavSecondary ul li {
    width: 23%;
    line-height: 1;
  }
  .mainNavSecondary ul li:nth-child(4n-2) {
    width: 31%;
  }
  .mainNavSecondary ul li a {
    padding-left: 12px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0wLjc1IDAuNzVMNS42NjE1IDUuNzVMMC43NSAxMC43NSIgc3Ryb2tlPSIjNDMyRDJCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") left top 10px/7px 12px no-repeat;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    transition: color 0.3s;
  }
  .mainNavSecondary ul li a:hover {
    color: #FFA1CE;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0wLjc1IDAuNzVMNS42NjE1IDUuNzVMMC43NSAxMC43NSIgc3Ryb2tlPSIjRkZBMUNFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  }
  .mainNavPrimary:has(.mainNavSecondary):hover > a:before {
    opacity: 1;
  }
  .mainNavPrimary:has(.mainNavSecondary):hover > a:after {
    transform: rotate(180deg);
  }
  .mainNavPrimary:has(.mainNavSecondary):hover > a + .mainNavSecondary {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media screen and (max-width: 991px) {
  .tagline {
    position: relative;
    z-index: 10;
    height: 42px;
  }
  .tagline p,
  .tagline a {
    font-size: 12px;
  }
  #header {
    padding: 23px 0 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
    height: 81px;
  }
  .siteLogo {
    width: 150px;
  }
  .cartLink {
    position: absolute;
    top: 20px;
    right: 31px;
    width: 46px;
  }
  .menuBtn {
    position: absolute;
    top: 30px;
    left: 36px;
    width: 30px;
    height: 20px;
  }
  .menuBtn span {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menuBtn span:before,
  .menuBtn span:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s;
  }
  .menuBtn span:before {
    top: -9px;
  }
  .menuBtn span:after {
    top: 9px;
  }
  .gnavOpened .menuBtn span {
    background-color: transparent;
  }
  .gnavOpened .menuBtn span:before {
    top: 50%;
    transform: rotate(45deg);
  }
  .gnavOpened .menuBtn span:after {
    top: 50%;
    transform: rotate(-45deg);
  }
  body:has(.globalNav):before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(43, 41, 42, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  body:has(.gnavOpened) {
    overflow: hidden;
  }
  body:has(.gnavOpened):before {
    opacity: 1;
  }
  .globalNav {
    position: absolute;
    top: 81px;
    width: 303px;
    height: calc(100dvh - 81px);
    background: #FFF3FA;
    overflow: auto;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  .gnavOpened .globalNav {
    pointer-events: all;
    transform: translateX(0);
  }
  .navInner {
    padding-bottom: 60px;
  }
  .customerInfo {
    padding: 16px 36px 23px;
  }
  .customerInfoInner {
    padding: 8px 14px;
    border-radius: 8px;
    line-height: 1.5;
    background: rgba(255, 225, 241, 0.5);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.36px;
    text-align: center;
  }
  .iconLinks {
    display: flex;
    justify-content: center;
    gap: 0 28px;
  }
  .iconLink {
    width: 56px;
  }
  .iconLink:first-child {
    margin-top: -15px;
  }
  .iconLink .txt {
    padding-top: 4px;
    display: block;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.422px;
    white-space: nowrap;
    text-align: center;
  }
  .keywordSearch {
    margin: 24px auto 12px;
  }
  .mainNav {
    margin: 0 auto;
    width: 231px;
  }
  .mainNavPrimary:nth-child(n+2) {
    border-top: 1px solid rgba(185, 185, 185, 0.3);
  }
  .mainNavPrimary > a {
    padding: 16px 0;
    display: block;
    position: relative;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
  }
  .mainNavPrimary > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 3px;
    width: 6px;
    height: 11px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNiAxMSIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0wLjUgMC41TDUuNSA1LjVMMC41IDEwLjUiIHN0cm9rZT0iIzQzMkQyQiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") 0 0/contain no-repeat;
  }
  .mainNavPrimary:has(.mainNavSecondary) > a:after {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
  .mainNavPrimary:has(.mainNavSecondary) > a.open:after {
    transform: rotate(270deg);
  }
  .mainNavSecondary {
    display: none;
  }
  .mainNavSecondary ul {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .mainNavSecondary ul li {
    margin-left: 12px;
    line-height: 1;
  }
  .mainNavSecondary ul li a {
    padding-left: 12px;
    color: #432D2B;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNiAxMSIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0wLjUgMC41TDUuNSA1LjVMMC41IDEwLjUiIHN0cm9rZT0iIzQzMkQyQiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") top 7px left/5px 9px no-repeat;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .iconLinks {
    margin-right: 0;
    right: 16px;
  }
}
/* ==============================================
 ###  ranking
=================================================*/
.ranking.contSection {
  padding-top: 63px;
  padding-bottom: 0;
  overflow: clip;
  background-color: #FFEEF9;
}

.ranking .rankingSectionTitle {
  margin-bottom: 4px;
  text-align: center;
}

.ranking .rankingSectionTitle .en {
  line-height: 1;
  display: inline-block;
}

.ranking .rankingSectionTitle .en img {
  width: 314px;
}

.ranking .rankingSectionTitle .ja {
  display: block;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 991px) {
  .ranking.contSection {
    padding-top: 40px;
  }
  .ranking .rankingSectionTitle {
    margin-bottom: 34px;
  }
  .ranking .rankingSectionTitle .en img {
    width: 193px;
  }
}
.rankingArea .fs-p-heading--lv2 {
  display: none;
}

.rankingArea .fr3-productListStatic {
  margin: 0 auto;
  padding: 34px 0 107px;
  position: relative;
  max-width: 896px;
  display: flex;
  background: url(https://estherbunny.itembox.design/item/img/index/bg_ranking.png) bottom center no-repeat;
  text-align: center;
}

.rankingArea .fr3-productListStatic:before,
.rankingArea .fr3-productListStatic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 196px;
  height: 432px;
  background: url(https://estherbunny.itembox.design/item/img/index/treat_ranking.svg) 0 0 no-repeat;
}

.rankingArea .fr3-productListStatic:before {
  left: -160px;
}

.rankingArea .fr3-productListStatic:after {
  right: -160px;
  transform: rotateY(180deg);
}

.rankingArea .fr3-item {
  width: 33.3333333333%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.rankingArea .fr3-item:before {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto -10px;
  width: 89px;
  height: 77px;
  background-repeat: no-repeat;
  background-position: 0 0;
  pointer-events: none;
}

.rankingArea .fr3-item:nth-child(n+4) {
  display: none !important;
}

.rankingArea .fr3-item:nth-child(1):before {
  background-image: url(https://estherbunny.itembox.design/item/img/index/icon_rank01.svg);
}

.rankingArea .fr3-item:nth-child(2):before {
  background-image: url(https://estherbunny.itembox.design/item/img/index/icon_rank02.svg);
}

.rankingArea .fr3-item:nth-child(3):before {
  background-image: url(https://estherbunny.itembox.design/item/img/index/icon_rank03.svg);
}

.rankingArea .fr3-item__imageContainer {
  margin: 0 auto 20px;
  border-radius: 16px;
  border: 1px solid #B9B9B9;
  width: 240px;
  background: #FFF;
  overflow: hidden;
}

.rankingArea .fr3-item__productName {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .rankingArea .fr3-item__productName {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.rankingArea .fr3-item__productPrice {
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  justify-content: center;
}

.rankingArea .fr3-item__productPrice .fr3-item__productPrice__price,
.rankingArea .fr3-item__productPrice .fr3-item__productPrice__addon {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .rankingArea .fr3-item:nth-child(1) {
    margin-bottom: 77px;
    order: 2;
  }
  .rankingArea .fr3-item:nth-child(2) {
    margin-top: 44px;
    order: 1;
  }
  .rankingArea .fr3-item:nth-child(3) {
    margin-top: 77px;
    order: 3;
  }
}
@media screen and (max-width: 991px) {
  .ranking {
    padding-top: 40px;
  }
  .rankingArea .fr3-productListStatic {
    margin-top: -10px;
    padding: 0 0 60px;
    max-width: inherit;
    flex-direction: column;
    align-items: center;
    gap: 52px 0;
    background: none;
  }
  .rankingArea .fr3-productListStatic:before,
  .rankingArea .fr3-productListStatic:after {
    display: none !important;
  }
  .rankingArea .fr3-item {
    width: 64vw;
  }
  .rankingArea .fr3-item:before {
    margin-bottom: -2.6666666667vw;
    width: 49.6vw;
    height: 20.2666666667vw;
    background-size: contain;
  }
  .rankingArea .fr3-item:nth-child(1):before {
    width: 64vw;
    height: 22.9333333333vw;
    background-image: url(https://estherbunny.itembox.design/item/img/index/icon_rank01_sp.svg);
  }
  .rankingArea .fr3-item:nth-child(2):before {
    background-image: url(https://estherbunny.itembox.design/item/img/index/icon_rank02_sp.svg);
  }
  .rankingArea .fr3-item:nth-child(3):before {
    background-image: url(https://estherbunny.itembox.design/item/img/index/icon_rank03_sp.svg);
  }
  .rankingArea .fr3-item__imageContainer {
    width: 100%;
  }
}
/* ==============================================
 ###　checkedItem
=================================================*/
.checkedItemArea {
  margin-bottom: -60px;
  padding: 120px max(40px, 50% - 500px) 400px;
  background: #FFD7ED url(https://estherbunny.itembox.design/item/img/common/bg_checkeditem.png) bottom center no-repeat;
  font-size: 16px;
}

.checkedItemTitle {
  margin: 0 auto 14px;
  width: 562px;
  position: relative;
}

.checkedItemTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  left: -142px;
  width: 88px;
  height: 81px;
  background: url(https://estherbunny.itembox.design/item/img/common/treat_ci_01.svg) 0 0/contain no-repeat;
}

.checkedItemTitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 33px;
  right: -155px;
  width: 90px;
  height: 100px;
  background: url(https://estherbunny.itembox.design/item/img/common/treat_ci_02.svg) 0 0/contain no-repeat;
}

.checkedItemTitleJp {
  color: #432D2B;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.03em;
}

.checkedItemListArea .fs-p-heading--lv2 {
  display: none;
}

.checkedItemListArea .fr3-productListStatic__responsive_1,
.checkedItemList {
  margin-top: 62px;
  display: grid;
  gap: 0 1.3333333333%;
}

.checkedItemListArea .fr3-productListStatic__responsive_1 {
  padding-left: 0;
  padding-right: 0;
}

.checkedItem {
  width: 24%;
  position: relative;
  z-index: 1;
}

.checkedItem:before {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: 4px;
  left: -4px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFA1CE;
}

.checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item {
  padding: 18px 18px 32px;
  border-radius: 16px;
  border: 1px solid #361D1B;
  display: block;
  width: 100%;
  background-color: #FFEEF9;
  line-height: 1.5;
  color: #432D2B;
  font-size: 16px;
  letter-spacing: -0.03em;
  transition: unset;
  position: relative;
  box-shadow: -4px 4px #FFA1CE;
}

.checkedItem a {
  padding: 18px 18px 32px;
  border-radius: 16px;
  border: 1px solid #361D1B;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFEEF9;
  overflow: hidden;
  line-height: 1.5;
  color: #432D2B;
  font-size: 16px;
  letter-spacing: -0.03em;
  transition: unset;
}

.checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item a {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item:hover {
    padding: 17px 17px 31px;
    opacity: 1;
    border: 2px solid #FFA1CE;
  }
  .checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item a:hover {
    opacity: 1;
  }
  .checkedItem a:hover {
    padding: 17px 17px 31px;
    opacity: 1;
    border: 2px solid #FFA1CE;
  }
}
.checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item .fr3-item__imageContainer,
.checkedItemImg {
  border: 1px solid #B9B9B9;
  border-radius: 8px;
  aspect-ratio: 1/1;
}

.checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item .fr3-item__imageContainer img,
.checkedItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item .fr3-item__productName,
.checkedItemName {
  margin: 20px 0 6px;
  font-size: 1.6rem;
}

.checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item .fr3-item__productPrice,
.checkedItemPrice {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .checkedItemArea {
    padding: 70px 36px 420px;
    background-image: url(https://estherbunny.itembox.design/item/img/common/bg_checkeditem_sp.png);
  }
  .checkedItemTitle {
    margin-bottom: 8px;
    width: 194px;
  }
  .checkedItemTitle:before {
    top: 54px;
    left: -59px;
    width: 54px;
    height: 50px;
  }
  .checkedItemTitle:after {
    bottom: 78px;
    right: -63px;
    width: 50px;
    height: 56px;
  }
  .checkedItemTitleJp {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
  .checkedItemListArea .fr3-productListStatic__responsive_1,
  .checkedItemList {
    margin-top: 40px;
    gap: 7px;
    flex-wrap: wrap;
  }
  .checkedItem {
    width: calc(50% - 3.5px);
  }
  .checkedItem:before {
    top: 3px;
    left: -3px;
  }
  .checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item {
    padding: 14px 14px 20px;
    font-size: 12px;
    letter-spacing: -0.36px;
    box-shadow: -3px 3px #FFA1CE;
  }
  .checkedItem a {
    padding: 14px 14px 20px;
    font-size: 12px;
    letter-spacing: -0.36px;
  }
  .checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item a {
    padding: 0;
  }
  .checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item a:hover,
  .checkedItem a:hover {
    transform: translate(-3px, 3px);
  }
  .checkedItemListArea .fr3-productListStatic__responsive_1 .fr3-item .fr3-item__productName,
  .checkedItemName {
    margin: 12px 0 4px;
  }
}
/* ==============================================
 ###　footer
=================================================*/
#footer {
  border-radius: 50px 50px 0 0;
  padding: 86px calc(50% - 500px) 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  background: #FFA1CE;
}

.footerBody {
  width: 461px;
}

.footerLogo {
  width: 461px;
}

.footerSocialLinks {
  margin: 24px 0 10px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footerSocialLink {
  width: 66px;
}

.officialSiteLink {
  text-align: center;
}

.officialSiteLink a {
  padding-right: 21px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 4px;
  line-height: 1;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTAuNTQ0NDIzIDEwTDAgOS40NTU1OEw4LjY4NjM1IDAuNzY5MjMxSDMuMDc2OTJWMEgxMFY2LjkyMzA4SDkuMjMwNzdWMS4zMTM2NUwwLjU0NDQyMyAxMFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+") right center/10px 10px no-repeat;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footerNav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 420px;
}

.footerNavLink {
  position: relative;
  width: 200px;
  height: 120px;
}

.footerNavLink:before {
  content: "";
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 4px;
  left: -4px;
  width: 100%;
  height: 100%;
  background-color: #FFD7ED;
}

.footerNavLink a {
  padding: 14px 0 0;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 120px;
  background: #FFF;
}

@media (hover: hover) {
  .footerNavLink a:hover {
    opacity: 1;
  }
  .footerNavLink:nth-child(1) a:hover {
    background: #E8F5FF;
  }
  .footerNavLink:nth-child(2) a:hover {
    background: #FFEEF9;
  }
  .footerNavLink:nth-child(3) a:hover {
    background: #F1E1FD;
  }
  .footerNavLink:nth-child(4) a:hover {
    background: #FFEEF9;
  }
}
.footerNavLink:nth-child(1) .footerNavLinkIcon {
  width: 53px;
}

.footerNavLink:nth-child(2) .footerNavLinkIcon {
  width: 50px;
}

.footerNavLink:nth-child(3) .footerNavLinkIcon {
  width: 40px;
}

.footerNavLink:nth-child(4) .footerNavLinkIcon {
  width: 50px;
}

.footerNavLinkIcon {
  display: flex;
  align-items: center;
  height: 70px;
}

.footerNavLinkTxt {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 800;
  color: #FFA1CE;
}

.footerBottom {
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid #FFD7ED;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footerSubNav {
  display: flex;
}

.footerSubNavLink {
  line-height: 1 !important;
  font-size: 16px;
}

.footerSubNavLink:nth-child(n+2) {
  margin-left: 28px;
  padding-left: 28px;
  border-left: 1px solid #fff;
}

.footerSubNavLink a {
  color: #fff;
  font-weight: 500;
}

.copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  #footer {
    border-radius: 32px 32px 0 0;
    padding: 60px 36px 28px;
    display: block;
  }
  .footerBody,
  .footerLogo {
    width: 303px;
    margin: 0 auto;
  }
  .footerSocialLinks {
    margin: 20px 0 10px;
    gap: 20px;
  }
  .footerSocialLink {
    width: 52px;
  }
  .officialSiteLink a {
    padding-right: 18px;
    padding-bottom: 2px;
    font-size: 12px;
  }
  .footerNav {
    margin: 32px auto 0;
    gap: 7px;
    width: 303px;
  }
  .footerNavLink {
    width: 148px;
    height: 108px;
  }
  .footerNavLink:before {
    border-radius: 20px;
    top: 3px;
    left: -3px;
  }
  .footerNavLink a {
    padding: 12px 0 0;
    border-radius: 20px;
    width: 148px;
    height: 108px;
  }
  .footerNavLink a:hover {
    transform: translate(-3px, 3px);
  }
  .footerNavLink:nth-child(1) .footerNavLinkIcon {
    width: 40px;
  }
  .footerNavLink:nth-child(2) .footerNavLinkIcon {
    width: 39px;
  }
  .footerNavLink:nth-child(3) .footerNavLinkIcon {
    width: 33px;
  }
  .footerNavLink:nth-child(4) .footerNavLinkIcon {
    width: 39px;
  }
  .footerNavLinkIcon {
    margin-bottom: 4px;
    height: 55px;
  }
  .footerNavLinkTxt {
    font-size: 14px;
  }
  .footerBottom {
    margin-top: 40px;
    flex-direction: column;
    gap: 36px 0;
  }
  .footerSubNav {
    flex-direction: column;
    gap: 12px 0;
    width: 100%;
  }
  .footerSubNavLink {
    font-size: 12px;
  }
  .footerSubNavLink:nth-child(n+2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .copyright {
    line-height: 2;
    font-size: 12px;
    text-align: center;
  }
}
.ranking.contSection .fr3-item__rankContainer {
  display: none;
}/*# sourceMappingURL=common.css.map */