@font-face {
  font-family: "avenirLT";
  src: url(../../../../common/fonts/AvenirLTStd-Medium.woff) format("opentype");
}

@font-face {
  font-family: "avenirHev";
  src: url(../../../../common/fonts/AvenirLTStd-Heavy.woff) format("opentype");
  font-weight: bold;
}

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;
  letter-spacing: 1px;
  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";
}

.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: 16px;
  font-size: 1rem;
  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: 31px;
  background: url(/user_data/camp/common/img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn:before {
    width: 18px;
    height: 24px;
  }
}

.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: #7a7c81;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  position: relative;
  display: block;
  padding: 9px 15px;
  font-weight: bold;
  line-height: 25px;
}

@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 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    padding: 7px 10px;
  }
}

.season_camp .dtl-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(/user_data/camp/common/img/angle_right.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}

.season_camp .wapper {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.season_camp .fc-blue {
  color: #71a5af;
}

.season_camp .bg-lite-gray {
  background: #f5f5f5;
}

.season_camp .bg-lite-gray2 {
  background: #fafafa;
}

.season_camp .bg-deep-blue {
  background: #88b6c0;
}

.season_camp .bg-lite-green {
  background: #f4f9f8;
}

.season_camp .underline-yellow {
  position: relative;
  z-index: 1;
}

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

.season_camp .txt-under-line {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fde381;
}

@media screen and (max-width: 767px) {
  .season_camp .txt-under-line {
    border-width: 2px;
  }
}

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

.season_camp .rounded-title {
  border-radius: 20px;
  display: inline-block;
  border: 2px solid #c1d7dc;
  color: #c1d7dc;
  min-width: 125px;
}

.season_camp .rounded-title + .rounded-title {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .rounded-title + .rounded-title {
    margin-left: 10px;
  }
}

.season_camp .rounded-title.blue {
  background: #c1d7dc;
  color: #fff;
}

.season_camp .rounded-title.yellow {
  background: #f6d14f;
  color: #fff;
  border-color: #f6d14f;
}

.season_camp .rounded-title.yellow-border {
  border-color: #f6d14f;
  color: #f6d14f;
}

.season_camp .head-title {
  background-image: url(../img/head-border-top.svg), url(../img/head-border-bottom.svg);
  background-position: center top,center bottom;
  background-repeat: no-repeat,no-repeat;
  background-size: 100% auto,100% auto;
}

.season_camp .btn-box > * + * {
  margin-top: 10px;
}

.season_camp .favorite-box {
  border-bottom: dotted 1px #e8e8e3;
}

.season_camp .favorite-box:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}

.season_camp .favorite-box__title {
  position: relative;
}

@media screen and (min-width: 768px) {
  .season_camp .favorite-box__title:before, .season_camp .favorite-box__title:after {
    content: '';
    display: block;
    width: 450px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .season_camp .favorite-box__title:before {
    left: 0;
  }
  .season_camp .favorite-box__title:after {
    right: 0;
  }
}

.season_camp .favorite-box__txt {
  position: relative;
}

.season_camp .favorite-box__txt:before, .season_camp .favorite-box__txt:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .season_camp .favorite-box__txt:before, .season_camp .favorite-box__txt:after {
    width: 4px;
    height: 20px;
    border: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .favorite-box__txt:before, .season_camp .favorite-box__txt:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
  }
}

.season_camp .favorite-box__txt:before {
  border-right: none;
  left: -20px;
}

.season_camp .favorite-box__txt:after {
  border-left: none;
  right: -20px;
}

