@charset "utf-8";

/*-------------------------------------------------------
  ImportantNotices�@
  �C���N���[�h�J���[�Z���o�i�[����
-------------------------------------------------------*/
#Shop .ImportantNotices {
    max-width: calc(1200px + var(--screen-pd-lr) * 2);
    padding: 0 var(--screen-pd-lr);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.forpc {display:block !important;}
	.forsp {display:none !important;}
}
@media screen and (max-width: 768px) {
	.forpc {display: none !important;}
	.forsp {display: block !important;}
}

.clear {
	clear:both;
}


.feature-main {
  border: 0px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
  margin: 10px -15px 55px -15px;
  width: auto;
}

.feature-key {
  padding: 20px 10px 0px;
}
.feature-key .feature-title {
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.feature-key .feature-key-photo {
  margin: 0 10px;
}

.feature-key-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 18px;
}
.feature-key-list li {
  width: 240px;
  margin: 0 3px 10px 10px;

  display: block;
  padding: 6px;
  background: #5baadc;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.feature-key-list li.is-active a, .feature-key-list li:hover a {
  background: #b6e0fb;
  color: #1d599e;
}

.feature-about {
  margin: 0 20px;
  padding: 10px 0 40px;
}
.feature-about .feature-about-title {
  width: 800px;
  padding: 5px 0 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
.feature-about .feature-about-text {
  width: auto;
  padding-bottom: 20px;
  line-height: 24px;
}

.feature-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 3px;
  background: url(../img/feature/bg_feature_btn.jpg) repeat;
}
.feature-btn li {
  width: 490px;
}
.feature-btn li.is-full {
  width: 100%;
}
.feature-btn li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  height: 78px;
  border: 1px solid #1d599e;
  border-radius: 3px;
  background: #FFF;
  font-size: 24px;
  color: #1d599e;
}
.feature-btn li.is-cart a {
  border: none;
  background: #f25c02;
  color: #ffffff;
  font-weight: bold;
}
.feature-btn li.is-cart a img {
  width: 32px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.feature-point {
  padding: 0 20px 30px;
}

.feature-title-blue {
  margin-bottom: 35px;
  position: relative;
}
.feature-title-blue span {
  display: block;
  padding: 18px;
  position: relative;
  border-radius: 3px;
  border: 3px solid #5baadc;
  background: #FFF;
  text-align: center;
  color: #5baadc;
  font-weight: bold;
  font-size: 24px;
  z-index: 1;
	background-color: #e8fcff;
}
.feature-title-blue::before, .feature-title-blue::after {
  width: 45px;
  height: 35px;
  border: solid 2px #5baadc;
  background: #5baadc;
  content: "";
  position: absolute;
  bottom: -5px;
}
.feature-title-blue::before {
  left: 5px;
  transform: rotate(120deg);
}
.feature-title-blue::after {
  right: 5px;
  transform: rotate(60deg);
}

.feature-point-list {
  display: -webkit-flex;
  display: flex;
  padding: 20px 0 5px;
}
.feature-point-list li {
  width: 318px;
  margin: 0 0px 0 16px;
}
.feature-point-list .feature-point-box {
  padding: 18px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.feature-point-list .feature-point-box .point-text span {
  color: #5baadc;
	font-size: 1.1rem;
}
.feature-point-list .feature-point-box .point-text {
  margin: 15px 0 5px;
  line-height: 24px;
}
.feature-point-list .feature-point-box img {
  width: 100%;
  height: auto;
}
.feature-point-list .point-number {
  text-align: center;
  color: #5baadc;
  font-size: 16px;
}
.feature-point-list .point-number span {
  padding: 10px 5px;
  position: relative;
  background: url(../img/feature/icon_number.png) no-repeat top center;
  background-size: 28px auto;
  font-size: 35px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.feature-salons {
  padding: 0 20px 50px;
}

.feature-salons .feature-salons-note {
  padding: 35px 0 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.feature-salons .feature-salons-note span {
  position: relative;
}
.feature-salons .feature-salons-note span::before {
  width: 25px;
  height: 27px;
  border-top: 2px solid #5baadc;
  border-left: 2px solid #5baadc;
  content: "";
  position: absolute;
  top: 0;
  left: -130px;
}
.feature-salons .feature-salons-note span::after {
  width: 25px;
  height: 27px;
  border-bottom: 2px solid #5baadc;
  border-right: 2px solid #5baadc;
  content: "";
  position: absolute;
  bottom: -5px;
  right: -130px;
}

.feature-salons-box {
  display: -webkit-flex;
  display: flex;
  padding: 20px 15px;
}
.feature-salons-box .feature-salons-photo {
  width: 465px;
  padding: 15px;
  margin-right: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 100%;
}
.feature-salons-box .feature-salons-photo img {
  width: 100%;
  height: auto;
}
.feature-salons-box .feature-salons-list {
  font-size: 20px;
}
.feature-salons-box .feature-salons-list li {
  padding: 2px 0 2px 30px;
  margin-bottom: 15px;
  background: url(../img/feature/icon_check.png) no-repeat left top;
  background-size: 15px auto;
  letter-spacing: 3px;
}

.feature-salons-title-small {
  margin: 35px 0 30px;
  padding-top: 70px;
  background: url(../img/feature/icon_title.png) no-repeat center top;
  background-size: 671px auto;
  text-align: center;
  font-size: 34px;
}
.feature-salons-title-small span {
  padding: 0 40px;
  background: url(../img/feature/icon_title_left.png) no-repeat center left, url(../img/feature/icon_title_right.png) no-repeat center right;
  background-size: 12px auto;
}

.feature-salons-item {
  padding: 30px 0 45px;
  width: 610px;
  margin: auto;
  position: relative;
}
.feature-salons-item .salons-item-number {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -55px;
  background: #5baadc;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.feature-salons-item .salons-item-number .text {
  padding-top: 20px;
}
.feature-salons-item .salons-item-number .number {
  font-size: 40px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature-salons-item .salons-item-photo {
  margin-bottom: 30px;
}
.feature-salons-item .salons-item-photo img {
  width: 100%;
  height: auto;
}
.feature-salons-item .salons-item-desc {
  line-height: 20px;
}

.feature-detail {
  padding: 50px 20px 30px;
}
.feature-detail .feature-detail-photo {
  margin-bottom: 30px;
}

.feature-detail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -10px;
}
.feature-detail-list li {
  width: 304px;
  margin: 0 13px 15px;
  position: relative;
}
.feature-detail-list li::before {
  width: 100%;
  height: calc(100% - 55px);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.feature-detail-list li.is-box-big {
  width: 640px;
}
.feature-detail-list li.is-box {
	width: 47.3%;
	padding-bottom: 10px;
}
.feature-detail-list .feature-detail-product img {
  width: 100%;
  height: auto;
}
.feature-detail-list .feature-detail-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
}
.feature-detail-list .feature-detail-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 45px 30px;
  border-color: transparent transparent #dceef9 transparent;
  position: absolute;
  transform: rotate(35deg);
  top: -8px;
  left: 12px;
}
.feature-detail-list .feature-detail-title span {
  margin-right: 10px;
  position: relative;
  font-size: 34px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.feature-detail-list .feature-detail-box {
  padding: 15px;
}
.feature-detail-list .feature-detail-box .feature-detail-text {
  padding: 15px 20px;
  line-height: 24px;
}

.feature-supplement {
  padding: 20px 20px;
}
.feature-supplement .feature-supplement-title {
  margin: 0 15px;
  position: relative;
  color: #999999;
  font-size: 24px;
  font-weight: bold;
}
.feature-supplement .feature-supplement-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 45px 35px;
  border-color: transparent transparent #dceef9 transparent;
  position: absolute;
  transform: rotate(30deg);
  top: 2px;
  left: -9px;
}
.feature-supplement .feature-supplement-title span {
  display: block;
  padding: 14px 0;
  border-bottom: 2px dashed #cccccc;
  position: relative;
}
.feature-supplement .feature-supplement-info {
  padding: 10px 15px 15px;
}
.feature-supplement .supplement-info-title {
  padding-bottom: 10px;
  font-size: 28px;
  letter-spacing: 1px;
}
.feature-supplement .supplement-info-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.feature-supplement .supplement-info-left {
  width: 730px;
}
.feature-supplement .supplement-info-left .supplement-info-text {
  padding: 0 0 30px;
  line-height: 24px;
}
.feature-supplement .supplement-info-left dl {
  margin-bottom: 25px;
}
.feature-supplement .supplement-info-left dl dt {
  display: inline;
  position: relative;
}
.feature-supplement .supplement-info-left dl dt::before {
  content: "";
  background-color: #b3b3b3;
  display: block;
  position: absolute;
  right: 15px;
  height: 60%;
  bottom: -3px;
  width: 100px;
  box-shadow: 0 0 8px 8px #b3b3b3;
  transform: rotate(3deg);
  z-index: 0;
}
.feature-supplement .supplement-info-left dl dt span {
  display: inline-block;
  position: relative;
  padding: 10px 15px 10px 10px;
  background: #fef8dc;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
}
.feature-supplement .supplement-info-left dl dd {
  padding: 10px 0 5px 20px;
}
.feature-supplement .feature-supplement-right {
  width: 240px;
}
.feature-supplement .feature-supplement-right img {
  width: 100%;
  height: auto;
}

.feature-supplement-table {
  padding: 50px 20px 40px;
}
.feature-supplement-table .supplement-table-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.feature-supplement-table .supplement-table-main {
  display: -webkit-flex;
  display: flex;
}
.feature-supplement-table .supplement-table-main table {
  width: 100%;
  border: 1px solid #FFF;
}
.feature-supplement-table .supplement-table-main table tr {
  border-top: 1px solid #FFF;
}
.feature-supplement-table .supplement-table-main table th {
  width: 23%;
  padding: 17px 15px;
  border-right: 1px solid #FFF;
  background: #dceef9;
  font-weight: bold;
}
.feature-supplement-table .supplement-table-main table td {
  padding: 17px 15px;
  background: #f0efef;
}

.feature-video {
  width: 765px;
  padding-bottom: 45px;
  margin: auto;
}
.feature-video .video-inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.feature-video .video-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.feature-introduction {
  padding: 65px 20px 20px;
}
.feature-introduction .feature-introduction-box {
  padding: 50px 0 10px;
}
.feature-introduction .introduction-title {
  padding-left: 125px;
  position: relative;
  font-size: 28px;
}
.feature-introduction .introduction-title .title-number {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 88px;
  height: 88px;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 20px;
  background: url(../img/feature/icon_star.png) no-repeat center top;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.feature-introduction .introduction-title .title-number span {
  font-size: 40px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature-introduction .introduction-text {
  overflow: hidden;
  padding: 10px 20px 0 125px;
  line-height: 24px;
}
.feature-introduction .introduction-text .thumb {
  float: right;
  width: 250px;
  height: auto;
  margin-left: 30px;
}
.feature-introduction .introduction-text .thumb img {
  max-width: 100%;
}

.feature-benefits {
  padding: 40px 20px 80px;
}
.feature-benefits .feature-benefits-title {
  padding: 0 0 40px;
  text-align: center;
  color: #5baadc;
  font-size: 28px;
  font-weight: bold;
}
.feature-benefits .feature-benefits-title span {
  position: relative;
}
.feature-benefits .feature-benefits-title span::before, .feature-benefits .feature-benefits-title span::after {
  width: 30px;
  height: 2px;
  background: #5baadc;
  position: absolute;
  content: "";
  top: 15px;
}
.feature-benefits .feature-benefits-title span::before {
  left: -50px;
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}
.feature-benefits .feature-benefits-title span::after {
  right: -50px;
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.feature-benefits .feature-benefits-list {
  display: -webkit-flex;
  display: flex;
  padding: 0 10px 0 30px;
}
.feature-benefits .feature-benefits-list li {
  width: 275px;
  margin: 0 25px;
}
.feature-benefits .feature-benefits-list .benefits-title {
  padding-bottom: 20px;
  margin: 0 5px 15px 0;
  position: relative;
  background: url(../img/feature/line.png) no-repeat bottom center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.feature-benefits .feature-benefits-list .benefits-title::before {
  width: 12px;
  height: 12px;
  margin-top: -10px;
  position: absolute;
  bottom: 0px;
  right: -10px;
  background: url(../img/feature/icon_star_small.png) no-repeat center center;
  background-size: 12px auto;
  content: "";
}
.feature-benefits .feature-benefits-list .benefits-text {
  line-height: 24px;
  text-align: justify;
}

.feature-before {
  padding: 50px 20px 50px;
}
.feature-before .feature-before-note {
  padding: 10px 15px 25px;
  font-size: 28px;
  letter-spacing: 1px;
}
.feature-before .feature-before-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 20px;
  background: url(../img/feature/icon_arrow.png) no-repeat center center;
  background-size: 57px auto;
}
.feature-before .feature-before-list li {
  width: 450px;
  padding: 15px 15px 40px;
  background: #f8f8f8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.feature-before .feature-before-list li:last-child {
  background: #fefcf2;
}
.feature-before .feature-before-list .before-list-title {
  position: relative;
  font-size: 28px;
  color: #5baadc;
  text-align: center;
}
.feature-before .feature-before-list .before-list-title span {
  padding: 0px 30px 10px;
  display: inline-block;
  background: url(../img/feature/icon_before.png) no-repeat right top;
  background-size: 22px auto;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.feature-before .feature-before-list .before-list-title.is-color {
  color: #fd686c;
}
.feature-before .feature-before-list .before-list-title.is-color span {
  background: url(../img/feature/icon_after.png) no-repeat right top;
  background-size: 24px auto;
}
.feature-before .feature-before-list .before-list-text {
  line-height: 24px;
}
.feature-before .feature-before-list .before-list-photo {
  margin-bottom: 15px;
}
.feature-before .feature-before-list .before-list-photo img {
  width: 100%;
  height: auto;
}

.feature-consumables {
  padding: 55px 20px 50px;
}
.feature-consumables .consumables-list {
  display: -webkit-flex;
  display: flex;
  padding: 10px 5px 50px;
}
.feature-consumables .consumables-list li {
  width: 320px;
  margin: 0 13px;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.feature-consumables .consumables-list .consumables-list-photo img {
  width: 100%;
  height: auto;
}
.feature-consumables .consumables-list .consumables-list-title {
  padding: 10px 0 15px;
  font-size: 18px;
}
.feature-consumables .consumables-list .consumables-list-text {
  margin-bottom: 25px;
  line-height: 24px;
}
.feature-consumables .consumables-list .consumables-list-btn {
  margin: 0 15px 10px;
}
.feature-consumables .consumables-list .consumables-list-btn a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 5px;
  border-radius: 3px;
  background: #f25c02;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.feature-consumables .consumables-list .consumables-list-btn a img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.feature-voice {
  padding: 60px 20px 50px;
}
.feature-voice .voice-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;

  padding: 10px 15px;
}
.feature-voice .voice-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
.feature-voice .voice-list li:nth-child(even) {
  margin-left: 240px;
}
.feature-voice .voice-list .voice-list-title {
  text-align: center;
}
.feature-voice .voice-list .voice-list-title img {
  width: 110px;
  height: auto;
  margin-bottom: 10px;
}
.feature-voice .voice-list .voice-list-text {
  width: 600px;
  padding: 15px;
  margin-left: 55px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #cccccc;
  line-height: 24px;
}
.feature-voice .voice-list .voice-list-text::before {
  width: 11px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: -10px;
  background: url(../img/common/icon_arrow.png) no-repeat top center;
  content: "";
  transform: rotate(-90deg);
}

.feature-faq {
  padding: 10px 20px 40px;
}
.feature-faq .feature-title-blue {
  margin-bottom: 45px;
}
.feature-faq .feature-btn {
  margin-top: 55px;
}
.feature-faq .feature-faq-list {
  margin: 3px 15px 0;
}
.feature-faq .feature-faq-title {
  padding: 15px 10px 15px 65px;
  position: relative;
  background: #f9f9f9;
  font-size: 18px;
  cursor: pointer;
}
.feature-faq .feature-faq-title::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../img/feature/icon_down.png) no-repeat center center;
  background-size: 20px auto;
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-faq .feature-faq-title.active::before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.feature-faq .feature-faq-title span {
  margin-right: 25px;
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 28px;
  color: #5baadc;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-faq .feature-faq-text {
  padding: 15px 15px 15px 65px;
  border: 1px solid #cccccc;
  position: relative;
  line-height: 24px;
}
.feature-faq .feature-faq-text span {
  margin-right: 25px;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 28px;
  color: #fd686c;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .feature-main {
	padding: 0;
    margin: 0;
    border: none;
    background: none;
  }

  .feature-key {
    padding: 0.25rem 0 0px;
  }
  .feature-key .feature-title {
    margin-bottom: 0.25rem;
    padding: 0;
    font-size: 0.28rem;
  }
  .feature-key .feature-key-photo {
    margin: 0 -0.2rem;
  }
  .feature-key .feature-key-photo img {
    width: 100%;
    height: auto;
  }

  .feature-key-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.2rem;
  }
  .feature-key-list li {
	  width: 49%;
	  margin: 0 0 0.1rem 0;
	  font-size: 0.22rem;
  }
  .feature-key-list li a {
    padding: 0.15rem;
    border-radius: 0.02rem;
    font-size: 0.24rem;
  }

  .feature-about {
    margin: 0;
    padding: 0.1rem 0 0.4rem;
  }
  .feature-about .feature-about-title {
    width: auto;
    padding: 0.05rem 0 0.25rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .feature-about .feature-about-text {
    width: auto;
    padding-bottom: 0.3rem;
  }

  .feature-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.25rem 0.2rem;
    border-radius: 0;
    margin: 0 -0.2rem;
  }
  .feature-btn li {
    width: 3.45rem;
  }
  .feature-btn li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 0.9rem;
    padding: 0.2rem;
    font-size: 0.24rem;
  }
  .feature-btn li span {
    display: none;
  }
  .feature-btn li.is-cart a img {
    width: 0.32rem;
    height: auto;
    margin-right: 0.1rem;
  }

  .feature-about .feature-btn {
    margin: 0 -0.2rem;
  }

  .feature-point {
    border: 0px solid #eee;
	  border-radius: 3px;
	  background: #FFF;
	  padding: 0.1rem 0rem 0.1rem;
	  margin-bottom: 0.45rem;
  }

  .feature-title-blue {
    margin-bottom: 0.35rem;
  }
  .feature-title-blue span {
    display: block;
    padding: 0.2rem;
    border: 0.03rem solid #5baadc;
    font-size: 0.32rem;
  }
  .feature-title-blue::before, .feature-title-blue::after {
    width: 0.45rem;
    height: 0.35rem;
    border: solid 0.02rem #5baadc;
    background: #5baadc;
    content: "";
    position: absolute;
    bottom: -0.05rem;
  }
  .feature-title-blue::before {
    left: 0.05rem;
    transform: rotate(120deg);
  }
  .feature-title-blue::after {
    right: 0.05rem;
    transform: rotate(60deg);
  }

  .feature-point-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.1rem 0 0.05rem;
  }
  .feature-point-list li {
    width: 100%;
    margin: 0 0 0.35rem 0;
  }
  .feature-point-list .feature-point-box {
      padding: 0 0 0.18rem 0;

  }
  .feature-point-list .feature-point-box .point-text {
	  margin: 0.15rem 0.25rem 0.05rem;
	  font-size: 0.28rem;
	  line-height: 0.40rem;
  }
  .feature-point-list .feature-point-box img {
    width: 100%;
    height: auto;
  }
  .feature-point-list .point-number {
    text-align: center;
    color: #5baadc;
    font-size: 0.38rem;
	line-height: 0.75rem;
  }
  .feature-point-list .point-number span {
    padding: 0.25rem 0.09rem;
	  position: relative;
	  background: url(../img/feature/icon_number.png) no-repeat top center;
  background-size: auto;
	  background-size: 0.48rem auto;
	  font-size: 0.68rem;
  }

  .feature-salons {
    padding: 0;
  }
  .feature-salons .block-list {
    border: 0px solid #eee;
	  border-radius: 3px;
	  background: #FFF;
	  padding: 0.2rem 0rem 0;
	  margin-bottom: 0.2rem;
  }
  .feature-salons .feature-salons-note {
    padding: 0.25rem 0 0.2rem;
    font-size: 0.24rem;
  }
  .feature-salons .feature-salons-note span {
    position: relative;
  }
  .feature-salons .feature-salons-note span::before {
    width: 0.25rem;
    height: 0.27rem;
    border-top: 0.02rem solid #5baadc;
    border-left: 0.02rem solid #5baadc;
    content: "";
    position: absolute;
    top: -0.05rem;
    left: -0.5rem;
  }
  .feature-salons .feature-salons-note span::after {
    width: 0.25rem;
    height: 0.27rem;
    border-bottom: 0.02rem solid #5baadc;
    border-right: 0.02rem solid #5baadc;
    content: "";
    position: absolute;
    bottom: -0.05rem;
    right: -0.5rem;
  }

  .feature-salons-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .feature-salons-box .feature-salons-photo {
    width: 100%;
    padding: 0.15rem;
    margin: 0 0.2rem 0.3rem;
  }
  .feature-salons-box .feature-salons-list {
    margin: 0 0.2rem;
    font-size: 0.24rem;
  }
  .feature-salons-box .feature-salons-list li {
    padding: 0.02rem 0 0.02rem 0.35rem;
    margin-bottom: 0.15rem;
    background: url(../img/feature/icon_check.png) no-repeat left top;
    background-size: 0.2rem auto;
    letter-spacing: 0;
  }

  .feature-salons-title-small {
    margin: 0.35rem 0 0.3rem;
    padding-top: 0.7rem;
    background: url(../img/feature/icon_title.png) no-repeat center top;
    background-size: 6rem auto;
    font-size: 0.34rem;
  }
  .feature-salons-title-small span {
    padding: 0 0.4rem;
    background: url(../img/feature/icon_title_left.png) no-repeat center left, url(../img/feature/icon_title_right.png) no-repeat center right;
    background-size: 0.15rem auto;
  }

  .feature-title-add {
    font-size: 0.28rem;
    text-align: center;
    color: #5baadc;
  }

  .feature-salons-item {
    padding: 0.3rem 0.4rem 0.45rem;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .feature-salons-item .salons-item-number {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 0.75rem;
    height: 0.75rem;
    top: 0;
    left: 0;
  }
  .feature-salons-item .salons-item-number .text {
    display: none;
  }
  .feature-salons-item .salons-item-number .number {
    font-size: 0.34rem;
  }
  .feature-salons-item .salons-item-photo {
    margin-bottom: 0.25rem;
  }
  .feature-salons-item .salons-item-desc {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }

  .feature-detail {
    border: 0px solid #eee;
	  border-radius: 3px;
	  background: #FFF;
	  padding: 0.2rem 0rem 0.1rem;
	  margin-top: 0.2rem;
  }
  .feature-detail .feature-detail-photo {
    margin-bottom: 0.3rem;
  }
  .feature-detail .feature-detail-photo img {
    width: 100%;
    height: auto;
  }

  .feature-detail-list {
    padding: 0 0.2rem;
  }
  .feature-detail-list li {
    width: 100%;
    margin: 0 0 0.35rem;
    position: relative;
  }
  .feature-detail-list li::before {
    width: 100%;
    height: calc(100% - 0.65rem);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .feature-detail-list li.is-box-big {
    width: 100%;
  }
  .feature-detail-list li.is-box {
    width: 100%;
    padding-bottom: 0.1rem;
  }
  .feature-detail-list .feature-detail-product img {
    width: 100%;
    height: auto;
  }
  .feature-detail-list .feature-detail-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0rem;
    position: relative;
    font-size: 0.24rem;
  }
  .feature-detail-list .feature-detail-title::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 0.45rem 0.35rem;
    border-color: transparent transparent #dceef9 transparent;

    position: absolute;
    transform: rotate(35deg);
    top: -0.02rem;
    left: 0.15rem;
  }
  .feature-detail-list .feature-detail-title span {
    margin-right: 0.1rem;
    padding-top: 0.1rem;
    position: relative;
    font-size: 0.38rem;
  }
  .feature-detail-list .feature-detail-box {
    padding: 0 0px 0.15rem 0;
  }
  .feature-detail-list .feature-detail-box .feature-detail-text {
	  font-size: 0.26rem;
	  padding: 0.15rem 10px 0.1rem;
	  line-height: 0.38rem;
  }

  .feature-supplement {
    padding: 0;
  }
.feature-benefits , .feature-voice , .feature-introduction , .feature-before .block-list , .feature-consumables .block-list , .feature-supplement .block-list , .feature-faq .block-list {
    border: 0px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0rem 0;
    margin: 0.45rem 0;
  }
	
	
	
  .feature-supplement .feature-supplement-title {
    margin: 0 0.15rem;
    font-size: 0.24rem;
  }
  .feature-supplement .feature-supplement-title::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 0.45rem 0.35rem;
    border-color: transparent transparent #dceef9 transparent;
    position: absolute;
    top: 0;
    left: -0.1rem;
  }
  .feature-supplement .feature-supplement-title span {
    display: block;
    padding: 0.15rem 0;
    border-bottom: 0.02rem dashed #cccccc;
    position: relative;
  }
  .feature-supplement .feature-supplement-info {
    padding: 0.15rem;
  }
  .feature-supplement .supplement-info-title {
    padding-bottom: 0.2rem;
    font-size: 0.28rem;
    letter-spacing: 0;
  }
  .feature-supplement .supplement-info-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
  }
  .feature-supplement .supplement-info-left {
    width: 100%;
  }
  .feature-supplement .supplement-info-left .supplement-info-text {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 0.3rem;
    line-height: 0.28rem;
  }
  .feature-supplement .supplement-info-left .supplement-info-text img {
    width: 2.4rem;
    max-height: 3.2rem;
    margin-left: 0.2rem;
  }
  .feature-supplement .supplement-info-left dl {
    margin-bottom: 0.25rem;
  }
  .feature-supplement .supplement-info-left dl dt {
    display: inline;
    position: relative;
  }
  .feature-supplement .supplement-info-left dl dt::before {
    width: 1.8rem;
  }
  .feature-supplement .supplement-info-left dl dt span {
    display: inline-block;
    position: relative;
    padding: 0.15rem 0.15rem;
    background: #fef8dc;
    font-size: 0.24rem;
    color: #000;
    letter-spacing: 0;
    word-break: break-all;
  }
  .feature-supplement .supplement-info-left dl dd {
    padding: 0.15rem 0 0.05rem 0.15rem;
  }
  .feature-supplement .feature-supplement-right {
    display: none;
  }

  .feature-supplement-table {
    padding: 0.5rem 0 0.55rem;
  }
  .feature-supplement-table .supplement-table-title {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .feature-supplement-table .supplement-table-main {
    display: -webkit-flex;
    display: flex;
  }
  .feature-supplement-table .supplement-table-main table th {
    width: 2.3rem;
    padding: 0.15rem 0.1rem;
    font-size: 0.18rem;
    font-weight: bold;
  }
  .feature-supplement-table .supplement-table-main table td {
    padding: 0.15rem 0.1rem;
    font-size: 0.18rem;
  }

  .feature-video {
    width: 100%;
    padding-bottom: 0.45rem;
    margin: auto;
  }
  .feature-video img {
    width: 100%;
    height: auto;
  }

/*  .feature-introduction {
    border: 0px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0rem 0.1rem;
    border-bottom: none;
    margin-top: 0.45rem;
  }*/
  .feature-introduction .feature-introduction-box {
    padding: 0.1rem 0 0.4rem;
  }
  .feature-introduction .introduction-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
    position: relative;
    font-size: 0.28rem;
  }
  .feature-introduction .introduction-title .title-number {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.1rem 0 0;
    margin-right: 0.15rem;
    position: relative;
    top: inherit;
    left: inherit;
    background: url(../img/feature/icon_star.png) no-repeat center top;
    background-size: 100% 100%;
    font-size: 0.18rem;
    letter-spacing: -0.01rem;
  }
  .feature-introduction .introduction-title .title-number span {
    font-size: 0.34rem;
  }
  .feature-introduction .introduction-text {
	  display: -webkit-flex;
	  display: block;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
	  padding: 0.1rem 0.1rem 0;
	  line-height: 0.35rem;
	  font-size: 0.25rem;
	  margin: 0 0 10px 0;
  }
  .feature-introduction .introduction-text .thumb {
      -webkit-order: 2;
	  order: unset;
	  float: none;
	  width: auto;
	  max-height: fit-content;
	  margin-left: 0.2rem;
	  margin: 5px auto;
  }
	
  .feature-introduction .introduction-text p {
    -webkit-order: 1;
    order: 1;
    flex: 1 0 0;
  }

