/*----------------------------------------

	plan CSS

-----------------------------------------*/
/*----------------------------------------
	list
-----------------------------------------*/
.s-list {
  padding: 30px 0 80px;
}
@media print, screen and (min-width: 768px ) {
  .s-list {
    padding: 70px 0 130px;
  }
}
.s-list .__ttl {
  margin-bottom: 20px;
  font-size: 2.3rem;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-list .__ttl {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}

/*----------------------------------------
	detail
-----------------------------------------*/
.s-detail {
  padding: 120px 0 80px;
}
@media print, screen and (min-width: 960px ) {
  .s-detail {
    padding: 230px 0 120px;
  }
}
.s-detail .__detail {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px ) {
  .s-detail .__detail {
    margin-bottom: 80px;
  }
}
.s-detail .__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px 0;
}
.s-detail .__list-ttl {
  margin-bottom: -25px;
  font-size: 2.3rem;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-detail .__list-ttl {
    margin-bottom: -15px;
    font-size: 3.2rem;
  }
}

.casbee {
  max-width: 400px;
  margin: 40px auto 0;
}

/*----------------------------------------
	plan
-----------------------------------------*/
.s-plan {
  padding-bottom: 55px;
}
@media print, screen and (min-width: 768px ) {
  .s-plan {
    padding-bottom: 85px;
  }
}
.s-plan__txt {
  margin-bottom: 25px;
  font-size: 1.4rem;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-plan__txt {
    margin-bottom: 45px;
    font-size: 1.6rem;
  }
}

.c-plan__list-select {
  display: block;
}

.-prem {
  color: #FFF;
}
.-prem:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #444;
}
.-prem .c-plan__list-wrap {
  border: 1px solid #724C05;
}
.-prem .c-plan__list-cate {
  color: #FFF !important;
}
.-prem .c-plan__list-type {
  color: #FFF;
}
.-prem .c-plan__list-select {
  background: -webkit-gradient(linear, left top, right top, from(#C98B1A), to(#724C05));
  background: linear-gradient(90deg, #C98B1A 0%, #724C05 100%);
}
.-prem .c-plan__list-select span {
  font-family: "Marcellus", serif;
  letter-spacing: 0.5px;
}
.c-plan__list-type-menu {
  margin-top: 3px;
}

.c-plan__list-mr-icon, .c-plan__list-cg-icon {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 3px 8px 2px;
  background: #ddd;
  color: #fff;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#C98B1A), to(#724C05));
  background: linear-gradient(90deg, #C98B1A 0%, #724C05 100%);
  width: 100%;
  text-align: center;
}
.c-plan__list-mr-icon span, .c-plan__list-cg-icon span {
  font-family: "Marcellus", serif;
  letter-spacing: 0.5px;
}
@media print, screen and (min-width: 768px ) {
  .c-plan__list-mr-icon, .c-plan__list-cg-icon {
    width: auto;
    font-size: 1.3rem;
    right: 10px;
  }
}

.toLimited {
  margin: 50px auto 50px;
}
@media print, screen and (min-width: 768px ) {
  .toLimited {
    margin: 100px auto 100px;
  }
}
.toLimited .tlH4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 768px ) {
  .toLimited .tlH4 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.toLimited .c-plan__list-link {
  background: -webkit-gradient(linear, left top, right top, from(#C98B1A), to(#724C05));
  background: linear-gradient(90deg, #C98B1A 0%, #724C05 100%);
}
.toLimited .c-plan__list-more {
  background: -webkit-gradient(linear, left top, right top, from(#C98B1A), to(#724C05));
  background: linear-gradient(90deg, #C98B1A 0%, #724C05 100%);
  padding-block: 30px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px ) {
  .toLimited .c-plan__list-more {
    padding-block: 0px;
    line-height: 1.6;
  }
}
.toLimited .c-plan__list-cate.-brillia {
  color: #185892;
}
.toLimited .c-plan__list-cate.-classy {
  color: #811B4D;
}

@media print, screen and (min-width: 768px ) {
  .hide-at-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px ) {
  .hide-at-sp {
    display: none !important;
  }
}