@charset "UTF-8";

.main339 {
  width: 100%;
}

.breadcrumb-content {
  padding: 5px 0;
}

.kome {
  margin-bottom: 20px;
  font-size: 11px;
  color: #333333;
}

.expired {
  color: red;
  text-align: center;
  font-weight: 500;
  background-color: #FAE0E0;
  padding: 10px;
}

.w100 {
  width: 100%;
}

.main339 {
  background-color: #eaf8fd;
  padding-bottom: 0;
}

.bigytxt {
  font-size: 22px;
  color: #fdff5d;
  letter-spacing: 0.09em;
}

.ctr {
  text-align: center;
}

.blu {
  background-color: #9593ca;
}

.ylw {
  background-color: #e1bb85;
}

.red {
  background-color: #e195a2;
}

.pink {
  color: #e15c87;
  font-weight: 600;
}

.atttxt {
  border: #f14569 1px solid;
  padding: 8px;
  color: #f14569;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.minitxt {
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 12px;
}

.base_water {
  background-image: url("../images/339/336_bg_002.png");
  background-repeat: repeat;
  background-color: #c1e1ec;
  background-size: 200px;
  margin: 0 !important;
  padding-bottom: 30px;
}

.base_pblu {
  background-image: url("../images/339/336_bg_002.png");
  background-repeat: repeat;
  background-color: #dfebee;
  background-size: 200px;
  padding-top: 30px;
}

a.btn_toprod {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 91%;
  margin: auto;
  padding: 8px 5px;
  font-weight: 500;
  border: 1px solid #676767;
  color: #676767;
  transition: 0.5s;
}

a.btn_toprod:hover {
  color: #fff;
  background: #676767;
}

.btn_style {
  width: 230px;
  height: 45px !important;
  background: #444;
  letter-spacing: 0.15em;
  border: 1px solid #444;
  box-sizing: border-box;
  transition: all .3s 0s ease-in-out;
  text-align: center;
  font-size: 15px;
}

.btn_style.mini {
  width: 100%;
  height: 45px;
}

.btn_style.mini>a,
.btn_style.mini>span {
  font-size: 15px;
}

.btn_style.mini>a span,
.btn_style.mini>span span {
  padding-left: 35px;
}

.btn_style.off {
  background: #ccc;
  border: 1px solid #ccc;
}

.btn_style:not(.btn_style.off):hover {
  background: #fff;
}

.btn_style:not(.btn_style.off):hover>a,
.btn_style:not(.btn_style.off):hover>span {
  color: #444;
}

.btn_style>a,
.btn_style>span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.btn_style>a span,
.btn_style>span span {
  position: relative;
  padding-left: 40px;
  text-align: center;
}

