@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
*:where(:not(iframe):not(canvas):not(img):not(svg):not(video):not(svg *):not(symbol *)) {
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* color */
/* margin, padding */
/* mediaQuery */
/* responsiveContentSwitch */
@media screen and (min-width: 641px) {
  .display_for_pc {
    display: block !important;
  }
  .display_for_sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .display_for_pc {
    display: none !important;
  }
  .display_for_sp {
    display: block !important;
  }
}

/*
*  # GUIDELINE
*
*  ## Browsers
*
*  We must surpport the following browsers:
*   - Internet Exploror (version 8 and later)
*   - Microsoft Edge (latest version)
*   - Firefox (latest version)
*   - Chrome (latest version)
*   - Safari (latest version)
*
*  We can check browser support for CSS on http://caniuse.com/.
*
*/
/* ---------- Please write styles below this comment ---------- */
* {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media screen and (min-width: 641px) {
  * {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  * {
    font-size: 16px;
  }
}

body {
  position: relative;
  margin: 0;
  color: #000;
  background-image: url(/shopping/camp/cosme_bbc/202206/img/background.png);
  background-repeat: repeat;
  background-size: 100%;
}

#login + .body {
  padding-top: 50px;
}

main {
  display: block;
}

img {
  max-width: 100%;
}

sup {
  line-height: 1;
  vertical-align: top;
}

@media screen and (min-width: 641px) {
  sup {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  sup {
    font-size: 11px;
  }
}

/* common */
.inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 641px) {
  .inner {
    width: 960px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    width: 95%;
  }
}

@media screen and (min-width: 641px) {
  .wrapper {
    padding: 60px;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    padding: 20px;
  }
}

.container {
  padding: 20px;
}

.btn {
  display: block;
  padding: 20px;
}

.btn-small {
  display: block;
  padding: 10px;
  border-radius: 40px;
}

.text-icon, .card-text-icon {
  display: inline-block;
  padding: 0.2em 0.5em;
}

.pulldown {
  width: 100%;
}

.attention {
  margin-top: 20px;
}

.strikethrough {
  position: relative;
}

.strikethrough::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-6deg);
          transform: translateY(-50%) rotate(-6deg);
}

.list-before-asterisk,
.list-before-kome {
  padding-left: 1em;
  text-indent: -1em;
}

.genre-area {
  padding-bottom: 120px;
}

.genre-area-attention {
  text-align: right;
}

.rich-content {
  margin-top: 20px;
}

.modal {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.modal-close {
  position: absolute;
  top: 1em;
  right: 1em;
}

.modal-content {
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-height: 80vh;
  overflow-y: scroll;
}

@media screen and (min-width: 641px) {
  .modal-content {
    width: 960px;
  }
}

@media screen and (max-width: 640px) {
  .modal-content {
    width: 95%;
  }
}

/* hamburgarmenu */
#login + .body .menu_btn {
  top: 60px;
}

/* intro */
.intro {
  margin-top: 20px;
}

.intro-img {
  margin: auto;
}

.intro-attention {
  text-align: right;
}

/* period */
.period {
  margin-top: 20px;
}

/* offer */
.offer {
  margin-top: 60px;
}

@media screen and (min-width: 641px) {
  .offer-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    margin: 0 auto;
  }
}

.offer-sub > * {
  margin-bottom: -40px;
}

.offer-btn {
  display: block;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 641px) {
  .offer-btn {
    width: 240px;
  }
}

@media screen and (max-width: 640px) {
  .offer-btn {
    width: 70vw;
  }
}

@media screen and (min-width: 641px) {
  .offer-btn {
    bottom: 140px;
  }
}

@media screen and (max-width: 640px) {
  .offer-btn {
    bottom: 25.5vw;
  }
}

.teiki-enquete {
  padding: 20px;
}

.teiki-enquete-text {
  padding-top: 1em;
}

