@charset "UTF-8";

.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%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.cwht {
  color: #ffffff;
}

.mm100 {
  margin-top: -130px;
}

.mv-section {
  width: 100%;
  background: url("../../images/358/358_mvbg_001s.jpg");
  background-size: 100%;
  height: 140vw;
  background-color: #f8fcff;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv-section {
    background-image: image-set(url("../../images/358/358_mvbg_001.jpg") 1x, url("../../images/358/358_mvbg_001@2x.jpg") 2x);
    background-size: 1730px, 100% 750px;
    height: 750px;
  }
}

.mv-section_inner {
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv-section_inner {
    width: 1350px;
  }
}

.mv-section_inner .decotxt {
  position: absolute;
  top: 8vw;
  width: min(50vw, 450px);
  left: 43vw;
}

@media screen and (min-width: 768px) {
  .mv-section_inner .decotxt {
    top: 70px;
    left: 700px;
  }
}

.mv-section_inner .title {
  position: absolute;
  top: 20vw;
  width: min(52vw, 350px);
  left: 43vw;
}

@media screen and (min-width: 768px) {
  .mv-section_inner .title {
    top: 180px;
    width: 350px;
    left: 750px;
  }
}

.mv-section_inner .txtarea {
  position: absolute;
  top: 50vw;
  width: min(50vw, 450px);
  left: 45vw;
}

@media screen and (min-width: 768px) {
  .mv-section_inner .txtarea {
    top: 400px;
    width: 450px;
    left: 740px;
  }
}

.mv-section_inner .txtarea p {
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: 500;
  line-height: 2;
}

.lineup-section {
  background: url("../../images/358/358_bg_001s.jpg");
  background-size: 100%;
  padding-bottom: 120px;
  margin-bottom: 0 !important;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lineup-section {
    background: url("../../images/358/358_bg_001.jpg");
    background-size: 100%;
  }
}

.lineup-section_indexbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: -200px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .lineup-section_indexbox {
    width: 1100px;
  }
}

.lineup-section_indexbox .ttlimg {
  width: 90%;
  margin-top: 45px;
  margin-left: 5%;
}

@media screen and (min-width: 768px) {
  .lineup-section_indexbox .ttlimg {
    margin-left: 300px;
    width: 500px;
  }
}

.lineup-section_indexbox .limit {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 23%;
}

@media screen and (min-width: 768px) {
  .lineup-section_indexbox .limit {
    width: 110px;
    right: 200px;
  }
}

.lineup-section_indexbox .txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0px;
  letter-spacing: 0.12em;
}

.lineup-section_indexbox .itembox {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lineup-section_indexbox .itembox {
    display: flex;
    width: 980px;
    justify-content: space-between;
    margin-left: 70px;
    margin-top: 20px;
  }
}

.lineup-section_indexbox .itembox .item {
  width: 80%;
  margin: auto;
}

.lineup-section_indexbox .itembox .item img {
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lineup-section_indexbox .itembox .item {
    width: 450px;
  }
}

.lineup-section_indexbox .itembox .item a {
  display: block;
}

.lineup-section_indexbox .itembox .item a img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.linner {
  background-color: #ffffff;
  position: relative;
}

.linner .ttlimg {
  width: 60%;
  margin: 20px 20%;
}

@media screen and (min-width: 768px) {
  .linner .ttlimg {
    width: 650px;
    margin: 50px 30px 20px 320px;
  }
}

.linner .mainttl {
  font-size: clamp(18px, 4vw, 25px);
  text-align: center;
  margin-bottom: 20px;
  color: #83393c;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.linner .leaf {
  position: absolute;
  top: -50px;
  left: -30px;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .linner .leaf {
    top: -80px;
    left: -80px;
    width: 300px;
  }
}

.point-area {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .point-area {
    display: flex;
    padding: 50px;
    justify-content: space-between;
  }
}

.point-area_box {
  width: 100%;
  background-color: #f9f7f2;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .point-area_box {
    width: 365px;
    padding: 30px;
  }
}

