@charset "utf-8";

/* -------------------------------------------------------------------
 * プレミアム TOP 未ログイン/無料会員ページ
 * -----------------------------------------------------------------*/
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.main-ttl {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
}
.main-ttl .type-icon {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}
.main-subttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
}
.main-lead {
  margin-top: 25px;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
}
.main-lead .type-highlight {
  color: #e02500;
  font-weight: bold;
}
.main-transition {
  max-width: 500px;
  margin: 0 auto;
}
a.main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 10px 45px;
  border: 2px solid #232b35;
  color: #232b35;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
a.main-btn:visited {
  color: #232b35;
}
a.main-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.main-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #232b35;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}

/*=== 追従バナー ===*/
.js-floatBnrArea {
  position: relative;
}
.floatApply {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 100;
}
a.floatApply-link {
  display: block;
  width: 180px;
  height: 180px;
  padding: 50px 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background-color: #e02500;
  border-radius: 50%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
a.floatApply-link:visited {
  color: #fff;
}
a.floatApply-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.floatApply-arrow {
  position: relative;
  margin-top: 10px;
}
.floatApply-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.floatApply-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 51%;
  width: 12px;
  height: 14px;
  background-color: #e02500;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateX(-50%);
}

/*=== ナビゲーション ===*/
.gnav {
  position: relative;
  width: 100%;
  background-color: #f2e1c2;
}
.gnav-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}
.gnav-item {
  max-width: 360px;
  width: calc((100% - (10px * 2)) / 3);
}
a.gnav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 14px 30px;
  color: #232b35;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
a.gnav-link:visited {
  color: #232b35;
}
a.gnav-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.gnav-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 8px;
  background-color: #666;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}

/*=== お知らせ ===*/
.notice {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  text-align: center;
}

