@charset "UTF-8";

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

.campaign-img-list__txt {
  padding: 20px 0 10px;
}

.campaign-img-list__txt .ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.campaign-img-list__txt .txt {
  font-size: 15px;
  line-height: 2;
}

h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}

.notice-text {
  margin: 50px 0;
  font-size: 17px;
}

/*文字調節*/
.ls200 {
  letter-spacing: 0.2em;
}

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

.blue {
  color: #48C0BA;
}

.orange {
  color: #fb7804;
}

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

/*キャンペーン終了の赤文字*/
/*サイズ・位置調節*/
.w80 {
  width: 80% !important;
  margin-left: 10% !important;
}

.w100 {
  width: 100%;
}

.ctrt {
  text-align: center;
}

.ctrm {
  margin: auto;
}

.ctr {
  text-align: center !important;
}

.w90pc {
  width: 90%;
  margin-left: 5%;
}

/*hr*/
hr {
  border: 0;
  border-top: 1px dashed #2d2d2d;
}

.wbox {
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0;
  padding: 0;
}

.bg_water {
  background-image: url("../images/258/258_bg002.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
}

.whicht {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  display: inline-block;
}

.whicht:before,
.whicht:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 2px;
  background-color: black;
}

.whicht:before {
  left: 0;
}

.whicht:after {
  right: 0;
}

.lname,
.lnamed {
  position: relative;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: inline-block;
}

.lname:before,
.lname:after,
.lnamed:before,
.lnamed:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 5px;
  background-color: #FFFFFF;
}

.lname:before,
.lnamed:before {
  left: 0;
}

.lname:after,
.lnamed:after {
  right: 0;
}

.lnamed {
  font-size: 27px;
}

.lnamed:before,
.lnamed:after {
  width: 10%;
}

.lname {
  font-size: 30px;
}

.lname:before,
.lname:after {
  width: 14%;
}

