@charset "UTF-8";

/******************************
BASE
******************************/
.pB1 {
  padding-bottom: 1%;
}
.pB3 {
  padding-bottom: 3%;
}
.body_sph .pB3 {
  padding-bottom: 5%;
}
.pB5 {
  padding: 5%;
}
.pB7 {
  padding-bottom: 7%;
}
.pB10 {
  padding-bottom: 10%;
}
.body_sph .pB7 {
  padding-bottom: 5%;
}
.body_sph .w60 {
  width: 60%;
}
.body_sph .w85 {
  width: 85%;
}
.body_sph .w90 {
  width: 90%;
}

/* Top Page */
#q10_luminist {
  text-align: center;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  caret-color: transparent;
}
#q10_luminist .top {
  padding-bottom: 3%;
}
/* 改行処理 */
#q10_luminist .css-br,
#q10_luminist .css-br_p {
  display: inline;
  color: #333;
}
.body_sph #q10_luminist .css-br::after {
  content: "\A";
  white-space: pre;
}
.body_pc #q10_luminist .css-br_p::after {
  content: "\A";
  white-space: pre;
}
/* 見出し */
#q10_luminist .category {
  width: 50%;
  color: #fff;
  background: linear-gradient(to right, #94abda 0%, #c09bc9 50%, #fe8faa 100%);
  display: inline-block;
  margin-bottom: 3%;
  padding: 1% 7%;
  font-size: 1.3em;
  border-radius: 50px;
  height: 50px;
}
.body_sph #q10_luminist .category {
  width: 70%;
  font-size: 1.5em;
  margin-bottom: 4%;
}
/* リード文 */
#q10_luminist h2,
#q10_luminist .category {
  font-family: "Shippori Mincho B1", serif;
}
#q10_luminist h2 {
  font-weight: normal;
  font-size: 2em;
}
.body_sph #q10_luminist h2 {
  font-size: 1.1em;
}
#q10_luminist .checkbox_box h2 {
  padding-bottom: 3%;
}
.body_sph #q10_luminist .checkbox_box h2 {
  padding-bottom: 5%;
}
/* 注意文言 */
#q10_luminist .attention {
  font-size: 0.7em !important;
  text-align: right !important;
  margin-bottom: 3%;
}
#q10_luminist .attention a {
  text-decoration: underline;
}
#q10_luminist .attention a:hover {
  text-decoration: none !important;
}
.body_sph #q10_luminist .attention {
  font-size: 0.65em !important;
}

/******************************
メニュー
******************************/
#q10_luminist .menu_pc {
  display: flex;
  flex-wrap: wrap;
  margin: 3%;
  justify-content: space-between;
}
#q10_luminist .menu_pc img {
  padding-bottom: 2%;
}
#q10_luminist .menu_pc a,
#q10_luminist .btn {
  transition: 0.2s;
}
#q10_luminist .menu_pc a:hover,
#q10_luminist .btn:hover {
  opacity: 0.8;
}
#q10_luminist .menu_sph {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin-top: 2%;
}
#q10_luminist .menu_sph img {
  padding: 3%;
}
#q10_luminist .menu_sph a {
  flex-basis: 25%;
}

/******************************
flex
******************************/
#q10_luminist .itemflex {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
.body_sph #q10_luminist .itemflex {
  display: block;
}
#q10_luminist .itemleft {
  flex: 1.8;
  margin-right: 0%;
}
.body_sph #q10_luminist .itemleft {
  margin: 0 auto;
  width: 60%;
}
#q10_luminist .itemright p {
  line-height: 1.8;
  font-size: 1.1em;
}
.body_sph #q10_luminist .itemright p {
  font-size: 0.8em;
  padding-top: 0%;
  text-align: left;
}
.body_sph #q10_luminist #item_base .itemright p {
  padding-top: 5%;
}
.body_pc #q10_luminist .itemright {
  flex: 2;
  text-align: left;
}

