.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(../img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
  position: absolute;
}

.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 .bevel-btn.type-brown {
  border: none;
  background: #ccbf9d;
  -webkit-box-shadow: 0px 5px #ada081;
          box-shadow: 0px 5px #ada081;
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn.type-brown:hover {
    -webkit-box-shadow: 0px 0px #ada081;
            box-shadow: 0px 0px #ada081;
  }
}

.season_camp .bevel-btn.type-blue {
  border: none;
  background: #a6c7c9;
  -webkit-box-shadow: 0px 5px #92aaab;
          box-shadow: 0px 5px #92aaab;
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn.type-blue:hover {
    -webkit-box-shadow: 0px 0px #92aaab;
            box-shadow: 0px 0px #92aaab;
  }
}

.season_camp .bevel-btn.type-pink {
  border: none;
  background: #dbadb0;
  -webkit-box-shadow: 0px 5px #bb9598;
          box-shadow: 0px 5px #bb9598;
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn.type-pink:hover {
    -webkit-box-shadow: 0px 0px #bb9598;
            box-shadow: 0px 0px #bb9598;
  }
}

.season_camp .bevel-btn.type-yel {
  border: none;
  background: #efd300;
  -webkit-box-shadow: 0px 5px #c1a804;
          box-shadow: 0px 5px #c1a804;
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn.type-yel:hover {
    -webkit-box-shadow: 0px 0px #c1a804;
            box-shadow: 0px 0px #c1a804;
  }
}

.season_camp .bevel-btn__check {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  color: #4c4948;
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn__check {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .bevel-btn__check {
    position: static;
    color: #fff;
  }
}

.season_camp .mv-top__pc {
  background: url(../img/main-pc.jpg) no-repeat center center/cover;
  height: 750px;
}

.season_camp .navi-list .bevel-btn:after {
  border-color: #fff;
  width: 10px;
  height: 10px;
  right: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .season_camp .navi-list .bevel-btn:after {
    top: auto;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .set .container {
    background: #faf8f4;
  }
}

.season_camp .set__section {
  background: #faf8f4;
}

@media screen and (max-width: 767px) {
  .season_camp .set__head {
    margin: 0 -15px;
  }
}

.season_camp .set__head.set1 {
  background: #ccbf9f;
}

.season_camp .set__head.set2 {
  background: #a7c8ce;
}

.season_camp .set__head.set3 {
  background: #e8d005;
}

.season_camp .set__head.set4 {
  background: #cc8b96;
}

.season_camp .set__main .main-img {
  position: relative;
}

.season_camp .set__main .main-img img {
  position: relative;
  left: -20px;
  margin-top: -90px;
}

@media screen and (max-width: 767px) {
  .season_camp .set__main .main-img img {
    position: static;
    margin-top: -50px;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  }
}

.season_camp .set__main .main-img .icon {
  background: #ffe400;
  color: #2f2d18;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -75px;
  left: -25px;
}

.season_camp .set__main .main-img .icon p {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.season_camp .set__main .main-price {
  position: relative;
}

.season_camp .set__main .main-price .icon {
  background: #ffe400;
  color: #2f2d18;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: -25px;
}

.season_camp .set__main .main-price .icon p {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.season_camp .set__item-head {
  border-top: 2px solid #aecfd7;
  border-bottom: 2px solid #aecfd7;
  position: relative;
}

.season_camp .set__item-head:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.season_camp .set__item-head:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-left: 2px solid #aecfd7;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -28px;
  margin: auto;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

.season_camp .set__item-list + .set__item-list {
  border-top: solid 1px #f5f5f5;
  padding-top: 70px;
  margin-top: 70px;
}

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

.season_camp .set__item-list .sub-item {
  position: relative;
}

.season_camp .set__item-list .sub-item:last-child {
  border-left: solid 1px #f5f5f5;
}

@media screen and (max-width: 767px) {
  .season_camp .set__item-list .sub-item:last-child {
    border-top: solid 1px #f5f5f5;
    border-left: none;
    padding-top: 30px;
    margin-top: 30px;
  }
}

.season_camp .set__item-list .sub-item .txt-box {
  position: absolute;
  top: 0;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .set__item-list .sub-item:nth-child(1) .txt-box {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .set__item-list .sub-item:nth-child(2) .txt-box {
    right: 0;
    top: 30px;
  }
}

.season_camp .set__item-list .tool-list {
  position: relative;
  padding: 30px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .season_camp .set__item-list .tool-list {
    padding: 25px 15px;
  }
}

.season_camp .set__item-list .tool-list:nth-child(odd) {
  background: #fcf7e2;
  z-index: 10;
  left: -50px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .set__item-list .tool-list:nth-child(odd) {
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  }
}

.season_camp .set__item-list .tool-list:nth-child(odd):after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-right: 20px solid #fcf7e2;
  position: absolute;
  top: 40px;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .season_camp .set__item-list .tool-list:nth-child(odd):after {
    border-right: none;
    border-top: 20px solid transparent;
    border-left: 20px solid #fcf7e2;
    top: -20px;
    right: 40px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .set__item-list .tool-list:nth-child(odd) {
    left: 0;
    margin-right: 20px;
  }
}

.season_camp .set__item-list .tool-list:nth-child(even) {
  margin-top: -30px;
  background: #eff4f7;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .set__item-list .tool-list:nth-child(even) {
    margin-top: -20px;
    margin-left: 20px;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

.season_camp .set__compare-head {
  color: #fff;
}

.season_camp .set__compare-wrap {
  border: 5px solid #000;
  border-top: none;
}

.season_camp .set__compare-wrap .wrap1 {
  background: #fff;
}

.season_camp .set__compare-wrap .wrap1 .wrap-wh {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .season_camp .set__compare-wrap .wrap1 {
    background: #fafafa;
  }
}

.season_camp .set__compare-wrap .wrap2 {
  background: #fafafa;
  position: relative;
}

.season_camp .set__compare-wrap .wrap2 .wrap-wh {
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .season_camp .set__compare-wrap .wrap2 {
    background: #fafafa;
  }
  .season_camp .set__compare-wrap .wrap2 .wrap-wh {
    background: #fff;
  }
  .season_camp .set__compare-wrap .wrap2:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.season_camp .set__compare.set1 .set__compare-head {
  background: #ccbf9f;
}

.season_camp .set__compare.set1 .set__compare-wrap {
  border-color: #ccbf9f;
}

.season_camp .set__compare.set2 .set__compare-head {
  background: #a7c8ce;
}

.season_camp .set__compare.set2 .set__compare-wrap {
  border-color: #a7c8ce;
}

.season_camp .set__compare.set3 .set__compare-head {
  background: #e8d005;
}

.season_camp .set__compare.set3 .set__compare-wrap {
  border-color: #e8d005;
}

.season_camp .set__compare.set4 .set__compare-head {
  background: #cc8b96;
}

.season_camp .set__compare.set4 .set__compare-wrap {
  border-color: #cc8b96;
}

.season_camp .set__compare.set4 .wrap2:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.season_camp .set .btn-detail {
  border: 1px solid #efefee;
  border-radius: 4px;
  position: relative;
  background: #fff;
}

.season_camp .set .btn-detail:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px #c1c1c0 solid;
  border-right: 1px #c1c1c0 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .bscstm .w-md-auto {
    width: auto !important;
  }
  .bscstm .w-md-1200px {
    width: 1200px !important;
  }
}

.season_camp .set-section__list-icon span {
  border: 2px solid #e96496;
  background: #fff;
}
/*# sourceMappingURL=2103large.css.map */