.f-robot {
  font-family: 'Roboto', sans-serif;
}

body {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
}

.main {
  min-width: 1230px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main {
    min-width: 100%;
    width: 100%;
  }
}

.season_camp {
  background: #fff;
  color: #4c4948;
}

.season_camp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.season_camp *:before, .season_camp *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.season_camp .container {
  width: 1230px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .season_camp .container {
    width: 100%;
    padding: 0 15px;
  }
}

.season_camp .max-w-90p {
  max-width: 90%;
}

.season_camp .f-ave {
  font-family: "avenirLT";
}

.season_camp .f-ave-hev {
  font-family: "avenirHev";
  letter-spacing: 2px;
}

.season_camp .pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .pc-only {
    display: none;
  }
}

.season_camp .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .season_camp .sp-only {
    display: block;
  }
}

.season_camp .cart-btn {
  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;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #e96496;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px #cc3366;
          box-shadow: 0px 5px #cc3366;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  width: 210px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .cart-btn {
    padding: 10px 15px 4px 15px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    line-height: 35px;
    padding: 5px 10px;
  }
}

.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../../camp/common/img/i_cart.png") center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
}

.season_camp .cart-btn:hover {
  top: 5px;
  -webkit-box-shadow: 0px 0px #cc3366;
          box-shadow: 0px 0px #cc3366;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn:hover {
    top: 0;
  }
}

.season_camp .dtl-btn {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 35px;
  padding: 7px 15px;
  background: #c0d8dc;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .dtl-btn {
    padding: 12px 15px 6px 15px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .dtl-btn {
    line-height: 35px;
    padding: 5px 10px;
  }
}

.season_camp .dtl-btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.season_camp .bg-bt-line {
  background: url(../img/line-bg-pc.png) left bottom;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .season_camp .bg-bt-line {
    background: url(../img/line-bg-sp.png) left bottom;
    line-height: 35px;
  }
}

.season_camp .txt-bt-line {
  background: url(../img/txt-bg-pc.png) left bottom;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .season_camp .txt-bt-line {
    background: url(../img/txt-bg-sp.png) left bottom;
    line-height: 35px;
  }
}

.season_camp .skw-line {
  position: relative;
  z-index: 1;
}

.season_camp .skw-line:after {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: -2%;
  bottom: -5%;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  z-index: -1;
  background-color: #fdefbd;
}

.season_camp .bg-yel {
  background: #ffe400;
}

.season_camp .bg-wh {
  background: #fff;
}

.season_camp .del-line {
  text-decoration: line-through;
}

.season_camp .marker-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #faeea2));
  background: linear-gradient(transparent 60%, #faeea2 0%);
}

.season_camp .fc-yel {
  color: #e2c221;
}

.season_camp .fc-wh {
  color: #fff;
}

.season_camp .fc-pink {
  color: #e96496;
}

.season_camp .fc-red {
  color: #cc0000;
}

.season_camp .bevel-btn {
  border-radius: 4px;
  border: 2px solid #e2c221;
  -webkit-box-shadow: 0px 5px #e2c221;
          box-shadow: 0px 5px #e2c221;
  position: relative;
  top: 0;
}

.season_camp .bevel-btn:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid #e2c221;
  border-right: 1px solid #e2c221;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .season_camp .bevel-btn:after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn:hover {
    top: 5px;
    -webkit-box-shadow: 0px 0px #e2c221;
            box-shadow: 0px 0px #e2c221;
    opacity: 1;
  }
  .season_camp .bevel-btn:hover .bevel-btn__check {
    bottom: -25px;
  }
}

.season_camp .mv-top__pc {
  position: relative;
  background: url(../img/main-pc_bg.png) repeat-x center center;
  height: 560px;
}

.season_camp .mv-top__pc img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.season_camp .detail-sale__content {
  border-radius: 5px;
  background-image: url(../img/bg_check.jpg);
  position: relative;
}

.season_camp .detail-sale__content.bg2 {
  background-image: url(../img/bg_check2.jpg);
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__content {
    border-radius: 0;
    position: relative;
  }
}

