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

.lineup-section_indexbox {
  background-color: #eee6eb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: linear-gradient(135deg, transparent 20px, #eee6eb 0) top left, linear-gradient(-135deg, transparent 20px, #eee6eb 0) top right, linear-gradient(-45deg, transparent 20px, #eee6eb 0) bottom right, linear-gradient(45deg, transparent 20px, #eee6eb 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  position: relative;
}

.btn-row {
  padding: 16px 24px 24px;
}

.btn_area {
  appearance: none;
  border: 0;
  padding: 10px 30px;
  background-color: #a17eb2;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: -30px;
  border-radius: 20px;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.btn_area:focus {
  outline: 3px solid #93c5fd;
  outline-offset: 2px;
}

.btn_area .label-close {
  display: none;
}

#txtboxm.open .btn_area .label-more {
  display: none;
}

#txtboxm.open .btn_area .label-close {
  display: inline;
}

.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) {
  .mv-section {
    width: 100%;
    background: url("../../images/350/350_mv_004.jpg"), url("../../images/350/350_bg_001.jpg");
    background-size: 1600px, 100% 750px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
  }

  .mv-section_inner {
    width: 1350px;
    margin: auto;
    position: relative;
  }

  .mv-section_inner .decotxt {
    position: absolute;
    top: 70px;
    width: 800px;
    right: 5%;
  }

  .mv-section_inner .title {
    position: absolute;
    top: 150px;
    width: 380px;
    left: 750px;
  }

  .mv-section_inner .intlink {
    overflow: hidden;
    position: absolute;
    top: 400px;
    width: 420px;
    left: 750px;
  }

  .mv-section_inner .intlink img {
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
  }

  .mv-section_inner .intlink a {
    display: block;
  }

  .mv-section_inner .intlink a img:hover {
    transform: scale(1.05);
    transition: 0.3s;
  }

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

  .lineup-section_indexbox {
    width: 1100px;
    top: -40px;
    padding-bottom: 30px;
  }

  .lineup-section_indexbox .ttlimg {
    width: 800px;
    margin-top: 45px;
    margin-left: 150px;
  }

  .lineup-section_indexbox .limit {
    position: absolute;
    top: -30px;
    left: -20px;
    width: 140px;
  }

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

  .lineup-section_indexbox .itembox {
    display: flex;
    width: 900px;
    margin-left: 100px;
    justify-content: space-between;
  }

  .lineup-section_indexbox .itembox .item {
    width: 430px;
  }

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

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

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

  .itemboxsq {
    position: relative;
    background-color: #ffffff;
    display: flex;
    margin-top: -70px;
  }

  .itemboxsq .sqtxt {
    position: absolute;
    top: -40px;
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .itemboxsq .itemimg {
    width: 48%;
  }

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

  .itemboxsq .txtbox {
    width: 52%;
    padding: 80px 40px 30px;
  }

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

  .itemboxsq .txtbox .ttl {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .itemboxsq .txtbox .txt {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.11em;
  }

  .itemboxrh {
    position: relative;
    background-color: #ffffff;
    display: flex;
  }

  .itemboxrh .fukidasia {
    position: absolute;
    top: -40px;
    left: -20px;
    width: 300px;
  }

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

  .itemboxrh .fukidasic {
    position: absolute;
    top: 160px;
    right: 20px;
    width: 100px;
  }

  .itemboxrh .itemimg {
    width: 48%;
  }

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

  .itemboxrh .txtbox {
    width: 52%;
    padding: 40px 40px 30px;
  }

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

  .itemboxrh .txtbox .ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #a34ea9;
  }

  .itemboxrh .txtbox .txt {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.11em;
  }

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

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

  .specbox {
    width: 100%;
    margin-left: 0px;
    position: relative;
  }

  .specbox .name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.09em;
    margin-bottom: 3px;
    margin-top: 8px;
    text-align: left;
    line-height: 2;
  }

  .specbox .spec {
    font-size: 15px;
    letter-spacing: 0.13em;
  }

  .specbox .price {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 130px;
  }

  .specbox .pricem {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 208px;
  }

  .specbox .limit,
  .specbox .nomalicon {
    font-size: 15px;
    padding: 2px 5px;
    margin-right: 10px;
  }

  .specbox .psmall {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  .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: 25px;
  }

  .iconsq {
    border: #ee6ccb 2px solid;
    color: #ee6ccb;
    padding: 3px 12px;
  }

  .iconlimit {
    background-color: #8468df;
    color: #ffffff;
    letter-spacing: 0.1em;
    padding: 4px 12px;
  }

  .iconqua {
    border: #8468df 2px solid;
    color: #8468df;
    padding: 3px 12px;
  }

  .iconsq,
  .iconlimit,
  .iconqua {
    margin: 15px 5px 20px 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline;
  }

  .intrvw-section {
    background: url("../../images/350/350_bg_003.jpg") top;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 120px;
    position: relative;
  }

  .intrvw-section .ttlimg {
    position: absolute;
    width: 700px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
  }

  .intrvw-section .decobox {
    width: 1100px;
    margin: auto;
    position: relative;
  }

  .intrvw-section .decobox .decof {
    position: absolute;
    width: 380px;
    top: -10px;
    z-index: 1;
    left: -80px;
  }

  .intrvw-section_inner {
    width: 1100px;
    margin: auto;
    position: relative;
    border: #BB63BC 3px solid;
    padding: 10px;
    border-image: linear-gradient(to right, #cdaced, #feb6d9) 1;
  }

  .intrvw-section_inner_in {
    background: url("../../images/350/350_img_004.jpg") top right;
    background-size: 1100px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 30px 70px 50px 50px;
  }

  .intrvw-section_inner_in .ttlsubtxt {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }

  .intrvw-section_inner_in .txtarea-a {
    width: 550px;
    line-height: 2;
    margin-top: 60px;
  }

  .intrvw-section_inner_in .txtarea-a .ttl {
    font-size: 27px;
    background-color: #ebcbe5;
    padding: 3px 30px 3px 15px;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
    font-weight: 500;
    background: linear-gradient(-60deg, transparent 30px, #eee6eb 0) bottom right;
    font-weight: 600;
    color: #8c516f;
  }

  .intrvw-section_inner_in .txtarea-b {
    width: 100%;
    line-height: 2;
    padding-bottom: 60px;
  }

  .intrvw-section_inner_in .txtq {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .intrvw-section_inner_in .txta {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .intrvw-section .tenten {
    width: 130px;
    display: block;
    margin: 20px auto 80px;
  }

  .intrvw-section .morebtn {
    padding: 10px 20px;
    background-color: #a17eb2;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -30px;
    border-radius: 20px;
    letter-spacing: 0.15em;
    font-weight: 600;
  }

  .w480 {
    width: 480px;
    margin-left: 10px;
  }

  .w300px {
    width: 280px;
  }

  .settxt {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  #txtboxm {
    overflow: hidden;
    position: relative;
  }

  .container {
    max-height: 690px;
    overflow: hidden;
    transition: max-height 0.9s ease;
    position: relative;
  }

  #txtboxm.open .container {
    max-height: 1500px;
  }

  .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  #txtboxm.open .container::after {
    opacity: 0;
  }

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

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

  .set-section .ttlimg {
    width: 700px;
    display: block;
    margin: auto;
  }

  .point-area {
    width: 100%;
    padding: 50px;
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
  }

  .point-area_box {
    width: 345px;
  }

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

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

  .point-area_box .txtebox .ttl {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .point-area_box .txtebox .txt {
    font-size: 15px;
    line-height: 1.8;
  }

  .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) {
  .mv-section {
    width: 100%;
  }

  .mv-section_inner img {
    width: 100%;
  }

  .mv-section_inner .decotxt {
    display: none;
  }

  .mv-section_inner .title img {
    width: 100%;
  }

  .mv-section_inner .intlink {
    width: 100%;
    background: url("../../images/350/350_bg_001s.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }

  .mv-section_inner .intlink img {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

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

  .lineup-section_indexbox {
    width: 90%;
    top: -15px;
    padding-bottom: 30px;
  }

  .lineup-section_indexbox .ttlimg {
    width: 60%;
    margin-top: 30px;
    margin-left: 20%;
  }

  .lineup-section_indexbox .limit {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 30%;
  }

  .lineup-section_indexbox .txt {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 20px 20px 5px;
    letter-spacing: 0.12em;
  }

  .lineup-section_indexbox .itembox {
    width: 90%;
    margin-left: 5%;
  }

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

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

  .itemboxsq {
    position: relative;
    background-color: #ffffff;
    margin-top: -70px;
  }

  .itemboxsq .sqtxt {
    position: absolute;
    top: -40px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
  }

  .itemboxsq .itemimg {
    width: 100%;
  }

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

  .itemboxsq .txtbox {
    width: 90%;
    margin: 0px 5%;
  }

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

  .itemboxsq .txtbox .ttl {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .itemboxsq .txtbox .txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.11em;
  }

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

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

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

  .itemboxrh .fukidasic {
    position: absolute;
    top: 1%;
    right: 12%;
    width: 24%;
  }

  .itemboxrh .itemimg {
    width: 100%;
  }

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

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

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

  .itemboxrh .txtbox .ttl {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #a34ea9;
  }

  .itemboxrh .txtbox .txt {
    font-size: 14px;
    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;
  }

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

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

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

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

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

  .intrvw-section {
    background: url("../../images/350/350_bg_003s.png") top;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
  }

  .intrvw-section .ttlimg {
    width: 56%;
    z-index: 1;
    margin-left: 22%;
    margin-bottom: 20px;
  }

  .intrvw-section .decobox {
    width: 100%;
    margin: auto;
    position: relative;
  }

  .intrvw-section .decobox .decof {
    position: absolute;
    width: 40%;
    top: -10px;
    z-index: 1;
    left: -30px;
  }

  .intrvw-section_inner {
    width: 90%;
    margin: auto;
    position: relative;
    border: #BB63BC 3px solid;
    padding: 10px;
    border-image: linear-gradient(to right, #cdaced, #feb6d9) 1;
  }

  .intrvw-section_inner_in {
    background-color: #ffffff;
    padding: 10px;
  }

  .intrvw-section_inner_in .ttlsubtxt {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .intrvw-section_inner_in .txtarea-a {
    width: 94%;
    margin-left: 3%;
    line-height: 2;
    margin-top: 20px;
  }

  .intrvw-section_inner_in .txtarea-a .ttl {
    font-size: 17px;
    background-color: #ebcbe5;
    padding: 1px 30px 1px 5px;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
    font-weight: 500;
    background: linear-gradient(-60deg, transparent 30px, #eee6eb 0) bottom right;
    font-weight: 600;
    text-align: center;
    color: #8c516f;
  }

  .intrvw-section_inner_in .txtarea-b {
    width: 100%;
    line-height: 2;
    padding-bottom: 60px;
  }

  .intrvw-section_inner_in .txtq {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .intrvw-section_inner_in .txta {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .intrvw-section_inner_in .model {
    width: 100%;
  }

  .intrvw-section .tenten {
    display: none;
  }

  .intrvw-section .morebtn {
    padding: 10px 20px;
    background-color: #a17eb2;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -30px;
    border-radius: 20px;
    letter-spacing: 0.15em;
    font-weight: 600;
  }

  #txtboxm {
    overflow: hidden;
    position: relative;
  }

  .container {
    max-height: 580px;
    overflow: hidden;
    transition: max-height 0.9s ease;
    position: relative;
  }

  #txtboxm.open .container {
    max-height: 1500px;
  }

  .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  #txtboxm.open .container::after {
    opacity: 0;
  }

  .ctrsp {
    text-align: center;
  }

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

  .set-section .tenten {
    display: none;
  }

  .set-section .ttlimg {
    width: 60%;
    display: block;
    margin: auto;
  }

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

  .specbox .name {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    margin-top: 2px;
    line-height: 2;
    text-align: center;
  }

  .specbox .spec {
    font-size: 14px;
    letter-spacing: 0.11em;
    font-weight: 500;
  }

  .specbox .price {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

  .specbox .pricem {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
  }

  .specbox .psmall {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .specbox .limit,
  .specbox .nomalicon {
    font-size: 13px;
    padding: 2px 2px;
    margin-right: 10px;
  }

  .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: 20px;
  }

  .settxt {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
  }

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

  .point-area_box {
    width: 100%;
  }

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

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

  .point-area_box .txtebox {
    margin: 15px;
  }

  .point-area_box .txtebox .ttl {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .point-area_box .txtebox .txt {
    font-size: 15px;
    line-height: 1.8;
  }

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