@charset "utf-8";

/* last 2025.04.11 */

/*---------------------------
|          リセット系         |
---------------------------*/
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}


a {
  text-decoration: none;
  color: #1a1a1a;
  transition: all .2s ease;
}

a:hover,
a:active {
  color: #1a1a1a;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*--------------------------
|          共通指定          |
---------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

main {
  padding-top: 65px;
  overflow: hidden;
}

/*--------------------------
|          ヘッダー          |
---------------------------*/
.lp-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  /* padding: 15px; */
  background: #FCC800;
  box-shadow: 0px 3px 6px #00000029;
}

.header-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
}

.header-wrapper h1 {
  max-width: 250px;
}

.lp-logo,
.lp-logo img {
  display: block;
}

.g-nav a {
  position: relative;
  display: block;
  padding: 20px 15px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  transition: all .2s ease;
}

.g-nav a.stand-by {
  opacity: 0.6;
  pointer-events: none;
}

.g-nav .external a span {
  position: relative;
  padding-left: 16px;
}

.g-nav .external a span::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  background: #fff;
}

.g-nav .external a span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 40%;
  left: 5px;
  transform: translateY(-50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 1199px) {
  .g-nav {
    position: fixed;
    top: 75px;
    right: 0;
    width: 80%;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #FCC800;
  }

  .g-nav ul {
    padding: 30px 0;
  }

  .g-nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .g-nav a {
    width: 100%;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
  }

  .g-nav .external a span {
    padding-left: 24px;
  }

  .g-nav .external a span::before {
    background: #fff;
  }

  .g-nav .external a span::after {
    border-color: #fff;
  }

  .nav-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .nav-bg.open {
    display: block;
  }

}

@media screen and (min-width: 1200px) {

  .header-wrapper {
    padding: 10px 60px;
  }

  /* .lp-header {
    padding: 15px 60px;
  } */

  .g-nav {
    display: block;
  }

  .g-nav ul {
    display: flex;
  }

  .g-nav a {
    padding: 0 8px;
  }

  .g-nav a::before {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 5%;
    background: rgba(255, 255, 255, .8);
    transition: all .5s ease;
    transform: scale(0);
  }

  .g-nav a:hover::before {
    transform: scale(100%);
  }
}

@media screen and (min-width: 1260px) {
  .g-nav a {
    padding: 0 12px;
  }

}

/*--ハンバーガーメニュー--*/
.hamburger {
  position: relative;
  width: 36px;
  height: 40px;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.hamburger span:nth-child(2) {
  top: 1rem;
}

.hamburger span:nth-child(3) {
  top: 2rem;
}

.hamburger p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.hamburger.open span:first-child {
  top: 2rem;
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(2) {
  visibility: hidden;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(45deg);
}

.hamburger.open p {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}



/* 汎用トグル要素
/* レギュラー会員限定オプション、ICカード会員証提示サービス
*/
.switch+* {
  display: none;
}

.switch.open+* {
  display: block;
}

/*--------------------------
  レイアウト
---------------------------*/
@media screen and (max-width: 767px) {
  .wrapper-all {
    padding-bottom: 48px
  }
}

.common-sec {
  position: relative;
}

.common-inner {
  padding: 80px 15px;
}

@media print,
(min-width: 768px) {
  .common-inner {
    padding: 120px 15px;
  }
}

.common-container {
  margin: 0 auto;
}

.container-wide {
  max-width: 1200px;
}

.container-narrow {
  max-width: 960px;
}

.common-container>div:nth-of-type(n+2) {
  margin-top: 60px;
}

@media print,
(min-width: 768px) {
  .common-container>div:nth-of-type(n+2) {
    margin-top: 80px;
  }
}

/*--------------------------
  見出し共通
---------------------------*/
h2 {
  margin: 0 0 40px 0;
}

.common-h2 {
  padding: 0 0 20px 0;
  position: relative;
  color: #193076;
  text-align: center;
  font-size: 3.2rem;
}

.common-h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #193076;
}

.common-h3 {
  position: relative;
  padding: 0 0 4px 16px;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #193076;
  font-size: 2.4rem;
  color: #193076;
}

.common-h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #193076;
}

@media print,
(min-width: 768px) {
  h2 {
    margin: 0 0 60px 0;
  }

  .common-h2 {
    font-size: 4rem;
  }

  .common-h3 {
    font-size: 3.2rem;
  }

  .common-h3::before {
    height: 28px;
    top: 7px;
  }
}

/*--------------------------
  フォント共通
---------------------------*/
.notice {
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: right;
}

.font-oswald {
  font-family: 'Oswald', sans-serif;
}

.announce {
  font-size: 1.6rem;
  font-weight: normal;
  color: #F10000;
}

.tax {
  font-size: 1.3rem;
}

/*--------------------------
  リンク共通
---------------------------*/
a.text-link {
  text-decoration: underline;
}

a.text-link:hover {
  text-decoration: underline;
  opacity: .7;
}

/*--------------------------
  キービジュアル
---------------------------*/
.kv-inner {
  position: relative;
  overflow: hidden;
}

.kv-inner h1 img {
  width: 100%;
}

