@charset "UTF-8"; /**/
/* BASE */
.pB1 {
  padding-bottom: 1%;
}
.pB3 {
  padding-bottom: 3%;
}

.pB5 {
  padding-bottom: 5%;
}
.pB7 {
  padding-bottom: 7%;
}

/**********************
 f f   ʋ    
**********************/
div[id^="eyecaresup_p_"] {
  margin-bottom: 7%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

/**********************
 g b v y [ W
**********************/
#eyecaresup_top {
  text-align: center;
}

#eyecaresup_top button {
  position: relative;
  padding: 2% 12% 2% 8%;
  border: none;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
}
#eyecaresup_top button {
  display: block;
  padding: 3% 17% 3% 13%;
  margin: 5% auto 2%;
  font-size: 1.5em;
}
#eyecaresup_top span.icon-navi_right {
  position: absolute;
  top: 32%;
  right: 5%;
}
#eyecaresup_top button {
  background-image: radial-gradient(
    circle at 100% 0%,
    rgba(162, 139, 202, 1) 7%,
    rgba(179, 108, 166, 1)
  );
  box-shadow: 3px 3px 5px 3px rgba(219, 212, 239, 0.7);
  border-radius: 7px;
}

#eyecaresup_top .main_01_item {
  position: relative;
}
#eyecaresup_top .main_01_item .main_01_abs {
  position: absolute;
  bottom: 9%;
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  margin: 0 33%;
  justify-content: center;
}
#eyecaresup_top .main_01_item .main_01_abs a {
  width: 30%;
  padding-bottom: 3%;
}

/**********************
    y [ W
**********************/
#eyecaresup_question {
  padding: 5%;
  background-image: url("../images/main_02.png");
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.eyecaresup_question_inner {
  padding: 7% 0 10%;
  margin: 5% 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 1);
}

.eyecaresup_question_inner p {
  font-size: 2.2em;
  font-weight: lighter;
  margin-bottom: 0;
  color: #5d297a;
}

.eyecaresup_question_inner img {
  display: block;
  margin: 3% auto 0;
}

.eyecaresup_question_inner button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 100%;
  background-color: transparent;
  font-size: 1.5em;
  color: #5d297a;
  width: calc(70% / 2);
}

.eyecaresup_question_inner button:first-child {
  margin-right: 3%;
  border: 1px solid #e24707;
  transition: 0.3s;
}
.eyecaresup_question_inner button:first-child:hover {
  background: rgba(226, 71, 7, 0.8);
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
}
.eyecaresup_question_inner button:last-child {
  border: 1px solid #6879d5;
  transition: 0.3s;
}
.eyecaresup_question_inner button:last-child:hover {
  background: rgba(104, 121, 213, 0.8);
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
}
.eyecaresup_question_inner button:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.eyecaresup_question_button {
  display: flex;
  justify-content: center;
  margin: 5% 0;
}
.eyecaresup_question_button.q1 {
  font-size: 1.5em;
}

/**********************
 f f   ʃy [ W
**********************/
#eyecaresup_p_sbv2 {
  color: #29164e;
  background-image: url("../images/bg_sbv.png");
  background-repeat: no-repeat;
  background-color: #8a7bcb;
  padding: 3%;
}
#eyecaresup_p_sb2 {
  color: #29164e;
  background-image: url("../images/bg_sb.png");
  background-repeat: no-repeat;
  background-color: #c6a7f0;
  padding: 3%;
}
#eyecaresup_p_b2 {
  color: #29164e;
  background-image: url("../images/bg_b.png");
  background-repeat: no-repeat;
  background-color: #747dd0;
  padding: 3%;
}
#eyecaresup_p_c2 {
  color: #39110d;
  background-image: url("../images/bg_c.png");
  background-repeat: no-repeat;
  background-color: #ff7c72;
  padding: 3%;
}
#eyecaresup_p_r2 {
  color: #39110d;
  background-image: url("../images/bg_r.png");
  background-repeat: no-repeat;
  background-color: #f2af46;
  padding: 3%;
}
#eyecaresup_p_m2 {
  color: #29164e;
  background-image: url("../images/bg_m.png");
  background-repeat: no-repeat;
  background-color: #d090c5;
  padding: 3%;
}
.eyecaresup_mainitem {
  position: relative;
}
.eyecaresup_mainitem img {
  transform: rotate(25deg);
  margin-top: 10%;
  width: 40%;
}
.eyecaresup_mainitem ::after {
  content: "";
  position: absolute;
  bottom: -13%;
  left: 35%;
  width: 200px;
  height: 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.eyecaresup_contents {
  margin: 17% 0 7%;
  padding: 3% 0 10%;
  background: rgba(255, 255, 255, 0.8);
}
.eyecaresup_contents .txt01::after {
  background: radial-gradient(
    circle farthest-side,
    #000,
    #000 30%,
    transparent 30%,
    transparent
  );
  background-size: 6px;
  content: "";
  display: inline-block;
  height: 4px;
  width: 90%;
}
.eyecaresup_contents .txt01 p,
.eyecaresup_contents .txt02 p {
  margin: 2% 5% 3%;
  font-size: 1.1em;
  line-height: 1.7;
  text-align: left;
}

.eyecaresup_contents .txt01 span {
  background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.8) 70%);
  display: inline;
  padding-bottom: 0.2%;
}
#eyecaresup_p_sb .eyecaresup_contents .txt01 span {
  background: linear-gradient(transparent 70%, rgba(255, 255, 255, 1) 70%);
}
.eyecaresup_contents .txt02 img {
  margin: 0 auto;
  text-align: center;
}