/*=== FMV プレミアムサービス とは ===*/
.intro {
  background-color: #fffbf2;
}
.intro .main-section {
  padding-top: 30px;
}
.intro-bnr {
  margin: 0 auto 30px;
  text-align: center;
}
.intro-bnr:hover {
  opacity: 0.7;
}
.intro-ttl {
  padding: 0 36px;
  color: #4a2a21;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  text-shadow: 1px 1px 1px #fff,
                -1px 1px 1px #fff,
                1px -1px 1px #fff,
                -1px -1px 1px #fff,
                1px 0 1px #fff,
                0 1px 1px #fff,
                -1px 0 1px #fff,
                0 -1px 1px #fff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.intro-ttl .type-highlight {
  color: #e02500;
}
.intro-ttl .type-label {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  border: 1px solid #bfb299;
  background-color: #fff2d9;
}
.intro-ttl .type-label::before,
.intro-ttl .type-label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: -37px;
  width: 67px;
  height: 51px;
  background: url(/premium/members/premium/top/images/renewal2025/intro_bg_001.png) no-repeat 0 0 / 100% auto;
}
.intro-ttl .type-label::after {
  right: -37px;
  left: auto;
  transform: scale(-1, 1);
}
.intro-lead {
  margin-top: 25px;
  color: #4a2a21;
  font-size: 18px;
  text-align: center;
}
.intro-lead .type-em {
  font-weight: bold;
}
.intro-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.intro-item {
  width: calc((100% - (20px * 2)) / 3);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
a.intro-link {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px 20px;
  border-width: 2px 2px 32px 2px;
  border-style: solid;
  border-radius: 10px;
  color: #232b35;
  text-decoration: none;
  line-height: 1.4;
  background-color: #fff;
}
.pattern-gain a.intro-link {
  border-color: #fff79e;
}
.pattern-entm a.intro-link {
  border-color: #c8eefa;
}
.pattern-safety a.intro-link {
  border-color: #ffddd1;
}
a.intro-link:visited {
  color: #232b35;
}
a.intro-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.intro-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 20px;
  height: 15px;
  background-color: #472e07;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}
.pattern-entm a.intro-link::after {
  background-color: #002a37;
}
.pattern-safety a.intro-link::after {
  background-color: #4a2a21;
}
.intro-head {
  margin: 0 -20px;
  color: #472e07;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.pattern-entm .intro-head {
  color: #002a37;
}
.pattern-safety .intro-head {
  color: #4a2a21;
}
.intro-column {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #b3b3b3;
  font-size: 18px;
}
.intro-thumb {
  width: 100px;
  flex-shrink: 0;
  margin-right: 20px;
}

/*=== 得トク特典 ===*/
.gain {
  background-color: #fffac7;
}
.gain .main-ttl {
  color: #472d07;
}
.gain .main-ttl .type-icon {
  max-width: 68px;
}
.gain-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.gain-item {
  width: calc((100% - (20px * 2)) / 3);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.gain-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  border: 1px solid #40362c;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.gain-balloon::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #40362c;
  border-right: 1px solid #40362c;
  background-color: #fff;
  transform: translateX(-50%) rotate(135deg);
}
.gain-txt .type-highlight {
  color: #e02500;
}
.gain-main {
  margin-top: 25px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
a.gain-link {
  display: block;
  height: 100%;
  color: #232b35;
  text-decoration: none;
}
a.gain-link:visited {
  color: #232b35;
}
a.gain-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.gain-cont {
  padding: 20px;
}
.gain-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.gain-label {
  margin-top: 20px;
  padding: 2px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  background-color: #fff79e;
}
.gain-noteList {
  margin-top: 10px;
}
.gain-noteItem {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.4;
}
.gain-noteItem:not(:first-child) {
  margin-top: 5px;
}
.gain-noteItem::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.gain-transition {
  position: relative;
  margin-top: 20px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}
.gain-transition::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.gain .main-transition {
  margin-top: 50px;
}
.gain a.main-btn {
  border-color: #472d07;
  color: #472d07;
}
.gain a.main-btn:visited {
  color: #472d07;
}
.gain a.main-btn::after {
  background-color: #472d07;
}

/*=== おトクな活用方法をご紹介 ===*/
.voice {
  margin-top: 65px;
}
.voice-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.voice-item {
  width: calc((100% - (10px * 2)) / 3);
  padding-top: 40px;
}
.voice-cont {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  height: 100%;
  padding: 95px 20px 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.voice-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  max-width: 122px;
  transform: translateX(-50%);
}
.voice-detail {
  flex-grow: 1;
}
.voice-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #e6e6e6;
  border-radius: 10px;
}
.pattern-standard .voice-label {
  background-color: #e9efff;
}
.pattern-plus .voice-label {
  background-color: #fae9c0;
}
.voice-noteList {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #b3b3b3;
}
.voice-noteItem {
  position: relative;
  padding-left: 1em;
  font-weight: normal;
  text-align: left;
}
.voice-noteItem:not(:first-child) {
  margin-top: 10px;
}
.voice-noteItem::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.voice-foot {
  flex-grow: 1;
  margin-top: 35px;
}
.voice-lead {
  font-size: 20px;
}
.voice-lead span {
  display: inline-block;
}
.voice-lead .type-slash {
  position: relative;
  padding: 0 20px;
}
.voice-lead .type-slash::before,
.voice-lead .type-slash::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  width: 2px;
  height: 90%;
  background-color: #232b35;
  transform: rotate(-20deg);
}
.voice-lead .type-slash::after {
  left: auto;
  right: 10px;
  transform: rotate(20deg);
}
.voice-lead .type-accent {
  margin-top: 2px;
  color: #e02500;
  font-size: 28px;
  line-height: 1.2;
}
.voice-transition {
  margin-top: 20px;
}
a.voice-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 75px;
  padding: 5px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  background-color: #0f1926;
  border-radius: 50px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
a.voice-btn:visited {
  color: #fff;
}
a.voice-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.voice-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.pattern-standard a.voice-btn {
  background-color: #0b3f86;
}
.pattern-plus a.voice-btn {
  background-color: #ad940a;
}

