@charset "UTF-8";
/* デフォルト：スマホサイズで制作*/
*,
*::before,
*::after {
  font-family: 'Montserrat', sans-serif;
}
/* 共通スタイル */
body {
  width: 100%;
  background-image: url(../img/background-01.png);
  background-size: cover;
  background-repeat: repeat-y;
}
.section-wrap {
  padding: 0px 16px;
  max-width: 530px;
  margin:0 auto;
}
.content {
  padding: 64px 0;
}
.bold {
  font-weight: bold;
}


/* headerスタイル */
.header-items {
  display: flex;
  justify-content: space-between;
}
.header-item-logo-img {
  height: 52px;
  margin: 0 0 8px 0;
  background-color: #ffffff;
}
.header-icon-items {
  display: flex;
}
.header-icon-item:first-child {
  margin-right: 16px;
}
.header-icon-item-img {
  height: 44px;
  margin: 8px 0;
}



/* section mainvisスタイル */
.section-mainvis {
  padding: 64px 0 0 0;
}
.mainvis-inner {
  background-color: #ffffff;
  padding: 16px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 30px;
}
.mainvis-img {
  height: 80px;
  margin: 0 auto;
}
.mainvis-inner-text {
  padding: 16px 0 0 0;
}
.mainvis-inner-text-sub {
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.mainvis-inner-text-main {
  display: block;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.mainvis-inner-text-year {
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

/* section navスタイル */
.nav-item {
  margin: 64px 0 0 0;
}
.nav-item-title-wrap {
  text-align: center;
  margin-bottom: 32px;
}
.nav-item-title {
  display: inline-block;
  min-width: 240px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 100px;
  background: #ffffff;
  font-size: 18px;
}
.nav-item-big-category {
  background-color: #ffffff;
  padding: 16px 40px 16px 16px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.nav-item-big-category:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.nav-item-big-category:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
.nav-item-big-category.active:after {
  display: none;
}
.nav-item-sub-category {
  background-color: #ffffff;
  display: block;
  font-size: 12px;
  display: none;
  border-bottom: 1px solid #000;
}
.nav-item-sub-category-link {
  text-decoration: none;
  display: block;
  padding: 16px 16px;
}
.nav-item-sub-category-all {
  background-color: #ffffff;
  padding: 16px 40px 16px 16px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.nav-item-sub-category-all-link {
  text-decoration: none;
  display: block;
}

/* section whatスタイル */
.section-what {
  margin-top: 64px;
  line-height: 1.7;
}
.what-content {
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
}
.what-content-title {
  font-size: 16px;
  margin: 8px 0;
}
.what-content-title-bar {
  color: #d6a69a;
}
.what-content-ex {
  font-size: 12px;
}
.emme-ant-item {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.ant-item-img {
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
}
.ant-item-name {
  font-size: 12px;
  margin-right: 16px;
}
.ant-item-sns-link {
  height: 32px;
  margin-left: 8px;
}

/* section methodスタイル */
.section-method {
  margin-top: 32px;
}
.method-content {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 16px;
}
.method-content-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.method-content-ex {
  font-size: 10px;
}

/* footerスタイル */
.copy-right {
  font-size: 10px;
  text-align: center;
  padding-bottom: 16px;
}

/* section bestcosme-list スタイル */

.bestcosme-list-title {
  text-align: center;
  margin-bottom: 32px;
}
.bestcosme-list-title-text {
  display: inline-block;
  min-width: 240px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px;
  border: 2px dashed #000000;
  border-radius: 100px;
  background: #ffffff;
}
.bestcosme-list-item {
  border-radius: 16px;
  max-width: 800px;
  margin-bottom: 24px;
  background: #ffffff;
  position: relative
}
.bestcosms-list-item-contents {
  display: flex;
  /* align-items: center; */
}
.bestcosme-list-item-img-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bestcosme-list-item-img {
  border-radius: 16px;
  margin: auto 0;
  padding: 8px;
}
.bestcosms-list-item-textarea {
  padding: 16px 16px 16px 0;
}
.bestcosms-list-item-content:first-child {
  max-width: 40%;
}

.bestcosms-list-item-content-category {
  font-size: 12px;
}
.bestcosms-list-item-content-name {
  font-size: 16px;
  margin: 4px 0;
}
.bestcosms-list-item-content-price{
  font-size: 12px;
  margin-top: 4px;
}
.bestcosms-list-item-content-url {
  font-size: 12px;
  margin-top: 4px;
}
.bestcosme-list-item-logo {
  position: absolute;
  bottom: -12px;
  right: 0px;
  width: 26%;
  max-width: 300px;
}

/* /accountsページ */
.section-account-lists .section-wrap {
  margin: 0 auto;
}
.emme-ant-items {
}