@charset "utf-8";

html[data-browse-mode=P] .forSP ,
html[data-browse-mode=S] .forPC { display: none; }

.section-announcement {
  display: none;
}

.package-section {
  color: #000;
}
html[data-browse-mode=P] .package-section {
  width: 1200px;
  margin: 0 auto 65px;
}
html[data-browse-mode=S] .package-section {
  margin: 0 0 50px;
}

/* mv
**************************************************************************/
.mv h1 {
  font-weight: bold;
  text-align: center;
}
/* pc */
html[data-browse-mode=P] .mv h1 {
  font-size: 46px;
  padding-top: 80px;
  margin-bottom: 40px;
}
html[data-browse-mode=P] .mv .lead {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 0;
  text-align: center;
}
html[data-browse-mode=P] .mv .note {
  font-size: 14px;
  text-align: center;
}
/* sp */
html[data-browse-mode=S] .mv {
  padding: 0 15px;
}
html[data-browse-mode=S] .mv h1 {
  font-size: 28px;
  padding-top: 30px;
  margin-bottom: 30px;
}
html[data-browse-mode=S] .mv .lead {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
html[data-browse-mode=S] .mv .note {
  font-size: 12px;
}

/* plans_list
**************************************************************************/
.plans_list {
  display: flex;
  justify-content: center;
  text-align: center;
}
.plans_list > li {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.plans_list h2 {
  height: 2.5em;
  font-weight: bold;
}
.plans_list .highlight h2 {
  color: #A28200;
}
.plans_list .price {
  font-weight: bold;
  line-height: 1;
}
.plans_list .price b {
  line-height: 0;
}
.plans_list .description {
  font-weight: bold;
}
.plans_list .btn {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 1em 0;
  margin: 0 auto;
  line-height: 1;
}
.plans_list .recommend {
  position: absolute;
  font-weight: bold;
  background: linear-gradient(90deg, #836801 0%, #D7A800 22%, #705900 72%, #D7B02C 100%);
  color: #fff;
  border-radius: 3em;
  padding: .25em 0;
  left: 50%;
  transform: translateX(-50%);
}
/* pc */
html[data-browse-mode=P] .plans_list {
  width: 790px;
  gap: 0 30px;
  margin: 0 auto;
}
html[data-browse-mode=P] .plans_list > li {
  width: calc((100% - 30px) / 2);
  padding: 30px 0;
  gap: 15px 0;
}
html[data-browse-mode=P] .plans_list > li.highlight {
  border: 3px solid #A28200;
}
html[data-browse-mode=P] .plans_list h2 {
  font-size: 28px;
}
html[data-browse-mode=P] .plans_list .price {
  font-size: 24px;
}
html[data-browse-mode=P] .plans_list .price b {
  font-size: 42px;
}
html[data-browse-mode=P] .plans_list .description {
  font-size: 16px;
  line-height: 1.75;
}
html[data-browse-mode=P] .plans_list .btn {
  width: 280px;
  font-size: 16px;
}
html[data-browse-mode=P] .plans_list .recommend {
  font-size: 20px;
  width: 200px;
  top: -20px;
}
/* sp */
html[data-browse-mode=S] .plans_list {
  gap: 0 15px;
  margin: 0 15px;
}
html[data-browse-mode=S] .plans_list > li {
  width: calc((100% - 15px) / 2);
  padding: 20px 0 15px;
  gap: 15px 0;
}
html[data-browse-mode=S] .plans_list > li.highlight {
  border: 2px solid #A28200;
}
html[data-browse-mode=S] .plans_list h2 {
  font-size: 18px;
  line-height: 1.2;
}
html[data-browse-mode=S] .plans_list .price {
  font-size: 14px;
}
html[data-browse-mode=S] .plans_list .price b {
  font-size: 32px;
}
html[data-browse-mode=S] .plans_list .description {
  font-size: 12px;
  line-height: 1.8;
}
html[data-browse-mode=S] .plans_list .btn {
  width: 80%;
  font-size: 14px;
}
html[data-browse-mode=S] .plans_list .recommend {
  font-size: 12px;
  width: 60%;
  top: -12px;
}

/* plan_table
**************************************************************************/
.plan_table {
  width: 100%;
}
.plan_table thead::after {
	content: "";
	height: 0;
	width: 100%;
	display: block;
}
.plan_table thead th:not(.plan_highlight) {
  border-right: 1px solid #fff;
}
.plan_table tbody tr {
  border-top: 1px solid #DCDCDC;
}
.plan_table tbody tr:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.plan_table .plan_name th {
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: .5em 0;
  font-weight: bold;
}
.plan_table .plan_name th.plan_highlight {
  background: linear-gradient(90deg, #836801 0%, #D7A800 22%, #705900 72%, #D7B02C 100%);
}
.plan_table .plan_price th {
  background: #F5F5F5;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.plan_table .plan_price th small {
  display: block;
  font-weight: normal;
}
.plan_table .plan_price th.plan_highlight {
  background: #FEFDEF;
}
.plan_table tbody th dl {
  display: flex;
  align-items: center;
}
.plan_table tbody th dt p {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 5px;
}
.plan_table tbody th dt.gold p {
  background: linear-gradient(90deg, #836801 0%, #D7A800 22%, #705900 72%, #D7B02C 100%);
}
.plan_table tbody th dd p {
  font-weight: normal;
  color: #333;
}
.plan_table tbody th dd b {
  color: #DC7D10;
}
.plan_table tbody th dd strong {
  font-size: 20px;
  color: #C5A400;
}
.plan_table tbody td {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.plan_table tbody .plan_highlight {
  background: #FEFDEF;
}
.plan_table tbody i {
  color: #333;
}
.plan_table tbody .check {
  position: relative;
  display: block;
  width: 100%;
}
.plan_table tbody .check::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
}

/* pc */
html[data-browse-mode=P] .plan_table thead::after {
	padding-top: 20px;
}
html[data-browse-mode=P] .plan_table .plan_name th {
  font-size: 18px;
}
html[data-browse-mode=P] .plan_table .plan_name th:nth-child(2) ,
html[data-browse-mode=P] .plan_table .plan_name th:nth-child(3) {
  width: 350px;
}
html[data-browse-mode=P] .plan_table .plan_price th {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
html[data-browse-mode=P] .plan_table .plan_price th b {
  font-size: 24px;
}
html[data-browse-mode=P] .plan_table .plan_price th small {
  font-size: 16px;
}
html[data-browse-mode=P] .plan_table tbody tr > * {
  padding: 15px 0;
}
html[data-browse-mode=P] .plan_table tbody th dt p {
  width: 70px;
  height: 40px;
  font-size: 16px;
  margin: 0 20px;
}
html[data-browse-mode=P] .plan_table tbody th dd p {
  font-size: 16px;
}
html[data-browse-mode=P] .plan_table tbody i {
  font-size: 20px;
}
/* sp */
html[data-browse-mode=S] .plan_table thead::after {
	padding-top: 20px;
}
html[data-browse-mode=S] .plan_table .plan_name th {
  font-size: 12px;
}
html[data-browse-mode=S] .plan_table .plan_name th:nth-child(2) ,
html[data-browse-mode=S] .plan_table .plan_name th:nth-child(3) {
  width: 26.5%;
}
html[data-browse-mode=S] .plan_table .plan_price th {
  text-align: center;
  font-size: 14px;
  padding: 10px 5px;
}
html[data-browse-mode=S] .plan_table .plan_price th b {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
html[data-browse-mode=S] .plan_table .plan_price th small {
  text-align: left;
  font-size: 12px;
}
html[data-browse-mode=S] .plan_table tbody tr > * {
  padding: 10px 0;
}
html[data-browse-mode=S] .plan_table tbody th dt p {
  width: 3em;
  height: 3.4em;
  font-size: 12px;
  margin: 0 10px;
  line-height: 1.2;
}
html[data-browse-mode=S] .plan_table tbody th dd p {
  text-align: left;
  font-size: 14px;
}
html[data-browse-mode=S] .plan_table tbody th dd b {
  font-size: 14px;
  display: inline-block;
}
html[data-browse-mode=S] .plan_table tbody th dd strong {
  font-size: 14px;
}
html[data-browse-mode=S] .plan_table tbody i {
  font-size: 20px;
}