/*=== 学習・エンタメ特典 ===*/
.entm {
  background-color: #f0fbff;
}
.entm .main-ttl {
  color: #002a37;
}
.entm .main-ttl .type-icon {
  max-width: 60px;
}
.entm .main-transition {
  margin-top: 40px;
}
.entm a.main-btn {
  border-color: #002a37;
  color: #002a37;
}
.entm a.main-btn:visited {
  color: #002a37;
}
.entm a.main-btn::after {
  background-color: #002a37;
}
.entm-list {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.entm-item {
  position: relative;
  width: calc((100% - (20px * 2)) / 3);
  padding: 40px 20px 20px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.entm-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  max-width: 65px;
  transform: translateX(-50%);
}
.entm-head {
  color: #213135;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.entm-txt {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #76b3c4;
  font-size: 18px;
}

/*=== 安心特典 ===*/
.safety {
  background-color: #fff4f0;
}
.safety .main-ttl {
  color: #4a2a21;
}
.safety .main-ttl .type-icon {
  max-width: 57px;
}
.safety .main-transition {
  margin-top: 40px;
}
.safety a.main-btn {
  border-color: #4a2a21;
  color: #4a2a21;
}
.safety a.main-btn:visited {
  color: #4a2a21;
}
.safety a.main-btn::after {
  background-color: #4a2a21;
}
.safety-list {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.safety-item {
  position: relative;
  width: calc((100% - (15px * 3)) / 4);
  padding: 40px 20px 20px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.safety-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  max-width: 65px;
  transform: translateX(-50%);
}
.safety-head {
  color: #213135;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.safety-txt {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ff8598;
  font-size: 18px;
}

/*=== コースとご料金 ===*/
.course {
  background-color: #fffbf2;
}
/* courseTab */
.js-tabSwitchCont {
  display: none;
}
.js-tabSwitchCont.is-active {
  display: block;
}
.courseTab {
  margin-top: 20px;
  text-align: center;
}
.courseTab-list {
  display: inline-block;
  padding: 4px;
  border: 1px solid #232b35;
  font-size: 0;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.courseTab-item {
  display: inline-block;
  width: 136px;
}
.courseTab-item:not(:first-child) {
  margin-left: 4px;
}
button.courseTab-btn {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0 7px;
  border: none;
  font-weight: bold;
  font-size: 24px;
  background-color: #f2f2f2;
  border-radius: 50px;
  cursor: pointer;
  transition: all .2s ease-out 0s;
}
button.courseTab-btn:hover {
  opacity: 0.7;
  box-shadow: none;
}
button.courseTab-btn:focus {
  box-shadow: none;
}
.courseTab-btn.is-active {
  border-color: #232b35;
  color: #fff;
  background-color: #232b35;
  pointer-events: none;
}
/* table */
.course-table {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-top: 40px;
}
.course-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  z-index: 1;
}
.course-scroll {
  display: flex;
  overflow-x: scroll;
  width: calc(100% - 220px);
  margin-left: auto;
  -webkit-overflow-scrolling: touch;
}
.course-scroll::-webkit-scrollbar {
  background: #fffbf2;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.course-scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
.course-item {
  padding-top: 38px;
}
.course-head .course-empty {
  height: calc(38px + 60px + 145px);
}
.pattern-year .course-head .course-empty {
  height: calc(38px + 60px + 80px);
}
.course-subject {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: #f2f2f2;
}
.course-subject:nth-of-type(1) {
  border-top: 1px solid #e6e6e6;
  border-radius: 10px 0 0 0;
}
.course-subject.pattern-gain {
  background-color: #fffac7;
}
.course-subject.pattern-entm {
  background-color: #f0fbff;
}
.course-subject.pattern-safety {
  background-color: #fff4f0;
}
.course-name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.pattern-wide .course-name {
  width: 240px;
  background-color: #0f1926;
  border-radius: 10px 0 0 0;
}
.pattern-year .pattern-wide .course-name {
  width: 470px;
}
.pattern-standard .course-name {
  width: 280px;
  background-color: #0b3f86;
}
.pattern-year .pattern-standard .course-name {
  width: 470px;
}
.pattern-plus .course-name {
  width: 210px;
  background-color: #ad940a;
}
.pattern-basic .course-name {
  width: 210px;
  color: #232b35;
  background-color: #e0dede;
  border-radius: 0 10px 0 0;
}
.course-label {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 100%;
  height: 20px;
  text-align: center;
  background-color: #0b3f86;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
}
.course-balloon {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 100%;
  max-width: 230px;
  padding: 6px 0;
  border: 2px solid #0b3f86;
  color: #e02500;
  font-size: 26px;
  line-height: 1;
  background-color: #fff79e;
  border-radius: 50px;
  transform: translateX(-50%);
}
.course-balloon::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #0b3f86;
  border-right: 2px solid #0b3f86;
  background-color: #fff79e;
  transform: translateX(-50%) rotate(135deg);
}
.course-data {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 80px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.course-data:nth-of-type(2) {
  align-items: flex-start;
  height: 145px;
  padding: 15px 20px;
}
.pattern-year .course-data:nth-of-type(2) {
  height: 80px;
}
.course-data:last-child {
  height: auto;
  padding: 30px 20px;
}
.course-item:last-child .course-data {
  border-right: 1px solid #e6e6e6;
}
.pattern-year .course-item:last-child .course-data {
  border-right: 3px solid #0b3f86;
}
.pattern-standard .course-data {
  background-color: #f5faff;
  border-right: 3px solid #0b3f86;
  border-left: 3px solid #0b3f86;
}
.pattern-standard .course-data:last-child {
  border-bottom: 3px solid #0b3f86;
}
.course-main {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}
.course-main .type-medium {
  font-size: 26px;
}
.course-main .type-small {
  font-size: 18px;
}
.course-main .type-highlight {
  color: #e02500;
}
.course-mark {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
.course-transition {
  width: 100%;
}
a.course-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 42px;
  padding: 5px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #e02500;
  border-radius: 50px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
a.course-btn:visited {
  color: #fff;
}
a.course-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.course-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.course-note {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}
.course-note + .course-note {
  margin-top: 0;
}
.course-foot {
  margin-top: 50px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
}
.course-foot .type-slash {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.course-foot .type-slash::before,
.course-foot .type-slash::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 1px;
  height: 90%;
  background-color: #232b35;
  transform: rotate(-45deg);
}
.course-foot .type-slash::after {
  left: auto;
  right: 12px;
  transform: rotate(45deg);
}
.course-foot .type-accent {
  color: #e02500;
  font-size: 30px;
}
.course .main-transition {
  margin-top: 25px;
}

/*=== お申し込みはこちら ===*/
.apply {
  background-color: #0b3f86;
}
.apply-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  text-align: center;
}
.apply-lead {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
}
.apply-lead .type-accent {
  color: #fff79e;
  font-size: 30px;
}
.apply .main-transition {
  margin-top: 25px;
}
.apply a.main-btn {
  border-color: #e02500;
  color: #fff;
  background-color: #e02500;
}
.apply a.main-btn:visited {
  color: #fff;
}
.apply a.main-btn::after {
  background-color: #fff;
}


@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------
  * プレミアム TOP 未ログイン/無料会員ページ
  * -----------------------------------------------------------------*/
  .main-section {
    padding: 30px 10px 40px;
  }
  .main-ttl {
    font-size: 26px;
  }
  .main-ttl .type-icon {
    display: block;
    margin: 0 auto 10px;
  }
  .main-subttl {
    font-size: 26px;
  }
  .main-lead {
    margin-top: 10px;
    font-size: 22px;
  }
  a.main-btn {
    min-height: 48px;
    padding: 10px 35px;
    font-size: 18px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }
  a.main-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  /*=== 追従バナー ===*/
  .floatApply {
    display: none !important;
  }
  /*=== ナビゲーション ===*/
  .gnav {
    z-index: 100;
  }
  .gnav.is-scrollingUp {
    position: fixed;
    top: 116px;
  }
  .gnav-list {
    margin: 0 -5px;
    padding: 10px;
  }
  .gnav-item {
    width: auto;
    margin: 0 5px;
  }
  .gnav-item:nth-child(1) {
    flex-grow: 3;
  }
  .gnav-item:nth-child(2) {
    flex-grow: 1;
  }
  .gnav-item:nth-child(3) {
    flex-grow: 2;
  }
  a.gnav-link {
    padding: 5px 10px 20px;
    font-size: 18px;
  }
  a.gnav-link::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 8px;
    right: 50%;
    transform: translateX(50%);
  }
  .gnav-apply {
    background-color: #e02500;
  }
  a.gnav-btn {
    display: block;
    padding: 22px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    line-height: 1.2;
  }
  a.gnav-btn:visited {
    color: #fff;
  }
  .gnav-txt {
    display: inline-block;
    position: relative;
  }
  .gnav-txt::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    right: -30px;
    width: 10px;
    height: 15px;
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  /*=== FMV プレミアムサービス とは ===*/
  .intro-ttl {
    padding: 0;
    font-size: 22px;
    text-shadow: none;
  }
  .intro-ttl .type-label {
    padding: 5px 20px;
  }
  .intro-ttl .type-label::before,
  .intro-ttl .type-label::after {
    bottom: -17px;
    left: 0;
    width: 50px;
    height: 16px;
    background-image: url(/premium/members/premium/top/images/renewal2025/intro_bg_002.png);
  }
  .intro-ttl .type-label::after {
    right: 0;
    left: auto;
  }
  .intro-lead {
    margin-top: 30px;
  }
  .intro-list {
    margin-top: 20px;
    display: block;
  }
  .intro-item {
    width: 100%;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  }
  .intro-item:not(:first-child) {
    margin-top: 20px;
  }
  a.intro-link {
    padding: 8px 15px 15px;
    border-width: 2px 2px 25px 2px;
    border-radius: 10px;
  }
  a.intro-link::after {
    bottom: -18px;
    width: 15px;
    height: 10px;
  }
  .intro-head {
    margin: 0 -15px;
    font-size: 20px;
  }
  .intro-column {
    margin-top: 8px;
  }
  .intro-thumb {
    width: 90px;
    margin-right: 15px;
  }
  /*=== 得トク特典 ===*/
  .gain .main-ttl .type-icon {
    max-width: 63px;
  }
  .gain-list {
    display: block;
    max-width: 550px;
    margin: 30px auto 0;
  }
  .gain-item {
    width: 100%;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  }
  .gain-item:not(:first-child) {
    margin-top: 30px;
  }
  .gain-balloon {
    font-size: 20px;
    line-height: 1.4;
  }
  .gain-balloon::after {
    bottom: -8px;
  }
  .gain-main {
    margin-top: 15px;
  }
  .gain-cont {
    padding: 15px 20px;
  }
  .gain-lead {
    font-size: 18px;
    line-height: 1.4;
  }
  .gain-label {
    margin-top: 10px;
    padding: 4px 0;
    font-size: 18px;
  }
  .gain-noteList {
    margin-top: 10px;
  }
  .gain-noteItem {
    font-size: 16px;
  }
  .gain-transition {
    margin-top: 10px;
    font-size: 18px;
  }
  .gain .main-transition {
    margin-top: 30px;
  }
  /*=== おトクな活用方法をご紹介 ===*/
  .slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
  .voice {
    margin-top: 40px;
  }
  .voice-wrap {
    position: relative;
    margin: 0 -20px;
  }
  .voice-list {
    display: block;
    margin-top: 30px;
  }
  .voice-item {
    width: auto;
    margin: 0 5px;
    padding: 50px 0 10px;
  }
  .voice-cont {
    padding-top: 65px;
    font-size: 16px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  }
  .voice-icon {
    top: -50px;
  }
  .voice-name {
    margin-top: 15px;
  }
  .voice-label {
    height: auto !important;
    padding: 8px 0;
  }
  .voice-noteList {
    padding-top: 15px;
    font-size: 16px;
  }
  .voice-foot {
    margin-top: 20px;
  }
  .voice-lead {
    font-size: 18px;
  }
  .voice-lead .type-slash {
    position: relative;
    padding: 0 20px;
  }
  .voice-lead .type-slash::before,
  .voice-lead .type-slash::after {
    left: 8px;
    height: 85%;
  }
  .voice-lead .type-slash::after {
    left: auto;
    right: 8px;
  }
  .voice-lead .type-accent {
    margin-top: 0;
    font-size: 26px;
  }
  a.voice-btn {
    min-height: 65px;
    padding: 5px 20px;
    font-size: 14px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }
  a.voice-btn::after {
    right: 15px;
  }
  /*=== slick ページャー ===*/
  .slick-arrow {
    display: block;
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 70px;
    height: 70px;
    padding: 0;
    border: none;
    background-color: #000;
    border-radius: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
  .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 18px;
    background: #fff;
    transform: translateY(-50%);
  }
  .slick-prev {
    left: -25px;
  }
  .slick-prev::before {
    right: 16px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .slick-next {
    right: -25px;
  }
  .slick-next::before {
    left: 16px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  button.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .slick-icon {
    display: block;
    width: 40px;
    height: 40px;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .slick-dots li {
    display: flex;
    margin-top: 10px;
    padding: 0 5px;
  }
  .slick-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    text-indent: -9999em;
    background-color: #b3b3b3;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .slick-dots button:hover {
    opacity: 0.7;
  }
  .slick-active button {
    background-color: #000;
  }
  /*=== 学習・エンタメ特典 ===*/
  .entm .main-ttl .type-icon {
    max-width: 53px;
  }
  .entm .main-transition {
    margin-top: 30px;
  }
  .entm-list {
    display: block;
    margin-top: 60px;
  }
  .entm-item {
    width: 100%;
    padding-bottom: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  }
  .entm-item:not(:first-child) {
    margin-top: 50px;
  }
  .entm-icon {
    top: -32px;
  }
  .entm-head {
    font-size: 20px;
  }
  .entm-txt {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 16px;
  }
  /*=== 安心特典 ===*/
  .safety .main-ttl .type-icon {
    max-width: 56px;
  }
  .safety .main-transition {
    margin-top: 30px;
  }
  .safety-list {
    display: block;
    margin-top: 60px;
  }
  .safety-item {
    width: 100%;
    padding-bottom: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  }
  .safety-item:not(:first-child) {
    margin-top: 50px;
  }
  .safety-icon {
    top: -32px;
  }
  .safety-head {
    font-size: 20px;
  }
  .safety-txt {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 16px;
  }
  /*=== コースとご料金 ===*/
  /* courseTab */
  .courseTab-item {
    width: 126px;
  }
  button.courseTab-btn {
    font-size: 22px;
  }
  /* table */
  .course-table {
    margin-top: 30px;
  }
  .course-head {
    width: 105px;
  }
  .course-scroll {
    position: relative;
    width: calc(100% - 105px);
  }
  .course-item {
    padding-top: 38px;
  }
  .course-head .course-empty,
  .pattern-year .course-head .course-empty {
    height: calc(38px + 50px + 110px);
  }
  .course-subject {
    justify-content: flex-start;
    height: 60px;
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    padding: 0 15px;
  }
  .course-name {
    height: 50px;
    font-size: 20px;
  }
  .pattern-wide .course-name {
    width: 210px;
  }
  .pattern-year .pattern-wide .course-name,
  .pattern-year .pattern-wide .course-data {
    width: 210px;
  }
  .pattern-standard .course-name {
    width: 240px;
  }
  .pattern-year .pattern-standard .course-name,
  .pattern-year .pattern-standard .course-data {
    width: 240px;
  }
  .pattern-plus .course-name {
    width: 200px;
  }
  .pattern-basic .course-name {
    width: 200px;
  }
  .course-label {
    top: -10px;
  }
  .course-balloon {
    top: -28px;
    max-width: 200px;
    padding: 6px 0 8px;
    font-size: 22px;
  }
  .course-balloon::after {
    bottom: -8px;
    width: 12px;
    height: 12px;
  }
  .course-data {
    height: 60px;
  }
  .course-data:nth-of-type(2),
  .pattern-year .course-data:nth-of-type(2) {
    height: 110px;
    padding: 10px 15px;
  }
  .course-data:last-child {
    height: auto;
    padding: 20px 15px;
  }
  .course-main {
    font-size: 30px;
  }
  .course-main .type-small {
    font-size: 16px;
  }
  a.course-btn {
    min-height: 36px;
    padding: 5px 35px;
    font-size: 14px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }
  a.course-btn::after {
    right: 15px;
  }
  .course-note {
    font-size: 12px;
  }
  .course-foot {
    margin-top: 40px;
  }
  .course-foot .type-slash {
    padding: 0;
  }
  .course-foot .type-slash::before,
  .course-foot .type-slash::after {
    content: none;
  }
  .course-foot .type-accent {
    font-size: 26px;
  }
  .course .main-transition {
    margin-top: 15px;
  }
  /*=== お申し込みはこちら ===*/
  .apply-lead .type-accent {
    font-size: 26px;
  }
  .apply .main-transition {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 350px) {
  a.gnav-link {
    padding: 5px 5px 20px;
  }
}