@charset "UTF-8";
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;
}

.season_camp .ff-Josefin-lighter {
  font-family: "Josefin Sans", serif;
  font-weight: lighter;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .season_camp .position-md-relative {
    position: relative;
  }
}
.season_camp .f-gothic {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.season_camp img {
  max-width: 100%;
  height: auto;
  display: block;
}
@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 .qa {
  background: url(../img/bg_section15pc.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .season_camp .qa {
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .qa {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.season_camp .qa-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 3.536px 3.536px 5px 0px rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: max-content;
}
@media screen and (min-width: 768px) {
  .season_camp .qa-box {
    width: 48%;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .qa-box {
    width: 100%;
    margin-top: 20px;
  }
}
.season_camp .qa-title {
  display: flex;
  align-items: center;
  position: relative;
}
.season_camp .qa-title::before {
  content: "Q";
  display: block;
  color: #e2823b;
  font-size: 36px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .season_camp .qa-title::before {
    margin-right: 5px;
  }
}
.season_camp .qa-title-ac {
  position: relative;
  width: 100%;
}
.season_camp .qa-title-ac::before, .season_camp .qa-title-ac::after {
  content: "";
  display: block;
  background: #e2823b;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  opacity: 1;
}
.season_camp .qa-title-ac::before {
  width: 28px;
  height: 1px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .qa-title-ac::before {
    width: 20px;
    height: 1px;
    right: 0;
  }
}
.season_camp .qa-title-ac::after {
  width: 1px;
  height: 28px;
  right: 13px;
}
@media screen and (max-width: 767px) {
  .season_camp .qa-title-ac::after {
    width: 1px;
    height: 20px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .qa-title-ac {
    font-size: 16px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .qa-title-ac {
    font-size: 16px;
    padding-right: 20px;
  }
}
.season_camp .qa .toggle-active .qa-title-ac:after {
  transform: rotate(90deg);
  opacity: 0;
}
.season_camp .qa-cotents {
  border-top: 1px solid #e2823b;
  padding-top: 8px;
  margin-top: 8px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .season_camp .qa-cotents {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .qa-cotents {
    font-size: 13px !important;
  }
}
.season_camp .qa-text-under {
  background: linear-gradient(transparent 60%, #f9e5d6 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 .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;
  box-shadow: 0px 5px #cc3366;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 7px 15px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    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(../../../../common/img/id/cart_btn.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;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .cart-position {
    position: absolute;
    left: 10%;
    top: 31%;
  }
}
@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: 65%;
  }
}
.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 #sample .sample-present {
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp #sample .sample-present {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .sample-present {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.season_camp #sample .present-header {
  color: #fff;
  background: #c2867f;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .season_camp #sample .present-header {
    font-size: 20px;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .present-header {
    font-size: 16px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp #sample .present-body {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .present-body {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.season_camp #sample .present-body h2 {
  color: #3e3a39;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp #sample .present-body h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .season_camp #sample .present-body h2::after {
    content: "";
    display: block;
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    width: 90%;
    bottom: 10px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .present-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: 1.5;
  }
}
.season_camp #sample .present-body .highlight {
  color: #c2867f;
}
.season_camp #sample .present-footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .season_camp #sample .present-footer {
    padding-top: 20px;
    line-height: 2;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .present-footer {
    position: relative;
    padding-top: 40px;
    line-height: 1.5;
    font-size: 15px;
  }
  .season_camp #sample .present-footer::before {
    content: "";
    display: block;
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    width: 90%;
    top: 20px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.season_camp #sample .present-footer .caution {
  color: #c2867f;
}
@media screen and (min-width: 768px) {
  .season_camp #sample .present-footer .caution {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .present-footer .caution {
    font-size: 12px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.season_camp #sample .check-btn {
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .season_camp #sample .check-btn {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .check-btn {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 300px;
  }
}
.season_camp #sample .check-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .season_camp #sample .check-btn::after {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp #sample .check-btn::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}