@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;
}

.ctr {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .ctrsp {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .rigpc {
    text-align: right;
    margin-right: 50px;
  }
}

.main401 {
  padding-bottom: 80px;
  background: url("../../../../../images/pages/f-static/campaign/401/401_bg_002.png");
  background-size: 400px;
}

.mvsection {
  width: 100%;
  background: url("../../../../../images/pages/f-static/campaign/401/401_bg_001s.jpg");
  height: 170vw;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .mvsection {
    background: url("../../../../../images/pages/f-static/campaign/401/401_bg_001.jpg");
    background-size: 1880px;
    height: 700px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #ebeff0;
  }
}
.mvsection_ttlbox {
  width: 88%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.mvsection_ttlbox .ttlimg {
  width: 90%;
  padding-top: 30px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mvsection_ttlbox .ttlimg {
    width: 490px;
    display: block;
    padding-top: 100px;
    margin-left: 650px;
  }
}
.mvsection_ttlbox p {
  font-size: clamp(13px, 3.466667vw, 17px);
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-top: 88vw;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mvsection_ttlbox p {
    width: 460px;
    display: block;
    padding-top: 50px;
    margin-left: 660px;
    margin-top: 0;
  }
}
.mvsection_ttlbox .deco1 {
  position: absolute;
}
@media screen and (max-width: 769px) {
  .mvsection_ttlbox .deco1 {
    width: 74%;
    top: 102vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .mvsection_ttlbox .deco1 {
    width: 260px;
    top: 470px;
    right: -100px;
  }
}

.lineupsection {
  background: #bb96c9;
  padding: 40px 0 0px;
  position: relative;
}
.lineupsection .lineupdeco {
  position: absolute;
  top: -40px;
  width: min(100%, 650px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .lineupsection .lineupdeco {
    top: -10px;
  }
}
.lineupsection .plw {
  padding: 20px 16px;
  max-width: 1100px;
  margin: auto;
}
.lineupsection .pl {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}
.lineupsection .pi {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: transform 0.25s ease;
}
.lineupsection .pi:hover {
  transform: translateY(-3px);
}
.lineupsection .pi-img {
  width: 84px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.lineupsection .pi-img img {
  max-width: 120%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(100, 60, 140, 0.18));
  transition: filter 0.25s ease, transform 0.25s ease;
}
.lineupsection .pi:hover .pi-img img {
  filter: drop-shadow(0 6px 14px rgba(100, 60, 140, 0.3));
  transform: scale(1.05);
}
.lineupsection .pi-name {
  font-size: 11px;
  color: #fff;
  line-height: 1.55;
  font-weight: 500;
  flex: 1;
  min-width: 0;
  padding-right: 0px;
  font-weight: 600;
}
.lineupsection .pi-btn {
  position: absolute;
  bottom: 10px;
  right: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, transform 0.2s;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lineupsection .pi-btn {
    bottom: 30px;
  }
}
.lineupsection .pi:hover .pi-btn {
  background: rgba(255, 255, 255, 0.88);
  transform: scale(1.12);
}
.lineupsection .pi-btn svg {
  width: 12px;
  height: 12px;
  stroke: #6a3a9a;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lineupsection .pl-row1, .lineupsection .pl-row2 {
  display: none;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lineupsection .sp-wrap {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.lineupsection .sp-wrap .pi {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-bottom: 38px;
  flex: 0 0 calc(33.333% - 6px);
}
.lineupsection .sp-wrap .pi-name {
  text-align: center;
  font-size: 10px;
  padding-right: 0;
}
.lineupsection .pl-row1 {
  justify-content: flex-start;
}
.lineupsection .pl-row2 {
  justify-content: center;
}
.lineupsection .pi-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 38px;
}
@media screen and (max-width: 769px) {
  .lineupsection .pl {
    gap: 0px;
    grid-template-columns: repeat(6, 1fr);
  }
  .lineupsection .pi {
    padding-bottom: 0px;
    width: 110%;
  }
  .lineupsection .pi-img {
    width: 160%;
  }
  .lineupsection .pi:nth-child(1) {
    grid-column: 1 / 3;
  }
  .lineupsection .pi:nth-child(2) {
    grid-column: 3 / 5;
  }
  .lineupsection .pi:nth-child(3) {
    grid-column: 5 / 7;
  }
  .lineupsection .pi:nth-child(4) {
    grid-column: 2 / 4;
  }
  .lineupsection .pi:nth-child(5) {
    grid-column: 4 / 6;
  }
  .lineupsection .pi-link {
    flex-direction: column;
    align-items: center;
  }
  .lineupsection .pi-name {
    text-align: center;
    font-size: 10px;
    padding-right: 0;
  }
  .lineupsection .pi-btn {
    display: none;
  }
}

.lvsection {
  box-sizing: border-box;
  width: min(90%, 1100px);
  margin: 100px auto 40px;
}
.lvsection .aboutlv {
  display: flex;
  gap: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .lvsection .aboutlv {
    flex-direction: column;
  }
}
.lvsection .aboutlv .column {
  flex: 1;
  background: linear-gradient(180deg, #fffef7 30%, #fdf8e2 100%);
  border-radius: 20px;
  padding: 36px 28px 40px;
  box-sizing: border-box;
  position: relative;
}
.lvsection .aboutlv .column .deco-lv {
  position: absolute;
  top: -20px;
  left: 0px;
  width: min(20%, 80px);
}
.lvsection .aboutlv .column .deco-nb {
  position: absolute;
  top: -40px;
  width: min(30%, 100px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.lvsection .aboutlv .ttl {
  font-size: clamp(16px, 3.733333vw, 17px);
  font-weight: bold;
  color: #7c4fa0;
  text-align: center;
  margin: 0 0 20px;
}
.lvsection .aboutlv .txt {
  font-size: clamp(14px, 4.266667vw, 15px);
  line-height: 1.85;
  color: #555;
  margin: 0;
  font-weight: 1.7;
  font-weight: 500;
}

.linelv {
  width: 70%;
  margin: 80px auto;
  display: block;
  background-color: #ffffff;
}

.mainsection {
  padding-bottom: 60px;
}

.wbox {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 23px;
}
@media screen and (min-width: 768px) {
  .wbox {
    width: 1200px;
    overflow: hidden;
  }
}
@media screen and (max-width: 769px) {
  .wbox {
    padding-top: 30px;
  }
}

.prodbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prodbox {
    width: 1200px;
    overflow: hidden;
  }
}
.prodbox .deco-name {
  position: absolute;
  width: min(94%, 800px);
  top: -50px;
  z-index: 1;
  left: 3%;
}
@media screen and (min-width: 768px) {
  .prodbox .deco-name {
    top: 15px;
    left: 30px;
  }
}
.prodbox .deco-namel {
  position: absolute;
  width: min(94%, 800px);
  top: -70px;
  z-index: 1;
  right: 3%;
}
@media screen and (min-width: 768px) {
  .prodbox .deco-namel {
    top: 15px;
    right: 30px;
  }
}
.prodbox_two-divi {
  padding: 0px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi {
    display: flex;
  }
}
.prodbox_two-divi .imgbox {
  width: 100%;
}
.prodbox_two-divi .imgbox img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi .imgbox {
    width: 570px;
    margin-top: 30px;
    margin-left: 20px;
  }
  .prodbox_two-divi .imgbox img {
    width: 114%;
  }
}
.prodbox_two-divi .txtbox {
  width: 100%;
  margin-top: 10px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divi .txtbox {
    margin-top: 130px;
    width: 600px;
    margin-right: 30px;
    margin-left: 0px;
  }
}
.prodbox_two-divi .txtbox .ttl, .prodbox_two-divi .txtbox .ttls {
  margin-bottom: 20px;
  color: #775e9e;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.prodbox_two-divi .txtbox .ttl {
  font-size: min(5.5vw, 30px);
}
.prodbox_two-divi .txtbox .ttls {
  font-size: min(4.5vw, 25px);
}
.prodbox_two-divi .txtbox .txt {
  font-size: min(3.4vw, 15px);
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.prodbox_two-divis {
  padding: 17px;
  position: relative;
  margin-top: 45px;
  width: min(88%, 1000px);
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divis {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 2rem 3rem;
  }
}
.prodbox_two-divis .corner {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
}
.prodbox_two-divis .corner.tl {
  top: -20px;
  left: -20px;
}
.prodbox_two-divis .corner.tr {
  top: -20px;
  right: -20px;
}
.prodbox_two-divis .corner.bl {
  bottom: -20px;
  left: -20px;
}
.prodbox_two-divis .corner.br {
  bottom: -20px;
  right: -20px;
}
.prodbox_two-divis .banner {
  position: absolute;
  width: min(66%, 500px);
  background-color: #806abd;
  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(3.8vw, 18px);
  border-radius: 8px;
  letter-spacing: 0.15em;
}
.prodbox_two-divis .limit {
  position: absolute;
  top: 40px;
  left: -40px;
  width: 29%;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divis .limit {
    top: -40px;
    left: 20px;
    width: 130px;
  }
}
.prodbox_two-divis .imgboxs {
  width: 80%;
  margin-left: 10%;
  margin-top: 40px;
}
.prodbox_two-divis .imgboxs img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divis .imgboxs {
    width: 260px;
    margin-left: 60px;
  }
}
.prodbox_two-divis .txtboxs {
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .prodbox_two-divis .txtboxs {
    margin-top: 30px;
    width: 650px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 769px) {
  .prodbox_two-divis .txtboxs {
    text-align: center;
  }
}
.prodbox_two-divis .txtboxs .txt {
  font-size: min(3.9vw, 18px);
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #87445d;
  margin-top: 7px;
}
.prodbox_two-divis .pbox {
  width: min(100%, 400px);
  margin: auto;
}
.prodbox_two-divis .pbox img {
  width: 100%;
}
.prodbox_two-divis .pbox p {
  font-size: clamp(13px, 2.5vw, 16px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #837438;
  letter-spacing: 0.14em;
}

.bglv {
  background-color: #f6f0f9;
}

.bgbg {
  background-color: #f7f2e1;
}

.flex-rev {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .txtbox {
    margin-left: 60px !important;
  }
}

.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: 20px;
  }
}
.specbox .spec {
  font-size: clamp(13px, 3.5vw, 14px);
  letter-spacing: 0.11em;
  font-weight: 500;
}
.specbox .price {
  font-size: clamp(22px, 4vw, 25px);
  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;
    margin-left: 100px;
  }
}
.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: 0px;
  }
}
.specbox .txtprice {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 24px);
}
.specbox .limiticon {
  font-size: min(2.5vw, 13px);
  color: #fb5c7a;
  padding: 2px 10px;
  border: #fb5c7a 2px solid;
  display: inline;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 769px) {
  .specbox .limiticon {
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  .specbox .ctrsp {
    text-align: center;
  }
}

hr {
  border-top: 1px dotted #aaa;
}

.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 .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%;
  }
}
