@font-face {
  font-family: "avenirLT";
  src: url(../../../../common/fonts/AvenirLTStd-Medium.woff) format("opentype");
}
@font-face {
  font-family: "avenirHev";
  src: url(../../../../common/fonts/AvenirLTStd-Heavy.woff) format("opentype");
  font-weight: bold;
}
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;
  letter-spacing: 1px;
  color: #222222;
}
.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";
}
.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 .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .pc {
    display: none;
  }
}
.season_camp .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .season_camp .sp {
    display: block;
  }
}
.season_camp sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp sup {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .imgfix {
  -webkit-backface-visibility: hidden;
}
.season_camp .btn-group {
  position: static;
}
.season_camp .btn-group .dtl-btn {
  border: none;
  background: #c0d7dc;
  color: #fff;
}
.season_camp .btn-group .dtl-btn:after {
  background: none;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .season_camp .w-md-auto {
    width: auto !important;
  }
}
.season_camp img {
  max-width: 100%;
  height: auto;
}
.season_camp .w-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .season_camp .w-inner {
    max-width: 1170px;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .w-inner {
    width: 100%;
  }
}
.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;
  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;
}
.season_camp .cart-btn {
  background-color: #f78181;
  width: 100%;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: 0.16em;
  }
}
.season_camp .cart-btn::before {
  content: "";
  display: block;
  background: url(../img/icon-cart.svg) no-repeat;
  position: absolute;
  left: 10%;
  width: 23px;
  height: 28px;
  top: 12%;
}
.season_camp .cart-btn .icon-teiki {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn .icon-teiki {
    left: 20px;
    width: 22px;
  }
}
.season_camp .cart-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}
.season_camp .sec01-bg {
  background-size: contain;
  position: relative;
  background: #f9f8f8 url(../img/intro-bg.jpg) no-repeat center top/cover;
}
.season_camp #anker1 {
  background: #e87272 url(../img/present-bg.jpg) no-repeat center top/cover;
}
.season_camp #anker1 .product-img {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0%);
}
.season_camp #anker3 {
  background: url(../img/questionnaire-bg.jpg) no-repeat center top/cover;
}
.season_camp #anker3 .toggle {
  margin: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .season_camp #anker3 .toggle {
    margin: 0 10px;
  }
}
.season_camp #anker3 .toggle::before, .season_camp #anker3 .toggle::after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.season_camp #anker3 .toggle::before {
  width: 30px;
  height: 1px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp #anker3 .toggle::before {
    width: 15px;
    right: 10px;
  }
}
.season_camp #anker3 .toggle::after {
  width: 1px;
  height: 30px;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .season_camp #anker3 .toggle::after {
    height: 15px;
    right: 17px;
  }
}
.season_camp #anker3 .toggle.active {
  border-bottom: 1px solid #eeeeee;
}
.season_camp #anker3 .toggle.active::after {
  transform: rotate(90deg) !important;
  opacity: 0 !important;
}
.season_camp #anker4 {
  background: #f6e5eb url(../img/campaign-bg.png) no-repeat center top/cover;
}
.season_camp .cart-absolute {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.season_camp .qa-title-ac {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.season_camp .qa-title-ac::before, .season_camp .qa-title-ac::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  opacity: 1;
}
.season_camp .qa-title-ac::before {
  width: 28px;
  height: 1px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .season_camp .qa-title-ac::before {
    width: 20px;
    height: 1px;
    right: 20px;
  }
}
.season_camp .qa-title-ac::after {
  width: 1px;
  height: 28px;
  right: 53px;
}
@media screen and (max-width: 767px) {
  .season_camp .qa-title-ac::after {
    width: 1px;
    height: 20px;
    right: 30px;
  }
}
@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-title .underline {
  background: linear-gradient(transparent 60%, #fbe6e6 60%);
  display: inline;
}
.season_camp .toggle-active .qa-title-ac:after {
  transform: rotate(90deg);
  opacity: 0;
}