@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: 15px;
    font-size: 0.9375rem;
    width: 100%;
    line-height: 35px;
    padding: 5px 10px;
  }
}

.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../common/img/i_cart.png") center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
  position: absolute;
}

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

.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: none;
          box-shadow: none;
  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: none;
          box-shadow: none;
}

@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;
    padding: 5px 10px;
  }
}

.season_camp .dtl-btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

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

.season_camp .bg-lite-og {
  background: #fcfbf1;
}

.season_camp .bg-og {
  background: #fdf9f2;
}

.season_camp .bg-gray-lite {
  background: #fafafa;
}

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

.season_camp .bg-blue {
  background: #eef5f8;
}

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

.season_camp .fc-og {
  color: #e6ce01;
}

.season_camp .fc-yama {
  color: #d4be00;
}

.season_camp .fc-brown {
  color: #5f4207;
}

.season_camp .fc-momo {
  color: #ebe7c1;
}

.season_camp .fc-blue {
  color: #75a5bb;
}

.season_camp .under-line-og {
  border-bottom: 2px solid #e6ce01;
}

.season_camp .fc-pink {
  color: #e95386;
}

.season_camp .label-limted {
  border: 1px solid #e6ce01;
  background: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  color: #e6ce01;
}

.season_camp .seibun-toggle {
  background: #fff;
  padding: 10px 22px;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .seibun-toggle {
    padding: 10px 15px;
  }
}

.season_camp .seibun-toggle:after {
  content: '';
  display: block;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .seibun-toggle:after {
    right: 15px;
  }
}

.season_camp .seibun-toggle.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.season_camp .seibun-note {
  display: none;
}

.season_camp .seibun-note-desc {
  background: #fafafa;
}

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

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

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

.season_camp .double-line {
  border-bottom: double 4px #e6ce01;
}

.season_camp .bc-momo {
  border-color: #ebe7c1;
}

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

.season_camp .bevel-btn {
  border-radius: 4px;
  border: 2px solid #e2c221;
  -webkit-box-shadow: 0px 5px #e2c221;
          box-shadow: 0px 5px #e2c221;
  position: relative;
  top: 0;
}

.season_camp .bevel-btn:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid #e2c221;
  border-right: 1px solid #e2c221;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

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

.season_camp .bevel-btn.type-blue {
  border: none;
  background: #a7c8ce;
  -webkit-box-shadow: 0px 5px #93abb0;
          box-shadow: 0px 5px #93abb0;
}

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

.season_camp .bevel-btn.type-pink {
  border: none;
  background: #dbafb7;
  -webkit-box-shadow: 0px 5px #ba969b;
          box-shadow: 0px 5px #ba969b;
}

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

.season_camp .bevel-btn.type-yel {
  border: none;
  background: #eed100;
  -webkit-box-shadow: 0px 5px #c1a804;
          box-shadow: 0px 5px #c1a804;
}

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

.season_camp .txt-outline {
  display: inline-block;
  color: #ffffff;
  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 .mv-top__pc {
  position: relative;
}

.season_camp .mv-top__pc .mv-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.season_camp .mv-top__pc .mv-txt {
  position: relative;
  z-index: 10;
  width: 1200px;
  height: 780px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.season_camp .mv-top__pc:before {
  content: '';
  display: block;
  width: 90%;
  height: 735px;
  background: #fafafa;
  position: absolute;
  right: 0;
  top: 90px;
}

.season_camp .mv-top__desc {
  background: url(../img/line-bg.png) left bottom;
  line-height: 47px;
}

@media screen and (max-width: 767px) {
  .season_camp .mv-top__desc {
    background: none;
    line-height: 35px;
  }
}

.season_camp .item-explain {
  position: relative;
}

.season_camp .item-explain:before {
  content: '';
  display: block;
  width: 548px;
  height: 80px;
  background: url(../img/triangle-wh.png) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .item-explain:before {
    width: 60%;
  }
}

.season_camp .item-explain__sale {
  border: 5px solid #f3da07;
  border-top: none;
  background: #fff;
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .season_camp .item-explain__sale {
    margin-top: -135px;
  }
}

.season_camp .item-explain__sale-head {
  background: #f3da07;
}

.season_camp .item-review {
  background: #fcfcfc url(../img/review-bg_pc.jpg?=1) no-repeat center top;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review {
    background-image: url(../img/review-bg_sp.jpg?=1);
    background-size: 100% auto;
  }
}

.season_camp .item-review__cover {
  position: relative;
}

.season_camp .item-review__cover .item-review__block {
  padding: 65px 45px;
  border: 2px solid #f3da07;
  border-radius: 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover .item-review__block {
    padding: 30px 20px;
    border-width: 1px;
  }
}

.season_camp .item-review__cover:nth-child(odd) .item-review__block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -12px;
  border: 18px solid transparent;
  border-right: 18px solid #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(odd) .item-review__block:before {
    top: 20%;
    left: -20px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    z-index: 2;
  }
}