#q10_luminist .name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5%;
}
.body_sph #q10_luminist .name {
  font-size: 1em;
  text-align: center;
  margin-bottom: 3%;
  padding: 0 5%;
}
.body_pc #q10_luminist #item_base .name {
  white-space: nowrap; /* 改行防止 */
}

#q10_luminist .price_box {
  font-size: 1.3em;
}
.body_sph #q10_luminist .price_box {
  font-size: 1em;
  text-align: center;
}
#q10_luminist .cp_discount {
  background-color: #d93170;
}
#q10_luminist .price2 {
  color: #d93170;
}
#q10_luminist .ncode {
  border: 1px solid #666;
  display: inline-block;
  font-size: 0.7em;
  margin: 5% 0 1%;
  padding: 1% 2%;
}
/******************************
詳細ボタン
******************************/
#q10_luminist .btn_parent {
  background: -webkit-linear-gradient(bottom left, #d93170, #397acf);
  background: -o-linear-gradient(bottom left, #d93170, #397acf);
  background: linear-gradient(to top right, #d93170, #397acf);
  border-radius: 6px;
  padding: 2px;
  width: 90%;
  display: inline-block;
}
#q10_luminist .btn_child {
  background-color: #fff;
  border-radius: 4px;
  padding: 7% 10%;
  text-align: center;
}

/******************************
タブの切り替え
******************************/

#q10_luminist .tabtitle {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 7% 0 2%;
}
.body_sph #q10_luminist .tabtitle {
  font-size: 1.2em;
  margin: 7% 0 1%;
}
#q10_luminist .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 1% 3% 12% 7%;
}
.body_sph #q10_luminist .tab-wrap {
  padding: 2% 2% 15%;
  justify-content: center;
}
#q10_luminist .tab-label {
  margin-right: 7px;
  padding: 13px;
  border-radius: 50%;
  order: -1;
}
#q10_luminist .tab-content {
  width: 100%;
  display: none;
  padding-top: 2%;
}
.body_sph #q10_luminist .tab-content {
  padding-top: 5%;
}
/* アクティブなタブ */
#q10_luminist .tab-switch:checked + .tab-label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #999;
}
#q10_luminist .tab-switch:checked + .tab-label + .tab-content {
  display: flex;
}
#q10_luminist .tab-content [class^="color0"],
#q10_luminist .tab-content [class^="color1"],
#q10_luminist .tab-content [class^="color2"],
#q10_luminist .tab-content [class^="color3"] {
  flex-basis: 50%;
  height: 150px;
  display: block;
}
.body_sph #q10_luminist .tab-content [class^="color0"],
.body_sph #q10_luminist .tab-content [class^="color1"],
.body_sph #q10_luminist .tab-content [class^="color2"],
.body_sph #q10_luminist .tab-content [class^="color3"] {
  height: 130px;
}
/* ラジオボタン非表示 */
#q10_luminist .tab-switch {
  display: none;
}

/* タブの中身のテキスト */
#q10_luminist .coloritem {
  text-align: left;
  padding-left: 3%;
  flex-basis: 50%;
}
.body_sph #q10_luminist .coloritem {
  flex-basis: 70%;
}
#q10_luminist .colorname {
  position: relative;
  font-size: 1.5em;
  padding-bottom: 1%;
}
.body_sph #q10_luminist .colorname {
  font-size: 1.1em;
}
.body_sph p.colordetail {
  font-size: 0.8em;
}
/* 標準色 */
#q10_luminist h3 .standard01,
#q10_luminist h3 .standard02 {
  font-size: 0.5em !important;
  display: inline-block !important;
}

#q10_luminist .standard01 {
  background-color: #d85193;
  color: #fff;
  vertical-align: middle;
  margin-left: 3%;
  padding: 1% 2% 0.5%;
  font-weight: lighter;
}

/******************************
タブと中身の色設定 
******************************/

