@charset "UTF-8";
.f-robot {
  font-family: 'Roboto', sans-serif;
}

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 .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;
  -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: 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: 12px;
    font-size: 0.75rem;
    width: 100%;
    line-height: 35px;
    padding: 5px 10px 5px 25px;
    height: 35px;
  }
}

.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;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .cart-btn:before {
    top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn:before {
    width: 24px;
    height: 24px;
    left: 5px;
  }
}

.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 .cart-btn.sold-out, .season_camp .cart-btn.comming-soon {
  background: #a6a6a6;
  -webkit-box-shadow: 0px 5px #7f7f7f;
          box-shadow: 0px 5px #7f7f7f;
  pointer-events: none;
  font-weight: normal;
  letter-spacing: 3px;
}

.season_camp .cart-btn.sold-out:hover, .season_camp .cart-btn.comming-soon:hover {
  top: 0;
  -webkit-box-shadow: 0px 5px #7f7f7f;
          box-shadow: 0px 5px #7f7f7f;
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn.sold-out:hover, .season_camp .cart-btn.comming-soon:hover {
    top: 0;
  }
}

.season_camp .cart-btn.sold-out:before {
  display: none;
}

.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;
    height: 35px;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.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;
}

@media screen and (max-width: 767px) {
  .season_camp .dtl-btn:after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
}

.season_camp sup {
  font-size: 60%;
  vertical-align: top;
}

.season_camp .bg-wh {
  background: #fff !important;
}

.season_camp .bg-grya {
  background: #efefef !important;
}

.season_camp .bg-lite-grya {
  background: #f7f7f7 !important;
}

.season_camp .bg-dark-red {
  background: #990000 !important;
}

.season_camp .bg-pink {
  background: #e96496 !important;
}

.season_camp .fc-wh {
  color: #fff !important;
}

.season_camp .fc-pink {
  color: #e96496 !important;
}

.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 .label-limted {
  border: 1px solid #e6ce01;
  background: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  color: #e6ce01;
}

.season_camp .skw-line {
  position: relative;
  z-index: 1;
}

.season_camp .skw-line:after {
  content: "";
  width: 99%;
  height: 45%;
  position: absolute;
  left: 0;
  bottom: -5%;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  z-index: -1;
  background-color: #fdefbd;
}

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

@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%, #fdefbd));
    background: linear-gradient(transparent 60%, #fdefbd 0%);
  }
}

.season_camp .skw-head {
  border-top: 2px solid #b6b0a9;
  border-bottom: 2px solid #b6b0a9;
  position: relative;
}

.season_camp .skw-head:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-left: 2px solid #b6b0a9;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -28px;
  margin: auto;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

.season_camp .skw-head:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.season_camp .del-line {
  text-decoration: line-through;
}

.season_camp .doble-line-head {
  position: relative;
}

.season_camp .doble-line-head:before, .season_camp .doble-line-head:after {
  content: '';
  display: block;
  width: 47%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
}

.season_camp .doble-line-head:before {
  left: 0;
}

.season_camp .doble-line-head:after {
  right: 0;
}

.season_camp .doble-line-head .bt-line {
  border-top: solid #d9d9d9 1px;
  position: relative;
}

.season_camp .doble-line-head .bt-line:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid #d9d9d9 1px;
  border-bottom: solid #d9d9d9 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.season_camp .marker-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fdefc7));
  background: linear-gradient(transparent 60%, #fdefc7 0%);
}

.season_camp .marker-line.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f8eeb1));
  background: linear-gradient(transparent 60%, #f8eeb1 0%);
}

.season_camp .bevel-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px #c58065;
          box-shadow: 0px 5px #c58065;
  background: #f8f5f4;
  position: relative;
  top: 0;
}

.season_camp .bevel-btn:after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #c58065;
  border-right: 2px solid #c58065;
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .season_camp .bevel-btn:after {
    width: 8px;
    height: 8px;
    bottom: 9px;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn:hover {
    top: 5px;
    -webkit-box-shadow: 0px 0px #c58065;
            box-shadow: 0px 0px #c58065;
    opacity: 1;
  }
}

.season_camp .bevel-btn.karamatu {
  border: none;
  background: url(../img/bg-btn.png) left top;
  -webkit-box-shadow: 0px 9px #d0c000;
          box-shadow: 0px 9px #d0c000;
}

@media screen and (max-width: 767px) {
  .season_camp .bevel-btn.karamatu {
    -webkit-box-shadow: 0px 5px #d0c000;
            box-shadow: 0px 5px #d0c000;
  }
}