@media print,
(min-width: 768px) {
  .kv-slidebox {
    width: 24%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}

.kv-carousel.slick-vertical .slick-slide {
  border: none;
}

@media screen and (max-width: 767px) {
  .kv-carousel li img {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

@media print,
(min-width: 768px) {
  .kv-carousel li img {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}


/*--------------------------
  SOCIO FANCLUBとは
---------------------------*/
.about-sec {
  position: relative;
  background: linear-gradient(287deg, #FFE37A 0%, #FCC800 100%);
}

.about-sec::after {
  content: "";
  display: block;
  width: 480px;
  height: 480px;
  position: absolute;
  bottom: -240px;
  right: -120px;
  /* z-index: 1; */
  background: url(../images/about/bg_socio-emb_wh.svg) no-repeat top left/contain;
}

.about-sec .common-inner {
  padding-top: 80px;
  padding-bottom: 240px;
}

.about-sec h3 {
  margin: 0 0 30px 0;
  font-size: 1.8rem;
}

.about-sec h3 span {
  font-size: 1.6rem;
}

@media print,
(min-width: 992px) {
  .about-sec::after {
    width: 40%;
    height: 800px;
    bottom: 0;
    right: -36px;
    left: 64%;
  }

  .about-sec .common-inner {
    padding-bottom: 60px;
  }

  .about-sec h3 {
    font-size: 2.4rem;
  }

  .about-sec h3 span {
    font-size: 1.8rem;
  }
}

/*--------------------------
  ココがお得 ココが楽しい
---------------------------*/
/* .outline-sec {
  background: #4CA4EC;
  background: #0556a7;
} */

.socio-melit h2 {
  position: relative;
  padding: 0 0 20px 0;
  text-align: center;
}

.socio-melit h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, #FFFFFF 50%, transparent 100%);
}

.socio-melit h3 {
  margin: 0 0 24px 0;
  color: #193076;
  font-size: 1.8rem;
}

.socio-melit h3 span {
  font-size: 2.4rem;
}

.socio-melit h3 span span {
  display: block;
  padding: 8px 0 0 0;
  font-size: 1.6rem;
}

.socio-melit-otoku h3 {
  padding: 0 0 0 90px;
}

.socio-melit-event h3 img {
  position: relative;
  left: -22px;
}

@media screen and (max-width: 1199px) {
  .socio-melit-event h3 span {
    display: block;
  }
}

@media print,
(min-width: 768px) {
  .socio-melit h3 {
    font-size: 2.4rem;
  }

  .socio-melit h3 span {
    font-size: 3.2rem;
  }

  .socio-melit-event h3 {
    display: flex;
    align-items: center;
  }

  .socio-melit-event h3 img {
    left: -40px;
  }
}

.socio-melit-otoku>div,
.socio-melit-event {
  position: relative;
  padding: 20px 15px;
  background: #fff;
  border-radius: 10px;
}

.socio-melit-otoku>div>img {
  position: absolute;
  top: -20px;
  left: -10px;
}

.socio-melit-event>div {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .socio-melit-otoku>div:nth-of-type(2) {
    margin-top: 30px;
  }

  .socio-melit-event>div {
    margin: 0 0 40px 0;
  }
}

@media print,
(min-width: 768px) {

  .socio-melit-otoku>div,
  .socio-melit-event {
    padding: 30px;
  }

  .socio-melit-otoku {
    display: flex;
    justify-content: space-between;
  }

  .socio-melit-otoku>div {
    width: 48%;
  }
}

@media screen and (min-width: 1200px) {
  .socio-melit-event>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .socio-melit-event>div p {
    width: 35%;
  }
}

.socio-event-list li>p:first-of-type {
  font-weight: bold;
}

.socio-event-list li h4 {
  margin: 10px 0 20px 0;
  padding: 2px 20px;
  background: #00B0E2;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 100vh;
}

@media screen and (max-width: 767px) {
  .socio-event-list li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media print,
(min-width: 768px) {
  .socio-event-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .socio-event-list li:first-child {
    width: 100%;
  }

  .socio-event-list li:nth-child(n+2) {
    width: 48%;
  }

  .socio-event-list li>p:first-of-type {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .socio-event-list li:first-child {
    width: 46%;
  }

  .socio-event-list li:nth-child(n+2) {
    width: 25%;
  }
}

/*--------------------------
  斜め切り替え部分
---------------------------*/
/*ココがお得ココが楽しい*/
.outline-grade {
  padding-bottom: 180px;
}

.outline-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  background: url(../images/outline/outline-slash_sp.svg) no-repeat bottom right/contain;
}

@media print,
(min-width: 768px) {
  .outline-grade {
    padding-bottom: 240px;
  }

  .outline-sec::before {
    background: url(../images/outline/outline-slash_pc.svg) no-repeat bottom right/contain;
  }
}

/*特典一覧*/
.benefit-sec .common-inner {
  padding-top: 180px;
  padding-bottom: 180px;
}

.benefit-sec::before,
.benefit-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
}

.benefit-sec::before {
  top: 0;
  background: url(../images/benefit/benefit-slash-top_sp.svg) no-repeat top right/contain;
}

.benefit-sec::after {
  bottom: 0;
  background: url(../images/benefit/benefit-slash_sp.svg) no-repeat bottom left/contain;
}

@media print,
(min-width: 768px) {
  .benefit-sec .common-inner {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .benefit-sec::before {
    background: url(../images/benefit/benefit-slash-top_pc.svg) no-repeat top right/contain;
  }

  .benefit-sec::after {
    background: url(../images/benefit/benefit-slash_pc.svg) no-repeat bottom left/contain;
  }
}

/*ベガルタポイント*/
.point-sec .common-inner {
  padding-top: 180px;
}

.point-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
}

.point-sec::before {
  top: 0;
  background: url(../images/point/point-slash_sp.svg) no-repeat top right/contain;
}

@media print,
(min-width: 768px) {
  .point-sec .common-inner {
    padding-top: 240px;
  }

  .point-sec::before {
    background: url(../images/point/point-slash_pc.svg) no-repeat top right/contain;
  }
}

.point-sec .sec-intro span {
  display: block;
  padding-top: 4px;
}

/*お問い合わせ*/
.contact-sec .common-inner {
  padding-bottom: 180px;
}

.contact-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
}

.contact-sec::before {
  bottom: 0;
  background: url(../images/contact/contact-slash_sp.svg) no-repeat bottom right/contain;
}

@media print,
(min-width: 768px) {
  .contact-sec .common-inner {
    padding-bottom: 240px;
  }

  .contact-sec::before {
    background: url(../images/contact/contact-slash_pc.svg) no-repeat bottom right/contain;
  }
}

.outline-grade h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

.outline-grade h2 span {
  position: relative;
}

.outline-grade h2 span::before,
.outline-grade h2 span::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 3px;
  background: #fff;
  border-radius: 100vh;
}

.outline-grade h2 span::before {
  left: -30px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.outline-grade h2 span::after {
  right: -30px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

@media print,
(min-width: 768px) {
  .outline-grade h2 {
    font-size: 2.8rem;
  }

  .outline-grade h2 span::before,
  .outline-grade h2 span::after {
    width: 30px;
  }

  .outline-grade h2 span::before {
    left: -45px;
  }

  .outline-grade h2 span::after {
    right: -45px;
  }
}

.outline-grade .notice {
  color: #fff;
}

.outline-grade-cont {
  border-radius: 10px;
  overflow: hidden;
}

.outline-grade-cont .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.outline-grade-cont .title-box h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.outline-grade-cont .info-box {
  padding: 20px 15px;
  background: #fff;
}

.outline-grade-cont .title-box h3 img {
  display: block;
  margin-bottom: 8px;
}

.outline-grade-light .title-box {
  background: #24B500;
}

.outline-grade-regular .title-box {
  background: #2C4298;
}

@media print,
(min-width: 768px) {
  .outline-grade-cont .title-box h3 {
    font-size: 3.2rem;
  }

  .outline-grade-cont {
    display: flex;
  }

  .outline-grade-cont .title-box {
    width: 240px;
  }

  .outline-grade-cont .info-box {
    width: calc(100% - 240px);
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .outline-grade-cont .info-top {
    display: flex;
    justify-content: space-between;
  }

  .outline-grade-cont .info-top .text-box {
    width: 62%;
  }

  .outline-grade-cont .info-top .img-box {
    width: 34%;
  }
}

.outline-grade-cont .info-box .info-point {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 2rem;
}

.outline-grade-cont .info-box h4 {
  padding: 4px 30px;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 4px;
}

.outline-grade-light .info-box h4 {
  color: #24B500;
  background: #D6F3D0;
}

.outline-grade-regular .info-box h4 {
  color: #2C4298;
  background: #EAEEF9;
}

.info-fee>p {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.outline-grade-light .info-fee>p {
  color: #24B500;
}

.outline-grade-regular .info-fee>p {
  color: #2C4298;
}

.fee-list {
  display: flex;
  align-items: center;
}

.fee-list li:nth-child(n+2) {
  margin: 0 0 0 16px;
}

.division {
  display: inline-block;
  padding: 4px 16px;
  font-weight: bold;
  color: #fff;
}

.division.keizoku {
  background: #193076;
}

.division.shinki {
  background: #F60B1C;
}

.info-fee .fee-list .division {
  padding: 0 4px;
  margin: 0 4px 0 0;
  font-size: 1.4rem;
}

.info-fee .fee-list li {
  /*display: flex;
  align-items: center;*/
  font-weight: bold;
}

.fee-list .price {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .outline-grade-cont .info-top .img-box {
    margin: 30px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .fee-list .price {
    font-size: 4rem;
  }

  .info-top .info-fee .price {
    font-size: 4.8rem;
  }
}

@media screen and (min-width: 992px) {
  .outline-grade-cont .info-box .info-point {
    margin: 0 0 30px 0;
  }

  .outline-grade-cont .info-fee {
    display: flex;
    align-items: center
  }

  .outline-grade-cont .fee-list {
    margin: 0 0 0 30px;
  }

  .info-fee .fee-list .division {
    padding: 4px 0;
    margin: 0 10px 0 0;
    writing-mode: vertical-rl;
  }
}

.outline-grade-cont .info-bottom {
  margin: 40px 0 0 0;
  border-top: 1px solid #2C4298;
}

.info-bottom .info-family,
.info-bottom .info-kids {
  padding: 40px 0 0 0;
}

.outline-grade .outline-grade-cont.outline-grade-regular {
  margin: 40px 0 0 0;
}

.outline-grade-regular .info-bottom h4 {
  position: relative;
  padding: 4px 30px 4px 40px;
  text-align: right;
}

.info-bottom h4 img {
  position: absolute;
  top: -10px;
  left: 10px;
}

.outline-grade-regular .info-bottom h4+p {
  margin: -16px 0 0 0;
  text-align: right;
  font-size: 1.4rem;
  color: #2C4298;
}

.outline-grade-cont .info-bottom>div {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .outline-grade-cont .info-bottom .info-kids::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 20px;
    background: #2C4298;
  }
}

@media screen and (min-width: 1200px) {
  .outline-grade-cont .info-bottom {
    display: flex;
    justify-content: space-between;
  }

  .outline-grade-cont .info-bottom>div {
    width: 48%;
  }

  .outline-grade-cont .info-bottom .info-family::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    top: 15px;
    right: -4%;
    background: #2C4298;
  }

  .outline-grade-cont .info-bottom .fee-list {
    margin: 0 0 0 20px;
  }
}

/*--------------------------
  会員グレード
---------------------------*/
.grade-sec {
  position: relative;
  background-color: #FFF5CC;
  background-image: url(../images/grade/bg_socio-emb_yel.svg);
  background-repeat: no-repeat;
  background-size: 600px 500px;
  background-position: calc(100% + 150px) 0;
  /* overflow: hidden; */
}

@media print,
(min-width: 768px) {
  .grade-sec {
    background-size: 800px 700px;
    background-position: calc(100% + 200px) 0;
  }
}

/*
.grade-sec::before{
  content: "";
  display: block;
  width: 600px;
  height: 500px;
  position: absolute;
  top: 0;
  right: -150px;
  background: url(../images/grade/bg_socio-emb_yel.svg) no-repeat top center/contain;
}

@media print,(min-width: 1200px) {
  .grade-sec::before{
    width: 800px;
    height: 700px;
    top: 0;
    right: -10%;
  }
}*/

.member-grade-navi {
  margin: 50px 0 0 0;
}

.member-grade-navi .nav-tabs li {
  width: 50%;
}

.member-grade-navi .nav-tabs li a {
  position: relative;
  display: block;
  padding: 15px 0;
  height: 100%;
  text-align: center;
  background: #EEEEEE;
  font-weight: bold;
  border: 1px solid #fff;
}

.member-grade-navi .nav-tabs li a.active {
  background: #2C4298;
  color: #fff;
}

.member-grade-navi .nav-tabs li a.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #2C4298 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.member-grade-navi .nav-tabs li:first-child a.active {
  background: #24B500;
}

.member-grade-navi .nav-tabs li:first-child a.active::before {
  border-color: #24B500 transparent transparent transparent;
}

@media screen and (max-width: 1199px) {
  .member-grade-navi .nav-tabs li:nth-child(n+3) a {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .member-grade-navi {
    margin: 74px 0 0 0;
  }

  .member-grade-navi .nav-tabs li {
    width: 25%;
  }
}

/*タブ固定*/
.member-grade-navi.is-fixed {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .member-grade-navi.is-fixed {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
  }
}

.grade-tab-content {
  /*position: relative;
  z-index: 3;*/
  padding: 40px 15px 30px 15px;
  background: #fff;
}

@media print,
(min-width: 768px) {
  .grade-tab-content {
    padding: 80px 40px;
  }
}

.grade-tab-inner {
  max-width: 960px;
  margin: 0 auto;
}

.grade-tab-inner>div:nth-of-type(n+2) {
  margin: 60px 0 0 0;
}

@media print,
(min-width: 768px) {
  .grade-tab-inner>div:nth-of-type(n+2) {
    margin: 80px 0 0 0;
  }
}

.grade-recommend {
  padding: 30px 15px;
  border-radius: 10px;
  background: #EAEEF9;
}

.grade-recommend h3 {
  margin: 0 0 30px 0;
  color: #2C4298;
  font-size: 2rem;
}

.grade-recommend h3 span {
  position: relative;
  left: -15px;
  display: inline-block;
  padding: 2px 20px 2px 10px;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background: #2C4298;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}

.recommend-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-weight: bold;
  font-size: 1.8rem;
}

.recommend-list li::before {
  content: url(../images/grade/icon-check.svg);
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.recommend-list li:last-child {
  text-align: right;
  color: #2C4298;
}

.recommend-list li:last-child::before,
#member-light-cont .recommend-list li:last-child::before {
  content: none;
}

/*ライト会員*/
#member-light-cont .grade-recommend {
  background: #D6F3D0;
}

#member-light-cont .grade-recommend h3,
#member-light-cont .recommend-list li:last-child {
  color: #24B500;
}

#member-light-cont .grade-recommend h3 span {
  background: #24B500;
}

#member-light-cont .recommend-list li::before {
  content: url(../images/grade/icon-check_gr.svg);
}

@media print,
(min-width: 768px) {
  .grade-recommend {
    padding: 40px;
  }

  .grade-recommend h3 {
    font-size: 2.8rem;
  }

  .grade-recommend h3 span {
    left: -40px;
    margin: 0;
    padding: 4px 30px 4px 20px;
    font-size: 2.4rem;
  }

  .recommend-list li {
    font-size: 2.4rem;
  }
}

.grade-price .fee-list li {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .grade-price .fee-list li .price {
    font-size: 3rem;
  }

  .grade-price .fee-list li:nth-child(n+2) {
    margin: 0 0 0 10px;
  }
}

@media print,
(min-width: 768px) {
  .grade-price .fee-list li {
    font-size: 2.4rem;
  }

  .grade-price .fee-list li .division {
    position: relative;
    top: -10px;
    margin: 0 10px 0 0;
    font-size: 1.8rem;
  }

  .grade-price .fee-list li .tax {
    font-size: 1.6rem;
  }

}

@media screen and (min-width: 1200px) {
  .grade-price .fee-list li .division {
    margin: 0 20px 0 0;
  }

  .grade-price .fee-list li .price {
    font-size: 5.4rem;
  }

  .grade-price .fee-list li:nth-child(n+2) {
    margin: 0 0 0 40px;
  }
}

.benefit-list {
  position: relative;
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefit-list::before,
.benefit-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}

.benefit-list::before {
  order: 1;
}

.benefit-list li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .benefit-list li:nth-child(n+2) {
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .benefit-list li {
    width: 48%;
  }

  .benefit-list::before,
  .benefit-list::after {
    width: 48%;
  }

  .benefit-list li:nth-child(n+3) {
    margin: 60px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .benefit-list {
    margin: 60px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {
  .benefit-list li {
    width: 32%;
  }

  .benefit-list::before,
  .benefit-list::after {
    width: 32%;
  }

  .benefit-list li:nth-child(n+4) {
    margin: 60px 0 0 0;
  }
}

.benefit-list li .img-box {
  position: relative;
}

.benefit-list li .img-box span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #2C4298;
}

.benefit-list li .text-box {
  margin: 20px 0 0 0;
}

.benefit-list li .text-box h4 {
  margin: 0 0 16px 0;
  font-size: 1.8rem;
}

.benefit-list li .text-box p {
  font-size: 1.4rem;
}

/*トグルリスト共通*/
.tgl-list .tgl-head {
  position: relative;
  padding: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background: #193076;
  cursor: pointer;
}

.tgl-list .tgl-head::before {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  transition: .2s ease;
  transform: translateY(-50%);
}

.tgl-list .tgl-head.open::before {
  transform: translateY(-50%) rotate(45deg);
}

.tgl-list li:nth-child(n+2) {
  margin: 2px 0 0 0;
}

.tgl-list .detailbox {
  padding: 20px 15px;
  background: #fff;
  border: 2px solid #193076;
}

.tgl-list .detailbox p {
  margin: 8px 0;
}

@media print,
(min-width: 768px) {
  .tgl-list .tgl-head {
    padding: 20px 30px;
    font-size: 2.4rem;
  }

  .tgl-list .tgl-head::before {
    right: 30px;
    font-size: 2.8rem;
  }

  .tgl-list .detailbox {
    padding: 40px 30px;
  }

}

/*トグルリスト レギュラーオプション*/
.tgl-list.option-list .tgl-head {
  background: #14BEFE;
}

.tgl-list.option-list .detailbox {
  border-color: #14BEFE;
}

/*横並び説明リスト共通*/
.common-dl {
  margin: 10px 0 20px 0;
}

.common-dl dt {
  color: #14BEFE;
}

@media screen and (max-width: 991px) {
  .common-dl dt {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #14BEFE;
  }
}

@media print,
(min-width: 992px) {
  .common-dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0 30px 0;
  }

  .common-dl dt {
    width: 26%;
    font-size: 1.8rem;
    border-right: 1px solid #14BEFE;
  }

  .common-dl dd {
    width: 70%;
  }
}

/*レギュラーオプション*/
.regular-option {
  padding: 30px 15px;
  background: #E4F7FF;
}

.regular-option h3 {
  margin: 0 0 30px 0;
  color: #14BEFE;
  font-size: 2rem;
}

.regular-option h3 span {
  position: relative;
  left: -15px;
  display: inline-block;
  padding: 2px 20px 2px 10px;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background: #14BEFE;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}

@media print,
(min-width: 768px) {
  .regular-option {
    padding: 40px;
  }

  .regular-option h3 {
    font-size: 2.8rem;
  }

  .regular-option h3 span {
    left: -40px;
    margin: 0;
    padding: 4px 30px 4px 20px;
    font-size: 2.4rem;
  }
}

/*横並び説明リスト レギュラーオプション*/
.option-ex {
  padding: 15px;
  margin: 20px 0 0 0;
  background: #EEEEEE;
}

.option-detail-bottom {
  padding: 20px 0 0 0;
  border-top: 1px dashed #14BEFE;
}

.fee-list.option-detail-bottom li {
  margin-left: auto;
}

.fee-list.option-detail-bottom .division {
  position: relative;
  top: -8px;
  color: #1a1a1a;
  background: #E4F7FF;
}

/*--------------------------
  ボタン共通
---------------------------*/

/*入会ボタン*/
.button-box {
  margin: 60px 0;
}

.button-box a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
  background: #0556A7;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
}

.button-box a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media print,
(min-width: 768px) {
  .button-box a {
    padding: 30px 40px;
    font-size: 3.2rem;
  }

  .button-box a::before {
    width: 20px;
    height: 20px;
    right: 40px;
  }
}

.button-box a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  /*background: linear-gradient(to right, rgba(255, 249, 196, 0) 0%, rgba(255, 249, 196, .3) 100%);*/
  transform: skewX(-25deg);
  opacity: 0;
}

.button-box a:hover::after {
  animation: shine 1.4s;
}

@keyframes shine {
  50% {
    opacity: 100%;
  }

  100% {
    left: 125%;
    opacity: 0;
  }
}


/*--------------------------
  特典一覧
---------------------------*/
.benefit-sec {
  background: url(../images/benefit/bg_benefit.jpg) no-repeat top center/cover;
}

/*--------------------------
  ICカード提示サービス
---------------------------*/
.ic-service-sec .common-container>div:nth-of-type(n+2) {
  margin-top: 40px;
}

.ic-service-sec p {
  margin: 10px 0;
}

.ic-service-sec {
  background: #EEE;
}

.ic-service-title {
  margin-bottom: 40px;
  text-align: center;
}

.ic-service-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 2.4rem;
}

