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

.dot-txt {
  position: relative;
}
.dot-txt.ss:before {
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .dot-txt.ss:before {
    width: 4px;
    height: 4px;
  }
}
.dot-txt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #71a5af;
  left: 0;
  right: 0;
  top: -0.2em;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .dot-txt:before {
    width: 4px;
    height: 4px;
  }
}

.bevel-btn {
  border-radius: 4px;
  background: #a7c8ce;
  box-shadow: 0px 5px #93abb0;
  position: relative;
  top: 0;
  color: #fff;
  text-align: center;
  padding: 15px 25px 25px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bevel-btn {
    width: 46%;
    font-size: 13px;
    padding: 10px 0 20px;
  }
}
.bevel-btn:after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .bevel-btn:after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .bevel-btn:hover {
    top: 5px;
    box-shadow: 0px 0px #1e9b98;
    opacity: 1;
  }
  .bevel-btn:hover .bevel-btn__check {
    bottom: -25px;
  }
}

.season_camp {
  background: #fff;
  letter-spacing: 1px;
  color: #333;
}
.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;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp {
    overflow: hidden;
  }
}
.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 .f-ave-hev {
  font-family: "avenirHev";
}
.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: 10px;
  box-shadow: 0px 5px #cc3366;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 7px 15px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    border-radius: 5px;
  }
}
@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: 20px;
    padding: 5px 10px;
  }
}
.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 31px;
  background: url(../../../../user_data/camp/common/img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn:before {
    width: 26px;
    height: 31px;
  }
}
.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 .cart-btn:active {
  transition: 0.3s;
}
.season_camp .dtl-btn {
  text-align: center;
  color: #7a7c81;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  position: relative;
  display: block;
  padding: 9px 15px;
  font-weight: bold;
  line-height: 25px;
}
@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 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    padding: 7px 10px;
  }
}
.season_camp .dtl-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(/user_data/camp/common/img/angle_right.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.season_camp .toggle-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .season_camp .toggle-wrapper {
    margin-top: 20px;
  }
}
.season_camp .toggle-box {
  cursor: pointer;
  background: #fafafa;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp .toggle-box {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .toggle-box {
    font-size: 13px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.season_camp .toggle-box::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -10px;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  transform: rotate(45deg);
}
.season_camp .toggle-box.toggle-active::after {
  transform: rotate(-135deg);
  transition: 0.4s;
  top: 0px;
}
.season_camp .toggle-content {
  padding: 20px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .season_camp .toggle-content {
    line-height: 1.5;
  }
}
.season_camp .section {
  padding: 0;
}
.season_camp .bg-blue {
  background: linear-gradient(90deg, #b1d1d8, #c4dee4);
}
.season_camp sup {
  font-size: 50%;
  vertical-align: super;
}
.season_camp .product {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .season_camp .product {
    display: block;
  }
}
.season_camp .product .img {
  width: 50%;
}
.season_camp .product .img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.season_camp .product .content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .season_camp .product .content {
    width: 100%;
  }
}
.season_camp .product .title-1 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .title-1 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.season_camp .product .title-2 {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 10px 0 30px 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .title-2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0 20px 0;
  }
}
.season_camp .product .detail {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .detail {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
    padding-bottom: 15px;
  }
}
.season_camp .product .price {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .price {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.season_camp .product .price .number {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "avenirHev";
}
@media screen and (max-width: 767px) {
  .season_camp .product .price .number {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.season_camp .product .btn-group {
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group {
    display: block;
    margin-top: 12px;
  }
}
.season_camp .product .btn-group a {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group a {
    width: 100%;
  }
}
.season_camp .product .btn-group a + a {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}
.season_camp .underline {
  background-image: url("/user_data/camp/2001enrich/img/underline_bg.jpg");
  background-size: 100% 14px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .season_camp .underline {
    background-size: 100% 7px;
  }
}
.season_camp .txt-dot {
  display: inline-block;
  position: relative;
}
.season_camp .txt-dot:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fbd33a;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .txt-dot:before {
    width: 5px;
    height: 5px;
    top: -2px;
  }
}
.season_camp .txt-dot-white {
  display: inline-block;
  position: relative;
}
.season_camp .txt-dot-white:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .txt-dot-white:before {
    width: 4px;
    height: 4px;
    top: -5px;
  }
}
.season_camp .txt-red {
  color: #df554b;
}
.season_camp .title-img {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .season_camp .title-img {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.season_camp .title-img span {
  display: block;
  padding-top: 10px;
}
.season_camp .add-to-cart {
  background: #fafafa;
}
.season_camp .add-to-cart .container {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .container {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.season_camp .add-to-cart .product .img {
  width: 300px;
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .img {
    width: 100%;
    padding: 30px 50px 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .img img {
    width: 40%;
    margin: 0 auto;
  }
}
.season_camp .add-to-cart .product .title-2 {
  padding: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .title-2 {
    padding-bottom: 10px;
  }
}
.season_camp .add-to-cart .product .name {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .name {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 15px;
  }
}
.season_camp .add-to-cart .product .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .desc {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.season_camp .add-to-cart .product .desc sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .desc sup {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
.season_camp .add-to-cart .product .note {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .note {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.7;
    padding-top: 15px;
  }
}
.season_camp .add-to-cart .product .detail {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .detail {
    padding-top: 15px;
  }
}
.season_camp .add-to-cart .product .btn-group {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .btn-group {
    margin-top: 20px;
  }
}
.season_camp .add-to-cart .product .btn-group a + a {
  margin-left: 0;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .btn-group a + a {
    margin-top: 15px;
  }
}
.season_camp .add-to-cart .product .btn-group .dtl-btn {
  background: #fff;
}
.season_camp .add-to-cart .product .content {
  width: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .content {
    display: block;
  }
}
.season_camp .add-to-cart .product .content-left {
  width: 570px;
  padding: 40px 10px 0 65px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .content-left {
    width: 100%;
    padding-right: 0;
  }
}
.season_camp .add-to-cart .product .content-right {
  width: 360px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .content-right {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .season_camp .add-to-cart .product .content-right .detail {
    order: 1;
  }
  .season_camp .add-to-cart .product .content-right .price {
    order: 2;
  }
  .season_camp .add-to-cart .product .content-right .btn-group {
    order: 3;
  }
}
.season_camp .add-to-cart .title-img {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .title-img {
    padding-bottom: 10px;
  }
}
.season_camp .add-to-cart .title-img img {
  display: block;
  margin: 0 auto;
}
.season_camp .section-top .product {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-top .product {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.season_camp .point-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .season_camp .point-wrap {
    display: block;
  }
}
.season_camp .point-wrap .label-img img {
  width: 130px;
}
.season_camp .point-wrap .point-label span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "avenirHev";
  display: inline-block;
  line-height: 40px;
  padding: 5px 10px;
  border-top: 2px solid #c4dee4;
  border-bottom: 2px solid #c4dee4;
  color: #7fb2be;
}
@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-label span {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
  }
}
.season_camp .point-wrap .point-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 12px 0 12px 0;
  }
}
.season_camp .point-wrap .point-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-content {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.season_camp .point-wrap sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .season_camp .point-wrap sup {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
.season_camp .point-wrap .point-wrap-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-wrap-content {
    width: 100%;
  }
}
.season_camp .point-wrap .point-wrap-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-wrap-img {
    width: 100%;
  }
}
.season_camp .point-wrap .point-wrap-img img {
  width: 100%;
}
.season_camp .bg-lightblue {
  background-color: #f7fafa !important;
}
.season_camp .border-blue {
  border-color: #7fb2be !important;
}
.season_camp .text-blue {
  color: #7fb2be !important;
}
.season_camp .under-white {
  background: linear-gradient(transparent 70%, #fff 70%);
}
.season_camp .bg-point {
  position: relative;
  padding-top: 10px;
  z-index: 100;
  background-image: url(/user_data/camp/2001enrich/img/baloon.png);
  background-size: 51px 51px;
  background-repeat: no-repeat;
  background-position: left 10px top 0px;
}
@media screen and (max-width: 767px) {
  .season_camp .bg-point {
    padding-top: 2px;
    background-size: 25px 25px;
  }
}
.season_camp .ls-n10 {
  letter-spacing: -1px;
}
.season_camp .sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .season_camp .sp-inline {
    display: inline;
  }
}
@media screen and (max-width: 360px) {
  .season_camp .product .price {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .season_camp .product .price .number {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .season_camp .section-01 .block-03 .title-2 .txt {
    font-size: 22px !important;
  }
  .season_camp .section-02 .title {
    font-size: 18px !important;
  }
  .season_camp .section-03 .point-01 .main-img {
    width: 300px;
    right: -30px;
  }
  .season_camp .section-04 .care-step .column-3 .item-content {
    padding: 25px 5px 15px 5px;
  }
  .season_camp .section-04 .care-step .column-3 .item-content .name {
    font-size: 11px;
  }
  .season_camp .section-04 .care-step .column-3 .item-content .price {
    letter-spacing: 0px;
  }
  .season_camp .section-04 .care-step .column-3 .item + .item::before {
    top: 80px;
  }
  .season_camp .section-01 .block-03 .main-img .text-01 {
    font-size: 20px !important;
  }
  .season_camp .section-01 .block-03 .main-img .text-02 span {
    font-size: 16px !important;
  }
}

/*2106ボタンデザイン*/
.f-robot {
  font-family: "Roboto", sans-serif;
}

.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;
  transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.season_camp .btn-group .cart-btn:before {
  width: 18px;
  height: 24px;
}
.season_camp #teiki-camp-wrap .teiki-camp-wrap__title:after {
  display: none;
}
.season_camp #teiki-camp-wrap .teiki-btn {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #f26633;
  border-radius: 10px;
  box-shadow: 0px 5px #bc532d;
  transition: 0.3s;
  position: relative;
  top: 0px;
  padding: 8px 15px;
  display: flex;
  letter-spacing: 2px;
  line-height: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .season_camp #teiki-camp-wrap .teiki-btn {
    border-radius: 5px;
  }
}
.season_camp #teiki-camp-wrap .teiki-btn:before {
  content: "";
  width: 35px;
  height: 31px;
  background: url(../img/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-camp-wrap .teiki-btn:before {
    margin-right: 7px;
    margin-left: 0px;
    width: 22px;
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .bscstm .posi-md-st {
    position: static !important;
  }
  .bscstm .w-md-1200px {
    width: 1200px !important;
  }
}
#teiki-camp-wrap .teiki-camp-wrap__inner .bg-white-wrap:after {
  display: none;
}

/*2106追加セクション*/
.point2-add {
  border-top: 1px solid #eee;
  position: relative;
  z-index: 0;
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .point2-add {
    border: none;
    margin: 0;
    padding: 0;
  }
}

/*2109追加セクション*/
.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 .marker-P-yellow {
  background: linear-gradient(transparent 60%, #fdefbd 60%);
  display: inline;
}
.season_camp .bg-gray {
  background-color: #fafafa;
}
.season_camp .text-light-blue {
  color: #46a1b3;
}
@media screen and (min-width: 768px) {
  .season_camp .w-md-1100px {
    width: 1100px !important;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .w-md-1200px {
    width: 1200px !important;
  }
}
.season_camp .bg-deep-blue {
  background-color: #46a1b3;
}
.season_camp .item-section__inner {
  content: "";
  display: block;
  width: 549px;
  height: 80px;
  background: url(../img/triangle-gray.png) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.season_camp .text-yellow {
  color: #fff461;
}
.season_camp .item-section__head-icon {
  background: #fff;
  border-radius: 20px;
}
.season_camp .bg-light-blue {
  background: #edf4f5;
}
@media screen and (max-width: 767px) {
  .season_camp .line-decoration {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .line-decoration {
    background-repeat: no-repeat;
  }
}
.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: #46a1b3;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.season_camp .txt-yellow {
  display: inline-block;
  position: relative;
}
.season_camp .txt-yellow::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #edd65d;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.season_camp .page_link {
  background: #eef7f8;
  color: #fff;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px #abc6cc;
  box-shadow: 0px 4px #abc6cc;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.season_camp .page_link:after {
  content: "";
  border-right: 1px solid #c1d6db;
  border-bottom: 1px solid #c1d6db;
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  top: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .season_camp .hover_opacity:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .voice-box {
    border-right: 1px solid #dee2e6;
  }
  .season_camp .voice-box:nth-of-type(2) {
    border-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .voice-box {
    border-top: 1px solid #dee2e6;
  }
  .season_camp .voice-box:nth-of-type(1) {
    border-top: 0px;
  }
}
.season_camp .txt-del {
  text-decoration: line-through;
}
.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 .txt-tax-wrap .txt-tax {
    left: 0px;
  }
}
.season_camp .text-pink {
  color: #e96496;
}
.season_camp .icon-ship {
  width: auto;
  color: #333333;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 5px 3px;
}
@media screen and (max-width: 767px) {
  .season_camp .icon-ship {
    width: 100%;
    padding: 5px 5px;
  }
}
.season_camp .break-word {
  word-wrap: break-word;
}
.season_camp .overflow {
  overflow: hidden;
}

/*2206新規スタイル*/
.season_camp .main-img__cart-btn-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .main-img__cart-btn-wrap {
    width: 100%;
  }
}
.season_camp .main-img__cart-btn-wrap > * {
  margin-top: -160px;
  margin-left: 135px;
}
@media screen and (max-width: 767px) {
  .season_camp .main-img__cart-btn-wrap > * {
    margin-top: -155px;
    margin-left: 48px;
  }
}
.season_camp .main-img__cart-btn-wrap .cart-btn {
  font-size: 16px;
  margin-top: 8px;
  width: 340px;
  padding: 13px 15px;
}
@media screen and (max-width: 767px) {
  .season_camp .main-img__cart-btn-wrap .cart-btn {
    font-size: 13px;
    width: 280px;
  }
}
.season_camp .cart-btn {
  padding: 13px 15px;
}
.season_camp .title-brackets {
  position: relative;
  display: inline-block;
}
.season_camp .title-brackets:before {
  position: absolute;
  content: "";
  left: -65px;
  top: 0;
  bottom: 0px;
  margin: auto 0;
  width: 43px;
  height: 155px;
  background: url(../img/parts-title-left-pc.png) center no-repeat;
}
@media screen and (max-width: 767px) {
  .season_camp .title-brackets:before {
    background: url(../img/parts-title-left-sp.png) center no-repeat;
    background-size: contain;
    width: 34px;
    height: 123px;
    left: -22px;
  }
}
.season_camp .title-brackets:after {
  position: absolute;
  content: "";
  right: -50px;
  top: 0;
  bottom: 0px;
  margin: auto 0;
  width: 43px;
  height: 155px;
  background: url(../img/parts-title-right-pc.png) center no-repeat;
}
@media screen and (max-width: 767px) {
  .season_camp .title-brackets:after {
    background: url(../img/parts-title-right-sp.png) center no-repeat;
    background-size: contain;
    width: 34px;
    height: 123px;
    right: -29px;
  }
}
.season_camp .title-arrow {
  background: #ef858c;
  padding: 5px 30px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  font-weight: bold;
  display: inline-block;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .season_camp .title-arrow {
    padding: 5px 20px;
    letter-spacing: 0.5px;
  }
}
.season_camp .title-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid #ef858c;
  border-bottom: 42px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .season_camp .title-arrow:after {
    left: calc(50% - 10px);
    right: calc(50% - 10px);
    margin-left: auto;
    margin-right: auto;
  }
}
.season_camp .sold-out__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  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 (max-width: 767px) {
  .season_camp .sold-out__btn {
    border-radius: 5px;
  }
}
.season_camp .border-set {
  position: relative;
  width: max-content;
  padding-left: 10px;
  padding-right: 15px;
  margin-top: 10px;
  line-height: 1.5;
  margin-left: 10px;
}
.season_camp .border-set::before {
  left: 0;
  content: "";
  display: block;
  background: url(../img/border-left.png) center no-repeat;
  width: 5px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.season_camp .border-set::after {
  content: "";
  display: block;
  background: url(../img/border-right.png) center no-repeat;
  width: 5px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sold-out__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  box-shadow: none !important;
}
.sold-out__btn:before {
  content: none !important;
  display: block;
}
@media screen and (max-width: 767px) {
  .sold-out__btn {
    border-radius: 5px;
  }
}