@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.p-hero__content, .p-nav, .p-birthdayPoint, .p-aboutRenewal, .p-faq {
  padding: 14.2vw 5.08vw;
}
@media screen and (min-width: 767px) {
  .p-hero__content, .p-nav, .p-birthdayPoint, .p-aboutRenewal, .p-faq {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
  }
}

.l-contents {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #cf2c2b;
}

/* ------- 全体リセット ------- */
* {
  box-sizing: border-box;
}

.all-wrapper a:hover {
  opacity: 0.7;
  color: #111;
  text-decoration: none;
}

/* ------- indent ------- */
.komeIndent {
  text-indent: -1em;
  padding-left: 1em;
}
.komeIndent::before {
  content: "※";
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.indent::before {
  content: "・";
}

.fz14 {
  font-size: 14px;
}

.link {
  text-decoration: underline !important;
  color: #111 !important;
}

.imgRenewal {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .imgRenewal {
    width: 800px;
  }
}

/* ------- 見出し ------- */
.title-wrap {
  margin: 0 calc(50% - 50vw) 6.1vw;
  width: 100vw;
}
@media screen and (min-width: 767px) {
  .title-wrap {
    margin: 0 auto 24px;
    width: 1280px;
    max-width: 1280px;
  }
}

.js-details .icon {
  transform: rotate(180deg);
}

.js-details.is-opened .icon {
  transform: rotate(0);
}

.p-aboutRenewal__content, .p-birthdayPoint__content {
  display: flex;
  flex-direction: column;
  gap: 6.1vw;
}
@media screen and (min-width: 767px) {
  .p-aboutRenewal__content, .p-birthdayPoint__content {
    gap: 24px;
  }
}

/* ------- オートバックス会員特典リニューアルのポイント ------- */
/* ------- MV ------- */
.p-hero__title {
  margin-bottom: 4.07vw;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .p-hero__title {
    font-size: 24px;
  }
}
.p-hero__content {
  display: flex;
  flex-direction: column;
  gap: 10.1vw;
}
@media screen and (min-width: 767px) {
  .p-hero__content {
    gap: 40px;
  }
}
.p-hero__contentImg {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .p-hero__contentImg {
    width: 800px;
  }
}
@media screen and (min-width: 767px) {
  .p-hero__text {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
  }
}
.p-hero__textBig {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-hero__textBig {
    font-size: 30px;
  }
}

/* ------- ナビ ------- */
.p-nav {
  background: #f6f6f6;
}
@media screen and (min-width: 767px) {
  .p-nav {
    padding: 40px 0;
  }
}
.p-nav__title {
  margin-bottom: 4.07vw;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .p-nav__title {
    margin-bottom: 16px;
  }
}
.p-nav__list {
  display: flex;
  flex-direction: column;
  gap: 4.07vw;
}
@media screen and (min-width: 767px) {
  .p-nav__list {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 24px;
  }
}
.p-nav__item {
  display: flex;
  align-items: center;
  gap: 3.05vw;
}
@media screen and (min-width: 767px) {
  .p-nav__item {
    gap: 12px;
  }
}
.p-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-nav__link {
    gap: 12px;
  }
}
.p-nav__linkText {
  border-bottom: 1px solid #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
  font-size: 18px;
  letter-spacing: -0.72px;
  flex-shrink: 0;
  width: min(100%, 265px);
}
@media screen and (min-width: 767px) {
  .p-nav__linkText {
    width: 350px;
    line-height: 1.83;
    justify-content: center;
    gap: 5px;
  }
}
.p-nav__linkText::after {
  content: "";
  display: block;
  background: url("../_images/anchor_arrow_bottom.svg") no-repeat center;
  width: 22px;
  height: 33px;
  background-size: contain;
}
/* ------- クルマのバースデーポイントがスタート ------- */
.p-birthdayPoint {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint {
    padding-top: 200px;
    width: 1280px;
    max-width: 1280px;
  }
}
.p-birthdayPoint__content {
  gap: 10.1vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__content {
    gap: 40px;
  }
}
.p-birthdayPoint__text {
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__text {
    text-align: center;
  }
  .p-birthdayPoint__text.-fz20 {
    font-size: 20px;
    line-height: 2;
  }
}
.p-birthdayPoint__aboutBirthdayWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20.35vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__aboutBirthdayWrap {
    gap: 80px;
  }
}
.p-birthdayPoint__aboutBirthday {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.08vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__aboutBirthday {
    margin: auto;
    gap: 20px;
    width: 800px;
  }
}
.p-birthdayPoint__aboutBirthdayTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__aboutBirthdayTitle {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-birthdayPoint__imgRenewal {
  display: block;
  margin: 0 auto 2.54vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__imgRenewal {
    width: 800px;
  }
}
.p-birthdayPoint__conditions {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 7.63vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__conditions {
    width: 1000px;
    margin: 0 auto;
    gap: 24px;
  }
}
.p-birthdayPoint__conditionsInner {
  padding: 7.63vw 5.08vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__conditionsInner {
    padding: 30px 40px;
  }
}
.p-birthdayPoint__conditionsContent {
  display: flex;
  flex-direction: column;
  gap: 2.54vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__conditionsContent {
    gap: 10px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__conditionsContent.-note {
    font-size: 18px;
  }
}
.p-birthdayPoint__conditionsTitle {
  padding: 1.52vw 4.87vw;
  margin: 0 auto 7.63vw;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  width: 41.2vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__conditionsTitle {
    padding: 6px 27px;
    font-size: 18px;
    width: 162px;
    margin-bottom: 30px;
  }
}
.p-birthdayPoint__conditionsText {
  margin-bottom: 7.63vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__conditionsText {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.p-birthdayPoint__conditionsList {
  display: flex;
  flex-direction: column;
  gap: 4.06vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__conditionsList {
    gap: 16px;
  }
}
.p-birthdayPoint__confirmText {
  font-size: 16px;
  text-align: center;
  margin-bottom: 7.63vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__confirmText {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.p-birthdayPoint__noteTitle {
  padding: 3.05vw 5.08vw;
  font-size: 20px;
  font-weight: bold;
  background: #333;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__noteTitle {
    padding: 8px 20px;
    font-size: 16px;
  }
}
.p-birthdayPoint__noteWrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-birthdayPoint__noteContent {
  border: 1px solid #333;
  padding: 5.34vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__noteContent {
    padding: 20px;
    gap: 16px;
    font-size: 14px;
    line-height: 1.75;
  }
}
.p-birthdayPoint__noteText {
  font-size: 18px;
  font-weight: bold;
}
.p-birthdayPoint__noteText .caution {
  color: #cf2c2b;
  background: #fbece5;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__noteText {
    font-size: 20px;
    text-align: center;
  }
}
.p-birthdayPoint__check {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 7.63vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__check {
    gap: 24px;
  }
}
.p-birthdayPoint__checkInner {
  padding: 14.2vw 5.08vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__checkInner {
    margin: auto;
    padding: 80px 0;
    width: 1000px;
  }
}
.p-birthdayPoint__checkTitle {
  margin: 0 auto 7.63vw;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__checkTitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.p-birthdayPoint__multipleCars {
  margin-top: 10.17vw;
  display: flex;
  padding: 5.08vw;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__multipleCars {
    padding: 30px 40px;
    margin: 40px auto 0;
    align-items: normal;
  }
}
.p-birthdayPoint__multipleCarsTitle {
  padding: 0 6.87vw;
  margin: 0 auto 7.63vw;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  background: #f6f6f6;
  width: 82.4vw;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__multipleCarsTitle {
    margin-bottom: 30px;
    padding: 0 22px;
    font-size: 18px;
    width: 324px;
  }
}
.p-birthdayPoint__conditionsNote {
  align-self: flex-start;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .p-birthdayPoint__noteDetails {
    width: 1000px;
    margin: 0 auto;
  }
}

/* ------- 車検満了日の確認・登録方法 ------- */
.p-howtoCheck__content {
  padding: 5.08vw;
  align-self: stretch;
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 767px) {
  .p-howtoCheck__content {
    padding: 40px;
  }
}
.p-howtoCheck__method {
  display: flex;
  padding: 9px 15px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px 10px 0 0;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .p-howtoCheck__method {
    justify-content: center;
    font-size: 20px;
  }
}
.p-howtoCheck__methodNumber {
  flex-shrink: 0;
  padding: 3px 9px;
  border-radius: 4px;
  border: 2px solid #fff;
  font-size: 16px;
  word-break: keep-all;
}
.p-howtoCheck__list {
  display: flex;
  flex-direction: column;
  gap: 10.17vw;
}
@media screen and (min-width: 767px) {
  .p-howtoCheck__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.p-howtoCheck__item {
  border-radius: 0 0 10px 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (min-width: 767px) {
  .p-howtoCheck__item:first-child {
    grid-column: 1/-1;
  }
}
.p-howtoCheck__stepItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 215px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.p-howtoCheck__stepList {
  margin-top: 10px;
  counter-reset: number 0;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
  position: relative;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  scroll-behavior: smooth;
}
.p-howtoCheck__stepText {
  font-size: 16px;
}
.p-howtoCheck__stepText::before {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
  content: counter(number) " ";
  background: #333;
  color: #fff;
  font-weight: bold;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 767px) {
  .p-howtoCheck__stepText::before {
    margin-bottom: 8px;
  }
}
.p-howtoCheck__text {
  font-size: 16px;
}

/* ------- スクロールヒント ------- */
.scroll-hint {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-29%, -50%);
  padding: 10px;
  width: 120px;
  height: 88px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  -webkit-animation: scroll-hint-animation 2s infinite ease;
          animation: scroll-hint-animation 2s infinite ease;
  pointer-events: none;
}
.scroll-hint > p {
  font-size: 10px;
}
.scroll-hint--show {
  display: flex;
}

@-webkit-keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/* ------- 旧ポイント特典からの切り替えについて ------- */
/* ------- 旧ポイント特典からの切り替えについて ------- */
@media screen and (min-width: 767px) {
  .p-aboutRenewal {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .p-aboutRenewal__inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.p-aboutRenewal__content {
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-aboutRenewal__content {
    align-items: normal;
  }
}
.p-aboutRenewal__text {
  font-size: 16px;
}

/* ------- よくある質問 ------- */
@media screen and (min-width: 767px) {
  .p-faq {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .p-faq__inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.p-faq__question {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 19px 16px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #f4f4f4;
  display: flex;
  align-items: flex-start;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 16px;
    align-items: flex-start;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .p-faq__questionInner {
    align-items: center;
  }
}
.p-faq__questionText {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .p-faq__questionText {
    font-size: 16px;
  }
}
.p-faq__answer {
  padding: 19px 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 20px 18px;
    font-size: 16px;
  }
}
.p-faq__details {
  border-top: 1px solid #fff;
}
.p-faq__details:last-child {
  border-bottom: 1px solid #ccc;
}
.p-faq .faq-icon {
  margin-right: 12px;
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.js-details .js-arrow {
  position: relative;
  padding-right: 36px;
}
.js-details .js-arrow::before, .js-details .js-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: 12px;
  width: 16px;
  height: 2px;
  background: #000;
  transition: transform 0.3s ease;
}
.js-details .js-arrow::before {
  transform: translateY(-50%);
}
.js-details .js-arrow::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 767px) {
  .js-details .js-arrow {
    padding-right: 48px;
  }
  .js-details .js-arrow::before, .js-details .js-arrow::after {
    right: 18px;
    width: 18px;
  }
}

.js-details[open] .js-arrow::after,
.js-details.is-opened .js-arrow::after {
  transform: translateY(-50%) rotate(0);
}

/* 上下矢印（シェブロン）バージョン：開＝上矢印、閉＝下矢印 */
.js-details .js-arrow.-chevron::before {
  display: none;
}
.js-details .js-arrow.-chevron::after {
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-75%) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .js-details .js-arrow.-chevron::after {
    right: 22px;
    width: 12px;
    height: 12px;
  }
}

.js-details[open] .js-arrow.-chevron::after,
.js-details.is-opened .js-arrow.-chevron::after {
  transform: translateY(-25%) rotate(-135deg);
}

/* FAQの+/-アイコンをQアイコン・テキストと上揃えに（縦中央ではなく、Qアイコンの縦中心に合わせる） */
.p-faq .js-arrow::before, .p-faq .js-arrow::after {
  top: 31px;
}
@media screen and (min-width: 767px) {
  .p-faq .js-arrow::before, .p-faq .js-arrow::after {
    top: 33px;
  }
}

.js-fadein {
  opacity: 0;
  transition: 2s;
  transition-property: transform, opacity;
}

/*フローティング*/
.floating-bnr {
  position: fixed;
  bottom: 5px;
  right: 1vw;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 10px;
    right: 18px;
  }
}
@media screen and (min-width: 767px) {
  .floating-bnr__img {
    width: 160px;
    height: 160px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}

/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}

.modal {
  cursor: pointer;
  transition: 0.2s;
}
.modal:hover {
  opacity: 0.7;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 102;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */
/*# sourceMappingURL=renewal.css.map */


