@charset "UTF-8";
.f-robot {
  font-family: "Roboto", "游ゴシック体", 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";
}

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

.main {
  min-width: 1230px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main {
    min-width: 100%;
    width: 100%;
  }
}

.season_camp {
  background: #fff;
  color: #4c4948;
}
.season_camp img {
  max-width: 100%;
  height: auto;
}
.season_camp * {
  box-sizing: border-box;
}
.season_camp *:before, .season_camp *:after {
  box-sizing: border-box;
}
.season_camp .container {
  width: 1230px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .season_camp .container {
    width: 100%;
    padding: 0 15px;
  }
}
.season_camp .max-w-90p {
  max-width: 90%;
}
.season_camp .f-ave {
  font-family: "avenirLT";
}
.season_camp .f-ave-hev {
  font-family: "avenirHev";
  letter-spacing: 2px;
}
.season_camp .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .pc-only {
    display: none;
  }
}
.season_camp .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .season_camp .sp-only {
    display: block;
  }
}

.season_camp .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #e96496;
  border-radius: 5px;
  box-shadow: 0px 5px #cc3366;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  width: 210px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .cart-btn {
    padding: 10px 15px 4px 15px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    line-height: 35px;
    padding: 5px 10px;
  }
}
.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../common/img/i_cart.png") center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
  position: absolute;
}
.season_camp .cart-btn:hover {
  top: 5px;
  box-shadow: 0px 0px #cc3366;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn:hover {
    top: 0;
  }
}
.season_camp .dtl-btn {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 35px;
  padding: 7px 15px;
  background: #c0d8dc;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .dtl-btn {
    padding: 12px 15px 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .dtl-btn {
    line-height: 35px;
    padding: 5px 10px;
  }
}
.season_camp .dtl-btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.season_camp .bg-bt-line {
  background: url(../img/line-bg-pc.png) left bottom;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .season_camp .bg-bt-line {
    background: url(../img/line-bg-sp.png) left bottom;
    line-height: 35px;
  }
}
.season_camp .bg-line-dotted {
  background: url(../img/border-bt-dotted.png) left bottom repeat-x;
}
.season_camp .txt-bt-line {
  background: url(../img/txt-bg-pc.png) left bottom;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .season_camp .txt-bt-line {
    background: url(../img/txt-bg-sp.png) left bottom;
    line-height: 35px;
  }
}
.season_camp .skw-line {
  position: relative;
  z-index: 1;
}
.season_camp .skw-line:after {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: -2%;
  bottom: -5%;
  transform: skewX(-35deg);
  z-index: -1;
  background-color: #fdefbd;
}
@media screen and (max-width: 767px) {
  .season_camp .skw-line {
    background: linear-gradient(transparent 60%, #fdefbd 0%);
  }
  .season_camp .skw-line:after {
    display: none;
  }
}
.season_camp .skw-line.type-brown:after {
  background-color: #efdcce;
}
@media screen and (max-width: 767px) {
  .season_camp .skw-line.type-brown {
    background: linear-gradient(transparent 60%, #efdcce 0%);
  }
  .season_camp .skw-line.type-brown:after {
    display: none;
  }
}
.season_camp .bg-yel {
  background: #ffe400;
}
.season_camp .bg-wh {
  background: #fff;
}
.season_camp .bg-brown {
  background: #bf7254;
}
.season_camp .del-line {
  text-decoration: line-through;
}
.season_camp .marker-line {
  background: linear-gradient(transparent 60%, #ff665c 0%);
}
.season_camp .fc-yel {
  color: #e2c221;
}
.season_camp .fc-wh {
  color: #fff;
}
.season_camp .fc-pink {
  color: #e96496;
}
.season_camp .fc-red {
  color: #cc0000;
}
.season_camp .bevel-btn {
  border-radius: 4px;
  border: 2px solid #e2c221;
  box-shadow: 0px 5px #e2c221;
  position: relative;
  top: 0;
}
.season_camp .bevel-btn:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #e2c221;
  border-right: 1px solid #e2c221;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .season_camp .bevel-btn:after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .bevel-btn:hover {
    top: 5px;
    box-shadow: 0px 0px #e2c221;
    opacity: 1;
  }
  .season_camp .bevel-btn:hover .bevel-btn__check {
    bottom: -25px;
  }
}
.season_camp .underline {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.2em;
  text-decoration-color: #fbedc6;
  text-decoration-skip-ink: none;
}
.season_camp .underline2 {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0em;
  text-decoration-thickness: 0.2em;
  text-decoration-color: #f1c65e;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .season_camp .border-bottom-pc {
    border-bottom: 3px solid #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .border-bottom-pc {
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
  }
}
.season_camp .section-product .set-product {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.season_camp .section-product .set-product + .set-product {
  margin-top: 80px;
}
.season_camp .section-product .set-product .title {
  font-size: 22px;
  letter-spacing: 2px;
}
.season_camp .section-product .set-product .detail {
  position: relative;
  margin: 15px 0 20px;
  padding: 13px 25px;
  line-height: 2;
  display: inline-block;
  letter-spacing: 2px;
}
.season_camp .section-product .set-product .detail:before, .season_camp .section-product .set-product .detail:after {
  content: "";
  width: 10px;
  height: 100%;
  border-top: 1px solid #d5d7d7;
  position: absolute;
  top: 0;
}
.season_camp .section-product .set-product .detail:before.before, .season_camp .section-product .set-product .detail:after.before {
  border-left: 1px solid #d5d7d7;
  left: 0;
}
.season_camp .section-product .set-product .detail:before.after, .season_camp .section-product .set-product .detail:after.after {
  border-right: 1px solid #d5d7d7;
  right: 0;
}
.season_camp .section-product .set-product .detail strong {
  font-size: 14px;
}
.season_camp .section-product .set-product .detail p {
  font-size: 13px;
}
.season_camp .section-product .set-product .price {
  font-size: 13px;
  letter-spacing: 2px;
}
.season_camp .section-product .set-product .price strong {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 3px;
}
.season_camp .section-product .set-product .code {
  font-size: 13px;
  padding: 5px 0 25px;
  display: block;
  letter-spacing: 2px;
}
.season_camp .section-product .set-product .set-label {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4c4948;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  padding-top: 5px;
}
.season_camp .section-product .set-product .set-label span {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
}
.season_camp .section-product .set-product .set-label span.number {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product {
    display: block;
  }
  .season_camp .section-product .set-product + .set-product {
    margin-top: 40px;
  }
  .season_camp .section-product .set-product .img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .season_camp .section-product .set-product .content {
    width: 100%;
    padding: 15px 15px 35px;
  }
  .season_camp .section-product .set-product .title {
    font-size: 15px;
    line-height: 1.6;
  }
  .season_camp .section-product .set-product .detail {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .season_camp .section-product .set-product .detail:before {
    width: 8px;
  }
  .season_camp .section-product .set-product .detail:after {
    width: 8px;
  }
  .season_camp .section-product .set-product .detail strong {
    font-size: 13px;
  }
  .season_camp .section-product .set-product .detail p {
    font-size: 11px;
  }
  .season_camp .section-product .set-product .price {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .season_camp .section-product .set-product .price strong {
    font-size: 18px;
  }
  .season_camp .section-product .set-product .code {
    font-size: 11px;
    padding-bottom: 20px;
  }
  .season_camp .section-product .set-product .set-label {
    width: 70px;
    height: 70px;
    top: 15px;
    left: 15px;
  }
  .season_camp .section-product .set-product .set-label span {
    font-size: 12px;
  }
  .season_camp .section-product .set-product .set-label span.number {
    font-size: 30px;
  }
}
.season_camp .section-product .set-product .content {
  width: 40%;
  padding: 0;
  padding-left: 80px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.season_camp .section-product .set-product .content .off-icon {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .content .off-icon {
    width: 70px;
    height: 70px;
    right: -10px;
    top: 0;
  }
}
.season_camp .section-product .set-product .cart-text-flex {
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .season_camp .section-product .set-product .cart-text-flex {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .cart-text-flex {
    display: flex;
    font-size: 14px;
    align-items: center;
  }
}
.season_camp .section-product .set-product .cart-text-flex .title {
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .cart-text-flex .title {
    font-size: 14px;
  }
}
.season_camp .section-product .set-product .cart-text-flex .price {
  font-weight: bold;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 768px) {
  .season_camp .section-product .set-product .cart-text-flex .price {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .cart-text-flex .price {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .section-product .set-product .cart-text-flex .zeikomi {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .cart-text-flex .zeikomi {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .cart-text-flex .zeikomi span {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .cart-text-flex .zeikomi .zei {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .sp-only-underborder {
    border-bottom: 2px solid #fbfbfb;
    padding-bottom: 10px;
  }
}
.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;
  font-size: 0.875rem;
  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) {
  .bscstm .w-md-auto {
    width: auto !important;
  }
  .bscstm .w-md-1200px {
    width: 1200px !important;
  }
}
.bscstm .fw-500 {
  font-weight: 500 !important;
}
.bscstm .border-radius-4px {
  border-radius: 4px !important;
}