/*  .feature-benefits {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0.25rem;
    margin-bottom: 0.45rem;
    border-top: none;
  }*/
  .feature-benefits .feature-benefits-title {
    padding: 0 0 0.4rem;
    font-size: 0.28rem;
  }
  .feature-benefits .feature-benefits-title span {
    position: relative;
  }
  .feature-benefits .feature-benefits-title span::before, .feature-benefits .feature-benefits-title span::after {
    width: 0.3rem;
    height: 0.02rem;
    background: #5baadc;
    position: absolute;
    content: "";
    top: 0.2rem;
  }
  .feature-benefits .feature-benefits-title span::before {
    left: -0.5rem;
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  .feature-benefits .feature-benefits-title span::after {
    right: -0.5rem;
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  .feature-benefits .feature-benefits-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.2rem;
  }
  .feature-benefits .feature-benefits-list li {
    width: 100%;
    margin: 0.25rem 0;
  }
  .feature-benefits .feature-benefits-list .benefits-title {
    padding-bottom: 0.3rem;
    margin: 0 0.1rem 0.2rem 0;
    background: url(../img/feature/sp/line.png) repeat-x bottom left;
    font-size: 0.24rem;
  }
  .feature-benefits .feature-benefits-list .benefits-title::before {
    bottom: -0.1rem;
    right: -0.25rem;
  }
  .feature-benefits .feature-benefits-list .benefits-text {
    font-size: 0.2rem;
    line-height: 0.28rem;
    text-align: justify;
  }

  .feature-before {
    padding: 0;
  }
/*  .feature-before .block-list {
    border: 0px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0rem 0;
    margin-bottom: 0.45rem;
  }*/
  .feature-before .feature-before-note {
    padding: 0.1rem 0 0.25rem;
    font-size: 0.24rem;
    letter-spacing: 0;
  }
  .feature-before .feature-before-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0.4rem;
    padding: 0;
    background: url(../img/feature/sp/icon_arrow.png) no-repeat center center;
    background-size: 0.9rem auto;
  }
  .feature-before .feature-before-list li {
    width: 100%;
    padding: 0.2rem;
  }
  .feature-before .feature-before-list li:last-child {
    margin-top: 1.5rem;
  }
  .feature-before .feature-before-list .before-list-title {
    font-size: 0.45rem;
  }
  .feature-before .feature-before-list .before-list-title span {
    padding: 0px 0.4rem 0.1rem;
    display: inline-block;
    background: url(../img/feature/icon_before.png) no-repeat right top;
    background-size: 0.26rem auto;
  }
  .feature-before .feature-before-list .before-list-title.is-color {
    color: #fd686c;
  }
  .feature-before .feature-before-list .before-list-title.is-color span {
    background: url(../img/feature/icon_after.png) no-repeat right top;
    background-size: 0.3rem auto;
  }
  .feature-before .feature-before-list .before-list-text {
    line-height: 0.3rem;
    font-size: 0.2rem;
  }
  .feature-before .feature-before-list .before-list-photo {
    margin-bottom: 0.15rem;
  }

  .feature-consumables {
    padding: 0;
    margin-bottom: 0.45rem;
  }
