@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 * {
  -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";
  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 img {
  max-width: 100%;
  height: auto;
}
.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-weight: bold;
  color: #fff;
  text-align: center;
  background: #e96496;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px #cc3366;
          box-shadow: 0px 5px #cc3366;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  width: 100%;
}
@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;
    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;
  -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 .sold-out__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-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
  line-height: 35px;
  font-size: 0.875rem;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.season_camp .sold-out__btn:before {
  content: none !important;
  display: block;
}
.season_camp .dtl-btn {
  text-align: center;
  color: #fff;
  font-size: 16px;
  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;
  -webkit-transform: rotate(45deg);
          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 .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%;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  z-index: -1;
  background-color: #e7ddc6;
}
@media screen and (max-width: 767px) {
  .season_camp .skw-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e7ddc6));
    background: linear-gradient(transparent 60%, #e7ddc6 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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #efdcce));
    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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #faeea2));
  background: linear-gradient(transparent 60%, #faeea2 0%);
}
.season_camp .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e7ddc6));
  background: linear-gradient(transparent 60%, #e7ddc6 60%);
  display: inline;
}
.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;
  -webkit-box-shadow: 0px 5px #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;
  -webkit-transform: rotate(45deg);
          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;
    -webkit-box-shadow: 0px 0px #e2c221;
            box-shadow: 0px 0px #e2c221;
    opacity: 1;
  }
  .season_camp .bevel-btn:hover .bevel-btn__check {
    bottom: -25px;
  }
}
.season_camp .check-list {
  position: relative;
}
.season_camp .check-list:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 210px 0 210px;
  border-color: #bf7254 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .check-list:before {
    border-width: 40px 46vw 0 46vw;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .check-list ul + ul {
    margin-top: 15px;
  }
}
.season_camp .check-list ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .check-list ul > li + li {
    margin-top: 15px;
  }
}
.season_camp .borderｰtb {
  border: none;
  border-top: 2px solid #d88694;
  border-bottom: 2px solid #d88694;
  padding: 5px;
  display: block;
}
.season_camp .dot__title-contents {
  position: relative;
  /* margin: 0 -4px; */
  display: inline-block;
}
.season_camp .dot__title-contents:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  background-color: #d88694;
  top: -5px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .season_camp .dot__title-contents:before {
    top: -10px !important;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .box-fix {
    position: absolute;
    left: 7%;
    top: 40%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (min-width: 1480px) {
  .season_camp .main-img {
    max-width: 1480px;
  }
}
@media screen and (max-width: 1479px) {
  .season_camp .main-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .w-md-1200px {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.season_camp .fw-500 {
  font-weight: 500 !important;
}
.season_camp .txt-tax-wrap {
  display: inline-block;
  position: relative;
}
.season_camp .txt-tax-wrap .txt-tax {
  position: absolute;
  top: -12px;
  left: 10px;
  right: 0;
  margin: auto -10px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .season_camp .border-bottom-sp-only {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .box_shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
.season_camp .font-fix {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .season_camp .font-fix {
    top: 38%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .font-fix {
    top: 23.5%;
  }
}
.season_camp .box-border {
  border-top: 2px double #bc8e30;
  border-bottom: 2px double #bc8e30;
  position: relative;
}
.season_camp .box-border:after, .season_camp .box-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #bc8e30;
  position: absolute;
}
.season_camp .box-border:before {
  top: 3px;
  left: 0;
}
.season_camp .box-border:after {
  bottom: 3px;
  left: 0;
}