/* カラーベース */
#q10_luminist .tab-content .color01,
#q10_luminist #item_base .tab-wrap input:first-of-type + .tab-label {
  background-color: #f7d1ce;
}
#q10_luminist .tab-content .color02,
#q10_luminist #item_base .tab-wrap input:nth-of-type(2) + .tab-label {
  background-color: #f5b899;
}
#q10_luminist .tab-content .color03,
#q10_luminist #item_base .tab-wrap input:nth-of-type(3) + .tab-label {
  background-color: #fad3b6;
}
#q10_luminist .tab-content .color04,
#q10_luminist #item_base .tab-wrap input:nth-of-type(4) + .tab-label {
  background-color: #fee4b1;
}
#q10_luminist .tab-content .color05,
#q10_luminist #item_base .tab-wrap input:last-of-type + .tab-label {
  background-color: #daedf3;
}

/* ファンデーション */
#q10_luminist .tab-content .color06,
#q10_luminist #item_foundation .tab-wrap input:first-of-type + .tab-label {
  background-color: #fbd7ba;
}
#q10_luminist .tab-content .color07,
#q10_luminist #item_foundation .tab-wrap input:nth-of-type(2) + .tab-label {
  background-color: #f5cfa8;
}
#q10_luminist .tab-content .color08,
#q10_luminist #item_foundation .tab-wrap input:nth-of-type(3) + .tab-label {
  background-color: #f4c295;
}
#q10_luminist .tab-content .color09,
#q10_luminist #item_foundation .tab-wrap input:nth-of-type(4) + .tab-label {
  background-color: #e5b07b;
}
#q10_luminist .tab-content .color10,
#q10_luminist #item_foundation .tab-wrap input:nth-of-type(5) + .tab-label {
  background-color: #f4c9a0;
}
#q10_luminist .tab-content .color11,
#q10_luminist #item_foundation .tab-wrap input:nth-of-type(6) + .tab-label {
  background-color: #f3c994;
}
#q10_luminist .tab-content .color12,
#q10_luminist #item_foundation .tab-wrap input:last-of-type + .tab-label {
  background-color: #f7ceab;
}

/* ルースパウダー */
#q10_luminist .tab-content .color20,
#q10_luminist #item_face_l .tab-wrap input:first-of-type + .tab-label {
  background-color: #fde7ca;
}
#q10_luminist .tab-content .color21,
#q10_luminist #item_face_l .tab-wrap input:nth-of-type(2) + .tab-label {
  background-color: #fad4b3;
}
#q10_luminist .tab-content .color22,
#q10_luminist #item_face_l .tab-wrap input:last-of-type + .tab-label {
  background-color: #fceaf0;
}

/* プレスドパウダー */

/*** 画像のサイズ指定 ***/
#q10_luminist .tab-content .color23,
#q10_luminist #item_face_p .tab-wrap input:first-of-type + .tab-label,
#q10_luminist .tab-content .color24,
#q10_luminist #item_face_p .tab-wrap input:nth-of-type(2) + .tab-label,
#q10_luminist .tab-content .color25,
#q10_luminist #item_face_p .tab-wrap input:nth-of-type(3) + .tab-label {
  background-size: cover;
  background-position: center;
}
#q10_luminist .tab-content .color23,
#q10_luminist #item_face_p .tab-wrap input:first-of-type + .tab-label {
  background-image: url("../images/pressed_lightg.png");
}
#q10_luminist .tab-content .color24,
#q10_luminist #item_face_p .tab-wrap input:nth-of-type(2) + .tab-label {
  background-image: url("../images/pressed_healthyg.png");
}
#q10_luminist .tab-content .color25,
#q10_luminist #item_face_p .tab-wrap input:nth-of-type(3) + .tab-label {
  background-image: url("../images/pressed_pinkg.png");
}
#q10_luminist .tab-content .color26,
#q10_luminist #item_face_p .tab-wrap input:last-of-type + .tab-label {
  background-color: #f6c69f;
}

