@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%;
  }
}

.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 .max-w-90p {
  max-width: 90%;
}
.season_camp .f-ave {
  font-family: "avenirLT";
}
.season_camp .f-ave-hev {
  font-family: "avenirHev";
}
.season_camp .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .pc-only {
    display: none;
  }
}
.season_camp .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .season_camp .sp-only {
    display: block;
  }
}

.season_camp .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .pc {
    display: none;
  }
}
.season_camp .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .season_camp .sp {
    display: block;
  }
}
.season_camp sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp sup {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .imgfix {
  -webkit-backface-visibility: hidden;
}
.season_camp .btn-group {
  position: static;
}
.season_camp .btn-group .dtl-btn {
  border: none;
  background: #c0d7dc;
  color: #fff;
}
.season_camp .btn-group .dtl-btn:after {
  background: none;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.season_camp img {
  max-width: 100%;
  height: auto;
}
.season_camp .w-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .season_camp .w-inner {
    max-width: 1170px;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .w-inner {
    width: 100%;
  }
}
.season_camp .top-section {
  margin-top: 0;
}
.season_camp .bg-bt-line {
  background: url(../img/line-bg-pc.png) left bottom;
  line-height: 45px;
}
.season_camp .component_btn:after {
  content: "";
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  position: absolute;
  right: 14px;
  width: 10px;
  height: 10px;
  top: 33%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.season_camp .component_btn.active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 45%;
}
.season_camp .component_text {
  display: none;
}
.season_camp .hover_opacity:hover {
  opacity: 0.7;
}
.season_camp .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbe6e6));
  background: linear-gradient(transparent 60%, #fbe6e6 60%);
  display: inline;
}
.season_camp .border_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #12426b;
}
.season_camp .border_title-green:before {
  background: #5abc97;
}
.season_camp .border_title-20:before {
  top: calc(20% - 1px);
}
.season_camp .Quantity {
  position: relative;
  z-index: 2;
}
.season_camp .select_deco {
  border: 1px solid #eeeeee;
  position: relative;
}
.season_camp .text-decoration-line-through {
  text-decoration: line-through;
}
.season_camp .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;
  font-size: 0.875rem;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.season_camp .sold-out__btn:before {
  content: none !important;
  display: block;
}
.season_camp .cart-btn {
  background-color: #f78181;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: 0.16em;
  }
}
.season_camp .cart-btn .icon-teiki {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .cart-btn .icon-teiki {
    left: 20px;
    width: 22px;
  }
}
.season_camp .cart-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .season_camp .price {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .price {
    font-size: 36px;
  }
}
.season_camp .present {
  border-top: 2px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp .present {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.season_camp .present-img {
  position: absolute;
  z-index: 99;
  top: -80px;
  right: -50px;
}
@media screen and (min-width: 768px) {
  .season_camp .w-md-auto {
    width: auto !important;
  }
}
.season_camp .arrow-box {
  position: relative;
  padding: 15px 40px;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box {
    padding: 10px 25px;
  }
}
.season_camp .arrow-box__left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  display: block;
}
.season_camp .arrow-box__left:before, .season_camp .arrow-box__left:after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background: #ccc;
  position: absolute;
}
.season_camp .arrow-box__left:before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box__left:before {
    height: 40%;
    top: 8%;
    left: -2px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
.season_camp .arrow-box__left:after {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box__left:after {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
.season_camp .arrow-box__right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
}
.season_camp .arrow-box__right:before, .season_camp .arrow-box__right:after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background: #ccc;
  position: absolute;
}
.season_camp .arrow-box__right:before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box__right:before {
    height: 40%;
    top: 8%;
    right: -2px;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
.season_camp .arrow-box__right:after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box__right:after {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@media screen and (min-width: 768px) {
  .season_camp .arrow-box__md-border-left {
    border-right: 1px solid #ccc;
  }
}
.season_camp .bg-shadow {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(3, 7, 9, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(3, 7, 9, 0.15);
}
.season_camp .sec01-bg {
  position: relative;
  background-position: top;
  background-size: cover !important;
}
@media screen and (min-width: 768px) {
  .season_camp .sec01-bg {
    background: url(../img/offer-top-bg-pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec01-bg {
    background: url(../img/offer-top-bg-sp.jpg);
  }
}
.season_camp .sec01-bg.sec01-line:after {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background-color: #000;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec01-bg.sec01-line:after {
    height: 60px;
    bottom: -30px;
  }
}
.season_camp .sec01-bg .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.season_camp .sec01-bg .product-list::before {
  content: "・";
  display: inline-block;
}
.season_camp .sec01-bg2 {
  position: relative;
  background-position: top;
  background-size: cover !important;
  background-position-x: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .season_camp .sec01-bg2 {
    background-image: url(../img/offer-bottom-bg-pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec01-bg2 {
    background-image: url(../img/offer-bottom-bg-sp.jpg);
  }
}
.season_camp .sec01-2-bg {
  position: relative;
  background-position: top !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) {
  .season_camp .sec01-2-bg {
    background: url(../img/offer-bottom-bg-pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec01-2-bg {
    background: url(../img/offer-bottom-bg-sp.png);
  }
}
.season_camp .present-itme {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .season_camp .present-itme {
    background: #c40025 url(../img/present-bg-pc.jpg) no-repeat center top;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .present-itme {
    background: #c40025 url(../img/present-bg-sp.jpg) no-repeat;
    background-size: cover;
  }
}
.season_camp .present-itme .inner {
  padding-right: 20px !important;
}
@media screen and (min-width: 1020px) {
  .season_camp .present-itme .inner {
    padding-right: calc(50vw - 490px) !important;
  }
}
.season_camp .present-itme .title {
  color: #c70027;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .season_camp .present-itme .title {
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .present-itme .title {
    border-radius: 0 50px 50px 0;
  }
}
.season_camp .present-itme .no {
  color: #f78181;
}
.season_camp .present-itme .box-border {
  border-bottom: 1px dashed #dd7185;
}
.season_camp .present-itme .box-border:last-child {
  border-bottom: none;
}
.season_camp .present-itme .tag {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .season_camp .present-itme .tag {
    right: 20px;
    left: initial;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .present-itme .tag {
    right: 35px;
  }
}
@media screen and (min-width: 1240px) {
  .season_camp .present-itme .tag {
    right: 50%;
    -webkit-transform: translateX(calc(-50% + 600px));
            transform: translateX(calc(-50% + 600px));
  }
}
.season_camp .present-itme .tag__part {
  padding-top: 50px;
  padding-left: initial;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp .present-itme .tag__part {
    padding-top: 70px;
  }
}
.season_camp .present-itme .tag__part::before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: -20px;
  z-index: 10;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .season_camp .present-itme .tag__part::before {
    width: 37px;
    top: 18px;
    left: -10px;
  }
}
.season_camp .present-itme__img {
  position: relative;
  z-index: 0;
}
.season_camp .img-decoration {
  position: relative;
}
.season_camp .sec02-bg {
  background: #c0a848 url(../img/detail-bg-pc.jpg) no-repeat center top;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp .sec02-bg {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg {
    background: #c0a848 url(../img/detail-bg-sp.jpg) no-repeat;
    background-size: cover;
  }
}
.season_camp .sec02-bg__wrap {
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 130px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp .sec02-bg__wrap:nth-child(even) {
    padding-left: 0;
    padding-right: 130px;
  }
  .season_camp .sec02-bg__wrap:nth-child(even) .sec02-bg__inner--img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .season_camp .sec02-bg__wrap:nth-child(even) .sec02-bg__inner--img p {
    margin-left: 0;
    margin-right: -280px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__wrap {
    padding: 0 20px;
  }
}
.season_camp .sec02-bg__inner {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .season_camp .sec02-bg__inner {
    padding: 70px 0;
  }
}
.season_camp .sec02-bg__inner.kazari1:before {
  content: "";
  display: block;
  width: 93px;
  height: 89px;
  background: url(../img/detail-gold-circlel01-pc.png) no-repeat center center/contain;
  position: absolute;
  right: 110px;
  top: -30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari1:before {
    background-image: url(../img/detail-gold-circlel01-sp.png);
    width: 64px;
    height: 60px;
    right: auto;
    left: -10px;
    top: 10px;
  }
}
.season_camp .sec02-bg__inner.kazari1:after {
  content: "";
  display: block;
  width: 259px;
  height: 269px;
  background: url(../img/detail-gold-ribbonl01-pc.png) no-repeat center center/contain;
  position: absolute;
  right: -55px;
  bottom: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari1:after {
    background-image: url(../img/detail-gold-ribbonl01-sp.png);
    width: 110px;
    height: 129px;
    right: -2px;
    bottom: -10px;
  }
}
.season_camp .sec02-bg__inner.kazari2:before {
  content: "";
  display: block;
  width: 93px;
  height: 89px;
  background: url(../img/detail-gold-circlel02-pc.png) no-repeat center center/contain;
  position: absolute;
  left: 150px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari2:before {
    background-image: url(../img/detail-gold-circlel02-sp.png);
    width: 69px;
    height: 57px;
    right: auto;
    left: -10px;
    top: 10px;
  }
}
.season_camp .sec02-bg__inner.kazari2:after {
  content: "";
  display: block;
  width: 259px;
  height: 269px;
  background: url(../img/detail-gold-ribbonl02-pc.png) no-repeat center center/contain;
  position: absolute;
  left: -23px;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari2:after {
    background-image: url(../img/detail-gold-ribbonl01-sp.png);
    width: 110px;
    height: 129px;
    left: auto;
    right: -2px;
    bottom: -10px;
  }
}
.season_camp .sec02-bg__inner.kazari3:before {
  content: "";
  display: block;
  width: 96px;
  height: 92px;
  background: url(../img/detail-gold-circlel03-pc.png) no-repeat center center/contain;
  position: absolute;
  right: 150px;
  top: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari3:before {
    background-image: url(../img/detail-gold-circlel03-sp.png);
    width: 57px;
    height: 70px;
    right: auto;
    left: -10px;
    top: -13px;
  }
}
.season_camp .sec02-bg__inner.kazari3:after {
  content: "";
  display: block;
  width: 259px;
  height: 269px;
  background: url(../img/detail-gold-ribbonl03-pc.png) no-repeat center center/contain;
  position: absolute;
  right: -30px;
  bottom: -27px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari3:after {
    background-image: url(../img/detail-gold-ribbonl01-sp.png);
    width: 110px;
    height: 129px;
    left: auto;
    right: -2px;
    bottom: -10px;
  }
}
.season_camp .sec02-bg__inner.kazari4:before {
  content: "";
  display: block;
  width: 97px;
  height: 81px;
  background: url(../img/detail-gold-circlel04-pc.png) no-repeat center center/contain;
  position: absolute;
  left: 150px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari4:before {
    background-image: url(../img/detail-gold-circlel04-sp.png);
    width: 57px;
    height: 70px;
    right: auto;
    left: -10px;
    top: 10px;
  }
}
.season_camp .sec02-bg__inner.kazari4:after {
  content: "";
  display: block;
  width: 202px;
  height: 263px;
  background: url(../img/detail-gold-ribbonl04-pc.png) no-repeat center center/contain;
  position: absolute;
  left: -10px;
  bottom: -19px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner.kazari4:after {
    background-image: url(../img/detail-gold-ribbonl01-sp.png);
    width: 110px;
    height: 129px;
    left: auto;
    right: -2px;
    bottom: -10px;
  }
}
.season_camp .sec02-bg__inner--img {
  width: calc(100% - 580px);
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner--img {
    width: 100%;
    position: relative;
  }
}
.season_camp .sec02-bg__inner--img p {
  margin-left: -280px;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner--img p {
    margin-left: 0;
  }
}
.season_camp .sec02-bg__inner--txt {
  width: 580px;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg__inner--txt {
    width: 100%;
    padding: 35px 25px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .sec02-bg .frame {
    background: url(../img/detail-frame-pc.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg .frame {
    background: url(../img/detail-frame-sp001.png) no-repeat;
    background-position-x: center;
    height: 2512px;
    background-size: contain;
  }
}
.season_camp .sec02-bg .img-box {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg .img-box {
    max-width: 100px;
  }
}
.season_camp .sec02-bg .text-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .season_camp .sec02-bg .text-box {
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec02-bg .text-box {
    max-width: 190px;
  }
}
.season_camp .sec03-bg {
  background: url(../img/step-bg-pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .season_camp .sec03-bg {
    background-image: url(../img/step-bg-sp.jpg);
  }
}
.season_camp .sec03-bg__inner {
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .season_camp .sec03-bg__inner {
    padding: 0 20px;
  }
}
.season_camp .sec04-bg {
  max-width: 1130px;
  margin: 0 auto;
}
.season_camp .sec04-bg__component + .sec04-bg__component {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg__component + .sec04-bg__component {
    margin-top: 50px;
  }
}
.season_camp .sec04-bg__component__head {
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-top: #595757 1px solid;
  border-bottom: #595757 1px solid;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg__component__head {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}
.season_camp .sec04-bg__component__head:before, .season_camp .sec04-bg__component__head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #595757;
}
.season_camp .sec04-bg__component__head:before {
  width: 30px;
  height: 1px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg__component__head:before {
    width: 20px;
    right: 20px;
  }
}
.season_camp .sec04-bg__component__head:after {
  width: 1px;
  height: 30px;
  right: 44px;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg__component__head:after {
    height: 20px;
    right: 29px;
  }
}
.season_camp .sec04-bg__component__box {
  display: none;
  padding: 60px 60px 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg__component__box {
    padding: 30px 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}
.season_camp .sec04-bg .id-qa__list + .id-qa__list {
  border-top: #595757 1px solid;
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg .id-qa__list + .id-qa__list {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.season_camp .sec04-bg .id-qa__list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg .id-qa__list dt {
    font-size: 16px;
  }
}
.season_camp .sec04-bg .id-qa__list dt:before {
  color: #e6002d;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  content: "Q";
  display: block;
  width: 60px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg .id-qa__list dt:before {
    font-size: 20px;
    width: 30px;
    height: 20px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.season_camp .sec04-bg .id-qa__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg .id-qa__list dd {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.14em;
  }
}
.season_camp .sec04-bg .id-qa__list dd:before {
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  content: "A";
  display: block;
  width: 60px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .season_camp .sec04-bg .id-qa__list dd:before {
    font-size: 20px;
    width: 30px;
    height: 16px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.season_camp .camp-url-btn {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .season_camp .camp-url-btn {
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .camp-url-btn {
    bottom: 18.5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}