@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

* {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-feature-settings: 'palt';
}

body {
  margin: 0;
  color: #000;
}

a img {
  border: 0;
}

.c-img {
  width: 100%;
}

.l-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}

#wrapper {
  background: url(/shopping/camp/2021_wintergift/img/bg.png);
  background-repeat: repeat;
}

.display_for_pc { display: block; }
.display_for_sp { display: none; }

.header {
  background: #fff;
}

/* ---------- main_visual ---------- */
.mv {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv {
  background-image: url(/shopping/camp/2021_wintergift/img/kv_bg.jpg);
}
.mv__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}

.mv__img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ---------- navi ---------- */
.nav {
  padding-top: 60px;
}
.l-anchor {
  display: block;
  padding: 100px 0 0;
}
.l-anchor:last-of-type {
  padding-bottom: 100px;
}


.nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 90px;
}
.nav__item {
  flex: 0 0 30%;
  margin-bottom: 20px;
}
.nav__link {
  display: block;
}


/* ---------- research ---------- */

.research {
  margin-bottom: 90px;
}
.l-giftset {
  margin-bottom: 0
}
.offer {
  margin-bottom: 40px;
}
.movie {
  margin-bottom: 40px;
}
.movie__caption {
  font-size: 40px;
  font-family: Hiragino Mincho ProN,'ƒqƒ‰ƒMƒm–¾’© ProN',Yu Minch,'Ÿà–¾’©',serif;
  text-align: center;
  padding-bottom: 20px;
}
.movie__thumb {
  width: 85%;
  margin: 0 auto;
}
.movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__inner iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.order {
  position: relative;
}
.order__btn {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 90%;
}

/* ---------- floor ---------- */

.floor-heading {
  position: relative;
}
.floor-heading__inner {
  text-align: center;
}

/* ---------- item ---------- */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  margin-left: -20px;
}
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width:100%;
  margin-bottom: 50px;
  padding-left: 20px;
}
.item.s_6 {
  width: calc(50% - 20px);
}

.item_card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  border: 2px solid #DACEB9;
  min-height: 0%;
}

.item_heading {
  position: relative;
  padding: 20px 0;
  background-color: #DACEB9;
}
.item_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  color: #333;
}

.item_body {
  position: relative;
  padding: 45px 50px 40px;
}
.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item_image {
  position: inherit;
  width: 30%;
  height: 100%;
  top: 45px;
  left: 50px;
}
.cart_area {
  width: 68%;
  margin-top: 0;
  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;
}
.label-early {
  width: 60px;
  margin-bottom: 5px;
}
.item_name {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.label-type {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.label-type__hatching {
  display: inline-block;
  background: #E0CA82;
  border-radius: 15px;
  padding: 2px 20px;
}
.c-tag._frozen {
  color: #137abe;
  background: #fff;
  border: 1px solid #137abe;
  display: inline-block;
  width: 5rem;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 0;
}
.item_postage {
  font-size: 20px;
  font-weight: 900;
  color: #d20000;
  display: inline-block;
}
.item_postage.top-price {
  margin-top: 20px;
}
.item_postage__border {
  display: inline-block;
  border: 1px solid #d20000;
  border-radius: 5px;
  padding: 1px 10px;
}
.label-type + .set_detail {
  margin-top: 10px;
}
.set_detail {
  font-size: 20px;
  margin-top: 20px;
}
.set_detail_item ul li {
  margin-left: 35px;
  list-style-type: disc;
  list-style-position: outside;
}
.cart_piece {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.item_postage + .cart_piece {
  margin-top: 0;
}
.item_cart_block {
  position: relative;
  text-align: right;
  width: 50%
}
.item_price {
  position: relative;
}
.item_price_taxex {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  line-height: 0.9;
}
.item_price_taxex {
  margin-right: 18px;
}
.item_price .number {
  padding: 0;
  background: none;
  font-family: 'Roboto', sans-serif !important;
}
.item_price_taxex .number {
  font-size: 55px;
  letter-spacing: -0.05em;
}
.item_price_taxex .number {
  font-size: 60px;
}
.item_price_taxin {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #000;
}
.btn-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}
.btn_purchase {
  display: inline-block;
  position: relative;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: contain;
  width: 100%;
  height: 20px;
  top: inherit;
  bottom: 0;
}
.btn_normal {
  background-image: url(/shopping/camp/healthy/res/202102/img/btn_normal_bg.png);
}
.btn_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.btn_arrow img {
  width: 20px;
  height: 20px;
  border: 0;
}
.btn_txt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  vertical-align: top;
}
.description_box {
  border: 1px solid #000;
  margin: 11px 0 0 0;
  padding: 1px;
  font-size: 15px;
  display: inline-block;
}
.item_nutritional {
  margin: 5px 0 10px;
  font-size: 15px;
}

.bnr-excel {
  text-align: center;
  margin-bottom: 40px;
}
.bnr-excel__link {
  display: block;
}
.by-price {
  position: relative;
  background: #EDE6DC;
  padding: 50px;
  text-align: center;
}
.by-price__title {
  margin-bottom: 40px;
}
.by-price__btn {
  display: inline-block;
  margin-bottom: 30px;
}


.addedarea_head {
  margin: 60px auto 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  background-color: #fbf0e3;
}
.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addedarea_block {
  width: 47.5%;
}
.item_new .item_name {
  margin-top: 0;
}
.addedarea .item_name {
  font-size: 24px;
}
.addedarea .item_price_taxex {
  font-size: 20px;
}
.addedarea.cart .item_price_taxex .number {
  font-size: 50px;
}
.addedarea.cart .item_price_taxin {
  font-size: 20px;
  margin-right: 5px;
}

.item_attention {
  margin-top: 10px;
}
.cart + .item_attention {
  margin-top: 50px;
}
.attention_list {
  list-style: none;
}
.attention_list .list_item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.2em;
  font-size: 15px;
  color: #d10000;
}
.attention_list .list_item--large {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.attention_list.u-text-black .list_item {
  color: #333;
}
.attention_list .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper .return_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  width: 60px;
  height: 70px;
  text-align: center;
  border-radius: 8px;
  padding-top: 36px;
  box-sizing: border-box;
}
.return_top:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 22px;
  text-align: center;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -- col2 -- */