.eyecaresup_contents .attention {
  margin: 1% 5% 3% 5%;
  text-align: right;
}

.eyecaresup_contents span.icon-navi_right {
  position: absolute;
  top: 35%;
  right: 5%;
}

/*    i C   N   [ h */
.eyecare_include {
  background-color: #fff;
  border-radius: 5px;
  padding: 5% 4% 0 3%;
  margin: 0 4%;
  border: 2px solid #905aca;
}
.eyecare_include_text {
  margin-top: 3%;
  color: yellow;
  font-size: 1.5em;
  margin-bottom: 8px;
}
.body_pc .eyecare_include_text {
  font-size: 1.5em;
}
.eyecare_include.bgyellow {
  background: #ffffcf;
  /*    margin: 1% 3% 0;*/
}
.body_pc .eyecare_include {
  font-size: 1.2em;
  margin: 1% 7% 0;
}
.body_pc .eyecare_include .btn {
  margin-top: 4%;
}
.eyecare_include .icon_box {
  display: none;
}
.eyecare_include .cp_discount {
  background-color: #cc217d;
}
.eyecare_include .price2 {
  color: #cc217d;
}
/*  t b ^ [ */
.eyecaresup_footer {
  text-align: center;
}

.eyecaresup_footer p {
  font-size: 1.3em;
}

.eyecaresup_footer button {
  position: relative;
  padding: 2% 10%;
  margin-top: 5%;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  font-size: 1.3em;
  cursor: pointer;
}

.eyecaresup_footer span.icon-navi_right {
  position: absolute;
  top: 35%;
  right: 5%;
}
.eyecaresup_other {
  display: flex;
  justify-content: space-around;
  gap: 2%;
  margin: 3% 10%;
}
.eyecaresup_other {
  margin: 5% 10% 0;
}
#eyecaresup_sbv2 .eyecaresup_footer .eyecaresup_other .eyecaresup_other_sbv {
  display: none;
}
#eyecaresup_sb2 .eyecaresup_footer .eyecaresup_other .eyecaresup_other_sb {
  display: none;
}
#eyecaresup_b2 .eyecaresup_footer .eyecaresup_other .eyecaresup_other_b {
  display: none;
}
#eyecaresup_c2 .eyecaresup_footer .eyecaresup_other .eyecaresup_other_c {
  display: none;
}
#eyecaresup_r2 .eyecaresup_footer .eyecaresup_other .eyecaresup_other_r {
  display: none;
}
#eyecaresup_m2 .eyecaresup_footer .eyecaresup_other .eyecaresup_other_m {
  display: none;
}
.snsarea {
  background-color: #eee;
  padding: 5% 0;
  margin-top: 10%;
  text-align: center;
}

.snsarea p {
  font-size: 1.1em;
  margin-bottom: 3%;
}

.body_pc .snsarea p {
  font-size: 1.4em;
}
.snsbtn {
  margin: 0 auto;
}

.snsbtn p {
  margin-right: 4%;
  display: inline-block;
}

.snsbtn p:last-child {
  margin-right: 0;
}

.snsbtn img {
  width: 82px;
}

#eyecaresup_p_m {
  max-width: 720px;
  margin: auto;
}

.c-panel__link {
  display: flex;
}

.c-panel__header {
  display: block;
  width: 20%;
}

.w90 {
  margin-top: 8%;
}

.dhc_testlp {
  margin-top: 2em;
  text-align: left;
}

.dhc_testlp h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.5em 0.6em 0.35em 0.6em;
  margin-bottom: 0.25em;
  font-size: 140%;
  font-weight: normal;
}
.dhc_testlp h2 span {
  font-size: 0.75em;
}
.dhc_testlp ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dhc_testlp li {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 0.25em 0;
}
.dhc_testlp li .img_box {
  width: 5.5em;
  display: table-cell;
  vertical-align: top;
  padding: 0.5em;
}
.dhc_testlp li .txt_box {
  display: table-cell;
  vertical-align: top;
  padding: 0.5em;
}
.dhc_testlp li .name {
  font-weight: bold;
}
.dhc_testlp li .copy {
  font-size: 85%;
  margin-top: 0.1em;
}
.dhc_testlp li a {
  text-decoration: none;
}
.dhc_testlp li a .name {
  text-decoration: underline;
}