.point-area_box .imagebox {
  width: 100%;
  margin: 10px 0px 10px;
}

.point-area_box .imagebox img {
  width: 100%;
}

.point-area_box .txtebox .ttl {
  font-size: clamp(17px, 3vw, 19px);
  text-align: center;
  color: #c05454;
  font-weight: 600;
  margin-bottom: 15px;
}

.point-area_box .txtebox .txt {
  font-size: clamp(13px, 3vw, 15px);
  line-height: 2;
  margin-bottom: 15px;
}

.set-section {
  background: url("../../images/358/358_bg_002s.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 70px 0 80px;
}

@media screen and (min-width: 768px) {
  .set-section {
    background: url("../../images/358/358_bg_002.jpg");
    background-size: 100%;
  }
}

.set-section .tenten {
  width: 120px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.set-section .ttlimg {
  width: 80%;
  display: block;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .set-section .ttlimg {
    width: 700px;
    padding-bottom: 70px;
  }
}

.redback {
  background-color: #a7222e;
}

@media screen and (min-width: 768px) {
  .wline {
    outline: 2px solid #FFFFFF;
    outline-offset: 10px;
  }
}

.itemboxrh {
  position: relative;
}

.itemboxrh .pname {
  position: absolute;
  top: -83px;
  width: 700px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.itemboxrh .fukidasipre {
  position: absolute;
  top: 50px;
  left: 300px;
  width: 150px;
}

.itemboxrh .fukidasipretwo {
  position: absolute;
  top: 70px;
  left: 270px;
  width: 200px;
}

.itemboxrh .fukidasia {
  position: absolute;
  top: 330px;
  left: 340px;
  width: 150px;
}

.itemboxrh .fukidasib {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 65%;
}

.itemboxrh .fukidasic {
  position: absolute;
  top: 45vw;
  right: 38%;
  width: 22%;
}

@media screen and (min-width: 768px) {
  .itemboxrh .fukidasic {
    position: absolute;
    top: 290px;
    right: 90px;
    width: 90px;
  }
}

.itemboxrh .itemimg {
  width: 100%;
}

.itemboxrh .itemimg img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .itemboxrh .itemimg {
    width: 48%;
  }
}

.itemboxrh .txtbox {
  width: 90%;
  margin: 20px 5%;
}

@media screen and (max-width: 769px) {
  .itemboxrh .txtbox {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .itemboxrh .txtbox {
    width: 70%;
    padding: 20px 30px 20px;
    height: 550px;
  }
}

.itemboxrh .txtbox .tenten {
  width: 120px;
  margin: 0px auto 30px;
  display: block;
}

.itemboxrh .txtbox .ttl {
  font-size: clamp(19px, 4.5vw, 25px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.8;
}

.itemboxrh .txtbox .txt {
  font-size: clamp(14px, 3vw, 15px);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.11em;
}

.itemboxrh .txtbox .set-con {
  background-color: #F2F2F2;
  padding: 10px;
  font-size: 12px;
  margin-top: 20px;
  color: #555555;
}

.otset {
  width: 90%;
  margin: 40px 5%;
  background-color: #FFFFFF;
  padding: 10px;
  position: relative;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .otset {
    display: flex;
    padding: 10px 50px;
    width: 1000px;
    margin-left: 130px;
  }
}

@media screen and (min-width: 768px) {
  .otset .txtboxset {
    width: 750px;
    margin-left: 100px;
  }
}

.otset .bnr-twoset {
  position: absolute;
  top: -20px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .otset .bnr-twoset {
    width: 320px;
    top: -30px;
  }
}

.otset .iconimg {
  position: absolute;
  top: 25px;
  right: 50px;
  width: 20%;
}

@media screen and (min-width: 768px) {
  .otset .iconimg {
    width: 85px;
  }
}

.otset .twosetimg {
  width: 46%;
  margin-left: 27%;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .otset .twosetimg {
    width: 170px;
    margin-top: 15px;
  }
}

.otset .set-con {
  background-color: #F2F2F2;
  padding: 10px;
  font-size: 12px;
  margin-top: 20px;
  color: #555555;
}

.specbox {
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
  color: #333333;
  position: relative;
}

.specbox .name {
  font-size: clamp(17px, 3vw, 19px);
  font-weight: 600;
  letter-spacing: 0.09em;
  margin-bottom: 5px;
  margin-top: 2px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .specbox .name {
    text-align: left;
    margin-top: 8px;
  }
}

.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: 0px;
    margin-left: 120px;
  }
}

.specbox .limit,
.specbox .nomalicon {
  font-size: clamp(13px, 3.5vw, 15px);
  padding: 2px 2px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {

  .specbox .limit,
  .specbox .nomalicon {
    padding: 2px 5px;
  }
}

.specbox .arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
}

.specbox .arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 60%;
  left: 0;
  margin-top: -6px;
}

.specbox .txtprice {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 25px);
}