.btn_style>a span:before,
.btn_style>span span:before {
  display: block;
  content: '';
  width: 23px;
  height: 17px;
  background: url("../images/icon_cart.png") left top no-repeat;
  background-size: 23px 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.btn_style:not(.btn_style.off):hover>a span:before,
.btn_style:not(.btn_style.off):hover>span span:before {
  background: url("../images/icon_cart_b.png") left top no-repeat;
  background-size: 23px 17px;
}

@media (min-width: 768px) {
  .main339 {
    background-image: url("../images/339/339_bg_001.jpg");
    background-size: 100%;
    background-position: top center;
  }

  .base_water,
  .base_pblu {
    background-size: 400px;
  }

  .mvsec {
    position: relative;
    height: 900px;
    max-width: 3000px;
    margin: auto;
  }

  .mvsec .innerbox {
    position: relative;
    max-width: 1600px;
    margin: auto;
  }

  .mvsec .innerbox .main-img {
    position: absolute;
    width: 870px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mvsec .innerbox .main-img img {
    width: 100%;
  }

  .mvsec .innerbox .main-ttl {
    position: absolute;
    width: 410px;
    top: 110px;
    left: 68%;
    transform: translateX(-32%);
    -webkit-transform: translateX(-68%);
    -ms-transform: translateX(-68%);
  }

  .mvsec .innerbox .main-ttl img {
    width: 100%;
  }

  .mvsec .innerbox .limit {
    position: absolute;
    width: 140px;
    right: 130px;
    top: 70px;
  }

  .mvsec .innerbox .limit img {
    width: 100%;
  }

  .mvsec .innerbox .deco {
    position: absolute;
    width: 700px;
    left: 200px;
    top: 10px;
  }

  .mvsec .innerbox .deco img {
    width: 100%;
  }

  .mvsec .subttl {
    position: absolute;
    top: 740px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 800px;
    font-size: 17px;
    line-height: 2;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.15em;
  }

  .headline {
    text-align: center;
    padding-bottom: 80px;
  }

  .headline .dot {
    width: 120px;
    display: block;
    margin: 40px auto 60px;
  }

  .headline .character {
    width: 550px;
    display: block;
    margin: 20px auto;
  }

  .headline .character img {
    width: 550px;
  }

  .headline .ttl {
    font-size: 28px;
    margin: 30px 0 20px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: #28518a;
  }

  .headline .txt {
    font-size: 17px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .select-typesec {
    padding-bottom: 30px;
  }

  .select-typesec_inner {
    display: flex;
    justify-content: space-around;
  }

  .select-typesec_inner .pimg {
    width: 100%;
  }

  .select-typesec .item-cont {
    background-color: #ffffff;
    width: 31%;
    margin-top: -80px;
    border-radius: 10px;
    overflow: hidden;
  }

  .select-typesec .item-cont .specbox {
    width: 96%;
    margin-left: 2%;
  }

  .select-typesec .item-cont .specbox .pname {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .select-typesec .item-cont .specbox .limiticon {
    border: #04afa1 solid 1px;
    width: 100px;
    padding: 2px 3px;
    font-size: 13px;
    font-weight: 600;
    color: #04afa1;
    text-align: center;
    margin: 7px auto 10px;
    border-radius: 5px;
  }

  .select-typesec .item-cont .specbox .pricebox {
    display: flex;
    margin: auto;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
  }

  .select-typesec .item-cont .specbox .pricebox_normal {
    margin-right: 5px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.02em;
  }

  .select-typesec .item-cont .specbox .pricebox_special {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 32px;
    color: #f14569;
    letter-spacing: 0.01em;
  }

  .select-typesec .item-cont .specbox .pricebox_special:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f14569;
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .select-typesec .item-cont .specbox .pricebox .small {
    font-size: 13px;
  }

  .select-typesec .item-cont .btn_box {
    position: relative;
    height: 60px;
  }

  .select-typesec .item-cont_comp {
    width: 96%;
    margin-left: 2%;
    background-color: #f8f8f8;
    padding: 8px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .select-typesec .item-cont_comp p {
    font-size: 12px;
    line-height: 1.6;
  }

  .lotionsec {
    padding-bottom: 30px;
  }

  .lotionsec_inner {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    width: 1280px;
  }

  .lotionsec_inner .nm-icon {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
  }

  .lotionsec_inner .prottl {
    background-image: url("../images/339/339_bg_003.jpg");
    text-align: center;
    padding: 10px;
    border-radius: 20px;
  }

  .lotionsec_inner .prottl p {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0.15em;
    font-weight: 600;
    width: 100%;
  }

  .lotionsec_inner .mainbox {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    width: 90%;
    margin: 50px 80px;
  }

  .lotionsec_inner .mainbox .item-cont {
    width: 30%;
    padding-right: 5px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain {
    display: flex;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox {
    width: 64%;
    position: relative;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .lotionicon {
    color: #FFFFFF;
    padding: 5px 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 15px;
    border-radius: 5px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .proname {
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .spec {
    font-size: 15px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .option {
    border: #e15c87 2px solid;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    width: 180px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .ttl {
    position: absolute;
    top: 160px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .imgbox {
    width: 35%;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .imgbox img {
    width: 100%;
  }

  .lotionsec_inner .mainbox .item-cont .explanation {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .middleicon {
    width: 280px;
    margin: 30px auto;
  }

  .middleicon img {
    width: 100%;
  }

  .regularitem {
    padding-bottom: 30px;
    margin-bottom: 0 !important;
  }

  .regularitem_inner {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    width: 1280px;
    margin: auto;
  }

  .regularitem_inner .nm-icon {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
  }

  .regularitem_inner .prottl {
    background-image: url("../images/339/339_bg_003.jpg");
    text-align: center;
    padding: 10px;
    border-radius: 20px;
  }

  .regularitem_inner .prottl p {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0.15em;
    font-weight: 600;
    width: 100%;
  }

  .regularitem_inner .mainbox {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    width: 90%;
    margin: 50px 80px;
  }

  .regularitem_inner .mainbox .item-cont {
    width: 48%;
    padding-right: 5px;
  }

  .regularitem_inner .mainbox .item-cont .pmain {
    display: flex;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox {
    width: 70%;
    position: relative;
    margin-top: 20px;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox {
    display: flex;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .nsicon {
    width: 70px;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .nsicon img {
    width: 100%;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .pname {
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    line-height: 1.7;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .spec {
    font-size: 15px;
    font-weight: 400;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttl {
    margin-top: 30px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .explanation {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .regularitem_inner .mainbox .item-cont .pmain .imgbox {
    width: 28%;
  }

  .regularitem_inner .mainbox .item-cont .pmain .imgbox img {
    width: 100%;
  }

  .limiteditem {
    padding-bottom: 30px;
  }

  .limiteditem_inner {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    width: 1280px;
  }

  .limiteditem_inner .nm-icon {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
  }

  .limiteditem_inner .prottl {
    background-image: url("../images/339/339_bg_003.jpg");
    text-align: center;
    padding: 10px;
    border-radius: 20px;
  }

  .limiteditem_inner .prottl p {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0.15em;
    font-weight: 600;
    width: 100%;
  }

  .limiteditem_inner .firstbox {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    width: 90%;
    margin: 50px 80px;
  }

  .limiteditem_inner .firstbox .item-cont {
    width: 31%;
    padding: 0px 20px 0 5px;
  }

  .limiteditem_inner .firstbox .item-cont .pimg {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .limiteditem_inner .firstbox .item-cont .pimg img {
    width: 100%;
  }

  .limiteditem_inner .secondbox {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    width: 90%;
    margin: 50px 80px;
  }

  .limiteditem_inner .secondbox .item-cont {
    width: 45%;
    padding-right: 30px;
    padding-top: 20px;
  }

  .limiteditem_inner .secondbox .item-cont .pimg {
    width: 100%;
    margin: 15px 0;
  }

  .limiteditem_inner .secondbox .item-cont .pimg img {
    width: 96%;
    margin-left: 2%;
  }

  .limiteditem_inner .firstbox .nsicon,
  .limiteditem_inner .secondbox .nsicon {
    width: 60px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
  }

  .limiteditem_inner .firstbox .ttl,
  .limiteditem_inner .secondbox .ttl {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .limiteditem_inner .firstbox .pname,
  .limiteditem_inner .secondbox .pname {
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    line-height: 1.7;
    text-align: center;
  }

  .limiteditem_inner .firstbox .spec,
  .limiteditem_inner .secondbox .spec {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
  }

  .limiteditem_inner .firstbox .explanation,
  .limiteditem_inner .secondbox .explanation {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .hairset {
    padding-bottom: 60px;
  }

  .hairset_inner {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    width: 1000px;
    background-image: url("../images/339/339_bg_004.jpg");
    background-size: 100%;
    height: 720px;
  }

  .hairset_inner .ttlimg {
    position: absolute;
    top: 40px;
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .hairset_inner .ttlimg img {
    width: 100%;
  }

  .hairset_inner .subttl {
    position: absolute;
    top: 200px;
    width: 500px;
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    line-height: 1.8;
  }

  .hairset_inner .limit {
    position: absolute;
    width: 140px;
    right: 70px;
    top: 70px;
  }

  .hairset_inner .limit img {
    width: 100%;
  }

  .hairset_inner .cvbox {
    position: absolute;
    bottom: 40px;
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .hairset_inner .cvbox .pname {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: #A1A1A1 dotted 1px;
  }

  .hairset_inner .cvbox .pricebox {
    display: flex;
    margin: auto;
    width: 100%;
    margin-top: 0px;
    margin-left: 160px;
  }

  .hairset_inner .cvbox .pricebox_normal {
    margin-right: 5px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.02em;
  }

  .hairset_inner .cvbox .pricebox_special {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 32px;
    color: #f14569;
    letter-spacing: 0.01em;
  }

  .hairset_inner .cvbox .pricebox_special:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f14569;
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .hairset_inner .cvbox .pricebox .small {
    font-size: 13px;
  }

  .ctrpc {
    text-align: center;
  }

  .bigytxt {
    font-size: 29px;
    color: #fdff5d;
    letter-spacing: 0.15em;
  }

  .tline {
    border-top: #A1A1A1 dotted 1px;
    padding-top: 30px;
  }

  .rline {
    border-right: #A1A1A1 dotted 1px;
  }

  .pr25pc {
    padding-right: 28px !important;
  }

  .breadcrumb-content {
    padding: 10px 0;
  }

  .sponly {
    display: none !important;
  }

  .btn_wrap {
    width: 240px;
    box-sizing: border-box;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .btn_wrap2 {
    width: 240px;
    box-sizing: border-box;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .btn_wrap3 {
    width: 200px;
    right: 70px;
    top: 130px;
    box-sizing: border-box;
    position: absolute;
  }

  .btn_wrap_top {
    position: absolute;
    width: 180px;
    margin-top: 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 768.98px) {
  .mvsec {
    width: 100%;
  }

  .mvsec .innerbox .main-img,
  .mvsec .innerbox .limit,
  .mvsec .innerbox .deco {
    display: none;
  }

  .mvsec .innerbox .main-ttl {
    width: 100%;
  }

  .mvsec .innerbox .main-ttl img {
    width: 100%;
  }

  .mvsec .subttl {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.11em;
    margin: 0 25px;
  }

  .headline {
    text-align: center;
    padding-bottom: 80px;
  }

  .headline .dot {
    width: 20%;
    display: block;
    margin: 40px auto 10px;
  }

  .headline .character {
    width: 100%;
    display: block;
    margin: 20px auto;
  }

  .headline .character img {
    width: 50%;
  }

  .headline .ttl {
    font-size: 22px;
    margin: 30px 0 20px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: #28518a;
  }

  .headline .txt {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 0 25px;
    line-height: 1.8;
    text-align: left;
  }

  .mbm80sp {
    margin-bottom: -30px !important;
  }

  .mtm100sp {
    margin-top: -100px;
  }

  .select-typesec {
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .select-typesec_inner .pimg {
    width: 100%;
  }

  .select-typesec .item-cont {
    background-color: #ffffff;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .select-typesec .item-cont .specbox {
    width: 96%;
    margin-left: 2%;
  }

  .select-typesec .item-cont .specbox .pname {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .select-typesec .item-cont .specbox .limiticon {
    border: #04afa1 solid 1px;
    width: 100px;
    padding: 2px 3px;
    font-size: 12px;
    font-weight: 600;
    color: #04afa1;
    text-align: center;
    margin: 7px auto 10px;
    border-radius: 5px;
  }

  .select-typesec .item-cont .specbox .pricebox {
    display: flex;
    margin: auto;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
  }

  .select-typesec .item-cont .specbox .pricebox_normal {
    margin-right: 5px;
    margin-top: 9px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  .select-typesec .item-cont .specbox .pricebox_special {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 24px;
    color: #f14569;
    letter-spacing: 0.01em;
  }

  .select-typesec .item-cont .specbox .pricebox_special:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f14569;
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .select-typesec .item-cont .specbox .pricebox .small {
    font-size: 13px;
  }

  .select-typesec .item-cont .btn_box {
    position: relative;
    height: 60px;
  }

  .select-typesec .item-cont_comp {
    width: 96%;
    margin-left: 2%;
    background-color: #f8f8f8;
    padding: 8px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .select-typesec .item-cont_comp p {
    font-size: 12px;
    line-height: 1.6;
  }

  .lotionsec {
    padding-bottom: 30px;
  }

  .lotionsec_inner {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    margin: 15px;
  }

  .lotionsec_inner .nm-icon {
    position: absolute;
    top: -40px;
    left: -15px;
    width: 30%;
  }

  .lotionsec_inner .prottl {
    background-image: url("../images/339/339_bg_003s.jpg");
    background-size: 100%;
    text-align: right;
    padding: 10px 30px 10px 0px;
    border-radius: 20px;
  }

  .lotionsec_inner .prottl p {
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0.15em;
    font-weight: 600;
    width: 100%;
  }

  .lotionsec_inner .mainbox {
    margin-top: 50px;
    width: 88%;
    margin-left: 6%;
  }

  .lotionsec_inner .mainbox .item-cont {
    width: 100%;
    padding-right: 5px;
    margin-top: 40px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain {
    display: flex;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox {
    width: 64%;
    position: relative;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .lotionicon {
    color: #FFFFFF;
    padding: 5px 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 15px;
    border-radius: 5px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .proname {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .spec {
    font-size: 13px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .option {
    border: #e15c87 2px solid;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    width: 180px;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .txtbox .ttl {
    position: absolute;
    top: 160px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .imgbox {
    width: 35%;
  }

  .lotionsec_inner .mainbox .item-cont .pmain .imgbox img {
    width: 100%;
  }

  .lotionsec_inner .mainbox .item-cont .explanation {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .middleicon {
    width: 50%;
    margin: 30px auto;
  }

  .middleicon img {
    width: 100%;
  }

  .regularitem {
    padding-bottom: 30px;
    margin-bottom: 0 !important;
  }

  .regularitem_inner {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    margin: 15px;
  }

  .regularitem_inner .nm-icon {
    position: absolute;
    top: -40px;
    left: -15px;
    width: 30%;
  }

  .regularitem_inner .prottl {
    background-image: url("../images/339/339_bg_003s.jpg");
    background-size: 100%;
    text-align: right;
    padding: 10px 30px 10px 0px;
    border-radius: 20px;
  }

  .regularitem_inner .prottl p {
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0.15em;
    font-weight: 600;
    width: 100%;
  }

  .regularitem_inner .mainbox {
    mmargin-top: 50px;
    width: 94%;
    margin-left: 4%;
  }

  .regularitem_inner .mainbox .item-cont {
    width: 100%;
    padding-right: 5px;
    margin-top: 20px;
  }

  .regularitem_inner .mainbox .item-cont .pmain {
    display: flex;
  }

  .regularitem_inner .mainbox .item-cont .pmain .pimgs {
    width: 29%;
  }

  .regularitem_inner .mainbox .item-cont .pmain .bgpimgwl {
    background-image: url("../images/339/339_img_009.jpg");
    background-size: 28%;
    background-position: right top;
  }

  .regularitem_inner .mainbox .item-cont .pmain .bgpimgsq {
    background-image: url("../images/339/339_img_010.jpg");
    background-size: 28%;
    background-position: right top;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox {
    width: 100%;
    position: relative;
    margin-top: 0px;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox {
    display: flex;
    margin-top: 20px;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .nsicon {
    width: 17%;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .nsicon img {
    width: 100%;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .pname {
    font-size: 19px;
    font-weight: 600;
    margin-left: 10px;
    line-height: 1.7;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttlbox .spec {
    font-size: 13px;
    font-weight: 400;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .ttl {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding-left: 12px;
  }

  .regularitem_inner .mainbox .item-cont .pmain .txtbox .explanation {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 320px;
    padding-left: 12px;
    padding-right: 8px;
  }

  .regularitem_inner .mainbox .item-cont .pmain .imgbox {
    display: none;
  }

  .limiteditem {
    padding-bottom: 30px;
  }

  .limiteditem_inner {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    margin: 15px;
  }

  .limiteditem_inner .nm-icon {
    position: absolute;
    top: -40px;
    left: -15px;
    width: 30%;
  }

  .limiteditem_inner .prottl {
    background-image: url("../images/339/339_bg_003s.jpg");
    background-size: 100%;
    text-align: right;
    padding: 10px 30px 10px 0px;
    border-radius: 20px;
  }

  .limiteditem_inner .prottl p {
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0.15em;
    font-weight: 600;
    width: 100%;
  }

  .limiteditem_inner .firstbox {
    mmargin-top: 50px;
    width: 90%;
    margin-left: 5%;
  }

  .limiteditem_inner .firstbox .item-cont {
    width: 100%;
    margin-top: 30px;
  }

  .limiteditem_inner .firstbox .item-cont .pimg {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .limiteditem_inner .firstbox .item-cont .pimg img {
    width: 100%;
  }

  .limiteditem_inner .secondbox {
    mmargin-top: 50px;
    width: 90%;
    margin-left: 5%;
  }

  .limiteditem_inner .secondbox .item-cont {
    width: 100%;
    margin-top: 30px;
  }

  .limiteditem_inner .secondbox .item-cont .pimg {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .limiteditem_inner .secondbox .item-cont .pimg img {
    width: 100%;
  }

  .limiteditem_inner .firstbox .nsicon,
  .limiteditem_inner .secondbox .nsicon {
    width: 60px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
  }

  .limiteditem_inner .firstbox .ttl,
  .limiteditem_inner .secondbox .ttl {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .limiteditem_inner .firstbox .pname,
  .limiteditem_inner .secondbox .pname {
    font-size: 19px;
    font-weight: 600;
    margin-left: 20px;
    line-height: 1.7;
    text-align: center;
  }

  .limiteditem_inner .firstbox .spec,
  .limiteditem_inner .secondbox .spec {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
  }

  .limiteditem_inner .firstbox .explanation,
  .limiteditem_inner .secondbox .explanation {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .hairset {
    padding-bottom: 60px;
  }

  .hairset_inner {
    position: relative;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 30px;
    width: 100%;
    background-color: #f4f8fa;
  }

  .hairset_inner .ttlimg {
    display: none;
  }

  .hairset_inner .mainimg {
    width: 100%;
  }

  .hairset_inner .mainimg img {
    width: 100%;
  }

  .hairset_inner .subttl {
    display: none;
  }

  .hairset_inner .limit {
    display: none;
  }

  .hairset_inner .cvbox {
    width: 90%;
    margin-left: 5%;
    background-color: #f4f8fa;
  }

  .hairset_inner .cvbox .pname {
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: #A1A1A1 dotted 1px;
  }

  .hairset_inner .cvbox .pricebox {
    display: flex;
    margin: auto;
    width: 100%;
    margin-top: 0px;
    justify-content: center;
    margin-bottom: 5px;
  }

  .hairset_inner .cvbox .pricebox_normal {
    margin-right: 5px;
    margin-top: 9px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  .hairset_inner .cvbox .pricebox_special {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 24px;
    color: #f14569;
    letter-spacing: 0.01em;
  }

  .hairset_inner .cvbox .pricebox_special:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f14569;
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .hairset_inner .cvbox .pricebox .small {
    font-size: 13px;
  }

  .tline {
    border-top: #A1A1A1 dotted 1px;
  }

  .rline {
    border-bottom: #A1A1A1 dotted 1px;
    padding-bottom: 20px;
  }

  .pconly {
    display: none;
  }

  .btn_style {
    height: 13vw;
    width: 100%;
  }

  .btn_style .mini {
    height: 12vw;
  }

  .btn_style .mini>a,
  .btn_style .mini>span {
    font-size: 0.9rem;
  }

  .btn_style .mini>a span,
  .btn_style .mini>span span {
    padding-left: 40px;
  }

  .btn_style>a,
  .btn_style>span {
    font-size: 0.9rem;
  }

  .btn_style>a span,
  .btn_style>span span {
    padding-left: 32px;
  }

  .btn_style>a span:before,
  .btn_style>span span:before {
    width: 20px;
    height: 15px;
    background: url("../images/icon_cart.png") left top no-repeat;
    background-size: 20px 15px;
  }

  .btn_style:not(.btn_style.off):hover>a span:before,
  .btn_style:not(.btn_style.off):hover>span span:before {
    background: url("../images/icon_cart_b.png") left top no-repeat;
    background-size: 20px 15px;
  }

  .btn_wrap {
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
  }
}