/*cont*/
/*mediaquery*/
/*omedetoselectionWrap*/
.wrapper#store .omedetoselectionWrap .textout {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
}
.wrapper#store .omedetoselectionWrap .badge:before {
  content: "";
  display: block;
  width: 24%;
  height: auto;
  padding-bottom: 24%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 2%;
  top: 2%;
}
.wrapper#store .omedetoselectionWrap .tag {
  display: inline-block;
  background-color: #da325d;
  border-radius: 20px;
  padding: 0px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 5px;
  top: 5px;
}
.wrapper#store .omedetoselectionWrap .titWrap {
  text-align: center;
}
.wrapper#store .omedetoselectionWrap .doubleLineTit {
  font-size: clamp(19px, 3vw, 36px);
  font-weight: 600;
  margin-bottom: 3%;
}
.wrapper#store .omedetoselectionWrap .doubleLineTit span {
  display: inline-block;
  /*flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
  position: relative;
  padding: 0 5%;
}
.wrapper#store .omedetoselectionWrap .doubleLineTit span:before, .wrapper#store .omedetoselectionWrap .doubleLineTit span:after {
  content: "";
  display: block;
  width: 3.1%;
  height: auto;
  padding-bottom: 3.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 48.2%;
}
.wrapper#store .omedetoselectionWrap .doubleLineTit span:before {
  background-image: url(../images/lp/erande/tit_left.png);
  padding-right: 0.5em;
  left: 0;
}
.wrapper#store .omedetoselectionWrap .doubleLineTit span:after {
  background-image: url(../images/lp/erande/tit_right.png);
  padding-left: 0.5em;
  right: 0;
}
.wrapper#store .omedetoselectionWrap .numTit {
  font-size: clamp(19px, 3vw, 36px);
  font-weight: 600;
  text-align: left;
  margin-bottom: 2.5%;
  text-indent: -9.6%;
  padding-left: 9.6%;
}
.wrapper#store .omedetoselectionWrap .numTit i:before {
  content: "";
  width: 8.6%;
  padding-bottom: 8.6%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1%;
}
.wrapper#store .omedetoselectionWrap .numTit strong {
  color: #da325d;
}
@media screen and (min-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box_col > * {
    width: 50%;
  }
  .wrapper#store .omedetoselectionWrap .box_col > *.box_image {
    padding-right: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrapper#store .omedetoselectionWrap .box_col > *.box_text {
    max-width: none;
    width: 50%;
  }
}
.wrapper#store .omedetoselectionWrap .box_col .tit {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
}
.wrapper#store .omedetoselectionWrap .box_col .tit .min {
  font-size: 0.8em;
}
.wrapper#store .omedetoselectionWrap .box_col .tit .pink {
  color: #ec7593;
}
.wrapper#store .omedetoselectionWrap .textLink {
  color: #ec7593;
  position: relative;
  padding: 5px 1.5em 5px 5px;
  text-decoration: underline;
}
.wrapper#store .omedetoselectionWrap .textLink.arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 2px solid #ec7593;
  border-right: 2px solid #ec7593;
}
.wrapper#store .omedetoselectionWrap .itemList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper#store .omedetoselectionWrap .itemList li {
  position: relative;
}
.wrapper#store .omedetoselectionWrap .itemList li:before {
  content: "";
  background-image: url(https://www.rambbit.net/store/u_page/img/assets/images/lp/renew_catalog/ico_pin.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 27px;
  position: absolute;
  right: 3px;
  left: 0;
  top: -12px;
  margin: auto;
}
.wrapper#store .omedetoselectionWrap .itemList li a:not(.btnColor) {
  display: block;
  padding: 5% 5% 0 5%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px #e7e7e7;
          box-shadow: 0px 3px 5px #e7e7e7;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper#store .omedetoselectionWrap .itemList li .notice {
  color: #666;
}
.wrapper#store .omedetoselectionWrap .itemList li .notice.min {
  font-size: 0.8em;
}
.wrapper#store .omedetoselectionWrap .itemList .giftImage {
  margin-bottom: 3%;
}
.wrapper#store .omedetoselectionWrap .itemList .itemInfo .catalogTit {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 500;
}
.wrapper#store .omedetoselectionWrap .itemList .itemInfo .catalogTit em {
  font-size: 0.8em;
}
.wrapper#store .omedetoselectionWrap .itemList .btnColor {
  font-size: clamp(13px, 2vw, 16px);
}
.wrapper#store .omedetoselectionWrap .itemList .btnColor.babypink {
  background-color: #ec7593;
}
.wrapper#store .omedetoselectionWrap .itemList .btnColor.babyorange {
  background-color: #fba136;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li {
  padding: 2% 2% 0 2%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px #e7e7e7;
          box-shadow: 0px 3px 5px #e7e7e7;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li a:not(.btnColor) {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  padding-top: 5%;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink:before {
  content: none;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink a:not(.btnColor) {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .doubleLineTit {
  font-size: clamp(14px, 3vw, 18px);
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  font-weight: 500;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .doubleLineTit span {
  padding: 0 6%;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .doubleLineTit span:before,
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .doubleLineTit span:after {
  padding-bottom: 12.6%;
  width: 5.1%;
  top: 44.2%;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .bg_clound {
  position: relative;
  padding: 14% 10% 5% 10%;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .bg_clound:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 76%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/lp/erande/bg_erande_cloud.png);
  background-size: contain;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .btnColor,
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink img {
  position: relative;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink img {
  width: 100%;
  max-width: 90%;
}
.wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink .btnColor {
  max-width: 80%;
  font-size: 0.9em;
  padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink {
    width: 50%;
    max-width: 300px;
    margin: 40px auto 0px auto;
  }
}
@media screen and (max-width: 600px) {
  .wrapper#store .omedetoselectionWrap .itemList.erandeItem li.anotherTypeLink {
    width: 50%;
    max-width: 300px;
    margin: 0px auto 60px auto;
  }
}
.wrapper#store .omedetoselectionWrap .marquee {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff4b8));
  background: linear-gradient(transparent 60%, #fff4b8 60%);
}
.wrapper#store .omedetoselectionWrap .box1 {
  position: relative;
}
.wrapper#store .omedetoselectionWrap .box1 .course {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  position: absolute;
  width: 100%;
  bottom: 3%;
}
.wrapper#store .omedetoselectionWrap .course {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper#store .omedetoselectionWrap .course dt {
  margin-right: 10px;
  position: relative;
}
@media (min-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .course dt {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 999px) {
  .wrapper#store .omedetoselectionWrap .course dt {
    max-width: calc(100% - 40px);
    margin: 0;
    display: inline-block;
  }
}
.wrapper#store .omedetoselectionWrap .course dt span {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fba136;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 32px);
}
@media (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .course dt span {
    padding: 5px 10px;
  }
}
@media (max-width: 400px) {
  .wrapper#store .omedetoselectionWrap .course dt span {
    padding: 2px 0px;
  }
}
.wrapper#store .omedetoselectionWrap .course dt span:before, .wrapper#store .omedetoselectionWrap .course dt span:after {
  content: "";
  position: absolute;
  right: -10px;
}
.wrapper#store .omedetoselectionWrap .course dt span:before {
  border-top: 10px solid #fba136;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid #fba136;
  top: 0;
}
.wrapper#store .omedetoselectionWrap .course dt span:after {
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fba136;
  border-left: 5px solid #fba136;
  bottom: 0;
}
.wrapper#store .omedetoselectionWrap .course dt:before, .wrapper#store .omedetoselectionWrap .course dt:after {
  content: "";
  position: absolute;
  left: -10px;
}
.wrapper#store .omedetoselectionWrap .course dt:before {
  border-top: 10px solid #fba136;
  border-right: 5px solid #fba136;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  top: 0;
}
.wrapper#store .omedetoselectionWrap .course dt:after {
  border-top: 10px solid transparent;
  border-right: 5px solid #fba136;
  border-bottom: 10px solid #fba136;
  border-left: 5px solid transparent;
  bottom: 0;
}
.wrapper#store .omedetoselectionWrap .course dd {
  font-weight: bold;
  font-size: clamp(12px, 3vw, 28px);
  padding-left: 0.5em;
  color: #333;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}
@media (max-width: 999px) {
  .wrapper#store .omedetoselectionWrap .course dd {
    text-align: center;
  }
}
.wrapper#store .omedetoselectionWrap .course dd em {
  color: #fba136;
  font-size: 1.2em;
}
.wrapper#store .omedetoselectionWrap .box_inner {
  width: 100%;
  max-width: 850px;
  margin: auto;
}
.wrapper#store .omedetoselectionWrap .box2 {
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8eeeb;
  background-image: url(../images/lp/omedetoselection2/bg_omedetosalection.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 0%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box2 {
    padding: 10% 1.5% 3% 1.5%;
  }
}
.wrapper#store .omedetoselectionWrap .box2 .subTit {
  background-color: #fba136;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  display: inline-block;
  /*width: 100%;
  max-width: 60%;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 100px;
  margin: 0 auto 1em auto;
}
.wrapper#store .omedetoselectionWrap .box2 .doubleLineTit strong {
  color: #ec7593;
  font-size: 1.5em;
}
@media (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box2 .itemList li {
    width: calc(50% - 40px);
  }
}
@media (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box2 .itemList li {
    padding: 5px 5px 10px 5px;
    margin: 10px 5px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box2.cardtype .box_col {
    display: block;
  }
  .wrapper#store .omedetoselectionWrap .box2.cardtype .box_col > * {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box2.cardtype .box_col .box_text {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.wrapper#store .omedetoselectionWrap .box2.cardtype .box_col .box_text .tit {
  font-size: clamp(20px, 3vw, 36px);
}
.wrapper#store .omedetoselectionWrap .box2.cardtype .box_col .box_text .text {
  padding-right: 0;
}
.wrapper#store .omedetoselectionWrap .box2.cardtype .itemList.erandeItem li {
  padding-top: 4%;
}
.wrapper#store .omedetoselectionWrap .box3 {
  background-color: #dbe482;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box3 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .catalogImg {
  position: relative;
  /*margin: -3% -3% -9% -3%;*/
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box3 .catalogImg {
    /*margin: -10% -1.5% -13% -1.5%;*/
  }
}
.wrapper#store .omedetoselectionWrap .box3 .catalogImg img {
  border-radius: 24px 24px 0 0;
}
.wrapper#store .omedetoselectionWrap .box3 .tit:before {
  content: "";
  display: block;
  width: 9%;
  padding: 11%;
  position: absolute;
  left: -2%;
  top: 0%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/lp/omedetoselection2/tit_specialgift.png);
}
.wrapper#store .omedetoselectionWrap .box3 .titWrap {
  margin-top: -3%;
  position: relative;
  padding-bottom: 3%;
}
.wrapper#store .omedetoselectionWrap .box3 .subTit {
  background-color: transparent;
}
.wrapper#store .omedetoselectionWrap .box3 .subTit:before {
  content: "";
  width: 60%;
  padding-bottom: 8%;
  position: absolute;
  left: 0%;
  right: 0;
  top: 0%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/lp/omedetoselection2/tit_tsumiki.png);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box3 .subTit:before {
    width: 80%;
    padding-bottom: 10%;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog {
  background-color: #fff;
  padding-top: 8%;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 600px) {
  .wrapper#store .omedetoselectionWrap .box3 .aboutCatalog {
    width: 100%;
    margin: 0;
    padding-top: 10%;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .copy {
  padding: 0 5% 2% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 {
  gap: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  background-color: #fff;
  border-radius: 5%;
}
@media screen and (max-width: 600px) {
  .wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li {
    width: 100%;
    display: block;
  }
}
@media (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li {
    padding: 0 0px 10px 0px;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li:before {
  content: none;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li > * {
  min-height: 1%;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li .titImg img {
  border-radius: 24px 24px 0 0;
  max-width: 300px;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li .text.center {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li .text.center .fontMin {
  font-size: 0.9em;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li figure {
  width: 100%;
  margin: 0 auto 10px auto;
}
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li .text.center,
.wrapper#store .omedetoselectionWrap .box3 .aboutCatalog .itemList.list-col2 li figure {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper#store .omedetoselectionWrap .box3 .borderBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #ec7593;
  margin-top: 3%;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box3 .borderBox {
    border-radius: 20px;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .borderBox .giftImage,
.wrapper#store .omedetoselectionWrap .box3 .borderBox .comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper#store .omedetoselectionWrap .box3 .borderBox .giftImage {
  padding: 20% 6% 6% 6%;
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box3 .borderBox .giftImage {
    width: 40%;
    padding: 7% 2% 2% 2%;
    margin-bottom: 0;
    border-radius: 25px 25px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box3 .borderBox .giftImage {
    border-radius: 15px 15px 0 15px;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .borderBox .comment {
  padding: 3%;
  background-color: #ec7593;
  color: #fff;
  text-align: center;
  border-radius: 0 0 25px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box3 .borderBox .comment {
    width: 60%;
    border-radius: 0 25px 25px 0px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box3 .borderBox .comment {
    border-radius: 0 15px 15px 0px;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .borderBox .stepWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box3 .borderBox .stepWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wrapper#store .omedetoselectionWrap .box3 .borderBox .stepWrap > * {
  min-height: 1%;
}
.wrapper#store .omedetoselectionWrap .box4 {
  background-color: #f8eeeb;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8eeeb;
  background-image: url(../images/lp/omedetoselection2/bg_omedetosalection.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 0%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .omedetoselectionWrap .box4 .subTit {
  background-color: #fba136;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 100px;
  margin: 0 auto 1em auto;
}
.wrapper#store .omedetoselectionWrap .box4 .titWrap .imageCopy {
  width: 85%;
  margin: 0 auto 20px auto;
}
.wrapper#store .omedetoselectionWrap .box4 .titWrap .doubleLineTit strong {
  color: #da325d;
}
.wrapper#store .omedetoselectionWrap .box4 .titWrap .doubleLineTit strong .fontMin {
  font-size: 0.6em;
  display: inline-block;
  vertical-align: middle;
}
.wrapper#store .omedetoselectionWrap .box4 .box_image {
  gap: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 480px) {
  .wrapper#store .omedetoselectionWrap .box4 .box_image {
    width: 100%;
  }
}
.wrapper#store .omedetoselectionWrap .box4 .box_image .website {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 .box_image .website {
    width: 40%;
    max-width: 200px;
    margin-top: 8%;
  }
}
.wrapper#store .omedetoselectionWrap .box4 .box_image .weborder {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 .box_image .weborder {
    width: 100%;
  }
}
.wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .tit {
  content: "";
  width: 65.5%;
  padding-bottom: 14%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/lp/omedetoselection2/tit_weborder.png);
  margin-bottom: 8px;
}
.wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .titCopy {
  padding-left: 17%;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .titCopy br {
    display: none;
  }
}
.wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .webOrderMelit li {
  margin-bottom: 20px;
}
.wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .webOrderMelit li:nth-child(2) {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .webOrderMelit li:nth-child(2) {
    width: 100%;
  }
}
.wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .webOrderMelit li:nth-child(3) {
  width: 76%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 .box_image .weborder .webOrderMelit li:nth-child(3) {
    width: 100%;
  }
}
.wrapper#store .omedetoselectionWrap .box4 .box_catalogCategory {
  border: 4px solid #fba136;
  border-radius: 40px;
  background-color: #fffef9;
  width: 100%;
  max-width: 92%;
  margin: auto;
}
.wrapper#store .omedetoselectionWrap .box4 .box_catalogCategory ul {
  width: 100%;
  max-width: 790px;
  margin: auto;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.wrapper#store .omedetoselectionWrap .box4 .box_catalogCategory ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 .box_catalogCategory ul li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}
.wrapper#store .omedetoselectionWrap .box5 {
  background-color: #f8eeeb;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8eeeb;
  background-image: url(../images/lp/omedetoselection2/bg_omedetosalection.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 0%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box5 {
    padding: 10% 1.5% 3% 1.5%;
  }
}
.wrapper#store .omedetoselectionWrap .box5 .subTit {
  background-color: #fba136;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  display: inline-block;
  /*width: 100%;
  max-width: 60%;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 100px;
  margin: 0 auto 1em auto;
}
.wrapper#store .omedetoselectionWrap .box5 .tit {
  content: "";
  width: 90%;
  padding-bottom: 10.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/lp/omedetoselection2/tit_catalog_pc.png);
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box5 .tit {
    background-image: url(../images/lp/omedetoselection2/tit_catalog_sp.png);
    width: 90%;
    padding-bottom: 19.5%;
    background-position: left;
  }
}
.wrapper#store .omedetoselectionWrap .box5 .titCopy {
  padding-left: 11.5%;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box5 .titCopy {
    padding-left: 17%;
  }
}
.wrapper#store .omedetoselectionWrap .box5 .box_item {
  margin-top: 40px;
}
.wrapper#store .omedetoselectionWrap .box5 .box_item figure img {
  border-radius: 24px;
}
.wrapper#store .omedetoselectionWrap .box4 .itemList,
.wrapper#store .omedetoselectionWrap .box5 .itemList {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  gap: 24px;
}
.wrapper#store .omedetoselectionWrap .box4 .itemList li,
.wrapper#store .omedetoselectionWrap .box5 .itemList li {
  background-color: #fff;
  margin: 0;
  width: calc(33.3333333333% - 16px);
  border-radius: 24px;
  -webkit-box-shadow: 0px 1px 3px #e7e7e7;
          box-shadow: 0px 1px 3px #e7e7e7;
}
.wrapper#store .omedetoselectionWrap .box4 .itemList li:before,
.wrapper#store .omedetoselectionWrap .box5 .itemList li:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box4 .itemList li,
  .wrapper#store .omedetoselectionWrap .box5 .itemList li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper#store .omedetoselectionWrap .box4 .itemList li,
  .wrapper#store .omedetoselectionWrap .box5 .itemList li {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box5 .itemList li {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 550px) {
  .wrapper#store .omedetoselectionWrap .box5 .itemList li {
    width: 100%;
  }
}
.wrapper#store .omedetoselectionWrap .box6 {
  background-color: #f8eeeb;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8eeeb;
  background-image: url(../images/lp/omedetoselection2/bg_omedetosalection_bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box6 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col {
  width: 100%;
  max-width: 850px;
  margin: 24px auto 0 auto;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col {
    gap: 20px 10px;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col p:nth-child(1) {
  width: 17%;
  position: relative;
  z-index: 1;
}
.wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col p:nth-child(2) {
  width: calc(80% - 20px);
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col p:nth-child(2) {
    width: calc(80% - 10px);
    font-size: clamp(13px, 2.4vw, 16px);
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col p:nth-child(2) br {
    display: none;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col figure.originalgiftBox1 {
  width: 100%;
  max-width: 710px;
  margin-top: -7%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col figure.originalgiftBox1 {
    margin-top: -2%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col figure.originalgiftBox1 {
    margin-top: 0;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col .giftBoxcopy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/lp/omedetoselection2/bg_giftBoxcopy.png);
  width: 53%;
  padding: 5% 2%;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(13px, 1.5vw, 17px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col .giftBoxcopy {
    width: 55%;
  }
}
@media screen and (max-width: 700px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col .giftBoxcopy {
    width: 100%;
    font-size: clamp(10px, 1.5vw, 17px);
    line-height: 1.6;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col figure.originalgiftBox2 {
  width: 40%;
  max-width: 240px;
}
@media screen and (max-width: 700px) {
  .wrapper#store .omedetoselectionWrap .box6 .originalGiftBox .box_col figure.originalgiftBox2 {
    width: 80%;
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box6 .itemList {
    padding: 0 10px;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .itemList li {
  /*padding: 11% 0;*/
}
@media (max-width: 1000px) {
  .wrapper#store .omedetoselectionWrap .box6 .itemList li {
    width: calc(25% - 10px);
    padding: 0 0px 10px 0px;
    margin: 10px 5px;
  }
}
@media (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box6 .itemList li {
    width: calc(25% - 10px);
    padding: 0 0px 10px 0px;
    margin: 10px 5px;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .itemList li:before {
  content: "";
  background-position: center;
  background-size: contain;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrapper#store .omedetoselectionWrap .box6 .itemList li a {
  display: block;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList {
  background-color: #fff;
  border: 4px solid #f5ead1;
  border-radius: 10px;
  position: relative;
  margin-top: 3%;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .mainTit:before {
  background-image: none;
  padding-bottom: 0;
  z-index: inherit;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .mainTit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box6 .blandList .mainTit {
    font-size: clamp(20px, 3vw, 30px);
  }
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .mainTit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7efec), color-stop(50%, #ffffff));
  background: linear-gradient(#f7efec 50%, #ffffff 50%);
  display: inline-block;
  padding: 0 2%;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .mainTit br {
  display: none;
}
@media screen and (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box6 .blandList .mainTit br {
    display: block;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3%;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li {
  width: calc(14.2857142857% - 20px);
  height: 100%;
  margin: 10px 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(25% - 20px);
    margin: 20px 10px 10px 10px;
  }
}
@media (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li {
    padding: 0;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li:before {
  content: none;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
}
@media (max-width: 500px) {
  .wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li img {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li:nth-child(n+5) {
    margin-top: 0px;
  }
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.combi img {
  height: 19px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.sophie {
  width: 60px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.sophie img {
  height: 60px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.brio img {
  height: 28px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.scleich img {
  height: 39px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.geni img {
  height: 67px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.alobaby img {
  height: 27px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.bornelund {
  width: 55px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.mikihouse img {
  height: 27px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.feiler img {
  height: 30px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.polo img {
  height: 31px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.zwilling {
  width: 48px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.zwilling img {
  height: 59px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.lecreuset {
  width: 160px;
}
.wrapper#store .omedetoselectionWrap .box6 .blandList .itemList li.lecreuset img {
  height: 22px;
}
.wrapper#store .omedetoselectionWrap .box7 {
  background-color: #f8eeeb;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box7 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .omedetoselectionWrap .box8 {
  background-color: #f8eeeb;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .omedetoselectionWrap .box8 {
    padding: 3% 1.5%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper#store .omedetoselectionWrap .box7 .text.right,
  .wrapper#store .omedetoselectionWrap .box8 .text.right {
    font-size: clamp(8px, 3vw, 14px);
  }
}/*# sourceMappingURL=omedetoselection2.css.map */