@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  --mf-font-gothic: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  --mf-font-mincho: "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "Noto Serif JP", serif;
  --mf-font-number: "DIN 2014", "Roboto", sans-serif;

  font-family: var(--mf-font-mincho);
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
* {
  box-sizing: border-box;
}

/*
 * layout
 */
#wrapper {
  max-width: 1200px;
}

/*
 * contents
 */

#contents {
  /* float: right; */
  /* padding-left: 30px; */
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.txt_c_fff {color: #fff;}

/* background */
.bgc_gray { background-color: #f1f1f1; }
.bgc_white { background-color: #ffffff; }
.bgc_mid_pink { background-color: #f2e3e8; }
.bgc_light_pink { background-color: #e9b5d5; }
.bgc_pink { background-color: #c74795; }
.bgc_light_myouran { background-color: #d799b1; }
.bgc_darkgray { background-color: #4d4d4d; }

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_v_50 { margin: 50px 0; }
.mar_b_70 { margin-bottom: 70px; }
.mar_t_80 { margin-top: 80px; }
.mar_b_80 { margin-bottom: 80px; }
.mar_t_150 { margin-top: 150px; }
.mar_b_150 { margin-bottom: 150px; }
.mar_v_150 { margin: 150px 0; }
/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_v_50 { padding: 50px 0; }
.pad_v_150 { padding: 150px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_r_40 { padding-right: 40px; }
.pad_l_40 { padding-left: 40px; }
.pad_50 { padding: 50px}
.pad_t_50 { padding-top: 50px; }
.pad_r_50 { padding-right: 50px; }
.pad_b_50 { padding-bottom: 50px; }
.pad_l_50 { padding-left: 50px; }
.pad_t_80 { padding-top: 80px; }
.pad_b_80 { padding-bottom: 80px; }
.pad_t_150 { padding-top: 150px; }
.pad_b_150 { padding-bottom: 150px; }

/* border */
.bor_t_1 { border-top: 1px solid; }
.bor_r_1 { border-right: 1px solid; }
.bor_b_1 { border-bottom: 1px solid; }
.bor_l_1 { border-left: 1px solid; }
.bor_c_gray { border-color: #f6f6f6; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-lg-w.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-lg-w.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-lg-w.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-lg-w.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }
.icon-lg-w.icon-youtube { background-position: -191px -240px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-b.icon-phone { background-position: -0px -0px; }
.icon-w.icon-phone { background-position: -0px -0px; }
.icon-lg-b.icon-phone { background-position: -0px -0px; }
.icon-lg-w.icon-phone { background-position: -0px -0px; }
.icon-b.icon-clock { background-position: -240px -32px; }
.icon-w.icon-clock { background-position: -240px -32px; }
.icon-lg-b.icon-clock { background-position: -360px -48px; }
.icon-lg-w.icon-clock { background-position: -360px -48px; }
.icon-b.icon-heart { background-position: -32px -16px; }
.icon-w.icon-heart { background-position: -32px -16px; }
.icon-lg-b.icon-heart { background-position: -48px -24px; }
.icon-lg-w.icon-heart { background-position: -48px -24px;  }
.icon-b.icon-trophy { background-position: -336px -16px; }
.icon-w.icon-trophy { background-position: -336px -16px; }
.icon-lg-b.icon-trophy { background-position: -504px -24px; }
.icon-lg-w.icon-trophy { background-position: -504px -24px; }
.icon-b.icon-info { background-position: -256px -80px; }
.icon-w.icon-info { background-position: -256px -80px; }
.icon-lg-b.icon-info { background-position: -384px -120px; }
.icon-lg-w.icon-info { background-position: -384px -120px; }
.icon-b.icon-light_bulb { background-position: -96px -64px; }
.icon-w.icon-light_bulb { background-position: -96px -64px; }
.icon-lg-b.icon-light_bulb { background-position: -144px -96px; }
.icon-lg-w.icon-light_bulb { background-position: -144px -96px; }
.icon-b.icon-megaphone { background-position: -16px -32px; }
.icon-w.icon-megaphone { background-position: -16px -32px; }
.icon-lg-b.icon-megaphone { background-position: -24px -48px; }
.icon-lg-w.icon-megaphone { background-position: -24px -48px; }
.icon-b.icon-map { background-position: -304px -0px; }
.icon-w.icon-map { background-position: -304px -0px; }
.icon-lg-b.icon-map { background-position: -456px -0px; }
.icon-lg-w.icon-map { background-position: -456px -0px; }
.icon-b.icon-comment { background-position: -144px -16px; }
.icon-w.icon-comment { background-position: -144px -16px; }
.icon-lg-b.icon-comment { background-position: -216px -24px; }
.icon-lg-w.icon-comment { background-position: -216px -24px; }
.icon-b.icon-flag { background-position: -288px -16px; }
.icon-w.icon-flag { background-position: -288px -16px; }
.icon-lg-b.icon-flag { background-position: -432px -24px; }
.icon-lg-w.icon-flag { background-position: -432px -24px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/* ================ ドロワーメニュー ================ */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.icon-b.icon-cross { background-position: -80px -80px; }
.icon-lg-b.icon-cross { background-position: -120px -120px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-suitcase { background-position: -208px -48px; }
.icon-lg-b.icon-suitcase { background-position: -312px -72px; }
.icon-b.icon-chat { background-position: -128px -16px; }
.icon-w.icon-chat { background-position: -128px -16px; }
.icon-lg-b.icon-chat { background-position: -192px -24px; }
.icon-lg-w.icon-chat { background-position: -192px -24px; }

.u-toggle {
  display: inline-block;
}
.u-toggle:active {
  color: inherit;
}
.u-close {
  display: inline-block;
}
/* ================ カスタマイズ ================ */
.txt_gothic { font-family: var(--mf-font-gothic); }
.txt_number { font-family: var(--mf-font-number); }
.txt_accent { color: #c74795; }
a.txt_accent:hover {
  color: #ec7fc2;
  text-decoration: none;
}
.txt_vertical { writing-mode: vertical-rl; }
.full-width {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
.full-width-container {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.container {
  max-width: 1200px;
}
@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}
.small-container {
  max-width: 600px;
  margin: auto;
}
.width_100_p {
  width: 100%;
}
.mar_v_c {
  margin-top: auto;
  margin-bottom: auto;
}
.disp_ib {
  display: inline-block;
}
.disp_none {
  display: none;
}
.ai_c {
  align-items: center;
}
a.reset:hover {
  text-decoration: none;
}
@media (min-width: 480px) {
  .logo-area img {
    max-width: 300px;
  }
}
@media (max-width: 479px) {
  .logo-area img {
    max-width: 180px;
  }
}

footer {
  text-align: center;
  font-family: var(--mf-font-gothic);
}

ul:not(.unstyled):not(.inline) {
  list-style-type: '―';
}

button, a.button {
  background-color: #fff;
  padding: 1em 2em;
  border-radius: 9999px;
  border: 1px solid;
  font-family: var(--mf-font-gothic);
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 480px) {
  .button, a.button {
    width: 100%;
  }
}
button.two-lines, a.button.two-lines {
  padding-top: 4px;
  padding-bottom: 4px;
}
button:hover, a.button:hover {
  background-color: #c74795;
  color: #fff;
  text-decoration: none;
}
button.noborder, a.button.noborder {
  border: none;
}
button.filled, a.button.filled {
  background-color: #c74795;
  color: #fff;
}
button.filled:hover, a.button.filled:hover {
  background-color: #fff;
  color: inherit;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col {
  flex-grow: 0;
  flex-shrink: 0;
}

.img_sqr {
  position: relative;
  padding-top: 100%;
}
.img_sqr > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt_sqr {
  position: relative;
  padding-top: 100%;
}
.txt_sqr > p {
  position: absolute;
  top: 0;
  left: 0;
}
.txt_lt {
  text-decoration: line-through;
}

.bor_rad {
  border-radius: 9999px;
  overflow: hidden;
}
.bor_rad_5 {
  border-radius: 5px;
  overflow: hidden;
}
.bor_rad_10 {
  border-radius: 10px;
  overflow: hidden;
}
.bor_rad_20 {
  border-radius: 20px;
  overflow: hidden;
}

input[type="text"] {
  border-width: 1px;
  border-radius: 0;
  appearance: none;
  outline: none;
  height: 42px;
  border-color: #464e54;
}
textarea {
  border-width: 1px;
  border-radius: 0;
  appearance: none;
  outline: none;
  height: 126px;
  border-color: #464e54;
}
select {
  height: 42px;
  line-height: 42px;
  border-radius: 0;
  border-color: #464e54;
}
select:focus {
  outline: none;
}
.label {
  background: #c74795;
  color: #fff;
  padding: 5px;
  display: inline-block;
}
.weak-label {
  background: #e9b5d5;
  background: linear-gradient(0deg, rgba(233,181,213,1) 24px, rgba(0,0,0,0) 24px);
  display: inline-block;
}
.filled {
  background-color: #c74795;
  color: #fff;
}

#header::after, #body::after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 800px) {
  #header_top_items {
    margin-left: 50%;
  }
  .head_image_top {
    max-width: 520px;
    margin-right: 260px;
    margin-left: -260px;
  }
  .head_image_top::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s;
  }
  .head_image_top:not(.active-slide)::after {
    opacity: 0.4;
    visibility: visible;
  }
  .head_image_top img {
    width: 500px;
  }
}
.head_image_inner {
  position: relative;
  height: 300px;
}
.head_image_inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head_image_top > .head_image_txt, .head_image_inner > .head_image_txt {
  position: absolute;
  top: calc(50% - 0.5em);
  right: max(6em, calc(50% - 600px + 6em));
  color: #fff;
  text-shadow: 0 0 1em #464e54;
}
@media (max-width: 799px) {
  .head_image_top img {
    width: 100%;
  }
}

#topicpath .topicpath-nav {
  margin-bottom: 5px;
}
#topicpath .topicpath-nav li {
  padding: 0;
}
#topicpath .topicpath-nav a {
  margin-left: 5px;
}

@media (min-width: 480px) {
  #body {
    display: flex;
  }
  #side, #contents {
    float: none;
  }
  #side {
    flex: 0 0 25%;
    padding: 0 10px;
  }
  #contents {
    flex: 1 0;
    padding: 0 20px;
  }
  #footer {
    padding: 0 20px;
  }
}

.bor_b_ac {
  border-bottom: 1px #c74795 solid;
}
.mf-bor_b_ac_short {
  position: relative;
}
.mf-bor_b_ac_short::after {
  position: absolute;
  content: ' ';
  bottom: -0.5em;
  left: calc(50% - 1.5rem);
  width: 3rem;
  border-bottom: 2px #c74795 solid;
}
.mf-bor_b_ac_dots {
  position: relative;
}
.mf-bor_b_ac_dots::after {
  position: absolute;
  content: ' ';
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);

  /*
   * $diameter: 0.5rem
   * $margin: 1rem
   * $count: 3
   */

  /* $diameter / 2 */
  background-image: radial-gradient(circle, #c74795 0.25rem, transparent 0.25rem);
  /* $diameter + $margin $diameter * 2 */
  background-size: 1.5rem 1rem;
  /* ($diameter + $margin) * $count */
  width: 4.5rem;
  /* $diameter * 2 */
  height: 1rem;
}

@media (max-width: 480px) {
  .accordion-phone {
    border-bottom: 1px solid;
  }
  .accordion-phone h3 {
    margin-left: 1em;
  }
  .accordion-phone h3::after {
    float: right;
    margin-right: 1em;
  }
  .accordion-phone:not(.open) h3::after {
    content: '▼';
  }
  .accordion-phone.open h3::after {
    content: '▲';
  }
  .accordion-phone ul {
    display: none;
  }
}

.bg_double {
  background: linear-gradient(180deg,  #f6eff2 50%, #f2e3e8 50%);
}
.bg_pale_gray {
  background-color: #f0f0f0;
}
.bg_white {
  background-color: #fff;
}

.mf-gradation {
  position: relative;
}
.mf-gradation::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,#ffffff 30%,transparent 50%);
}
@media (max-width: 480px) {
  .mf-gradation::before {
    background: linear-gradient(180deg,#ffffff 45%,transparent 70%);
  }
}
.mf-gradation__image {
  width: 100%;
  margin-top: 10rem;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mf-gradation__image {
    margin-top: 16rem;
  }
}
.mf-gradation__text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#popular_items li div {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.cart-area {
  position: relative;
}

.cart-num {
  position: absolute;
  background: #c74795;
  color: #fff;
  display: inline-block;
  padding: 0 0.75em;
  border-radius: 9999px;
}
@media (min-width: 480px) {
  .cart-num {
    top: -18px;
    right: -15px;
  }
}
@media (max-width: 479px) {
  .cart-num {
    top: -12px;
    right: -15px;
  }
}

.mf-sp-header-button {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* お盆イベント */
.visible-obon {
  display: none;
}
/* 敬老イベント */
.visible-keiro {
  display: none;
}
/* 熟成イベント */
.visible-jukusei {
  display: none;
}

.plugin-campaign-code textarea {
  height: 30px;
}

#lp-animation {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
#lp-animation p {
  position: absolute;
  display: none;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 5px black;
  white-space: nowrap;
}
#lp-animation img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#lp-animation-text1 {
  top: calc(50% - 70px);
  font-size: 36px;
}
#lp-animation-text2 {
  top: calc(50% + 70px);
  font-size: 28px;
}
@media (max-width: 768px) {
  #lp-animation-text1 {
    top: calc(50% - 50px);
    font-size: 24px;
  }  
  #lp-animation-text2 {
    top: calc(50% + 50px);
    font-size: 18px;
  }  
}
.mf-icon-box {
  border: 1px solid;
  display: inline-block;
  padding: 6px 24px;
}
.mf-icon-box span {
  margin-left: 16px;
  line-height: 50px;
}
.lh_30 {
  line-height: 30px;
}
.h_50 {
  height: 50px;
}
.h_60 {
  height: 60px;
}
#mobile-menu {
  display: flex;

}
.mobile-menu-item {
  text-align: center;
  font-size: 12px;
  width: 20%;
  margin-top: 5px;
}
.mobile-menu-item div {
  white-space: nowrap;
}
.mf-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.event {
  background: #6a9d52;
  height: 60px;
}
.event-image {
  padding-top: 20px;
}
.event-message span {
  display: inline-block;
  font-size: 16px;
  margin: 16px 0;
  padding: 2px 0;
  color: #ffffff;
  border-top: 1px #ffffff solid; 
  border-bottom: 1px #ffffff solid; 
}
.event-button {
  padding-top: 5px;
}
button.favorite-button {
  border-radius: 0;
  border: none;
  padding: 0;
  color: #464E54;
}
button.favorite-button:hover {
  color: inherit;
  background: inherit;
}
button.favorite-button.fav-items {
  color: #c74795;
}
button.favorite-button svg {
  width: 18px;
  height: 18px;
  vertical-align: -.35em;
  fill: currentColor;
  margin-left: 2px;
}
.product-button {
  background: #c74795;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.product-button:hover {
  background: #de9bc3;
  color: inherit;
  text-decoration: none;
}

