@charset "UTF-8";

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

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

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

/*キャンペーン終了の赤文字*/
.w100 {
  width: 100%;
}

.ctrt {
  text-align: center;
}

.ctrm {
  margin: auto;
}

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

.main245 {
  background-color: #def3ef;
}

.mvbox {
  background-color: #f3f7f7;
}

.blubk {
  background-image: url("https://www.haba.co.jp/assets/images/pages/f-static/campaign/245_bg_003.png");
  background-position: center;
}

.blubk .seibun {
  text-align: center;
}

.blubk .seibun .textal {
  color: #88bfa8;
}

.blubk .seibun .textja {
  color: #4f5953;
}

.mintbk {
  background-image: url("https://www.haba.co.jp/assets/images/pages/f-static/campaign/245_bg_004s.jpg");
  background-size: 100%;
  background-repeat: repeat;
  background-position: top;
}

.bggly {
  background-color: #f3f7f7;
}

.bggly .fromh {
  text-align: center;
  margin-top: -100px;
}

.bggly .fromh .textal {
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #88bfa8;
}

.bggly .fromh .textja {
  font-weight: 600;
  letter-spacing: 0.19em;
  color: #4f5953;
  margin-top: 20px;
}

.bggly .fromh img {
  width: 630px;
  height: auto;
  margin-bottom: 20px;
}

.mintbkw {
  background-image: url("https://www.haba.co.jp/assets/images/pages/f-static/campaign/245_bg_005s.jpg");
  background-size: 100%;
  background-repeat: repeat;
}

.contmemo .memobox_a,
.contmemo .memobox_b {
  background-color: #ffffff;
  box-shadow: 3px 3px #cdd7d3;
}

.contmemo .memobox_a .ttl,
.contmemo .memobox_b .ttl {
  color: #4b9072;
  border-bottom: #9eaba6 dashed 1px;
  padding-bottom: 10px;
}

