@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 * {
  box-sizing: border-box;
}
.season_camp *:before, .season_camp *:after {
  box-sizing: border-box;
}
.season_camp .container {
  width: 1230px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .season_camp .container {
    width: 100%;
    padding: 0 15px;
  }
}
.season_camp .max-w-90p {
  max-width: 90%;
}
.season_camp .f-ave {
  font-family: "avenirLT";
}
.season_camp .f-ave-hev {
  font-family: "avenirHev";
}
.season_camp .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .pc-only {
    display: none;
  }
}
.season_camp .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .season_camp .sp-only {
    display: block;
  }
}

.season_camp .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .season_camp .pc {
    display: none;
  }
}
.season_camp .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .season_camp .sp {
    display: block;
  }
}
.season_camp sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .season_camp sup {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.season_camp .imgfix {
  -webkit-backface-visibility: hidden;
}
.season_camp .btn-group {
  position: static;
}
.season_camp .btn-group .dtl-btn {
  border: none;
  background: #c0d7dc;
  color: #fff;
}
.season_camp .btn-group .dtl-btn:after {
  background: none;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.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: 1300px;
    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 {
  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: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  top: 0px;
  line-height: 35px;
  font-size: 0.875rem;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  box-shadow: none !important;
}
.season_camp .sold-out__btn:before {
  content: none !important;
  display: block;
}
.season_camp .cart-btn {
  background-color: rgb(247, 129, 129);
  width: 100%;
  height: 45px;
  line-height: 45px;
  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;
  transform: rotate(45deg);
}
.season_camp .rankuptogle_btn {
  position: relative;
}
.season_camp .rankuptogle_btn::before {
  width: 16px;
  height: 2px;
  right: 14px;
}
.season_camp .rankuptogle_btn::after {
  width: 2px;
  height: 16px;
  right: 21px;
}
.season_camp .rankuptogle_btn::before, .season_camp .rankuptogle_btn::after {
  content: "";
  display: block;
  background: #707070;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.season_camp .rankuptogle_btn.active::after {
  transform: rotate(90deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .season_camp .plas-mark {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.season_camp .arrow-box {
  position: relative;
  padding: 15px 40px;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box {
    padding: 10px 20px;
  }
}
.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 {
  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;
    transform: rotate(15deg);
  }
}
.season_camp .arrow-box__left:after {
  transform: rotate(-20deg);
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box__left:after {
    transform: rotate(-15deg);
  }
}
.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 {
  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;
    transform: rotate(-15deg);
  }
}
.season_camp .arrow-box__right:after {
  transform: rotate(20deg);
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .season_camp .arrow-box__right:after {
    transform: rotate(15deg);
  }
}
@media screen and (min-width: 768px) {
  .season_camp .arrow-box__md-border-left {
    border-right: 1px solid #ccc;
  }
}
.season_camp .sec01 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  .season_camp .sec01 {
    top: 850px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec01 {
    top: 1050px;
  }
}
.season_camp .sec02 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  .season_camp .sec02 {
    top: 860px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sec02 {
    top: 960px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .sub-inner {
    width: 100%;
    max-width: 830px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .sub-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.season_camp .howto-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .season_camp .howto-inner {
    width: 100%;
    max-width: 1130px;
  }
}
@media screen and (min-width: 768px) {
  .season_camp .id-cf-step {
    padding: 45px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-step {
    padding: 45px 0;
  }
}
.season_camp .id-cf-step__link {
  position: relative;
}
.season_camp .id-cf-step__link:last-child:after {
  display: none;
}
.season_camp .id-cf-step__link:after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background: url(../../asmy/product/common/ico-step-arrow.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}
.season_camp .id-cf-step__link + .id-cf-step__link {
  margin-top: 40px;
}
.season_camp .id-cf-step__link > a {
  padding: 25px 0;
  background-color: #f8f8f8;
  line-height: 1.6;
  display: block;
  border-radius: 4px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .season_camp .id-cf-step__link > a:hover {
    background: #eed6ce;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-step__link > a {
    padding: 10px 0 18px;
  }
}
.season_camp .id-cf-step__link .txt-special {
  background-color: #126335;
  border-radius: 20px;
  line-height: 1;
  padding: 4px 10px 2px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .season_camp .id-cf-step__link .txt-special {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-step__link .txt-special {
    display: block;
    width: 25%;
    margin: 0 auto 5px;
  }
}
.season_camp .id-cf-step__link .txt-step {
  color: #f497a8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .season_camp .id-cf-step__link .txt-step {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-step__link .txt-step {
    display: block;
  }
}
.season_camp .id-cf-step__link .img-step {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 25px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-step__link .img-step {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .season_camp .id-cf-howto {
    padding: 45px 0;
  }
}
.season_camp .bg-gray {
  background: #ececec;
}

#asmy-camp .w-contens-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #asmy-camp .w-contens-inner {
    max-width: 1150px;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #asmy-camp .w-contens-inner {
    width: 100%;
  }
}
#asmy-camp .w-columnBox {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #asmy-camp .w-columnBox {
    max-width: 520px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #asmy-camp .cart-price {
    font-size: 51px;
  }
}
@media screen and (max-width: 767px) {
  #asmy-camp .cart-price {
    margin-right: 5px;
    font-size: 36px;
  }
}
#asmy-camp .txt-tax-wrap {
  display: inline-block;
  position: relative;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  #asmy-camp .txt-tax-wrap {
    font-size: 13px;
  }
}
#asmy-camp .txt-tax {
  position: absolute;
  top: -12px;
  right: 0;
  margin: auto -10px;
  font-size: 10px;
  transform: scale(0.9);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #asmy-camp .txt-tax {
    left: 10px;
  }
}
#asmy-camp .rank-cheack {
  position: relative;
}
#asmy-camp .rank-cheack::after {
  content: "";
  position: absolute;
  bottom: 20px;
  margin: auto 0 auto 0;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  left: 50%;
}
@media screen and (max-width: 767px) {
  #asmy-camp .rank-cheack::after {
    bottom: 10px;
  }
}
#asmy-camp .sec03-bg {
  background: url(../img/step-bg-pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec03-bg {
    background-image: url(../img/step-bg-sp.jpg);
  }
}
#asmy-camp .step-img-icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #asmy-camp .step-img-icon {
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 767px) {
  #asmy-camp .step-img-icon {
    top: 15%;
    left: -15px;
  }
}
#asmy-camp .sec04-bg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #asmy-camp .sec04-bg {
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg {
    width: 100%;
  }
}
#asmy-camp .sec04-bg__component + .sec04-bg__component {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg__component + .sec04-bg__component {
    margin-top: 50px;
  }
}
#asmy-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) {
  #asmy-camp .sec04-bg__component__head {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}