.mf-pink-block {
  background: #f2e3e8;
}
.mf-accent {
  background-color: #de9bc3;
}
.mf-virtual-balloon {
  position: relative;
}
.mf-virtual-balloon::after {
  content: ' ';
  position: absolute;
  width: 21px;
  height: 42px;
  background-color: #f2e3e8;
  border-right: 1px solid;
  bottom: -42px;
  left: 50%;
  transform-origin: right top 0;
  transform: rotate(30deg);
}

@media (min-width: 481px) {
  .mf-space-t {
    padding-top: 150px;
  }
  .mf-space-b {
    margin-bottom: 150px;
  }
  .mf-space-v {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 480px) {
  .mf-space-t {
    padding-top: 50px;
  }
  .mf-space-b {
    margin-bottom: 50px;
  }
  .mf-space-v {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mf-button-area {
  text-align: center;
  padding: 20px;
}

/* ヘッダ */
.mf-long-line-header {
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #464e54;
  margin-bottom: 30px;
}

.mf-short-line-header {
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;;
}
.mf-short-line-header::after {
  position: absolute;
  content: ' ';
  bottom: -0.5em;
  left: calc(50% - 1.5rem);
  width: 3rem;
  border-bottom: 2px #c74795 solid;
}

.mf-3dots-header {
  text-align: center;
  font-weight: normal;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.mf-3dots-header::after {
  position: absolute;
  content: ' ';
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);

  /*
   * $diameter: 0.5rem
   * $margin: 1rem
   * $count: 3
   */

  /* $diameter / 2 */
  background-image: radial-gradient(circle, #c74795 0.25rem, transparent 0.25rem);
  /* $diameter + $margin $diameter * 2 */
  background-size: 1.5rem 1rem;
  /* ($diameter + $margin) * $count */
  width: 4.5rem;
  /* $diameter * 2 */
  height: 1rem;
}
/* // ヘッダ */

/* 商品一覧 */
.mf-product-list {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--mf-font-gothic);
}
.mf-product {
  margin-bottom: 30px;
}
@media (min-width: 481px) {
  .mf-product {
    padding: 10px;
    width: 25%;
  }
}
@media (max-width: 480px) {
  .mf-product {
    padding: 5px;
    width: 50%;
  }
}
.mf-product .mf-product-image, .mf-product .mf-product-image-round {
  display: block;
  margin: 0 auto 10px;
}
.mf-product .mf-product-image-round {
  border-radius: 20px;
}
.mf-product .mf-product-name {
  font-size: 16px;
  margin: 16px 0;
}
.mf-product .mf-product-price {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .mf-product .mf-product-explanation {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
/* // 商品一覧 */

/* お客様の声 */
.mf-customer-voice {
  padding: 0 25px;
  max-width: min(100vw, 800px);
}
.mf-customer-voice .row {
  background-color: #fff;
}
.mf-customer-voice .mf-customer-voice-block {
  display: flex;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.mf-customer-voice .mf-customer-voice-image {
  width: 25%;
  margin: 0;
  padding: 0 1%;
}
.mf-customer-voice .mf-customer-voice-message {
  width: 75%;
  padding: 0 1%;
}

/* ================ bsSlider 改変 ================ */
#wrapper .bx-wrapper .bx-viewport {
  background-color: transparent;
  margin: 0px auto;
  border: none;
  box-shadow: none;
}
#wrapper .bx-wrapper img {
  display: block;
  margin: 0px auto;
}
/* // お客様の声 */

/* よくある質問 */
.mf-faq {
  background-color: #ffffff;
  padding: 30px 50px; 
  margin: 50px 0;
}
.mf-faq .mf-faq-question {
  color: #c74795;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #464e54;
}
.mf-faq .mf-faq-answer {
  font-size: 20px;
  font-weight: bold;
}
.mf-faq .mf-faq-explanation {
}
/* // よくある質問 */


.mf-icon-link {
  margin: 5px 0;
  padding: 5px 10px;
  position: relative;
}
.mf-icon-link a {
  display: inline-block;
  width: 100%;
  background: #fff;
}
.mf-icon-link a:hover {
  text-decoration: none;
  background: #f2e3e8;
  transition: background 0.2s ease;
}
.mf-icon-link img {
  width: 40px;
  height: 40px;
  margin: 5px;
  position: absolute;
}
.mf-icon-link span {
  font-size: 16px;
  display: inline-block;
  line-height: 50px;
  vertical-align: bottom;
  margin-left: 24px;
}
.mf-icon-link img+span {
  margin-left: 50px;
}
.mf-icon-link span::after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 36px;
}


.drawer__item {
  position: absolute;
  top: 0;
  right: 0;
}
.border_pink {
  border: 2px solid #c74795;
}
.button-gray {
  display: inline-block;
  color: #fff;
  background-color: #464e54;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
.button-gray:hover {
  background-color: #3b4146;
  color: #fff;
  text-decoration: none;
}
.button.filled.top-cate-button {
  padding: 4px 8px;
}
.mf-short-explanation {
  color: #c74795;
  background-color: #ebebeb;
  padding: 3px 5px;
}
/* ======== V2 ======== */
/* > マーク */
.mf01-r-gt {
  position: relative;
}
.mf01-r-gt::after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
}
.mf01-r-gt a {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 10px 40px;
  color: #333;
}

/* 胡蝶蘭検索フォーム */
.mf01-search {
  text-align: center;
  margin-bottom: 50px;
}
.mf01-search form {
  margin-bottom: 20px;
}
.mf01-search button {
  background: #fff;
  border-radius: 0;
  border-color: black;
  height: 42px;
  padding: 8px 16px;
}
@media (min-width: 481px) {
  .mf01-search input {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .mf01-search input {
    width: 80%;
  }
}
.mf01-search ul {
  font-family: var(--mf-font-gothic);
}
.mf01-search li {
  margin-bottom: 10px;
  color: #333;
}
.mf01-search li a {
  color: #333;
}
.mf01-search li:first-child {
  font-weight: bold;
}
.mf01-search li:last-child a {
  color: inherit;
}

/* トップページ上部のメニュー */
.mf01-pc-menu {
  display: inline-block;
  padding: 0 16px;
  color: #333;
}
.mf01-pc-menu.mf01-search {
  white-space: nowrap;
  margin-bottom: 0;
}
.mf01-pc-menu.mf01-search form {
  margin: 0;
}

.mf01-dropdown {
  position: relative;
}
.mf01-dropdown .mfc-title {
  position: relative;
  padding: 4px 16px;
  cursor: pointer;
}
.mf01-dropdown .mfc-title::after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: translateY(-6px) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
}
.mf01-dropdown.active .mf01-dropdown .mfc-title::after {
  transform: translateY(-3px) rotate(225deg);
}
.mf01-dropdown .mfc-content {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  top: 21px;
  left: 0;
  white-space: nowrap;
  text-align: left;
  margin: 0;
  padding-top: 12px;
}
.mf01-dropdown li {
  padding: 8px 16px;
}

/* モバイルのドロワーの検索 */
#drawer .mf01-search {
  padding: 10px 20px;
  margin: 0;
}
#drawer .mf01-search form {
  display: flex;
}

/* モバイルのドロワーのアコーディオン */
.mf01-mobile-menu-accordion .mfc-title {
  padding: 10px 0 10px 20px;
  position: relative;
  background-color: #e9b5d5;
  color: #333;
}
.mf01-mobile-menu-accordion .mfc-title.mf01-fill-sub {
  background-color: #4d4d4d;
  color: #fff;
}
.mf01-mobile-menu-accordion .mfc-title::before, .mf01-mobile-menu-accordion .mfc-title::after {
  content: ' ';
  width: 10px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 50%;
  right: 20px;
}
.mf01-mobile-menu-accordion .mfc-title::before {
  transform: rotate(90deg);
}
.mf01-mobile-menu-accordion .mfc-title.mf01-fill-sub::before, .mf01-mobile-menu-accordion .mfc-title.mf01-fill-sub::after {
  background-color: #fff;
}
.mf01-mobile-menu-accordion .mfc-title.active::before {
  display: none;
}
.mf01-mobile-menu-accordion .mfc-content {
  display: none;
  margin: 0;
}
.mf01-mobile-menu-single-link {
  background-color: #e9b5d5;
}
.mf01-mobile-menu-single-link.mf01-fill-myouran {
  background-color: #d799b1;
}
.mf01-mobile-menu-single-link a {
  padding-left: 20px;
}
.mf01-mobile-menu-accordion .mf01-fill-sub li::after {
  border-color: #fff;
}


/* 商品画面の左メニュー */
.mf01-left-category {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.mf01-left-category:last-child {
  border-bottom: none;
}
.mf01-left-category h3 {
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 5px;
}
.mf01-left-category ul {
  list-style-type: '―';
  margin-bottom: 10px;
}
.mf01-left-category ul li {
  padding: 5px;
  color: #333;
}