.g_t_box {
  background: linear-gradient(90deg, #fcfad8 0%, #fae0c8 100%);
}

.g_t_box_g {
  background: linear-gradient(90deg, #e9f3ff 0%, #eae1fd 100%);
}

.g_t_box_dm {
  background: linear-gradient(90deg, #fde2fa 0%, #fee9e8 100%);
}

.g_t_box,
.g_t_box_g,
.g_t_box_dm {
  border-radius: 30px 30px 0px 0px;
  border: #FFFFFF solid 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 15px;
}

.prodbox {
  position: relative;
}

.prodbox .txtbox {
  width: 100%;
  margin-left: 0%;
}

.prodbox .pimg {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
}

.prodbox .ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-align: center;
}

.prodbox .txt {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
}

.prodbox .pimgs {
  width: 50%;
  margin-left: 25%;
}

.prodbox .txtbox2 {
  width: 90%;
  margin-left: 5%;
}

.prodbox .nameimg {
  width: 100%;
}

.prodbox .ttl2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-align: center;
  letter-spacing: 0.12em;
}

.prodbox .btn180 {
  position: absolute;
  width: 30%;
  top: 300px;
  left: 5%;
}

.notetxt {
  background: linear-gradient(#ccc 1px, transparent 1px) #ffffff;
  background-size: auto 2.5em;
  line-height: 2.5em;
  overflow: hidden;
}

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

.specbox .name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.7;
  text-align: center;
}

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

.specbox .limit {
  font-size: 15px;
  letter-spacing: 0.13em;
  border: solid 1px #d252d2;
  padding: 1px 2px;
  color: #d252d2;
}

.specbox .otoku {
  position: relative;
  display: inline-block;
  background: #fb5990;
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.13em;
}

.specbox .otoku:before {
  content: "";
  border: 5px solid transparent;
  border-top: 10px solid #fb5990;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.specbox .price {
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

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

.mainbk {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

a.setbtn {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1rem 3rem;
  font-weight: bold;
  border: 2px solid #b792cc;
  background: #b792cc;
  color: #fff;
  transition: 0.5s;
  margin-bottom: 30px;
}

a.setbtn:hover {
  color: #b792cc;
  background: #fff;
}

a.setbtn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 44%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* 買い物ボタン */
.btn_style {
  width: 250px;
  height: 55px;
  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;
}

/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {
  .breadcrumb-content {
    padding: 10px 0;
  }

  .campaign-list {
    width: calc(100% + 50px);
    margin-bottom: -50px;
  }

  .campaign-list__item {
    width: calc(33.33% - 50px);
    margin: 0 50px 50px 0;
  }

  .campaign-list__img {
    height: 205px;
  }

  .campaign-list__txt {
    padding: 25px 0 10px;
  }

  .campaign-list__txt .ttl {
    font-size: 20px;
  }

  .campaign-list__txt .txt {
    font-size: 15px;
  }

  .key-visual {
    width: 1180px;
    height: 560px;
    margin: 0 auto 70px;
  }

  .campaign-area .campaign-txt {
    margin-bottom: 60px;
    font-size: 15px;
  }

  .campaign-img-list {
    width: 100%;
  }

  .campaign-img-list__item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .campaign-img-list__img img {
    width: 100%;
    height: 100%;
  }

  .campaign-img-list {
    display: flex;
    width: calc(100% + 50px);
    align-items: flex-start;
  }

  .campaign-img-list__item {
    width: calc(33.33% - 50px);
    margin: 0 50px 50px 0;
  }

  .campaign-img-list__img {
    height: 285px;
    align-self: flex-start;
  }

  .campaign-img-list__txt {
    padding: 30px 0 10px;
  }

  .campaign-img-list__txt .ttl {
    margin-bottom: 15px;
  }

  .sponly {
    display: none !important;
  }

  /*サイズ・位置調節*/
  .mtm20 {
    margin-top: -20px;
  }

  .ml20pc {
    margin-left: 20px;
  }

  .rightpc {
    text-align: right;
  }

  .ctrpc {
    text-align: center;
  }

  .mt30pc {
    margin-top: 40px !important;
  }

  .ml500 {
    margin-left: 710px;
  }

  .mt40pc {
    margin-top: 45px !important;
  }

  .w80pc {
    width: 80%;
    margin-left: 10%;
  }

  /*特集ごと*/
  .bg_water {
    background-image: url("../images/258/258_bg001.jpg");
    background-size: 100% 100%;
  }

  .type3 {
    width: 80%;
    margin: 30px auto;
  }

  .type3 a:hover {
    opacity: 0.5;
    transition: 0.8s;
  }

  .prodbox {
    padding-bottom: 30px;
  }

  .prodbox .pimgs {
    width: 20%;
    margin-right: 5%;
    margin-left: 60px;
    margin-top: 10px;
  }

  .prodbox .txtbox2 {
    width: 60%;
    margin-left: 0%;
  }

  .prodbox .nameimg {
    width: 90%;
  }

  .prodbox .ttl2 {
    font-size: 17px;
  }

  .prodbox {
    display: flex;
    align-items: flex-start;
    position: relative;
  }

  .prodbox .pimg {
    width: 37%;
    margin-right: 5%;
    margin-left: 8%;
    position: relative;
    margin-top: 5px;
  }

  .prodbox .pimg img {
    width: 100%;
  }

  .prodbox .pimg .btn180 {
    position: absolute;
    width: 170px;
    top: 420px;
    left: 20px;
    ttransition: opacity 0.5s ease;
    opacity: 1;
    transition: 0.5s;
  }

  .prodbox .pimg .btn180:hover {
    opacity: 0.7;
  }

  .prodbox .txtbox {
    width: 45%;
    margin-left: 0%;
  }

  .prodbox .ttl {
    font-size: 23px;
  }

  .prodbox .txt {
    font-size: 15px;
  }

  a.setbtn {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 0.5rem 2rem;
    font-weight: bold;
    border: 2px solid #b792cc;
    background: #b792cc;
    color: #fff;
    transition: 0.5s;
  }

  a.setbtn:hover {
    color: #b792cc;
    background: #fff;
  }

  a.setbtn::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 42%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .g_t_box,
  .g_t_box_g,
  .g_t_box_dm {
    font-size: 25px;
    letter-spacing: 0.2em;
  }

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

  .specbox .name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: left;
  }

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

  .specbox .limit {
    font-size: 15px;
    letter-spacing: 0.13em;
    border: solid 1px #d252d2;
    padding: 1px 3px;
    color: #d252d2;
  }

  .specbox .price {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 5px;
    text-align: left;
    margin-left: 110px;
  }

  .specbox .otoku {
    margin-left: 30px;
    font-size: 14px;
  }

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

  .whicht {
    font-size: 22px;
  }

  .whicht:before,
  .whicht:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35%;
    height: 2px;
    background-color: black;
  }

  .whicht:before {
    left: 0;
  }

  .whicht:after {
    right: 0;
  }

  .lname {
    font-size: 45px;
    letter-spacing: 0.4em;
  }

  .lname:before,
  .lname:after {
    width: 30%;
  }

  .lnamed {
    font-size: 45px;
    letter-spacing: 0.4em;
  }

  .lnamed:before,
  .lnamed:after {
    width: 8%;
  }

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

  .mvbox2405 {
    position: relative;
    height: 770px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
  }

  .mvbox2405 .prodimg {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50px;
  }

  .mvbox2405 .prodimg img {
    width: 100%;
    height: auto;
  }

  .mvbox2405 .ttlbox {
    position: absolute;
    width: 50%;
    top: 15%;
    height: 480px;
  }

  .mvbox2405 .ttlbox .txtimg {
    margin-left: 28%;
    width: 63%;
    max-width: 500px;
    height: auto;
  }

  .mvbox2405 .ttlbox .txtimg img {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .mvbox2405 .ttlbox p {
    margin-top: 20px;
    margin-left: 30%;
    width: 58%;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: 0.14em;
  }

  .mvbox2405 .limit {
    position: absolute;
    top: 40px;
    width: 240px;
    left: 5%;
    z-index: 1;
  }

  .mvbox2405 .bbl1 {
    position: absolute;
    top: 40px;
    width: 200px;
    left: 35%;
    z-index: 0;
  }

  .mvbox2405 .bbl2 {
    position: absolute;
    bottom: 40px;
    width: 280px;
    left: 5%;
    z-index: 0;
  }
}

/* ここにSP向けのCSS指定 */
@media (max-width: 768.98px) {
  .pconly {
    display: none;
  }

  .ctrsp {
    text-align: center;
  }

  .ctrsp2 {
    text-align: center;
    margin: auto;
  }

  .campaign-img-list {
    margin: 0 auto;
  }

  .campaign-img-list__img img {
    width: 100%;
    margin: 10px 0;
    align-self: flex-start;
  }

  .campaign-wrap02__img img {
    width: 100%;
    margin: 10px 0;
    align-self: flex-start;
  }

  /*サイズ調節	*/
  .type3 {
    width: 60%;
    margin: 30px auto;
  }

  .type3 a:hover {
    opacity: 0.5;
    transition: 0.8s;
  }

  .w100 {
    width: 100%;
  }

  .w100sp {
    width: 100%;
  }

  .w70sp {
    width: 50%;
    margin-left: 25% !important;
  }

  .mvbox2405 {
    width: 100%;
  }

  .mvbox2405 img {
    width: 100%;
    height: auto;
  }

  .mvbox2405 .prodimg {
    width: 100%;
  }

  .mvbox2405 .ttlbox {
    padding-bottom: 30px;
  }

  .mvbox2405 .ttlbox .txtimg {
    display: none;
  }

  .mvbox2405 .ttlbox p {
    font-size: 15px;
    margin-left: 12%;
    line-height: 1.9;
    font-weight: 500;
    margin-right: 20px;
  }

  .mvbox2405 .limit {
    display: none;
  }

  .mvbox2405 .bbl1 {
    display: none;
  }

  .mvbox2405 .bbl2 {
    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: 90%;
    margin-left: 7%;
  }

  .prodbox {
    padding: 15px;
  }

  .btn180sp {
    width: 40%;
    margin-left: 30%;
    margin-top: 20px;
  }

  .txtsp {
    width: 90%;
    font-size: 14px;
    margin-left: 5%;
    margin-top: 20px;
    line-height: 1.8;
    font-weight: 500;
  }

  .specbox .otoku {
    width: 50%;
    margin-left: 30%;
    text-align: center;
  }
}