/*  .feature-consumables .block-list {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0;
    margin: 0.45rem 0;
  }*/
  .feature-consumables .consumables-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.1rem 0 0.3rem;
  }
  .feature-consumables .consumables-list li {
    /*width: 2.96rem;*/
	width: 100%;
    margin: 0.2rem 0;
    padding: 0.2rem;
  }
.feature-consumables .consumables-list .consumables-list-photo img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
  .feature-consumables .consumables-list .consumables-list-title {
    padding: 0.1rem 0 0.15rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .feature-consumables .consumables-list .consumables-list-text {
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .feature-consumables .consumables-list .consumables-list-btn {
    margin: 0 0 0.1rem;
  }
  .feature-consumables .consumables-list .consumables-list-btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.1rem;
    font-size: 0.24rem;
  }
  .feature-consumables .consumables-list .consumables-list-btn a img {
    width: 0.24rem;
    height: auto;
    margin-right: 0.1rem;
  }

  /*.feature-voice {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0;
    margin-bottom: 0.45rem;
  }*/
  .feature-voice .voice-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0rem 0.4rem;
  }
  .feature-voice .voice-list li {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.05rem;
  }
  .feature-voice .voice-list li:nth-child(even) {
    margin-left: 0;
  }
  .feature-voice .voice-list .voice-list-title {
    width: 5.9rem;
  }
  .feature-voice .voice-list .voice-list-title span {
    float: right;
    position: relative;
    bottom: -0.7rem;
    font-size: 0.2rem;
  }
  .feature-voice .voice-list .voice-list-title img {
    float: left;
    width: 1.1rem;
    height: auto;
    margin: 0 0 0 0.2rem;
    position: relative;
    bottom: -0.35rem;
    z-index: 1;
  }
  .feature-voice .voice-list .voice-list-text {
    width: auto;
    padding: 0.4rem 0.15rem 0.15rem;
    margin-left: 0;
    position: relative;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .feature-voice .voice-list .voice-list-text::before {
    display: none;
  }

  .feature-faq {
    padding: 0;
    margin-bottom: 0.6rem;
  }
/*  .feature-faq .block-list {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0.4rem;
  }*/
  .feature-faq .feature-title-blue {
    margin-bottom: 0.35rem;
  }
  .feature-faq .feature-btn {
    margin-top: 0.4rem;
  }
  .feature-faq .feature-faq-list {
    margin: 0.03rem 0 0;
  }
  .feature-faq .feature-faq-title {
    padding: 0.2rem 0.75rem 0.2rem 0.7rem;
    position: relative;
    background: #f9f9f9;
    font-size: 0.2rem;
    cursor: pointer;
  }
  .feature-faq .feature-faq-title::before {
    width: 0.35rem;
    height: 0.35rem;
    margin-top: -0.175rem;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    background: url(../img/feature/icon_down.png) no-repeat center center;
    background-size: 0.35rem auto;
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .feature-faq .feature-faq-title.active::before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .feature-faq .feature-faq-title span {
    margin-right: 0.25rem;
    position: absolute;
    left: 0.2rem;
    font-size: 0.36rem;
  }
  .feature-faq .feature-faq-text {
    padding: 0.2rem 0.25rem 0.2rem 0.7rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .feature-faq .feature-faq-text span {
    margin-right: 0.25rem;
    position: absolute;
    top: 50%;
    left: 0.2rem;
    font-size: 0.36rem;
  }
}


.detail-main a {
	color: #0f69bb;
}

.detail-item .detail-item-text2 {
    margin: 0 15px;
}
.l-term {
	margin-top: 0;
}
.l-term .box-term-conditions {
    height: 300px;
}

.feature-point-list .feature-point-box .point-text span.sspt {
	font-size: 0.5em;
	color:#000;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
.detail-item .detail-item-text2 {
    margin: 0 auto;
	padding-bottom: 0.1rem;
	display: block;
}
.detail-item .detail-item-text2 p {
	line-height: 0.40rem;
}
	
.feature-point-list .feature-point-box .point-text span {
  font-size: 0.32rem;
	line-height: 0.50rem;
}

	
/*.l-term {
	margin-top: 0;
}*/
.l-term .box-term-conditions {
    height: 180px;
}
	

}




/*カート非表示エリアssk用*/
div.changed {
	border:1px solid #ccc; -webkit-border-radius:4px;  -mozborder-radius:4px; border-radius: 4px;background: #9d9d9db5;padding: 20px;z-index: 2;width: 1040px;height: 450px;position: absolute;top:995px;left: 20px;
}

@media only screen and (max-width: 767px) {
div.changed {
	padding: 20px;
	width: 100%;
	height: 1280px;
	top:980px;
	left: 0px;
}

}
@media only screen and (max-width: 640px) {
div.changed {
	padding: 20px;
	width: 100%;
	height: 1870px;
	top:1350px;
	left: 0px;
}
}
@media only screen and (max-width: 420px) {
div.changed {
	padding: 20px;
	width: 100%;
	height: 1430px;
	top:1050px;
	left: 0px;
}
}
@media only screen and (max-width: 380px) {
div.changed {
	padding: 20px;
	width: 100%;
	height: 1290px;
	top:970px;
	left: 0px;
}
}
@media only screen and (max-width: 360px) {
div.changed {
	padding: 20px;
	width: 100%;
	height: 1250px;
	top:950px;
	left: 0px;
}
}
@media only screen and (max-width: 320px) {
div.changed {
	padding: 20px;
	width: 100%;
	height: 1110px;
	top:870px;
	left: 0px;
}
}

@media only screen and (max-width: 280px) {
div.changed {
	padding: 20px;
	width: 100%;
	height: 1010px;
	top:840px;
	left: 0px;
}
}

/*カート非表示エリアmisireltolotion用*/
div.changed02 {
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-mozborder-radius:4px;
	border-radius: 4px;
	background: #9d9d9db5;
	padding: 20px;
	z-index: 2;
	width: 1040px;
	height: 80px;
	position: absolute;
	top:860px;
	left: 20px;
}

@media only screen and (max-width: 767px) {
div.changed02 {
	padding: 20px;
	width: 100%;
	height: 680px;
	top:2050px;
	left: 0px;
}

}
@media only screen and (max-width: 680px) {
div.changed02 {
	padding: 20px;
	width: 100%;
	height: 630px;
	top:1860px;
	left: 0px;
}
}
@media only screen and (max-width: 550px) {
div.changed02 {
	padding: 20px;
	width: 100%;
	height: 500px;
    top: 1530px;
	left: 0px;
}
}
@media only screen and (max-width: 430px) {
div.changed02 {
	padding: 20px;
	width: 100%;
	height: 500px;
	top:1090px;
	left: 0px;
}
}
@media only screen and (max-width: 360px) {
div.changed02 {
	padding: 20px;
	width: 100%;
	height: 320px;
	top:1060px;
	left: 0px;
}
}
@media only screen and (max-width: 320px) {
div.changed02 {
	padding: 20px;
	width: 100%;
	height: 300px;
	top:950px;
	left: 0px;
}
}

@media only screen and (max-width: 280px) {
div.changed02 {
	padding: 20px;
	width: 100%;
	height: 200px;
	top:860px;
	left: 0px;
}
}


/*カート非表示エリアhydrosprash用*/
div.changed03 {
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-mozborder-radius:4px;
	border-radius: 4px;
	background: #9d9d9db5;
	padding: 20px;
	z-index: 2;
	width: 1040px;
	height: 80px;
	position: absolute;
	top:930px;
	left: 20px;
}

@media only screen and (max-width: 767px) {
div.changed03 {
	padding: 20px;
	width: 100%;
	height: 540px;
	top:1630px;
	left: 0px;
}

}
@media only screen and (max-width: 640px) {
div.changed03 {
	padding: 20px;
	width: 100%;
	height: 440px;
	top:1800px;
	left: 0px;
}
}
@media only screen and (max-width: 420px) {
div.changed03 {
	padding: 20px;
	width: 100%;
	height: 300px;
	top:1320px;
	left: 0px;
}
}
@media only screen and (max-width: 380px) {
div.changed03 {
	padding: 20px;
	width: 100%;
	height: 270px;
	top:1240px;
	left: 0px;
}
}
@media only screen and (max-width: 360px) {
div.changed03 {
	padding: 20px;
	width: 100%;
	height: 260px;
	top:1200px;
	left: 0px;
}
}
@media only screen and (max-width: 320px) {
div.changed03 {
	padding: 20px;
	width: 100%;
	height: 230px;
	top:1070px;
	left: 0px;
}
}

@media only screen and (max-width: 280px) {
div.changed03 {
	padding: 20px;
	width: 100%;
	height: 200px;
	top:860px;
	left: 0px;
}
}


/*カート非表示エリアスピケア用*/
div.changed04 {
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-mozborder-radius:4px;
	border-radius: 4px;
	background: #9d9d9db5;
	padding: 20px;
	z-index: 2;
	width: 1040px;
	height: 80px;
	position: absolute;
	top:910px;
	left: 20px;
}

@media only screen and (max-width: 767px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 540px;
	top:2240px;
	left: 0px;
}

}
@media only screen and (max-width: 640px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 440px;
	top:1870px;
	left: 0px;
}
}
@media only screen and (max-width: 530px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 440px;
	top:1530px;
	left: 0px;
}
}
@media only screen and (max-width: 420px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 330px;
	top:1250px;
	left: 0px;
}
}
@media only screen and (max-width: 380px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 270px;
	top:1200px;
	left: 0px;
}
}
@media only screen and (max-width: 360px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 340px;
	top:1060px;
	left: 0px;
}
}
@media only screen and (max-width: 320px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 280px;
	top:980px;
	left: 0px;
}
}

