@charset "UTF-8";
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: #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 .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: 16px;
  font-size: 1rem;
  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: 45px;
  padding: 0 15px;
  width: 350px;
}
@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: 40px;
    padding: 0 10px;
  }
}
.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 31px;
  background: url(../../common/img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn:before {
    width: 18px;
    height: 24px;
  }
}
.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 .dtl-btn {
  text-align: center;
  color: #7a7c81;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  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(../../common/img/angle_right.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.season_camp .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .season_camp .product {
    padding: 30px 0;
  }
}
.season_camp .product + .product {
  border-top: 1px solid #e5e5e5;
}
.season_camp .product .img {
  width: 300px;
  padding: 15px;
}
.season_camp .product .img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .product .img {
    width: 38%;
    padding: 5px;
  }
}
.season_camp .product .content {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .content {
    width: 62%;
  }
}
.season_camp .product .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.season_camp .product .btn-group a {
  width: 49%;
}
.season_camp .product .btn-group a + a {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group a + a {
    margin-left: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group a {
    border-radius: 0;
    padding: 10px 5px;
    line-height: 20px;
  }
}
.season_camp .product .btn-group .dtl-btn {
  border: none;
  background: #afcfd5;
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group .dtl-btn {
    border-radius: 0;
    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;
  }
}
.season_camp .product .btn-group .dtl-btn:after {
  background: none;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
}
@media screen and (max-width: 767px) {
  .season_camp .product .btn-group .dtl-btn:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}
.season_camp .product .title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .title {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
}
.season_camp .product .title sup {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: super;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp .product .title sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.season_camp .product .name {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .name {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
.season_camp .product .detail {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .season_camp .product .detail {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
  }
}
.season_camp .product .price {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .season_camp .product .price {
    margin-top: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .product .price strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp .product .price strong {
    font-size: 16px;
    font-size: 1rem;
  }
}
.season_camp .product .code {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .season_camp .product .code {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .product .content-02 {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .top-img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.season_camp .top-page .text-content {
  padding: 40px 0 85px 0;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .text-content {
    padding: 35px 0;
  }
}
.season_camp .set-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f5f9f9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product {
    display: block;
  }
}
.season_camp .set-product + .set-product {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product + .set-product {
    margin-top: 40px;
  }
}
.season_camp .set-product .img {
  width: 55%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .img {
    width: 100%;
    padding: 10px;
    padding-top: 35px;
  }
}
.season_camp .set-product .img img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .img img {
    width: 75%;
  }
}
.season_camp .set-product .content {
  width: 45%;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .content {
    width: 100%;
    padding: 15px 15px 35px 15px;
  }
}
.season_camp .set-product .title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.season_camp .set-product .detail {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 13px 25px;
  line-height: 2;
  display: inline-block;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
}
.season_camp .set-product .detail:before {
  content: "";
  width: 10px;
  height: 100%;
  border-top: 1px solid #d5d7d7;
  border-left: 1px solid #d5d7d7;
  border-bottom: 1px solid #d5d7d7;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail:before {
    width: 8px;
  }
}
.season_camp .set-product .detail:after {
  content: "";
  width: 10px;
  height: 100%;
  border-top: 1px solid #d5d7d7;
  border-right: 1px solid #d5d7d7;
  border-bottom: 1px solid #d5d7d7;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail:after {
    width: 8px;
  }
}
.season_camp .set-product .detail strong {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail strong {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.season_camp .set-product .detail p {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .detail p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .set-product .price {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .price {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}
.season_camp .set-product .price strong {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .price strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.season_camp .set-product .code {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 5px;
  display: block;
  padding-bottom: 25px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .code {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-bottom: 20px;
  }
}
.season_camp .set-product .set-label {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #4c4948;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .set-label {
    width: 70px;
    height: 70px;
    top: 15px;
    left: 15px;
  }
}
.season_camp .set-product .set-label span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .set-label span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.season_camp .set-product .set-label span.number {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .season_camp .set-product .set-label span.number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.season_camp .top-page .btn-group .label {
  background: #b5b382;
  line-height: 35px;
  letter-spacing: 2px;
  margin: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .label {
    line-height: 25px;
    margin: 0 15px;
    margin-bottom: 10px;
  }
}
.season_camp .top-page .btn-group .links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .links-group {
    margin-bottom: 20px;
  }
}
.season_camp .top-page .btn-group .link {
  display: block;
  text-align: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 45px;
  color: #4c4948;
  letter-spacing: 2px;
  position: relative;
  border-left: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .season_camp .top-page .btn-group .link:last-child {
    border-right: 1px dotted #000;
  }
}
.season_camp .top-page .btn-group .link:hover:after {
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link:hover:after {
    bottom: 5px;
  }
}
.season_camp .top-page .btn-group .link.full {
  width: 100%;
  border-right: 1px dotted #000;
}
.season_camp .top-page .btn-group .link .small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link .small {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}
.season_camp .top-page .btn-group .link .med {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link .med {
    font-size: 16px;
    font-size: 1rem;
  }
}
.season_camp .top-page .btn-group .link:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #c9dde1;
  left: 0;
  right: 0;
  bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link:after {
    width: 10px;
    height: 10px;
    bottom: 5px;
  }
}
.season_camp .top-page .bot-content {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .bot-content {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .links-group {
    display: block;
  }
  .season_camp .top-page .btn-group .links-group .link {
    width: 100%;
    border-right: 1px dotted #000;
  }
  .season_camp .top-page .btn-group .links-group .link + .link {
    margin-top: 15px;
  }
}
.season_camp .top-page .btn-group .link:after {
  display: none;
}
.season_camp .top-page .btn-group .link:hover .med:after {
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link:hover .med:after {
    bottom: -13px;
  }
}
.season_camp .top-page .btn-group .link.last {
  border-right: 1px dotted #000;
}
.season_camp .top-page .btn-group .link .med {
  position: relative;
}
.season_camp .top-page .btn-group .link .med sup {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: super;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link .med sup {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.season_camp .top-page .btn-group .link .med:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #c9dde1;
  left: 0;
  right: 0;
  bottom: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link .med:after {
    width: 10px;
    height: 10px;
    bottom: -13px;
  }
}
.season_camp .top-page .btn-group .link .note {
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .top-page .btn-group .link .note {
    position: static;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 23px;
    margin-bottom: -15px;
  }
}
.season_camp .point-block {
  padding: 80px 100px;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block {
    padding: 40px 15px;
  }
}
.season_camp .point-block .point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content {
    display: block;
  }
}
.season_camp .point-block .point-content + .point-content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content + .point-content {
    margin-top: 30px;
  }
}
.season_camp .point-block .point-content .content-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .content-col {
    padding-right: 0;
  }
}
.season_camp .point-block .point-content .content-col .title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .content-col .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.season_camp .point-block .point-content .content-col .title sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .content-col .title sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.season_camp .point-block .point-content .content-col .title small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .content-col .title small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.season_camp .point-block .point-content .content-col .txt {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 2.2;
  padding-top: 30px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .content-col .txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.season_camp .point-block .point-content .content-col .txt sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .content-col .txt sup {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
.season_camp .point-block .point-content .content-col .note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .content-col .note {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .point-block .point-content .img-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-content .img-col {
    padding-top: 20px;
  }
  .season_camp .point-block .point-content .img-col img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.season_camp .point-block .point-header-title {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-header-title {
    margin-bottom: 20px;
  }
}
.season_camp .point-block .point-header-title .label {
  padding: 10px 25px;
  display: inline-block;
  line-height: 40px;
  letter-spacing: 2px;
  font-size: 28px;
  font-size: 1.75rem;
  background: #a3c0c7;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-header-title .label {
    padding: 8px 15px 5px;
    line-height: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.season_camp .point-block .point-header-title .title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #595757;
  letter-spacing: 3px;
  padding-top: 25px;
  line-height: 1.7;
}
.season_camp .point-block .point-header-title .title sup {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-header-title .title sup {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .point-block .point-header-title .title {
    padding-top: 10px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
    letter-spacing: 1px;
  }
}
.season_camp .section-point .section-detail {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .section-detail {
    padding-top: 40px;
  }
}
.season_camp .section-point .section-detail .detail-title {
  padding: 20px 15px;
  line-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 2px;
  background: #eaf0f1;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.season_camp .section-point .section-detail .detail-title.default:after {
  display: none;
}
.season_camp .section-point .section-detail .detail-title.closed:after {
  display: block;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: -5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .section-point .section-detail .detail-title {
    padding: 27px 15px 13px 15px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .section-detail .detail-title {
    padding: 5px 10px;
    line-height: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
  }
}
.season_camp .section-point .section-detail .detail-title:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #55585f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .section-detail .detail-title:after {
    right: 10px;
    border-width: 1px;
  }
}
.season_camp .section-point .section-detail .detail-title span {
  color: #1fb6c4;
}
.season_camp .section-point .section-detail .detail-content {
  background: #f9f9f9;
}
.season_camp .section-point .section-detail .detail-content.blur {
  position: relative;
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .section-detail .detail-content.blur {
    height: 250px;
  }
}
.season_camp .section-point .section-detail .detail-content.blur:after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(70%, white));
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5) 30%, white 70%);
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.season_camp .section-point .section-detail .detail-content .overflow-btn {
  margin: 0 auto;
  display: block;
  background: #a3c0c7;
  width: 500px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  outline: none;
  border: none;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .section-detail .detail-content .overflow-btn {
    width: 80%;
    border-radius: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 30px;
  }
}
.season_camp .section-point .section-detail .detail-content .overflow-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg) translateY(-6px);
          transform: rotate(45deg) translateY(-6px);
}
.season_camp .section-point .section-detail .detail-content .overflow-btn:after:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .section-detail .detail-content .overflow-btn:after {
    width: 8px;
    height: 8px;
    right: 15px;
    -webkit-transform: rotate(45deg) translateY(-4px);
            transform: rotate(45deg) translateY(-4px);
  }
}
.season_camp .section-point .point-block + .point-block {
  border-top: 2px dashed #e5e5e5;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-01 .point-content {
    display: block;
  }
}
.season_camp .section-point .point-01 .point-content .content {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-01 .point-content .content {
    padding-right: 0;
  }
}
.season_camp .section-point .point-01 .point-content .content sup {
  font-size: 9px;
  font-size: 0.5625rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-01 .point-content .content .text {
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.season_camp .section-point .point-01 .point-content .content .note {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-01 .point-content .content .note {
    margin-top: 10px;
    position: static;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-01 .point-content .content {
    width: 100%;
  }
}
.season_camp .section-point .point-01 .point-content .img {
  text-align: right;
}
.season_camp .section-point .point-01 .point-content .img .note {
  text-align: right;
  line-height: 20px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-01 .point-content .img .note {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-01 .point-content .img {
    width: 100%;
    padding-top: 20px;
  }
  .season_camp .section-point .point-01 .point-content .img img {
    width: 100%;
  }
}
.season_camp .section-point .point-05 .circle {
  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;
  line-height: 24px;
  text-align: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #adbfc9;
  color: #fff;
  font-weight: bold;
}
.season_camp .section-point .point-05 .circle + .circle {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-05 .circle + .circle {
    margin-left: 15px;
  }
}
.season_camp .section-point .point-05 .circle:nth-child(5) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-point .point-05 .circle {
    width: 80px;
    height: 80px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
  }
  .season_camp .section-point .point-05 .circle:nth-child(5) {
    margin-left: 0;
  }
  .season_camp .section-point .point-05 .circle:nth-child(5), .season_camp .section-point .point-05 .circle:nth-child(6) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .season_camp .section-point .point-05 .circle {
    width: 70px;
    height: 70px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.3;
  }
}
.season_camp .section-navi {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi {
    margin-top: 40px;
  }
}
.season_camp .section-navi .top-section {
  background: #fafafa;
}
.season_camp .section-navi .top-section .container {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .top-section .container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.season_camp .section-navi .top-section .title-01 {
  letter-spacing: 3px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .top-section .title-01 {
    padding-bottom: 0;
  }
}
.season_camp .section-navi .top-section .product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.season_camp .section-navi .top-section .product .title {
  letter-spacing: 3px;
}
.season_camp .section-navi .top-section .product .note {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .top-section .product .note {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 10px;
  }
}
.season_camp .section-navi .bot-section .container {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.season_camp .section-navi .bot-section .title-01 {
  letter-spacing: 3px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .title-01 {
    padding-bottom: 25px;
    letter-spacing: 2px;
  }
}
.season_camp .section-navi .bot-section .links-group {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group {
    width: 100%;
  }
}
.season_camp .section-navi .bot-section .links-group .link {
  display: block;
  text-align: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 45px;
  color: #4c4948;
  letter-spacing: 2px;
  position: relative;
  border-left: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    border-right: 1px dotted #000;
  }
  .season_camp .section-navi .bot-section .links-group .link + .link {
    margin-top: 15px;
  }
  .season_camp .section-navi .bot-section .links-group .link:last-child {
    border-right: 1px dotted #000;
  }
}
.season_camp .section-navi .bot-section .links-group .link.last {
  border-right: 1px dotted #000;
}
.season_camp .section-navi .bot-section .links-group .link.full {
  width: 100%;
}
.season_camp .section-navi .bot-section .links-group .link .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link .img {
    margin-bottom: 5px;
    width: 45px;
  }
}
.season_camp .section-navi .bot-section .links-group .link .small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link .small {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}
.season_camp .section-navi .bot-section .links-group .link .med {
  position: relative;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link .med {
    font-size: 16px;
    font-size: 1rem;
  }
}
.season_camp .section-navi .bot-section .links-group .link .med:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #c9dde1;
  left: 0;
  right: 0;
  bottom: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link .med:after {
    width: 10px;
    height: 10px;
    bottom: -13px;
  }
}
.season_camp .section-navi .bot-section .links-group .link .med sup {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: super;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link .med sup {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .section-navi .bot-section .links-group .link:hover .med:after {
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link:hover .med:after {
    bottom: -13px;
  }
}
.season_camp .section-navi .bot-section .links-group .link .note {
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .section-navi .bot-section .links-group .link .note {
    position: static;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 23px;
    margin-bottom: -15px;
  }
}
.season_camp .section-product-title img {
  width: 75px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product-title img {
    width: 50px;
    margin-bottom: 10px;
  }
}
.season_camp .section-product-title .title {
  text-align: center;
  letter-spacing: 2px;
}
.season_camp .section-product-title .title .small {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product-title .title .small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.season_camp .section-product-title .title .med {
  display: block;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product-title .title .med {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.season_camp .section-product-title .title sup {
  font-size: 15px;
  font-size: 0.9375rem;
  vertical-align: super;
  position: relative;
  top: -0.3em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product-title .title sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.season_camp .section-product .top-img {
  height: 550px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .top-img {
    height: 400px;
  }
}
.season_camp .section-product .top-img .container {
  position: relative;
  height: 100%;
}
.season_camp .section-product .top-img .content {
  text-align: right;
  position: absolute;
  top: 175px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .top-img .content {
    text-align: center;
    width: 100%;
    top: 40px;
    bottom: 0;
  }
}
.season_camp .section-product .top-img .content .title-small {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .top-img .content .title-small {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
.season_camp .section-product .top-img .content .title-med {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .top-img .content .title-med {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.season_camp .section-product .top-img .content .title-med sup {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: super;
  position: relative;
  top: -0.5em;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .top-img .content .title-med sup {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.season_camp .section-product .top-img .content .note {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .top-img .content .note {
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
  }
}
.season_camp .section-product .product-wrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .product-wrap {
    padding-top: 60px;
  }
}
.season_camp .section-product .set-product {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .season_camp .section-product .set-product .set-label {
    top: -15px;
    left: -10px;
  }
}
.season_camp .section-product .set-product .title {
  line-height: 1.6;
}
.season_camp .section-product .set-product .img {
  width: 60%;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .img {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
.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 .detail {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .detail {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.season_camp .section-product .set-product .detail ul {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .detail ul {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.season_camp .section-product .set-product .detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 1px;
}
.season_camp .section-product .set-product .detail ul li:before {
  content: "・";
}
.season_camp .section-product .set-product .price .med {
  font-size: 16px;
  font-size: 1rem;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product .set-product .price .med {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.season_camp .section-product-01 .top-img {
  background-image: url("/user_data/camp/1909skincareset/img/section02-bg-pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product-01 .top-img {
    background-image: url("/user_data/camp/1909skincareset/img/section02-bg-sp.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.season_camp .section-product-01 .set-product {
  background: #f5f9fa;
}
.season_camp .section-product-02 .top-img {
  background-image: url("/user_data/camp/1909skincareset/img/section03-bg-pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product-02 .top-img {
    background-image: url("/user_data/camp/1909skincareset/img/section03-bg-sp.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.season_camp .section-product-02 .set-product {
  background: #f8f7f3;
}
.season_camp .section-product-03 .top-img {
  background-image: url("/user_data/camp/1909skincareset/img/section04-bg-pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .season_camp .section-product-03 .top-img {
    background-image: url("/user_data/camp/1909skincareset/img/section04-bg-sp.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.season_camp .section-product-03 .set-product {
  background: #f5f0f1;
}
@media screen and (max-width: 320px) {
  .season_camp .point-block .point-header-title .title {
    font-size: 15px;
  }
  .season_camp .point-block .point-content .content-col .note {
    font-size: 9px;
  }
  .season_camp .section-navi .top-section .title-01 {
    letter-spacing: 1px;
  }
  .season_camp .product .btn-group a {
    font-size: 12px;
  }
  .season_camp .section-product .set-product .title {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.season_camp .other-btn {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: rgb(113, 165, 175);
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px #56838b;
          box-shadow: 0px 5px 0px 0px #56838b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  padding: 15px 30px 15px 10px;
  width: 350px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .other-btn {
    padding: 10px 15px 4px 15px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .other-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    padding: 15px 30px 15px 10px;
  }
}
.season_camp .other-btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .other-btn:after {
    right: 15px;
  }
}
.season_camp .other-btn:hover {
  top: 5px;
  -webkit-box-shadow: 0px 0px 0px 0px #56838b;
          box-shadow: 0px 0px 0px 0px #56838b;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .other-btn:hover {
    top: 0;
  }
}
.season_camp .other-btn__label {
  text-align: center;
  width: 90%;
  margin: 0 auto 10px;
  padding: 6px 0;
  background: #fff;
  border-radius: 20px;
  color: #71a5af;
  font-size: 13px;
}

/*2106追加*/
.f-robot {
  font-family: "Roboto", sans-serif;
}

.fc-pink {
  color: #e96496;
}

.fc-wh {
  color: #fff;
}

.fc-blue {
  color: #6b96a0;
}

.bg-pink {
  background: #e96496;
}

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

.page_link {
  background: #fff100;
  color: #333333;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px #d0c40b;
  box-shadow: 0px 4px #d0c40b;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.page_link:after {
  content: "";
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  top: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page_link:after {
    left: auto;
    right: 5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 30px;
    top: auto;
    width: 10px;
    height: 10px;
  }
}

.page_link_blue {
  background: #18436e;
  -webkit-box-shadow: 0px 4px #0e3052;
  box-shadow: 0px 4px #0e3052;
}

.page_link_blue:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.page_link_gray {
  background: #e2d8c7;
  -webkit-box-shadow: 0px 4px #c7baa4;
  box-shadow: 0px 4px #c7baa4;
}

.season_camp ruby {
  ruby-position: over;
  ruby-align: start;
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fdefbd));
  background: linear-gradient(transparent 60%, #fdefbd 60%);
  display: inline;
}

.season_camp .content {
  padding: 15px 35px;
  position: relative;
}

.season_camp .content .off-icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -10px;
  right: -95px;
}
@media screen and (max-width: 767px) {
  .season_camp .content .off-icon {
    width: 70px;
    height: 70px;
    right: 0;
    top: -35px;
  }
}

.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: #fff100;
  top: -5px;
  left: 13px;
}
@media screen and (max-width: 767px) {
  .season_camp .dot__title-contents:before {
    width: 4px;
    height: 4px;
    top: -10px;
  }
}

.title_border_dotted {
  border-bottom: 2px dotted #333333;
}

.section-column {
  background: #bed7db;
}
.section-column__inner {
  background: url(../img/bg-note.png);
}

@media screen and (min-width: 768px) {
  .bscstm .w-md-1200px {
    width: 1200px !important;
  }
  .bscstm .w-md-auto {
    width: auto !important;
  }
}
.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;
  padding: 7px 15px;
  font-size: 0.875rem;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sold-out__btn:before {
  content: none !important;
  display: block;
}