.ic-service-title h2 img {
  position: absolute;
  top: -180px;
  left: -20px;
}

.ic-service-title h2 span {
  display: block;
  font-size: 1.8rem;
}

.ic-service-sec h3 {
  margin: 0 0 20px 0;
  font-size: 2rem;
}

@media print,
(min-width: 768px) {
  .ic-service-sec .common-inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .ic-service-title h2 {
    font-size: 3.2rem;
  }

  .ic-service-title h2 span {
    font-size: 2.4rem;
  }

  .ic-service-title h2 img {
    top: -120px;
    left: -180px;
  }

  .ic-service-sec h3 {
    font-size: 2.4rem;
  }
}

.shop-list .tgl-head {
  font-size: 1.8rem;
}

/*1文字インデント*/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*外部リンク アイコン付*/
.external-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  margin: 0 0 20px 0;
  color: #193076;
  text-decoration: underline;
}

.external-link::before {
  content: url(../images/icon-ext.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}

/*店舗一覧*/
.shop-list .external-link {
  font-weight: bold;
}

.shop-list dl {
  margin: 20px 0 0 0;
}

.shop-list dl dt {
  margin: 0 0 8px 0;
  color: #193076;
}

.shop-list dl dd {
  margin: 0 0 16px 0;
}

/*--------------------------
  ベガルタポイント
---------------------------*/
.sec-intro {
  margin: 0 0 40px 0;
}

@media print,
(min-width: 768px) {
  .sec-intro {
    margin: 0 0 60px 0;
  }
}

/*ベガルタポイント タブ*/
.vegalta-point-navi ul {
  display: flex;
  justify-content: space-between;
}

.vegalta-point-navi ul li {
  width: 49.8%;
}

.vegalta-point-navi ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #707070;
  background: #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.vegalta-point-navi ul li a.active {
  color: #fff;
}