.iconsq {
  border: #ee6ccb 2px solid;
  padding: 3px 12px;
  border-radius: 5px;
  font-weight: 600;
  color: #ee6ccb;
  font-size: 13px;
}

.iconlimit {
  background-color: #c24d57;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.iconqua {
  border: #c24d57 2px solid;
  padding: 3px 12px;
  border-radius: 5px;
  font-weight: 600;
  color: #c24d57;
  font-size: 13px;
}

.iconlimit,
.iconqua,
.iconsq {
  text-align: center;
  display: inline;
  margin: auto;
  margin-bottom: 10px;
  margin: 2px;
  text-align: center;
  margin-bottom: 10px;
}

.prtxt {
  font-size: clamp(14px, 3vw, 16px);
  color: #cf313f;
  font-weight: 600;
  margin-top: 15px;
}

.features-area {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .features-area {
    display: flex;
    width: 930px;
    margin-left: 160px;
  }
}

.features-area .fe-img {
  width: 90%;
  margin: 20px 5%;
}

@media screen and (min-width: 768px) {
  .features-area .fe-img {
    width: 400px;
    margin: 20px 30px 30px;
  }

  .features-area .fe-img img {
    width: 100%;
  }
}

.features-area .fe-img-lus {
  width: 90%;
  margin: 20px 5%;
}

@media screen and (min-width: 768px) {
  .features-area .fe-img-lus {
    width: 430px;
    margin: 20px 20px 10px;
  }

  .features-area .fe-img-lus img {
    width: 100%;
  }
}

.features-area .point-box {
  width: 90%;
  margin: 20px 5% 15px;
  position: relative;
  border: #FFFFFF 1px solid;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .features-area .point-box {
    width: 430px;
    margin: 20px;
  }
}

.features-area .point-box .point {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 30%;
}

@media screen and (min-width: 768px) {
  .features-area .point-box .point {
    width: 100px;
  }
}

.features-area .point-box .ttl {
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 13px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.features-area .point-box .txt {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.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) {
  .bg-dml {
    display: flex;
    background: url("../../images/358/358_img_007.jpg");
    background-size: 100%;
    background-color: #a7222e;
  }

  .bg-lus {
    display: flex;
    background: url("../../images/358/358_img_011.jpg");
    background-size: 100%;
    background-color: #a7222e;
  }

  .bg-q10 {
    display: flex;
    background: url("../../images/358/358_img_015.jpg");
    background-size: 100%;
    background-color: #a7222e;
  }

  .bg-kou {
    display: flex;
    background: url("../../images/358/358_img_019.jpg");
    background-size: 100%;
    background-color: #a7222e;
  }

  .ml160pc {
    margin-left: 200px !important;
  }

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

  .sponly {
    display: none !important;
  }

  .pddten {
    padding: 18px !important;
  }

  .btn_wrap {
    width: 200px;
    box-sizing: border-box;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    right: 40px;
  }

  .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) {

  .itemboxrh .pname,
  .itemboxrh .fukidasipre,
  .itemboxrh .fukidasipretwo,
  .itemboxrh .fukidasia,
  .itemboxrh .fukidasib,
  .itemboxrh .fukidasic {
    display: none;
  }

  .ctrsp {
    text-align: center;
  }

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