  .RestockRequest-restockRequest-nVwrx {
    display: none !important;
  }

.shop_review {
  background: #fff;
  padding: 30px 0 20px 0;
}

.popup_top { 
  width: 140px;
  height: 170px;
  position: fixed;
    left: 20px;
  bottom: 20px;
  z-index: 10000001;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.22));
  display: none;
}

h1 {
  font-size: 1.7rem;
}

section h2 {
  margin: 20px 0;
}

.none, #common_list, footer .category {
  display: none;
}

#top .mv {
border: 0;
    background: url(https://img08.shop-pro.jp/PA01197/427/etc_base64/bXZfMjAyNTA0.png?cmsp_timestamp=20250502155000);
    background-size: cover;
    padding: 0;
    position: relative;
    height: 125vw;
    /*filter: contrast(120%);*/
    background-position: 29% bottom;
}

/*#top .mv:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 228, 216, 0.25);
}*/

.mv_wrap {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    align-content: end;
    flex-wrap: wrap;
    text-align: left;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    padding: 0 0 0 20px;
  top: 20px;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
}

.mv_wrap .mv_copy {
  font-size: 2.5rem;
  margin: 0 0 8px 0;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
}

.mv_wrap p {
  font-size: 15px;
  margin: 0;
  font-weight: normal;
}

.mv_wrap .mv_copy,
.mv_wrap p {
  width: 100%;
}

.mv_badge {
  display: flex;
  align-items: center;
}

.mv_badge li {
  margin: 12px 8px 0 0;
  line-height: 1;
}

.mv_badge li img {
  width: 82px;
}

.mv_wrap small {
  font-size: 8px;
    font-weight: normal;
    line-height: 1.1;
  opacity: .8;
}

.mv_bottom {
  background: rgba(0,0,0,.2);
  width: 100%;
  bottom: 0;
    position: absolute;
}

.bottom_search {
width: 100%;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
  flex-wrap: wrap;
}

.bottom_search form {
  display: flex;
  width: 100%;
}

.bottom_search input[type="text"] {
  border-radius: 100px 0 0 100px;
  outline: none;
  border: 0;
  width: 80%;
}

.bottom_search input[type="submit"] {
  width: 20%;
  border-radius: 0 100px 100px 0;
  background: #ddd;
  border: 1px #eaeaea;
  font-weight: bold;
}

.bottom_search input[type="text"], .bottom_search input[type="submit"] {
  padding: 12px 10px;
  font-size: 13px;
}

.category_capsule {
  margin: 0;
  color: #fff;
  display: none;
}

.category_capsule p {
  font-size: 12px;
  margin: 16px 0 0 0;
line-height: 1;
    width: auto;
    display: none;
}

.category_capsule li {
  display: inline-block;
  font-size: 12px;
  margin: 10px 0 0 0;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s;
}

.category_capsule li a {
  color: #fff;
}

.category_capsule li:before {
  font-family: "Font Awesome 5 Free";
    content: "\23";
    font-weight: 600;
    font-size: 16px;
    color: #fe5b4e;
    line-height: 1;
  vertical-align: text-bottom;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.mv_slider {
  background: #f7f6f5;
  max-height: 260px;
  padding: 0 0 10px 0;
  }

.mv_slider .slider_ul {
 width: 100%;
    margin: 0 auto;
}

.mv_slider .slider_li {
  padding: 20px 0 6px 0;
}
  
  .mv_slider a {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin: 0 10px;
    overflow: hidden;
    display: flex;
    height: 154px;
    align-items: center;
    justify-content: center;
  }

.section_inner {
  padding: 0 20px;
}

#top .intro {
    padding: 6px 0;
    margin: 0;
    background-color: #fe5b4e;
    text-align: center;
}

.top_info {
  text-align: left;
  margin: 0 20px -20px 20px;
}

.top_info li {
  margin: 0;
  border-top: 0px;
  border-bottom: 1px solid #eaeaea;
}