.season_camp .item-review__cover:nth-child(odd) .item-review__block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -14px;
  border: 20px solid transparent;
  border-right: 20px solid #f3da07;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(odd) .item-review__block:after {
    top: 20%;
    left: -24px;
    margin-top: -14px;
    border: 12px solid transparent;
    border-right: 12px solid #f3da07;
    z-index: 1;
  }
}

.season_camp .item-review__cover:nth-child(even) .item-review__block:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  margin-top: -12px;
  border: 18px solid transparent;
  border-left: 18px solid #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(even) .item-review__block:before {
    top: 20%;
    right: -20px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    z-index: 2;
  }
}

.season_camp .item-review__cover:nth-child(even) .item-review__block:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -14px;
  border: 20px solid transparent;
  border-left: 20px solid #f3da07;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(even) .item-review__block:after {
    top: 20%;
    right: -24px;
    margin-top: -14px;
    border: 12px solid transparent;
    border-left: 12px solid #f3da07;
    z-index: 1;
  }
}

.season_camp .item-review__cover:nth-child(1) {
  z-index: 5;
}

.season_camp .item-review__cover:nth-child(1) .item-review__block {
  padding-bottom: 130px;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(1) .item-review__block {
    padding-bottom: 60px;
    right: -10px;
  }
}

.season_camp .item-review__cover:nth-child(2) {
  z-index: 10;
}

.season_camp .item-review__cover:nth-child(2) .item-review__block {
  margin-top: -60px;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(2) .item-review__block {
    margin-top: -20px;
    left: -10px;
  }
  .season_camp .item-review__cover:nth-child(2) .item-review__block:before, .season_camp .item-review__cover:nth-child(2) .item-review__block:after {
    top: 30%;
  }
}

.season_camp .item-review__cover:nth-child(2):before {
  content: '';
  display: block;
  background: #fcfcfc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 120%;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(2):before {
    height: 110%;
  }
}

.season_camp .item-review__cover:nth-child(3) {
  z-index: 5;
}

.season_camp .item-review__cover:nth-child(3) .item-review__block {
  margin-top: -60px;
  padding-top: 130px;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__cover:nth-child(3) .item-review__block {
    margin-top: -20px;
    padding-top: 60px;
    right: -10px;
  }
  .season_camp .item-review__cover:nth-child(3) .item-review__block:before, .season_camp .item-review__cover:nth-child(3) .item-review__block:after {
    top: 30%;
  }
}

.season_camp .item-review__icon {
  position: absolute;
  bottom: 50px;
  z-index: 10;
  right: 100px;
}

@media screen and (max-width: 767px) {
  .season_camp .item-review__icon {
    bottom: 20px;
    right: 30px;
    width: 70px;
  }
}

.season_camp .item-topic .navi-wrap ul {
  background: #fcfbf1;
}

@media screen and (min-width: 768px) {
  .season_camp .item-topic .navi-wrap ul li + li {
    border-left: solid #f5f4ef 1px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .item-topic .navi-wrap ul li:nth-child(n+3) {
    margin-top: 50px;
  }
  .season_camp .item-topic .navi-wrap ul li:last-child .txt-outline-wrap {
    margin-right: 20px;
  }
  .season_camp .item-topic .navi-wrap ul li:last-child .txt-outline-wrap p {
    position: absolute;
    top: 0;
    left: -30px;
  }
}

.season_camp .item-topic .navi-wrap .txt-outline-wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .season_camp .item-topic .navi-wrap .navi-link:hover .txt-lead:after {
    bottom: -20px;
  }
}

.season_camp .item-topic .navi-wrap .navi-link .txt-lead {
  position: relative;
}

.season_camp .item-topic .navi-wrap .navi-link .txt-lead:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
  border-left: 1px solid #f3da07;
  border-bottom: 1px solid #f3da07;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .season_camp .item-topic .navi-wrap .navi-link .txt-lead:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.season_camp .item-section {
  position: relative;
}

@media screen and (min-width: 768px) {
  .season_camp .item-section + .item-section {
    margin-top: 80px;
  }
}

.season_camp .item-section__inner {
  background: #f7f3d4;
  position: relative;
}

.season_camp .item-section__inner > * {
  position: relative;
  z-index: 10;
}

.season_camp .item-section__inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 265px;
  background: #f3da07;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .item-section__inner:after {
    height: 165px;
  }
}

.season_camp .item-section__head {
  color: #fff;
}

.season_camp .item-section__head span {
  border-bottom: 1px dashed #fff;
}

.season_camp .item-section__subhead {
  color: #fff;
  background: #f3da07;
}

.season_camp .item-section__inner-w {
  background: #fff;
  position: relative;
}

.season_camp .item-section__inner-w:before {
  content: '';
  display: block;
  width: 548px;
  height: 80px;
  background: url(../img/triangle-og.png) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .item-section__inner-w:before {
    width: 60%;
  }
}

.season_camp .item-section__inner-inset {
  background: #fff;
  border: solid #f3da07 2px;
  border-top: none;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1) inset;
}

