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

.season_camp {
  background: #fff;
  letter-spacing: 1px;
  color: #4c4948;
}
.season_camp * {
  box-sizing: border-box;
}
.season_camp *:before, .season_camp *:after {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .season_camp .position-md-relative {
    position: relative;
  }
}
.season_camp img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .season_camp .w-md-auto {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sp-only-bg-gray {
    background: #f1f1f1;
  }
}
.season_camp .here-btn {
  border: 1px solid #e96496;
  color: #e96496;
  border-radius: 5px;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .season_camp .here-btn {
    width: 100%;
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .here-btn {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sp-only-bg-white {
    background: #fff;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.season_camp .w-inner {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .season_camp .w-inner {
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .w-inner {
    width: 100%;
  }
}
.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 .text-orange {
  color: #e2823b;
}
.season_camp .underline {
  background: linear-gradient(transparent 60%, #fce8ef 60%);
  display: inline;
}
.season_camp .sold-out__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  box-shadow: none !important;
}
.season_camp .sold-out__btn:before {
  content: none !important;
  display: block;
}
@media screen and (min-width: 768px) {
  .season_camp .video1-position {
    display: flex;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    justify-content: space-between;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .video1 {
    position: relative;
    max-width: 400px;
    border-radius: 20px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .video1 {
    position: absolute;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .video1-left {
    border-radius: 0 25px 25px 0;
    left: 0;
    top: 0;
  }
  .season_camp .video1-right {
    border-radius: 25px 0px 0px 25px;
    right: 0;
    bottom: 0;
  }
}
.season_camp .user-voice-position {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .season_camp .user-voice-position {
    bottom: 5%;
    width: 435px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .user-voice-position {
    width: 100%;
    bottom: 0;
  }
}
.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: 10px;
  box-shadow: 0px 5px #cc3366;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .season_camp .cart-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    border-radius: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
  }
}
.season_camp .cart-btn:before {
  content: "";
  position: absolute;
  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;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn:before {
    width: 18px;
    height: 24px;
  }
}
.season_camp .cart-btn:hover {
  top: 5px;
  box-shadow: 0px 0px #cc3366;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn:hover {
    top: 0;
  }
}
.season_camp .before-none::before {
  content: none !important;
}
@media screen and (min-width: 768px) {
  .season_camp .cart-position {
    position: absolute;
    left: 10%;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .cart-position {
    background: #f2f2f2;
  }
}
.season_camp .teiki-btn {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #f26633;
  border-radius: 5px;
  box-shadow: 0px 5px #bc532d;
  transition: 0.3s;
  position: relative;
  top: 0px;
  padding: 7px 15px;
  display: flex;
  letter-spacing: 2px;
  line-height: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .season_camp .teiki-btn {
    justify-content: center;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
  }
}
.season_camp .teiki-btn:before {
  content: "";
  width: 30px;
  height: 27px;
  background: url(../../../../common/img/id/i-cart-teiki.png) center center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .teiki-btn:before {
    margin-right: 7px;
    margin-left: 0px;
    width: 22px;
    height: 18px;
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .teiki-btn:hover {
    top: 5px;
    box-shadow: 0px 0px #bc532d;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .teiki-position {
    position: absolute;
    left: 10%;
    top: 41%;
  }
}
.season_camp .video2 {
  position: absolute;
  border-radius: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .season_camp .video2 {
    top: 20%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .video2 {
    width: 90%;
    top: 45%;
    bottom: 0;
  }
}
.season_camp .video3 {
  position: absolute;
  border-radius: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .season_camp .video3 {
    top: 14%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .video3 {
    width: 90%;
    top: 8.5%;
    bottom: 0;
  }
}
.season_camp .video4 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .season_camp .video4 {
    top: 19.8%;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .video4 {
    width: 100%;
    top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .qa-inner {
    max-width: 960px;
    padding: 0 10px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .qa-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.season_camp .id-cf-component__inner {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-component__inner {
    margin-top: 40px;
  }
}
.season_camp .id-cf-component__head {
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-top: #595757 1px solid;
  border-bottom: #595757 1px solid;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-component__head {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}
.season_camp .id-cf-component__head:before, .season_camp .id-cf-component__head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #595757;
}
.season_camp .id-cf-component__head:before {
  width: 30px;
  height: 1px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-component__head:before {
    width: 20px;
    right: 20px;
  }
}
.season_camp .id-cf-component__head:after {
  width: 1px;
  height: 30px;
  right: 44px;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-component__head:after {
    height: 20px;
    right: 29px;
  }
}
.season_camp .id-cf-component__head-change {
  display: none !important;
}
.season_camp .id-cf-component__head.toggle-active:after {
  transform: rotate(90deg);
  opacity: 0;
}
.season_camp .id-cf-component__box {
  display: none;
  padding: 20px 20px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-component__box {
    padding: 20px 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}
.season_camp .set-product {
  display: flex;
  justify-content: space-between;
  background: #ecf1fc;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp .set-product {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 90px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .set-product {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .set-product {
    display: block;
  }
}
.season_camp .set-product + .set-product {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product + .set-product {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .set-product .content {
    max-width: 435px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .content {
    width: 100%;
    padding: 15px 15px 35px 15px;
  }
}
.season_camp .set-product .title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.season_camp .set-product .detail {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 13px 25px;
  line-height: 2;
  display: inline-block;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
}
.season_camp .set-product .detail:before {
  content: "";
  width: 10px;
  height: 100%;
  border-top: 1px solid #d5d7d7;
  border-left: 1px solid #d5d7d7;
  border-bottom: 1px solid #d5d7d7;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail:before {
    width: 8px;
  }
}
.season_camp .set-product .detail:after {
  content: "";
  width: 10px;
  height: 100%;
  border-top: 1px solid #d5d7d7;
  border-right: 1px solid #d5d7d7;
  border-bottom: 1px solid #d5d7d7;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail:after {
    width: 8px;
  }
}
.season_camp .set-product .detail strong {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail strong {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.season_camp .set-product .detail p {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .set-product .price {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .price {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}
.season_camp .set-product .price strong {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .price strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.season_camp .set-product .code {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 5px;
  display: block;
  padding-bottom: 25px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .code {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-bottom: 20px;
  }
}
.season_camp .set-product .set-label {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  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;
  flex-direction: column;
  align-content: center;
  color: #4c4948;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .set-label {
    width: 70px;
    height: 70px;
    top: 15px;
    left: 15px;
  }
}
.season_camp .set-product .set-label span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .set-label span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.season_camp .set-product .set-label span.number {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .set-label span.number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.season_camp .off-icon {
  background-color: #e96496;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 15%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .off-icon {
    width: 70px;
    height: 70px;
    right: 0;
    top: -35px;
  }
}
.season_camp .soryo-icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  background-color: #fff;
  color: #e96496;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .season_camp .soryo-icon {
    width: 70px;
    height: 70px;
    right: 0;
    top: -35px;
  }
}

@media screen and (min-width: 768px) {
  .LC_Page_Products_Detail .id-detail .id__inner {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .LC_Page_Products_Detail #id-how .id__inner {
    max-width: unset;
  }
}
.LC_Page_Products_Detail #id-how .id__inner .season_camp {
  background: unset;
}
@media screen and (min-width: 768px) {
  .LC_Page_Products_Detail #id-qa .id__inner {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .LC_Page_Products_Detail #id-qa .id__inner .qa-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .LC_Page_Products_Detail #id-detail .id__inner,
  .LC_Page_Products_Detail #id-how .id__inner,
  .LC_Page_Products_Detail #id-qa .id__inner {
    padding: 0;
  }
}