@charset "UTF-8";
/* common
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.yumincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
}

.shipporiMincho {
  font-family: "Shippori Mincho", serif;
}

/*
 * media query
**/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .sp_hide {
    display: block !important;
  }
}

body .fixedBody {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .brand-modal.js-modal-target {
    z-index: 10000;
  }
}
body #wrapper {
  background: transparent;
}
body #container {
  background-color: #fff;
}
body .boxList01 {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body .boxList01 {
    padding-bottom: 4vw;
  }
}
body #footer {
  margin-top: 0 !important;
}
body #footer:before {
  top: 0 !important;
}
body #footer .footer-inner {
  padding-top: 25px;
}
body .breadcrumb {
  background: #fff;
  margin-top: 0 !important;
}
body .toolBox01.babypage {
  background-color: #F36677;
}
body .toolBox01.careceraappage {
  background-color: #27ABAB;
}
body #js-loader {
  display: none;
}
body #main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  color: #333;
}
body #main img {
  display: inline;
}
@media screen and (min-width: 769px) {
  body #main {
    min-width: 1100px;
  }
}
body #main a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 769px) {
  body #main a {
    transition: opacity 0.3s ease;
  }
}
body #main a:active, body #main a:focus {
  outline: 0;
  -moz-outline-style: none;
}
@media screen and (min-width: 769px) {
  body #main a:hover {
    opacity: 0.8;
  }
}
body #main * {
  outline: 0;
}
body #main strong {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  body #main {
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  body #main {
    overflow: hidden;
  }
}
body #main .container {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  body #main .container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body #main .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
body #main #spanchor {
  display: none;
}
@media screen and (max-width: 768px) {
  body #main #spanchor * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu .spanchor-logo {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li {
    border-top: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li:last-child {
    border-bottom: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li a {
    display: block;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    position: absolute;
    content: "";
    pointer-events: none;
    top: 50%;
    right: 0;
    width: 4px;
    height: 6px;
    margin-top: -3px;
    margin-right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  body #main #toTop {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #toTop a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  body #main #toTop a img {
    width: 21px;
  }
}

.brand-btns {
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .brand-btns {
    right: 0 !important;
  }
}
.brand-btns .brand-btn-cart {
  border-color: transparent !important;
  background-color: #D03E41 !important;
}
@media screen and (min-width: 769px) {
  .brand-btns .brand-btn-cart {
    width: 59px !important;
    max-height: 315px !important;
  }
}
@media screen and (max-width: 768px) {
  .brand-btns .brand-btn-cart {
    bottom: 0 !important;
    border-radius: 9px 9px 0 0 !important;
    max-width: 100% !important;
    width: 90% !important;
    background-position: left 23% center !important;
  }
}

@media screen and (max-width: 768px) {
  .top-link {
    display: none !important;
  }
}

#main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#main #anchor {
  background-color: #670000;
  position: relative;
  z-index: 3;
}
#main #anchor.fix {
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #main #anchor.fix {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor.fix {
    height: 70px;
  }
}
#main #anchor.fix .anchor-wrp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #670000;
}
@media screen and (min-width: 769px) {
  #main #anchor.fix .anchor-wrp {
    top: 53px;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu {
    max-width: 1080px;
    margin: 0 auto;
  }
}
#main #anchor .anchor-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul {
    width: 100%;
  }
}
#main #anchor .anchor-menu ul li {
  width: 25%;
  border-right: 1px solid #8e6a64;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li {
    border-right: 2px solid #8e6a64;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li:first-child {
    border-left: 2px solid #8e6a64;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li:last-child a {
    padding-bottom: 0;
  }
}
#main #anchor .anchor-menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li a {
    width: 100%;
    height: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a {
    width: 100%;
    height: 70px;
    flex-direction: column;
    font-size: 12.5px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
#main #anchor .anchor-menu ul li a.redcart:after {
  display: none;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li a.redcart img {
    width: 165px;
  }
}
#main #anchor .anchor-menu ul li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li a:after {
    width: 10px;
    height: 6px;
    margin-left: -5px;
    margin-bottom: 27px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/arrow-01.png);
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a:after {
    width: 8px;
    height: 7px;
    margin-left: -4px;
    margin-bottom: 18px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/arrow-01.sp.png);
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a > span > small {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu ul li a > span > small {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a > span {
    font-size: 12.5px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu ul li a > span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a > img {
    width: 29px;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu.toppage ul li a {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu.toppage ul li a {
    height: 70px;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu.toppage ul li a:after {
    margin-bottom: 15px;
  }
}
#main #anchor .anchor-menu .anchor-bar {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .logo img {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .link a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 25px;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu .anchor-bar .flex .link a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .link a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .cart img {
    width: 36px;
  }
}
#main #mv .slide-mv .slick-dots {
  bottom: 18px;
}
@media screen and (max-width: 768px) {
  #main #mv .slide-mv .slick-dots {
    bottom: 12px;
  }
}
#main #mv .slide-mv .slick-dots li {
  margin: 0 7.5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  #main #mv .slide-mv .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}
#main #mv .slide-mv .slick-dots li.slick-active button {
  background-color: #670000;
}
#main #mv .slide-mv .slick-dots li button {
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  #main #mv .slide-mv .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}
#main #mv .slide-mv .slick-dots li button:before {
  display: none;
}
#main #mv .slide-mv .slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 32px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #main #mv .slide-mv .slick-arrow {
    width: 10px;
    height: 16px;
  }
}
#main #mv .slide-mv .slick-arrow:before {
  display: none;
}
#main #mv .slide-mv .slick-arrow.slick-next {
  right: 30px;
  background-image: url(/~/Media/com/50megumi/top/202203/assets/img/slide-right.png);
}
@media screen and (max-width: 768px) {
  #main #mv .slide-mv .slick-arrow.slick-next {
    right: 5px;
  }
}
#main #mv .slide-mv .slick-arrow.slick-prev {
  left: 30px;
  background-image: url(/~/Media/com/50megumi/top/202203/assets/img/slide-left.png);
}
@media screen and (max-width: 768px) {
  #main #mv .slide-mv .slick-arrow.slick-prev {
    left: 5px;
  }
}
#main #mv .slide-mv ul {
  margin-bottom: 0;
}
#main #mv .slide-mv ul li img {
  width: 100%;
}
#main #agetrouble {
  margin-top: -5px;
}
#main #agetrouble .agetrouble-top {
  position: relative;
  z-index: 1;
}
#main #agetrouble .agetrouble-top img {
  width: 100%;
}
#main #agetrouble .agetrouble-bottom {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main #agetrouble .agetrouble-bottom {
    margin-top: -10%;
  }
}
@media screen and (max-width: 768px) {
  #main #agetrouble .agetrouble-bottom {
    margin-top: -20%;
  }
}
#main #agetrouble .agetrouble-bottom > img {
  width: 100%;
}
#main #agetrouble .agetrouble-bottom .agetrouble-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main #agetrouble .agetrouble-bottom .agetrouble-btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  #main #agetrouble .agetrouble-bottom .agetrouble-btn a {
    width: 17.6%;
    margin-top: 55%;
    margin-left: 45.5%;
  }
}
@media screen and (max-width: 768px) {
  #main #agetrouble .agetrouble-bottom .agetrouble-btn a {
    width: 86.6666666667%;
    margin-top: 158%;
    margin-left: auto;
    margin-right: auto;
  }
}
#main #agetrouble .agetrouble-bottom .agetrouble-btn a img {
  width: 100%;
}
#main #recom {
  padding: 50px 0 80px;
}
@media screen and (min-width: 769px) {
  #main #recom {
    margin-top: -2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  #main #recom {
    padding: 10px 0 0;
  }
}
#main #recom h2 {
  color: #4d2525;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main #recom h2 {
    margin-bottom: 25px;
  }
}
#main #recom h2 > span {
  display: block;
}
#main #recom h2 > span.en {
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #main #recom h2 > span.en {
    font-size: 30px;
  }
}
#main #recom h2 > span.ja {
  margin-top: 19px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 31px;
}
@media screen and (max-width: 768px) {
  #main #recom h2 > span.ja {
    font-size: 20px;
    margin-top: 20px;
  }
}
#main #recom h2 > span.ja:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 121px;
  height: 11px;
  margin-left: -60.5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/~/Media/com/50megumi/top/202203/assets/img/nami.png);
}
@media screen and (max-width: 768px) {
  #main #recom h2 > span.ja:before {
    margin-left: -59.5px;
    width: 119px;
    height: 12px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/nami.sp.png);
  }
}
#main #recom .recom-youtube {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #main #recom .recom-youtube {
    position: relative;
    padding-bottom: 56.5217391304%;
    margin: 0 15px 40px;
  }
}
@media screen and (max-width: 768px) {
  #main #recom .recom-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#main #recom .recom-banner > a {
  display: block;
}
@media screen and (min-width: 769px) {
  #main #recom .recom-banner > a {
    width: 658px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main #recom .recom-banner > a {
    padding: 0 15px;
  }
}
#main #recom .recom-banner > a img {
  width: 100%;
}
#main #recom .recom-banner .recom-img {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main #recom .recom-banner .recom-img {
    width: 660px;
    margin: 27px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #main #recom .recom-banner .recom-img {
    margin-top: 30px;
  }
}
#main #recom .recom-banner .recom-img > img {
  width: 100%;
}
#main #recom .recom-banner .recom-img .recom-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main #recom .recom-banner .recom-img .recom-btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  #main #recom .recom-banner .recom-img .recom-btn a {
    width: 240px;
    margin-top: 66%;
    margin-left: 42%;
  }
}
@media screen and (max-width: 768px) {
  #main #recom .recom-banner .recom-img .recom-btn a {
    width: 86.6666666667%;
    margin-top: 190%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
#main #recom .recom-banner .recom-img .recom-btn a img {
  width: 100%;
}
#main #series {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  #main #series {
    padding-top: 51px;
  }
}
#main #series .series-ttl {
  color: #4d2525;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #main #series .series-ttl {
    margin-bottom: 25px;
  }
}
#main #series .series-ttl > span {
  display: block;
}
#main #series .series-ttl > span.en {
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #main #series .series-ttl > span.en {
    font-size: 30px;
  }
}
#main #series .series-ttl > span.ja {
  margin-top: 17px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 31px;
}
@media screen and (max-width: 768px) {
  #main #series .series-ttl > span.ja {
    font-size: 20px;
    margin-top: 20px;
  }
}
#main #series .series-ttl > span.ja:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 121px;
  height: 11px;
  margin-left: -60.5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/~/Media/com/50megumi/top/202203/assets/img/nami.png);
}
@media screen and (max-width: 768px) {
  #main #series .series-ttl > span.ja:before {
    margin-left: -59.5px;
    width: 119px;
    height: 12px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/nami.sp.png);
  }
}
#main #series .series-product {
  padding-bottom: 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/~/Media/com/50megumi/top/202203/assets/img/seriesbg.jpg);
}
@media screen and (max-width: 768px) {
  #main #series .series-product {
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/seriesbg.sp.jpg);
    padding-bottom: 60px;
  }
}
#main #series .series-product .series-tabmenu {
  color: #fff;
  overflow: hidden;
}
#main #series .series-product .series-tabmenu ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tabmenu ul {
    max-width: 1080px;
    height: 110px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tabmenu ul {
    height: 145px;
  }
}
#main #series .series-product .series-tabmenu ul li {
  height: 100%;
  width: 50%;
}
#main #series .series-product .series-tabmenu ul li:first-child {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tabmenu ul li:first-child:before {
    position: absolute;
    content: "";
    width: 500%;
    left: 0;
    top: 0;
    height: 100%;
    margin-left: -500%;
    background-color: #670000;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tabmenu ul li:first-child a {
    border-left: 2px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tabmenu ul li:first-child a > span:first-child {
    margin-bottom: 26px;
  }
}
#main #series .series-product .series-tabmenu ul li:last-child {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tabmenu ul li:last-child:before {
    position: absolute;
    content: "";
    width: 500%;
    right: 0;
    top: 0;
    height: 100%;
    margin-right: -500%;
    background-color: #670000;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tabmenu ul li:last-child a > span:first-child {
    margin-bottom: 10px;
  }
}
#main #series .series-product .series-tabmenu ul li a {
  display: block;
  height: 100%;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  background-color: #670000;
}
#main #series .series-product .series-tabmenu ul li a.active {
  background-color: transparent;
  border-color: transparent;
  color: #551d1e;
}
#main #series .series-product .series-tabmenu ul li a.active > span:first-child:after {
  background-color: #551d1e;
}
#main #series .series-product .series-tabmenu ul li a > span {
  display: block;
  text-align: center;
}
#main #series .series-product .series-tabmenu ul li a > span:first-child {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 17px;
  padding-bottom: 15px;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tabmenu ul li a > span:first-child {
    font-size: 20px;
    margin-bottom: 11px;
    padding-bottom: 14px;
  }
}
#main #series .series-product .series-tabmenu ul li a > span:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #fff;
  opacity: 0.7;
  margin-left: -20px;
}
#main #series .series-product .series-tabmenu ul li a > span:last-child {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tabmenu ul li a > span:last-child {
    font-size: 13px;
    line-height: 1.3;
  }
}
#main #series .series-product .series-tab {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab {
    padding-top: 45px;
  }
}
#main #series .series-product .series-tab .series-tab-list {
  display: none;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list {
    padding: 0 15px;
  }
}
#main #series .series-product .series-tab .series-tab-list.skincare {
  display: block;
}
#main #series .series-product .series-tab .series-tab-list h2 {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list h2 img {
    height: 36px;
  }
}
#main #series .series-product .series-tab .series-tab-list h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list h3 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .mb_pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .mb_sp {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col {
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div.mr_pc {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div:last-child dl {
    margin-bottom: 0;
  }
}
#main #series .series-product .series-tab .series-tab-list .flex-col > div dl {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl {
    width: 340px;
    padding: 40px 0 60px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl {
    position: relative;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl dt {
    width: 300px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl dt[data-minheight_pc="382"] {
    min-height: 382px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl dt[data-minheight_pc="405"] {
    min-height: 405px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl dt[data-minheight_pc="430"] {
    min-height: 430px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl dt[data-minheight_pc="485"] {
    min-height: 485px;
  }
}
#main #series .series-product .series-tab .series-tab-list .flex-col > div dl dt img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex-col > div dl dd a {
    display: block;
    width: 91.3043478261%;
    margin: 0 auto 8%;
  }
}
#main #series .series-product .series-tab .series-tab-list .flex-col > div dl dd a img {
  width: 240px;
}
#main #series .series-product .series-tab .series-tab-list .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex {
    margin-bottom: 35px;
  }
}
#main #series .series-product .series-tab .series-tab-list .flex.nomb {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex.flex-2 {
    max-width: 710px;
    margin: 0 auto 50px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex.flex-2 dl {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#main #series .series-product .series-tab .series-tab-list .flex dl {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl {
    padding: 40px 0 60px;
    width: 340px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl {
    position: relative;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl.half.mrauto {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl.half {
    width: 48.4057971014%;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl.half dd a {
    display: block;
    width: 83.8323353293%;
    margin: 0 auto 15%;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dt {
    width: 300px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dt[data-minheight_pc="382"] {
    min-height: 382px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dt[data-minheight_pc="405"] {
    min-height: 405px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dt[data-minheight_pc="430"] {
    min-height: 430px;
  }
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dt[data-minheight_pc="485"] {
    min-height: 485px;
  }
}
#main #series .series-product .series-tab .series-tab-list .flex dl dt img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dd a {
    display: block;
    width: 91.3043478261%;
    margin: 0 auto 8%;
  }
}
#main #series .series-product .series-tab .series-tab-list .flex dl dd a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #main #series .series-product .series-tab .series-tab-list .flex dl dd a img {
    width: 240px;
  }
}
#main #kv {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #main #kv {
    margin-top: -2.1%;
  }
}
@media screen and (max-width: 768px) {
  #main #kv {
    margin-top: -4%;
  }
}
#main #kv img {
  width: 100%;
}
#main #sect-01 {
  margin-top: -12%;
}
@media screen and (max-width: 768px) {
  #main #sect-01 {
    margin-top: -21%;
  }
}
#main #sect-01 .sect-01-top {
  z-index: 1;
  position: relative;
}
#main #sect-01 .sect-01-top img {
  width: 100%;
}
#main #sect-01 .sect-01-bottom {
  margin-top: -16%;
}
@media screen and (max-width: 768px) {
  #main #sect-01 .sect-01-bottom {
    margin-top: -21%;
  }
}
#main #sect-01 .sect-01-bottom img {
  width: 100%;
}
#main #sect-01 .sect-01-btm img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main #sect-02 {
    margin-top: -2px;
  }
}
#main #sect-02 h2 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #main #sect-02 h2 {
    padding-top: 40px;
    background-color: #f6f6f5;
    padding-bottom: 11%;
  }
}
#main #sect-02 h2 > span {
  display: block;
  text-align: center;
  color: #4d2525;
}
#main #sect-02 h2 > span:first-child {
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #main #sect-02 h2 > span:first-child {
    font-size: 30px;
  }
}
#main #sect-02 h2 > span:last-child {
  font-size: 24px;
  font-weight: 500;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #main #sect-02 h2 > span:last-child {
    font-size: 19px;
  }
}
#main #sect-02 .sect-02-img {
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  #main #sect-02 .sect-02-img {
    margin-top: -20%;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-02 .sect-02-img {
    margin-top: -4%;
  }
}
#main #sect-02 .sect-02-img.sect-02-img2 {
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #main #sect-02 .sect-02-img.sect-02-img2 {
    margin-top: -10%;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-02 .sect-02-img.sect-02-img2 {
    margin-top: -22%;
  }
}
#main #sect-02 .sect-02-img img {
  width: 100%;
}
#main #sect-03 .sect-03-img {
  position: relative;
  margin-top: -1%;
}
#main #sect-03 .sect-03-img img {
  width: 100%;
}
#main #sect-03 .sect-03-img2 {
  margin-top: -10%;
}
@media screen and (max-width: 768px) {
  #main #sect-03 .sect-03-img2 {
    margin-top: -12%;
  }
}
#main #sect-03 .sect-03-img2 img {
  width: 100%;
}
#main #sect-04 {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  #main #sect-04 {
    margin-top: -29%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/~/Media/com/50megumi/yojun/202203/img/bg.png);
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 {
    margin-top: -24%;
    padding-bottom: 5.3%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/~/Media/com/50megumi/yojun/202203/img/bg.sp.png);
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 {
    margin-top: -27%;
  }
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt {
    max-width: 590px;
    margin: 0 auto;
    padding-top: 25%;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt {
    padding-top: 34%;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt {
    padding-top: 41%;
  }
}
#main #sect-04 .sect-04-txt h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt h2 img {
    width: 462px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt h2 img {
    width: 320px;
  }
}
#main #sect-04 .sect-04-txt .box-txt {
  margin-top: 49px;
  color: #551d1e;
  font-size: 30px;
  font-weight: 600;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .box-txt {
    margin-top: 20px;
    width: 325px;
    height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .box-txt {
    width: 290px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-txt-bottle {
  margin-top: -11px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-bottle {
    margin-top: -5px;
    margin-bottom: 18px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-txt-bottle img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-bottle img {
    width: 293px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-tx {
  font-size: 18px;
  line-height: 2.67;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-tx {
    font-size: 17px;
    line-height: 1.88;
    padding: 0 25px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .sect-04-tx {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-tx.txt-02 {
    width: 220px;
  }
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-tx.txt-02 {
    margin-left: 0;
    width: 435px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-triangle {
  margin-top: 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-triangle {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
  }
}
#main #sect-04 .sect-04-txt .sect-04-triangle img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-triangle img {
    width: 225px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-spoilt {
  position: relative;
}
#main #sect-04 .sect-04-txt .sect-04-spoilt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: 636px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/~/Media/com/50megumi/yojun/202203/img/spoit.png);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt:after {
    margin-top: -66px;
    margin-right: -205px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt:after {
    margin-top: 42px;
    width: 130px;
    height: 358px;
    background-image: url(/~/Media/com/50megumi/yojun/202203/img/spoit.sp.png);
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt:after {
    width: 80px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-spoilt p {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #551d1e;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt p {
    padding-left: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-spoilt p:last-child {
  margin-bottom: 40px;
  font-size: 38px;
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt p:last-child {
    width: 240px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt p:last-child {
    font-size: 29px;
    width: 175px;
    height: 45px;
    margin-bottom: 25px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-spoilt p:first-child {
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt p:first-child {
    width: 230px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt p:first-child {
    font-size: 19px;
    width: 155px;
    height: 35px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-spoilt p:nth-of-type(2) {
  font-size: 48px;
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt p:nth-of-type(2) {
    width: 360px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-spoilt p:nth-of-type(2) {
    font-size: 33px;
    width: 240px;
    height: 45px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-txt-box {
  margin-top: 84px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box {
    padding: 80px 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box {
    margin-top: 40px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box {
    padding: 35px 0;
  }
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 990px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    margin-left: -200px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-txt-box p {
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box p {
    line-height: 1.72;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box p {
    text-align: center;
    font-size: 17px;
    line-height: 1.529;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box p {
    font-size: 15px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-txt-box p.txt-02 {
  font-size: 20px;
  margin-top: 23px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box p.txt-02 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box p.txt-02 {
    font-size: 14px;
  }
}
#main #sect-04 .sect-04-txt .sect-04-txt-box p.txt-03 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box p.txt-03 {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box p.txt-03 {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box .sabondama {
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box .sabondama {
    margin-top: 18px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 769px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box .sabondama img {
    width: 558px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box .sabondama img {
    width: 100%;
  }
}
#main #sect-04 .sect-04-txt .sect-04-txt-box h3 {
  color: #551d1e;
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  margin: 21px 0 28px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box h3 {
    margin: 12px 0 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-04 .sect-04-txt .sect-04-txt-box h3 {
    font-size: 19px;
  }
}
#main #sect-05 {
  margin-top: -3%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #main #sect-05 {
    margin-top: -4.2%;
  }
}
#main #sect-05 .sect-05-img img {
  width: 100%;
}
#main #sect-06 .sect-06-txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-txt {
    padding-top: 25px;
    margin-bottom: 30px;
  }
}
#main #sect-06 .sect-06-txt p {
  color: #551d1e;
}
@media screen and (min-width: 769px) {
  #main #sect-06 .sect-06-txt p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-txt p {
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
  }
}
#main #sect-06 .sect-06-txt h2 {
  font-size: 34px;
  color: #551d1e;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-txt h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-06 .sect-06-txt h2 {
    font-size: 18px;
  }
}
#main #sect-06 .sect-06-txt h2 .gold {
  color: #d88e14;
  font-size: 48px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #main #sect-06 .sect-06-txt h2 .gold {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-txt h2 .gold {
    font-size: 28px;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-06 .sect-06-txt h2 .gold {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  #main #sect-06 .sect-06-txt h2 .gold > span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-txt h2 .gold > span {
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-06 .sect-06-txt h2 .gold > span {
    font-size: 22px;
  }
}
#main #sect-06 .sect-06-product {
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/~/Media/com/50megumi/yojun/202203/img/texture.png);
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-product {
    background-position: center 35px;
    padding-bottom: 15px;
    background-image: url(/~/Media/com/50megumi/yojun/202203/img/texture.sp.png);
  }
}
#main #sect-06 .sect-06-product .img {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-product .img {
    margin-bottom: 25px;
  }
}
#main #sect-06 .sect-06-product .img img {
  width: 387px;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-product .img img {
    width: 214px;
  }
}
#main #sect-06 .sect-06-product .box {
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #main #sect-06 .sect-06-product .box {
    width: 690px;
    margin: 0 auto;
    padding: 60px 90px 60px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-product .box {
    margin: 0 15px;
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-06 .sect-06-product .box {
    margin: 0 10px;
  }
}
#main #sect-06 .sect-06-product .box .box-ttl {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-product .box .box-ttl {
    margin-bottom: 20px;
  }
}
#main #sect-06 .sect-06-product .box .box-ttl img {
  width: 488px;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-product .box .box-ttl img {
    width: 294px;
  }
}
#main #sect-06 .sect-06-product .box p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #main #sect-06 .sect-06-product .box p {
    font-size: 17px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 374px) {
  #main #sect-06 .sect-06-product .box p {
    padding: 0 15px;
    font-size: 16px;
  }
}
#main #sect-07 .sect-07-top img {
  width: 100%;
}
#main #sect-07 .sect-07-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/~/Media/com/50megumi/yojun/202203/img/milk.jpg);
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner {
    background-position: left;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #main #sect-07 .sect-07-banner .sect-07-banner-list {
    margin-top: -30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner .sect-07-banner-list {
    margin-top: -35px;
    margin-bottom: 35px;
    padding: 0 15px;
  }
}
#main #sect-07 .sect-07-banner .sect-07-banner-list a {
  display: block;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #main #sect-07 .sect-07-banner .sect-07-banner-list a {
    width: 690px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner .sect-07-banner-list a {
    margin-bottom: 15px;
  }
}
#main #sect-07 .sect-07-banner .sect-07-banner-list a:last-child {
  margin-bottom: 0;
}
#main #sect-07 .sect-07-banner .sect-07-banner-list a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #main #sect-07 .sect-07-banner .sect-07-note {
    width: 690px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner .sect-07-note {
    padding: 0 28px;
  }
}
#main #sect-07 .sect-07-banner .sect-07-note p {
  color: #333;
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner .sect-07-note p {
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 10px;
  }
}
#main #sect-07 .sect-07-banner .sect-07-note h3 {
  color: #551d1e;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner .sect-07-note h3 {
    font-size: 16px;
    line-height: 1.88;
  }
}
#main #sect-07 .sect-07-banner .sect-07-note h3 strong {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner .sect-07-note h3 strong {
    font-size: 20px;
    line-height: 1.2;
  }
}
#main #sect-07 .sect-07-banner .sect-07-note h3 span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #main #sect-07 .sect-07-banner .sect-07-note h3 span {
    font-size: 20px;
    line-height: 1.2;
  }
}
#main #sect-07 .sect-07-end img {
  width: 100%;
}
#main #customFooter {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #main #customFooter {
    padding: 25px 0 0;
  }
}
#main #customFooter .customFooter-inner {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #main #customFooter .customFooter-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#main #customFooter .customFooter-inner dl {
  color: #670101;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #main #customFooter .customFooter-inner dl {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl:first-child dt {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl:nth-of-type(2) dt {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl:last-child dt {
    border-bottom: none;
  }
}
#main #customFooter .customFooter-inner dl dt {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #main #customFooter .customFooter-inner dl dt {
    padding-bottom: 18px;
    border-bottom: 2px solid #670101;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt {
    padding: 25px 25px 20px;
    border-bottom: 1px solid #670101;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt.accordionHead {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt.accordionHead:before, #main #customFooter .customFooter-inner dl dt.accordionHead:after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    background-color: #670101;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt.accordionHead:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt.accordionHead:after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt.accordionHead.open + dd {
    border-bottom: 1px solid #670101;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt.accordionHead.open:after {
    transform: rotate(90deg);
  }
}
#main #customFooter .customFooter-inner dl dt a {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #main #customFooter .customFooter-inner dl dt a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt a {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dt a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 11px;
    margin-top: -5.5px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/arrow-02.sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dd {
    padding-left: 50px;
    padding-right: 25px;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #main #customFooter .customFooter-inner dl dd ul li {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dd ul li {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #main #customFooter .customFooter-inner dl dd ul li:last-child {
    padding-bottom: 20px;
  }
}
#main #customFooter .customFooter-inner dl dd ul li a {
  font-size: 14px;
  display: block;
  line-height: 1.4285;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #main #customFooter .customFooter-inner dl dd ul li a:hover {
    opacity: 0.7;
  }
}