@media only screen and (max-width: 280px) {
div.changed04 {
	padding: 20px;
	width: 100%;
	height: 200px;
	top:850px;
	left: 0px;
}
}

/*セルールボーテ
----------------------------------------------------------------*/
#detailarea.cellule p {
	color: #f33;
	font-size: 21px;
	font-weight: bold;
	margin: 8px 0;
	text-align: center;
}

#detailarea.cellule dl {
	box-shadow: 0 0 3px#e3e9ff;
	border-radius: 8px;
	box-sizing: border-box;
	float: left;
	margin: 0 2% 32px;
	overflow: hidden;
	width: 46%;
	padding: 0;
}

#detailarea.cellule dt {
	color: #002580;
	font-size: 15px;
	font-weight: bold;
	margin: 8px;
	text-align: center;
}

#detailarea.cellule dd {
	background: #e3e9ff;
	box-sizing: border-box;
	padding: 8px;
    margin: 0;
}

#detailarea.cellule dd span {
	display: block;
	color: #f33;
	text-align: right;
}

#detailarea.cellule dl figure ,  .cellule dl dt img {
	margin: 0 auto;
	width: 60%;
}

#detailarea.cellule dt.cbhalf {
	width: 45%;
	display: inline-block;
}


#detailarea.cellule label {font-size: 30px;}