/* navi */
.anchor-area {
  margin-top: 60px;
  margin-bottom: 60px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 641px) {
  .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media screen and (max-width: 640px) {
  .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.nav-link {
  display: block;
}

.nav-img {
  width: 100%;
}

.nav-attention {
  text-align: right;
}

/* rich-content */
.rich-product-head {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .rich-product-head {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 640px) {
  .rich-product-head {
    padding: 20px;
  }
}

@media screen and (min-width: 641px) {
  .rich-product-detail:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .rich-product-detail:nth-child(n+2) {
    margin-top: 20px;
  }
}

.rich-product-element {
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .rich-product-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 641px) {
  .rich-product-image {
    width: 40%;
  }
}

@media screen and (min-width: 641px) {
  .rich-product-content {
    width: 55%;
  }
}

@media screen and (max-width: 640px) {
  .rich-product-content {
    margin-top: 20px;
    font-size: 14px;
  }
}

.rich-product-content > *:nth-child(n+2) {
  margin-top: 20px;
}

.rich-cart-area {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .rich-cart-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 641px) {
  .rich-cart-list-item {
    width: 49%;
  }
  .rich-cart-list-item:nth-child(n+2) {
    margin-top: 0 !important;
  }
  .rich-cart-list-item:nth-child(n+3) {
    margin-top: 20px !important;
  }
}

/* other-products */
.other-products {
  margin-top: 60px;
}

.card-list-head {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .card-list-head {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .card-list-head {
    padding: 5%;
  }
}

.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .card-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  .card-list-item {
    width: 33%;
    margin-left: 0.5%;
  }
  .card-list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .card-list-item:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .card-list-item {
    width: 49%;
  }
  .card-list-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

/* card */
.card {
  text-align: center;
}

.card-head {
  padding: 5px 10px;
  height: 5.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.card-head::before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
}

.card-head::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}

.card-body {
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .card-body {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .card-body {
    padding: 5%;
  }
}

.card-capacity {
  text-align: right;
  margin-bottom: 1em;
}

.card-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 641px) {
  .card-name {
    height: 4.5em;
  }
}

@media screen and (max-width: 640px) {
  .card-name {
    height: 5.5em;
  }
}

.card-text-icon {
  width: 70%;
  margin: 0 auto;
}

.card-price {
  text-align: right;
}

@media screen and (min-width: 641px) {
  .card-price {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .card-price {
    margin-bottom: 5%;
  }
}

.card-price-taxin {
  display: block;
  margin-right: -0.7em;
}

/* product-detail */
.product-detail {
  margin: 0 auto;
}

.product-name-add {
  margin-bottom: 20px;
}

.product-name-add > *:nth-child(n+2) {
  margin-left: 20px;
}

.product-content {
  margin-top: 20px;
}

.product-explain {
  margin-top: 20px;
  padding: 20px;
}

.product-cart-info {
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .product-cart-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  .product-area {
    width: 35%;
  }
}

@media screen and (min-width: 641px) {
  .cart-area {
    width: 60%;
  }
}

.switch-different {
  margin-bottom: 20px;
}

.switch-head {
  text-align: center;
  margin-bottom: 20px;
}

.cart-list-item, .rich-cart-list-item {
  position: relative;
}

.cart-list-item:nth-child(n+2), .rich-cart-list-item:nth-child(n+2) {
  margin-top: 20px;
}

.cart-list-item.cart-list-item-gather, .cart-list-item-gather.rich-cart-list-item {
  margin-top: 40px;
}

.cart-list-item.cart-list-item-gather::before, .cart-list-item-gather.rich-cart-list-item::before {
  top: -1.5em;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.cart-list-element:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.cart-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.cart-btn {
  margin-top: 20px;
}

.price-area {
  text-align: right;
}

.price-tax-in {
  margin-right: -0.6em;
}

.product-add-info {
  margin-top: 20px;
}

.review-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-icon {
  width: 40px;
}

.review-head-text {
  margin-left: 0.5em;
}

.review-attention {
  margin-top: 20px;
}

/* common */
.btn {
  text-decoration: none !important;
  text-align: center;
  font-size: 18px;
  border-radius: 40px;
}

.btn:hover {
  opacity: 0.95;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-main {
  color: #ffffff;
  background-color: #9c6da5;
  border: 2px solid #9c6da5;
}

.btn-main:hover {
  color: #ffffff;
}

a.btn-main {
  color: #ffffff;
}

.pulldown {
  cursor: pointer;
  font-size: 20px;
}

.attention {
  font-size: 14px;
}

.strikethrough::before {
  border-top: 2px solid #000;
}

.list-before-asterisk::before {
  content: '\ff0a';
}

.list-before-kome::before {
  content: '\203b';
}

.modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-close {
  color: #ffffff;
  cursor: pointer;
}

.text-large {
  font-size: 2em;
}

.text-small {
  font-size: 0.8em;
}

/* background */
#synthesis {
  background-color: rgba(246, 193, 125, 0.2);
}

#authentic {
  background-color: rgba(250, 99, 134, 0.1);
}

#hair {
  background-color: rgba(217, 104, 100, 0.25);
}

#plusone {
  background-color: rgba(253, 202, 75, 0.1);
}

#goout {
  background-color: rgba(91, 175, 97, 0.1);
}

/* header */
.header {
  background-color: #ffffff;
}

/* nav */
.nav-attention {
  font-size: 14px;
}

/* offer */
.teiki-enquete {
  background-color: #ffffff;
}

.teiki-enquete-head {
  font-size: 20px;
}

@media screen and (min-width: 641px) {
  .teiki-enquete-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .teiki-enquete-text {
    font-size: 14px;
  }
}

/* rich-content */
.rich-product-head {
  background-color: #9c6da5;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.rich-product-detail {
  background-color: #ffffff;
  border: 1px solid #9c6da5;
}

.present-head {
  color: #f00;
  font-weight: bold;
}

/* other-products */
.card-list-head {
  background-color: #9c6da5;
  color: #ffffff;
  font-weight: bold;
}

/* card */
.card-head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #ffffff;
  border: 2px solid #9c6da5;
  border-radius: 5px;
  color: #9c6da5;
}