.c-panel__price-wrapper { display: flex; align-items: center; gap: 0.5em; flex-wrap: wrap; }

@media screen and (max-width: 650px) {
  .dhc_testlp li .copy {
    font-size: 70%;
    margin-top: 0.3em;
  }
  .dhc_testlp li .name {
    font-size: 80%;
  }
  .dhc_testlp li {
    width: 100%;
  }

  .dhc_testlp h2 span {
    font-size: 0.55em;
  }
  .dhc_testlp h2 {
    padding: 0.45em;
    margin-top: 7%;
    font-size: 130%;
  }
  .pB3 {
    padding-bottom: 5%;
  }
  .pB7 {
    padding-bottom: 5%;
  }
  .w60 {
    width: 60%;
  }
  .w70 {
    width: 70%;
  }
  .w85 {
    width: 85%;
  }
  .w90 {
    width: 90%;
  }
  #eyecaresup_question {
    padding: 5% 3%;
    margin: 0 -2%;
    background-size: contain;
  }
  .eyecaresup_question_inner p {
    font-size: 1.5em;
  }
  .eyecaresup_question_inner img {
    width: 93%;
    margin: 3% auto 0;
  }
  .eyecaresup_question_inner button {
    font-size: 1em;
    width: calc(85% / 2);
  }
  .eyecaresup_question_button.q1 {
    font-size: 1.2em;
  }
  div[id^="eyecaresup_p_"] {
    margin: 0 -2%;
    background-size: 100%;
  }
  #eyecaresup_top {
    margin: 0 -2%;
  }
  #eyecaresup_top button {
    margin: 7% auto 3%;
  }
  .eyecaresup_mainitem ::after {
    bottom: -15%;
    left: 33%;
    width: 130px;
    height: 10px;
  }
  .eyecaresup_contents .txt01 p,
  .eyecaresup_contents .txt02 p {
    font-size: 0.9em;
  }
  .eyecaresup_contents .txt01 p {
    margin: 2% 6% 7% 7%;
  }
  .eyecaresup_contents .attention {
    font-size: 0.6em;
  }

  #eyecaresup_top button {
    padding: 4% 15% 4% 10%;
    width: 70%;
    font-size: 1.2em;
  }
  .eyecaresup_footer {
    margin: 10% 2% 0;
  }
  .eyecaresup_footer p {
    font-size: 1em;
  }
  .eyecaresup_footer button {
    padding: 3% 15% 3% 10%;
    margin-top: 10%;
    font-size: 1em;
  }
  .snsarea {
    margin: 10% -2% 0;
  }
  .snsbtn p {
    width: 15%;
  }
  #eyecaresup_p_m2 {
    padding: 6%;
  }
}
.c-panel__header {
  display: block;
  width: 40%;
}

#goods40041 .c-panel__header {
  display: block;
  width: 54%;
}

.badge {
  font-size: 1.2rem;
}

.c-panel__name {
  font-size: 2rem;
  text-align: left;
}

.c-price {
  font-size: 2rem;
  text-align: left;
  color: red;
}

.c-panel__action .btn {
  width: 70%;
  margin-left: 45%;
  margin-bottom: 5%;
  color: black;
  background-color: #ffffff;
  border: solid;
  border-color: #999999;
  border-radius: 7px;
  font-size: 17px;
  padding: 10px;
  z-index: 10;
}
.c-panel__desc{
  text-align:left;
}

.c-panel__header__image {
    width: 80%;
}

#goods40041 .c-panel__action .btn {
    margin-top: 0px;
}

@media screen and (max-width: 650px) {
  .c-panel__header {
    display: block;
    width: 70%;
  }

#goods40041 .c-panel__header {
    display: block;
    width: 130%;
  }
  
  .c-panel__header__image {
    width: 100%;
}
  .c-panel__body {
    margin-left: 16px;
}

  .badge {
    font-size: 1rem;
  }

  .c-panel__name {
    font-size: 1.5rem;
    text-align: left;
  }

  .c-price {
    font-size: 1.5rem;
    text-align: left;
    color: red;
  }

  .c-panel__action .btn {
    width: 70%;
    margin-left: 45%;
    margin-bottom: 10%;
    margin-top: 0px;
    font-size: 19px;
    padding: 8px 0 5px;
  }

  #eyecaresup_p_b2 {
    padding: 5%;
  }

.eyecaresup_contents {
    margin: 17% 2% 7%;
}
.txt01{
  font-size:1.2em;
}

}

/*◎取り消し線*/
.c-price-delete{
  background: linear-gradient(transparent 0px, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 0px, transparent 0px) !important;
  color: #666;
}

.c-price-delete .d-inline-block{
  text-decoration: line-through;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
}

#goods32393 .c-price-delete-yen {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: white; /* 線を隠す背景 */
  padding: 0 2px;
}

#goods40041 .c-price-delete-yen {
  display: inline-block;
  position: relative;
  z-index: 1;
  /*background: white; /* 線を隠す背景 */
  padding: 0 2px; 
}