@media only screen and (max-width: 767px) {
	
#detailarea.cellule {
    margin: 10px 0px 0 0px;
    padding: 0px 0px 30px;
}
#detailarea.cellule p {
    font-size: 14px;
    margin: 20px 0;
}
#detailarea.cellule dl {
    float: none;
    margin: 15px 2% auto;
    width: auto;
}
#detailarea.cellule dt {
    font-size: 14px;
}
#detailarea.cellule dd {
    margin: 0;
}
#detailarea.cellule img {
    width: 85%;
    max-width: 250px;
}

#detailarea.cellule label {font-size: 18px;}
	
}




/*ハイドロスプラッシュ
----------------------------------------------------------------*/
.hydroslide {
	width: 100%;
	overflow: hidden;
}
.hydrocolor {
    position: relative;
    display: flex;
    width: 100vw;
    /*overflow: hidden;*/
}
    .hydrocolor ul {
		padding: 0;
        /*width: 100vw;*/
		width: auto;
        display: flex;
        flex-shrink: 0;
}
        .hydrocolor ul:first-child {
            animation: slide1 30s -15s linear infinite;
        }
        .hydrocolor ul:last-child {
            animation: slide2 30s linear infinite;
        }
        .hydrocolor li {
            display: inline-block;
            width: 100%;
            min-width: 65px;
            margin-right: 20px;
            list-style: none;
            text-align: center;
		}
         .hydrocolor li img {
                display: block;
                width: 100%;
                height: auto;
            }
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}



