@charset "UTF-8";
@import url("https://use.typekit.net/blh5uoj.css");
/*-------------MIX　IN-------------*/
body {
  margin: 0;
  padding: 0;
  /*background:#ececec;*/
  background: url("../images/bg.gif");
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: center; }

.txtx {
  text-decoration: line-through; }

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both; }

li {
  list-style: none; }

/*-------------PC用-------------*/
@media screen and (min-width: 641px) {
  header {
    width: 1200px;
    text-align: center;
    padding: 0;
    margin: 0 auto; }

  .wrapper {
    width: 1200px;
    background: #FFFFFF;
    padding: 0;
    margin: 0 auto;
    box-shadow: 0px 2px 9px -5px #777777; }

  .photo {
    margin: 60px auto; }
    .photo img {
      width: 50%; }

  .article {
    width: 100%;
    padding: 30px 0; }
    .article p {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.8; }

  h1 {
    font-size: 1.2rem;
    position: relative;
    margin: 80px auto 30px;
    display: inline-block;
    padding: 30px 130px;
    font-weight: 400;
    background: url("../images/2025mothersbag_read_bg.png") no-repeat; }
    h1 p {
      font-size: 14px;
      margin: 5px 0;
      letter-spacing: 0.09em;
      font-weight: normal;
      line-height: 1.4; }

  h1:after {
    position: absolute;
    content: "";
    background: url("../images/read_after.png") no-repeat;
    background-size: contain;
    width: 90px;
    height: 132px;
    bottom: -50px;
    left: -50px; }

  h1:before {
    position: absolute;
    content: "";
    background: url("../images/read_before.png") no-repeat;
    background-size: contain;
    width: 90px;
    height: 132px;
    top: -30px;
    right: -50px; }

  h2 {
    font-family: "mr-eaves-sans", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 50px 0 20px; }
    h2 p {
      font-size: 14px;
      margin: 0; }

  h3 {
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0; }

  h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0;
    font-weight: normal;
    line-height: 1.6; }

  nav {
    background: #ecfcfe;
    width: 100%;
    padding: 30px 0;
    text-align: center; }

  section {
    margin-top: 80px; }

  .bg_pink {
    background-color: #fff4f4; }

  .bg_blue {
    background-color: #EAF7F8; }

  .bg_yr {
    background-color: #FFF6E2; }

  .bg_green {
    background-color: #EBF9EE; }

  .menu {
    display: flex;
    width: 900px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto; }
    .menu li {
      background: #fff;
      padding: 15px 0;
      width: 200px;
      margin: 20px 0 0; }
      .menu li img {
        width: 60%; }
      .menu li dt {
        font-family: "mr-eaves-sans", sans-serif;
        font-weight: normal;
        margin: 5px auto 0;
        font-size: 1.5rem; }
      .menu li .txts {
        font-size: 1.2rem; }
      .menu li .ar {
        font-size: 1.2rem; }

  .number {
    padding-top: 20px;
    font-family: "mr-eaves-sans", sans-serif;
    /*font-weight: 600;*/
    font-size: 3.5rem; }

  .brandphoto {
    display: flex;
    justify-content: space-between;
    width: 590px;
    margin: 20px auto 10px;
    padding: 0; }
    .brandphoto li {
      width: 50%; }
      .brandphoto li img {
        width: 100%; }

  /*----ボタン----*/
  .button {
    margin: 30px 0;
    font-family: "mr-eaves-sans", sans-serif;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 5px 5px 5px 10px;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    .button .small {
      font-size: 12px; }

  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }

  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }

  .button {
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important; }

  .button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000 !important;
    cursor: pointer; }

  .menu_outer {
    display: none; } }
/*-------------SP用-------------*/
@media screen and (max-width: 640px) {
  header {
    background: white;
    background: linear-gradient(180deg, white 0%, #fff2e0 100%);
    width: 96%;
    text-align: center;
    padding: 30x 0;
    margin: 10px auto 0; }

  .headitem_up {
    margin: 0 auto;
    width: 96%;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    box-sizing: border-box;
    justify-content: space-between; }
    .headitem_up li {
      width: 180px; }
    .headitem_up li:nth-child(2) {
      display: none; }

  main {
    overflow: hidden; }

  .wrapper {
    width: 96%;
    background: #FFFFFF;
    padding: 0;
    margin: 0 auto;
    box-shadow: 0px 2px 9px -5px #777777; }

  .photo {
    margin: 60px auto; }
    .photo img {
      width: 100%; }

  .article {
    width: 100%;
    padding: 30px 0; }
    .article p {
      font-size: 14px;
      letter-spacing: 0.1em;
      width: 90%;
      line-height: 1.8; }

  h1 {
    font-size: 1.2rem;
    position: relative;
    margin: 80px auto 30px;
    display: inline-block;
    padding: 30px 0;
    font-weight: 400;
    background: url("../images/2025mothersbag_read_bg.png") no-repeat; }
    h1 p {
      font-size: 14px;
      margin: 10px 0;
      letter-spacing: 0.09em;
      font-weight: normal;
      line-height: 1.4; }

  h1:after {
    position: absolute;
    content: "";
    background: url("../images/read_after.png") no-repeat;
    background-size: contain;
    width: 90px;
    height: 132px;
    bottom: -50px;
    left: -50px; }

  h1:before {
    position: absolute;
    content: "";
    background: url("../images/read_before.png") no-repeat;
    background-size: contain;
    width: 90px;
    height: 132px;
    top: -30px;
    right: -50px; }

  h2 {
    font-family: "mr-eaves-sans", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 50px 0 20px; }
    h2 p {
      font-size: 14px;
      margin: 0; }

  h3 {
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0; }

  h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 5px;
    font-weight: normal;
    line-height: 1.6; }

  nav {
    background: #ecfcfe;
    width: 100%;
    padding: 30px 0;
    text-align: center; }

  section {
    margin-top: 80px; }

  .menu {
    display: flex;
    width: 95%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto; }
    .menu li {
      background: #fff;
      padding: 15px 0;
      width: 49%;
      margin: 5px 0 0; }
      .menu li img {
        width: 60%; }
      .menu li dt {
        font-family: "mr-eaves-sans", sans-serif;
        font-weight: normal;
        margin: 5px auto 0;
        font-size: 1.5rem; }
      .menu li .txts {
        font-size: 1.2rem; }
      .menu li .ar {
        font-size: 1.2rem; }

  .bg_pink {
    background-color: #fff4f4; }

  .bg_blue {
    background-color: #EAF7F8; }

  .bg_yr {
    background-color: #FFF6E2; }

  .bg_green {
    background-color: #EBF9EE; }

  .number {
    padding-top: 20px;
    font-family: "mr-eaves-sans", sans-serif;
    /*font-weight: 600;*/
    font-size: 3.5rem; }

  .brandphoto {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto 10px;
    padding: 0; }
    .brandphoto li {
      width: 50%; }
      .brandphoto li img {
        width: 100%; }

  /*----ボタン----*/
  .button {
    margin: 0 0 30px;
    font-family: "mr-eaves-sans", sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 10px 5px 10px 10px;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    .button .small {
      font-size: 12px; }

  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }

  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }

  .button {
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important; }

  .button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000 !important;
    cursor: pointer; }

  .rCartBtn {
    margin-top: 5px;
    background: #C30206;
    color: #fff;
    border: 0;
    border-radius: 2px;
    cursor: pointer; } }
/* ----------------------------------------------
 * Generated by Animista on 2021-1-29 16:1:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