.season_camp .bevel-btn.karamatu:after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .season_camp .bevel-btn.karamatu:after {
    border-width: 2px;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .bevel-btn.karamatu:hover {
    -webkit-box-shadow: 0px 0px #d0c000;
            box-shadow: 0px 0px #d0c000;
  }
}

.season_camp .txt-outline {
  display: inline-block;
  color: #ffffff;
  text-shadow: 1px  1px 1px #c58065, -1px  1px 1px #c58065, 1px -1px 1px #c58065, -1px -1px 1px #c58065, 1px  0px 1px #c58065, 0px  1px 1px #c58065, -1px  0px 1px #c58065, 0px -1px 1px #c58065;
  /* 文字の影 */
}

.season_camp .txt-outline.black {
  text-shadow: 1px  1px 1px #000000, -1px  1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, 1px  0px 1px #000000, 0px  1px 1px #000000, -1px  0px 1px #000000, 0px -1px 1px #000000;
  /* 文字の影 */
}

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

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

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

.season_camp .txt-dotted.under:before {
  top: auto;
  bottom: -5px;
}

.season_camp .txt-dotted.b_ver:before {
  background: #46a1b3;
}

.season_camp .set-section__inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 530px;
  background: url(../img/section-bg_pc.jpg) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .set-section__inner:before {
    height: 450px;
    background: url(../img/section-bg_sp.jpg) no-repeat left top/100% auto;
  }
}

.season_camp .set-section__head {
  color: #990000;
}

.season_camp .set-section__head span {
  border-bottom: 2px dotted #990000;
}

.season_camp .set-section__list-icon span {
  border: 2px solid #e96496;
}

@media screen and (min-width: 768px) {
  .season_camp .set-section__item > *:nth-child(n+3) {
    border-top: solid #f7f7f7 1px;
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .set-section__item > *:nth-child(n+2) {
    border-top: solid #f7f7f7 1px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .season_camp .set-section__item > *:nth-child(even) img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.bscstm .fz-8px {
  font-size: 8px !important;
  font-size: 0.5rem !important;
}

.bscstm .fz-9px {
  font-size: 9px !important;
  font-size: 0.5625rem !important;
}

@media screen and (min-width: 768px) {
  .bscstm .w-md-1100px {
    width: 1100px !important;
  }
  .bscstm .w-md-1200px {
    width: 1200px !important;
  }
  .bscstm .w-md-1400px {
    width: 1400px !important;
  }
  .bscstm .w-md-auto {
    width: auto !important;
  }
  .bscstm .bg-md-wh {
    background: #fff;
  }
}

.season_camp .bg-yel {
  background: #fff100;
}

.season_camp .box-shadow {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .season_camp .box-shadow.sp-no-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.season_camp .product_bg01 {
  background: url(../img/texture-01-pc.png) no-repeat right top;
}

@media screen and (max-width: 767px) {
  .season_camp .product_bg01 {
    background: url(../img/texture-01-sp.png) no-repeat;
    background-size: 203px;
    background-position: right 0px top 0px;
  }
}

.season_camp .product_bg02 {
  background: url(../img/texture-02-pc.png) no-repeat right 20px top 440px;
}

@media screen and (max-width: 767px) {
  .season_camp .product_bg02 {
    background: url(../img/texture-02-sp.png) no-repeat;
    background-size: 203px;
    background-position: right 0px top 40px;
  }
}

.season_camp .product_section_wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .season_camp .product_section_wrap > *:not(:first-of-type):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: url(../img/product_section_border.jpg) repeat-x;
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product_section_wrap > *:not(:first-of-type) {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product_catchphrase {
    position: relative;
  }
  .season_camp .product_catchphrase:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d4afb6;
    bottom: -8px;
  }
  .season_camp .product_catchphrase:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #d4afb6 transparent transparent transparent;
    bottom: -16px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .product_catchphrase_blue:before {
    background-color: #a2c0c7;
  }
  .season_camp .product_catchphrase_blue:after {
    border-color: #a2c0c7 transparent transparent transparent;
  }
}

.bscstm .ls-n01 {
  letter-spacing: -0.1px !important;
}

.bscstm .ls-n02 {
  letter-spacing: -0.2px !important;
}

.bscstm .ls-n03 {
  letter-spacing: -0.3px !important;
}

.bscstm .ls-n04 {
  letter-spacing: -0.4px !important;
}

.bscstm .ls-n05 {
  letter-spacing: -0.5px !important;
}

@media screen and (min-width: 768px) {
  .bscstm .position-md-absolute {
    position: absolute !important;
  }
}