.season_camp .detail-sale__content .icon-sale {
  width: 121px;
  left: 50px;
  top: 30px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__content .icon-sale {
    position: static;
    width: auto;
  }
}

.season_camp .detail-sale__content .icon-sale .i-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ffff00;
  width: 121px;
  height: 121px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .detail-sale__content .icon-sale .i-txt p {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__content .icon-sale .i-txt {
    width: 85px;
    height: 85px;
  }
}

.season_camp .detail-sale__img {
  position: relative;
}

.season_camp .detail-sale__txt {
  position: relative;
}

.season_camp .detail-sale__txt .i-saleoff {
  position: absolute;
  right: 0;
  top: 150px;
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__txt .i-saleoff {
    position: static;
    width: 60px;
    float: right;
  }
}

.season_camp .detail-sale__txt .set-list {
  position: relative;
}

.season_camp .detail-sale__txt .set-list:before, .season_camp .detail-sale__txt .set-list:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 100%;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__txt .set-list:before, .season_camp .detail-sale__txt .set-list:after {
    display: none;
  }
}

.season_camp .detail-sale__txt .set-list:before {
  left: 0;
  border-right: none;
}

.season_camp .detail-sale__txt .set-list:after {
  right: 0;
  border-left: none;
}

.season_camp .detail-sale__txt .price-sale {
  position: relative;
}

.season_camp .detail-sale__txt .price-sale__txt01 {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #ffff00;
  text-align: center;
  width: 138px;
  border-radius: 20px;
  margin-right: 5px;
  padding: 3.5px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__txt .price-sale__txt01 {
    font-size: 11px;
    font-size: 0.6875rem;
    width: auto;
    padding: 3.5px 8px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .detail-sale__txt .price-sale__txt01 {
    padding-top: 5px;
    padding-bottom: 1px;
  }
}

.season_camp .detail-sale__txt .price-sale__txt02 {
  color: #e96496;
  vertical-align: -webkit-baseline-middle;
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__txt .price-sale__txt02 {
    margin-bottom: -5px;
  }
}

.season_camp .detail-sale__txt .price-sale__txt02 .yen {
  position: relative;
}

.season_camp .detail-sale__txt .price-sale__txt02 .tax {
  position: absolute;
  top: -11px;
  left: -6px;
  width: 45px;
  letter-spacing: 0.5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .detail-sale__txt .price-sale__txt02 .tax {
    left: -2px;
  }
}

.season_camp .detail-sale__txt .price-sale__txt03 {
  position: absolute;
  top: 0;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__txt .price-sale__txt03 {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}

.season_camp .detail-sale__txt .price-sale__txt03 > div {
  color: #e96496;
  border: 2px solid #e96496;
  border-radius: 50%;
  width: 92px;
  height: 92px;
}

@media screen and (max-width: 767px) {
  .season_camp .detail-sale__txt .price-sale__txt03 > div {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

.season_camp .detail-sale__note {
  border-radius: 8px;
  background: #fff;
}

.season_camp .timer-set-box .timer-before, .season_camp .timer-set-box .timer-show, .season_camp .timer-set-box .timer-down {
  display: none;
}

.season_camp .timer-set-box .btn-soon {
  background: #ffff00;
  color: #003952;
  border-radius: 5px;
}

.season_camp .timer-set-box .btn-soon:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .season_camp .timer-set-box .btn-soon {
    border-radius: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .timer-set-box .btn-soon span {
    position: relative;
    top: 3px;
  }
}

.season_camp .timer-set-box .btn-after {
  background: #A4A4A4;
  color: #fff;
  border-radius: 5px;
}

.season_camp .timer-set-box .btn-after:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .season_camp .timer-set-box .btn-after {
    border-radius: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .timer-set-box .btn-after span {
    position: relative;
    top: 3px;
  }
}

.season_camp .txt-bb {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  display: inline;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .season_camp .point-list > *:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .point-list > * + * {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .bscstm .w-md-auto {
    width: auto !important;
  }
  .bscstm .w-md-1100px {
    width: 1100px !important;
  }
}
/*# sourceMappingURL=20210312.css.map */