/* 固形コンシーラー */
#q10_luminist .tab-content .color27,
#q10_luminist #item_concealer_s .tab-wrap input:first-of-type + .tab-label {
  background-color: #edb78b;
}
#q10_luminist .tab-content .color28,
#q10_luminist #item_concealer_s .tab-wrap input:last-of-type + .tab-label {
  background-color: #dca578;
}
/* リキッドコンシーラー */
#q10_luminist .tab-content .color29,
#q10_luminist #item_concealer_l .tab-wrap input:first-of-type + .tab-label {
  background-color: #ecc095;
}
#q10_luminist .tab-content .color30,
#q10_luminist #item_concealer_l .tab-wrap input:last-of-type + .tab-label {
  background-color: #e9ad72;
}
/******************************
アコーディオン
******************************/
#q10_luminist .accordion {
  padding: 1%;
  margin: 5% 5% 10%;
  border: 1px solid #999;
  border-radius: 4px;
  background-image: url("../images/back_tri.png");
  background-size: 12%;
  background-repeat: no-repeat;
}
.body_sph #q10_luminist .accordion {
  margin: 7% 3% 15%;
  background-size: 17%;
}
#q10_luminist .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.75em 2em 0.75em 3em;
  color: #333;
  font-size: 1.4em;
  cursor: pointer;
}
.body_sph #q10_luminist .accordion summary {
  font-size: 1em;
  padding: 0.75em 2em 0.75em 2em;
}
#q10_luminist summary::-webkit-details-marker {
  display: none;
}

#q10_luminist .accordion summary::before,
#q10_luminist .accordion summary::after {
  width: 1px;
  height: 20px;
  background-color: #333;
  content: "";
}
.body_sph #q10_luminist .accordion summary::before,
.body_sph #q10_luminist .accordion summary::after {
  height: 15px;
}

#q10_luminist .accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

#q10_luminist .accordion summary::after {
  transition: rotate 0.3s;
}

#q10_luminist .accordion[open] summary::after {
  rotate: 90deg;
}

#q10_luminist .accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

#q10_luminist .accordion[open] p {
  transform: none;
  opacity: 1;
}

/******************************
チェックボックス
******************************/
#q10_luminist .checkbox_box {
  width: 90%;
  padding: 7% 0% 6%;
  margin: 0 auto 10%;
  background-image: url("../images/back_q.png");
  background-size: cover;
  background-position: bottom;
}
#q10_luminist .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3%;
}
.body_sph #q10_luminist .checkbox {
  display: block;
  padding-bottom: 7%;
}
#q10_luminist #item_foundation .checkbox_q {
  flex: 3;
  margin-left: 5em;
}
#q10_luminist #item_facepowder .checkbox_q {
  flex: 3;
  margin-left: 5em;
}
#q10_luminist #item_concealer .checkbox_q {
  flex: 3;
  margin-left: 5em;
}
.body_pc #q10_luminist .checkbox_allow {
  transform: rotate(30deg);
}
#q10_luminist .checkbox_a {
  text-align: left;
  font-weight: bold;
  font-size: 1.3em;
  padding-left: 5%;
  white-space: nowrap;
  flex: 3;
}
.body_sph #q10_luminist .checkbox_a {
  text-align: center;
  font-size: 1em;
}
#q10_luminist .checkbox_a a:hover {
  color: #333;
  text-decoration: none !important;
}
#q10_luminist .checkbox_a a {
  text-decoration: underline !important;
  text-decoration-color: #333 !important;
}
#q10_luminist .flex-demo {
  display: flex;
  gap: 0.5ch;
  align-items: baseline;
}

#q10_luminist .checkbox-input {
  /*  flex-direction: row-reverse;*/
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}
.body_sph #q10_luminist .checkbox-input {
  font-size: 0.9em;
  padding: 0 7%;
}
.body_sph #q10_luminist #item_base .checkbox-input {
  padding: 0 0% 0 15%;
}
.body_sph #q10_luminist #item_foundation .checkbox-input {
  padding: 0 0% 0 15%;
}
#q10_luminist input[type="checkbox"] {
  accent-color: #d93170;
}