.contmemo .memobox_a {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.contmemo .memobox_b {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

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

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

/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {
  .mintbk {
    background-image: url("https://www.haba.co.jp/assets/images/pages/f-static/campaign/245_bg_004.jpg");
  }

  .mintbkw {
    background-image: url("https://www.haba.co.jp/assets/images/pages/f-static/campaign/245_bg_005.jpg");
  }

  .mvbox {
    position: relative;
    height: 750px;
    overflow: hidden;
    background-color: #f3f7f7;
  }

  .mvbox .inbox {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 750px;
  }

  .mvbox .inbox .kitano {
    position: absolute;
    width: 800px;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .mvbox .inbox .limit {
    position: absolute;
    width: 140px;
    top: 50px;
    right: 30px;
    z-index: 1;
  }

  .mvbox .inbox .mainimg {
    width: 60%;
    max-width: 800px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
  }

  .mvbox .inbox .mainimg img {
    width: 100%;
    height: auto;
  }

  .mvbox .inbox .ttlbox {
    position: absolute;
    width: 520px;
    top: 25%;
    left: 10%;
    z-index: 1;
  }

  .mvbox .inbox .ttlbox img {
    width: 100%;
  }

  .mvbox .inbox .ttlbox .notepc {
    margin-top: 25px;
    margin-left: 15px;
  }

  .mvbox .inbox .ttlbox .notepc p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2;
  }

  .mvbox .bgimg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: -30px;
  }

  .mvbox .bgimg img {
    width: 100%;
  }

  .blubk {
    background-size: 460px;
    padding-top: 10px;
    height: 430px;
    margin-bottom: 30px;
  }

  .blubk .seibun {
    text-align: center;
  }

  .blubk .seibun .textal {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.15em;
  }

  .blubk .seibun .textja {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.19em;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .blubk .seibun img {
    width: 680px;
    height: auto;
    margin-bottom: 20px;
  }

  .contboxw {
    background-color: #ffffff;
    padding: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 46% 50%;
    column-gap: 4%;
  }

  .contboxw .namet {
    position: absolute;
    top: -70px;
    width: 700px;
    right: 20px;
  }

  .contboxw .namesoap {
    position: absolute;
    top: -75px;
    width: 320px;
    right: 110px;
  }

  .contboxw .icong {
    position: absolute;
    top: 60px;
    width: 150px;
    right: 50px;
  }

  .contboxw .pimg {
    display: grid;
    width: 100%;
  }

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

  .contboxw .txtbox {
    padding-right: 30px;
    margin-top: 100px;
  }

  .contboxw .txtbox .ttl {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #4f5953;
  }

  .contboxw .txtbox .txt {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2.2;
    letter-spacing: 0.13em;
    font-weight: 500;
  }

  .bggly .fromh {
    text-align: center;
    margin-top: -100px;
  }

  .bggly .fromh .textal {
    font-size: 35px;
  }

  .bggly .fromh .textja {
    font-size: 23px;
    margin-top: 20px;
  }

  .bggly .fromh img {
    width: 630px;
    height: auto;
    margin-bottom: 20px;
  }

  .contmemo {
    display: grid;
    width: 80%;
    margin-left: 10%;
    grid-template-columns: 48% 48%;
    margin-top: 50px;
    column-gap: 4%;
    row-gap: 30px;
  }

  .contmemo .memobox_a,
  .contmemo .memobox_b {
    position: relative;
    background-color: #ffffff;
    padding: 50px;
  }

  .contmemo .memobox_a .nmber,
  .contmemo .memobox_b .nmber {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 150px;
  }

  .contmemo .memobox_a .icon,
  .contmemo .memobox_b .icon {
    position: absolute;
    top: 25px;
    left: 50px;
    width: 120px;
  }

  .contmemo .memobox_a .ttl,
  .contmemo .memobox_b .ttl {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    margin-top: 60px;
    color: #4b9072;
    border-bottom: #9eaba6 dashed 1px;
    padding-bottom: 10px;
  }

  .contmemo .memobox_a .txt,
  .contmemo .memobox_b .txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.14em;
  }

  .intrimg {
    width: 62%;
    margin-left: 18%;
  }

  .namesml {
    font-size: 15px;
    font-weight: 500;
  }

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

  .sponly {
    display: none !important;
  }

  .rightpc {
    text-align: right;
  }

  .ctrpc {
    text-align: center;
  }

  .specbox {
    width: 520px;
    margin-left: 10px;
    position: relative;
  }

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

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

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

  .specbox .price {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 0px;
    text-align: right;
    margin-bottom: 20px;
  }

  .specbox .pricel {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 110px;
  }

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

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

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

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

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

  .mvbox .inbox .limit {
    display: none;
  }

  .mvbox .inbox .mainimg {
    width: 100%;
  }

  .mvbox .inbox .mainimg img {
    width: 100%;
    height: auto;
  }

  .mvbox .inbox .ttlbox {
    width: 100%;
  }

  .mvbox .inbox .ttlbox img {
    display: none;
  }

  .mvbox .inbox .ttlbox .notepc {
    margin: 20px;
  }

  .mvbox .inbox .ttlbox .notepc p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2;
  }

  .mvbox .bgimg {
    width: 100%;
  }

  .mvbox .bgimg img {
    width: 100%;
  }

  .blubk {
    background-size: 90%;
    padding-top: 00px;
  }

  .blubk .seibun {
    text-align: center;
  }

  .blubk .seibun .textal {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #88bfa8;
  }

  .blubk .seibun .textja {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.19em;
    color: #4f5953;
    margin-bottom: 25px;
  }

  .blubk .seibun .seibunimg {
    width: 70%;
    margin-left: 15%;
  }

  .blubk .seibun img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .contboxw {
    background-color: #ffffff;
    padding: 10px;
    position: relative;
  }

  .contboxw .namet {
    position: absolute;
    top: -50px;
    width: 100%;
    right: 0px;
  }

  .contboxw .namesoap {
    position: absolute;
    top: -60px;
    width: 50%;
    right: 20px;
  }

  .contboxw .icong {
    position: absolute;
    top: 50px;
    width: 28%;
    right: 5%;
  }

  .contboxw .pimg {
    width: 100%;
  }

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

  .contboxw .txtbox {
    padding: 10px 20px;
  }

  .contboxw .txtbox .ttl {
    font-size: 21px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #4f5953;
  }

  .contboxw .txtbox .txt {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
    letter-spacing: 0.13em;
    font-weight: 500;
  }

  .bggly .fromh {
    text-align: center;
    margin-top: -100px;
  }

  .bggly .fromh .textal {
    font-size: 22px;
  }

  .bggly .fromh .textja {
    font-size: 20px;
    margin-top: 10px;
  }

  .contmemo {
    width: 100%;
    margin-top: 50px;
  }

  .contmemo .memobox_a,
  .contmemo .memobox_b {
    position: relative;
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 30px;
  }

  .contmemo .memobox_a .nmber,
  .contmemo .memobox_b .nmber {
    position: absolute;
    top: -30px;
    right: 10%;
    width: 40%;
  }

  .contmemo .memobox_a .icon,
  .contmemo .memobox_b .icon {
    position: absolute;
    top: 25px;
    left: 10%;
    width: 30%;
  }

  .contmemo .memobox_a .ttl,
  .contmemo .memobox_b .ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    margin-top: 60px;
    border-bottom: #9eaba6 dashed 1px;
    padding-bottom: 10px;
  }

  .contmemo .memobox_a .txt,
  .contmemo .memobox_b .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.14em;
  }

  .namesml {
    font-size: 13px;
    font-weight: 500;
  }

  .specbox {
    width: 95%;
    margin-left: 0px;
    margin-top: 20px;
    color: #4f5953;
  }

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

  .specbox .name {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 2.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 .psmall {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

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

  .pconly {
    display: none;
  }

  .ctrsp {
    text-align: center;
  }

  .w100sp {
    width: 100%;
  }

  /*買い物ボタン*/
  .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: 92%;
    margin-left: 7%;
  }
}