/*ユッキー60th
----------------------------------------------------------------*/
.yuckey01 {
	    animation: yuckey01 3s infinite ease-in-out .5s alternate;
    background: url(../../../../user_data/bewave/style/yuckey202111_05.png) no-repeat center center / 80% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 155px;
    height: 280px;
    margin-top: 5px;
    top: 60px;
    left: 60px;
    position: absolute;
}
@keyframes yuckey01{
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}

.yuckey02 {
	animation: yuckey02 2s infinite ease-in-out .5s alternate;
background: url(../../../../user_data/bewave/style/yuckey202111_03.png) no-repeat center top / 100% auto;
display: inline-block;
transition: 1.5s ease-in-out;
width: 230px;
height: 260px;
margin-top: 5px;
top: 760px;
left: 830px;
position: absolute;
}
@keyframes yuckey02 {
  0% {
    transform:translate(0, 0) rotate(-8deg);
  }
  50% {
    transform:translate(0, -8px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(8deg);
  }
}



@media only screen and (max-width: 767px) {

.yuckey01 {
    width: 80px;
height: 165px;
top: 166px;
left: 6px;
}	
.yuckey02 {
        width: 100px;
    height: 110px;
    right: 0px;
    left: 75%;
    top: 87%;
}
		
	
}

/*横並び2ブロック→SP縦並び
----------------------------------------------------------------*/

.blockarea2 {
	display: inline-flex;
}
.blockarea2 div {
	width: 50%;
	margin: 0px auto 10px auto;
}


@media only screen and (max-width: 767px) {
.blockarea2 {
  display: block;
}
.blockarea2 div {
	width: auto;
}

	
	
}

/*講習フロー用
----------------------------------------------------------------*/
.flow_design05 {display: flex;justify-content: center;align-items: center;}
.flow05 {padding-left: 0;}
.flow05 > li {list-style-type: none;position: relative;padding-left: 50px;}
.flow05 > li:not(:last-child) {padding-bottom: 10px;}
.flow05 > li .icon05 {width: 2em;height: 2em;line-height: 2em;text-align: center;border-radius: 100vh;display: inline-block;background: #4D9BC1;color: #fff;position: absolute;left: 0;}
.flow05 > li:not(:last-child)::before {content: '';background: #c3c3c3;width: 4px;height: 100%;position: absolute;top: calc(50% - -30px);left: 19px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.flow05 > li dl dt {font-size: 1.3em;font-weight: 600;color: #4D9BC1;}
.flow05 > li dl dd {margin-left: 0;}
.alert { display: flex; align-items: center; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 0 5px #999; border: 1px solid transparent; border-radius: 0.25rem; color: #333; gap: 0.5rem; line-height: 1.5; }
.alert i { font-size: 1.3rem; }
.alert>a { cursor: pointer; color: #D4D4D4; margin-left: auto; }
.hide-box { opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 1s; }
.alert-success { border-left: 5px solid #5CBD9D; }
.alert-error { border-left: 5px solid #E74C3C; }
.alert-warning { border-left: 5px solid #F29C33; }
.alert-info { border-left: 5px solid #3998DB; }
.fa-check-circle { color: #5CBD9D; }
.fa-times-circle { color: #E74C3C; }
.fa-exclamation-triangle { color: #F29C33; }
.fa-exclamation-circle { color: #3998DB; }
.flow05 dd span{background: #ffbb1e;}







/* youtubeサムネイル用
----------------------------------------------- */
.ytarea {
  width: 100%;
  padding: 0px;
  border: 0px solid #333;
  text-align: center;
}
.ytm , .ytm80 , .ytm50 {
  display: inline-block;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
	width: auto;
}
.ytm80 {
	width: 80%;
}
.ytm50 {
	width: 50%;
}
.ytm_v {
	position: absolute;
	z-index: 2;
}
.ytm_t {
	position: relative;
	z-index: 1;
}



/*.ytm , .ytm80 , .ytm50 {
  display: block;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}*/

.ytm_v01 {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  width: 20%;
  max-width: 150px;
  margin: auto;
  bottom: 0;
}

.ytm_v02 {
  position: absolute;
  z-index: 6;
  bottom: 10%;
  width: 35%;
}

.ytm .ytm_v {
  position: absolute;
  z-index: 5;
  width: initial;
  min-width: 1200px;
  float: none;
  margin: 0;
  left: 0;
  border: 0;
  top: 0;
}

.ytm img , .ytm80 img , .ytm50 img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
	
.ytm , .ytm80 , .ytm50 , .feature-video .ytm {
	width: auto;
}
.feature-video .ytm_v01 {
  width: 20%;
  max-width: 150px;
}
.feature-video .ytm_v02 {
  bottom: 10%;
  width: 35%;
}
	
}

/*----------------------------------------------- */


/*ハイトキ7gf
----------------------------------------------------------------*/
.sgfset {
	margin: 8px auto;
}
.sgfset  div {
	width: 40%;
	max-width: 200px;
	min-height: 120px;
	/*max-height: 200px;*/
	float: left;
	margin: 0px 8px;
	border: 1px solid #66708C;
}
.sgfset  div .wimg {
	/*width:95%;*/
	margin:0px auto;
}
.sgfset  div .himg {
	/*height:95%;*/
	max-height:200px;
	margin:0px auto;
}
.sgfset  p b {
	font-size:larger;
	font-weight:bold;
	color:#03589F;
}
.sgfset p {
	text-align:left;
}
.sgfset .wred {
	font-size: larger;
	background-color: red;
	color: white;
	padding: 0px 10px;
}

@media only screen and (max-width: 767px) {
.sgfset {
	/*margin: 8px auto;*/
}
.sgfset  div {
    width: 80%;
    max-width: 280px;
    min-height: 160px;
    /*max-height: 280px;*/
     float: none; 
    margin: 5px auto;
    /*border: 1px solid #66708C;*/
}
.sgfset  div .wimg {
	/*width:95%;*/
	/*margin:0px auto;*/
}
.sgfset  div .himg {
	width:auto;
	height:95%;
	max-height:270px;
	margin:5px auto;
}
.sgfset  p b {
	/*font-size:larger;
	font-weight:bold;
	color:#03589F;*/
}
.sgfset p {
	/*text-align:left;*/
}
.sgfset .wred {
	font-size: larger;
	background-color: red;
	color: white;
	padding: 0px 10px;
}
	
}


/*五行5sトリートメント
----------------------------------------------------------------*/
.fivetxt div {
	width:24%;
	float:left;
	padding:3px;
}
.fivetxt h3 {
    border-left: 0px solid #faa;
	 color:#009484;
    font-size: 18px;
	 font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}


@media only screen and (max-width: 767px) {
.fivetxt div {
	width: 80%;
    margin: 0 auto;
    float: none;
}
.fivetxt div img {
	max-width: 300px;
    width: 80%;
    margin: 5px auto;
}
.fivetxt h3 {
    /*border-left: 0px solid #faa;*/
	/* color:#009484;*/
    font-size: 16px;
	/* font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;*/
}
}


/*3個横並び
----------------------------------------------------------------*/
.fivetxt3{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fivetxt3 div {
	width:32%;
	padding:3px;
}
.fivetxt3 h3 {
    border-left: 0px solid #faa;
	 color:#009484;
    font-size: 18px;
	 font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}

@media only screen and (max-width: 767px) {
	
.fivetxt3 div {
	width:90%;
	/*float:left;
	padding:3px;*/
	margin:0 auto;
}
.fivetxt3 div img {
	width: 100%;
	max-width:300px;
}
.fivetxt3 h3 {
    /*border-left: 0px solid #faa;*/
	 /*color:#009484;*/
    font-size: 16px;
	 /*font-weight:bold;*/
    /*line-height: 1;*/
    /*margin: 0 0 0px;*/
    /*padding: 3px 0 0 0px;*/
}
}


/*商品説明text用CSS
----------------------------------------------------------------*/
.exp1 h1{
  font-weight: bold;
    font-size: 1.3em;
}


/*トップサブバナー
----------------------------------------------------------------*/

#topBannerArea1 {
	background-color: var(--color-background-pink);
	padding: clamp(1.25rem, -0.625rem + 5vw, 2.5rem) 0;
}
#topBannerArea3{
	padding: clamp(1.25rem, -0.625rem + 5vw, 2.5rem) 0;
}

#topBannerArea1 ul,
#topBannerArea3 ul{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: var(--screen-pd-lr);
}

#topBannerArea1 li,
#topBannerArea3 li{
	list-style: none;
}

#topBannerArea1 a,
#topBannerArea3 a{
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

#topBannerArea1 picture,
#topBannerArea1 img,
#topBannerArea3 picture,
#topBannerArea3 img{
	display: block;
	width: 100%;
	height: 100%;
}

#topBannerArea1 img,
#topBannerArea3 img{
	object-fit: cover;
}

/* タブレットなど */
@media screen and (max-width: 960px) {
	#topBannerArea1 ul,#topBannerArea3 ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* スマホ：2個ずつで3列 */
@media screen and (max-width: 600px) {
	#topBannerArea1 ul,#topBannerArea3 ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

#topBannerArea1 a,
#topBannerArea1 a:visited,
#topBannerArea1 a:link,
#topBannerArea3 a,
#topBannerArea3 a:visited,
#topBannerArea3 a:link{
	all: unset;
	display: block;
	cursor: pointer;
}

#topBannerArea1 a
#topBannerArea3 a {
	pointer-events: auto;
}

#topBannerArea3 ul{
	max-width:calc(1200px + var(--screen-pd-lr) * 2);
	margin:0 auto;
	padding:clamp(1.25rem,0.313rem + 2.5vw,1.875rem) var(--screen-pd-lr);
}

#campaignArea {
		margin-bottom: 0 !important;
	}

.snsArea {
	background-color:transparent;
	/*padding: clamp(1.25rem, -0.625rem + 5vw, 2.5rem) 0;*/
	padding: 0;
	& p {
		border: 2px dashed var(--color-border2);
		text-align: center;
		padding: var(--screen-pd-lr);
	}
	& .snsList {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 var(--screen-pd-lr);
		/*margin-top: clamp(1.25rem, -0.625rem + 5vw, 2.5rem);*/
		margin-top:0;
		& li {
			& a {
				display: block;
				width: clamp(2.25rem, 1.875rem + 1vw, 2.5rem);
				height: clamp(2.25rem, 1.875rem + 1vw, 2.5rem);
				border-radius: 50%;
				background: no-repeat center center;
				background-size: contain;
			}
			&.instagram a {background-image: url(../images/icon/icon_instagram.svg);}
			&.facebook a {background-image: url(../images/icon/icon_facebook.svg);}
			&.youtube a {background-image: url(../images/icon/icon_youtube.svg);}
			&.line a {background-image: url(../images/icon/icon_line.svg);}
		}
	}
}

.snsArea .snsList a,
.snsArea .snsList a:hover,
.snsArea .snsList a:visited,
.snsArea .snsList a:link {
	text-decoration: none !important;
	border-bottom: none !important;
}

/*セミナートップページ
----------------------------------------------------------------*/

#rankingIncludeArea:not(:first-of-type) {
			margin: clamp(3.75rem, 0.000rem + 10vw, 3.75rem) 0;
		}

#SeminarTop #rankingIncludeArea {
	padding: 0;
	margin: 2em 0 0 ;
}
#SeminarTop #rankingIncludeArea h2{
	display: none;
}

#SeminarTop #rankingIncludeArea .itemBlock a .imgWrap img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

#recommendIncludeArea1 .itemBlock a .imgWrap img,
#recommendIncludeArea2 .itemBlock a .imgWrap img,
#recommendIncludeArea3 .itemBlock a .imgWrap img,
#recommendIncludeArea4 .itemBlock a .imgWrap img,
#recommendIncludeArea5 .itemBlock a .imgWrap img,
#newArrivalIncludeArea .itemBlock a .imgWrap img,
#browsingGoods .itemBlock a .imgWrap img{
	background-color: #F9F9F9;
}

#SeminarTop #rankingIncludeArea .rankingItems li::before {
	display: none;
}

#SeminarTop #recommendIncludeArea1 {
	background-color: var(--color-background-pink);
	padding: clamp(1.25rem, -0.625rem + 5vw, 2.5rem) 0;
	margin: 0;
}