.top_info li h5 {
  font-weight: bold;
  font-size: 15px;
  margin: 20px 0 10px 0;
  line-height: 1;
}

.top_info li small {
  color: #ccc;
  font-size: 12px;
}

.top_info li p {
  margin: 10px 0 20px 0;
  font-size: 13px;
}

.top_info li a {
  color: #fe5b4e;
}

.top_info li:last-child {
  border-bottom: 0;
}

.top_blog {
  grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-auto-flow: dense;
    gap: 0 20px;
    justify-content: center;
    width: 100%;
  padding: 0 20px;
}

.top_blog a {
  display: inline-block;
}

.top_blog img {
  border-radius: 16px;
  filter: brightness(120%);
}

.top_blog img:hover {
  filter: brightness(100%);
  transition: all .3s ease-out;
}

.top_blog h4 {
  margin: 10px 0;
  overflow: hidden;
    font-size: 13px;
}

.top_blog h4 span {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.top_blog p {
  overflow: hidden;
  font-size: 12px;
  color: #999;
}

.top_blog p span {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.age_wrap {
display: flex;
    padding: 0 0 20px 0;
    align-items: center;
    border-bottom: 2px dotted #eaeaea;
    margin: 0 20px 20px 20px;
  justify-content: space-around;
}

.age_wrap:last-child {
  margin-bottom: 0;
    border: 0;
    padding: 0;
}

.age_wrap .img {
  width: 30vw;
    height: 30vw;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  margin: 0 0 0 10px;
}

.age_wrap .img img {
  height: 60%;
  width: auto;
}

.age_wrap ul {
  width: 45%;
}

.age_wrap ul h3 {
  font-size: 15px;
    margin: 0 0 10px 0;
}

.age_wrap li {
  margin: 0 0 5px 0;
}

.age_wrap li a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: 13px;
}

.age_wrap li:before {
  font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 600;
    margin: 0 10px 0 0;
}

.age_wrap li:last-child {
  margin: 0;
}

.article {
  border: 0;
  background: #f7f6f5;
  padding: 1px 0 10px 0;
}

.accordion {
  width: 100%;
  background: #fff;
    margin: 10px 0;
  padding: 0;
  border: 0;
}

.accordion::first-of-type {
  border: 0;
}

.toggle {
  display: none;
}

.accordion_option {
  position: relative;
}

.accordion_title,
.accordion_box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion_box h4 {
  margin: 20px 0;
}

.accordion_box img {
  margin: 20px 0 0 0;
}

.accordion_title {
  padding: 16px 40px 16px 20px;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #f7f6f5;
}

.accordion_title::after,
.accordion_title::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_box p {
  margin: 20px 0;
}

.accordion_box .slide_table {
    overflow: scroll;
}

.accordion_box .slide_table table {
    width: 500%;
    table-layout: fixed;
}

.accordion_box .slide_table table th {
    width: auto;
}

article a {
  text-decoration: underline;
}

article button {
  width: 100%;
  margin: 0 0 20px 0;
}

article .index {
  counter-reset: section;
  background: #f7f6f5;
  text-align: left;
  padding: 20px;
  margin: 30px 0;
  border-radius: 20px;
}

article .index li {
  margin: 10px 0 0 0;
}

article .index h3 {
  margin: 0 0 20px 0;
}

article .index h4 {
  letter-spacing: 1px;
  margin: 0;
  border: 0;
}

article .index ol {
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding: 10px 0 10px 20px;
}

article .index ol:last-child {
  border-bottom: 0px;
  padding: 10px 0 0 20px;
}

article .index ol a {
  padding: 0 0 5px 0;
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  width: calc(100% - 20px);
  color: #4c4c4c;
}

article .index ol a:last-child {
  padding: 0;

}

article .index ol:before {
  counter-increment: section;
  content: counter(section);
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  color: #e50055;
  display: inline-block;
  width: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

article .index_child li {
  padding: 0 0 0 20px;
  border-bottom: 0px;
  position: relative;
}

article .index_child li a {
  padding: 5px 0 0;
}

article .index_child li:before {

  color: #e50055;
  content: "¨¦";
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

article blockquote {
  background: #f7f6f5;
  padding: 20px;
  margin: 30px 0;
  border-radius: 20px;
}

article blockquote cite {
  display: block;
  margin: 10px 0 0 0;
  text-align: right;
  font-size: 13px;
}

article h2 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0 20px 0;
  border-bottom: 3px solid #f1997d;
  padding: 0 0 5px 0;
}

article h3 {
  font-size: 16px;
  padding: 0 0 0 10px;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0;
  border-left: solid 3px #f1997d;
}

article h4 {
  font-size: 16px;
  border: 0px;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0;
}

article h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

article h6 {
  font-weight: bold;
  color: #E50055;
  margin: 0 0 10px 0;
  font-size: 16px;
}

article .article_list li {
  margin: 0 0 20px 0;
}

article .article_list li {
  font-weight: bold;
  margin: 10px 0 0 0;
}

article .article_list li:before {
  content: "¢¡";
  color: #E50055;
  margin: 0 5px 0 0;
}

article .article_link {
  font-weight: 600;
  color: #E50055;
  font-size: 16px;
  text-decoration: underline;
  margin: 0 0 20px 0;
  display: inline-block;
}

article .article_link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  margin-left: 20px;
  font-weight: 600;
  font-size: 16px;
}

.top_footer {
  padding: 20px;
  border: 0;
  background: #f7f6f5;
  font-size:12px;
}

.top_footer_ttl {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.top_footer p {
  margin: 10px 0 0 0;
}

  .line_modal {
    max-width: 540px;
    width: 100%;
    position: fixed;
    margin: auto;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 97;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    z-index: 10000012 !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 0 20px;
  }

  .line_modal_wrap {
    max-width: 540px;
    width: 100%;
    text-align: center;
    background: #fff;
    height: auto;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }

  .line_modal_content {
    overflow: scroll;
    height: 75vh;
  }

  .line_modal_content h2 {
    margin: 20px 20px 0 20px;
    font-size: 20px;
  }

  .line_modal_content h3 {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0 0 0;
    line-height: 1;
  }

  .line_modal_content p {
    padding: 20px 0;
  }

  .line_modal_note {
    background: #FFEFED;
    color: #FE5B4E;
    padding: 14px;
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 14px;
  }
  
  .line_modal_main {
    margin: 0 20px;
  }

  .btn_close {
    z-index: 3;
  }

  .line_modal_link {
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #FF994E;
    text-decoration: underline;
  }

  .line_modal_link a {
    color: #FF994E;
  }

  .line_modal input {
    border: 0;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 16px;
    max-width: 478px;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .line_modal .line_btn {
    width: 100%;
    background: #06C755;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
  }

  .line_benefit {
    padding: 20px 20px 0 20px;
    background: #f7f6f5;
  }

  .line_benefit .line_img {
    margin: 20px 0 0 0;
  }

  .line_modal_overLay {
    position: fixed;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 10000001;
    transition: all 2s;
    top: 0;
    z-index: 10000011 !important;
  }

  .line_modal_content .point {
    max-width: 500px;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto 20px;
    width: 100%;
  }

  .line_modal_content .point li {
    border-radius: 200px;
    width: 140px;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #fff;
    color: #06C755;
    border: 2px solid #06C755;
    margin: 0;
      width: calc(100vw / 3 - 30px);
      height: calc(100vw / 3 - 30px);
      max-width: 140px;
      max-height: 140px;
  }

  .line_modal_content .point li img {
    width: 36%;
    height: auto;
  }

  .line_modal_content .point li p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin: 5px 0 0 0;
    font-size: 13px;
    padding: 0;
  }