.season_camp .favorite-box__tool-list {
  width: 378px;
  position: relative;
  padding: 30px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .season_camp .favorite-box__tool-list {
    padding: 25px 15px;
    width: 95%;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .season_camp .favorite-box__tool-list + .favorite-box__tool-list {
    margin-top: -15px;
  }
  .season_camp .favorite-box__tool-list:first-child {
    padding-bottom: 40px;
  }
  .season_camp .favorite-box__tool-list:nth-child(3) {
    padding-top: 40px;
  }
}

.season_camp .favorite-box__tool-list:nth-child(odd) {
  background: #ecf3f4;
}

@media screen and (max-width: 767px) {
  .season_camp .favorite-box__tool-list:nth-child(odd) {
    margin-left: 5%;
    -webkit-box-shadow: none;
            box-shadow: none;
    -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 .favorite-box__tool-list:nth-child(odd):before {
  content: '';
  display: block;
  border-top: 30px solid transparent;
  border-right: 30px solid #ecf3f4;
  position: absolute;
  top: -20px;
  left: 120px;
}

@media screen and (max-width: 767px) {
  .season_camp .favorite-box__tool-list:nth-child(odd):before {
    left: 40px;
  }
}

.season_camp .favorite-box__tool-list:nth-child(even) {
  background: #fff4cc;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .season_camp .favorite-box__tool-list:nth-child(even) {
    -webkit-box-shadow: none;
            box-shadow: none;
    -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 .favorite-box__tool-list:nth-child(even):before {
  content: '';
  display: block;
  border-top: 30px solid transparent;
  border-left: 30px solid #fff4cc;
  position: absolute;
  top: -20px;
  right: 120px;
}

@media screen and (max-width: 767px) {
  .season_camp .favorite-box__tool-list:nth-child(even):before {
    right: 40px;
  }
}

.season_camp .dtl-btn {
  background: #c0d7dc;
  color: #fff;
  width: 100%;
  border: none;
}

.season_camp .dtl-btn:after {
  background: none;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.season_camp .cart-btn {
  width: 100%;
}

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

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

@media screen and (max-width: 360px) {
  .season_camp .main__desc {
    font-size: 10px !important;
  }
}

.season_camp .pick-up__detail .circl-list > * {
  width: 90px;
  height: 90px;
  border: 1px solid #e8e8e3;
  border-radius: 50%;
  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;
  text-align: center;
  letter-spacing: 0;
}

.season_camp .pick-up__detail .circl-list > * + * {
  margin-left: 10px;
}

.season_camp .set-sell {
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .season_camp .set-sell {
    width: 100%;
  }
}

.season_camp .set-sell__sns > * {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.season_camp .set-sell__sns > * + * {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .set-sell__sns > * + * {
    margin-left: 35px;
  }
}

.season_camp .rank-in {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .season_camp .rank-in {
    width: 100%;
  }
}

.season_camp .rank-in__head {
  position: relative;
}

.season_camp .rank-in__head:before, .season_camp .rank-in__head:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #71a5af;
}

.season_camp .rank-in__head:before {
  left: -20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.season_camp .rank-in__head:after {
  right: -20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.season_camp .rank-in__list-link {
  display: block;
  padding: 30px 70px 30px 30px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .season_camp .rank-in__list-link {
    padding: 15px 10px;
  }
}

.season_camp .rank-in__list-link + .rank-in__list-link {
  margin-top: 15px;
}

.season_camp .rank-in__list-link.size-half {
  width: 493px;
}

@media screen and (max-width: 767px) {
  .season_camp .rank-in__list-link.size-half {
    width: 100%;
    min-height: initial;
  }
}

.season_camp .rank-in__list-link .img {
  border-left: dotted 2px #cbcbcb;
}

@media screen and (max-width: 767px) {
  .season_camp .rank-in__list-link .detail {
    position: relative;
  }
  .season_camp .rank-in__list-link .detail:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #a4c5cc;
    border-right: 2px solid #a4c5cc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
}

.season_camp .rank-in__list-link .fukidashi {
  position: relative;
}

@media screen and (min-width: 768px) {
  .season_camp .rank-in__list-link .fukidashi:before {
    content: '';
    display: block;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fafafa;
    position: absolute;
    top: 40px;
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .rank-in__list-link .fukidashi:before {
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-right: 20px solid #fafafa;
    position: absolute;
    top: -10px;
    left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .rank-in__list-link:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #a4c5cc;
    border-right: 2px solid #a4c5cc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}
/*# sourceMappingURL=2011bestofresult.css.map */