.card-head::before {
  border: 20px solid transparent;
  border-top: 20px solid #ffffff;
}

.card-head::after {
  border: 20px solid transparent;
  border-top: 20px solid #9c6da5;
}

.card-body {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

.card-body:hover {
  opacity: 0.95;
}

.card-body:hover .btn-main {
  color: #9c6da5;
  background-color: #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card-capacity {
  font-size: 14px;
}

.card-name {
  font-weight: bold;
}

/* product-detail */
.product-detail {
  background-color: #ffffff;
}

.text-icon, .card-text-icon {
  border: 1px solid #000;
}

.product-name {
  font-size: 1.5em;
  font-weight: bold;
}

.product-explain {
  background-color: #f3e8f5;
}

.switch-different {
  background-color: #eee;
}

.cart-list-item, .rich-cart-list-item {
  background-color: #eee;
}

.cart-list-item-gather::before {
  content: attr(gather-head);
  font-weight: bold;
}

.cart-list-element:nth-child(n+2) {
  border-top: 1px dotted #9c6da5;
}

.cart-head {
  font-size: 1.5em;
  font-weight: bold;
}

.cart-head-red {
  color: #f00;
}

.price-tax-ex {
  font-weight: bold;
}

.review {
  border: 1px solid #9c6da5;
}

.review-attention {
  font-size: 14px;
  color: #aaa;
  text-align: right;
}

/* -- floatingNav -- */
.floatingNav {
  position: fixed;
  top: 50%;
  right: 0;
  width: 180px;
  padding: 10px;
  background: transparent url(/shopping/camp/saimatsu/common/img/floatingNav_bg.gif) repeat 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.floatingNav_btns {
  margin: 10px 0 0 0;
  color: #fff;
}

.floatingNav_btns:first-child {
  margin: 0 0 0 0;
}

.floatingNav_btn {
  position: relative;
  display: table;
  width: 160px;
  background-color: #fff;
  cursor: pointer;
  font-weight: 400;
  border-collapse: separate;
  padding: 0 10px;
}

.floatingNav_btn a {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
  font-size: 17px;
  text-decoration: none;
  color: inherit;
  padding: 0 15px 0 25px;
}

.floatingNav_btn a:hover {
  text-decoration: none;
  color: inherit;
}

.floatingNav_btn.btn_cv {
  color: #fff;
  background-color: #40a240;
}

.floatingNav_btn.btn_cv a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  vertical-align: middle;
}

.floatingNav_btn.btn_cateogry {
  color: #333;
}

.floatingNav_btn.btn_cateogry a {
  border-top: 1px dotted #d0d0d0;
}

.floatingNav_btn.btn_cateogry:first-child a {
  border-top: none;
}

.floatingNav_btn.btn_cateogry:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #73aa2e;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #73aa2e;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  vertical-align: middle;
}

#return_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  width: 60px;
  height: 70px;
  text-align: center;
  border-radius: 8px;
  padding-top: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#return_top:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 22px;
  text-align: center;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.font-gram {
  font-size: 12px;
}

.btn-teiki-enquete {
  background-color: #9c6da5;
  color: #ffffff !important;
  margin-top: 20px;
}

.floatingNav_btn.btn_cateogry:before {
  border-color: transparent transparent transparent #9c6da5;
}

.menu_btn {
  background-color: #9c6da5;
}

.menu_content {
  background-color: #9c6da5;
}
