﻿@charset "UTF-8";
/* CSS Document */


/* ==========================================================
 共通
========================================================== */
body {
    position: relative;
}

h1, h2 {
    font-size: 18px;
}

.contents {
  max-width: 960px;
  margin: 0 auto;
}

.menu-header {
    position: relative;
    border-bottom: 1px solid #eee;
}

.menu-title {
    padding: 0 5%;
    text-align: center;
}

/* ヘッダー修正 */
.menu-title_top {
  display: flex;
  align-items: center;
  height: 10vh;
  margin-top: 2em;
  border-top: 1px solid #eee;
}
.menu-title_top a {
  display: contents !important;
}
.menu-title_top img {
  height: 9vh;
}
@media screen and (min-width: 1024px) {
  .menu-title h1, .menu-title h2, .menu-title h3 {
    min-height: inherit !important;
    height: 10vh;
  }
}
/* ヘッダー修正 */

.menu-title h1, .menu-title h2, .menu-title h3 {
    min-height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-header:first-of-type .menu-title h1 {
    justify-content: flex-start;
}

.menu-title a {
    text-decoration: none;
    display: block;
    height: 100%;
}

.library-menu {
    border-top: 1px solid #eee;
}

.library-menu:first-child {
    border-top: none;
}

.library-menu a {
    display: flex;
    text-decoration: none;
    position: relative;
    padding: 5%;
}

.library-menu:last-child {
    border-bottom: 1px solid #eee;
}

.box-image {
    width: 50%;
    padding-right: 5%;
}

.box-image .menu_thumbnail {
    width: 100%;
}

.box-title {
    /*display: flex;
    align-items: center;*/
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
    overflow: hidden;
    max-width: 455px;
    height: 73px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
}

.box-title h3 {
    word-break: break-word;
    /*font-size: 14px;*/
    height: 73px;
    /*line-height: 1.8;*/
    position: relative;
    margin: 0;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.box-title h3:before {
    position: absolute;
    content: "...";
    top: 50px;
    right: 0;
}

.box-title h3:after {
    position: absolute;
    background-color: #fff;
    content: "";
    height: 100%;
    width: 100%;
}

.box-title.title-long {
  height: 125px;
}
.box-title.title-long h3::before {
    display: none;
}

@media screen and (min-width: 1024px) {
  .box-title h3 {
    font-size: 18px;
  }
  .box-title {
    height: 90px;
  }
  .box-title.title-long {
    height: 135px;
    }
  .box-title h3:before {
    top: 70px;
  }
  .beauty-column .box-title {
    height: 170px;
  }
  .beauty-column .box-title h3:before,.beauty-column .box-title h3:after {
    display: none;
  }
}

/* ==========================================================
 ヘッダー・フッター
========================================================== */

.header-nav {
    position: relative;
    border-bottom: 1px solid #eee;
}

.header-nav a {
    font-weight: bold;
    font-size: 2rem;
    text-decoration: none;
    line-height: 3em;
}

.header-nav-in {
    width: 100%;
    height: 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.header-btn a:first-child {
    margin-right: 40px;
}

footer#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-nav {
    position: relative;
    border-top: 1px solid #eee;
}

.footer-nav-in {
    width: 100%;
    height: 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.footer-nav-in p {
    width: 100%;
    text-align: center;
}

.browser-close {
    width: 100%;
    height: 32.5vw;
    display: flex;
    justify-content: center;
    padding: 2.5%;
}

.browser-close a {
    width: 100%;
    height: 100%;
    border: 4px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
}

/* 会員サイトホームアイコン */
.flow-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 5%;
}
.flow-item-img {
    width: 50%;
    margin: 0 80px 0;
}
.flow-item-img img {
    width: 100%;
}
.flow-item-txt {
    width: 50%;
}
@media screen and (max-width: 699px) {
    .flow-item {
        flex-wrap: wrap;
        padding: 10% 5%;
    }
    .flow-item-img {
        width: 100%;
        order: 1;
        margin: 40px 0;
    }
    .flow-item-txt {
        width: 100%;
    }
}

/* クレジットカードQA */
.credit-qa {
  padding: 5%;
}
.list-qa {
  margin-top: 15px;
  border-bottom: 1px solid #eee;
}
.list-qa dt,
.list-qa dd {
  position: relative;
}
.list-qa dt {
  padding: 12px 15px 12px 35px;
  border-top: 1px solid #eee;
}
.list-qa dt::before,
.list-qa dd::before {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  padding-top: 6px;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  background: #f5f5f5;
  border-radius: 50%;
  box-sizing: border-box;
}
.list-qa dt::before {
  content: "Q";
  top: 13px;
}
.list-qa dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("https://www.manavis-cosme.co.jp/img/ico_arrow.svg") no-repeat;
  background-size: contain;
  transition: transform 0.2s;
}
.list-qa dt.is-active::after {
  transform: scale(1, -1);
}
.list-qa dt:hover {
  cursor: pointer;
}
.list-qa dd {
  display: none;
  margin: 5px 0 30px;
  padding-left: 35px;
}
.list-qa dd::before {
  content: "A";
  top: 0;
}
.list-dot-01 > li {
  margin-left: 1.5em;
  list-style: disc;
}
.list-dec-01 > li {
  margin-left: 1.5em;
  list-style: decimal;
}
.red{
  color:#ff0000;
}
.fs-125 {
  font-size: 1.25em;
}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    .only-tab { display: none !important; }
}
/* tab・sp
---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
.only-no-tab { display: none !important; }
.only-tab { display: block !important; }
}
