
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: weight;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

a {
  text-decoration: none;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    left: auto;
    margin: 0px 0px;
    padding: 0;
    text-align:center;
    width: 100%;
}

.header {
    width: 100%;
    height: 30px;
    margin-top: -10px;
    background-color: #4c4948;
}

.header-inner {
    width: 370px;
    height: 30px;
    margin: auto;
}

.header-inner p {
    width: 100%;
    padding-top: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 7px;
    letter-spacing: 7px;
    color: white;
    text-align: center;
}

/* タイトル */
.title-obi {
    width: 100%;
    height: 120px;
    background-color: #f3a694;
    margin-bottom: -15px;
}

.title-logo {
    width: 200px;
    padding-top: 25px;
}

.main-area {
    width: 370px;
    height: auto;
    background-color: white;
    margin: auto;
    margin-top: 50px;
}

.menu {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px;
    margin-top: 60px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    color: #4c4948;
}

/*　コスメ　*/
.cosme {
    width: 370px;
    height: auto;
    margin-bottom: 20px;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #f3a694;
    margin-top: -10px;
}

.footer p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 7px;
    padding-top: 25px;
    color: white;
}