.item--col2 .item_body {
  padding: 5%;
}
.item--col2 .item_image {
  width: 100%;
  margin-bottom: 20px;
}
.item--col2 .cart_area {
  width: 100%;
}
.item--col2 .item_cart_block {
  width: 100%;
  margin-bottom: 15px;
}
.item--col2 .item_price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 1vw;
  position: relative;
  width: auto;
}
.item--col2 .item_price_taxex {
  font-size:22px;
}
.item--col2 .item_price_taxex .number {
  font-size: 44px;
}
.item--col2 .item_price_taxin {
  font-size: 22px;
}
.item--col2 .btn-area {
  width: 100%;
}

@media all and (max-width: 768px) {

  #wrapper {
    width: 100%;
  }

  #wrapper .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 3.13vw;
  }

  .header a {
    padding: 30px 0 10px;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .l-inner {
    width: 100%;
    padding: 0 3%;
  }

  .mv {
    margin-bottom: 20px;
  }
  .mv__inner {
    width: 100%;
    padding: 0;
  }

  .mv__img {
    width: 100%;
    margin: 0 auto;
  }


  .nav__list {
    margin-bottom: 12.5vw;
  }

  .nav__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.5%;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
  }

  .movie__caption {
    font-size: 4.5vw;
    padding-bottom: 2vw;
  }

  .product-list {
    padding-top: 0;
  }
  .floor-heading__inner {
    padding: 0 3.13vw;
  }
  .item {
    margin-top: 6vw;
  }
  .item.s_6 {
    width: 100%;
  }
  .item_card {
    margin-bottom: 0vw;
  }
  .item_heading {
    position: relative;
    padding: 6.25% 0;
  }
  .item_title {
    font-size: 5.63vw;
    letter-spacing: -0.05em;
  }
  .item_body {
    position: relative;
    min-height: auto;
    padding: 6.25% 4.69%;
  }
  .cart {
    flex-direction: column;
    width: 100%;
  }
  .item_image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 6.25vw;
  }
  .cart_area {
    margin: 0;
    width: 100%;
  }
  .label-early {
    width: 15%;
  }
  .item_name {
    margin-top: 6.25vw;
    font-size: 5.94vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  .label-type {
    width: auto;
    margin-left: 0;
    font-size: 4vw;
  }
  .item_postage {
    font-size: 4vw;
    margin-left: 0;
    font-weight: 900;
    color: #d20000;
  }
  .set_detail {
    font-size: 4vw;
  }
  .set_detail_item ul li {
    margin-left: 7.2vw;
  }
  .cart_piece {
    margin: 0;
  }
  .item_cart_block {
    width: 100%;
    position: relative;
    margin-bottom: 3.39vw;
  }
  .item_price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 2vw;
    position: relative;
    width: auto;
  }
  .item_price_taxex {
    font-weight: 900;
    line-height: 0.9;
    margin-right: 0;
    font-size: 5vw;
  }
  .item_price_taxex .number {
    font-size: 10vw;
    letter-spacing: -0.05em;
    font-family: 'Roboto', sans-serif !important;
  }
  .item_price_taxin {
    display: block;
    font-size: 5vw;
    margin-right: -15px;
    margin-top: 9px;
    font-weight: 900;
  }
  .btn-area {
    width: 100%;
    margin-bottom: 0px;
  }
  .btn_purchase {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 14.06vw;
    border-radius: 0.63vw;
    box-sizing: border-box;
    background-repeat: repeat-x;
    background-position: top left;
    background-size: contain;
    padding: 30px;
    width: 100%;
  }
  .btn_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3.13vw;
    transform: translateY(-50%);
  }
  .btn_arrow img {
    width: 4.5vw;
    height: 4.5vw;
  }
  .btn_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    transform: translate(-50%, -50%);
  }

  .item--col2 .item_image {
    margin-bottom: 6.25vw;
  }
  .item--col2 .item_price_taxex {
    font-size: 5vw;
  }
  .item--col2 .item_price_taxex .number {
    font-size: 10vw;
  }
  .item--col2 .item_price_taxin {
    font-size: 5vw;
  }

  .attention_list .list_item {
    font-size: 3.5vw;
  }
  .description_box {
    font-size: 3.5vw;
  }
  .item_nutritional {
    font-size: 3.5vw;
  }

  .by-price {
    padding: 7vw 5vw;
  }
  .by-price__title {
    margin-bottom: 3vw;
  }
  .by-price__btn {
    margin-bottom: 3vw;
  }


  .addedarea_head {
    margin: 12vw 0 0;
    font-size: 5.63vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .addedarea_block {
    width: 100%;
    margin-top: 6vw;
  }
  .addedarea .item_name {
    font-size: 5.94vw;
  }
  .addedarea .item_price_taxex {
    font-size: 5vw;
  }
  .addedarea.cart .item_price_taxin {
    font-size: 5vw;
    margin-right: -12px;
  }


  .display_for_pc { display: none; }
  .display_for_sp { display: block; }
}
