@charset "UTF-8";
/* mamamusutalk */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
#mmt-contents {
  color: #313131;
}
#mmt-contents #mmt-mv {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mv {
    width: 100%;
    height: 436px;
  }
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mv #mmt-mv-title {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: block;
    width: 1600px;
  }
}
#mmt-contents #mmt-lead {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  padding: 9.0666666667vw 8.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-lead {
    padding: 97px 90px 80px;
  }
}
#mmt-contents #mmt-lead:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/-/Media/com/dotest/promo/mamamusutalk/images/mmt-lead-bg.jpg) repeat;
}
@media only screen and (max-width: 767px) {
  #mmt-contents #mmt-lead:before {
    background-size: 78.8vw;
    background-position: 11vw 16vw;
  }
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-lead:before {
    background-size: 591px auto;
    background-position: center -20px;
  }
}
#mmt-contents #mmt-lead picture {
  display: inline-block;
}
#mmt-contents #mmt-bg {
  position: relative;
  z-index: 1;
  background-color: #f6f1e4;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-bg {
    padding-bottom: 100px;
  }
}
#mmt-contents #mmt-bg:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/-/Media/com/dotest/promo/mamamusutalk/images/mmt-bg.svg) repeat;
  opacity: 0.26;
}
@media only screen and (max-width: 767px) {
  #mmt-contents #mmt-bg:before {
    background-size: 77.3333333333vw auto;
    background-position: -2vw -20vw;
  }
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-bg:before {
    background-size: 570px auto;
    background-position: calc(50% - 70px) 70px;
  }
}
#mmt-contents #mmt-mov {
  padding: 7.6vw 7.4666666667vw 11.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov {
    padding: 54px 0 74px;
    width: 860px;
    margin: 0 auto;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li:nth-child(n + 2) {
  margin-top: 17.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li:nth-child(n + 2) {
    margin-top: 76px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-title {
  margin: 0 -3.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-title {
    margin: 0;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-title img {
  width: auto;
  height: 14.6666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-title img {
    height: 90px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box {
  margin-top: 6.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 50px;
    margin-top: 30px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 6vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 0 35px;
    padding-top: 40px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li figure {
  position: relative;
  width: 37.2vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li figure {
    width: 210px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li figure i {
  position: absolute;
  top: -3.3333333333vw;
  right: -5.3333333333vw;
  width: 16.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li figure i {
    top: -20px;
    right: -30px;
    width: 96px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-name {
  margin: 4vw -2.6666666667vw 0;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-name {
    margin: 20px 0 0;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-name img {
  width: auto;
  height: 3.4666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-name img {
    height: 20px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-prof {
  width: 33.8666666667vw;
  margin: 2.2666666667vw auto 0;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-prof {
    width: 191px;
    margin: 10px auto 0;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-txt {
  margin-top: 3.3333333333vw;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: calc(40 / 24);
  text-align: justify;
  padding: 0 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-txtbox > li .mmt-mov-txt {
    margin-top: 15px;
    font-size: 17px;
    line-height: calc(30 / 17);
    padding: 0;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-youtube {
  margin-top: 8vw;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-youtube {
    width: 323px;
    margin-top: 0;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-youtube .mmt-mov-youtube-box {
  position: relative;
  padding-top: calc(856 / 482 * 100%);
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-story {
  position: relative;
  background-color: #7a5b41;
  border-radius: 1.3333333333vw;
  padding: 4vw 9.3333333333vw 4vw 22vw;
  margin-top: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-story {
    width: 100%;
    padding: 35px 35px 35px 145px;
    margin-top: 35px;
  }
}
#mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-story > i {
  position: absolute;
  top: -2.6666666667vw;
  left: 2.4vw;
  width: 16.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-mov #mmt-mov-list > li .mmt-mov-box .mmt-mov-story > i {
    top: -18px;
    left: 20px;
    width: 97px;
  }
}
@media print, screen and (min-width: 768px) {
  #mmt-contents #mmt-end picture {
    display: block;
    width: 860px;
    margin: 0 auto;
  }
}

#dt_recommend_section {
  margin-top: 0;
}

.fem_container {
  padding: 15.625vw 0;
}

.fem_container.pad-m {
  padding: 7.417vw 0 15.625vw;
}

.fem_container.pad-s {
  padding: 2.604vw 0 15.625vw;
}

.fem_container .bnr_cnt {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .fem_container {
    padding: 120px 0;
  }

  .fem_container.pad-m {
    padding: 40px 0 120px;
  }

  .fem_container.pad-s {
    padding: 10px 0 120px;
  }

  .fem_container .bnr_cnt a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.toolBox01 {
  clear: both;
  width: 100%;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ef9300;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.toolBox01In {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
}

.toolBox01,
.toolBox01In {
  background: #faae5c;
}

@media screen and (max-width: 768px) {
  .section01,
  .toolBox01In {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .toolBox01 {
    padding: 10px 0;
  }

  .toolBox01In {
    text-align: center;
  }

  .btnBrand01,
  .btnBrand01.blank {
    float: none;
    margin: 0 auto 10px !important;
    width: auto;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .btnBrand01 span {
    height: 37px;
  }

  .btnBrand01 span::before {
    width: 5px;
    height: 5px;
  }
}