.vegalta-point-navi ul li:first-child a.active {
  background: #FCC800;
}

.vegalta-point-navi ul li:last-child a.active {
  background: #193076;
}

.vegalta-point-navi ul li a span {
  position: relative;
  display: inline-block;
  padding: 24px 0 0 0;
}

.vegalta-point-navi ul li a span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.vegalta-point-navi ul li:first-child a span::before {
  background: url(../images/point/icon-point_01.svg) no-repeat center center/contain;
}

.vegalta-point-navi ul li:first-child a.active span::before {
  background: url(../images/point/icon-point_01_wh.svg) no-repeat center center/contain;
}

.vegalta-point-navi ul li:last-child a span::before {
  background: url(../images/point/icon-point_02.svg) no-repeat center center/contain;
}

.vegalta-point-navi ul li:last-child a.active span::before {
  background: url(../images/point/icon-point_02_wh.svg) no-repeat center center/contain;
}

@media print,
(min-width: 768px) {
  .vegalta-point-navi ul li a {
    padding: 15px;
    font-size: 2.4rem;
  }

  .vegalta-point-navi ul li a span {
    padding: 0 0 0 40px;
  }

  .vegalta-point-navi ul li a span::before {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/*ポイントタブ内容*/
.point-cont {
  padding: 30px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.point-cont>div {
  padding: 30px 0;
}

.point-cont h3 {
  margin: 0 0 30px 0;
  font-size: 2rem;
}

.point-cont>div p {
  margin: 30px 0;
}

@media print,
(min-width: 768px) {
  .point-cont {
    padding: 20px 30px;
  }

  .point-cont>div {
    padding: 40px 0;
  }

  .point-cont h3 {
    font-size: 2.8rem;
  }
}

.visit-point>div {
  padding: 15px;
  background: #fff;
  border: 2px solid #000;
}

.visit-point>div h4 {
  position: relative;
  left: -15px;
  display: inline-block;
  padding: 2px 20px 2px 10px;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 1.8rem;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}

.visit-point .visit-light {
  border-color: #24B500;
}

.visit-point .visit-regular {
  border-color: #2C4298;
}

.visit-light h4 {
  background: #24B500;
}

.visit-regular h4 {
  background: #2C4298;
}

.visit-light div,
.visit-regular div {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .visit-regular {
    margin: 30px 0 0 0;
  }

  .visit-regular div:nth-of-type(n+2) {
    margin: 20px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .visit-point {
    display: flex;
    justify-content: space-between;
  }

  .visit-point>div {
    padding: 20px;
  }

  .visit-point>div h4 {
    left: -20px;
  }

  .visit-regular>div {
    display: flex;
    justify-content: space-between;
  }

  .goods-point {
    display: flex;
    justify-content: space-between;
  }

  .point-cont .goods-point>p {
    margin: 0;
  }

  .goods-point p,
  .goods-point div {
    width: 48%;
  }
}

/*ポイントを貯める*/
.save-point {
  background: #FFF8DB;
  border-top: 2px solid #fcc800;
}

.save-point>div:nth-of-type(n+2) {
  border-top: 1px solid #FCC800;
}

/*ポイントを使う*/
.spend-point {
  background: #ECF0FC;
  border-top: 2px solid #193076;
}

.spend-point>div:nth-of-type(n+2) {
  border-top: 1px solid #193076;
}

.spend-point h3 span {
  font-size: 1.6rem;
}

@media print,
(min-width: 768px) {
  .spend-point h3 {
    font-size: 2.4rem;
  }

  .spend-point h3 span {
    font-size: 1.8rem;
  }
}

.point-table {
  width: 100%;
}

.point-table th {
  width: 28%;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #193076;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.point-table th span {
  font-size: 2.4rem;
}

.point-table td {
  width: 72%;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.point-table td span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .point-table th span {
    display: block;
  }
}

@media print,
(min-width: 768px) {
  .point-table th {
    width: 28%;
    padding: 15px 20px;
  }

  .point-table td {
    width: 72%;
    padding: 15px 20px;
  }
}

/*--------------------------
  スペシャルプラン
---------------------------*/
.special-sec {
  background: url(../images/special/bg_special.jpg) no-repeat center center/cover;
}

.special-sec .common-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.special-sec h2,
.special-sec h3 {
  text-align: center;
}

.special-sec h2 {
  margin: 0 0 40px 0;
}

.special-sec h3 {
  margin: 0 0 20px 0;
}

.special-box>p {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.special-box p {
  text-align: center;
  font-weight: bold;
}

.dream-box p {
  color: #193076;
}

.special-box>div {
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.platinum-box>div {
  background: linear-gradient(128deg, #F5F7FA 0%, #C3CFE2 50%, #F5F7FA 100%);
}

.dream-box>div {
  background: linear-gradient(128deg, #46AEF7 0%, #16D9E3 50%, #30C7EC 100%);
}

.limited {
  margin: 0 0 10px 0;
  font-size: 2rem;
}

.special-fee {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
}

.special-fee {
  margin: 0 0 30px 0;
}

.platinum-box .special-fee {
  color: #fff;
  background: linear-gradient(269deg, #00000000 0%, #000000 50%, #00000000 100%);
}

.dream-box .special-fee {
  background: linear-gradient(269deg, #00000000 0%, #fff 50%, #00000000 100%);
}

.special-price span:first-of-type {
  padding: 0 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 3.4rem;
}

.special-benefit {
  padding: 15px;
  background: #fff;
}

.special-benefit ul li {
  position: relative;
  padding: 0 0 0 24px;
  font-weight: bold;
}

.special-benefit ul li::before {
  content: url(../images/special/icon-special.svg);
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

.special-benefit ul li:nth-child(n+2) {
  margin: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
  .special-inner .special-box:nth-of-type(n+2) {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .special-fee {
    font-size: 1.8rem;
  }

  .special-benefit {
    padding: 20px;
  }

  .special-inner {
    display: flex;
    justify-content: space-between;
  }

  .special-inner>div {
    width: 100%;
  }

  .special-box>div {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 992px) {
  .special-box>p {
    font-size: 2rem;
  }

  .special-price {
    font-size: 2.4rem;
  }

  .special-price span:first-of-type {
    font-size: 4rem;
  }

  .special-box>div {
    padding: 40px 60px;
  }
}

/*--------------------------
  受付期間
---------------------------*/
.schedule-sec p {
  margin: 0 0 20px 0;
}

.schedule-table {
  width: 100%;
  border-color: #bbb;
}

.schedule-table th {
  padding: 8px;
  background: #193076;
  color: #fff;
  text-align: center;
}

.schedule-table td {
  padding: 8px;
  background: #EEE;
}

.schedule-table th:first-child,
.schedule-table td:first-child {
  width: 34%;
}

.schedule-table td.sub {
  width: 16%;
}

@media screen and (max-width: 767px) {
  .schedule-table td {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {

  .schedule-table th,
  .schedule-table td {
    padding: 15px 20px;
  }
}

/*--------------------------
  ご入会の流れ
---------------------------*/
/*webでのお申し込み*/
.web-flow-list li {
  position: relative;
}

.web-flow-list li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #BEC7E1 transparent transparent transparent;
  transform: translateX(-50%);
}

.web-flow-list li:nth-child(n+2) {
  margin: 40px 0 0 0;
}

.web-flow-list li:last-child::before {
  content: none;
}

.web-flow-list li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.8rem;
  background: #193076;
  border-top-left-radius: 10px;
}

.web-flow-list li:last-child h4 {
  background: #FCC800;
}

.web-flow-list li h4 span span {
  font-size: 2.4rem;
}

.web-flow-list li div {
  padding: 10px 15px;
  border-bottom-right-radius: 10px;
  border: 1px solid #193076;
}

.web-flow-list li:last-child div {
  border-color: #FCC800;
}

.web-flow-list li div p {
  margin: 10px 0;
  font-size: 1.8rem;
}

.web-flow-list li div span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .web-flow-list li h4 {
    border-top-right-radius: 10px;
  }

  .web-flow-list li div {
    border-bottom-left-radius: 10px;
  }
}

@media print,
(min-width: 768px) {
  .web-flow-list li {
    display: flex;
  }

  .web-flow-list li h4 {
    width: 18%;
    padding: 20px 30px;
    border-bottom-left-radius: 10px;
  }

  .web-flow-list li h4 span span {
    font-size: 2.8rem;
  }

  .web-flow-list li div {
    width: 82%;
    padding: 20px 30px;
    border-top-right-radius: 10px;
  }
}

.howto-sec .button-box {
  margin: 60px 0 80px 0;
}

@media print,
(min-width: 768px) {
  .howto-sec .button-box {
    margin: 80px 0 120px 0;
  }
}

/*その他お申し込み*/
.common-flow-list li {
  position: relative;
  padding: 0 0 0 40px;
}

.common-flow-list li:nth-child(n+2) {
  margin: 30px 0 0 0;
}

.flow-num {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #193076;
  background: #BEC7E1;
}

.common-flow-list li p {
  margin: 10px 0;
}

.common-flow-list li p:first-of-type {
  margin: 0 0 20px 0;
}

.common-flow-list li .casa {
  display: inline-block;
  padding: 4px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #193076;
  background: #BEC7E1;
  border-radius: 100vh;
}

.shop-name,
.tel-num {
  font-weight: bold;
  color: #193076
}

.shop-name span,
.tel-num .number {
  font-size: 2rem;
}

.tel-num .flow-notes {
  padding: 0 0 0 6px;
  font-size: 1.2rem;
  vertical-align: top;
}

.tel-num {
  position: relative;
  padding: 0 0 0 40px;
}

.tel-num .way {
  position: absolute;
  top: 2px;
  left: 0;
}

.commission dt {
  padding: 10px 20px;
  text-align: center;
  font-weight: normal;
  background: #EEE;
}

.commission dd {
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .commission {
    width: 100%;
    border: 1px solid #ccc;
  }

  .commission dt {
    border-bottom: 1px solid #ccc;
  }
}

@media print,
(min-width: 768px) {
  .common-flow-list li {
    padding: 0 0 0 50px;
  }

  .shop-name,
  .tel-num {
    font-size: 1.8rem;
  }

  .shop-name span,
  .tel-num .number {
    font-size: 2.4rem;
  }

  .tel-num .way {
    top: 4px;
  }

  .commission {
    display: flex;
  }

  .commission dt {
    border: 1px solid #ccc;
  }

  .commission dd {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-left: none;
  }
}

/*注釈*/
.common-container>div.flow-notes-box {
  margin-top: 40px;
}

.flow-notes-box dl:nth-of-type(n+2) {
  margin: 30px 0 0 0;
}

.flow-notes-dl {
  display: flex;
}

.flow-notes-dl dt {
  color: #193076;
  padding: 0 10px 0 0;
  font-weight: normal;
  border-right: 1px solid #193076;
}

.flow-notes-dl dd {
  padding: 0 0 0 10px;
}

@media print,
(min-width: 768px) {
  .flow-notes-dl dt {
    padding: 0 20px 0 0;
  }

  .flow-notes-dl dd {
    padding: 0 0 0 20px;
  }
}

.normal-list li {
  position: relative;
  padding: 4px 0 4px 1em;
}

.normal-list li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

/*--------------------------
  お問い合わせ
---------------------------*/
.contact-sec {
  background-color: #FFD639;
  background-image: linear-gradient(#FCC800 1px, transparent 0), linear-gradient(90deg, #FCC800 1px, transparent 0);
  background-size: 20px 20px;
  background-position: center center;
}

.contact-sec .common-inner {
  padding-top: 80px;
}

.contact-box {
  margin: 20px 0;
  padding: 30px 15px;
  text-align: center;
  color: #193076;
  font-weight: bold;
  background: rgba(255, 255, 255, .9);
  border-radius: 10px;
}

.contact-box h3 {
  padding: 0 0 20px 0;
  font-size: 2rem;
  border-bottom: 1px solid #193076;
}

.contact-box div {
  padding: 20px 0 0 0;
}

.contact-box div p {
  font-size: 1.8rem;
}

.contact-box span.number {
  font-size: 2rem;
}

.contact-box span span {
  font-size: 1.6rem;
}

.contact-notes {
  margin: 10px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .contact-box div p {
    margin: 0 0 10px 0;
  }

  .contact-box span span {
    display: block;
  }
}

@media print,
(min-width: 992px) {
  .contact-box div {
    display: flex;
    justify-content: center;
  }

  .contact-box div p {
    margin: 0 10px;
  }

  .contact-box span.number {
    font-size: 2.4rem;
  }
}

/*--------------------------
  FAQ
---------------------------*/
.faq-sec {
  background: #eee;
}

.faq-list .tgl-head {
  padding-left: 40px;
  padding-right: 40px;
}

.faq-list .tgl-head span {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .faq-list .tgl-head {
    font-size: 1.6rem;
  }
}

@media print,
(min-width: 768px) {
  .faq-list .tgl-head {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 1.8rem;
  }

  .faq-list .tgl-head span {
    top: 10px;
    left: 30px;
    font-size: 2.8rem;
  }
}

/*faqナビ*/
.faq-navi {
  margin: 40px 0;
}

.faq-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-navi ul li {
  width: 48%;
}

.faq-navi ul li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 0;
  color: #193076;
  font-weight: bold;
  border-bottom: 2px solid #193076;
}

.faq-navi ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #193076 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .faq-navi ul li:nth-child(n+3) {
    margin: 10px 0 0 0;
  }


  .faq-navi ul li a {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .faq-navi {
    margin: 60px 0;
  }

  .faq-navi ul li {
    width: 32%;
  }

  .faq-navi ul li:nth-child(n+4) {
    margin: 20px 0 0 0;
  }
}

/*--------------------------
  フッター
---------------------------*/
footer {
  background: #FCC800;
}

.footer-wrapper {
  padding: 40px 15px 30px 15px;
  text-align: center;
  font-size: 1.4rem;
}

.footer-wrapper div,
.footer-wrapper ul {
  margin: 20px 0;
}

.footer-wrapper span {
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .footer-wrapper ul li {
    margin: 10px 0;
  }

  .footer-wrapper ul li a {
    text-decoration: underline;
  }
}

@media print,
(min-width: 768px) {
  .footer-wrapper ul {
    display: flex;
    justify-content: center;
  }

  .footer-wrapper ul li {
    position: relative;
    margin: 0 10px;
  }

  .footer-wrapper ul li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -10px;
    background: #1a1a1a;
    transform: translateY(-50%);
  }
}

/*--------------------------
  固定ボタン
---------------------------*/
/*固定入会ボタン*/
.fix-button {
  position: fixed;
  z-index: 5;
}

.fix-button a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #0556A7;
  transition: all .2s ease;
}

.fix-button a:hover {
  background: #fcc800;
}

@media screen and (max-width: 991px) {
  .fix-button {
    bottom: 0;
    width: 100%;
  }

  .fix-button a {
    padding: 10px;
    border: 2px solid #fff;
  }
}

@media print,
(min-width: 992px) {
  .fix-button {
    top: 120px;
    right: 0;
    width: 70px;
  }

  .fix-button a {
    padding: 24px 16px;
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px #00000029;
  }
}

/*トップに戻るボタン*/
.button-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 6;
}

.button-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  opacity: .7;
}

@media print,
(min-width: 1200px) {
  .button-top {
    bottom: 40px;
    right: 3%;
  }
}

/*--------------------------
  アニメーション
---------------------------*/
.zoom-in {
  transition: all .6s cubic-bezier(0.5, 1, 0.89, 1);
  transform: scale(50%);
  visibility: hidden;
}

.zoom-in.viewon {
  transform: scale(100%);
  visibility: visible;
}

.fade-in {
  transition: all .5s ease;
  transform: translateY(40px);
  visibility: hidden;
}

.fade-in.viewon {
  transform: translateY(0);
  visibility: visible;
}

/*--------------------------
  電話番号リンク
---------------------------*/
a[href*="tel:"] {
  color: #193076;
}

.faq-sec a[href*="tel:"],
footer a[href*="tel:"] {
  color: #1a1a1a;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*--------------------------
| シーズン終了対応
---------------------------*/
a.stand-by {
  pointer-events: none;
  background: #ccc;
}

a.stand-by span {
  opacity: .8;
}

.season-announce {
  padding: 6px 10px;
  background: #ed0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media print,
(min-width: 768px) {
  .season-announce {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .season-announce {
    padding: 10px 60px;
  }
}

/*--------------------------
| 年間チケット 2023.11追加
---------------------------*/
.seasonseat-detail>div:nth-of-type(n+2) {
  margin: 40px 0 0 0;
}

.seasonseat-detail h4 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  color: #14BEFE;
  font-size: 1.8rem;
  border-bottom: 1px solid #14BEFE;
}

.seasonseat-price {
  margin: 0 0 20px 0;
}

.seasonseat-price-notes {
  font-size: 1.4rem;
}

.detailbox .seasonseat-nissenren>p {
  margin: 10px 0 20px 0;
}

.seasonseat-nissenren .common-flow-list .flow-num {
  background: #14BEFE;
  color: #fff;
}

.seasonseat-nissenren .flow-notes-box {
  margin: 40px 0 0 0;
}

.option-benefit-list {
  margin: 0 0 60px 0;
}

.option-benefit-list .text-box p:first-of-type {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #14BEFE;
}

@media screen and (max-width: 767px) {
  .seasonseat-price>div:nth-of-type(n+2) {
    margin: 10px 0 0 0;
  }

  .option-benefit-list li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .option-benefit-list li:nth-child(n+3) {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .seasonseat-price {
    display: flex;
    justify-content: space-between;
  }

  .seasonseat-price>div {
    width: 48%;
  }

}

/*スペシャルプラン移動*/
#special-plan {
  margin: 60px calc(50% - 50vw) 0;
  padding: 60px calc(50vw - 50%);
  background: url(../images/special/bg_special.jpg) no-repeat center center/cover;
  /* background: linear-gradient(128deg, #F5F7FA 0%, #C3CFE2 50%, #F5F7FA 100%); */
}

#special-plan h2 {
  margin: 0 0 30px 0;
  text-align: center;
}

#special-plan h2 span {
  display: block;
  padding: 0 0 16px 0;
  font-size: 1.8rem;
}

#special-plan h3 {
  margin: 0 auto 20px;
  text-align: center;
}

@media print,
(min-width: 768px) {
  #special-plan {
    margin: 80px calc(50% - 50vw) 0;
    padding: 80px calc(50vw - 50%);
  }

  #special-plan h2 img {
    width: 480px;
  }
}

/*リモート応援プラン画像追加*/
.remote-present {
  margin: 0 auto 40px;
  max-width: 720px;
}

.remote-present p {
  text-align: right;
  font-size: 1.4rem;
}

@media print,
(min-width: 768px) {
  .remote-present {
    margin: 0 auto 60px;
  }
}

/*--------------------------
| 2025一部RN 2024.11
---------------------------*/
.stand-by {
  position: relative;
}

.stand-by::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
}

.intro-pickup>div {
  position: absolute;
  left: 50%;
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 3px solid #ed0000;
  border-radius: 100vh;
  white-space: nowrap;
  transform: translateX(-50%);
}

.intro-pickup>div span {
  display: block;
  text-align: center;
  line-height: 1.4;
}

.intro-pickup>div span:first-of-type {
  font-weight: bold;
  color: #ed0000;
  font-size: 2.4rem;
  /* font-style: italic; */
}

.intro-pickup>div::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  border-style: solid;
  border-width: 22px 9px 0 9px;
  border-color: #ed0000 transparent transparent transparent;
  transform: translateX(-50%);
}

.intro-pickup>div::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -17px;
  left: 50%;
  border-style: solid;
  border-width: 22px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .intro-pickup>div {
    top: -24px;
    padding: 4px 56px 6px 56px;
  }

  .intro-pickup.before>div {
    padding: 4px 24px 6px 24px;
  }

  .intro-pickup>div span {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .intro-pickup>div {
    top: -20px;
    padding: 10px 60px 12px 60px;
  }

  .intro-pickup>div span {
    display: inline;
  }

  .intro-pickup>div span:first-of-type {
    font-size: 2.8rem;
  }
}

.intro-sec .button-box {
  margin-top: 10px;
}

.intro-sec h2 {
  color: #2C4298;
  text-align: center;
  font-size: 2.2rem;
}

.intro-sec h2 span {
  display: block;
  font-size: 120%;
}

.intro-grade-cont>div:nth-of-type(n+2) {
  margin: 80px 0 0 0;
}

.about-sec>.common-inner {
  position: relative;
  z-index: 1;
}

.intro-grade-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro-grade-box.intro-regular {
  align-items: flex-start;
}

.intro-grade-box>div {
  position: relative;
  padding: 15px 10px;
  background: #fff;
  border: 3px solid #000;
}

.intro-grade-box>div::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}

.intro-grade-box>div:last-of-type::before {
  content: none;
}

.intro-grade-box p.intro-grade-point {
  margin: 0 0 16px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.intro-grade-box.intro-regular p.intro-grade-point {
  color: #2C4298;
}

.intro-grade-box.intro-light p.intro-grade-point {
  color: #24B500;
}

.intro-grade-box.intro-regular>div {
  border-color: #2C4298;
}

.intro-grade-box.intro-light>div {
  border-color: #24B500;
}

.intro-grade-box.intro-light>div.intro-option {
  background: #ccc;
}

.intro-base {
  position: relative;
}

.intro-base>span {
  position: absolute;
  top: -32px;
  left: -3px;
  display: inline-block;
  padding: 4px 12px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 4px 4px 0 0;
}

.intro-regular .intro-base>span {
  background: #2C4298;
}

.intro-light .intro-base>span {
  background: #24B500;
}

.intro-button>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 10px;
  transition: all .2s ease;
}

.intro-button>a:hover {
  opacity: .7;
}

.intro-button>a>p:nth-child(n+2),
.intro-button>a>ul:nth-child(n+2) {
  margin: 10px 0 0 0;
}

.intro-button>a>p:nth-child(n+2) {
  display: block;
  padding: 0 10px;
  background: #fff;
  color: #2C4298;
}

.intro-button>a>ul {
  padding: 0 0 0 1.5em;
  text-align: left;
  font-weight: bold;
  list-style-type: disc;
}

.intro-regular .intro-base .intro-button>a {
  background: #2C4298;
}

.intro-regular .intro-option .intro-button>a {
  background: #fcc800;
}

.intro-light .intro-base .intro-button>a {
  background: #24B500;
}

.intro-regular .intro-platinum .intro-button>a {
  background: linear-gradient(90deg, #F5F7FA 0%, #C3CFE2 50%, #F5F7FA 100%);
}

.intro-option-inner {
  display: flex;
  justify-content: space-between;
}

.intro-light .intro-option {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.intro-grade-name {
  font-weight: bold;
  line-height: 1.2;
}

.intro-grade-name span {
  display: block;
  font-size: 2.8rem;
}

.intro-regular .intro-option .intro-button>a,
.intro-regular .intro-platinum .intro-button>a {
  font-weight: bold;
  font-size: 2rem;
  color: #2C4298;
  /* text-align: center; */
}

@media screen and (max-width: 767px) {
  .intro-sec .button-box {
    margin-top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .intro-base>span {
    padding: 4px;
  }
}


@media screen and (max-width: 767px) {
  .intro-sec h2 {
    margin: 0 0 60px 0;
  }

  .intro-grade-box>div {
    width: 100%;
  }

  .intro-grade-box>div:nth-child(n+2) {
    margin-top: 30px;
  }

  .intro-option-inner>div {
    width: 49%;
  }

  .intro-grade-box>div::before {
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px 30px 0 30px;
    border-color: #2C4298 transparent transparent transparent;
  }

  .intro-grade-box.intro-light>div::before {
    border-color: #24B500 transparent transparent transparent;
  }

}

@media print,
(min-width: 768px) {
  .intro-sec h2 {
    font-size: 3.2rem;
  }

  .intro-grade-cont>div:nth-of-type(n+2) {
    margin: 60px 0 0 0;
  }

  .intro-grade-box>div {
    width: 30%;
    padding: 15px;
  }

  .intro-grade-box.intro-light>div:first-of-type {
    width: 65%;
  }

  .intro-option-inner {
    flex-direction: column;
  }

  .intro-option-inner>div {
    height: 48%;
  }

  .intro-button>a {
    height: 100%;
  }

  .intro-light .intro-base>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .intro-light .intro-base>div>div,
  .intro-light .intro-base>div>p {
    width: 48%;
    margin: 0;
  }

  .intro-grade-box>div::before {
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #2C4298;
  }

  .intro-grade-box.intro-light>div::before {
    border-color: transparent transparent transparent #24B500;
  }
}

/* .outline-sec .common-inner:first-of-type::before {
  content: "";
  display: block;
  width: 280px;
  height: 750px;
  position: absolute;
  top: -200px;
  left: 20px;
  background: url(../images/outline/vegatta.png) no-repeat top left/contain;
}

.outline-sec .common-inner:last-of-type::after {
  content: "";
  display: block;
  width: 320px;
  height: 750px;
  position: absolute;
  bottom: 0px;
  right: 20px;
  background: url(../images/outline/ltaana.png) no-repeat bottom right/contain;
} */

.outline-sec {
  position: relative;
  background-color: #1cb7f8;
  /* ポリゴン模様 */
  background-image: url(../images/outline/bg_outline-top-r.png), url(../images/outline/bg_outline-bottom-l.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: multiply;
  /* 水玉 */
  /* background-image: radial-gradient(rgba(255,255,255,.3) 23%, transparent 24.5%);
  background-position: 14px 14px;
  background-size: 28px 28px; */
}

.outline-mascot,
.grade-mascot {
  position: absolute;
}

.outline-sec .common-inner .common-container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .outline-sec {
    /* ポリゴン模様 */
    background-size: 600px, 600px;
  }

  .outline-sec .common-inner:nth-of-type(3) {
    padding-top: 110px;
  }

  .outline-grade {
    padding-bottom: 230px;
  }

  .outline-mascot.vegatta {
    top: -200px;
    left: 20px;
    width: 130px;
  }

  .outline-mascot.ltaana {
    bottom: 0;
    right: 20px;
    width: 190px;
  }

  .grade-mascot.ltaana {
    top: -250px;
    right: 20px;
    width: 190px;
  }
}

@media print,
(min-width: 768px) {
  .outline-sec {
    /* ポリゴン模様 */
    background-size: 80%, 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .about-sec .common-inner {
    padding-bottom: 120px;
  }

  .outline-mascot.vegatta {
    top: -80px;
    left: 20px;
    width: 240px;
  }

  .outline-mascot.ltaana {
    bottom: 0;
    right: 20px;
    /* left: 20px; */
    width: 320px;
  }

  .grade-mascot.ltaana {
    top: -320px;
    right: 20px;
    width: 320px;
  }

  /* .outline-grade{
  padding-bottom: 300px;
  } */
}

@media screen and (min-width: 1600px) {
  .outline-mascot.vegatta {
    top: -60px;
    left: 80px;
    width: 280px;
  }

  .outline-mascot.ltaana {
    bottom: 0;
    right: 0px;
    width: 380px;
  }

  .grade-mascot.ltaana {
    top: -360px;
    right: 40px;
    width: 380px;
  }
}

.socio-yutai-day {
  background: #FCC800;
  border-radius: 10px;
}

.yutai-present {
  display: flex;
  justify-content: space-between;
}

.yutai-present>div {
  width: 49%;
}

.socio-yutai-day>div:first-of-type p {
  margin: 16px 0 0 0;
  font-weight: bold;
  color: #2C4298;
}

.socio-yutai-day h4 {
  padding: 4px 10px;
  margin: 0 0 16px 0;
  background: #2C4298;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.socio-yutai-day h4 span {
  font-size: 1.6rem;
}

.yutai-present p {
  margin: 8px 0 10px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .socio-yutai-day {
    padding: 20px 15px;
    border-radius: 10px;
  }

  .socio-yutai-day>div:last-of-type {
    margin: 20px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .socio-yutai-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }

  .socio-yutai-day>div:first-of-type {
    width: 41%;
  }

  .socio-yutai-day>div:last-of-type {
    width: 55%;
  }

  .socio-yutai-day h3 {
    margin: 0;
  }

  .socio-yutai-day h4 {
    padding: 4px 10px;
    border-radius: 100vh;
  }
}

/*--------------------------
| メンテナンス 25.04.11
---------------------------*/
.maintenance-sec .common-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.maintenance-sec h2 {
  margin: 0 0 30px 0;
  font-size: 2.6rem;
  color: #F10000;
}

.maintenance-sec .common-container>p:nth-child(n+2) {
  margin: 20px 0 0 0;
}

.maintenance-schedule {
  margin: 20px 0;
  font-weight: bold;
  font-size: 2rem;
  color: #F10000;
}

@media print,
(min-width: 768px) {
  .maintenance-sec h2 {
    font-size: 2.8rem;
  }

  .maintenance-schedule {
    font-size: 2.2rem;
  }
}