@charset "UTF-8";
@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 .pc-only {
  display: block;
}

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

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

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

.season_camp .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.season_camp .items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.season_camp .items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.season_camp .items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.season_camp .items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.season_camp .justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.season_camp .justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.season_camp .justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.season_camp .justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.season_camp .flex-center {
  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;
}

.season_camp .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.season_camp .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.season_camp .flex-colReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.season_camp .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.season_camp .flex-rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.season_camp .grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.season_camp .shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.season_camp .tc {
  text-align: center;
}

.season_camp .bg-fa {
  background: #fafafa;
}

.season_camp .d-block {
  display: block;
}

.season_camp .w-100 {
  width: 100%;
}

.season_camp .txt-bold {
  font-weight: bold;
}

.season_camp .txt-normal {
  font-weight: 500;
}

.season_camp .txt-black {
  color: #000;
}

.season_camp .center {
  margin-left: auto;
  margin-right: auto;
}

.season_camp .maw-100 {
  max-width: 100%;
}

.season_camp .fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-10 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-11 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-12 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-13 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-14 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-15 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-16 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-17 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-18 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-19 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-20 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.season_camp .fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-21 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.season_camp .fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-22 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.season_camp .fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-23 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.season_camp .fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-24 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.season_camp .fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-25 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-26 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-27 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-28 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-29 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-30 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-31 {
  font-size: 31px;
  font-size: 1.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-31 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-32 {
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-32 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-33 {
  font-size: 33px;
  font-size: 2.0625rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-33 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .fz-34 {
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-34 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.season_camp .fz-35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-35 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.season_camp .fz-36 {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-36 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .fz-37 {
  font-size: 37px;
  font-size: 2.3125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-37 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .fz-38 {
  font-size: 38px;
  font-size: 2.375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-38 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.season_camp .fz-39 {
  font-size: 39px;
  font-size: 2.4375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-39 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.season_camp .fz-40 {
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .season_camp .fz-40 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.season_camp .lh-10 {
  line-height: 10px;
}

.season_camp .lh-11 {
  line-height: 11px;
}

.season_camp .lh-12 {
  line-height: 12px;
}

.season_camp .lh-13 {
  line-height: 13px;
}

.season_camp .lh-14 {
  line-height: 14px;
}

.season_camp .lh-15 {
  line-height: 15px;
}

.season_camp .lh-16 {
  line-height: 16px;
}

.season_camp .lh-17 {
  line-height: 17px;
}

.season_camp .lh-18 {
  line-height: 18px;
}

.season_camp .lh-19 {
  line-height: 19px;
}

.season_camp .lh-20 {
  line-height: 20px;
}

.season_camp .lh-21 {
  line-height: 21px;
}

.season_camp .lh-22 {
  line-height: 22px;
}

.season_camp .lh-23 {
  line-height: 23px;
}

.season_camp .lh-24 {
  line-height: 24px;
}

.season_camp .lh-25 {
  line-height: 25px;
}

.season_camp .lh-26 {
  line-height: 26px;
}

.season_camp .lh-27 {
  line-height: 27px;
}

.season_camp .lh-28 {
  line-height: 28px;
}

.season_camp .lh-29 {
  line-height: 29px;
}

.season_camp .lh-30 {
  line-height: 30px;
}

.season_camp .lh-31 {
  line-height: 31px;
}

.season_camp .lh-32 {
  line-height: 32px;
}

.season_camp .lh-33 {
  line-height: 33px;
}

.season_camp .lh-34 {
  line-height: 34px;
}

.season_camp .lh-35 {
  line-height: 35px;
}

.season_camp .lh-36 {
  line-height: 36px;
}

.season_camp .lh-37 {
  line-height: 37px;
}

.season_camp .lh-38 {
  line-height: 38px;
}

.season_camp .lh-39 {
  line-height: 39px;
}

.season_camp .lh-40 {
  line-height: 40px;
}

.season_camp .lh-41 {
  line-height: 41px;
}

.season_camp .lh-42 {
  line-height: 42px;
}

.season_camp .lh-43 {
  line-height: 43px;
}

.season_camp .lh-44 {
  line-height: 44px;
}

.season_camp .lh-45 {
  line-height: 45px;
}

.season_camp .lh-46 {
  line-height: 46px;
}

.season_camp .lh-47 {
  line-height: 47px;
}

.season_camp .lh-48 {
  line-height: 48px;
}

.season_camp .lh-49 {
  line-height: 49px;
}

.season_camp .lh-50 {
  line-height: 50px;
}

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

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

.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;
    box-shadow: 0px 5px #cc3366;
    position: relative;
    top: 0px;
    line-height: 25px;
    padding: 10px 15px;
    width: 210px;
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    line-height: 20px;
    padding: 10px 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;
    left: 20px;
    position: absolute;
}

@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 (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;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .cart-btn span, .season_camp .dtl-btn span, .season_camp .ie-baseline-fix {
    position: relative;
    top: 3px;
  }
  .season_camp .ie-baseline-fix-02 {
    position: relative;
    top: 5px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
  .season_camp .cart-btn span, .season_camp .dtl-btn span, .season_camp .ie-baseline-fix {
    position: relative;
    top: 2px;
  }
  .season_camp .ie-baseline-fix-02 {
    position: relative;
    top: 3px;
  }
}

.season_camp .top-circle-label {
  width: 130px;
  height: 130px;
  background: #face26;
  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;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .season_camp .top-circle-label {
    width: 80px;
    height: 80px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.season_camp .top-circle-label.large {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .season_camp .top-circle-label.large {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.season_camp .product-style-01 {
  position: relative;
}

.season_camp .product-style-01 .title {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-01 .title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .product-style-01 .name {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-01 .name {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .product-style-01 .price {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-01 .price {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .product-style-01 .price strong {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-01 .price strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .product-style-01 .des {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
}

.season_camp .product-style-01 .des .text-adjust-1 {
  position: relative;
  left: 35px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-01 .des .text-adjust-1 {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-01 .des {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 18px;
  }
}

.season_camp .product-style-01 .cart-btn {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-01 .cart-btn {
    position: static;
    margin-top: 10px;
  }
}

.season_camp .product-style-01 .cart-btn:hover {
  bottom: 0px;
}

.season_camp .inner-link-01 {
  display: block;
  width: 370px;
  border-radius: 3px;
  background: #a3c0c7;
  color: #fff;
  padding: 10px 0 35px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .season_camp .inner-link-01 {
    display: block;
    width: 100%;
    padding: 10px 0 20px 0;
    margin: 0 auto;
  }
  .season_camp .inner-link-01 p br {
    display: none;
  }
  .season_camp .inner-link-01 + a {
    margin-top: 10px;
  }
}

.season_camp .inner-link-01:after {
  content: "";
  width: 16px;
  height: 8px;
  background: url(/user_data/camp/common/img/angle_down.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -8px;
}

@media screen and (max-width: 767px) {
  .season_camp .inner-link-01:after {
    bottom: 6px;
  }
}

.season_camp .inner-link-01 .label {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: avenirLT;
  font-weight: 400;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .inner-link-01 .label {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
    margin-bottom: 4px;
    padding: 0 7px;
  }
}

.season_camp .inner-link-01 p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .inner-link-01 p {
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    padding: 0 15px;
  }
}

.season_camp .rcm-checklist {
  background: #fff;
  padding: 40px 15px 60px 15px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist {
    margin-top: 30px;
    padding: 20px 10px 30px 10px;
  }
}

.season_camp .rcm-checklist .title {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist .title {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.season_camp .rcm-checklist .list li {
  font-size: 16px;
  font-size: 1rem;
  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;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist .list li {
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 5px;
    width: 50%;
  }
  .season_camp .rcm-checklist .list li.sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.season_camp .rcm-checklist .list li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/user_data/camp/common/img/i_check.png) center center no-repeat;
  background-size: contain;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist .list li:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.season_camp .rcm-checklist .list li sup {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist .list li sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .rcm-checklist .list .full {
  padding: 0;
}

.season_camp .rcm-checklist .list .full:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist .list .full {
    display: none;
  }
}

.season_camp .rcm-checklist-02 {
  position: relative;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist-02 {
    padding: 15px 0;
  }
}

.season_camp .rcm-checklist-02:after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background: url(/user_data/camp/common/img/border_bottom.png) center center no-repeat;
  background-size: 100% 18px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist-02:after {
    margin-top: 10px;
    height: 10px;
    background-size: 100% 8px;
  }
}

.season_camp .rcm-checklist-02 .title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist-02 .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.season_camp .rcm-checklist-02 .list li {
  font-size: 16px;
  font-size: 1rem;
  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;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist-02 .list li {
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 5px;
    width: 50%;
  }
  .season_camp .rcm-checklist-02 .list li.sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.season_camp .rcm-checklist-02 .list li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/user_data/camp/common/img/i_check.png) center center no-repeat;
  background-size: contain;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist-02 .list li:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.season_camp .rcm-checklist-02 .list li sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist-02 .list li sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .rcm-checklist-02 .note {
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .rcm-checklist-02 .note {
    font-size: 11px;
    font-size: 0.6875rem;
    bottom: 0;
  }
}

.season_camp .point-header-wrap {
  background: #f5f5f5;
  padding: 80px 0 80px 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .point-header-wrap {
    padding: 30px 0px;
  }
}

.season_camp .point-header-wrap .number {
  font-family: avenirLT;
  font-size: 28px;
  font-size: 1.75rem;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-header-wrap .number {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
}

.season_camp .point-header-wrap .title {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 45px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-header-wrap .title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 20px;
  }
}

.season_camp .point-header-wrap p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 32px;
}

.season_camp .point-header-wrap p sup {
  font-size: 11px;
  font-size: 0.6875rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .season_camp .point-header-wrap p sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .point-header-wrap p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 26px;
    text-align: left;
  }
}

.season_camp .point-header-wrap .note {
  position: absolute;
  bottom: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  right: 50%;
  width: 1230px;
  text-align: right;
  margin-right: -615px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-header-wrap .note {
    width: 100%;
    right: 15px;
    margin-right: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .page-label-01 {
  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;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px dotted #bed4d9;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #7a7c81;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .page-label-01 {
    width: 100px;
    height: 100px;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .season_camp .page-label-01 + .point-item {
    padding-top: 0;
  }
}

.season_camp .page-label-01 .number {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "avenirHev";
  display: block;
  background: #fff;
  border-radius: 99px;
  padding: 12px 9px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -28px;
  margin-left: -17px;
}

@media screen and (max-width: 767px) {
  .season_camp .page-label-01 .number {
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 8px 5px;
    margin-top: -20px;
    margin-left: -11px;
  }
}

.season_camp .main-product {
  padding: 40px 0;
  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 screen and (max-width: 767px) {
  .season_camp .main-product {
    display: block;
    padding: 0;
  }
}

.season_camp .main-product .img {
  width: 29%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.season_camp .main-product .img img {
  width: 100%;
}

.season_camp .main-product .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .content {
    display: block;
    width: 100%;
  }
}

.season_camp .main-product .content-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.season_camp .main-product .title-01 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .title-01 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
}

.season_camp .main-product .title-02 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 13px;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .title-02 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
}

.season_camp .main-product .title-02 small {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .title-02 small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .main-product .name {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 13px;
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .name {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 5px;
  }
}

.season_camp .main-product .des {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .des {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.season_camp .main-product .price {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .price {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
}

.season_camp .main-product .price strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .price strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.season_camp .main-product .detail {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product .detail {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.season_camp .product-style-02 .des {
  padding-right: 50px;
  width: 450px;
  text-align: justify;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .des {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }
}

.season_camp .product-style-02 .des sup {
  font-size: 11px;
  font-size: 0.6875rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .des sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .product-style-02 .des + .note {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .des + .note {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .title-02 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .name {
    margin-bottom: 7px;
  }
}

.season_camp .product-style-02 .content {
  position: relative;
}

.season_camp .product-style-02 .content-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 20px;
}

.season_camp .product-style-02 .content-right .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .content-right .btn-group {
    display: block;
  }
}

.season_camp .product-style-02 .content-right .btn-group a {
  width: 190px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .content-right .btn-group a {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
  }
}

.season_camp .product-style-02 .content-right .btn-group a + a {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .content-right .btn-group a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-02 .content-right {
    position: static;
    padding-bottom: 10px;
  }
}

.season_camp .product-style-03 {
  margin-top: 45px;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-03 {
    margin-top: 15px;
    padding: 0 15px 20px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.season_camp .product-style-03 .content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.season_camp .product-style-03 .title-01 {
  margin-bottom: 8px;
}

.season_camp .product-style-03 .title-02 {
  margin-bottom: 8px;
}

.season_camp .product-style-03 .title-02 small {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-03 .title-02 small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .product-style-03 .note {
  margin-bottom: 3px;
}

.season_camp .product-style-03 .price {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-03 .price {
    margin-top: 10px;
  }
}

.season_camp .product-style-03 .detail {
  margin-bottom: 12px;
}

.season_camp .product-style-03 .content-right {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-03 .content-right {
    display: block;
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
}

.season_camp .product-style-03 .content-right > img {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-03 .content-right > img {
    width: 80%;
    display: inline-block;
  }
}

.season_camp .product-style-04 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.season_camp .product-style-04 .img {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-04 .img {
    padding-top: 0;
  }
  .season_camp .product-style-04 .img .item-detail-img {
    width: 140px;
    margin-left: 30px;
  }
}

.season_camp .product-style-04 .des {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-04 .des {
    margin-bottom: 5px;
  }
}

.season_camp .product-style-04 .des sup {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-04 .des sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .product-style-04 .price {
  margin-bottom: 7px;
}

.season_camp .product-style-04 .detail {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-04 .detail {
    margin-bottom: 10px;
  }
}

.season_camp .product-style-04 .content {
  position: relative;
}

.season_camp .product-style-04 .content .item-detail-img {
  position: absolute;
  bottom: 0;
  left: 500px;
}

.season_camp .product-style-05 {
  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 screen and (max-width: 767px) {
  .season_camp .product-style-05 {
    display: block;
  }
}

.season_camp .product-style-05 .img {
  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;
  width: 29%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.season_camp .product-style-05 .img > img {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .img > img {
    height: 70%;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .img {
    width: 100%;
    height: 220px;
  }
}

.season_camp .product-style-05 .content {
  position: relative;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.season_camp .product-style-05 .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.season_camp .product-style-05 .note {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .note {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}

.season_camp .product-style-05 .price {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .price {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}

.season_camp .product-style-05 .price strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .price strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .product-style-05 .detail {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .detail {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 18px;
  }
}

.season_camp .product-style-05 .btn-group {
  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;
  position: absolute;
  top: 110px;
  left: 360px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .btn-group {
    position: static;
    display: block;
    margin-top: 15px;
  }
}

.season_camp .product-style-05 .btn-group a {
  width: 190px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .btn-group a {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .product-style-05 .btn-group a + a {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-style-05 .btn-group a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.season_camp .section_top .container {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .container {
    padding-top: 20px;
  }
}

.season_camp .section_top .heading {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .heading {
    margin-bottom: 15px;
  }
}

.season_camp .section_top .heading .date {
  display: block;
  text-align: left;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .heading .date {
    margin-bottom: 10px;
  }
}

.season_camp .section_top .heading .top-title {
  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 screen and (max-width: 767px) {
  .season_camp .section_top .heading .top-title {
    display: block;
  }
}

.season_camp .section_top .heading .top-title .title {
  padding-left: 35px;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .heading .top-title .title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 26px;
    padding-left: 0;
    margin-top: 15px;
  }
}

.season_camp .section_top .heading .label-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

.season_camp .section_top .heading .top-circle-label + .top-circle-label {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .heading .top-circle-label + .top-circle-label {
    margin-left: 10px;
  }
}

.season_camp .section_top .top-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content {
    display: block;
  }
}

.season_camp .section_top .top-main-content .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .img {
    width: 100%;
  }
}

.season_camp .section_top .top-main-content .img > img {
  display: block;
  width: 100%;
}

.season_camp .section_top .top-main-content .img .note {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .img .note {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 15px;
  }
}

.season_camp .section_top .top-main-content .content {
  padding-left: 80px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .content {
    padding-left: 0;
  }
}

.season_camp .section_top .top-main-content .main-title {
  margin-bottom: 28px;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .main-title {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.season_camp .section_top .top-main-content .main-title-02 {
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .main-title-02 {
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}

.season_camp .section_top .top-main-content .text {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .text {
    margin-bottom: 15px;
  }
}

.season_camp .section_top .top-main-content .text sup {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .text sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .text + .note {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.season_camp .section_top .top-main-content .content-footer .product-style-01 + .product-style-01 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .top-main-content .content-footer .product-style-01 + .product-style-01 {
    margin-top: 30px;
  }
}

.season_camp .section_top .links-group {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .season_camp .section_top .links-group {
    display: block;
    margin-top: 35px;
  }
}

.season_camp .section_point_group {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .section_point_group {
    padding: 20px 0;
  }
}

.season_camp .section_point_group .top-title {
  margin-bottom: 70px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_point_group .top-title {
    margin-bottom: 10px;
  }
}

.season_camp .section_point_group .point-header-wrap + .point-header-wrap {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_point_group .point-header-wrap + .point-header-wrap {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section_point_group .point-header-wrap .note-02 {
    position: static;
    margin-top: 5px;
  }
}

.season_camp .section_point_group .point-header-wrap .note-01 {
  bottom: 50px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_point_group .point-header-wrap .note-01 {
    position: static;
    margin-top: 5px;
  }
}

.season_camp .section_point_group .point-header-wrap-note-01 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_point_group .point-header-wrap-note-01 {
    padding-bottom: 50px;
  }
}

.season_camp .section_point_group .point-header-wrap-note-02 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_point_group .point-header-wrap-note-02 {
    padding-bottom: 70px;
  }
}

.season_camp .section_tanpin {
  background: #fff;
}

.season_camp .section_tanpin .container {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .container {
    padding: 40px 10px 50px 10px;
  }
}

.season_camp .section_tanpin .section-title {
  text-align: center;
  font-weight: 500;
  font-size: 33px;
  font-size: 2.0625rem;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .section-title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 20px;
  }
}

.season_camp .section_tanpin .tanpin-item {
  margin-top: 80px;
  margin-right: calc( (100% - 360px*3) / 2);
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item {
    width: 48%;
    margin-top: 30px;
    margin-right: 2%;
    padding-bottom: 45px;
  }
}

.season_camp .section_tanpin .tanpin-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item:nth-child(3n) {
    margin-right: 2%;
  }
}

.season_camp .section_tanpin .tanpin-item:nth-child(1), .season_camp .section_tanpin .tanpin-item:nth-child(2), .season_camp .section_tanpin .tanpin-item:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item:nth-child(3) {
    margin-top: 30px;
  }
}

.season_camp .section_tanpin .tanpin-item .img-link {
  width: 360px;
  height: 360px;
  background: #fff;
  padding: 20px;
  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;
}

.season_camp .section_tanpin .tanpin-item .img-link img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .img-link {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .tanpin-content {
    padding: 0 7px;
  }
}

.season_camp .section_tanpin .tanpin-item .item-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 15px 0 6px 0;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .item-title {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 0 7px 0;
    line-height: 22px;
  }
}

.season_camp .section_tanpin .tanpin-item .item-title small {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .item-title small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .section_tanpin .tanpin-item .price {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .price {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
    line-height: 20px;
  }
}

.season_camp .section_tanpin .tanpin-item .price strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .price strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .section_tanpin .tanpin-item .detail {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .detail {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17px;
    margin-top: 10px;
  }
}

.season_camp .section_tanpin .tanpin-item .item-btn {
  font-size: 16px;
  font-size: 1rem;
  width: 310px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 25px;
  border: none;
  background: #f9f9f9;
  margin-top: 15px;
  color: #7a7c81;
  position: absolute;
  bottom: 0;
  left: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section_tanpin .tanpin-item .item-btn {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    max-width: 350px;
    padding: 5px 10px;
    margin: 10px auto 0 auto;
    left: 0;
  }
}

.season_camp .endcontent-btn-group {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .season_camp .endcontent-btn-group {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .endcontent-btn-group .inner {
    display: block;
  }
}

.season_camp .endcontent-btn-group a {
  display: block;
  width: 500px;
  line-height: 50px;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  background: #c0d7dc;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .endcontent-btn-group a {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 30px;
    padding: 10px 15px;
  }
}

.season_camp .endcontent-btn-group a:after {
  content: "";
  width: 28px;
  height: 6px;
  background: url(/user_data/camp/common/img/i_long_arrow.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .endcontent-btn-group a:after {
    width: 16px;
    height: 6px;
    right: 15px;
    margin-top: -3px;
  }
}

.season_camp .endcontent-btn-group a + a {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .endcontent-btn-group a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}

.season_camp .endcontent-btn-group a:hover:after {
  right: 15px;
}

.season_camp .pc {
  display: block;
}

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

.season_camp .sp {
  display: none;
}

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

.season_camp sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .season_camp sup {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .imgfix {
  -webkit-backface-visibility: hidden;
}

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

.season_camp .btn-group .dtl-btn:after {
  background: none;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .btn-group .dtl-btn, .season_camp .btn-group .cart-btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .btn-group .dtl-btn, .season_camp .btn-group .cart-btn {
    font-size: 12px;
  }
}

.season_camp .main__img-inText {
  background-image: url("../img/1105/main02.png");
}

@media screen and (max-width: 767px) {
  .season_camp .main__img-inText {
    background-image: none;
  }
}

.season_camp .intro__img {
  bottom: -410px;
}

.season_camp .bg-pur {
  background: -webkit-gradient(linear, left top, left bottom, from(#baa7c5), to(#a896b3));
  background: linear-gradient(#baa7c5, #a896b3);
}

.season_camp .border-f {
  border-bottom: 1px solid #ffffff;
}

.season_camp .underline14, .season_camp .underline16, .season_camp .underline18 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #f2dd63));
  background: linear-gradient(transparent 60%, #f2dd63 20%);
  display: inline;
  font-weight: 600;
}

.season_camp .underline14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.season_camp .underline16 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .underline16 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .underline18 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .underline18 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .shadow-box {
  -webkit-box-shadow: 0 0 15px #dadada;
  box-shadow: 0 0 15px #dadada;
}

@media screen and (max-width: 767px) {
  .season_camp .section {
    padding: 40px 0;
  }
}

.season_camp .section .arrow-box01, .season_camp .section .arrow-box02, .season_camp .section .arrow-box03 {
  position: relative;
}

.season_camp .section .arrow-box01:before, .season_camp .section .arrow-box02:before, .season_camp .section .arrow-box03:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 250px 0 250px;
  border-color: #B4A2BF transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .season_camp .section .arrow-box01:before, .season_camp .section .arrow-box02:before, .season_camp .section .arrow-box03:before {
    border-width: 30px 110px 0 110px;
    top: -3px;
  }
}

.season_camp .section .arrow-box02:before {
  border-width: 40px 150px 0 150px;
}

.season_camp .section .arrow-box03:before {
  border-width: 60px 220px 0 220px;
  border-color: #efefef transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .season_camp .section .arrow-box03:before {
    border-width: 30px 120px 0 120px;
  }
}

.season_camp .section .product {
  width: 1200px;
}

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

.season_camp .section .story {
  width: 1200px;
}

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

.season_camp .section .story__bg {
  background: url(/user_data/camp/2011handmist/img/1105/story_bg.png) no-repeat;
  background-size: contain !important;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .story__bg {
    background: url(/user_data/camp/2011handmist/img/1105/story_bg-sp.png) no-repeat;
  }
}

.season_camp .section .story .title-acc {
  position: relative;
}

.season_camp .section .story .title-acc:after {
  content: "";
  position: absolute;
  top: 75px;
  left: 50%;
  background-size: contain;
  width: 10px;
  height: 70px;
  background: url(/user_data/camp/2011handmist/img/1105/story_title_acc.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .season_camp .section .story .title-acc:after {
    height: 35px;
    background: url(/user_data/camp/2011handmist/img/1105/story_title_acc-sp.png) no-repeat;
    background-size: contain;
    top: 55px;
  }
}

.season_camp .section .insistence .title-acc {
  position: relative;
}

.season_camp .section .insistence .title-acc:after {
  content: "";
  position: absolute;
  top: 75px;
  left: 50%;
  background-size: contain;
  width: 10px;
  height: 70px;
  background: url(/user_data/camp/2011handmist/img/1105/insistence_title_acc.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .title-acc:after {
    height: 35px;
    background: url(/user_data/camp/2011handmist/img/1105/insistence_title_acc-sp.png) no-repeat;
    background-size: contain;
    top: 55px;
  }
}

.season_camp .section .insistence .page-link {
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .page-link {
    width: 100%;
  }
}

.season_camp .section .insistence .page-link ul {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  counter-reset: count;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .page-link ul {
    border: none;
  }
}

.season_camp .section .insistence .page-link ul li {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  counter-increment: count;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .page-link ul li {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .page-link ul li:last-of-type {
    border-bottom: none;
  }
}

.season_camp .section .insistence .page-link ul li:before {
  position: absolute;
  content: counter(count);
  top: 5px;
  left: 30px;
  font-size: 30px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .page-link ul li:before {
    font-size: 24px;
    left: 15px;
  }
}

.season_camp .section .insistence .page-link ul li a {
  color: #ffffff;
}

.season_camp .section .insistence .page-link ul li a:after {
  content: "";
  border-bottom: 2px solid #f7e300;
  border-right: 2px solid #f7e300;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.season_camp .section .insistence .review-link, .season_camp .section .insistence .report-link {
  position: relative;
}

.season_camp .section .insistence .review-link p:before, .season_camp .section .insistence .report-link p:before {
  content: "";
  background: url(/user_data/camp/2011handmist/img/1105/report_icon.png) no-repeat;
  position: absolute;
  width: 50px;
  height: 35px;
  top: 10px;
  left: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .review-link p:before, .season_camp .section .insistence .report-link p:before {
    background: url(/user_data/camp/2011handmist/img/1105/report_icon-sp.png) no-repeat;
    left: 10px;
    top: 5px;
  }
}

.season_camp .section .insistence .review-link p:after, .season_camp .section .insistence .report-link p:after {
  content: "";
  border-bottom: 2px solid #b9a6c4;
  border-right: 2px solid #b9a6c4;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.season_camp .section .insistence .review-link {
  background: #f8f5fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f5fa), to(#ede7f1));
  background: linear-gradient(to bottom, #f8f5fa 0%, #ede7f1 100%);
}

.season_camp .section .insistence .review-link p:before {
  content: "";
  top: 5px;
  left: 10px;
  background: url(/user_data/camp/2011handmist/img/1105/review_icon.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .review-link p:before {
    background: url(/user_data/camp/2011handmist/img/1105/review_icon-sp.png) no-repeat;
    left: 5px;
  }
}

.season_camp .section .insistence .review-link p:after {
  border-bottom: 2px solid #d7cddd;
  border-right: 2px solid #d7cddd;
}

.season_camp .section .insistence .insistence__point-wrap {
  background-color: #efefef;
  margin: 0px auto 0px;
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point {
  width: 1100px;
  margin: 0px auto 0px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .insistence__point-wrap .insistence__point {
    width: 100%;
  }
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents {
  padding: 60px 100px 70px;
  margin: 60px auto 0px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .insistence__point-wrap .insistence__point-contents {
    width: 100%;
    padding: 30px 10px 40px;
    margin-top: 15px;
  }
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents:first-of-type {
  margin-top: -130px;
  float: left;
  margin-bottom: 60px;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .insistence__point-wrap .insistence__point-contents:first-of-type {
    margin-top: -70px;
    margin-bottom: 15px;
    width: 100%;
  }
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents:nth-child(2) {
  clear: both;
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents.arrow-box03 {
  -webkit-box-shadow: 0px 10px 10px 0px #dadada;
  box-shadow: 0px 10px 10px 0px #dadada;
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .border-text {
  color: #fff;
  text-shadow: 1px 1px #4c4948, -1px -1px #4c4948, -1px 1px #4c4948, 1px -1px #4c4948;
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .title-border {
  border-bottom: 3px solid #d7cddd;
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .list li {
  font-size: 16px;
  font-size: 1rem;
  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;
  padding: 10px 30px;
  letter-spacing: -.5px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .list li {
    padding: 0px 0px;
    letter-spacing: -.5px;
    font-size: 14px;
  }
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .list li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/user_data/camp/2011handmist/img/1105/i_check.png) center center no-repeat;
  background-size: contain;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .list li:before {
    margin-right: 5px;
    width: 20px;
  }
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .list li .underline18 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #b9a63a));
  background: linear-gradient(transparent 60%, #b9a63a 20%);
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .text-brackets {
  position: relative;
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .text-brackets:before, .season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .text-brackets:after {
  width: 15px;
  height: 70px;
  border: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .text-brackets:before, .season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .text-brackets:after {
    width: 10px;
    height: 60px;
  }
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .text-brackets:before {
  left: 0;
  border-right: none;
}

.season_camp .section .insistence .insistence__point-wrap .insistence__point-contents .text-brackets:after {
  right: 0;
  border-left: none;
}

.season_camp .section .review .underline14 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #ede8f0));
  background: linear-gradient(transparent 60%, #ede8f0 20%);
}

.season_camp .section .review .review-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: #4c4948;
  text-align: center;
  background: #ffffff;
  border: 2px solid #baa7c5;
  -webkit-box-shadow: 0px 5px #baa7c5;
  box-shadow: 0px 5px #baa7c5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 9px 15px;
  width: 210px;
}

.season_camp .section .review__bg {
  background-color: #f6f8f9;
  width: 1200px;
}

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

.season_camp .section .review__bg .review_title {
  background: url("../img/1105/review_title-pc.png") no-repeat;
  background-position: 33% 0%;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__bg .review_title {
    background: url("../img/1105/review_title-sp.png") no-repeat;
    background-position: 0% 0%;
  }
}

.season_camp .section .review__bg .review_title-content::before, .season_camp .section .review__bg .review_title-content::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #bed6db;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-right: 15px;
  margin-bottom: -5px;
  margin-top: -10px;
}

.season_camp .section .review__bg .review_title-content::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-right: 0px;
  margin-left: 10px;
  margin-bottom: -5px;
  margin-top: -10px;
}

.season_camp .section .review__voice-contents {
  background-color: #ffffff;
  position: relative;
  padding: 50px 50px;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0px 0px 3px #dadada);
  filter: drop-shadow(0px 0px 3px #dadada);
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents {
    padding: 30px 20px 20px;
    margin: 50px auto 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:not(:first-of-type) {
    margin-top: 60px;
  }
}

.season_camp .section .review__voice-contents:nth-child(2n) {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
    z-index: 1;
  }
}

.season_camp .section .review__voice-contents:nth-child(2n):before {
  border-left: none;
  border-right: 30px solid #ffffff;
  left: auto;
  left: -25px;
  -webkit-transform: rotate(60deg);
  transform: rotate(-20deg);
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:nth-child(2n+1) {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:first-of-type {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.season_camp .section .review__voice-contents:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 25px;
  right: -25px;
  border-left: 30px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(-60deg);
  transform: rotate(20deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:before {
    content: none;
  }
}

.season_camp .section .review__voice-contents .star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.season_camp .section .review__voice-contents .star5_rating:before, .season_camp .section .review__voice-contents .star5_rating:after {
  content: '★★★★★';
}

.season_camp .section .review__voice-contents .star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.season_camp .section .review__voice-contents .star5_rating.star50:after {
  width: 100%;
}

.season_camp .section .review__voice-contents .star5_rating.star45:after {
  width: 90%;
}

.season_camp .section .review__voice-contents .star5_rating.star40:after {
  width: 80%;
}

.season_camp .section .review__voice-contents .star5_rating.star35:after {
  width: 70%;
}

.season_camp .section .review__voice-contents .star5_rating.star30:after {
  width: 60%;
}

.season_camp .section .review__voice-contents .star5_rating.star25:after {
  width: 50%;
}

.season_camp .section .review__voice-contents .star5_rating.star20:after {
  width: 40%;
}

.season_camp .section .review__voice-contents .star5_rating.star15:after {
  width: 30%;
}

.season_camp .section .review__voice-contents .star5_rating.star10:after {
  width: 20%;
}

.season_camp .section .review__voice-contents .star5_rating.star5:after {
  width: 10%;
}

.season_camp .section .review__voice-contents .star5_rating.star0:after {
  width: 0%;
}

.season_camp .section .report {
  width: 1200px;
}

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

.season_camp .section .report__bg {
  background: url(/user_data/camp/2011handmist/img/1105/report_main_bg.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .season_camp .section .report__bg {
    background: url(/user_data/camp/2011handmist/img/1105/report_main_bg-sp.png) no-repeat;
  }
}

.season_camp .section .report__voice-contents {
  position: relative;
  background-color: #eff5f6;
  padding: 30px 50px 40px;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0px 0px 3px #dadada);
  filter: drop-shadow(0px 0px 3px #dadada);
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .report__voice-contents {
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section .report__voice-contents:not(:first-of-type) {
    margin-top: -20px;
  }
}

.season_camp .section .report__voice-contents:nth-child(2n) {
  background-color: #fbf7e1;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .section .report__voice-contents:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
    z-index: 1;
  }
}

.season_camp .section .report__voice-contents:nth-child(2n):before {
  border-left: none;
  border-right: 30px solid #fbf7e1;
  left: auto;
  right: 50px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

@media screen and (max-width: 767px) {
  .season_camp .section .report__voice-contents:nth-child(2n+1) {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section .report__voice-contents:first-of-type {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.season_camp .section .report__voice-contents:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -17px;
  left: 50px;
  border-left: 30px solid #eff5f6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  z-index: 1;
}

.txt-dotted {
  display: inline-block;
  position: relative;
}

.txt-dotted:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #916da3;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .txt-dotted:before {
    width: 3px;
    height: 3px;
  }
}

.txt-dotted.under:before {
  top: auto;
  bottom: -5px;
}
/*# sourceMappingURL=2011handmist-2.css.map */