/* =====================================
   Googleカレンダー
   ===================================== */

#include4{
  /*background-color: var(--color-background-gray);*/
}

.calendar h2 {
  margin: 3em 0 1em;
  font-size: 1.5em;
  text-align: center;
}

.calendar-wrap {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  background: #f7f9fc;
  border-radius: 16px;
  /*box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);*/
}

.calendar-wrap iframe {
  width: 100%;
  height: 300px; /* スマホ */
  border-radius: 12px;
}

@media (min-width: 768px) {
  .calendar-wrap iframe {
    height: 600px; 
  }
}


/* =====================================
   マイページ内ブランド一覧
   ===================================== */
#brandList table.brandList , #brandList th, #brandList td {
    border-collapse: collapse;
    text-align: left;
}
#brandList table.brandList, #brandList tr {
	display: flex;
}
#brandList tr {
	float: left;
}

.brandListCol {
	border: 1px solid #7e7e7e;
	display: inline-flex;
	width: 200px;
	padding: 3px 5px;
	margin: 0 5px 5px 0px;
}
a.brandUrl {
	display: block;
	width: 100%;
    height: 100%;
}
a.brandUrl, a.brandUrl:visited, a.brandUrl:link {
    /*color: var(--color-text);*/
    /*transition: var(--transition);*/
    border-bottom: 0px dashed var(--color-border);
    /*text-decoration: none;*/
}






@media only screen and (max-width: 767px) {
.brandListCol {
	/*display: inline-flex;*/
	width: 180px;
	/*padding: 3px 5px;*/
	/*margin: 0 5px 5px 0px;*/
}
	
	
	
}

/* =====================================*/










