@charset "euc-jp";

body {
  overflow-x: hidden;
  font-size:15px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.font-mincho {
  font-family: "Hiragino Mincho ProN", YuMincho,"Noto Serif JP", serif !important;
}

.font-roman {
  font-family: "Times New Roman", "Cormorant Garamond", serif !important;
}

.font-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

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

/*
 * 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
 */

 a {
  --bs-link-underline-opacity: 0;
  /* --bs-link-underline-opacity: 1; */
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

 /* 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_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }
.txt_13 { font-size: 13px; }
.txt_14 { font-size: 14px; }
.txt_15 { font-size: 15px; }
.txt_16 { font-size: 16px; }
.txt_17 { font-size: 17px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; }
.txt_26 { font-size: 26px; }
.txt_27 { font-size: 27px; }
.txt_28 { font-size: 28px; }
.txt_30 { font-size: 30px; }
.txt_32 { font-size: 32px; }
.txt_34 { font-size: 34px; }
.txt_36 { font-size: 36px; }
.txt_c_333 {color: #333;}
.txt_c_main { color: #683D8B; }
.txt_c_gray { color: #D8D8D8; }
.txt_c_gray2 {color: #C4C3C3; }
.txt_c_gray3 {
  color: #656565;
  letter-spacing: 1.5px;
}
.fw-550 {
  font-weight: 550;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* 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_t_40 { margin-top: 40px; }
.mar_r_40 { margin-right: 40px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_l_40 { margin-left: 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_t_60 { margin-top: 60px; }
.mar_r_60 { margin-right: 60px; }
.mar_b_60 { margin-bottom: 60px; }
.mar_l_60 { margin-left: 60px; }
.mar_100 { margin: 100px; }
.mar_t_100 { margin-top: 100px; }
.mar_r_100 { margin-right: 100px; }
.mar_b_100 { margin-bottom: 100px; }
.mar_l_100 { margin-left: 100px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 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_40 { padding: 40px}
.pad_t_40 { padding-top: 40px; }
.pad_r_40 { padding-right: 40px; }
.pad_b_40 { padding-bottom: 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_100 { padding: 100px; }
.pad_t_100 { padding-top: 100px; }
.pad_r_100 { padding-right: 100px; }
.pad_b_100 { padding-bottom: 100px; }
.pad_l_100 { padding-left: 100px; }


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

/* 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-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-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.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); }
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 !important;
  -webkit-box-shadow: 0 0 !important;
  box-shadow: 0 0 !important;
  border: 0px solid #fff !important;
  left: 0px !important;
  background-color: transparent !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #683D8B !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D9D9D9 !important;
  width: 8px !important;
  height: 8px !important;
}

.btn-perple {
  background-color: #B35396 !important;
  color: #FFFDF6 !important;
  border-radius: 32px !important;
}

.btn-perple-hover1:hover {
  background-color: #FFF !important;
  color: #B35396 !important;
  border: 1px solid #B35396 !important;
  border-radius: 32px !important; 
}

.btn-perple-hover2:hover {
  background-color: transparent !important;
  color: #FFFDF6 !important;
  border: 1px solid #FFFDF6 !important;
  border-radius: 32px !important; 
}

ul.news {
  padding: 0 !important;
}

.news li {
  list-style: none;
  margin-bottom: 6px;
}

.category_img img {
  max-width: 21px;
  max-height: 23px;
}

.text-over-elip {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.item-border {
  border: 1px solid #C4C3C3;
}

.shun {
  background-color: #DBEBC4;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  padding: 4px 12px;
}

.teiban {
  background-color: #FFF6CE;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  padding: 4px 12px;
}

.tax {
  color: #656565;
  font-size: 12px;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform:  translate(-50%, -50%);
}

.q-box {
  background-color: #ECEAF2;
  border-radius: 100px;
  padding: 36px 108px;
}

.gray-box {
  background-color: #D9D9D9;
  width: 260px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa::after {
  content: 'ー';
  font-size: 20px;
  position: absolute;
  right: 0;
}

.qa.collapsed::after {
  content: '+';
  font-size: 30px;
  position: absolute;
  right: 0;
}

.footer {
  padding: 40px 80px;
  background-color: #683D8B;
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
}

@keyframes animate_top_bottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes animate_top_bottom2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.over-up {
  height: auto;
  transition: transform .6s ease;
}

.over-up:hover {
  transform: scale(1.1);

}

.recommend-unit {
  height: 100% !important;
}

.mar_l_50_pc {
  margin-left: 50px;
  margin-right: 50px;
}

.txt_32_sp {
  font-size: 32px;
}

.txt_15_sp {
  font-size: 15px;
}
.txt_16_sp {
  font-size: 16px;
}
.txt_17_sp {
  font-size: 17px;
}
.txt_18_sp {
  font-size: 18px;
}
.txt_22_sp {
  font-size: 22px;
}
.mar_t_40_sp {
  margin-top: 40px;
}
.mar_t_100_sp {
  margin-top: 100px;
}
.body_padding {
  padding: 20px 30px 50px 30px;
}
.body_bg {
  margin: -30px -30px 0 -30px;
  background-image: url("https://img21.shop-pro.jp/PA01477/869/etc_base64/MjAyNTAzX2JvZHlfYmc.jpg?cmsp_timestamp=20250329171822");
  background-color:rgba(255,255,255,0.93);
  background-blend-mode:lighten;
}
@media (max-width: 992px) {
	.body_bg {
	background-image: none;		
	}
}
section {
  padding-top: 130px;
  margin-top: -130px;
}
@media (max-width: 992px) {
  .body_bg {
    margin: -48px 0px 0 0px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 10px;
    margin-top: -10px;
  }
  .body_padding {
    padding: 20px 30px;
  }
  .txt_32_sp {
    font-size: 27px;
  }
  .txt_15_sp {
    font-size: 11px;
  }
  .txt_16_sp {
    font-size: 12px;
  }
  .txt_17_sp {
    font-size: 13px;
  }
  .txt_18_sp {
    font-size: 16px;
  }
  .txt_22_sp {
    font-size: 18px;
  }
  .mar_t_40_sp {
    margin-top: 20px;
  }
  .mar_t_100_sp {
    margin-top: 60px;
  }
    
  .bg_sp_color {
    background-color: #FBFAFC;
  }
  .mar_l_50_pc {
    margin-left: 20px;
    margin-right: 30px;
  }
  .footer {
    padding: 40px 20px;
    background-color: #683D8B;
    margin: 50px 0 0 0;
  }

  .q-box {
    background-color: #ECEAF2;
    border-radius: 50px;
    padding: 10px 33px;
  }

  .q-box > div {
    min-height: 57px;
  }

  .qa::after {
    content: 'ー';
    font-size: 20px;
    position: absolute;
    right: 0px;
  }
  
  .qa.collapsed::after {
    content: '+';
    font-size: 26px;
    position: absolute;
    right: 0px;
  }
  .shun {
    background-color: #DBEBC4;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    padding: 3px 10px;
  }
  
  .teiban {
    background-color: #FFF6CE;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    padding: 3px 10px;
  }
  .tax {
    color: #656565;
    font-size: 11px;
  }

}
.rotate_90 {
  transform:rotate(90deg);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}

.color_gray{
  color:rgba(0,0,0,0.4);
}

.details-summary {
  padding: 20px 0;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.details-content {
  display:none;
}

.details-summary.collapsed::after {
  content: 'ー';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 15%;
}

.details-summary::after {
  content: '+';
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20%;
}
.details-list {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.details-item {
  list-style:none;
  border-top: 1px solid #B5B5B5;
}
.details-item:last-child {
  border-bottom: 1px solid #B5B5B5;
}

.recipe {
  font-family: "Hiragino Mincho ProN", YuMincho,"Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif !important;
}

.recipe_ttl h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #683D8B;
}

#scroll_menu_bar {
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 10px;
  margin-left: -30px;
  top: 0;
}

#header_menu .font-mincho:hover {
  color: #683D8B;
}
#scroll_menu_bar .font-mincho:hover {
  color: #683D8B;
}

.border_b_gray {
  border-bottom: 1px solid #D9D9D9;
}

.border_b_gray2 {
  border-bottom: 1px solid #656565;
}

.mar_l_contents {
  margin-left: 60px;
}
.mar_r_contents {
  margin-right: 60px;
}
.pan_margin {
  margin-left: 60px;
}
.contens_margin {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 40px;
  margin-bottom: 80px;
}
.mar_r_70_pc { margin-right: 70px; }
.mar_l_70_pc { margin-left: 70px; }
.pad_60_sp {
  padding: 60px;
}
.category_pad {
  padding:9px 17px;
}
@media (max-width: 768px) {
  .category_pad {
    padding:6px 7px;
  }

  .sp_margin_20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  #sp_sub_menu_btn {
    display: none;
  }
  #sp_sub_menu_btn.collapsed {
    display: block;
  }
  .sp_top_margin {
    margin-top: 90px;
  }
  .pad_60_sp {
    padding: 20px;
  }
  .mar_r_70_pc { margin-right: 0px; }
  .mar_l_70_pc { margin-left: 0px; }
  /* ~768px */
  #contents {
    padding-left: 0;
  }
  .mar_l_contents {
    margin-left: 20px;
  }
  .mar_r_contents {
    margin-right: 20px;
  }
  .pan_margin {
    margin-left: 20px;
  }
  .contens_margin {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.input_form {
  width: 100%;
  height: 52px;
  border: 1px solid #282828;
}

.hissu {
  color: white;
  font-size: 12px;
  background-color: #BF2518;
  padding: 1px 8px;
  border-radius: 2.5px;
  margin-bottom: 10px;
}
.hissu p {
  margin-bottom: 0 !important;
}

.form-search  {
  height: 48px;
  width: 264px;
  border: 1px solid #656565;
  border-radius: 32px;
  padding: 0 20px 0 50px;
}

.txt_20_header {
  font-size: 20px;
  white-space: nowrap;
}
.txt_15_header {
  font-size: 15px;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  /* .txt_20_header {
    font-size: 1.5vw;
  }
  .txt_15_header {
    font-size: 1.2vw;
  } */
}
@media (max-width: 1500px) {
  #scroll_menu_bar .mar_r_20 {
    margin-right: 15px;
  }
  .txt_20_header {
    font-size: 1.4vw;
  }
  .txt_15_header {
    font-size: 1.1vw;
  }
}
@media (max-width: 1300px) {
  #scroll_menu_bar .mar_r_20 {
    margin-right: 12px;
  }
  .txt_20_header {
    font-size: 1.3vw;
  }
  .txt_15_header {
    font-size: 1vw;
  }
}
@media (max-width: 1100px) {
  #scroll_menu_bar .mar_r_20 {
    margin-right: 10px;
  }
  .txt_20_header {
    font-size: 1.2vw;
  }
  .txt_15_header {
    font-size: 0.9vw;
  }
}

@media (max-width: 992px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-tablet {
    display: inherit !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.text-hover-purple:hover {
  color: #683D8B !important;
}

.h-60p {
  height: 60px;
}

.slick-dots li button:before {
  font-size: 8px !important;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
  color: #683D8B !important;
}

.footer_menu a:hover {
  color: #C4C3C3 !important;
}