#asmy-camp .sec04-bg__component__head:before, #asmy-camp .sec04-bg__component__head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #595757;
}
#asmy-camp .sec04-bg__component__head:before {
  width: 30px;
  height: 1px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg__component__head:before {
    width: 20px;
    right: 20px;
  }
}
#asmy-camp .sec04-bg__component__head:after {
  width: 1px;
  height: 30px;
  right: 44px;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg__component__head:after {
    height: 20px;
    right: 29px;
  }
}
#asmy-camp .sec04-bg__component__head.toggle-active:after {
  transform: rotate(90deg);
  opacity: 0;
}
#asmy-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) {
  #asmy-camp .sec04-bg__component__box {
    padding: 30px 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}
#asmy-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) {
  #asmy-camp .sec04-bg .id-qa__list + .id-qa__list {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#asmy-camp .sec04-bg .id-qa__list dt {
  display: flex;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg .id-qa__list dt {
    font-size: 16px;
  }
}
#asmy-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;
  flex-shrink: 0;
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg .id-qa__list dt:before {
    font-size: 20px;
    width: 30px;
    height: 20px;
    transform: translateY(-3px);
  }
}
#asmy-camp .sec04-bg .id-qa__list dd {
  display: flex;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg .id-qa__list dd {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.14em;
  }
}
#asmy-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;
  flex-shrink: 0;
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  #asmy-camp .sec04-bg .id-qa__list dd:before {
    font-size: 20px;
    width: 30px;
    height: 16px;
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 767px) {
  #asmy-camp .rankup-sp-obi {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  #asmy-camp .sp-title-border {
    position: relative;
  }
  #asmy-camp .sp-title-border::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dee2e6;
    width: 180px;
    left: 0;
    bottom: 0;
  }
}