.season_camp .item-section .inset-left-rigt-bottom {
  position: relative;
  -webkit-box-shadow: 0px -10px 8px 3px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0px -10px 8px 3px rgba(0, 0, 0, 0.05) inset;
}

.season_camp #section01 .point01-icon {
  position: absolute;
  right: -70px;
  bottom: -30px;
}

@media screen and (max-width: 767px) {
  .season_camp #section01 .point01-icon {
    bottom: -18px;
  }
}

.season_camp #section02 .item-section__inner:after {
  height: 325px;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .item-section__inner:after {
    height: 205px;
  }
}

.season_camp #section02 .bottom-head {
  position: relative;
  margin-top: -48px;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .bottom-head {
    margin-top: 0;
  }
}

.season_camp #section02 .bottom-head:before, .season_camp #section02 .bottom-head:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.season_camp #section02 .bottom-head:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b2b6c2;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .bottom-head:before {
    top: -25px;
  }
}

.season_camp #section02 .bottom-head:after {
  width: 1px;
  height: 45px;
  background: #b2b6c2;
  top: -52px;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .bottom-head:after {
    height: 35px;
    top: -57px;
  }
}

.season_camp #section02 .section02-03 .section02-03-icon {
  position: absolute;
  top: -20px;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .section02-03 .section02-03-icon {
    top: -10px;
    right: -20px;
  }
}

.season_camp #section02 .section02-03__head:after, .season_camp #section02 .section02-03__head:before {
  display: inline-block;
}

.season_camp #section02 .section02-03__head:before {
  content: '「';
  position: absolute;
  top: -5px;
  left: -50px;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .section02-03__head:before {
    left: -30px;
  }
}

.season_camp #section02 .section02-03__head:after {
  content: '」';
  position: absolute;
  bottom: -5px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .section02-03__head:after {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .section02-03__img {
    margin: 0 -15px;
  }
}

.season_camp #section02 .section02-03 .point02-img04-icon {
  top: -50px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .season_camp #section02 .section02-03 .point02-img04-icon {
    top: -25px;
  }
}

.season_camp #section02 .section02-03 .inner-botder-top {
  border-top: dotted 2px #d1d1d1;
}

@media screen and (max-width: 767px) {
  .season_camp #section04 .item-section__inner:after {
    height: 205px;
  }
}

.season_camp #section04 .item-section__inner {
  background: url(../img/point04-img_pc.jpg) no-repeat center bottom/100% auto;
}

@media screen and (max-width: 767px) {
  .season_camp #section04 .item-section__inner {
    background: url(../img/point04-img_sp.jpg) no-repeat center bottom/auto 50%;
  }
}

.season_camp #section04 .point04-img-icon:nth-of-type(1) {
  top: 10px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .season_camp #section04 .point04-img-icon:nth-of-type(1) {
    right: -20px;
  }
}

.season_camp #section04 .point04-img-icon:nth-of-type(2) {
  top: 50px;
  left: -50px;
}

@media screen and (max-width: 767px) {
  .season_camp #section04 .point04-img-icon:nth-of-type(2) {
    top: 30px;
    left: -40px;
  }
}

.season_camp #section04 .point04-img-icon:nth-of-type(3) {
  bottom: -40px;
  right: 130px;
}

@media screen and (max-width: 767px) {
  .season_camp #section04 .point04-img-icon:nth-of-type(3) {
    bottom: -30px;
    right: 0px;
  }
}

.season_camp #section05 .item-section__inner:after {
  height: 325px;
}

@media screen and (max-width: 767px) {
  .season_camp #section05 .item-section__inner:after {
    height: 205px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp #section05 .section05-01 .item-section__inner-w:before {
    display: none;
  }
}

.season_camp #section05 .step-list li + li {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp #section05 .step-list li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .season_camp #section05 .step-list li:nth-child(n+3) {
    margin-top: 35px;
  }
}

.season_camp #section05 .step-list li .point05-img02-icon {
  top: -20px;
  left: -10px;
}

@media screen and (max-width: 767px) {
  .season_camp #section05 .step-list li .point05-img02-icon {
    top: -10px;
  }
}

.season_camp #section05 .section05-02.item-section__inner:after {
  display: none;
}

.season_camp #section05 .section05-02__step > * + * {
  border-top: dotted 2px #d1d1d1;
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .season_camp #section05 .section05-02__step > * + * {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp #section05 .section05-02__step .step-num {
    position: absolute;
    left: 0;
  }
}

.season_camp .mutenka__bg {
  background: url(../img/mutenka-bg_pc.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .season_camp .mutenka__bg {
    background: url(../img/mutenka-bg_sp.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .item-bottom .seibun-toggle {
    background: #fafafa;
  }
  .season_camp .item-bottom .seibun-note-desc {
    border: 1px solid #fafafa;
    background: #fff;
  }
}

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

@media screen and (min-width: 768px) {
  .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;
  }
}
/*# sourceMappingURL=2101yuzuoillarge.css.map */