@charset "UTF-8";
/* ------------------------------------- */
/* Mama's新聞 */
/* ------------------------------------- */
/* 手書き */
.mamas #stroke-del .st {
  stroke-width: 9px;
}
/* 表示までの時間 */
.in01 {
  animation-delay: .5s;
}
.in02 {
  animation-delay: .7s;
}
.mamas #stroke-voi .st {
  stroke-miterlimit: 10;
}
.mamas .titBg {
  position: relative;
  background-color: #3aa8e0;
  padding: 11.3rem 0 0;
}
.mamas .titBg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
  opacity: .2;
}
.mamas .titBg h2.main-ttl {
  max-width: 407px;
  width: 90%;
  margin: 0 auto 2rem;
}
.mamas .titBg .spikes {
  position: relative;
  height: 50px;
}
.mamas .titBg .spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -30%;
  top: 0;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 500px 100%;
  background-image: linear-gradient(5deg, #fff 25%, transparent 25%), linear-gradient(-5deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}
.mamas .titBg .inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mamas .postBox {
  overflow: hidden;
}
.mamas .postBox .inner p.tit-read {
  max-width: 738px;
  width: 90%;
  margin: 0 auto 9rem;
  text-align: justify;
  line-height: 4rem;
}
.mamas .postBox .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}
.mamas .postBox .post li.zoomanim {
  position: relative;
  width: calc(100% / 2 - 3%);
  margin-bottom: 10rem;
  text-align: justify;
}
.mamas .postBox .post li.zoomanim figure {
  width: 100%;
}
.mamas .postBox .post li.zoomanim strong {
  display: inline-block;
  letter-spacing: .5rem;
  padding: .5rem 8%;
  background-color: #fff;
  margin-bottom: -1px;
}
.mamas .postBox .post li.zoomanim .index .bdR-rl {
  width: 100%;
  display: block;
}
.mamas .postBox .post li.zoomanim a {
  float: right;
  display: inline-block;
  background-color: #FFF38E;
  padding: 0;
  margin-top: -1px;
}
.mamas .postBox .post li.zoomanim a:hover {
  padding: 0;
}
.mamas .postBox .more-arw {
  position: relative;
  display: inline-block;
  transition: all .3s;
}
.mamas .postBox .more-arw::after, .mamas .postBox .more-arw::before {
  display: none;
}
.mamas .postBox .more-arw span {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  outline: none;
  padding-right: 55px;
  font-weight: 700;
  letter-spacing: .3rem;
  padding: 0.5em 9rem 0.5em 3em;
}
.mamas .postBox .more-arw span::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 62%;
  width: 20%;
  height: 1px;
  background: #000;
  transition: all .3s;
}
.mamas .postBox .more-arw span::after {
  content: '';
  position: absolute;
  bottom: 18px;
  right: 18%;
  width: 10px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  transition: all .3s;
}
.mamas .postBox .more-arw span:hover::before {
  width: 25%;
}
.mamas .postBox .more-arw span:hover::after {
  right: 13%;
}
.mamas .postBox .post li.zoomanim .index {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 339px;
  margin: -20% auto 0;
}
.mamas .postBox .post li.zoomanim ul {
  padding: 5% 10% 7%;
  background-color: #fff;
  width: 100%;
  border-radius: 0 8px 0 8px;
}
.mamas .postBox .post li.zoomanim ul li {
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 0;
  padding-left: 1.8rem;
}
.mamas .postBox .post li.zoomanim ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #000;
}
.mamas .postBox .post li.zoomanim:nth-of-type(4n)::before, .mamas .postBox .post li.zoomanim:nth-of-type(4n)::after {
  content: '';
  position: absolute;
  z-index: 2;
}
.mamas .postBox .post li.zoomanim:nth-of-type(4n)::before {
  background: url("../img/mamas/mamas_item1.png") center/100% no-repeat;
  animation: wobbling_y 1.2s ease-in-out infinite alternate;
  width: 55px;
  height: 135px;
  top: -150%;
  right: -15%;
}
.mamas .postBox .post li.zoomanim:nth-of-type(4n)::after {
  background: url("../img/mamas/mamas_item2.png") center/100% no-repeat;
  animation: wobbling_x 2s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate;
  width: 51px;
  height: 113px;
  top: -30%;
  left: -14%;
}
.mamas .postBox .post li.zoomanim:nth-of-type(4n) .index::before {
  content: '';
  position: absolute;
  z-index: 2;
  background: url("../img/mamas/mamas_item1.png") center/100% no-repeat;
  animation: wobbling_y 1s ease-in-out infinite alternate;
  width: 55px;
  height: 135px;
  top: 30%;
  left: -160%;
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.mamas .postBox .post .zoomanim .photo {
  border-radius: 10px;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
}
.mamas .postBox .post .zoomanim figure {
  position: relative;
  border-radius: 10px;
  z-index: -1;
}
.mamas .postBox .voice {
  max-width: 845px;
  width: 100%;
  margin: 2.5rem auto 5rem;
  background: url("../img/mamas/mamas_bg_voice.jpg") center/cover no-repeat;
  position: relative;
}
.mamas .postBox .voice::before, .mamas .postBox .voice::after {
  content: '';
  position: absolute;
  left: 0;
  background: url("../img/mamas/mamas_item3.svg") center/cover repeat-x;
  width: 100%;
  height: 18px;
}
.mamas .postBox .voice::before {
  top: 0;
}
.mamas .postBox .voice::after {
  bottom: 0;
}
.mamas .postBox .voice .voiceArea {
  padding: 7rem 0 8rem;
  text-align: center;
  position: relative;
}
.mamas .postBox .voice h2 {
  max-width: 126px;
  margin: 0 auto;
  position: relative;
}
.mamas .postBox .voice p {
  margin: 4rem auto 0;
  font-weight: 700;
  letter-spacing: .5rem;
}
.mamas .postBox .voice figure.item img {
  position: absolute;
  top: 3.7rem;
  right: 5.7rem;
  max-width: 274px;
  width: 29%;
}
.mamas .postBox .voice figure.item img.pc {
  top: 3.7rem;
  right: 5.7rem;
  max-width: 274px;
  width: 29%;
}
.mamas #form {
  padding: 12.3rem 0 10rem;
  background: #efefef;
}
.mamas #form h2.main-ttl {
  max-width: 842px;
  width: 100%;
  position: relative;
  margin: 0 auto 2em;
}
.mamas #form h2.main-ttl figure {
  max-width: 246px;
  width: 30%;
  position: absolute;
  top: -75px;
  left: -1%;
}
.mamas #form .inquiry .dial-item {
  text-align: center;
}
.mamas #form .inquiry p {
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 700;
}
.mamas #form .inquiry span {
  display: flex;
  align-items: center;
}
.mamas #form .inquiry .link-dial {
  display: inline-block !important;
  max-width: max-content;
  width: 100%;
  background: linear-gradient(transparent 60%, #FFF38E 60%);
  margin-right: 1rem;
}
.mamas .form-box .policy-box {
  background-color: #fff;
}
.mamas .submit-field input[type="button"], .mamas .submit-field input[type="reset"], .mamas .submit-field input[type="back"], .mamas .submit-field input[type="submit"], .mamas .submit-field button {
  background-color: #efefef;
}
.mamas #form .form-box .form-field:nth-last-of-type(4), .mamas #form .form-box .form-field:nth-last-of-type(5) {
  align-items: flex-start;
}
.mamas #form .form-box .form-field:nth-last-of-type(5) .field-ttl {
  margin-top: 1em;
}
@keyframes wobbling_x {
  0% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  /* --- IEのみ --- */
  .mamas #form .inquiry .link-dial {
    max-width: 405px;
    width: auto;
  }
}
@supports (-ms-ime-align:auto) {
  /* --- Edgeのみ --- */
  .mamas #form .inquiry .link-dial {
    max-width: 405px;
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  /* --- タブレット横 --- */
  .mamas .postBox .voice figure.item img.one {
    max-width: 42px;
    width: 13%;
    left: 13%;
    top: 4.6rem;
    margin: 0;
  }
  .mamas .postBox .voice figure.item img.two {
    max-width: 117px;
    width: 33%;
    right: 0;
    top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* --- タブレット縦 / スマートフォン横 --- */
  .mamas .postBox .post li.zoomanim:nth-of-type(4n)::before {
    right: -2.5%;
  }
  .mamas .postBox .post li.zoomanim:nth-of-type(4n) .index::before {
    top: 60%;
    left: -135%;
  }
  .mamas .titBg .inner, .mamas .postBox .inner {
    width: 100%;
  }
  .mamas #form .form-box .form-field:nth-last-of-type(5) .field-ttl {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* --- スマートフォン縦 --- */
  .mamas .titBg {
    padding: 9.6rem 0 0;
  }
  .mamas .titBg h2.main-ttl {
    max-width: 305px;
  }
  .mamas .titBg .spikes::after {
    background-size: 200px 100%;
    background-image: linear-gradient(12deg, #fff 25%, transparent 25%), linear-gradient(-12deg, #fff 25%, transparent 25%);
    left: -45%;
  }
  .mamas .postBox .inner p.tit-read {
    margin: 0 auto 7rem;
  }
  .mamas .postBox .post {
    display: block;
  }
  .mamas .postBox .post li.zoomanim {
    width: 100%;
    margin-bottom: 5.5rem;
  }
  .mamas .postBox .post li.zoomanim:nth-of-type(4n)::before, .mamas .postBox .post li.zoomanim:nth-of-type(4n)::after {
    display: none;
  }
  .mamas .postBox .post li.zoomanim:nth-of-type(4n) .index::before {
    display: none;
  }
  .mamas .postBox .post li.zoomanim:first-of-type::before, .mamas .postBox .post li.zoomanim:nth-of-type(2n)::before, .mamas .postBox .post li.zoomanim:nth-of-type(2n)::after {
    content: '';
    position: absolute;
    z-index: 2;
  }
  .mamas .postBox .post li.zoomanim:first-of-type::before {
    background: url("../img/mamas/mamas_item1.png") center/100% no-repeat;
    animation: wobbling_y 1.2s ease-in-out infinite alternate;
    width: 44px;
    height: 109px;
    top: -20%;
    right: 0;
  }
  .mamas .postBox .post li.zoomanim:nth-of-type(2n)::before {
    background: url("../img/mamas/mamas_item2.png") center/100% no-repeat;
    animation: wobbling_y 1.2s ease-in-out infinite alternate;
    width: 41px;
    height: 91px;
    top: -18%;
    left: 0;
  }
  .mamas .postBox .post li.zoomanim:nth-of-type(2n)::after {
    background: url("../img/mamas/mamas_item1.png") center/100% no-repeat;
    animation: wobbling_x 2s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate;
    width: 44px;
    height: 109px;
    right: 0;
  }
  .mamas .postBox .post li.zoomanim .index {
    margin: -15% auto 0;
  }
  .mamas .postBox .voice {
    margin: 8rem auto 5rem;
  }
  .mamas .postBox .voice h2 {
    max-width: 117px;
  }
  .mamas .postBox .voice p {
    margin: 2.5rem auto 3rem;
    font-size: 1.7rem;
    line-height: 2.9rem;
  }
  .mamas .postBox .voice .btn {
    min-width: 299px;
    max-width: 299px;
    margin: 0 auto !important;
  }
  .mamas #form {
    padding: 6.3rem 0 4rem;
  }
  .mamas #form h2.main-ttl figure {
    max-width: 190px;
    width: 48%;
    top: -9.5rem;
    left: -6%;
  }
  .mamas #form .inquiry span {
    display: block;
    margin: 0 auto;
  }
  .mamas #form .inquiry .link-dial {
    margin: 0 auto 1.5rem;
    display: block !important;
  }
}