@charset "UTF-8";
.breadcrumb-content {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb-content {
    padding: 10px 0;
  }
}

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

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

.main398 {
  padding-bottom: 80px;
  background-color: #f6bfcf;
}
.main398 p {
  letter-spacing: 0.1em;
  font-size: clamp(13px, 3.5vw, 16px);
}

.mvsection {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mvsection {
    background: url("../../../../../images/pages/f-static/campaign/398/398_bg_001.jpg"), url("../../../../../images/pages/f-static/campaign/398/398_bg_002.png");
    background-size: 1380px, 100% 100%;
    height: 936px;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.mvsection_ttlbox {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.mvsection_ttlbox p {
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .mvsection_ttlbox .deco1, .mvsection_ttlbox .icon, .mvsection_ttlbox .btn-makeup {
    display: none;
  }
  .mvsection_ttlbox .ttlimg {
    width: 100%;
  }
  .mvsection_ttlbox p {
    position: absolute;
    bottom: 40px;
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .mvsection_ttlbox .deco1, .mvsection_ttlbox .ttlimg {
    width: 100%;
    padding-top: 30px;
  }
  .mvsection_ttlbox .deco1 {
    width: 400px;
    display: block;
    padding-top: 50px;
  }
  .mvsection_ttlbox .ttlimg {
    width: 440px;
    display: block;
    padding-top: 50px;
  }
  .mvsection_ttlbox .icon {
    position: absolute;
    top: 380px;
    left: 300px;
    width: 140px;
  }
  .mvsection_ttlbox p {
    position: absolute;
    top: 665px;
    right: 50px;
    width: 450px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .mvsection_ttlbox .btn-makeup {
    position: absolute;
    top: 570px;
    right: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 24px;
    background-color: #8B6F6F;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .mvsection_ttlbox .btn-makeup:hover {
    background-color: #b09090;
  }
  .mvsection_ttlbox .btn-makeup .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
  }
}

.mainsection .intro {
  text-align: center;
  letter-spacing: 0.1em;
  background: url("../../../../../images/pages/f-static/campaign/398/398_line_001s.png");
  background-color: #f6bfcf;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .mainsection .intro {
    background: url("../../../../../images/pages/f-static/campaign/398/398_line_001.png");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.mainsection .intro .item-button {
  position: relative;
  top: 0;
}
.mainsection .intro .item-button:hover {
  top: 10px;
  transition: 0.3s;
}
.mainsection .intro .main {
  width: min(100%, 1100px);
}
.mainsection .intro .main img {
  width: clamp(300px, 92vw, 520px);
  padding: 10px;
}
.mainsection .intro .main {
  margin: auto;
}
.mainsection .intro .sub {
  width: min(100%, 1100px);
}
.mainsection .intro .sub img {
  width: clamp(100px, 45vw, 350px);
  padding: 5px;
}
.mainsection .intro .sub {
  margin: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mainsection .intro .sub {
    margin-top: 30px;
  }
  .mainsection .intro .sub img {
    padding: 20px;
  }
}
.mainsection .itemarea {
  background-color: #f1e0e5;
  padding-top: 100px;
}
.mainsection {
  padding-bottom: 30px;
}

.prodbox {
  background-color: #fff;
  width: min(90%, 1150px);
  margin: 0px auto;
  position: relative;
}
.prodbox_two-divi {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi {
    display: flex;
  }
}
.prodbox_two-divi .deco {
  position: absolute;
  width: clamp(100px, 60vw, 380px);
  top: -30px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi .deco {
    top: -50;
    left: -30;
  }
}
.prodbox_two-divi .decos {
  position: absolute;
  width: clamp(80px, 50vw, 333px);
  top: -30px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi .decos {
    top: -50;
    left: -30;
  }
}
.prodbox_two-divi .imgbox {
  width: 100%;
}
.prodbox_two-divi .imgbox img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi .imgbox {
    width: 530px;
  }
}
.prodbox_two-divi .txtbox {
  width: 100%;
  margin-top: 20px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi .txtbox {
    margin-top: 30px;
    width: 590px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.prodbox_two-divi .txtbox .ttl {
  font-size: min(5.2vw, 27px);
  margin-bottom: 20px;
  letter-spacing: 0.13em;
  font-weight: 600;
  color: #87445d;
}
.prodbox_two-divi .txtbox .txt {
  font-size: min(3vw, 15px);
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.prodbox_info img {
  width: clamp(320px, 80vw, 520px);
}
.prodbox_info {
  padding: clamp(5px, 5vw, 40px);
}
@media screen and (min-width: 768px) {
  .prodbox_info {
    margin-left: 15px;
  }
}
.prodbox_column {
  padding: 20px;
  border: #c7bde0 2px solid;
  margin: 20px;
  position: relative;
  width: clamp(300px, 90%, 1050px);
  margin: auto;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 768px) {
  .prodbox_column {
    display: flex;
  }
}
.prodbox_column h3 {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 30px;
  background-color: #c8b9ef;
  color: #fff;
  letter-spacing: 0.15em;
  border-bottom-right-radius: 30px;
}
.prodbox_column .imgbox img {
  width: clamp(200px, 100%, 500px);
  margin-top: 5px;
}
.prodbox_column .imgbox .minimg {
  width: clamp(50px, 10vw, 130px);
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .prodbox_column .imgbox .minimg {
    position: absolute;
    width: 22vw;
    top: -10vw;
    right: 20px;
  }
}
.prodbox_column .txtbox {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .prodbox_column .txtbox {
    margin-right: 20px;
  }
}
.prodbox_column .txtbox .ttl {
  font-size: clamp(14px, 3.4vw, 18px);
  font-weight: 600;
}
.prodbox_column .txtbox .txt {
  margin-top: 10px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.prodbox_two-divis {
  padding: 15px 10px;
  margin: 15px;
  border: #fff 10px solid;
  outline: solid 2px #fd8ab8;
  position: relative;
  margin-top: 45px;
  background-color: #fdeef5;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divis {
    display: flex;
  }
}
.prodbox_two-divis .banner {
  position: absolute;
  width: min(90%, 500px);
  background-color: #ee67a3;
  padding: 10px;
  color: #fff;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: 600;
  text-align: center;
  font-size: min(3vw, 18px);
  border-radius: 8px;
  letter-spacing: 0.15em;
}
.prodbox_two-divis .imgbox {
  width: 56%;
  margin-left: 18%;
}
.prodbox_two-divis .imgbox img {
  width: 100%;
}
.prodbox_two-divis .imgbox {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divis .imgbox {
    width: 260px;
    margin-left: 60px;
  }
}
.prodbox_two-divis .txtbox {
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divis .txtbox {
    margin-top: 30px;
    width: 680px;
    margin-left: 70px;
  }
}
.prodbox_two-divis .txtbox .txt {
  font-size: min(3.5vw, 18px);
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #87445d;
  margin-top: 7px;
}
.prodbox .limittxt {
  margin: 25px;
  text-align: center;
  color: #ee67a3;
  font-weight: 500;
}
.prodbox_seteara {
  width: min(96%, 1050px);
  margin: auto;
  padding: 20px;
  border: #ee67a3 2px solid;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .prodbox_seteara {
    display: flex;
  }
}
.prodbox_seteara {
  position: relative;
}
.prodbox_seteara .setttl {
  position: absolute;
  padding: 10px 25px;
  background-color: hsl(338, 55%, 66%);
  color: #fff;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: 0.15em;
  font-weight: 600;
  width: min(80%, 500px);
  text-align: center;
  font-size: clamp(15px, 3.9vw, 18px);
  border-radius: 20px;
}
.prodbox_seteara .setbox {
  width: min(100%, 500px);
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .prodbox_seteara .setbox {
    display: flex;
  }
}
.prodbox_seteara .setbox .txtbox {
  margin-top: 30px;
  margin: 10px;
  margin-top: 20px;
}
.prodbox_seteara .setbox .txtbox .txt {
  font-weight: 600;
  color: #c97594;
  font-size: clamp(15px, 4vw, 17px);
}
@media screen and (max-width: 769px) {
  .prodbox_seteara .setbox .txtbox {
    text-align: center;
  }
}
.prodbox_seteara .setbox .imgbox {
  width: clamp(150px, 50%, 170px);
  margin: 20px auto;
}
.prodbox_seteara .setbox .imgbox img {
  width: 100%;
}

.twoboxarea {
  width: min(90%, 1150px);
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .twoboxarea {
    display: flex;
    gap: 60px;
  }
}
.twoboxarea .prodboxh {
  background-color: #fff;
  position: relative;
}
.twoboxarea .prodboxh img {
  width: 100%;
}
.twoboxarea .prodboxh {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .twoboxarea .prodboxh {
    width: 550px;
  }
}
.twoboxarea .prodboxh .deco {
  position: absolute;
  width: clamp(80px, 50vw, 310px);
  top: -30px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .twoboxarea .prodboxh .deco {
    top: -50;
    left: -30;
  }
}
.twoboxarea .prodboxh .txtbox {
  width: 94%;
  margin-top: 20px;
  padding: 5px;
  margin-left: 3%;
  margin-bottom: 25px;
}
.twoboxarea .prodboxh .txtbox .ttl {
  font-size: min(4.2vw, 22px);
  margin-bottom: 20px;
  letter-spacing: 0.13em;
  font-weight: 600;
  color: #87445d;
}
.twoboxarea .prodboxh .txtbox .txt {
  font-size: min(3vw, 15px);
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.itemlistarea {
  background-color: #e9f6fc;
}
@media screen and (min-width: 768px) {
  .itemlistarea {
    background: url("../../../../../images/pages/f-static/campaign/398/398_make_01.jpg");
    background-position: top center;
    background-size: 1280px;
    background-color: #e9f6fc;
    background-repeat: no-repeat;
    height: 600px;
  }
}
.itemlistarea .makeimg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .itemlistarea .makeimg {
    display: none;
  }
}
.itemlistarea_list {
  width: min(100%, 1300px);
  margin: auto;
  position: relative;
}
.itemlistarea_list .decoitem {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .itemlistarea_list .decoitem {
    position: absolute;
    bottom: -200px;
    right: 0px;
    width: 550px;
  }
}
.itemlistarea_list .makeup-list {
  width: min(100%, 500px);
  padding: 36px 28px 40px;
}
@media screen and (min-width: 768px) {
  .itemlistarea_list .makeup-list {
    margin-left: 680px;
  }
}
.itemlistarea_list .makeup-list__title {
  text-align: center;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 700;
  color: #5a4a4a;
  margin-bottom: 28px;
  color: #87445d;
}
.itemlistarea_list .makeup-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itemlistarea_list .makeup-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  color: #5a4a4a;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(180, 80, 100, 0.1);
  font-size: clamp(13px, 2.8vw, 14px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.itemlistarea_list .makeup-list__link:hover {
  background-color: #ffe0ea;
  box-shadow: 0 4px 16px rgba(180, 80, 100, 0.18);
  transform: translateY(-2px);
}
.itemlistarea_list .makeup-list__link:active {
  background-color: #f9c0d0;
  transform: translateY(0px);
  box-shadow: 0 2px 8px rgba(180, 80, 100, 0.1);
}
.itemlistarea_list .makeup-list__arrow {
  font-size: 0.75rem;
  color: #5a4a4a;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.25s ease;
}
.itemlistarea_list .makeup-list__link:hover .makeup-list__arrow {
  transform: translateX(3px);
}

.line {
  width: 94%;
  margin-left: 3%;
  margin-top: 25px;
  border-top: 1px dashed #dadada;
}

.specbox {
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  position: relative;
}
.specbox .name {
  font-size: clamp(17px, 3vw, 20px);
  font-weight: 600;
  letter-spacing: 0.09em;
  margin-bottom: 0px;
  margin-top: 2px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .specbox .name {
    text-align: left;
    margin-top: 10px;
  }
}
.specbox .names {
  font-size: clamp(15px, 3vw, 17px);
  font-weight: 600;
  letter-spacing: 0.09em;
  margin-bottom: 0px;
  margin-top: 2px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .specbox .names {
    text-align: left;
    margin-top: 20px;
  }
}
.specbox .spec {
  font-size: clamp(13px, 3.5vw, 14px);
  letter-spacing: 0.11em;
  font-weight: 500;
}
.specbox .price {
  font-size: clamp(13px, 3.5vw, 14px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .specbox .price {
    text-align: left;
    letter-spacing: 0.1em;
    margin-top: 20px;
    　margin-bottom: 20px;
  }
}
.specbox .pricem {
  font-size: clamp(13px, 3.5vw, 14px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .specbox .pricem {
    text-align: left;
    margin-top: 20px;
    margin-left: 80px;
  }
}
.specbox .txtprice {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 24px);
}
.specbox .limiticon {
  font-size: min(2.7vw, 13px);
  color: #fb5c7a;
  padding: 3px 10px;
  border: #fb5c7a 2px solid;
  display: inline;
  border-radius: 15px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 769px) {
  .specbox .limiticon {
    text-align: center;
    margin: auto;
    display: block;
    width: 100px;
  }
}
@media screen and (max-width: 769px) {
  .specbox .ctrsp {
    text-align: center;
  }
}

.info-section {
  width: 97%;
  max-width: 1280px;
  margin: 30px auto;
  font-size: min(2.9vw, 14px);
  line-height: 2;
}
.info-section p {
  border: #d7c4b0 2px solid;
  padding: 15px;
}

.btn_style {
  width: 230px;
  height: 45px !important;
  background: #444;
  letter-spacing: 0.15em;
  border: 1px solid #444;
  box-sizing: border-box;
  transition: all 0.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("/assets/images/pages/f-static/campaign/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("/assets/images/pages/f-static/campaign/icon_cart_b.png") left top no-repeat;
  background-size: 23px 17px;
}

@media (min-width: 768px) {
  .sponly {
    display: none !important;
  }
  .btn_wrap {
    width: 200px;
    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) {
  .pconly {
    display: none;
  }
  .btn_style {
    height: 12vw;
    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("/assets/images/pages/f-static/campaign/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("/assets/images/pages/f-static/campaign/icon_cart_b.png") left top no-repeat;
    background-size: 20px 15px;
  }
  .btn_wrap {
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
  }
}