/* テンプレート ------------------- */
@media print, screen and (min-width: 768px) {
  #q10_luminist {
    width: 720px;
    margin: 0 auto;
  }
  #q10_luminist .menu_sph {
    display: none;
  }
}

/* 画像位置調整 */
.c-panel__link {
  display: inline-flex;
}

/* 商品名、受取方法、価格 */
.c-panel__body {
  place-content: center;
  place-items: start;
}

/* 価格色調整 */
.c-panel__price-wrapper {
  color: #f25173;
  margin-top: 16px;
}

/* ボタン調整 */
.c-panel__action .btn {
  width: 100%;
  height: 100px;
  font-size: 100%;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 0;
}

.c-panel__header {
  flex: 0.8;
  padding-right: 3%;
}

.checkbox_a .a {
  color: #333;
}

/* 画像位置調整 */
.c-panel__link {
  display: inline-flex;
}

/* 商品名、受取方法、価格 */
.c-panel__body {
  place-content: center;
  place-items: start;
  flex: 2;
}

/* 価格色調整 */
.c-panel__price-wrapper {
  color: #d93170;
}

/* ボタン調整 */
.c-panel__action .btn {
  width: 60%;
  padding: auto;
}

.c-panel__header {
  display: none;
}

.c-panel__badge {
  display: none;
}

.clear_contents .sample_view .c-panel__action {
  display: none;
}

.yamaguchi {
  display: flex;
}
.yuya {
  flex: 6;
  margin: auto;
  text-align: left;
}

.yamaguchi a {
  flex: 6;
}

.c-panel__name {
  text-decoration: underline;
}

@media print, screen and (max-width: 768px) {
  #q10_luminist .menu_pc {
    display: none;
  }
  #q10_luminist .accordion summary {
    padding: 0.75em 2em 0.75em 1em;
    font-size: 1.3em;
  }
  #q10_luminist .tab-content [class^="color0"],
  #q10_luminist .tab-content [class^="color1"],
  #q10_luminist .tab-content [class^="color2"],
  #q10_luminist .tab-content [class^="color3"] {
    height: 130px;
  }
  .c-panel__action .btn {
    width: 100%;
    height: 60px;
    font-size: 80%;
  }
  .c-panel__name {
    font-size: 100%;
  }
  .yamaguchi {
    display: block !important;
  }
  .yamaguchi a {
    padding-left: 10%;
    padding-right: 10%;
  }

  #q10_luminist .btn_parent {
    width: 60%;
  }
  #q10_luminist h2 {
    font-size: 1.2em;
  }
  .yuya {
    text-align: center;
  }
  .c-panel__price-wrapper {
    margin: auto;
    margin-top: 10px;
  }
  #q10_luminist .checkbox {
    display: block;
  }
  #q10_luminist .checkbox {
    margin-left: -15px;
  }
  br {
    display: none;
  }
  #q10_luminist .checkbox_a {
    text-align: center;
    padding-left: 0%;
  }
  #q10_luminist .category {
    width: 60%;
    height: 40px;
  }
  #q10_luminist .colorname {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  #q10_luminist .coloritem {
    flex-basis: 65%;
  }
  #q10_luminist .tab-wrap {
    justify-content: center;
  }
  .pB10 {
    padding-bottom: 0%;
  }
  .pB5 br {
    display: block;
  }
  .pB3 br {
    display: block;
  }
  .checkbox h2 .pB5 br {
    display: block;
  }
  .checkbox h2 br {
    display: block;
  }
  .btn_cart .btn {
    padding: 12px 0px;
  }
  .css-br br {
    display: block;
  }
  .c-panel__name {
    font-size: 120%;
  }
}
