@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

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

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 160px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/plan/kv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	height: 500px;
	width: 100%;
	text-align: center;
}
.mainVisual .cell {
	position: absolute;
	top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual .title {
	font-size: 40px;
	letter-spacing: 0.1em;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000;
}
.mainVisual .en {
	font-size: 24px;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000;
}
@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
  .mv {
    height: 300px;
  }
  .mainVisual .cell {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainVisual .title {
    font-size: 40px;
  }
  .mainVisual .en {
    font-size: 24px;
  }
}

.plan_contents {
  position: relative;
  padding-top: 80px;
}
.plan_inner {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.plan_contents::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/access/bg_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 800px;
}
.section_title {
  font-size: 48px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #0051a7;
  text-align: center;
}
.plan_cards {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.plan_card {
  position: relative;
  max-width: 420px;
  width: 100%;
  border: 2px solid #94a3ff;
  background-color: #fff;
}
.icon_new {
  width: 61px;
  position: absolute;
  top: 0;
  right: 0;
}
.icon_limited{
  width: 273px;
  position: absolute;
  top: -40px;
  right: -2px;
}
.plan_card a {
  display: block;
}
.plan_card a:hover {
  opacity: .7;
  transition: .4s;
}
.card_flex {
  padding: 20px;
  display: flex;
}
.card_type {
  width: 48%;
}
.type {
  text-align: center;
  position: relative;
  padding: 20px 0 30px;
  text-align: center;
  background: rgb(0,157,185);
  background: linear-gradient(135deg, rgba(0,157,185,1) 0%, rgba(0,92,255,1) 100%);
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.type span {
  font-size: 80px;
  line-height: 1.2;
}
.card_type_label {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  font-size: 14px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  background-color: #0051a7;
}
.card_body {
  margin-left: 20px;
  color: #000;
  flex: 1;
}
.card_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.card_tubo {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.card_num {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.card_num span {
  font-size: 38px;
}
.card_ldk {
  border-top: 1px solid #d1d1d1;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.4;
}
.card_ldk span {
  font-size: 38px;
}
.card_ldk span.text_s {
  font-size: 16px;
}

.card_bottom {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  background-color: #dfedff;
  color: #000;
}
.card_icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  margin-left: 20px;
}
.card_icon img {
  width: 19px;
}
.pet_banner{
  max-width: 1000px;
  padding: 0 15px;
  width: 100%;
  margin: 80px auto 0;
}
@media only screen and (max-width:768px) {
  .plan_contents {
    position: relative;
    padding-top: 80px;
  }
  .plan_inner {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin:auto;
  }
  .plan_contents::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/access/bg_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 800px;
  }
  .section_title {
    font-size: 28px;
    line-height: 1.6;
  }
  .plan_cards {
    margin-top: 22px;
    display: block;
  }
  .plan_card {
    margin: 22px auto 0;
  }
  .plan_card.limited {
    margin: 52px auto 20px;
  }
  .card_flex {
    padding: 16px 16px;
  }
  .card_body {
    margin-left: 14px;
  }
  .type {
    padding: 15px 0px 32px;
  }
  .card_tubo {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .card_num {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .card_num span {
    font-size: 36px;
  }
  .card_ldk {
    line-height: 1.2;
    font-size: 18px;
  }
  .card_ldk span {
    font-size: 34px;
  }
  .card_bottom {
    font-size: 16px;
    padding: 12px;
  }
}