.wrap {
  margin: 0;
}

.slick-initialized .slick-slide {
  display: inline-block !important;
}

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

.ranking .box_contents {
  overflow-x: scroll;
  display: block;
  padding: 0 50px;
  overflow-y: hidden;
}

#top .mv {
 border: 0;
    background: url(https://img08.shop-pro.jp/PA01197/427/etc_base64/aGVyb19pbWdfcmVudGFs.jpg?cmsp_timestamp=20250416210353);
    background-size: cover;
    padding: 70px 0 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom right;
  height: 480px;
  display: flex;
  justify-content: center;
}

#top .mv:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255,255,255,.2); */
background-color: rgba(252, 228, 216, 0.05);
  /* backdrop-filter: blur(1px); */
}

.mv_wrap {
  max-width: 1100px;
    margin: 0 50px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: left;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
}

.mv_wrap .mv_copy {
  font-size: 36px;
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
  z-index: 9;
}

.mv_copy span {
  font-size: 28px;
}

.mv_wrap p {
  font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 1px;
    margin: 10px 0 30px 0;
}

.mv_wrap .mv_copy,
.mv_wrap p {
  width: 100%;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
}

.mv_badge {
  display: flex;
  flex-wrap: wrap;
}

.mv_badge li {
  margin: 0px 16px 5px 0px;
    line-height: 1;
}

.mv_badge li img {
  height: 70px;
  width: auto;
}

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

.mv_bottom {
  display: none;
}

.mv_slider {
  background: #f7f6f5;
    padding: 40px 0px;
    overflow: hidden;
  }

.mv_slider .slider_ul {
  width: 100%;
 max-width: 1100px;
    margin: 0 auto;
}

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

#top_cate li, #top_cate a {
  padding: 14px 8px 12px 8px;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.eot?#iefix')format('embedded-opentype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.woff')format('woff'),
    url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.ttf')format('truetype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.svg')format('svg');
}

#slider_icon .slick-prev:before,
#slider_icon .slick-next:before {
  color: #000 !important;
}

.slick-dots {
  position: initial !important;
  margin-top: 0 !important;
}

.slider-for p,
.slider-nav p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #ffffff;
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-slide {
  outline: none;
}

.slider-nav img {
  max-height: 109px;
}


.none,
#common_list {
  display: none;
}

h2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #f1997d;
  display: none;
}

.h2_baby:before{
  content: "\f77d";
}

.h2_history:before {
  content: "\f1da";
}

.h2_new:before {
  content: "\f09e";
}

.h2_ranking:before {
  content: "\f521";
}

.h2_star:before {
  content: "\f005";
}

.h2_calendar:before {
  content: "\f133";
}

.h2_search:before {
  content: "\f002";
}

.h2_read:before {
  content: "\f5da";
}

.h2_bullhorn:before {
  content: "\f0a1";
}

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

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

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

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

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

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: initial;
  margin: 10px 0 0 0px;
}

.age_content {
  grid-template-columns: repeat(3, 3fr);
    display: grid;
    grid-auto-flow: dense;
    gap: 40px 0;
    justify-content: center;
    width: 100%;
  padding: 0 50px;
}

.age_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

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

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

.age_wrap ul {
  height: 200px;
  width: 180px;
}

.age_wrap ul h3 {
  font-size: 16px;
  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;
}
  
  .contents_inner {
    display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }

.accordion {
    background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.accordion_title {
    padding: 16px 40px 16px 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
  
}

.accordion_box {
    padding: 0 30px;
}

.toggle:checked + .accordion_title + .accordion_box {
    border-top: 1px solid #eaeaea;
}



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

article .index h3 {
  letter-spacing: 1px;
  margin: 0 0 30px 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: 14px;
  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: #fe5b4e;
  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: #fe5b4e;
  content: "¨¦";
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

article p {
  margin: 20px 0 !important;
  font-size: 14px !important;
}

article blockquote {
  background: #f7f6f5;
  padding: 30px;
  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: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin: 40px 0 20px 0;
    border-bottom: 3px solid #E3B39A;
    padding: 0 0 10px 0;
}

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

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

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

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

article a {
    text-decoration: underline;
}

article button {
  margin: 0 auto;
  max-width: 460px;
    display: block;
  cursor: pointer;
}

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: #fe5b4e;
  margin: 0 5px 0 0;
}

article .article_link {
  font-weight: 600;
    color: #fe5b4e;
    font-size: 16px;
    text-decoration: underline;
    margin: 40px 0 60px 0;
    text-align: center;
    display: block;
}

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

.news {
  padding: 0 0 60px 0;
}

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

.top_footer_ttl {
    font-size: 16px;
    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;
  }

  .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: 22px;
  }

  .line_modal_content h3 {
    font-size: 18px;
    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%;
  }
  
  .line_modal_main {
    margin: 0 40px;
  }

  .btn_close {
    z-index: 3;
  }
  
  .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 40px 20px 40px;
    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;
  }

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

@media (max-width: 767px) {
  .mv_badge {
    top: 20px !important;
  }
  
  .mv_pg_text {
    padding: 0px 20px 0 !important;
    margin: 0 !important;
  }
  
  #top .mv .mv_wrap {
    gap: 0 !important;
  }
  
  #top .mv {
    background: url(https://img08.shop-pro.jp/PA01197/427/etc_base64/bXZfMjAyNTA0.png?cmsp_timestamp=20250502155000);
    background-size: cover;
    background-position: 29% bottom;
    height: 125vw;
    display: block;
    padding: 62px 0 0 0;
}
  
  .mv_wrap {
    width: 100%;
    padding: 30px 0 0 0px!important;
    margin: 0;
  }
  
  .mv_wrap .mv_copy {
    font-size: 30px;
  }
  
  .mv_copy span {
    font-size: 2.25rem;
    display: block;
    margin: 5px 0 0 0;
}
  
  .mv_badge li img {
    height: 60px;
}

.mv_bottom {
  background: rgba(0,0,0,.2);
  width: 100%;
  bottom: 0;
    position: absolute;
  display: block;
}
  
  .mv_slider {
    padding: 20px 0px;
  }

.mv_slider .slick-slide img {
  height: 100%;
    display: block;
    width: auto;
}

.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;
}
  
  #top_cate li, #top_cate a {
    padding: 8px;
  }

.ranking .box_contents {
  padding: 0 20px;
}
  
.age_content {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-auto-flow: dense;
    gap: 16px;
    justify-content: center;
    width: 100%;
  padding: 0 20px;
}
  
  .age_wrap .img {
    width: 36vw;
    height: 36vw;
  }
  
  .age_wrap ul {
    width: 160px;
}
  
  .top_info {
    margin: 0 20px -20px 20px;
  }
  
  .news {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
  }
  
  .top_footer {
    padding: 30px 20px;
  }
  
  .shop_review {
    margin: 40px 0 0 0;
  }
}